.navbarLeft {
  height: 100vh;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.2s;
  background-color: #323232; }
  .navbarLeft.navbarLeft-active {
    width: 260px; }
  .navbarLeft .navbarHeader {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: bold; }
    .navbarLeft .navbarHeader .navbarLogo {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 32px;
      height: 32px;
      /*background: $logo-background;*/
      border-radius: 6px;
      margin-right: 13px; }
  .navbarLeft .navbarTitle {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 15px 18px 15px;
    background-color: #000;
    font-family: "IBM Plex Sans"; }
  .navbarLeft .navbarBody {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 150px; }
    .navbarLeft .navbarBody .navbarLink {
      display: flex;
      align-items: center;
      text-decoration: none;
      white-space: nowrap;
      transition: 0.3s;
      font-size: 14px;
      color: #999;
      border-radius: 3px;
      background-color: none;
      font-weight: 400;
      padding: 13px 14px;
      margin: 5px 13px;
      font-family: "IBM Plex Sans";
      /*.navbarIcon {
                width: $icon-size;
                height: $icon-size;
                stroke-width: $icon-stroke;
                margin-right: $icon-margin-r;
                margin-left: $icon-margin-l;
            }*/ }
      .navbarLeft .navbarBody .navbarLink:hover {
        color: #ccc;
        background-color: none; }
      .navbarLeft .navbarBody .navbarLink.active {
        background-color: #000;
        color: #fff;
        font-weight: 500; }
        .navbarLeft .navbarBody .navbarLink.active .navbarDotActive {
          display: block;
          border-radius: 50%;
          margin-left: auto;
          background-color: #9FDC48;
          width: 5px;
          height: 5px; }
      .navbarLeft .navbarBody .navbarLink .navbarDotActive {
        display: none; }
      .navbarLeft .navbarBody .navbarLink .navbarDot {
        display: block;
        border-radius: 50%;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        background-color: #222;
        width: 24px;
        height: 24px;
        color: #fff; }
  .navbarLeft .navbarDivider {
    position: relative;
    border-top: 1px solid #666;
    margin: 5px 0 0px 0; }
  .navbarLeft .navbarHideButton {
    display: none; }
    @media (max-width: 991px) {
      .navbarLeft .navbarHideButton {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-left: auto;
        cursor: pointer;
        padding: 10px 10px;
        border-radius: 4px;
        color: #fff;
        background-color: #222; }
        .navbarLeft .navbarHideButton svg {
          width: 16px;
          height: 16px; } }
  .navbarLeft .navbarOpenButton {
    display: none; }

.navbarStrip.navbarStrip-active {
  width: 80px; }
  .navbarStrip.navbarStrip-active .navbarHeader {
    flex-direction: column;
    flex-flow: column-reverse; }
    .navbarStrip.navbarStrip-active .navbarHeader span:not(.k-icon) {
      display: none; }
    .navbarStrip.navbarStrip-active .navbarHeader p {
      display: none; }
    .navbarStrip.navbarStrip-active .navbarHeader .navbarLogo {
      margin: 0;
      margin-top: 20px; }
    .navbarStrip.navbarStrip-active .navbarHeader .navbarOpenButton {
      margin: 0; }
  .navbarStrip.navbarStrip-active .navbarTitle {
    display: none; }
  .navbarStrip.navbarStrip-active .navbarBody .navbarLink {
    justify-content: center;
    /*.navbaricon {
                    margin: 0;
                }*/ }
    .navbarStrip.navbarStrip-active .navbarBody .navbarLink span {
      display: none; }
    .navbarStrip.navbarStrip-active .navbarBody .navbarLink p {
      display: none; }
    .navbarStrip.navbarStrip-active .navbarBody .navbarLink .navbarDotActive {
      display: none; }
    .navbarStrip.navbarStrip-active .navbarBody .navbarLink .navbarDot {
      display: none; }
  .navbarStrip.navbarStrip-active .navbarHideButton {
    display: none; }
  .navbarStrip.navbarStrip-active .navbarOpenButton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: auto;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #222; }
    .navbarStrip.navbarStrip-active .navbarOpenButton svg {
      width: 16px;
      height: 16px; }

.navbarHide.navbarHide-active {
  width: 0px;
  display: block; }

.navbarHide .navbarHideButton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: auto;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #222; }
  .navbarHide .navbarHideButton svg {
    width: 16px;
    height: 16px; }

.navbarHide-active .navbarFixed {
  transition: visibility 0.1s, opacity 0.1s linear;
  visibility: hidden;
  opacity: 0; }

.navbarFixed {
  position: fixed;
  width: inherit;
  z-index: 9999; }

.navbarExternalOpenButton {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  background-color: #222;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0 4px 4px 0; }
  .navbarExternalOpenButton svg {
    width: 16px;
    height: 16px; }

.navbarMargin {
  height: 100vh; }
  .navbarMargin.navbarHide-active {
    transition: 0.2s;
    width: 0; }
  .navbarMargin.navbarStrip-active {
    transition: 0.2s;
    width: 80px; }
  .navbarMargin.navbarLeft-active {
    transition: 0.2s;
    width: 260px; }

/*<div id="navbar" class="navbarLeft navbarStrip navbarHide navbarFixed" > </div >
    <div class="navbarExternalOpenButton" onclick="navbarOpen()" >
        <i data-feather="chevron-right" > </i >
    </div >
    <div class="navbarMargin"></div>

    <script id="javascriptTemplate" type="text/x-kendo-template" >
    <div class="navbarFixed" >
        <div class="navbarHeader navbarFixed" >
            <div class="navbarLogo" > </div >
            <span >
                Sites Monitor
            </span >
            <a class="navbarHideButton" onclick="navbarClose()" > <i data-feather="chevron-left" > </i > </a >
            <a class="navbarOpenButton" onclick="navbarOpen()" > <i data-feather="chevron-right" > </i > </a >
        </div >
        <div class="navbarTitle navbarFixed" >
            Administracao
        </div >
    </div >

    <div class="navbarBody" >
    # data.forEach(function (group, index) {#
        # group.links.forEach(function (link, index) {#
        <a class="navbarLink #= link.Active #" href="#= link.Url #">
            <i class="navbarIcon" data-feather="#= link.Icon #"></i>
            <span>#: link.Name #</span>
            #if(link.Unseen){#
            <div class="navbarDot">#= link.Unseen #</div>
            #}else{#
            <div class="navbarDotActive"></div>
            #}#
        </a>
        #})#

        # if (index != data.length - 1) {#
        <hr class="navbarDivider" />
        #}#
        #})#
    </div >
</script >

<script>
//Get the external template definition using a jQuery selector
var template = kendo.template($("#javascriptTemplate").html());

var result = template(groups); //Execute the template
$("#navbar").html(result); //Append the result
</script>*/

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url("/core/content/fonts/Montserrat-Regular.otf") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url("/core/content/fonts/Montserrat-Bold.otf") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

html,
html > body,
html > body > .content,
html > body > .content > *[ng-include="'core/views-shared/index.html'"],
html > body > .content .index-grid {
  height: 100%; }

html.login body .right-menu {
  background-color: rgba(7, 76, 122, 0.4);
  background-blend-mode: darken; }

html.login,
html.login body,
html.login body .content,
html.login body .content > .row,
html.login body .content > .row > *,
html.login body .content > .row .background-hover-image {
  height: 100%; }

html.login {
  overflow-x: hidden; }
  html.login .content {
    margin: 0 !important;
    padding: 0; }
    html.login .content .login-logo-wrapper {
      width: 100%;
      max-width: 27.571em;
      margin-top: 8.214em;
      text-align: left;
      margin-left: auto;
      margin-right: auto; }
      html.login .content .login-logo-wrapper > img.login-logo {
        max-height: 3.5em;
        max-width: 18.5em; }

.login-menu {
  margin: auto;
  width: 36.250em;
  min-height: 22.917em; }
  .login-menu .navbar-brand *:first-child {
    float: none;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }

@media (min-height: 530px) {
  .login-menu {
    position: absolute;
    top: 50%;
    margin-top: -11.417em;
    /* elem-height/2 */ } }

@media (min-width: 450px) {
  .login-menu {
    position: absolute;
    left: 50%;
    margin-left: -18.333em;
    /* elem-width/2 */ } }

.login-form-wrapper {
  width: 100%;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .login-form-wrapper .login-wrapper {
    width: 100%;
    max-width: 27.571em; }
    .login-form-wrapper .login-wrapper .field {
      border: none; }
    .login-form-wrapper .login-wrapper string-input .field-input {
      width: 100%; }
      .login-form-wrapper .login-wrapper string-input .field-input > input {
        padding: 0.3em 0.2em;
        height: auto;
        background-color: rgba(255, 255, 255, 0.7); }
    .login-form-wrapper .login-wrapper button.submit-button {
      width: 100%;
      border-radius: 4px;
      background-color: #005C81;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 4em; }
    .login-form-wrapper .login-wrapper button.submit-button:disabled {
      background-color: #005C81 !important; }
    .login-form-wrapper .login-wrapper .k-button.k-primary:focus,
    .login-form-wrapper .login-wrapper .k-button.k-primary:hover,
    .login-form-wrapper .login-wrapper .k-button.k-primary:hover:focus {
      background-color: #00384e; }

.language-bottom-menu {
  bottom: 3em;
  position: absolute;
  left: 4em; }
  .language-bottom-menu a {
    color: black; }
  .language-bottom-menu .dropdown-menu > li > a {
    padding: 0; }
  .language-bottom-menu ul.dropdown-menu {
    padding: 0;
    min-width: 0; }

body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  background-color: white; }

@media screen and (min-width: 1400px) {
  body {
    font-size: 14px; } }

@media screen and (max-width: 1400px) {
  body {
    font-size: 12px; } }

.nav {
  color: #919191;
  font-family: 'Montserrat', sans-serif; }

.nav .dropdown-menu > li > * {
  font-size: 9pt;
  color: #A5B6C5; }

.dropdown-menu > li > span {
  display: block;
  padding: 0.250em 1.667em;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  cursor: default; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.34;
  text-rendering: auto;
  /* Android browser */ }

label {
  font-family: Open Sans, sans-serif;
  color: #333;
  font-weight: normal; }

.label-upper-input {
  margin-bottom: 0.83em; }

.k-content.k-state-active *,
.k-content.k-state-active *::before,
.k-content.k-state-active *::after,
.k-window .row,
.k-window .row * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.k-window-content.core-confirmation-window {
  overflow-x: hidden; }
  div.k-window-content.core-confirmation-window .form-group {
    min-height: 3em; }

.k-tabstrip .k-animation-container,
.k-tabstrip .k-animation-container *,
.k-tabstrip .k-animation-container:after,
.k-tabstrip .k-block .k-header,
.k-tabstrip .k-list-container,
.k-tabstrip .k-widget,
.k-tabstrip .k-widget *,
.k-tabstrip .k-widget:before {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fieldlist.well.first,
.fieldlist.well:first-child {
  border-radius: 0;
  border-top-left-radius: 0.333em;
  border-top-right-radius: 0.333em; }

.fieldlist.well.last,
.fieldlist.well:last-child {
  border-radius: 0;
  border-bottom-left-radius: 0.333em;
  border-bottom-right-radius: 0.333em; }

.k-tabstrip .fieldlist.well.last,
.k-tabstrip .fieldlist.well:last-child {
  border-bottom: none; }

#map {
  height: 15.000em; }

.navbar-default {
  background-color: #1F496F;
  border: none;
  box-shadow: 0 0 0.833em #A8A8A8; }

.navbar .dropdown-menu > li.separator {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em; }

.dropdown-menu > li {
  cursor: pointer; }

button.button-login-wrapper {
  background-color: #8B8C8B;
  padding: 0.5em 1em; }

button.button-login-wrapper.active,
button.button-login-wrapper {
  border-width: 0;
  color: white; }

button.button-login-wrapper.active,
button.button-login-wrapper:hover {
  background-color: #00384e; }

.login-wrapper .app-name {
  height: 20%;
  width: 50%;
  color: white;
  font-family: Montserrat;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
  line-height: 52px; }

div.description-area {
  margin-top: 2.5em; }
  div.description-area .app-description {
    color: white;
    line-height: 1.5em;
    font-size: 16px;
    max-width: 45em; }
    div.description-area .app-description p {
      margin: 0 0 1.5em; }
    div.description-area .app-description li {
      margin-bottom: 0.25em; }

.background-hover-image {
  background-color: rgba(7, 76, 122, 0.4); }

.login-menus {
  padding: 2em 0;
  text-align: left; }

.login-menus-with-register {
  border-bottom: 0.25em solid #00384e; }

.logo-image > img {
  width: 21.500em; }

.logo-image {
  margin: 0 0 7.143em 0; }

.content {
  /*max-width: 1120px;*/
  /*margin: auto;*/
  padding-top: 8.0em;
  max-width: none !important; }

.content .form-wrapper {
  padding-top: 5em;
  margin-left: 1.5em;
  margin-right: 1.5em; }

.content .form-wrapper.inline {
  padding-top: 2.500em; }

.main-title {
  display: inline-block;
  /*margin-left: 1.667em;*/ }

.title {
  color: #005C81;
  font-weight: bold;
  font-size: 14pt;
  font-family: 'Montserrat', sans-serif; }

.k-button {
  text-transform: none;
  border: none;
  border-radius: 4px;
  padding: 0.50em 1.25em;
  color: #666666;
  background-color: #EBEBEB; }

.k-button:not([disabled]):hover {
  color: #666666;
  background-color: #cacaca; }

.k-button.k-warning {
  background-color: #ffc107;
  color: #111;
  background-image: none;
  border: 1px solid #ffc107; }

.k-button.k-warning:hover,
.k-button.k-warning:focus,
.k-button.k-warning:hover:focus,
.k-button.k-warning:active {
  background-color: #e0a800;
  color: #111;
  border: 1px solid #e0a800; }

.k-button.k-danger {
  background-color: #dc3545;
  color: white;
  background-image: none;
  border: 1px solid #dc3545; }

.k-button.k-danger:hover,
.k-button.k-danger:focus,
.k-button.k-danger:hover:focus,
.k-button.k-danger:active {
  background-color: #c82333;
  color: white;
  border: 1px solid #c82333; }

.k-button.k-success {
  background-color: #10B683;
  color: white;
  background-image: none;
  border: 1px solid #10B683; }

.k-button.k-success:hover,
.k-button.k-success:focus,
.k-button.k-success:hover:focus,
.k-button.k-success:active {
  background-color: #0c8761;
  color: white;
  border: 1px solid #0c8761; }

.k-button.k-secondary {
  background-color: white;
  color: #005C81;
  background-image: none;
  border: 1px solid #005C81; }

.k-button.k-secondary:hover,
.k-button.k-secondary:focus,
.k-button.k-secondary:hover:focus,
.k-button.k-secondary:active {
  background-color: #005C81;
  color: white;
  border: 1px solid #005C81; }

.k-button.k-primary {
  background-color: #005C81;
  color: white;
  background-image: none;
  border: 1px solid #005C81; }

.k-button.k-primary:hover,
.k-button.k-primary:focus,
.k-button.k-primary:hover:focus,
.k-button.k-primary:active {
  background-color: #00384e;
  color: white;
  border: 1px solid #00384e; }

.k-button.k-primary[type="submit"] {
  background-color: #005C81; }

.k-button.k-primary[type="submit"]:hover,
.k-button.k-primary[type="submit"]:focus,
.k-button.k-primary[type="submit"]:hover:focus,
.k-button.k-primary[type="submit"]:active {
  background-color: #00384e; }

.well {
  background-color: white;
  border-radius: 0.3em;
  box-shadow: 0 0.250em 0.500em #D4D4D4; }

@media (min-width: 768px) {
  .navbar-nav > li > a.img {
    padding-top: 1.000em;
    padding-bottom: 1.000em; } }

/* Map */
.k-map .k-marker {
  background-image: url("/content/images/icons/kendo-markers.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    background-image: url("/content/images/icons/kendo-markers_2x.png"); } }

.k-map .k-marker-red {
  background-image: url("/content/images/icons/markers-red.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker-red {
    background-image: url("/content/images/icons/markers-red@2x.png"); } }

.k-map .k-marker-yellow {
  background-image: url("/content/images/icons/markers-yellow.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker-yellow {
    background-image: url("/content/images/icons/markers-yellow@2x.png"); } }

.k-map .k-marker-blue {
  background-image: url("/content/images/icons/markers-blue.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker-blue {
    background-image: url("/content/images/icons/markers-blue@2x.png"); } }

.k-loading-mask {
  z-index: 100000; }

.loader {
  display: none; }

#page-loading.k-loading-mask:first-child {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); }

.k-loading-image {
  background-image: url("/core/content/images/icons/loading-image.gif"); }

.k-widget.k-tooltip-validation {
  display: block;
  text-align: left;
  padding-right: 3em;
  border-color: transparent;
  background-color: transparent;
  padding: 0;
  color: #d00;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }

.k-widget.k-tooltip-validation > span {
  display: none; }

.fieldlist > li > div {
  min-height: 7.500em; }

.k-tabstrip-wrapper > div > div.k-content > .fieldlist.well {
  border-left: none;
  border-right: none;
  box-shadow: none;
  padding: 1.5em 0.5em; }

.k-tabstrip-wrapper > div > div.k-content > .fieldlist.well.first,
.k-tabstrip-wrapper > div > div.k-content > .fieldlist.well:first-child {
  border-top: none; }

.k-tabstrip-wrapper > div > div.k-content > .fieldlist.well.last,
.k-tabstrip-wrapper > div > div.k-content > .fieldlist.well:last-child {
  border-bottom: none; }

.k-tabstrip .k-state-active {
  border: none; }

.k-tabstrip:focus {
  box-shadow: none; }

.k-tabstrip-items > li.k-state-hover,
.k-tabstrip-items > li.k-state-active:hover {
  color: #515967;
  background-color: white;
  border-radius: 0; }

.k-tabstrip-items .k-state-hover .k-link {
  color: #515967; }

.k-tabstrip .k-tabstrip-items {
  font-family: 'Montserrat', sans-serif; }

.k-tabstrip-top > .k-tabstrip-items > .k-item {
  text-transform: none; }

.k-tabstrip-top > .k-tabstrip-items > .k-item {
  color: #777; }

.k-tabstrip-top > .k-tabstrip-items > .k-item.k-state-active {
  color: #555; }

.k-tabstrip > div.k-content {
  border-top-color: #e3e3e3;
  border-top-style: solid;
  border-top-width: 0.083em; }

ul.notification-list {
  padding-top: 0; }

ul.notification-list > li:last-child {
  border-top: 0.083em solid #C4C4C4; }

.notification-list ul {
  max-height: 16.667em;
  overflow-y: auto;
  /* bootstrap copy */
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 1000;
  min-width: 13.333em;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff; }

.notification-list ul > li:first-child {
  padding-top: 0.417em;
  margin-top: 0.167em; }

.open .notification-list ul {
  /* bootstrap copy */
  display: block; }

.notification-list ul > li:nth-child(odd) {
  background-color: white; }

.notification-list ul > li:nth-child(even) {
  background-color: #FAFAFA; }

.notification-list ul li > * {
  font-size: 9pt;
  color: #919191; }

.notification-list ul li > a {
  display: block;
  padding: 0.250em 1.667em;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap; }

.notification-list ul > li > a:focus,
.notification-list ul > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

a.with-badge {
  position: relative;
  display: inline-block; }

.badge.custom-badge {
  position: absolute;
  right: 0.417em;
  top: 0.417em;
  background-color: red; }

a.with-image {
  background-repeat: no-repeat;
  height: 4.167em;
  width: 4.667em;
  background-position: 1.250em 1.000em; }

.inline-button:not(:first-child) {
  margin-left: 1em; }

.title > img {
  max-height: 2.500em;
  margin-right: 0.083em; }

.ellipsis,
div.k-grid-content td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.value-change {
  box-shadow: #517FBC 0 0 0.417em;
  color: #517FBC !important; }

.popup-notification {
  display: grid;
  grid-template-columns: 1fr 4fr;
  color: #ffffff;
  width: 29.167em;
  height: 6.083em; }
  .popup-notification p {
    font-family: "Open Sans", sans-serif; }
  .popup-notification img {
    height: 3.2em; }

.notification-inner-div {
  display: flex;
  justify-content: center;
  align-items: center; }

.k-notification {
  height: 6.083em; }

.footer {
  position: fixed;
  background-color: #E5E8EB;
  height: 3.750em !important;
  line-height: 3.750em !important;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 0.85em; }

.footer > div > p > span {
  font-size: 0.75em; }

.text-muted {
  color: #777; }

.footer > div > p {
  margin: 0 !important; }

.container-fluid {
  padding-right: 2.500em;
  padding-left: 2.500em;
  margin-right: auto;
  margin-left: auto; }

.validation-summary-errors > ul {
  list-style-type: none;
  margin-left: -3.333em;
  margin-bottom: 0; }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #A5B6C5; }

.navbar-default .navbar-nav > li:not(.active):hover,
.navbar-default .navbar-nav > .open {
  border-bottom: 0.167em solid white;
  /*height: 4.167em;*/ }

.navbar-default .navbar-nav > .open {
  border-color: #173653 !important; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #173653; }

.dropdown-menu {
  left: -1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: -1px; } }

textarea {
  max-width: 100%; }

textarea.k-textbox {
  padding: 0.167em 0.3em;
  height: 6.667em; }

.k-window ul.fieldlist {
  padding: 0; }

.k-calendar .k-today {
  background-color: #D1D1E3; }

.k-calendar .k-state-selected.k-today {
  background-color: #005C81; }

.k-invalid-msg {
  position: absolute;
  top: 100%;
  z-index: 2;
  clear: both;
  color: #d00;
  font-size: 0.917em; }

.main-title > a.edit {
  font-size: 10pt;
  margin-left: 0.2em;
  color: #00384e; }

.error-img {
  margin-right: 1em;
  margin-top: 2.000em; }

.error-img > img {
  max-height: 8.333em; }

.error-img,
.error-message {
  display: inline-block;
  vertical-align: middle; }

ul.login-menu > li:last-child {
  text-align: center !important; }

.login-menu .k-primary {
  background-color: #00384e;
  border: 0.167em solid white;
  padding: 1em 3em;
  border-radius: 1.667em;
  font-weight: bold; }

.login-menu .k-primary:hover,
.login-menu .k-primary:focus,
.login-menu .k-primary:active:hover {
  color: #00384e;
  background-color: white;
  border-color: white; }

.login-menu input {
  background-color: #00384e !important;
  border: none !important;
  border-bottom: 0.167em solid white !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: white; }

.login-menu > .navbar-brand {
  text-align: center;
  padding-top: 0;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  color: white;
  float: none !important;
  height: auto; }

.login-menu > .navbar-brand hr {
  margin: 0.833em 0; }

.login-menu > .navbar-brand > div {
  padding-bottom: 0 !important; }

.k-tabstrip > .k-tabstrip-items > .k-item {
  border: none; }

ul.k-tabstrip-items.k-reset {
  border: none; }

.k-tabstrip > div.k-content {
  border-top: none; }

.k-tabstrip-items .k-state-default .k-link {
  color: #94A3A7;
  font-weight: normal; }

.k-tabstrip-top > .k-tabstrip-items > .k-item.k-state-active .k-link {
  color: #00384e;
  font-weight: bold; }

.k-tabstrip-items > li,
.k-button.squared {
  border: none !important;
  border-bottom-width: 0 !important; }

.k-button.squared:not(.k-primary):hover,
.k-tabstrip-items > li.k-state-hover,
.k-tabstrip-items > li.k-state-active {
  background-color: white;
  border-width: 0 !important; }

.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-radius: 0; }

.k-tabstrip .k-content {
  overflow: hidden; }

.k-button.squared {
  border-radius: 0;
  width: 100%; }

.k-button.k-primary.tab {
  border-bottom: 0.167em solid #00384e !important; }

.k-button.tab:hover {
  color: #515967; }

.k-button.k-primary.tab:hover {
  background-color: #00384e;
  color: white; }

.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: #00384e; }

.k-button.k-primary:active:hover,
.k-button.k-primary.k-state-active:hover {
  /*color: #ffffff;*/
  border-color: #00384e;
  background-color: #00384e;
  color: #F1F3F4; }

.k-header .k-i-excel {
  background-position: -26.333em -22.333em;
  opacity: 1;
  margin-right: 3px; }

.k-header .k-button:hover > .k-i-excel {
  background-position: -24.333em -22.417em;
  opacity: 1; }

.navbar-header > .navbar-brand {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

.navbar-nav > li > .dropdown-menu {
  background-color: #173653;
  color: white; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: white;
  background-color: #173653;
  border-bottom: 0.167em solid white; }

.navbar-default .navbar-nav > :not(:hover):not(.open) > a {
  border-bottom: 0.167em solid #1F496F; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: white;
  background-color: #173653;
  border-bottom-color: #173653; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #173653; }

.dropdown-menu > li > a {
  padding-bottom: 0.083em;
  border-bottom: 0.167em solid #173653; }

dropdownlist-input.ng-hide > div {
  opacity: 0; }

dropdownlist-input > div {
  opacity: 1;
  transition: 0.5s linear opacity; }

.k-editable:not(.incell) tbody td:last-child {
  text-align: right; }

.clickable {
  cursor: pointer; }

.k-remove {
  border-color: #dc3545;
  color: #dc3545; }

.k-remove:hover,
.k-remove:focus {
  background-color: #dc3545; }

.k-remove.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  background-color: #dc3545;
  box-shadow: inset 0 0 0.25em 0.083em #dc3545;
  color: white; }

.k-button.k-upload-button > .k-tooltip-validation.k-invalid-msg {
  min-width: 15em; }

td .col-md-12 {
  webkit-box-sizing: border-box;
  box-sizing: border-box; }

td string-input[type='textarea'] > .row:last-child {
  margin-bottom: initial; }

.k-dropzone em {
  visibility: visible; }

td div.row > div,
td div.row > div textarea,
switch-input span {
  box-sizing: border-box !important; }

.badge.yellow {
  background-color: #ffc107; }

tr.selected .badge.yellow {
  color: white;
  background-color: transparent;
  border: 0.083em solid #ffc107;
  text-shadow: 0 0 0.083em #ffc107;
  box-shadow: 0 0 0.333em #ffc107; }

.badge.green {
  background-color: #10B683; }

tr.selected .badge.green {
  color: white;
  background-color: transparent;
  border: 0.083em solid #10B683;
  text-shadow: 0 0 0.083em #10B683;
  box-shadow: 0 0 0.333em #10B683; }

.badge.red {
  background-color: #dc3545; }

tr.selected .badge.red {
  color: white;
  background-color: transparent;
  border: 0.083em solid #dc3545;
  text-shadow: 0 0 0.083em #dc3545;
  box-shadow: 0 0 0.333em #dc3545; }

.badge.blue {
  background-color: #005C81; }

tr.selected .badge.blue {
  color: white;
  background-color: transparent;
  border: 0.083em solid #005C81;
  text-shadow: 0 0 0.083em #005C81;
  box-shadow: 0 0 0.333em #005C81; }

.k-button.squared.tab {
  width: 50%;
  display: block;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.tab.k-button:not(.k-state-disabled):not([disabled]) {
  box-shadow: none !important; }

.btn-group > .btn.btn-default:not(.selected) {
  background-color: #eff0f1;
  color: #949596; }

.btn-default.focus.selected,
.btn-default.selected:focus {
  color: initial;
  background-color: initial;
  border-color: initial;
  outline: none; }

.documents-list > .well {
  margin-bottom: 0; }

.documents-filters {
  margin-left: 2em; }

.project-side-info > div {
  padding: 0.5em 1em; }

.project-side-info-tabs {
  display: flex; }

.server-connection-status {
  padding-top: 1.333em; }

li.server-connection-status:hover {
  border-bottom: initial !important;
  height: initial !important; }

a.k-pager-refresh:hover {
  background-color: transparent !important; }

.main-title {
  margin-left: 1.5em; }

.static-bar {
  position: fixed;
  display: block;
  z-index: 10;
  width: 100%;
  left: 0;
  line-height: 4.167em; }
  @media screen and (max-width: 1400px) {
    .static-bar {
      top: 4em; } }
  @media screen and (min-width: 1400px) {
    .static-bar {
      top: 4em; } }

.static-bar > .title-section {
  position: initial; }

.title-section form-buttons {
  float: right;
  margin-right: 1.5em; }

.title-section {
  position: fixed;
  display: block;
  z-index: 10;
  box-shadow: #e5e5e5 0 0.083em 0.25em;
  background-color: #f4f4f5;
  width: 100%;
  left: 0;
  height: 4em;
  line-height: 4em; }

.nav > li > a {
  padding: 0.833em 1.250em; }

.navbar-nav > li > a {
  padding-top: 0.833em;
  padding-bottom: 0.833em; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 1.250em;
    padding-bottom: 1.250em; } }

.bread-crumb {
  display: inline-block; }
  .bread-crumb .bread-crumb-path:first-of-type {
    margin-left: 1.5em; }
  .bread-crumb .bread-crumb-path .bread-crumb-title,
  .bread-crumb .bread-crumb-path a {
    color: #337ab7; }
  .bread-crumb .bread-crumb-edit,
  .bread-crumb .field {
    display: inline-block; }
    .bread-crumb .bread-crumb-edit .validation-items .characters-count,
    .bread-crumb .field .validation-items .characters-count {
      top: -1.6em; }
  .bread-crumb .bread-crumb-edit .edit-name {
    display: inline-block;
    min-width: 10em;
    max-width: 12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: -2px; }
  .bread-crumb .bread-crumb-edit .k-primary:disabled {
    color: #cbcbcf; }

@media (min-width: 1024px) {
  .bread-crumb .bread-crumb-edit.sm .field {
    width: 10em; }
  .bread-crumb .bread-crumb-edit.md .edit-name {
    min-width: 15em; }
  .bread-crumb .bread-crumb-edit.md .field {
    width: 20em; }
  .bread-crumb .bread-crumb-edit.lg .edit-name {
    min-width: 20em; }
  .bread-crumb .bread-crumb-edit.lg .field {
    width: 30em; } }

@media (min-width: 1280px) {
  .bread-crumb .bread-crumb-edit.sm .edit-name {
    min-width: 15em; }
  .bread-crumb .bread-crumb-edit.sm .field {
    width: 15em; }
  .bread-crumb .bread-crumb-edit.md .edit-name {
    min-width: 20em; }
  .bread-crumb .bread-crumb-edit.md .field {
    width: 25em; }
  .bread-crumb .bread-crumb-edit.lg .edit-name {
    min-width: 30em; }
  .bread-crumb .bread-crumb-edit.lg .field {
    width: 35em; } }

@media (min-width: 1440px) {
  .bread-crumb .bread-crumb-edit.sm .edit-name {
    min-width: 15em; }
  .bread-crumb .bread-crumb-edit.sm .field {
    width: 20em; }
  .bread-crumb .bread-crumb-edit.md .edit-name {
    min-width: 25em; }
  .bread-crumb .bread-crumb-edit.md .field {
    width: 30em; }
  .bread-crumb .bread-crumb-edit.lg .edit-name {
    min-width: 30em; }
  .bread-crumb .bread-crumb-edit.lg .field {
    width: 40em; } }

a.with-badge {
  position: relative;
  display: inline-block; }

.badge.custom-badge {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: red; }

a.with-image {
  background-repeat: no-repeat;
  height: 50px;
  width: 56px;
  background-position: 15px 12px; }

a.with-image.notifications {
  background-image: url("/core/content/images/icons/26px/notification_26px.png"); }

.left-menu {
  background-color: #fafafa;
  text-align: center;
  height: 100%; }

.left-menu-content {
  background-color: #fafafa;
  text-align: center;
  height: 100%; }

.col-centered {
  float: none;
  margin: 0 auto; }

.app-text-area {
  margin: 8.214em; }

.row.row-eq-height {
  display: flex; }

.k-button {
  display: inline-block; }

.static-bar .main-title {
  margin-left: 0px; }

.static-bar .title-section div.title {
  padding-left: 1.5em; }

.static-bar .title-section span.title {
  padding-left: 1.5em; }

.static-bar .title-section .pull-right .k-button {
  margin-right: 1.5em; }

.k-window .k-window-titlebar {
  padding-left: 0; }

.k-window .k-window-title {
  padding: 0;
  /*
            v2018.1.221 - less 0.38em because Kendo puts an space (&nbsp) before the content
            On v2018.2.516 it's fixed
        */
  padding-left: calc( calc( 1.5 * 12px) - 0.38em); }

.k-window .k-window-content {
  padding: 1.5em; }

.info-icon {
  white-space: nowrap;
  color: #005C81;
  font-size: 11pt;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.25s;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex; }
  .info-icon:focus {
    text-decoration: none;
    color: #fff;
    background-color: #005C81;
    border-color: #005C81; }
  .info-icon:hover {
    text-decoration: none; }

.core-icon-info-wrapper {
  border: none; }
  .core-icon-info-wrapper:focus {
    color: white;
    background-color: #005C81; }
  .core-icon-info-wrapper .core-icon {
    font-size: 1.5em; }

@media (max-width: 1037px) {
  .info-icon {
    min-width: 18px;
    width: 18px;
    height: 18px; } }

.tooltip,
.popover {
  position: fixed; }

.language-bottom-menu .dropdown-menu > li > a:focus,
.language-bottom-menu .dropdown-menu > li > a:hover,
.language-bottom-menu .navbar-default .navbar-nav > .active > a,
.language-bottom-menu .navbar-default .navbar-nav > .active > a:focus,
.language-bottom-menu .navbar-default .navbar-nav > .active > a:hover,
.language-bottom-menu .dropdown-menu > .active > a,
.language-bottom-menu .dropdown-menu > .active > a:focus,
.language-bottom-menu .dropdown-menu > .active > a:hover {
  color: #333;
  background-color: #F8F8F8;
  border-bottom: 0.286em solid #286CAF; }

.language-bottom-menu .dropdown-menu > li > a {
  padding-bottom: 0.083em;
  border-bottom: 0.286em solid transparent; }

.language-bottom-menu .dropdown-menu > li:hover,
.language-bottom-menu .dropdown-menu > li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap; }

.image-preview {
  margin: auto;
  text-align: center; }
  .image-preview img {
    max-width: 100%;
    max-height: 44vh;
    background: white; }

.label-with-popup .label-title {
  float: left; }

.label-with-popup.with-label-placeholder {
  width: 100%; }

.label-with-popup.inside-input {
  position: relative;
  float: right;
  top: 2em;
  z-index: 1;
  margin-right: 1.5em; }

.k-pager-wrap .k-pager-refresh.k-link:hover {
  color: black; }

.k-file-name-size-wrapper {
  max-width: calc(100% - 1em  - 0.17em  - 24px  - 4px - 1em - 1em - 3px); }

.outline-none {
  outline: none !important; }

.k-pager-wrap .k-pager-refresh.k-link:hover {
  color: black; }

.k-file-progress > .file-wrapper > .k-upload-status > .k-button.k-upload-wrapper {
  display: none; }

.padding-top-1em {
  padding-top: 1em; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
input {
  color: #515967;
  box-shadow: none;
  -webkit-transition: box-shadow 0.5s, color 0.5s;
  /* Safari */
  transition: box-shadow 0.5s, color 0.5s; }

.km-switch-background {
  color: #005C81; }

span.km-switch-on > span.km-switch-container > span.km-switch-handle {
  color: #005C81; }

.km-switch-label-off, .km-switch-label-on {
  text-transform: none; }

input.k-textbox.disabled,
textarea.k-textbox.disabled,
.k-multiselect.k-header.disabled,
.disabled {
  background-color: #F9F9F9 !important;
  border-color: #F9F9F9;
  color: #566472;
  /*background-color: #EDEDED !important;*/ }

.fieldlist .title {
  font-size: 11pt;
  color: #94A3A7; }

.fieldlist > li {
  list-style: none;
  padding-bottom: 0;
  text-align: left;
  margin-right: -1.250em;
  margin-left: -1.250em;
  padding-bottom: 0; }

.fieldlist > li:first-child > div {
  min-height: 0;
  padding-bottom: 2.5em; }

.fieldlist > li:after,
.fieldlist > li:before {
  display: table;
  content: " "; }

.fieldlist > li:after {
  clear: both; }

.fieldlist .field {
  margin-bottom: 1em;
  min-height: 4em;
  border-bottom: .083em solid #f0f0f0; }

.fieldlist *:last-child > .field {
  border-bottom: .083em solid transparent; }

.fieldlist switch-input > .field {
  min-height: 3em; }

.fieldlist string-input[type="textarea"] > .field {
  min-height: 8.2em; }

.currency-input input,
span.k-widget.k-numerictextbox span.k-numeric-wrap input {
  text-align: right; }

.field-wrapper input.k-textbox,
.field-wrapper textarea.k-textbox,
.field-wrapper .k-numerictextbox > .k-numeric-wrap,
.field-wrapper .k-datepicker > .k-picker-wrap,
.field-wrapper .k-dropdown > .k-dropdown-wrap {
  border: 1px solid #dadada;
  box-shadow: none;
  border-radius: 3px; }

.k-numeric-wrap {
  padding-right: 2.5em; }

string-input[type='textarea'] > .row:last-child {
  margin-bottom: 3.000em; }

.navbar,
.k-picker-wrap,
.k-list .k-state-hover,
.k-numerictextbox,
.k-numeric-wrap,
.k-numeric-wrap .k-link,
.k-numeric-wrap .k-link + .k-link,
.k-textbox,
.k-autocomplete,
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap,
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-dropdown,
.k-dropdown-wrap,
.k-dropdown-wrap .k-input,
.k-dropdown-wrap .k-select {
  border-radius: 0; }

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused {
  background-color: white; }

.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,
.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
  background-position: 0 -3px; }

.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,
.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
  background-position: 0 -35px; }

input.k-textbox {
  height: 2.214em;
  padding: 0.167em 0em;
  border-width: 0; }

.k-combobox .k-dropdown-wrap:before, .k-numeric-wrap:before, .k-picker-wrap:before {
  height: 1.7em; }

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  height: auto;
  line-height: 1.7em; }

/* Kendo defualts: this is where just to provide context to the developer */
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-multiselect-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  padding: 0.17857em 0; }

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select {
  min-height: 1.7em;
  line-height: 1.9em; }

.k-numeric-wrap .k-select {
  height: 2.05714em;
  font-size: 100%; }
  .k-numeric-wrap .k-select > .k-link {
    height: 1.02857em;
    line-height: 1.02857em; }

.k-dropdown-wrap.k-state-hover,
.k-dropdown .k-state-hover .k-input,
.k-dropdown .k-state-focused .k-input,
.k-numeric-wrap.k-state-hover .k-link.k-link-increase.k-state-selected,
.k-numeric-wrap.k-state-hover .k-link.k-link-decrease.k-state-selected {
  color: #666666; }

.k-dropdown-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused.k-state-active,
.k-dropdown-wrap.k-state-hover {
  background-color: white; }

.k-picker-wrap.k-state-hover .k-select,
.k-numeric-wrap.k-state-hover .k-link.k-link-increase,
.k-numeric-wrap.k-state-hover .k-link.k-link-decrease,
.k-autocomplete.k-state-hover .k-icon.k-clear-value.k-i-close {
  color: #535b6a; }

.k-dropzone em {
  visibility: visible; }

string-input[type="textarea"] {
  display: block !important;
  visibility: visible;
  opacity: 1;
  height: initial;
  -webkit-transition: visibility 0.25s, opacity 0.25s, height 0.25s;
  /* Safari */
  transition: visibility 0.25s, opacity 0.25s, height 0.25s; }

string-input[type="textarea"].ng-hide {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  height: 0; }

string-input[type="textarea"] textarea {
  height: 6.667em;
  -webkit-transition: min-height 0.25s, height 0.25s;
  /* Safari */
  transition: min-height 0.25s, height 0.25s; }

string-input[type="textarea"].ng-hide textarea {
  height: 0; }

.cancel-form {
  cursor: pointer;
  margin-left: 0.357em;
  margin-right: 0.357em;
  border: 1px solid transparent; }

.k-dropdown-wrap {
  color: black !important; }

.k-list-optionlabel.k-state-hover,
.k-list-optionlabel.k-state-hover:hover,
.k-list > .k-state-hover {
  background-color: #cacaca;
  color: #666666; }

.k-list > .k-state-selected,
.k-state-selected {
  background-color: #DFEDF4;
  color: #666666; }

strong.k-upload-status {
  width: 1.5em; }
  strong.k-upload-status .k-button.k-upload-wrapper {
    display: block;
    background-color: transparent;
    width: 100%; }
  strong.k-upload-status .k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none; }

.k-radio:checked + .k-radio-label:after {
  background-color: #005C81; }

.optional-label,
.characters-count {
  font-size: 0.75em;
  color: #595959; }

.characters-count {
  text-align: right; }

.validation-items {
  position: relative;
  line-height: 1.7em; }
  .validation-items * {
    line-height: inherit; }
  .validation-items .characters-count {
    position: absolute;
    right: 0;
    top: 0; }

.k-switch {
  border: none; }

.long-label-switch .km-switch {
  width: 8.5em !important; }

.long-label-switch .km-switch-background {
  background-position: 0em 4em !important;
  width: 8.5em; }

.long-label-switch .km-switch-label-on {
  left: -370%; }

.long-label-switch .km-switch-label-on,
.long-label-switch .km-switch-label-off {
  white-space: nowrap; }

.long-label-switch .km-switch-label-off {
  left: 2.083em; }

.long-label-switch .km-switch-label-on {
  right: 1.667em; }

.field-label {
  vertical-align: top; }
  .field-label label {
    margin-bottom: 0; }
  .field-label .optional-label {
    line-height: normal; }

.single-image-upload {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.field-input input {
  width: 100%; }

.field-input .img-preview {
  max-width: 28%;
  display: inline-block;
  margin-right: 0.5em;
  position: relative; }
  .field-input .img-preview > img {
    max-width: 100%;
    max-height: 95px;
    background: white; }
  .field-input .img-preview:hover .overlay-effect {
    opacity: 1;
    cursor: pointer; }

.field-input .images-preview {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  min-height: 110px; }
  .field-input .images-preview .image-container {
    position: relative;
    display: inline-block;
    margin-right: 0.2em;
    border-radius: 3px; }
    .field-input .images-preview .image-container > img {
      max-width: 100%;
      max-height: 90px;
      background: white; }
    .field-input .images-preview .image-container:hover .overlay-effect {
      opacity: 1;
      cursor: pointer; }

.field-input a.close-button {
  position: absolute;
  top: 2px;
  cursor: pointer;
  border-radius: 0.2em;
  width: 1.5em;
  height: 1.5em;
  right: 2px;
  background-color: #337ab7;
  display: flex;
  align-items: center;
  justify-content: center; }
  .field-input a.close-button span {
    color: white; }

.field-input a.download-button {
  position: absolute;
  bottom: 2px;
  cursor: pointer;
  border-radius: 0.2em;
  width: 1.5em;
  height: 1.5em;
  right: 2px;
  background-color: #337ab7;
  display: flex;
  align-items: center;
  justify-content: center; }
  .field-input a.download-button span {
    color: white; }

.field-input .overlay-effect {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transition: .5s;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.field-input .upload-button-smaller {
  width: 66%;
  display: inline-block; }

.field-input .upload-button-bigger {
  width: 100%;
  display: inline-block; }
  .field-input .upload-button-bigger .k-upload {
    border: none; }
    .field-input .upload-button-bigger .k-upload .k-dropzone {
      padding-left: 0;
      padding-bottom: 1em; }

.field-input .upload-remove-button {
  width: 25%;
  display: inline-block; }

.field-input.field-boolean {
  width: initial; }
  .field-input.field-boolean > span.km-switch {
    cursor: pointer; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
.k-filter-row th {
  padding-right: 0.5em; }

.k-filtercell > .k-operator-hidden {
  /*padding-right: 0;*/
  /* This caused the remove filter button to disappear */
  padding-right: 2em; }
  .k-filtercell > .k-operator-hidden > .k-button {
    padding: 0.3em;
    line-height: 0;
    margin: 0;
    background-color: transparent !important; }
    .k-filtercell > .k-operator-hidden > .k-button .k-i-filter-clear:before {
      content: "\e11d"; }
  .k-filtercell > .k-operator-hidden > .k-button:hover,
  .k-filtercell > .k-operator-hidden > .k-button:active {
    color: #00384e !important; }
  .k-filtercell > .k-operator-hidden > .k-button:focus:not(.k-state-disabled):not([disabled]),
  .k-filtercell > .k-operator-hidden > .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none; }
  .k-filtercell > .k-operator-hidden > .custom-filter {
    padding: 0;
    width: 100%; }

.k-grid-header th.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link,
.k-window-titlebar.k-header {
  color: #333;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif; }

.k-grid-header th.k-header {
  padding-left: 1.286em;
  padding-bottom: 0;
  padding-right: 2.5em; }

/* This was used to align the numeric columns
    but it is not needed because it is defined via style in corekendoservice*/
/*div.k-grid-content td {
    padding-right: $kendo-grid-column-right-padding;
}*/
.k-grid {
  min-height: 8.333em; }
  .k-grid .k-loading-mask {
    display: none; }
  .k-grid .k-footer-template > td:last-child,
  .k-grid .k-footer-template > td:nth-last-child(2) {
    text-align: right; }
  .k-grid .k-footer-template > td {
    background-color: white; }
  .k-grid td {
    border-style: none;
    padding: 0.5em 1.286em;
    border-bottom: 1px solid #CCCCCC;
    height: auto; }
  .k-grid .k-alt td {
    background-color: transparent; }
  .k-grid > table > tbody > tr:first-child > td {
    border-top: none; }
  .k-grid td.k-command-cell {
    position: relative; }
    .k-grid td.k-command-cell > .k-grid-update {
      position: absolute;
      right: 3.606em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      top: auto; }
    .k-grid td.k-command-cell > .k-grid-cancel {
      position: absolute;
      right: 1.286em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      top: auto; }

.k-header.k-grid-toolbar {
  border: none; }
  .k-header.k-grid-toolbar > div:first-child {
    display: inline-block;
    border: none; }
    .k-header.k-grid-toolbar > div:first-child > .left {
      display: inline;
      margin: auto auto auto 0; }
    .k-header.k-grid-toolbar > div:first-child > .right {
      /*display: inline;*/
      float: right;
      padding-right: 1.250em;
      padding-left: 1.250em; }
  .k-header.k-grid-toolbar datetimepicker-input {
    font-size: 8pt; }

table.k-selectable > tbody > tr {
  cursor: pointer; }

th.k-header {
  border: none !important; }

div.k-grid-header,
thead.k-grid-header th,
div.k-grid:not(.index-grid):not(.dashboard-grid) {
  border-bottom-color: #A7AFB7 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important; }

ul.fieldlist > li > div > div > div.k-header.k-grid-toolbar {
  padding-left: 0; }

.k-filter-row > th:hover, .k-grid tr:hover {
  background-color: white; }

.k-filtercell > * > * {
  font-size: 8pt; }

.k-grid-header-wrap, .k-grid-header, .k-pager-wrap.k-grid-pager, .k-grid, .k-filter-row > th {
  border: none !important; }

.index-grid > div.k-grid-content {
  height: 33.333em; }

.dashboard-grid > div.k-grid-content {
  height: 16.500em; }

.k-grid table tbody td > span {
  /*max-height: 100px; */
  /* white-space: nowrap; */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6em;
  max-height: 4.8em; }

div.index-grid > div.k-grid-content tr:hover > td,
div.row-click-grid > div.k-grid-content tr:hover > td,
div.dashboard-grid > div.k-grid-content tr:hover > td,
tr.selected {
  background-color: #e7e7e7 !important; }

div.row-click-grid > div.k-grid-content tr:hover {
  cursor: pointer; }

div.index-grid > div.k-grid-content tr.k-state-selected, div.row-click-grid > div.k-grid-content tr.k-state-selected, div.dashboard-grid > div.k-grid-content tr.k-state-selected {
  color: #515967; }

.k-btn-grid,
.k-button.k-grid-update,
.k-button.k-grid-cancel {
  height: 2em;
  width: 2em;
  line-height: 2.4em;
  border-radius: 100%;
  padding: 0;
  min-width: 0 !important;
  min-height: 0 !important; }

.k-btn-grid {
  margin-left: 0.35em;
  border: 0.083em solid #005C81;
  background-color: #fff;
  background-image: none;
  float: right;
  cursor: pointer;
  text-align: center;
  color: #005C81; }

.k-btn-grid > span, .k-grid-edit > span, .k-grid-view > span, .k-btn-grid > i {
  color: #005C81 !important; }

.k-btn-grid:hover,
.k-btn-grid:hover > span,
.k-btn-grid:hover > i,
.k-btn-grid.k-grid-edit:hover,
.k-btn-grid.k-grid-edit:hover > span,
.k-btn-grid.k-grid-view:hover,
.k-btn-grid.k-grid-view:hover > span,
.k-button-icon:hover {
  background-color: #005C81 !important;
  border-color: #005C81 !important;
  color: #fff !important; }

.k-btn-grid-delete, .k-btn-grid-delete > span, .k-btn-grid-delete > i {
  color: #dc3545 !important;
  border-color: #dc3545; }

.k-btn-grid-delete:hover > span, .k-btn-grid-delete:hover > i, .k-btn-grid-delete:hover, .k-btn-grid-delete:hover > span, .k-btn-grid-delete:hover, .selected.k-btn-grid-delete > span, .selected.k-btn-grid-delete > i, .selected.k-btn-grid-delete, .selected.k-btn-grid-delete > span, .selected.k-btn-grid-delete {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important; }

.k-btn-grid-approve, .k-btn-grid-approve > span, .k-btn-grid-approve > i {
  color: #dc3545;
  border-color: #dc3545; }

.k-btn-grid-approve:hover > span, .k-btn-grid-approve:hover > i, .k-btn-grid-approve:hover, .k-btn-grid-approve:hover > span, .k-btn-grid-approve:hover, .selected.k-btn-grid-approve > span, .selected.k-btn-grid-approve > i, .selected.k-btn-grid-approve, .selected.k-btn-grid-approve > span, .selected.k-btn-grid-approve {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important; }

.k-grid .k-widget.k-tooltip-validation.k-invalid-msg {
  /*position: absolute;*/
  position: relative;
  z-index: 12000;
  border-width: 0.083em;
  padding: 0.250em 0.417em 0.167em 0.500em; }

ul.fieldlist.first > li:first-child .k-header.k-grid-toolbar {
  padding-top: 0; }

ul.fieldlist.first > li:first-child .k-header.k-grid-toolbar > div:first-child > .left {
  margin-top: 0; }

.k-header.k-grid-toolbar > div:first-child > .right > button {
  white-space: nowrap; }

.k-grid tbody .k-button.custom-grid-command {
  min-width: initial;
  padding: initial; }

.btn-grid-command > span,
.k-btn-grid-delete > span,
.k-button.k-grid-update .k-icon,
.k-button.k-grid-cancel .k-icon,
.k-button-icontext.custom-grid-command .k-icon,
.k-btn-grid-delete {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.k-grid-eval {
  line-height: 2em; }

.k-btn-grid-delete {
  line-height: 1.9em;
  background-color: #fff !important; }

.k-button.k-grid-cancel, .k-button.k-grid-update, .k-button.k-grid-edit, .k-button.k-grid-delete {
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .k-button.k-grid-cancel .k-i-check, .k-button.k-grid-cancel .k-i-cancel, .k-button.k-grid-cancel .k-i-edit, .k-button.k-grid-cancel .k-i-delete, .k-button.k-grid-update .k-i-check, .k-button.k-grid-update .k-i-cancel, .k-button.k-grid-update .k-i-edit, .k-button.k-grid-update .k-i-delete, .k-button.k-grid-edit .k-i-check, .k-button.k-grid-edit .k-i-cancel, .k-button.k-grid-edit .k-i-edit, .k-button.k-grid-edit .k-i-delete, .k-button.k-grid-delete .k-i-check, .k-button.k-grid-delete .k-i-cancel, .k-button.k-grid-delete .k-i-edit, .k-button.k-grid-delete .k-i-delete {
    margin: 0; }

.k-grid .k-grid-content.k-auto-scrollable .ng-scope.k-grid-edit-row > td[data-container-for] {
  vertical-align: top; }

.k-grid .k-tooltip-validation {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 1 !important; }
  .k-grid .k-tooltip-validation .k-callout.k-callout-n {
    display: none; }

.k-grid .k-dropdown.k-header {
  background-color: transparent; }

.k-button.k-grid-cancel:not(:hover) {
  color: #515967; }

.k-button.k-grid-update:not(:hover) {
  color: white; }

.k-button-icontext.custom-grid-command .k-i-edit:before {
  content: "\e913"; }

.k-button-icontext.custom-grid-command .k-i-delete:before {
  content: "\e90f"; }

.k-button-icontext.custom-grid-command .k-i-cancel:before {
  content: "\e91f"; }

.k-button-icontext.custom-grid-command .k-i-update:before,
.k-button.k-grid-update .k-i-check:before,
.k-button.k-grid-update > span.k-icon.k-i-update:before {
  content: "\e921"; }

.k-button.k-grid-cancel > span.k-icon.k-i-cancel:before {
  content: "\e91f"; }

.k-grid-files > span:before {
  content: "\e90e"; }

.k-grid-arrow {
  line-height: 1.9em; }

.k-btn-grid-delete:before {
  content: "\e90f"; }

.k-btn-grid-view {
  line-height: 1.9em; }

.k-btn-grid-view > span:before {
  content: "\e91b"; }

.k-grid tbody td > .k-grid-delete {
  margin-top: 0;
  margin-bottom: 0; }

.k-grid .k-button.k-upload-button {
  overflow: visible; }

.k-grid.grid-radius {
  background-color: white;
  border-radius: 0.3em;
  box-shadow: 0 0.25em 0.5em #D4D4D4;
  padding: 0px; }

.index-grid .k-grid-content img {
  max-height: 2em;
  max-width: 2em; }

/*
    Copyright (c) 2017 by Michiel Bijl (http://codepen.io/Michiel/pen/ogXrBX)

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.progress-loading-hasrelative {
  position: absolute !important; }

header [role="progressbar"][aria-busy="true"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  width: 100%;
  background-color: #003472;
  animation: preloader-background linear 3.5s infinite; }
  header [role="progressbar"][aria-busy="true"]::before, header [role="progressbar"][aria-busy="true"]::after {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: #afa;
    animation: preloader-front linear 3.5s infinite;
    content: ''; }
  header [role="progressbar"][aria-busy="true"]::before {
    right: 50%; }
  header [role="progressbar"][aria-busy="true"]::after {
    left: 50%; }

@keyframes preloader-background {
  0%, 24.9% {
    background-color: #003472; }
  25%, 49.9% {
    background-color: #77aee6; }
  50%, 74.9% {
    background-color: #1d68b4; }
  75%, 100% {
    background-color: #a7d5fe; } }

@keyframes preloader-front {
  0% {
    width: 0;
    background-color: #77aee6; }
  24.9% {
    width: 50%;
    background-color: #77aee6; }
  25% {
    width: 0;
    background-color: #1d68b4; }
  49.9% {
    width: 50%;
    background-color: #1d68b4; }
  50% {
    width: 0;
    background-color: #a7d5fe; }
  74.9% {
    width: 50%;
    background-color: #a7d5fe; }
  75% {
    width: 0%;
    background-color: #003472; }
  100% {
    width: 50%;
    background-color: #003472; } }

/** {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #f5f5f5;
}

header {
    position: relative;
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-grow: 1;
    text-align: center;

    :root & > * + * {
        margin-top: 1em;
    }
}

h1 {
    margin: 0;
    font-size: 2.2em;
    font-weight: 200;
}

p {
    margin: 0;
    font-size: .875em;
    font-weight: 400;
}*/

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'core-icon';
  src: url("/core/content/fonts/core-icon.eot?fo3uat");
  src: url("/core/content/fonts/core-icon.eot?fo3uat#iefix") format("embedded-opentype"), url("/core/content/fonts/core-icon.ttf?fo3uat") format("truetype"), url("/core/content/fonts/core-icon.woff?fo3uat") format("woff"), url("/core/content/fonts/core-icon.svg?fo3uat#core-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.core-icon-paper-plane-alt:before {
  content: "\e922"; }

.core-icon-plus-circle:before {
  content: "\e923"; }

.core-icon-warning:before {
  content: "\e924"; }

.core-icon-building:before {
  content: "\e925"; }

.core-icon-context-menu:before {
  content: "\e926"; }

.core-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.core-icon-info-circle-o:before {
  content: "\e920"; }

.core-icon-check:before {
  content: "\e921"; }

.core-icon-home:before {
  content: "\e91e"; }

.core-icon-times:before {
  content: "\e91f"; }

.core-icon-search:before {
  content: "\e91b"; }

.core-icon-filter:before {
  content: "\e91c"; }

.core-icon-file-excel:before {
  content: "\e91d"; }

.core-icon-add-department:before {
  content: "\e900"; }

.core-icon-add-department-alt:before {
  content: "\e901"; }

.core-icon-add-user:before {
  content: "\e902"; }

.core-icon-angle-left:before {
  content: "\e903"; }

.core-icon-check-circle-o:before {
  content: "\e904"; }

.core-icon-cog:before {
  content: "\e905"; }

.core-icon-cogs:before {
  content: "\e906"; }

.core-icon-company:before {
  content: "\e907"; }

.core-icon-compliance:before {
  content: "\e908"; }

.core-icon-department:before {
  content: "\e909"; }

.core-icon-download:before {
  content: "\e90a"; }

.core-icon-external-department:before {
  content: "\e90b"; }

.core-icon-external-link:before {
  content: "\e90c"; }

.core-icon-file-pdf:before {
  content: "\e90d"; }

.core-icon-files:before {
  content: "\e90e"; }

.core-icon-garbage:before {
  content: "\e90f"; }

.core-icon-info:before {
  content: "\e910"; }

.core-icon-inventory:before {
  content: "\e911"; }

.core-icon-paper-plane:before {
  content: "\e912"; }

.core-icon-pencil:before {
  content: "\e913"; }

.core-icon-pia:before {
  content: "\e914"; }

.core-icon-pie-chart:before {
  content: "\e915"; }

.core-icon-plus:before {
  content: "\e916"; }

.core-icon-question-circle:before {
  content: "\e917"; }

.core-icon-tawk:before {
  content: "\e918"; }

.core-icon-times-circle-o:before {
  content: "\e919"; }

.core-icon-user:before {
  content: "\e91a"; }

@charset "UTF-8";
/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Bitstream-FuturaBT_Book';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Book_Italic';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book_Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy_Italic';
  src: url("../fonts/gulbenkian/gulbenkianitstream-FuturaBT_Heavy_Italic.otf") format("opentype"); }

[role="progressbar"][aria-busy="true"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  width: 100%; }
  [role="progressbar"][aria-busy="true"]::before, [role="progressbar"][aria-busy="true"]::after {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: #afa;
    content: ''; }
  [role="progressbar"][aria-busy="true"]::before {
    right: 50%; }
  [role="progressbar"][aria-busy="true"]::after {
    left: 50%; }

body {
  min-width: 1000px;
  overflow-x: auto; }
  body .k-state-disabled {
    opacity: 0.5; }
  body .k-button.k-primary.k-state-disabled:focus, body .k-button.k-primary.k-state-disabled:active, body .k-button.k-primary.k-state-disabled:hover {
    cursor: not-allowed !important;
    background-color: #005C81;
    color: white;
    border: 1px solid #005C81; }
  body .k-button.k-secondary.k-state-disabled:focus, body .k-button.k-secondary.k-state-disabled:active, body .k-button.k-secondary.k-state-disabled:hover {
    cursor: not-allowed !important;
    background-color: white;
    color: #005C81;
    border: 1px solid #005C81; }
  body .k-button.k-success.k-state-disabled:focus, body .k-button.k-success.k-state-disabled:active, body .k-button.k-success.k-state-disabled:hover {
    cursor: not-allowed !important;
    background-color: #10B683;
    color: white;
    border: 1px solid #10B683; }
  body.company-treeview-tooltip .k-tooltip.k-popup {
    visibility: hidden; }
  body.content-without-padding .content {
    padding: 0; }
  @media (max-width: 999px) {
    body.anonymous-form, body.data-rights-form {
      min-width: 0; } }
  body.anonymous-form .fieldlist .field, body.data-rights-form .fieldlist .field {
    margin-bottom: 2em; }
  body.anonymous-form nav-bar, body.data-rights-form nav-bar {
    display: none; }

header > .navbar.navbar-fixed-top > .container-fluid {
  min-width: 1000px; }

@media (max-width: 999px) {
  header > .navbar.navbar-fixed-top {
    position: absolute; }
    header > .navbar.navbar-fixed-top > .container-fluid {
      background-color: #2693BE; }
    header > .navbar.navbar-fixed-top .navbar-header {
      float: left; } }

.about-container {
  white-space: nowrap;
  /*margin-bottom: -1.75em;*/ }
  .about-container .title {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 1em; }
  .about-container .information, .about-container .links {
    width: 50%;
    vertical-align: top;
    display: inline-block; }

@media (max-width: 767.98px) {
  .navbar-nav {
    margin: 0; }
  .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
    border-top: 0; }
  .navbar-nav > li > a {
    padding-top: 1.250em;
    padding-bottom: 1.250em; } }

header .navbar-collapse.collapse {
  display: block !important; }

header .navbar-nav > li, .navbar-nav {
  float: left !important; }

header .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important; }

header .navbar-toggle {
  display: none; }

header .navbar-right {
  float: right !important; }

.container-fluid {
  padding-left: 1.5em;
  padding-right: 1.5em; }

.nav .dropdown-menu {
  opacity: 1; }

.navbar {
  background-color: #2693BE;
  border: none;
  box-shadow: none; }
  .navbar img {
    padding-left: 0.4em;
    height: 40px; }
  .navbar .navbar-nav {
    /* IE10+ CSS styles*/ }
    .navbar .navbar-nav.navbar-nav-items {
      display: flex;
      flex-direction: row; }
      .navbar .navbar-nav.navbar-nav-items .dropdown-active-child ul li a i {
        min-width: 1.5em; }
    .navbar .navbar-nav img.flag-image {
      height: 16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .navbar .navbar-nav li.company-selection-combobox {
        width: 11vw !important; } }
    .navbar .navbar-nav li.company-selection-combobox {
      display: flex;
      align-items: center;
      height: calc(2.5em + 0.167em + 21px);
      width: 11vw; }
      .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input {
        padding: 0; }
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
          border-color: #1c6e8e; }
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
          background-color: #1c6e8e; }
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-clear-value {
          display: none; }
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select > span,
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input {
          color: white;
          opacity: 1;
          transition: none; }
        .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input .k-widget .k-state-disabled {
          opacity: 1; }
          .navbar .navbar-nav li.company-selection-combobox combobox-input .field-input .k-widget .k-state-disabled .k-select {
            display: none; }
    .navbar .navbar-nav li:not(:hover):not(.open):not(.active) > a {
      border-bottom: 0.167em solid #2693BE;
      opacity: 0.4; }
    .navbar .navbar-nav li.nav-item-disabled:hover a {
      border-bottom: none;
      opacity: 0.4; }
    .navbar .navbar-nav .dropdown-menu {
      background-color: white; }
      .navbar .navbar-nav .dropdown-menu li:not(:hover):not(.open):not(.active) > a {
        border-bottom: none;
        opacity: 1; }
      .navbar .navbar-nav .dropdown-menu li.nav-dropdown-item-disabled a {
        color: #ccc; }
      .navbar .navbar-nav .dropdown-menu li.nav-dropdown-item-disabled:hover a {
        background-color: transparent;
        color: #ccc; }
    .navbar .navbar-nav li a,
    .navbar .navbar-nav a.dropdown-toggle {
      color: white;
      background-color: #2693BE; }
    .navbar .navbar-nav li:hover a,
    .navbar .navbar-nav li:focus a,
    .navbar .navbar-nav li.active a,
    .navbar .navbar-nav li.open a {
      border-bottom: 3px solid #15CAFF; }
    .navbar .navbar-nav li.dropdown.unselectable:hover a,
    .navbar .navbar-nav li.dropdown.unselectable:focus a,
    .navbar .navbar-nav li.dropdown.unselectable.active a,
    .navbar .navbar-nav li.dropdown.unselectable.open a {
      opacity: 1;
      cursor: default;
      border-bottom-color: transparent !important; }
      .navbar .navbar-nav li.dropdown.unselectable:hover a > i.company-management,
      .navbar .navbar-nav li.dropdown.unselectable:focus a > i.company-management,
      .navbar .navbar-nav li.dropdown.unselectable.active a > i.company-management,
      .navbar .navbar-nav li.dropdown.unselectable.open a > i.company-management {
        cursor: pointer; }
    .navbar .navbar-nav .dropdown-menu > li a {
      padding-bottom: 3px;
      padding-top: 3px; }
    .navbar .navbar-nav .dropdown-menu > li:hover > a {
      border-bottom: none;
      background-color: white;
      color: #2693BE; }
    .navbar .navbar-nav .dropdown-menu > li.active:hover a {
      border-bottom: none; }
    .navbar .navbar-nav .dropdown-menu > li.active > a {
      border-bottom: none;
      background-color: #2693BE;
      color: white; }
    .navbar .navbar-nav li.open a,
    .navbar .navbar-nav li.active a {
      color: white;
      background-color: #2693BE; }
    .navbar .navbar-nav .dropdown-menu > li a {
      padding-bottom: 3px;
      padding-top: 3px;
      background-color: white;
      color: black; }
    .navbar .navbar-nav .dropdown-menu > li:hover > a {
      border-bottom: none;
      background-color: #2693BE;
      color: white; }
    .navbar .navbar-nav .nav-ellipsis {
      height: calc(2.5em + 0.167em + 21px); }
      .navbar .navbar-nav .nav-ellipsis span:first-of-type {
        display: inline-block;
        max-width: 6em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .navbar .navbar-nav .nav-ellipsis span.caret {
        transform: translateY(-5px); }
    @media (max-width: 1550px) {
      .navbar .navbar-nav .nav-ellipsis span:first-of-type {
        max-width: 8.2vw; } }
    @media (min-width: 1550px) {
      .navbar .navbar-nav .nav-ellipsis span:first-of-type {
        max-width: 12vw; } }
  .navbar .nav-item-lang li:not(:hover):not(.open):not(.active) > a,
  .navbar .nav-item-user li:not(:hover):not(.open):not(.active) > a,
  .navbar .nav-item-companies li:not(:hover):not(.open):not(.active) > a {
    opacity: 1 !important; }
  .navbar .nav-item-lang ul.dropdown-menu {
    min-width: unset; }

.container-fluid > .navbar-header {
  margin-left: -1.5em; }

.navbar-brand {
  padding-top: 9px;
  margin-left: 0px; }
  .navbar-brand.navbar-companies {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.089em 1em;
    font-size: inherit;
    opacity: 0.4; }
    .navbar-brand.navbar-companies:hover {
      opacity: 1; }
    .navbar-brand.navbar-companies img.companies-menu {
      height: 20px;
      width: 40px; }

@media (max-width: 1400px) {
  .navbar-brand {
    padding-top: 6px; } }

html.companies body {
  background-color: #F3F5F9; }

body.page {
  background-color: #f0f0f0; }

html.login .login-form-wrapper .login-wrapper .external-auth-button {
  margin-top: 1em;
  width: 100%; }
  html.login .login-form-wrapper .login-wrapper .external-auth-button img {
    max-width: 3em;
    max-height: 3em;
    position: absolute;
    top: 0.65em;
    left: 0.65em;
    background-color: white; }

html.login .login-form-wrapper .login-wrapper .external-auth-button:hover {
  cursor: pointer; }

html.login .login-form-wrapper .login-wrapper button.k-button-saml-login {
  position: relative;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 4em; }
  html.login .login-form-wrapper .login-wrapper button.k-button-saml-login:focus {
    box-shadow: none; }
  html.login .login-form-wrapper .login-wrapper button.k-button-saml-login:not(.without-icon)::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0f7";
    position: absolute;
    left: 0.25em;
    background-color: white;
    padding: 0.25em;
    top: 0.25em;
    color: #005c81; }

html.login body .left-menu {
  background-color: white; }
  html.login body .left-menu .login-menus .k-widget.k-tabstrip ul.k-tabstrip-items li.k-item {
    pointer-events: none; }
  html.login body .left-menu .k-tabstrip {
    border: 0; }
    html.login body .left-menu .k-tabstrip .k-state-active .k-link {
      color: #222; }
      html.login body .left-menu .k-tabstrip .k-state-active .k-link .tab-button {
        font-size: 1.4em;
        text-decoration: underline;
        padding-bottom: 0; }
    html.login body .left-menu .k-tabstrip .tab-button:hover {
      text-decoration: underline; }
    html.login body .left-menu .k-tabstrip .k-loading {
      border: 0; }
    html.login body .left-menu .k-tabstrip .k-link {
      display: table-cell;
      vertical-align: bottom;
      border: 0;
      height: 40px; }
    html.login body .left-menu .k-tabstrip .tab-button {
      padding-left: 0;
      border: 0;
      padding-bottom: 1px;
      background: none; }

html.login body .right-menu {
  background: linear-gradient(125deg, rgba(0, 122, 223, 0.55) 0%, rgba(0, 236, 188, 0.76) 100%);
  padding: 0;
  min-height: 100%; }
  html.login body .right-menu .app-text-area .app-name {
    width: 80%;
    color: white; }
  html.login body .right-menu .app-text-area .app-description {
    color: white;
    margin-top: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line; }
  html.login body .right-menu .image-background-area {
    position: absolute;
    z-index: -3;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0; }
    html.login body .right-menu .image-background-area .login-image-background {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }

html.login .login-logo {
  width: 12.5em;
  max-width: 12.5em !important;
  max-height: 12.5em !important; }

html.login .content .login-logo-wrapper {
  float: right;
  margin-top: 2em;
  margin-right: 2em;
  width: auto; }

html.login .content .login-logo-wrapper-override {
  float: none;
  right: 2em;
  bottom: 2em;
  width: auto;
  position: absolute; }

.content {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .content > div.k-widget.k-display-block {
    border: none; }
  .content .form-wrapper {
    padding-top: 2em; }
  .content .k-grid.hide-selected-row table tbody tr.k-state-selected {
    background-color: transparent; }
  .content .k-grid.non-scrollable-grid .k-grid-header {
    padding-right: 0 !important; }
  .content .k-grid .k-filtercell .k-operator-hidden .k-button {
    padding-top: 0;
    padding-bottom: 0; }
  .content .k-grid table thead tr th,
  .content .k-grid table tbody tr td {
    padding-left: 0px !important; }
  .content .k-grid table tbody td > span {
    display: inline-block;
    width: 100%; }
    .content .k-grid table tbody td > span.column-circle-status {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: calc(100% - 1.5em);
      height: 1.6em;
      margin-top: -0.3em; }
      .content .k-grid table tbody td > span.column-circle-status.online-status {
        color: #10B683; }
        .content .k-grid table tbody td > span.column-circle-status.online-status i::before {
          text-shadow: 0px 0px 4px #10B683; }
      .content .k-grid table tbody td > span.column-circle-status.offline-status {
        color: #dc3545; }
        .content .k-grid table tbody td > span.column-circle-status.offline-status i::before {
          text-shadow: 0px 0px 4px #dc3545; }
  .content .k-grid table thead tr th:last-child {
    padding-right: 0px; }
  .content .k-grid table tbody tr td:first-child {
    padding-left: 1.5em !important; }
  .content .k-grid .k-grid-header table thead tr th:first-child {
    padding-left: 1.5em !important; }
  .content .k-grid .k-grid-header table thead tr th:last-child {
    padding-right: 1.5em !important; }
  .content .k-grid .k-grid-content td:not(:first-child) {
    padding-left: 1px; }
  .content .k-grid .k-grid-pager {
    margin: 0 1.5em; }
    .content .k-grid .k-grid-pager .k-link {
      text-decoration: none;
      outline: 0;
      font: inherit;
      background-color: inherit;
      color: #505968; }
      .content .k-grid .k-grid-pager .k-link:hover {
        text-decoration: none;
        color: black; }
  .content .k-grid thead.k-grid-header > tr > th:first-child {
    padding-left: 1.5em !important; }

.right-aux-form {
  background-color: #f0f0f0;
  padding: 0; }

.content-wrapper {
  padding-right: 1.5em;
  padding-left: 1.5em; }
  .content-wrapper .flex-handle-item-row {
    display: flex;
    flex-direction: row; }
    .content-wrapper .flex-handle-item-row .flex-max-width {
      flex: 1 0 0;
      margin: 0 1em; }
  .content-wrapper autocomplete-input span.k-i-close {
    margin: 0; }
  .content-wrapper.panel .sided-panel.hidden-sided-panel-style {
    background-color: #f0f0f0; }
  .content-wrapper.data-mapping-wrapper .knowledge-base-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .content-wrapper.data-mapping-wrapper .knowledge-base-wrapper .alert {
      margin: 0; }

.content-wrapper .selectable-panel-card {
  border: 2px solid transparent; }
  .content-wrapper .selectable-panel-card.card-dash {
    border: 2px solid transparent; }
  .content-wrapper .selectable-panel-card.selected-panel-card {
    border-color: #0071c3; }

.content-wrapper .card-dash {
  height: 100%;
  border: none; }
  .content-wrapper .card-dash gauge > div > div {
    margin: auto; }
  .content-wrapper .card-dash .tags-wrapper {
    display: block;
    padding: 1em 1em 0 1em; }
    .content-wrapper .card-dash .tags-wrapper *:not(:first-child) {
      margin-left: 0; }
  .content-wrapper .card-dash p {
    font-weight: bold;
    margin-left: 1em;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.documents-management-form .no-data .no-data-block .no-data-image {
  width: 10em; }

.no-data .no-data-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 1.4em;
  background: white; }
  .no-data .no-data-block .no-data-icon {
    font-size: 7em;
    margin: 0 !important; }
  .no-data .no-data-block .no-data-image,
  .no-data .no-data-block .no-data-button {
    width: 20em; }
  .no-data .no-data-block .no-data-image,
  .no-data .no-data-block .no-data-icon {
    margin: -2em 0 1em 0; }
  .no-data .no-data-block .no-data-icon i {
    font-size: 11em;
    color: #555; }
  .no-data .no-data-block .no-data-text {
    margin: 2em 0;
    font-weight: bold; }
  .no-data .no-data-block .no-data-button.without-set-width .k-button {
    width: auto; }
  .no-data .no-data-block .no-data-button .k-button {
    width: 9em;
    margin: 0 0.3em; }

div#wp-custom-header.cp-video-bg {
  background: linear-gradient(95deg, #2D4249 0%, #253840 100%);
  position: absolute;
  z-index: -3;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -2px); }

.split-header {
  background-image: url(/content/images/dots.png);
  position: absolute;
  height: 100%;
  width: 100%; }

.header-homepage.cp-video-bg,
.header.cp-video-bg {
  background-color: transparent !important;
  overflow: hidden; }

div#wp-custom-header.cp-video-bg #wp-custom-header-video {
  object-fit: cover;
  position: absolute;
  opacity: 0;
  width: 100%;
  bottom: 0;
  transition: opacity 0.4s cubic-bezier(0.44, 0.94, 0.25, 0.34); }

.form-for-tree-view {
  background-color: #fff;
  overflow: auto;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  height: 100%;
  overflow-y: auto; }
  .form-for-tree-view .panel.panel-default {
    overflow-y: auto; }
    .form-for-tree-view .panel.panel-default .panel-heading {
      background-color: #fff; }

.navigations-buttons-wrapper {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  height: 3em; }
  .navigations-buttons-wrapper a {
    margin-left: 1em; }
  .navigations-buttons-wrapper button {
    margin-right: 2em; }

.form-navigations-buttons-wrapper {
  display: block;
  height: 5em;
  padding: 1em;
  background-color: #fff;
  border-bottom: 2px solid #aaa; }
  .form-navigations-buttons-wrapper a {
    margin-left: 1em; }
  .form-navigations-buttons-wrapper button {
    margin-right: 2em; }

.title-section .custom-form-buttons {
  margin-right: 1.5em; }

.title-section .data-rights-edit-buttons {
  float: right; }

.title-section .edit-buttons-no-context-buttons {
  float: right;
  margin-right: 1.5em; }

@media (min-width: 1400px) {
  .title-section .title {
    padding-left: 1.125em !important; } }

@media (max-width: 1400px) {
  .title-section .title {
    padding-left: 0.96429em !important; } }

.dashboard-companies .row .company-selection {
  background-color: #FFFFFF;
  margin-bottom: 2em;
  min-height: 12.5em;
  position: relative;
  padding-bottom: 4em;
  box-shadow: inset 0 3px 0 0 #b6d95700, 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .dashboard-companies .row .company-selection .color-company {
    height: 0.6em; }
  .dashboard-companies .row .company-selection .title-company {
    margin: 1.5em; }
    .dashboard-companies .row .company-selection .title-company span {
      font-weight: bold;
      font-size: 16px; }
  .dashboard-companies .row .company-selection .main-info-company {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em; }
    .dashboard-companies .row .company-selection .main-info-company .item {
      text-align: center;
      border-radius: 3px;
      border: 1px solid #DDDDDD;
      background-color: #FAFAFA;
      padding: 0.5em; }
      .dashboard-companies .row .company-selection .main-info-company .item > * {
        vertical-align: middle; }
      .dashboard-companies .row .company-selection .main-info-company .item > span {
        font-size: 14px; }
      .dashboard-companies .row .company-selection .main-info-company .item > i {
        font-size: 1em;
        color: black;
        padding-right: 0.25em; }
      .dashboard-companies .row .company-selection .main-info-company .item img {
        height: 20px;
        padding-right: 0.25em;
        opacity: 0.75; }

.dashboard-companies .row .add-company > .company-selection {
  min-height: 12.5em;
  border: 2px dashed #999;
  background-color: transparent;
  color: #999;
  transition: background-color linear 0.25s;
  padding-bottom: 0; }
  .dashboard-companies .row .add-company > .company-selection i {
    font-size: 3em; }
  .dashboard-companies .row .add-company > .company-selection > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 15px;
    right: 15px; }
  .dashboard-companies .row .add-company > .company-selection .title-company {
    max-width: 17em;
    margin: auto;
    color: #999;
    display: block;
    margin-top: 1em; }
    .dashboard-companies .row .add-company > .company-selection .title-company span {
      font-weight: normal; }

.dashboard-companies .row .add-company > .company-selection:hover {
  background-color: white; }

.navbar-right .edit-company {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  position: relative;
  display: block; }
  .navbar-right .edit-company .icon-pencil {
    color: #aaa;
    font-size: 20px;
    cursor: pointer; }

.a-link {
  color: inherit; }

.a-link:hover,
.a-link:focus {
  text-decoration: none;
  color: inherit; }

.a-link.pointer:hover {
  cursor: pointer; }

.a-link.blue {
  color: #005C81; }

.pointer:hover {
  cursor: pointer; }

/* Status buttons form */
.bigger .buttons-status.btn-group .k-button,
.bigger .buttons-status.btn-group .k-button.active {
  width: 8.5em !important; }

.alternative-colors.btn-group.buttons-status button.active.intended,
.alternative-colors.btn-group.buttons-status button.intended:hover:not(:disabled) {
  background-color: #FFC970 !important;
  border-color: #FFC970 !important;
  color: black; }

.alternative-colors.btn-group.buttons-status button.active.planned,
.alternative-colors.btn-group.buttons-status button.planned:hover:not(:disabled) {
  background-color: #FCFB8C !important;
  border-color: #FCFB8C !important;
  color: black; }

.alternative-colors.btn-group.buttons-status button.k-button.yes,
.alternative-colors.btn-group.buttons-status button.active.done,
.alternative-colors.btn-group.buttons-status button.done:hover:not(:disabled) {
  background-color: #2fb568 !important;
  border-color: #2fb568 !important;
  color: white; }

.alternative-colors.btn-group.buttons-status button.k-button.no,
.alternative-colors.btn-group.buttons-status button.active.na,
.alternative-colors.btn-group.buttons-status button.na:hover:not(:disabled) {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: white; }

.severity-label {
  font-weight: bold;
  margin-bottom: 0.5em; }

.severity-buttons-group.inline-severity-buttons .buttons-severity.btn-group {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center; }
  .severity-buttons-group.inline-severity-buttons .buttons-severity.btn-group .k-button {
    margin: 0 0.25em; }

.severity-buttons-group.sub-category-severity-buttons label {
  font-weight: normal;
  margin-bottom: 0.5em; }
  .severity-buttons-group.sub-category-severity-buttons label .buttons-severity.btn-group {
    margin-top: 0.5em; }

.severity-buttons-group:not(.inline-severity-buttons) .k-button:not(:last-child) {
  margin-bottom: 0.5em; }

.severity-buttons-group .buttons-severity.btn-group {
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: block; }
  .severity-buttons-group .buttons-severity.btn-group .k-button:not(.active) {
    border-color: #c1c1c1; }
  .severity-buttons-group .buttons-severity.btn-group .k-button:not(.active):hover {
    border-color: #005C81; }
  .severity-buttons-group .buttons-severity.btn-group .k-button:disabled:not(.active) {
    border: 1px solid #EBEBEB !important; }
  .severity-buttons-group .buttons-severity.btn-group .k-button:disabled:not(.active) {
    color: #d9d9d9; }
  .severity-buttons-group .buttons-severity.btn-group .k-button:disabled.active {
    border-color: #4d8da7 !important;
    color: #4d8da7; }
  .severity-buttons-group .buttons-severity.btn-group .k-button {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    position: relative;
    color: #333; }
    .severity-buttons-group .buttons-severity.btn-group .k-button.active {
      border-color: #005C81 !important;
      color: #005C81;
      font-weight: bold; }
  .severity-buttons-group .buttons-severity.btn-group .k-button,
  .severity-buttons-group .buttons-severity.btn-group .k-button.active {
    outline: none;
    padding: 0.5em;
    width: 100%;
    border-radius: 0px;
    box-shadow: none !important; }
    .severity-buttons-group .buttons-severity.btn-group .k-button.parent-height,
    .severity-buttons-group .buttons-severity.btn-group .k-button.active.parent-height {
      position: absolute;
      height: 100%;
      padding: 0; }

.buttons-status.btn-group {
  display: flex;
  /*PIA risk buttons*/ }
  .buttons-status.btn-group .k-button:not(.active) {
    border-color: #EBEBEB; }
  .buttons-status.btn-group .k-button:not(.active):hover {
    border-color: #cacaca; }
  .buttons-status.btn-group .k-button:disabled:not(.active) {
    border: 1px solid #EBEBEB !important; }
  .buttons-status.btn-group .k-button:disabled:hover:active:not(.active) {
    color: #d9d9d9; }
  .buttons-status.btn-group .k-button,
  .buttons-status.btn-group .k-button.active {
    border: 1px solid;
    outline: none;
    padding: 0.5em;
    width: 8.5em;
    border-radius: 0px;
    box-shadow: none !important; }
    .buttons-status.btn-group .k-button.parent-height,
    .buttons-status.btn-group .k-button.active.parent-height {
      position: absolute;
      height: 100%;
      padding: 0; }
  @media (max-width: 1145px) {
    .buttons-status.btn-group .k-button,
    .buttons-status.btn-group .k-button.active {
      width: 6.9em; } }
  .buttons-status.btn-group button:first-of-type,
  .buttons-status.btn-group button.active:first-of-type,
  .buttons-status.btn-group button.k-button:disabled:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .buttons-status.btn-group button:last-of-type,
  .buttons-status.btn-group button.active:last-of-type,
  .buttons-status.btn-group button.k-button:disabled:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .buttons-status.btn-group button.active.intended,
  .buttons-status.btn-group button.intended:hover:not(:disabled) {
    background-color: #24acdb !important;
    border-color: #24acdb !important;
    color: white; }
  .buttons-status.btn-group button.active.planned,
  .buttons-status.btn-group button.planned:hover:not(:disabled) {
    background-color: #26b190 !important;
    border-color: #26b190 !important;
    color: white; }
  .buttons-status.btn-group button.k-button.yes,
  .buttons-status.btn-group button.active.done,
  .buttons-status.btn-group button.done:hover:not(:disabled) {
    background-color: #2fb568 !important;
    border-color: #2fb568 !important;
    color: white; }
  .buttons-status.btn-group button.k-button.no,
  .buttons-status.btn-group button.active.na,
  .buttons-status.btn-group button.na:hover:not(:disabled) {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__undefined,
  .buttons-status.btn-group button.risk-button__undefined:hover:not(:disabled) {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__negligible,
  .buttons-status.btn-group button.risk-button__negligible:hover:not(:disabled) {
    background-color: #2fb568 !important;
    border-color: #2fb568 !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__limited,
  .buttons-status.btn-group button.risk-button__limited:hover:not(:disabled) {
    background-color: #FCFB8C !important;
    border-color: #FCFB8C !important;
    color: black; }
  .buttons-status.btn-group button.active.risk-button__important,
  .buttons-status.btn-group button.risk-button__important:hover:not(:disabled) {
    background-color: #FFC970 !important;
    border-color: #FFC970 !important;
    color: black; }
  .buttons-status.btn-group button.active.risk-button__maximum,
  .buttons-status.btn-group button.risk-button__maximum:hover:not(:disabled) {
    background-color: #cd603d !important;
    border-color: #cd603d !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__verylow,
  .buttons-status.btn-group button.risk-button__verylow:hover:not(:disabled) {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__low,
  .buttons-status.btn-group button.risk-button__low:hover:not(:disabled) {
    background-color: #2fb568 !important;
    border-color: #2fb568 !important;
    color: white; }
  .buttons-status.btn-group button.active.risk-button__moderate,
  .buttons-status.btn-group button.risk-button__moderate:hover:not(:disabled) {
    background-color: #FCFB8C !important;
    border-color: #FCFB8C !important;
    color: black; }
  .buttons-status.btn-group button.active.risk-button__high,
  .buttons-status.btn-group button.risk-button__high:hover:not(:disabled) {
    background-color: #FFC970 !important;
    border-color: #FFC970 !important;
    color: black; }
  .buttons-status.btn-group button.active.risk-button__critic,
  .buttons-status.btn-group button.risk-button__critic:hover:not(:disabled) {
    background-color: #cd603d !important;
    border-color: #cd603d !important;
    color: white; }

/* Tags (type, frequency) form */
.tags-wrapper {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: baseline;
  font-weight: normal; }
  .tags-wrapper > *:not(:first-child) {
    margin-left: 0.25em; }
  .tags-wrapper > * {
    padding: 0.1em 0.7em;
    border-radius: 0.25em; }
  .tags-wrapper > *.tag-danger {
    color: white;
    background-color: #dc3545; }
  .tags-wrapper > *.tag-frequency {
    color: white;
    background-color: #ffc107; }
  .tags-wrapper > *.tag-type {
    color: white;
    background-color: #0071c3; }
  .tags-wrapper > *.tag-status {
    font-size: 1em;
    color: black;
    border-radius: 4px;
    background-color: rgba(74, 144, 226, 0.25); }
  .tags-wrapper > *.tag-draft {
    font-size: 1em;
    color: white;
    border-radius: 4px;
    background-color: #656565; }
  .tags-wrapper > *.tag-success {
    font-size: 1em;
    color: white;
    background-color: #10B683; }
  .tags-wrapper > *.tag-cancelled {
    font-size: 1em;
    color: white;
    background-color: #000000; }
  .tags-wrapper > *.tag-risk-undefined {
    background-color: #666666;
    color: white; }
  .tags-wrapper > *.tag-risk-negligible {
    background-color: #2fb568;
    color: white; }
  .tags-wrapper > *.tag-risk-limited {
    background-color: #FCFB8C;
    color: black; }
  .tags-wrapper > *.tag-risk-important {
    background-color: #FFC970;
    color: black; }
  .tags-wrapper > *.tag-risk-maximum {
    background-color: #cd603d;
    color: white; }
  .tags-wrapper > *.tag-base-strike {
    background-color: #808080;
    text-decoration: line-through;
    color: white; }
  .tags-wrapper > a {
    text-decoration: none !important; }
  .tags-wrapper > *.tag-risk-verylow {
    background-color: #666666;
    color: white; }
  .tags-wrapper > *.tag-risk-low {
    background-color: #2fb568;
    color: white; }
  .tags-wrapper > *.tag-risk-moderate {
    background-color: #FCFB8C;
    color: black; }
  .tags-wrapper > *.tag-risk-high {
    background-color: #FFC970;
    color: black; }
  .tags-wrapper > *.tag-risk-critic {
    background-color: #cd603d;
    color: white; }

.error-field {
  display: inline;
  color: #cd603d;
  font-size: 0.8em; }

.inline-block-buttons {
  float: right;
  display: block; }
  .inline-block-buttons upload-input-datamapping .field {
    display: inline-block; }
    .inline-block-buttons upload-input-datamapping .field .field-wrapper {
      width: auto !important; }
      .inline-block-buttons upload-input-datamapping .field .field-wrapper .k-widget.k-upload.k-header {
        border: none; }
        .inline-block-buttons upload-input-datamapping .field .field-wrapper .k-widget.k-upload.k-header .k-button {
          margin: 0;
          margin-right: 0.5em; }

form-draft-button .k-button.k-secondary,
.static-bar .title-section .custom-appended-form-buttons.pull-right button {
  margin-right: 0.5em; }

form-draft-button .k-button.k-secondary.middle-button:not(:first-child),
.static-bar .title-section .custom-appended-form-buttons.pull-right button:not(:first-child) {
  margin-left: 0.5em;
  margin-right: unset; }

.text-success {
  color: #10B683 !important; }

.knowledge-base-panel .panel-heading h4 {
  display: inline; }

.knowledge-base-panel .panel-body {
  background-color: white; }

.knowledge-base-panel .list-group .list-group-item {
  padding-top: 0px;
  padding-bottom: 0px; }

.knowledge-base-panel .list-group .list-group-item:last-child {
  margin-bottom: 0; }

.border-dashed {
  border: 1px dashed #DDDDDD !important; }

.compliance-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4em;
  box-sizing: border-box;
  border-top: 1px solid #DDDDDD; }
  .compliance-bottom div {
    margin-right: 1em; }
    .compliance-bottom div a.k-btn-grid {
      border: 1px solid #CCCCCC;
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 1px 1px 0 #DDDDDD;
      color: black; }

.compliance-bottom a.k-btn-grid {
  border: 1px solid #CCCCCC;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 #DDDDDD;
  color: black; }

.compliance-assessment-list {
  overflow-y: auto; }

.compliance-assessment-list,
.pia-list {
  padding-top: 1.5em; }

.compliance-assessment-form .field-input-width-90 .field-input,
.datamapping-form .field-input-width-90 .field-input,
.pia-form .field-input-width-90 .field-input,
.custom-form-buttons-form .field-input-width-90 .field-input {
  width: 90%; }

.compliance-assessment-form .audit-execution-message,
.compliance-assessment-form .pre-pia-message,
.datamapping-form .audit-execution-message,
.datamapping-form .pre-pia-message,
.pia-form .audit-execution-message,
.pia-form .pre-pia-message,
.custom-form-buttons-form .audit-execution-message,
.custom-form-buttons-form .pre-pia-message {
  margin-right: calc(0.357em + 3px);
  font-style: italic;
  padding-top: 0.2em; }

.compliance-assessment-form .static-bar .title-section form-buttons:not(:first-child):not(.without-remove),
.datamapping-form .static-bar .title-section form-buttons:not(:first-child):not(.without-remove),
.pia-form .static-bar .title-section form-buttons:not(:first-child):not(.without-remove),
.custom-form-buttons-form .static-bar .title-section form-buttons:not(:first-child):not(.without-remove) {
  margin-right: 0px; }

.compliance-assessment-form .static-bar .title-section .pull-right .k-button.cancel-form,
.compliance-assessment-form .static-bar .title-section .pull-right .k-button.k-secondary,
.datamapping-form .static-bar .title-section .pull-right .k-button.cancel-form,
.datamapping-form .static-bar .title-section .pull-right .k-button.k-secondary,
.pia-form .static-bar .title-section .pull-right .k-button.cancel-form,
.pia-form .static-bar .title-section .pull-right .k-button.k-secondary,
.custom-form-buttons-form .static-bar .title-section .pull-right .k-button.cancel-form,
.custom-form-buttons-form .static-bar .title-section .pull-right .k-button.k-secondary {
  margin-right: calc(0.357em + 3px); }

.static-bar .title-section .pull-right.form-buttons-alike .k-button:not(:last-child) {
  margin-right: calc(0.357em + 3px); }

.tab-form-content .panel-form-wrapper,
.dpo-appreciation .panel-form-wrapper {
  padding: 0 !important;
  overflow: auto; }
  .tab-form-content .panel-form-wrapper .panel,
  .dpo-appreciation .panel-form-wrapper .panel {
    min-height: 100%; }

.fake-placeholder {
  color: #aaa; }

.tree-management-entity-form .item-panel .item-header .tags-wrapper span.tag-label {
  padding: 0;
  color: #333;
  font-style: italic; }

.asset-form .field-input-width-90 .field-input,
.privacy-by-design-form .field-input-width-90 .field-input {
  width: 90%; }

.asset-form .overall-risk-tab-strip .tags-wrapper,
.privacy-by-design-form .overall-risk-tab-strip .tags-wrapper {
  position: absolute;
  top: 0;
  right: 2em;
  margin: 0;
  line-height: 3.6em; }
  .asset-form .overall-risk-tab-strip .tags-wrapper span.tag-label,
  .privacy-by-design-form .overall-risk-tab-strip .tags-wrapper span.tag-label {
    padding: 0;
    color: #333;
    font-style: italic; }

.privacy-by-design-form .button-right-align-field-input,
.asset-form .button-right-align-field-input,
.data-breach-execution-form .button-right-align-field-input {
  position: absolute;
  top: -0.5em;
  right: 0; }

.privacy-by-design-form .copyright-footer,
.asset-form .copyright-footer,
.data-breach-execution-form .copyright-footer {
  margin-top: 3em;
  color: #888;
  font-size: 0.8em; }

.privacy-by-design-form .radio-buttons-aligned,
.asset-form .radio-buttons-aligned,
.data-breach-execution-form .radio-buttons-aligned {
  display: flex;
  flex-direction: row; }
  .privacy-by-design-form .radio-buttons-aligned .radio-composition:not(:last-child),
  .asset-form .radio-buttons-aligned .radio-composition:not(:last-child),
  .data-breach-execution-form .radio-buttons-aligned .radio-composition:not(:last-child) {
    margin-right: 1em; }
  .privacy-by-design-form .radio-buttons-aligned .k-radio:checked + .k-radio-label:after,
  .asset-form .radio-buttons-aligned .k-radio:checked + .k-radio-label:after,
  .data-breach-execution-form .radio-buttons-aligned .k-radio:checked + .k-radio-label:after {
    top: 2px;
    left: 2px; }

.privacy-by-design-form .retention-field .field,
.asset-form .retention-field .field,
.data-breach-execution-form .retention-field .field {
  min-height: auto;
  margin: 0; }

.privacy-by-design-form .content-wrapper .knowledge-base-wrapper,
.asset-form .content-wrapper .knowledge-base-wrapper,
.data-breach-execution-form .content-wrapper .knowledge-base-wrapper {
  padding: 0 15px !important; }
  .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .zero-padding,
  .asset-form .content-wrapper .knowledge-base-wrapper .zero-padding,
  .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .zero-padding {
    padding: 0; }
  .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .alert,
  .asset-form .content-wrapper .knowledge-base-wrapper .alert,
  .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .alert {
    margin-bottom: 0; }

.member-form {
  background-color: #f0f0f0; }
  .member-form .member-content-wrapper {
    background-color: transparent; }
  .member-form .sided-panel {
    background-color: white; }
    .member-form .sided-panel.departments-panel {
      padding-right: 0; }
      .member-form .sided-panel.departments-panel .expand-compress-button {
        padding: 0 0.35em;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1; }
      .member-form .sided-panel.departments-panel .relative-tree-section {
        position: relative; }
      .member-form .sided-panel.departments-panel .legend-tree-section {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #DDDDDD;
        margin-left: -15px;
        padding: 0.5em 15px; }
        @media (max-width: 1150px) {
          .member-form .sided-panel.departments-panel .legend-tree-section .legend-row {
            flex: 0 0 100%; }
          .member-form .sided-panel.departments-panel .legend-tree-section.format-legent-row .legend-row {
            flex: 0 0 25%; } }
        @media (min-width: 1150px) {
          .member-form .sided-panel.departments-panel .legend-tree-section .legend-row {
            flex: 0 0 50%; }
          .member-form .sided-panel.departments-panel .legend-tree-section.format-legent-row .legend-row {
            flex: 0 0 25%; } }
        .member-form .sided-panel.departments-panel .legend-tree-section .legend-row {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin: 0.5em 0; }
          .member-form .sided-panel.departments-panel .legend-tree-section .legend-row .legend-permission {
            margin-right: 0.5em; }
      .member-form .sided-panel.departments-panel .legend-permission {
        padding: 0 0.4em;
        border-radius: 25px;
        line-height: 1.8em; }
        .member-form .sided-panel.departments-panel .legend-permission i.fa-pencil {
          margin: 0 1px; }
        .member-form .sided-panel.departments-panel .legend-permission.viewer-color-icon {
          color: #3ea44e;
          border: 1px solid #3ea44e; }
        .member-form .sided-panel.departments-panel .legend-permission.viewer-auto-color-icon {
          color: #2693BE;
          border: 1px solid #2693BE; }
        .member-form .sided-panel.departments-panel .legend-permission.editor-color-icon {
          color: #3ea44e;
          border: 1px solid #3ea44e; }
        .member-form .sided-panel.departments-panel .legend-permission.editor-auto-color-icon {
          color: #2693BE;
          border: 1px solid #2693BE; }
      .member-form .sided-panel.departments-panel .search-tree-section {
        padding-top: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #DDDDDD;
        margin-left: -15px;
        padding-left: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        .member-form .sided-panel.departments-panel .search-tree-section .align-title-info-icon {
          display: flex;
          flex-direction: row; }
        .member-form .sided-panel.departments-panel .search-tree-section combobox-input .field {
          width: 19vw; }
        .member-form .sided-panel.departments-panel .search-tree-section combobox-input span.k-i-close {
          position: absolute;
          top: auto;
          bottom: 0px; }
      .member-form .sided-panel.departments-panel .k-treeview {
        padding: 1em 0 0 0; }
        .member-form .sided-panel.departments-panel .k-treeview .k-in {
          width: 100%;
          line-height: 2em; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-disabled:hover {
            cursor: not-allowed !important; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in .node-item {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in .node-name {
            display: block;
            max-width: calc(100% - 88px);
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-left: 0.25em;
            margin-right: 0.5em; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions {
            display: none; }
            .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions button {
              padding: 0 0.4em;
              border-radius: 25px; }
              .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions button.k-secondary-danger {
                border-color: #dc3545;
                color: #dc3545; }
                .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions button.k-secondary-danger.active, .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions button.k-secondary-danger:hover {
                  border-color: #c82333;
                  background-color: #c82333;
                  color: white; }
              .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-actions button.active {
                background-color: #005C81;
                color: white;
                border: 1px solid #005C81; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in .permission-display {
            display: unset; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-selected, .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-hover {
            background-color: rgba(1, 123, 173, 0.1);
            border-radius: 3px;
            color: black; }
            .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-selected .permission-actions, .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-hover .permission-actions {
              display: unset; }
            .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-selected .permission-display, .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-hover .permission-display {
              display: none; }
          .member-form .sided-panel.departments-panel .k-treeview .k-in.k-state-focused {
            box-shadow: none; }
        .member-form .sided-panel.departments-panel .k-treeview .k-treeview-lines {
          padding-right: 2em; }
          .member-form .sided-panel.departments-panel .k-treeview .k-treeview-lines > li:last-child {
            padding-bottom: 2em; }
          .member-form .sided-panel.departments-panel .k-treeview .k-treeview-lines > li > div > .k-in {
            background-color: transparent;
            border-radius: 0;
            color: inherit;
            cursor: unset; }

.select-template-window .k-treeview.tree-checkbox-selection .k-in {
  width: calc(100% - 2em) !important; }
  .select-template-window .k-treeview.tree-checkbox-selection .k-in .node-name {
    max-width: 100%; }

.k-treeview.tree-checkbox-selection .k-in {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0; }
  .k-treeview.tree-checkbox-selection .k-in.k-state-hover, .k-treeview.tree-checkbox-selection .k-in.k-state-selected {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    cursor: unset; }
  .k-treeview.tree-checkbox-selection .k-in.k-state-disabled:hover {
    cursor: not-allowed !important; }
  .k-treeview.tree-checkbox-selection .k-in .node-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .k-treeview.tree-checkbox-selection .k-in .node-name {
    display: block;
    max-width: calc(100% - 88px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0.25em;
    margin-right: 0.5em; }
  .k-treeview.tree-checkbox-selection .k-in.k-state-focused {
    box-shadow: none; }

.k-treeview.tree-checkbox-selection .k-treeview-lines {
  padding-right: 2em; }
  .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em; }
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-checkbox-wrapper .k-checkbox:disabled + .k-checkbox-label:before,
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-checkbox-wrapper .k-checkbox:checked:disabled + .k-checkbox-label:before {
      background: #cfcfcf;
      border-color: #00384e;
      color: #00384e; }
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-checkbox-wrapper .k-checkbox-label::before {
      border-color: #005e7f;
      color: #005e7f; }
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-checkbox-wrapper .k-checkbox-label::after {
      background-color: #005e7f;
      border-color: #005e7f; }
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-i-collapse,
    .k-treeview.tree-checkbox-selection .k-treeview-lines li.k-item > div .k-i-expand {
      display: none; }

.edit-task-form .sided-panel .k-widget.k-tabstrip .k-tabstrip-items {
  margin: 0 -15px;
  padding-left: calc(15px + 1.5em);
  padding-right: calc(15px + 1.5em); }

.edit-task-form .sided-panel .k-widget.k-tabstrip .fieldlist.form-wrapper {
  padding: 0 1.5em; }

.asset-form hr.comments-separator,
.member-form hr.comments-separator,
.data-breach-execution-form hr.comments-separator,
.data-breach-plan-form hr.comments-separator,
.internal-formation-form hr.comments-separator,
.privacy-by-design-form hr.comments-separator,
.audit-form hr.comments-separator,
.data-rights-request-form hr.comments-separator,
.edit-task-form hr.comments-separator,
.edit-entity-form hr.comments-separator,
.pia-form hr.comments-separator {
  margin-top: 0.429em; }

.asset-form .k-tabstrip-wrapper .k-header,
.member-form .k-tabstrip-wrapper .k-header,
.data-breach-execution-form .k-tabstrip-wrapper .k-header,
.data-breach-plan-form .k-tabstrip-wrapper .k-header,
.internal-formation-form .k-tabstrip-wrapper .k-header,
.privacy-by-design-form .k-tabstrip-wrapper .k-header,
.audit-form .k-tabstrip-wrapper .k-header,
.data-rights-request-form .k-tabstrip-wrapper .k-header,
.edit-task-form .k-tabstrip-wrapper .k-header,
.edit-entity-form .k-tabstrip-wrapper .k-header,
.pia-form .k-tabstrip-wrapper .k-header {
  background-color: transparent; }
  .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items,
  .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items {
    background-color: #fff;
    padding-left: 1.5em;
    padding-top: 0px;
    font-family: inherit;
    padding-bottom: 1px;
    box-shadow: inset 0 -1px 0 0 #DDDDDD; }
    .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link,
    .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link {
      padding: .5em 0em; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-link button {
        padding-left: 0px;
        padding-right: 0px; }
    .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item,
    .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item {
      line-height: 2em;
      border-bottom: 1px solid #039FDF !important;
      border-color: transparent !important;
      margin-right: 2em; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.k-state-active.invalid-tab {
        border-color: #d00 !important; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab {
        background-color: #f4dfdf; }
        .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span,
        .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item.invalid-tab span {
          color: #d00 !important; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button {
        background-color: transparent;
        border: none; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item ´ .tab-button:hover,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:focus,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item .tab-button:active {
        box-shadow: none;
        border: none;
        outline: none; }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items .k-item span {
        border-top: none; }
    .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link,
    .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item:not(.k-state-disabled) .k-link {
      font-weight: bold;
      color: black; }
    .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first,
    .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first {
      /* Compensate kendo default */ }
      .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button,
      .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-first button {
        padding-left: 0;
        padding-right: 0; }
    .asset-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .member-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .audit-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active,
    .pia-form .k-tabstrip-wrapper .k-header .k-tabstrip-items > .k-item.k-state-active {
      border-bottom: 1px solid #039FDF !important; }
  .asset-form .k-tabstrip-wrapper .k-header .k-content,
  .member-form .k-tabstrip-wrapper .k-header .k-content,
  .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-content,
  .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-content,
  .internal-formation-form .k-tabstrip-wrapper .k-header .k-content,
  .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-content,
  .audit-form .k-tabstrip-wrapper .k-header .k-content,
  .data-rights-request-form .k-tabstrip-wrapper .k-header .k-content,
  .edit-task-form .k-tabstrip-wrapper .k-header .k-content,
  .edit-entity-form .k-tabstrip-wrapper .k-header .k-content,
  .pia-form .k-tabstrip-wrapper .k-header .k-content {
    border: none !important;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .asset-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .member-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .internal-formation-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .audit-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .data-rights-request-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .edit-task-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .edit-entity-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content,
  .pia-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content {
    margin-left: 0; }
    .asset-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .member-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .internal-formation-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .audit-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .data-rights-request-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .edit-task-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .edit-entity-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia,
    .pia-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia {
      overflow: auto;
      height: 100%;
      background-color: white;
      padding-left: 0.5em;
      padding-top: 1em; }
      .asset-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .member-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .audit-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .edit-task-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist,
      .pia-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist {
        background-color: white; }
      .asset-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .member-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .data-breach-execution-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .data-breach-plan-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .internal-formation-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .privacy-by-design-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .audit-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .data-rights-request-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .edit-task-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .edit-entity-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child),
      .pia-form .k-tabstrip-wrapper .k-header .k-content.pre-pia-content .panel-pre-pia .fieldlist:not(:first-child) {
        margin-top: 1.5em; }

.k-widget.k-header.k-shadow.k-navigator,
.k-zoom-control > button.k-button {
  background-color: white; }

.navbar a > i {
  vertical-align: middle; }

.navbar .company-dropdownlist {
  padding-left: 1.5em; }
  .navbar .company-dropdownlist i.company-management {
    font-size: 1.5em;
    color: white;
    position: absolute;
    left: 0;
    opacity: 0.4; }
  .navbar .company-dropdownlist i.company-management:hover {
    opacity: 1; }

.panel-form-wrapper {
  max-width: 80em;
  margin: 0; }

.panel-form-wrapper.container-fluid {
  padding-top: 1.5em; }

input.k-textbox::-webkit-input-placeholder {
  /* WebKit, Blink, Edge, Chrome, Opera, Safari */
  color: darkgrey; }

input.k-textbox:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: darkgrey;
  opacity: 1; }

input.k-textbox::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: darkgrey;
  opacity: 1; }

input.k-textbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: darkgrey; }

/*input.k-textbox::-ms-input-placeholder {*/
/* Microsoft Edge */
/*color: $color;
    }*/
textarea.k-textbox::-webkit-input-placeholder {
  /* WebKit, Blink, Edge, Chrome, Opera, Safari */
  color: darkgrey; }

textarea.k-textbox:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: darkgrey;
  opacity: 1; }

textarea.k-textbox::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: darkgrey;
  opacity: 1; }

textarea.k-textbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: darkgrey; }

/*textarea.k-textbox::-ms-input-placeholder {*/
/* Microsoft Edge */
/*color: $color;
    }*/
.k-multiselect-wrap > input.k-readonly {
  color: darkgrey; }

.fieldlist .k-btn-grid {
  line-height: 2em; }

.fieldlist upload-input .field {
  min-height: 6em; }

.fieldlist.last-field .fieldlist .fieldlist-popup-fields .last-field .field {
  margin-bottom: 0;
  min-height: auto; }

.fieldlist-popup .field {
  border: none; }

.fieldlist-popup-fields {
  padding-left: 0; }

.custom-input, .dropdown-directive .dropdown-custom .dropdown-toggle {
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: none;
  border-radius: 3px;
  height: 2.214em; }

.custom-input:active, .dropdown-directive .dropdown-custom .dropdown-toggle:active,
.custom-input:focus,
.dropdown-directive .dropdown-custom .dropdown-toggle:focus {
  outline: none; }

input.custom-input, .dropdown-directive .dropdown-custom input.dropdown-toggle {
  padding: 0.167em 0.3em; }

.dropdown-entity-status,
.dropdown-execution-status,
.dropdown-pia {
  left: auto !important;
  right: auto !important; }
  .dropdown-entity-status .tooltip,
  .dropdown-execution-status .tooltip,
  .dropdown-pia .tooltip {
    white-space: nowrap; }

.dropdown-entity-status,
.dropdown-execution-status,
.dropdown-pia,
.dropdown-context {
  font-size: 1em;
  padding: 0px; }
  .dropdown-entity-status li,
  .dropdown-execution-status li,
  .dropdown-pia li,
  .dropdown-context li {
    display: block;
    cursor: pointer;
    height: 3em;
    line-height: 3em; }
    .dropdown-entity-status li button,
    .dropdown-execution-status li button,
    .dropdown-pia li button,
    .dropdown-context li button {
      background-color: transparent;
      border: none;
      width: 100%;
      height: 100%;
      outline: none; }
    .dropdown-entity-status li button[disabled],
    .dropdown-execution-status li button[disabled],
    .dropdown-pia li button[disabled],
    .dropdown-context li button[disabled] {
      pointer-events: none; }
  .dropdown-entity-status li.active,
  .dropdown-execution-status li.active,
  .dropdown-pia li.active,
  .dropdown-context li.active {
    background-color: #DFEDF4 !important;
    color: #666666 !important; }
  .dropdown-entity-status li.disabled,
  .dropdown-execution-status li.disabled,
  .dropdown-pia li.disabled,
  .dropdown-context li.disabled {
    cursor: not-allowed !important; }
  .dropdown-entity-status .k-btn-grid-delete,
  .dropdown-execution-status .k-btn-grid-delete,
  .dropdown-pia .k-btn-grid-delete,
  .dropdown-context .k-btn-grid-delete {
    background-color: transparent !important; }

.dropdown-context li.danger-action button span i,
.dropdown-context li.danger-action button span i:hover {
  color: #dc3545 !important; }

.dropdown-context li.super-danger-action {
  background-color: #dc3545;
  color: white; }
  .dropdown-context li.super-danger-action:hover {
    background-color: #c82333; }
  .dropdown-context li.super-danger-action button span i,
  .dropdown-context li.super-danger-action button span i:hover {
    color: white !important; }

.dropdown-context li button {
  text-align: left; }
  .dropdown-context li button span {
    display: inline-block;
    min-width: 2em;
    text-align: left;
    vertical-align: middle; }
    .dropdown-context li button span i {
      font-size: 1.5em;
      color: #000; }
    .dropdown-context li button span i.dpm-icon-user {
      font-size: 2em;
      vertical-align: middle;
      margin-left: -5px; }
    .dropdown-context li button span i.k-btn-grid-delete:hover {
      color: #dc3545 !important;
      background-color: transparent !important; }

.dropdown-context li:hover {
  background-color: #DFEDF4; }

.dropdown-context.left {
  left: auto;
  right: 30%; }

.dropdown-context.right {
  left: 0; }

.context-menu-group {
  display: block; }
  .context-menu-group ul.dropdown-menu li button {
    white-space: nowrap; }

.context-menu-group.open .dropdown-toggle {
  box-shadow: none; }

.k-button.context-menu-button {
  background-color: transparent;
  color: #666666;
  border: none;
  padding-right: 0px; }

.k-button.context-menu-button:hover,
.k-button.context-menu-button:active,
.k-button.context-menu-button:focus:not(.k-state-disabled):not([disabled]),
.k-button.context-menu-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #005C81; }

.dropdown-directive .dropdown-custom .dropdown-toggle {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0.167em 0.3em;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  display: flex;
  justify-content: space-between; }
  .dropdown-directive .dropdown-custom .dropdown-toggle span:first-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.dropdown-directive .dropdown-custom .dropdown-menu {
  width: 100%;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1em; }
  .dropdown-directive .dropdown-custom .dropdown-menu .dropdown-data {
    max-height: 20em;
    height: auto;
    overflow-y: auto; }
  .dropdown-directive .dropdown-custom .dropdown-menu .dropdown-search:focus {
    outline: none; }
  .dropdown-directive .dropdown-custom .dropdown-menu li.dropdown-header {
    background-color: #cacaca;
    color: white;
    text-align: right; }
  .dropdown-directive .dropdown-custom .dropdown-menu li.dropdown-header:hover {
    cursor: auto; }
  .dropdown-directive .dropdown-custom .dropdown-menu li {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 4px;
    line-height: 1.7em;
    min-height: 1.7em; }
  .dropdown-directive .dropdown-custom .dropdown-menu li:not(.dropdown-header):hover {
    background-color: #cacaca;
    color: #666666;
    cursor: default; }
  .dropdown-directive .dropdown-custom .dropdown-menu li.active {
    background-color: #DFEDF4;
    color: #666666; }
  .dropdown-directive .dropdown-custom .dropdown-menu .no-data {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: lighter; }

.popup-window {
  overflow-x: hidden !important; }
  .popup-window .popup-action {
    text-align: right;
    margin-top: 1.5em; }

.btn-float-right {
  display: block;
  margin-left: auto;
  margin-top: 1em;
  margin-bottom: 1em; }

.btn-remove-custom {
  padding-left: 0;
  padding-right: 0;
  width: 2.5em;
  vertical-align: top;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff; }

.k-button.btn-remove-custom:active,
.k-button.btn-remove-custom:focus,
.k-button.btn-remove-custom:focus:active,
.k-button.btn-remove-custom:hover {
  box-shadow: none !important;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff; }

.k-button:disabled {
  border: 1px solid #EBEBEB !important; }

.button-remove-field {
  margin-top: 2px;
  text-align: center;
  float: right; }

.k-button.k-primary.k-custom-grid-button, .k-button.k-secondary.k-custom-grid-button {
  width: 2.214em;
  height: 2.214em;
  line-height: 2.214em;
  padding: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: top;
  float: right; }

.k-button.k-remove {
  background-color: white;
  background-image: none;
  border: 1px solid #dc3545; }
  .k-button.k-remove:hover {
    background-color: #dc3545;
    color: white; }

.tooltip .tooltip-inner h5 {
  color: white; }

.tooltip .tooltip-inner ul.simple-tooltip-list {
  padding: 0;
  list-style: none;
  text-align: left; }
  .tooltip .tooltip-inner ul.simple-tooltip-list li:not(:last-child) {
    margin-bottom: .5em; }
  .tooltip .tooltip-inner ul.simple-tooltip-list .tooltip-label {
    font-weight: bold; }

.tooltip-unsafe {
  background: transparent;
  border: none;
  color: #dc3545; }

.tooltip-safe {
  background: transparent;
  border: none;
  color: #28a745; }

.border-dashed {
  border: 2px dashed #999 !important;
  color: #999 !important;
  border-radius: 0; }

.k-button:disabled,
.k-button:disabled:hover {
  background-color: #fafafa !important;
  color: #666666; }
  .k-button:disabled > i,
  .k-button:disabled:hover > i {
    color: #007bff !important;
    background-color: transparent !important; }

td {
  vertical-align: top; }

.button-table {
  padding-top: 0.4em; }

.description-remove {
  margin-right: 0.7em; }

.button-table-add {
  width: 8%;
  padding-left: 0.5em;
  padding-right: 1.5em;
  padding-top: 0.7em; }

.button-add-icon {
  line-height: 0 !important; }

.dropdown-table {
  width: 40%; }

.set-right-justified {
  text-align: right; }

.delete-row {
  margin-right: 0 !important; }

.button-remove-field {
  margin-top: 2px;
  text-align: center;
  vertical-align: top;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
  float: right;
  padding-left: 0;
  padding-right: 0;
  width: 2.5em; }

.table-fields {
  padding: 5px 0 0 0; }

.margin-comments {
  margin-bottom: 6em; }

.code-popup .k-widget.k-numerictextbox span.k-numeric-wrap {
  width: 40% !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0; }

.progress-bar-wrapper {
  height: 100%;
  margin-right: 1em; }

.open-permission {
  cursor: auto;
  display: block;
  text-align: center;
  margin-top: 11px;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  transition: background-color linear 0.25s; }

.open-permission i {
  font-size: 2.5em; }

autocomplete-input span.k-i-close {
  margin: 0 !important; }

.k-window.themed-window {
  border-color: #2693BE; }
  .k-window.themed-window .k-window-titlebar {
    background-color: #2693BE;
    color: white; }
  .k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #1c6e8e !important; }

.k-window.documents-menu-window {
  border-radius: 10px;
  background-color: #2693BE;
  --primary-color: #2693BE;
  --primary-color-darker: #1c6e8e; }
  .k-window.documents-menu-window .k-window-titlebar {
    border-color: #1e7294;
    text-align: center; }
    .k-window.documents-menu-window .k-window-titlebar .k-window-title {
      color: white; }
    .k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action {
      color: white !important; }
      .k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
        background-color: unset !important;
        color: #1e7294 !important; }
  .k-window.documents-menu-window .faq-panel-group .panel + .panel {
    margin-top: 1em; }
  .k-window.documents-menu-window .faq-panel-group .panel.panel-default {
    border-color: white; }
    .k-window.documents-menu-window .faq-panel-group .panel.panel-default h4 {
      color: white;
      margin: 0; }
    .k-window.documents-menu-window .faq-panel-group .panel.panel-default .panel-heading {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .k-window.documents-menu-window .faq-panel-group .panel.panel-default .panel-heading,
    .k-window.documents-menu-window .faq-panel-group .panel.panel-default .panel-body {
      background-color: var(--primary-color-darker);
      color: white;
      border-color: white; }
      .k-window.documents-menu-window .faq-panel-group .panel.panel-default .panel-heading *,
      .k-window.documents-menu-window .faq-panel-group .panel.panel-default .panel-body * {
        background-color: var(--primary-color-darker) !important;
        color: white !important; }
  .k-window.documents-menu-window .k-window-titlebar {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #2693BE; }
  .k-window.documents-menu-window .k-window-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #2693BE; }
    .k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
      border-bottom: 1px solid #1e7294; }
      .k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
        background-color: #2693BE; }
        .k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
          color: #1e7294; }
    .k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
      background: #2693BE;
      border-color: #1e7294; }
      .k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
        background-color: #1e7294; }
    .k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
      border-bottom: 1px solid #1e7294;
      margin: 0 -1.5em;
      overflow: auto; }
      .k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
        background-color: #1e7294; }
      .k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
        color: #2693BE; }

.k-window .k-window-titlebar {
  margin-top: 0; }

.k-window .k-window-content.popup-window-nopadding {
  padding: 0; }

.k-window .k-window-content .advance-filter-window .field .field-label .optional-label {
  display: none; }

.k-window .k-window-content .advance-filter-window .filter-section-title {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2em; }

.k-window .k-window-content .advance-filter-window display-info .field-without-margin .field .field-input {
  margin: 0; }

.k-window .k-window-content.core-confirmation-window .bottom-window-actions {
  align-items: center;
  width: 100%;
  flex-direction: row;
  justify-content: end;
  display: flex;
  float: none !important;
  border-top: 1px solid #dbdbdb;
  margin: 0 -1.5em;
  padding: 1.5em 1.5em 0 1.5em; }
  .k-window .k-window-content.core-confirmation-window .bottom-window-actions > *:not(:first-child) {
    margin-left: 0.9em; }
  .k-window .k-window-content.core-confirmation-window .bottom-window-actions.without-border {
    border: none; }

.open-permission:hover:not([disabled]) {
  border-radius: 100%;
  background-color: white;
  cursor: pointer; }

.btn-add-measure {
  position: absolute;
  right: 7vw;
  top: 1px; }

.center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-left: 1px; }

.container-value .value-title {
  color: #919191;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter; }

.container-value h2 {
  color: #636463;
  font-size: 1.7em;
  white-space: nowrap; }

.risk-analysis-content {
  position: relative !important; }
  .risk-analysis-content .content-wrapper {
    background-color: #fff; }
    .risk-analysis-content .content-wrapper .risk-content {
      height: 100%;
      overflow-y: auto; }
      .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .k-chart {
        width: auto;
        height: 45em; }
      @media screen and (max-width: 1360px) {
        .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .chart-section {
          width: 100%;
          margin-left: 0; } }
      .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .risk-bottom-values {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 1em; }
        .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .risk-bottom-values .risk-label-value {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex: 1 0 31%; }
          .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .risk-bottom-values .risk-label-value h3 {
            margin: 0; }
          .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .risk-bottom-values .risk-label-value hr {
            width: 100%; }
          .risk-analysis-content .content-wrapper .risk-content.multi-risk-pia .risk-bottom-values .risk-label-value:last-child hr {
            display: none; }
      .risk-analysis-content .content-wrapper .risk-content .main-title {
        font-size: 2em;
        white-space: nowrap;
        font-weight: 600;
        color: #636463;
        margin-left: 0px;
        margin-bottom: 1em; }
      .risk-analysis-content .content-wrapper .risk-content .k-chart {
        width: 55em;
        height: 35em;
        margin-left: auto;
        margin-right: auto; }

.k-btn-grid.data-mapping-add-new-resource > i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 2em;
  padding-top: 1px; }

.button-remove-field.data-mapping-remove {
  width: 2.214em;
  height: 2.214em;
  line-height: 2.214em;
  padding: 0;
  margin-top: 0; }

#external-popover-info + .popover {
  z-index: 9;
  width: 80%;
  min-width: 550px;
  padding: 0.1rem;
  font-size: 1em;
  top: -7em !important;
  height: 11em; }
  #external-popover-info + .popover > .arrow {
    top: 7.74em !important; }
  #external-popover-info + .popover > .popover-content {
    padding: 5px 7px; }

.security-measures > question .measure-config .btn-add-measure {
  right: 0.5em; }

.security-measures > question .security-measures-process,
.security-measures > question .security-measures-technical {
  position: relative; }
  .security-measures > question .security-measures-process > multiselect-input div.field-input.col-md-9,
  .security-measures > question .security-measures-technical > multiselect-input div.field-input.col-md-9 {
    padding-right: 4em; }

.privacy-by-design-form .repeat-item-outside-table,
.datamapping-form .repeat-item-outside-table {
  margin-right: 3em; }

.privacy-by-design-form .question-form-content .table-with-title hr,
.datamapping-form .question-form-content .table-with-title hr {
  margin-top: 0; }

.asset-form .hilight-field-label .field-label label,
.data-breach-execution-form .hilight-field-label .field-label label,
.privacy-by-design-form .hilight-field-label .field-label label {
  font-weight: bold; }

.datamapping-form.data-mapping-data label {
  font-weight: bold; }

.compliance-bottom .btn-grid-command.k-grid-set-offline,
.k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline {
  position: relative; }
  .compliance-bottom .btn-grid-command.k-grid-set-offline:hover::after,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline:hover::after {
    color: #ffffff; }
  .compliance-bottom .btn-grid-command.k-grid-set-offline::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline::before {
    font-size: 1.25em; }
  .compliance-bottom .btn-grid-command.k-grid-set-offline::after,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline::after {
    position: absolute;
    content: "/";
    color: #005c81;
    font-weight: normal;
    font-size: 2.5em;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }

.compliance-bottom .btn-grid-command.k-grid-extract-word, .compliance-bottom .btn-grid-command.k-grid-extract-pdf, .compliance-bottom .btn-grid-command.k-grid-extract, .compliance-bottom .btn-grid-command.k-grid-copy-link, .compliance-bottom .btn-grid-command.k-grid-set-offline,
.k-grid td.k-command-cell .btn-grid-command.k-grid-extract-word,
.k-grid td.k-command-cell .btn-grid-command.k-grid-extract-pdf,
.k-grid td.k-command-cell .btn-grid-command.k-grid-extract,
.k-grid td.k-command-cell .btn-grid-command.k-grid-copy-link,
.k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline {
  line-height: 2em;
  color: #005C81; }
  .compliance-bottom .btn-grid-command.k-grid-extract-word.fa::before, .compliance-bottom .btn-grid-command.k-grid-extract-pdf.fa::before, .compliance-bottom .btn-grid-command.k-grid-extract.fa::before, .compliance-bottom .btn-grid-command.k-grid-copy-link.fa::before, .compliance-bottom .btn-grid-command.k-grid-set-offline.fa::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-extract-word.fa::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-extract-pdf.fa::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-extract.fa::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-copy-link.fa::before,
  .k-grid td.k-command-cell .btn-grid-command.k-grid-set-offline.fa::before {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%; }

.collapse-advanced-filters-wrapper {
  background-color: white; }
  .collapse-advanced-filters-wrapper .advanced-filters-title {
    margin-bottom: 1em;
    font-weight: 600;
    color: #999; }
    .collapse-advanced-filters-wrapper .advanced-filters-title > * {
      vertical-align: middle; }
  .collapse-advanced-filters-wrapper .container-fluid {
    border-bottom: hidden;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    box-shadow: inset 0 0 9px #DDDDDD;
    background: #f9f9f9; }
    .collapse-advanced-filters-wrapper .container-fluid .row {
      margin-top: 1em; }
      .collapse-advanced-filters-wrapper .container-fluid .row .col-md-12 .k-button.k-secondary {
        margin-right: 1.5em; }
      .collapse-advanced-filters-wrapper .container-fluid .row > .col-md-4 > * .field {
        min-height: 3em; }
      .collapse-advanced-filters-wrapper .container-fluid .row > .col-md-4 > *:last-child .field {
        min-height: 0; }

.buttons-status.btn-group > button {
  float: left; }

.k-map .k-i-marker-custom-marker {
  background-image: url(/content/images/map-markers/k-m-transfer.png);
  width: 28px;
  height: 39px; }

.k-map .k-i-marker-custom-subcontractor-marker {
  background-image: url(/content/images/map-markers/k-m-SubC.png);
  width: 29px;
  height: 39px; }

.custom-switch-class .k-switch-wrapper.km-switch-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-switch-class .k-switch-container.km-switch-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-switch-class .k-switch-handle.km-switch-handle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pia-form.create-company .static-bar .title-section form-buttons.force-margin-right {
  margin-right: 1.5em; }

.pia-form.create-company .k-splitter .k-scrollable {
  overflow-y: hidden; }

.bread-crumb .bread-crumb-path:first-of-type {
  margin-left: 1.5em; }

.title-section {
  box-shadow: none;
  background-color: white; }

.k-tabstrip-top {
  border: none; }

.k-btn-grid {
  height: 2em;
  padding: 0; }

.k-tabstrip-items {
  padding-bottom: 1px; }

.form-group .info-icon {
  margin-left: 1px; }

.bottom-box-shadow {
  box-shadow: inset 0 -1px 0 0 #DDDDDD; }

/* Solution to implement 5 equal columns inside a Bootstrap row */
.col-xs-5fw,
.col-sm-5fw,
.col-md-5fw,
.col-lg-5fw {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5fw {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5fw {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5fw {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5fw {
    width: 20%;
    float: left; } }

/* Solution (end) */
knowledge-base .list-group-item .li-description .fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

knowledge-base .list-group-item .li-description .fa-external-link:before {
  content: "\e90c"; }

.user-invite {
  display: inline-block;
  float: right;
  cursor: pointer; }

.upload-input-titlebar {
  display: inline-block; }
  .upload-input-titlebar .field .field-input .k-upload {
    border: none; }
    .upload-input-titlebar .field .field-input .k-upload .k-dropzone {
      padding: 0; }
      .upload-input-titlebar .field .field-input .k-upload .k-dropzone .k-upload-button {
        margin-right: 0.5em;
        border: 1px solid transparent; }
        .upload-input-titlebar .field .field-input .k-upload .k-dropzone .k-upload-button input[type=file]::-webkit-file-upload-button {
          cursor: pointer; }
      .upload-input-titlebar .field .field-input .k-upload .k-dropzone .k-upload-status {
        display: none; }

.border-entity-identifier td:first-of-type {
  position: relative; }
  .border-entity-identifier td:first-of-type > span,
  .border-entity-identifier td:first-of-type > a {
    display: inline-block;
    overflow: hidden; }
  .border-entity-identifier td:first-of-type > span.grid-entity-icon {
    width: 1.25em;
    text-align: center; }
  .border-entity-identifier td:first-of-type > span.grid-task-name {
    max-width: calc(100% - 1.25em - 7px); }
  .border-entity-identifier td:first-of-type .grid-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px; }
    .border-entity-identifier td:first-of-type .grid-border.assessment-border {
      background-color: #FAC364; }
    .border-entity-identifier td:first-of-type .grid-border.compliance-report-border {
      background-color: #b47912; }
    .border-entity-identifier td:first-of-type .grid-border.data-mapping-border {
      background-color: #5DBCE8; }
    .border-entity-identifier td:first-of-type .grid-border.pia-border {
      background-color: #D998CB; }
    .border-entity-identifier td:first-of-type .grid-border.department-border {
      background-color: #B6D957; }
    .border-entity-identifier td:first-of-type .grid-border.datarights-border {
      background-color: #537FFF; }
    .border-entity-identifier td:first-of-type .grid-border.without-border {
      background-color: #979797; }
    .border-entity-identifier td:first-of-type .grid-border.audit-border {
      background-color: #E56776; }
    .border-entity-identifier td:first-of-type .grid-border.privacy-by-design-border {
      background-color: #A77F00; }
    .border-entity-identifier td:first-of-type .grid-border.data-breach-execution-border {
      background-color: #C34A36; }
    .border-entity-identifier td:first-of-type .grid-border.asset-border {
      background-color: #c00187; }
    .border-entity-identifier td:first-of-type .grid-border.department-audit-border {
      background-color: #B6D957; }
    .border-entity-identifier td:first-of-type .grid-border.inventory-audit-border {
      background-color: #5DBCE8; }
    .border-entity-identifier td:first-of-type .grid-border.whistleblowersubmition-border {
      background-color: #dc3545; }

.dropdown-menu.dropdown-menu-right {
  left: auto !important; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px; }
  .dropdown-submenu .dropdown-menu-left {
    left: auto !important;
    right: 100%; }
  .dropdown-submenu > a {
    outline: none; }

div.k-widget.k-window .radio-buttons-department-type .k-radio:checked + .k-radio-label:after {
  top: 3px;
  left: 3px; }

.radio-buttons-department-type {
  margin-bottom: 2em; }
  .radio-buttons-department-type.display-flex {
    flex-wrap: wrap; }
  .radio-buttons-department-type > div:not(:last-child) {
    margin-right: 1em; }
  .radio-buttons-department-type .k-radio:checked + .k-radio-label:after {
    top: 2px;
    left: 2px; }

.content-wrapper.panel .task-instruction {
  padding-top: 1em;
  margin-top: 15px; }

.content-wrapper.panel .project-entity-type {
  margin-bottom: -15px; }
  .content-wrapper.panel .project-entity-type.project-pia .badge {
    background-color: #D998CB; }
  .content-wrapper.panel .project-entity-type.project-datarightsrequest .badge {
    background-color: #537FFF; }
  .content-wrapper.panel .project-entity-type.project-general .badge {
    background-color: #979797; }
  .content-wrapper.panel .project-entity-type.project-complianceassessment .badge {
    background-color: #FAC364; }
  .content-wrapper.panel .project-entity-type.project-datamapping .badge {
    background-color: #5DBCE8; }
  .content-wrapper.panel .project-entity-type.project-audit .badge {
    background-color: #E56776; }
  .content-wrapper.panel .project-entity-type.project-privacybydesign .badge {
    background-color: #A77F00; }
  .content-wrapper.panel .project-entity-type.project-databreachexecution .badge {
    background-color: #C34A36; }
  .content-wrapper.panel .project-entity-type.project-asset .badge {
    background-color: #c00187; }
  .content-wrapper.panel .project-entity-type.project-whistleblowersubmition .badge {
    background-color: #dc3545; }
  .content-wrapper.panel .project-entity-type.project-compliancereport .badge {
    background-color: #b47912; }
  .content-wrapper.panel .project-entity-type.project-ethicscommittee .badge {
    background-color: #9e6363; }
  .content-wrapper.panel .project-entity-type span {
    font-weight: bold; }
  .content-wrapper.panel .project-entity-type .k-rounded {
    padding: 0 5px;
    border-radius: 20px; }

.content-fixed-top {
  position: absolute;
  top: 0;
  width: 100%; }

.horizontal-header-center {
  display: flex;
  justify-content: center;
  height: 8em;
  background: white;
  position: relative; }
  .horizontal-header-center img {
    max-height: 7.5em;
    position: absolute; }

.data-rights-update-page-wrapper .borderless-panel {
  padding-bottom: 1.5em;
  border: none; }
  .data-rights-update-page-wrapper .borderless-panel .no-margin-left {
    margin-left: 0; }
  .data-rights-update-page-wrapper .borderless-panel .sub-section {
    margin-right: 1.5em;
    height: 400px; }
    .data-rights-update-page-wrapper .borderless-panel .sub-section .tab-child-height {
      height: 350px; }
      .data-rights-update-page-wrapper .borderless-panel .sub-section .tab-child-height.overflow-y-auto {
        overflow-y: auto; }

.step-form-type .grecaptcha-badge,
.anonymous-form-create-page-wrapper .grecaptcha-badge,
.data-rights-create-page-wrapper .grecaptcha-badge {
  display: none; }

.anonymous-form-create-page-wrapper,
.data-rights-create-page-wrapper {
  height: 100%;
  background-color: white; }
  .anonymous-form-create-page-wrapper .k-invalid-msg-local,
  .data-rights-create-page-wrapper .k-invalid-msg-local {
    color: #d00;
    font-size: 0.917em;
    position: inherit !important; }
  .anonymous-form-create-page-wrapper .k-checkbox-label,
  .data-rights-create-page-wrapper .k-checkbox-label {
    clear: both; }
  .anonymous-form-create-page-wrapper .success-message,
  .data-rights-create-page-wrapper .success-message {
    text-align: center; }
    .anonymous-form-create-page-wrapper .success-message .success-icon i,
    .data-rights-create-page-wrapper .success-message .success-icon i {
      font-size: 8em;
      color: #28a745; }
  .anonymous-form-create-page-wrapper .anonymous-form-wrapper,
  .data-rights-create-page-wrapper .anonymous-form-wrapper {
    background-color: #fff;
    padding: 0 15px; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel,
    .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel,
      .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel {
        min-width: 45em; }
        .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary,
        .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary {
          border-color: #005C81; }
          .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary .panel-heading,
          .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary .panel-heading {
            background-color: #005C81;
            border-color: #005C81; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary .panel-heading h5,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel.panel-primary .panel-heading h5 {
              color: white; }
        .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-heading,
        .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-heading {
          text-align: center; }
        .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body,
        .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info,
          .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info {
            width: 100%; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .field .field-wrapper,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .field .field-wrapper {
              display: flex;
              flex-direction: column;
              align-items: center;
              text-align: center; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .data-display,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .data-display {
              color: #7A8599; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .field-label label,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body display-info .field-label label {
              color: #000; }
          .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions,
          .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions {
            margin-top: 1em;
            display: flex;
            flex-direction: row;
            gap: 2em; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions .submit-message i.fa-check-circle,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions .submit-message i.fa-check-circle {
              color: #10B683; }
            .anonymous-form-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions .submit-message i.fa-times-circle,
            .data-rights-create-page-wrapper .anonymous-form-wrapper.anonymous-form-panel .panel .panel-body .bottom-actions .submit-message i.fa-times-circle {
              color: #dc3545; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper display-info upload-input .field,
    .data-rights-create-page-wrapper .anonymous-form-wrapper display-info upload-input .field {
      max-width: 22em; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper .align-justified-items,
    .data-rights-create-page-wrapper .anonymous-form-wrapper .align-justified-items {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 1em; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .align-justified-items .form-header + .description-text,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .align-justified-items .form-header + .description-text {
        margin-top: 1em; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .align-justified-items .description-text,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .align-justified-items .description-text {
        font-size: 1.1em; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .align-justified-items .description-text,
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .align-justified-items .form-header,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .align-justified-items .description-text,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .align-justified-items .form-header {
        margin: 0 1.5rem;
        text-align: justify; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper .field-input.col-md-3,
    .data-rights-create-page-wrapper .anonymous-form-wrapper .field-input.col-md-3 {
      min-width: 33%; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-wrapper,
    .data-rights-create-page-wrapper .anonymous-form-wrapper .form-wrapper {
      margin: 0 1.5rem;
      width: 100%; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper hr,
    .data-rights-create-page-wrapper .anonymous-form-wrapper hr {
      width: 100%;
      margin: 1em 0;
      border-color: #dddddd; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper hr.without-mb,
      .data-rights-create-page-wrapper .anonymous-form-wrapper hr.without-mb {
        margin-bottom: unset; }
    .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right,
    .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right {
      display: flex;
      justify-content: flex-end;
      margin: 2em 0;
      padding: 0 1.5rem;
      width: 100%; }
      @media (max-width: 767px) {
        .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right,
        .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right {
          flex-direction: column-reverse; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right,
        .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right {
          padding-bottom: 60px; } }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .custom-submit-button,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .custom-submit-button {
        min-width: 8em; }
      .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .form-buttons-tac,
      .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .form-buttons-tac {
        font-size: 0.80em;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-right: 1em; }
        @media (max-width: 767px) {
          .anonymous-form-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .form-buttons-tac,
          .data-rights-create-page-wrapper .anonymous-form-wrapper .form-buttons-right .form-buttons-tac {
            padding-right: 60px;
            min-height: 60px; } }

option-button-select .row-buttons {
  padding: 0 7.5px; }
  option-button-select .row-buttons .k-button {
    width: 100%; }
    option-button-select .row-buttons .k-button.k-secondary {
      color: #333;
      border-color: #dadada; }
      option-button-select .row-buttons .k-button.k-secondary.active, option-button-select .row-buttons .k-button.k-secondary.active:hover, option-button-select .row-buttons .k-button.k-secondary.active:focus {
        border-color: #007adf;
        background-color: #007adf;
        color: #fff; }
      option-button-select .row-buttons .k-button.k-secondary:hover, option-button-select .row-buttons .k-button.k-secondary:focus {
        border-color: #007adf;
        background-color: #fff; }
      option-button-select .row-buttons .k-button.k-secondary.active:focus:hover {
        color: #fff; }
      option-button-select .row-buttons .k-button.k-secondary:focus:hover {
        color: #333; }
  option-button-select .row-buttons .button-block {
    margin-bottom: 15px;
    padding: 0 7.5px; }
    option-button-select .row-buttons .button-block:last-child {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    option-button-select .row-buttons .is-last-row {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    option-button-select .row-buttons .has-min-height {
      min-height: 5em; } }
  option-button-select .row-buttons .validation-items {
    height: 1.7em; }
  @media screen and (min-width: 992px) {
    option-button-select .row-buttons.same-height-buttons {
      display: flex;
      flex-wrap: wrap; }
      option-button-select .row-buttons.same-height-buttons .button-block .k-button {
        height: 100%; } }

evaluation-buttons .field .field-input .buttons-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  float: left; }
  evaluation-buttons .field .field-input .buttons-group .evaluation-button {
    background-color: unset;
    border: none;
    outline: none;
    padding: 0.1em;
    font-size: 1.75em;
    display: flex;
    flex-direction: row;
    align-items: center; }
    evaluation-buttons .field .field-input .buttons-group .evaluation-button.active i {
      color: gold; }
    evaluation-buttons .field .field-input .buttons-group .evaluation-button i {
      color: #333; }
  evaluation-buttons .field .field-input .buttons-group:hover > .evaluation-button:not(:disabled) i:before {
    content: '\f006';
    color: #333; }
  evaluation-buttons .field .field-input .buttons-group > .evaluation-button:not(:disabled):hover i:before,
  evaluation-buttons .field .field-input .buttons-group > .evaluation-button:not(:disabled):hover ~ .evaluation-button:not(:disabled) i:before {
    content: '\f005';
    color: gold; }

.field .field-wrapper .single-image-upload {
  display: block; }

.field .field-wrapper textarea.k-textbox {
  resize: vertical; }

.field .field-wrapper .k-autocomplete.k-header {
  border: none; }

.navbar a > i.dropdown-align-icon {
  vertical-align: super; }

.k-grid.grid-radius.kendogrid-on-pop-up {
  box-shadow: none;
  height: 97%; }

@media (max-width: 1250px) {
  .navbar .navbar-nav li a {
    padding: 1.25em 0.5em; }
  .navbar .navbar-nav.navbar-right.nav-item-user li a:last-child {
    padding-right: 1.25em; }
  .navbar .navbar-nav.navbar-right.nav-item-companies li a:first-child {
    padding-left: 1.25em; } }

@media (max-width: 1070px) {
  .navbar .navbar-nav li a {
    padding: 1.25em 0.3em; } }

.storage-chart-field {
  max-width: 640px; }

.panel-border-right {
  border-right: 1px solid #eee; }

.bold {
  font-weight: bold; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x-auto {
  overflow-x: auto; }

.fields-config-form .management-entity-content-wrapper .item-panel .item-body > div:last-child {
  margin-bottom: 2em; }

.management-entity-content-wrapper,
.asset-form,
.edit-entity-form,
.member-content-wrapper,
.import-content,
.data-breach-execution-form,
.data-breach-content-wrapper,
.internal-formation-content-wrapper,
.reply-mail-content-wrapper,
.audit-content-wrapper {
  margin-bottom: 0; }
  .management-entity-content-wrapper .label-with-margin-bottom,
  .asset-form .label-with-margin-bottom,
  .edit-entity-form .label-with-margin-bottom,
  .member-content-wrapper .label-with-margin-bottom,
  .import-content .label-with-margin-bottom,
  .data-breach-execution-form .label-with-margin-bottom,
  .data-breach-content-wrapper .label-with-margin-bottom,
  .internal-formation-content-wrapper .label-with-margin-bottom,
  .reply-mail-content-wrapper .label-with-margin-bottom,
  .audit-content-wrapper .label-with-margin-bottom {
    margin-bottom: 2.5em; }
  .management-entity-content-wrapper .item-not-selected-area,
  .management-entity-content-wrapper .mail-not-selected-area,
  .management-entity-content-wrapper .execution-not-selected-area,
  .asset-form .item-not-selected-area,
  .asset-form .mail-not-selected-area,
  .asset-form .execution-not-selected-area,
  .edit-entity-form .item-not-selected-area,
  .edit-entity-form .mail-not-selected-area,
  .edit-entity-form .execution-not-selected-area,
  .member-content-wrapper .item-not-selected-area,
  .member-content-wrapper .mail-not-selected-area,
  .member-content-wrapper .execution-not-selected-area,
  .import-content .item-not-selected-area,
  .import-content .mail-not-selected-area,
  .import-content .execution-not-selected-area,
  .data-breach-execution-form .item-not-selected-area,
  .data-breach-execution-form .mail-not-selected-area,
  .data-breach-execution-form .execution-not-selected-area,
  .data-breach-content-wrapper .item-not-selected-area,
  .data-breach-content-wrapper .mail-not-selected-area,
  .data-breach-content-wrapper .execution-not-selected-area,
  .internal-formation-content-wrapper .item-not-selected-area,
  .internal-formation-content-wrapper .mail-not-selected-area,
  .internal-formation-content-wrapper .execution-not-selected-area,
  .reply-mail-content-wrapper .item-not-selected-area,
  .reply-mail-content-wrapper .mail-not-selected-area,
  .reply-mail-content-wrapper .execution-not-selected-area,
  .audit-content-wrapper .item-not-selected-area,
  .audit-content-wrapper .mail-not-selected-area,
  .audit-content-wrapper .execution-not-selected-area {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .management-entity-content-wrapper .item-not-selected-area .mid-area,
    .management-entity-content-wrapper .mail-not-selected-area .mid-area,
    .management-entity-content-wrapper .execution-not-selected-area .mid-area,
    .asset-form .item-not-selected-area .mid-area,
    .asset-form .mail-not-selected-area .mid-area,
    .asset-form .execution-not-selected-area .mid-area,
    .edit-entity-form .item-not-selected-area .mid-area,
    .edit-entity-form .mail-not-selected-area .mid-area,
    .edit-entity-form .execution-not-selected-area .mid-area,
    .member-content-wrapper .item-not-selected-area .mid-area,
    .member-content-wrapper .mail-not-selected-area .mid-area,
    .member-content-wrapper .execution-not-selected-area .mid-area,
    .import-content .item-not-selected-area .mid-area,
    .import-content .mail-not-selected-area .mid-area,
    .import-content .execution-not-selected-area .mid-area,
    .data-breach-execution-form .item-not-selected-area .mid-area,
    .data-breach-execution-form .mail-not-selected-area .mid-area,
    .data-breach-execution-form .execution-not-selected-area .mid-area,
    .data-breach-content-wrapper .item-not-selected-area .mid-area,
    .data-breach-content-wrapper .mail-not-selected-area .mid-area,
    .data-breach-content-wrapper .execution-not-selected-area .mid-area,
    .internal-formation-content-wrapper .item-not-selected-area .mid-area,
    .internal-formation-content-wrapper .mail-not-selected-area .mid-area,
    .internal-formation-content-wrapper .execution-not-selected-area .mid-area,
    .reply-mail-content-wrapper .item-not-selected-area .mid-area,
    .reply-mail-content-wrapper .mail-not-selected-area .mid-area,
    .reply-mail-content-wrapper .execution-not-selected-area .mid-area,
    .audit-content-wrapper .item-not-selected-area .mid-area,
    .audit-content-wrapper .mail-not-selected-area .mid-area,
    .audit-content-wrapper .execution-not-selected-area .mid-area {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1.4em;
      font-weight: bold; }
      .management-entity-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .management-entity-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .management-entity-content-wrapper .item-not-selected-area .mid-area img,
      .management-entity-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .management-entity-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .management-entity-content-wrapper .mail-not-selected-area .mid-area img,
      .management-entity-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .management-entity-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .management-entity-content-wrapper .execution-not-selected-area .mid-area img,
      .asset-form .item-not-selected-area .mid-area .item-illustration,
      .asset-form .item-not-selected-area .mid-area .reply-illustration,
      .asset-form .item-not-selected-area .mid-area img,
      .asset-form .mail-not-selected-area .mid-area .item-illustration,
      .asset-form .mail-not-selected-area .mid-area .reply-illustration,
      .asset-form .mail-not-selected-area .mid-area img,
      .asset-form .execution-not-selected-area .mid-area .item-illustration,
      .asset-form .execution-not-selected-area .mid-area .reply-illustration,
      .asset-form .execution-not-selected-area .mid-area img,
      .edit-entity-form .item-not-selected-area .mid-area .item-illustration,
      .edit-entity-form .item-not-selected-area .mid-area .reply-illustration,
      .edit-entity-form .item-not-selected-area .mid-area img,
      .edit-entity-form .mail-not-selected-area .mid-area .item-illustration,
      .edit-entity-form .mail-not-selected-area .mid-area .reply-illustration,
      .edit-entity-form .mail-not-selected-area .mid-area img,
      .edit-entity-form .execution-not-selected-area .mid-area .item-illustration,
      .edit-entity-form .execution-not-selected-area .mid-area .reply-illustration,
      .edit-entity-form .execution-not-selected-area .mid-area img,
      .member-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .member-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .member-content-wrapper .item-not-selected-area .mid-area img,
      .member-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .member-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .member-content-wrapper .mail-not-selected-area .mid-area img,
      .member-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .member-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .member-content-wrapper .execution-not-selected-area .mid-area img,
      .import-content .item-not-selected-area .mid-area .item-illustration,
      .import-content .item-not-selected-area .mid-area .reply-illustration,
      .import-content .item-not-selected-area .mid-area img,
      .import-content .mail-not-selected-area .mid-area .item-illustration,
      .import-content .mail-not-selected-area .mid-area .reply-illustration,
      .import-content .mail-not-selected-area .mid-area img,
      .import-content .execution-not-selected-area .mid-area .item-illustration,
      .import-content .execution-not-selected-area .mid-area .reply-illustration,
      .import-content .execution-not-selected-area .mid-area img,
      .data-breach-execution-form .item-not-selected-area .mid-area .item-illustration,
      .data-breach-execution-form .item-not-selected-area .mid-area .reply-illustration,
      .data-breach-execution-form .item-not-selected-area .mid-area img,
      .data-breach-execution-form .mail-not-selected-area .mid-area .item-illustration,
      .data-breach-execution-form .mail-not-selected-area .mid-area .reply-illustration,
      .data-breach-execution-form .mail-not-selected-area .mid-area img,
      .data-breach-execution-form .execution-not-selected-area .mid-area .item-illustration,
      .data-breach-execution-form .execution-not-selected-area .mid-area .reply-illustration,
      .data-breach-execution-form .execution-not-selected-area .mid-area img,
      .data-breach-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .data-breach-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .data-breach-content-wrapper .item-not-selected-area .mid-area img,
      .data-breach-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .data-breach-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .data-breach-content-wrapper .mail-not-selected-area .mid-area img,
      .data-breach-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .data-breach-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .data-breach-content-wrapper .execution-not-selected-area .mid-area img,
      .internal-formation-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .internal-formation-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .internal-formation-content-wrapper .item-not-selected-area .mid-area img,
      .internal-formation-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .internal-formation-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .internal-formation-content-wrapper .mail-not-selected-area .mid-area img,
      .internal-formation-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .internal-formation-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .internal-formation-content-wrapper .execution-not-selected-area .mid-area img,
      .reply-mail-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .reply-mail-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .reply-mail-content-wrapper .item-not-selected-area .mid-area img,
      .reply-mail-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .reply-mail-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .reply-mail-content-wrapper .mail-not-selected-area .mid-area img,
      .reply-mail-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .reply-mail-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .reply-mail-content-wrapper .execution-not-selected-area .mid-area img,
      .audit-content-wrapper .item-not-selected-area .mid-area .item-illustration,
      .audit-content-wrapper .item-not-selected-area .mid-area .reply-illustration,
      .audit-content-wrapper .item-not-selected-area .mid-area img,
      .audit-content-wrapper .mail-not-selected-area .mid-area .item-illustration,
      .audit-content-wrapper .mail-not-selected-area .mid-area .reply-illustration,
      .audit-content-wrapper .mail-not-selected-area .mid-area img,
      .audit-content-wrapper .execution-not-selected-area .mid-area .item-illustration,
      .audit-content-wrapper .execution-not-selected-area .mid-area .reply-illustration,
      .audit-content-wrapper .execution-not-selected-area .mid-area img {
        margin-bottom: 1em; }
      .management-entity-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .management-entity-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .management-entity-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .management-entity-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .management-entity-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .management-entity-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i,
      .asset-form .item-not-selected-area .mid-area .item-illustration i,
      .asset-form .item-not-selected-area .mid-area .reply-illustration i,
      .asset-form .mail-not-selected-area .mid-area .item-illustration i,
      .asset-form .mail-not-selected-area .mid-area .reply-illustration i,
      .asset-form .execution-not-selected-area .mid-area .item-illustration i,
      .asset-form .execution-not-selected-area .mid-area .reply-illustration i,
      .edit-entity-form .item-not-selected-area .mid-area .item-illustration i,
      .edit-entity-form .item-not-selected-area .mid-area .reply-illustration i,
      .edit-entity-form .mail-not-selected-area .mid-area .item-illustration i,
      .edit-entity-form .mail-not-selected-area .mid-area .reply-illustration i,
      .edit-entity-form .execution-not-selected-area .mid-area .item-illustration i,
      .edit-entity-form .execution-not-selected-area .mid-area .reply-illustration i,
      .member-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .member-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .member-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .member-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .member-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .member-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i,
      .import-content .item-not-selected-area .mid-area .item-illustration i,
      .import-content .item-not-selected-area .mid-area .reply-illustration i,
      .import-content .mail-not-selected-area .mid-area .item-illustration i,
      .import-content .mail-not-selected-area .mid-area .reply-illustration i,
      .import-content .execution-not-selected-area .mid-area .item-illustration i,
      .import-content .execution-not-selected-area .mid-area .reply-illustration i,
      .data-breach-execution-form .item-not-selected-area .mid-area .item-illustration i,
      .data-breach-execution-form .item-not-selected-area .mid-area .reply-illustration i,
      .data-breach-execution-form .mail-not-selected-area .mid-area .item-illustration i,
      .data-breach-execution-form .mail-not-selected-area .mid-area .reply-illustration i,
      .data-breach-execution-form .execution-not-selected-area .mid-area .item-illustration i,
      .data-breach-execution-form .execution-not-selected-area .mid-area .reply-illustration i,
      .data-breach-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .data-breach-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .data-breach-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .data-breach-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .data-breach-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .data-breach-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i,
      .internal-formation-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .internal-formation-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .internal-formation-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .internal-formation-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .internal-formation-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .internal-formation-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i,
      .reply-mail-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .reply-mail-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .reply-mail-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .reply-mail-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .reply-mail-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .reply-mail-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i,
      .audit-content-wrapper .item-not-selected-area .mid-area .item-illustration i,
      .audit-content-wrapper .item-not-selected-area .mid-area .reply-illustration i,
      .audit-content-wrapper .mail-not-selected-area .mid-area .item-illustration i,
      .audit-content-wrapper .mail-not-selected-area .mid-area .reply-illustration i,
      .audit-content-wrapper .execution-not-selected-area .mid-area .item-illustration i,
      .audit-content-wrapper .execution-not-selected-area .mid-area .reply-illustration i {
        font-size: 5em;
        color: #555; }
  .management-entity-content-wrapper textarea,
  .asset-form textarea,
  .edit-entity-form textarea,
  .member-content-wrapper textarea,
  .import-content textarea,
  .data-breach-execution-form textarea,
  .data-breach-content-wrapper textarea,
  .internal-formation-content-wrapper textarea,
  .reply-mail-content-wrapper textarea,
  .audit-content-wrapper textarea {
    resize: vertical; }
  .management-entity-content-wrapper.content-wrapper,
  .asset-form.content-wrapper,
  .edit-entity-form.content-wrapper,
  .member-content-wrapper.content-wrapper,
  .import-content.content-wrapper,
  .data-breach-execution-form.content-wrapper,
  .data-breach-content-wrapper.content-wrapper,
  .internal-formation-content-wrapper.content-wrapper,
  .reply-mail-content-wrapper.content-wrapper,
  .audit-content-wrapper.content-wrapper {
    padding: 0 15px; }
    .management-entity-content-wrapper.content-wrapper hr,
    .asset-form.content-wrapper hr,
    .edit-entity-form.content-wrapper hr,
    .member-content-wrapper.content-wrapper hr,
    .import-content.content-wrapper hr,
    .data-breach-execution-form.content-wrapper hr,
    .data-breach-content-wrapper.content-wrapper hr,
    .internal-formation-content-wrapper.content-wrapper hr,
    .reply-mail-content-wrapper.content-wrapper hr,
    .audit-content-wrapper.content-wrapper hr {
      margin: 20px -15px; }
  .management-entity-content-wrapper .audit-execution-aux-area > div:first-child .header-area,
  .asset-form .audit-execution-aux-area > div:first-child .header-area,
  .edit-entity-form .audit-execution-aux-area > div:first-child .header-area,
  .member-content-wrapper .audit-execution-aux-area > div:first-child .header-area,
  .import-content .audit-execution-aux-area > div:first-child .header-area,
  .data-breach-execution-form .audit-execution-aux-area > div:first-child .header-area,
  .data-breach-content-wrapper .audit-execution-aux-area > div:first-child .header-area,
  .internal-formation-content-wrapper .audit-execution-aux-area > div:first-child .header-area,
  .reply-mail-content-wrapper .audit-execution-aux-area > div:first-child .header-area,
  .audit-content-wrapper .audit-execution-aux-area > div:first-child .header-area {
    margin-top: 0; }
  .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .asset-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .import-content .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
  .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4 {
    padding-bottom: 1em; }
  .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity,
  .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity,
  .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity {
    display: flex; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-low,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-low {
      color: #1FB45A; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-medium,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-medium {
      color: #FEC20B; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-high,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-high {
      color: #E26804; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity-veryhigh,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity-veryhigh {
      color: #FD1212; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity span,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity span {
      width: 25%; }
    .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge {
      height: 30px;
      width: 75%; }
      .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div,
      .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div {
        height: 30px !important; }
        .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .asset-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .edit-entity-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .import-content .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3),
        .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .data-breach-severity .severity-linear-gauge > div > svg > g > g > g:nth-child(3) {
          display: none; }
  .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .asset-form .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .edit-entity-form .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .member-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .import-content .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i,
  .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item .li-description.color-icons i,
  .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item .li-description.color-icons i {
    color: #017BAD; }
  .management-entity-content-wrapper .aux-info-area,
  .management-entity-content-wrapper .import-aux-area,
  .management-entity-content-wrapper .data-breach-execution-aux-area,
  .management-entity-content-wrapper .audit-execution-aux-area,
  .asset-form .aux-info-area,
  .asset-form .import-aux-area,
  .asset-form .data-breach-execution-aux-area,
  .asset-form .audit-execution-aux-area,
  .edit-entity-form .aux-info-area,
  .edit-entity-form .import-aux-area,
  .edit-entity-form .data-breach-execution-aux-area,
  .edit-entity-form .audit-execution-aux-area,
  .member-content-wrapper .aux-info-area,
  .member-content-wrapper .import-aux-area,
  .member-content-wrapper .data-breach-execution-aux-area,
  .member-content-wrapper .audit-execution-aux-area,
  .import-content .aux-info-area,
  .import-content .import-aux-area,
  .import-content .data-breach-execution-aux-area,
  .import-content .audit-execution-aux-area,
  .data-breach-execution-form .aux-info-area,
  .data-breach-execution-form .import-aux-area,
  .data-breach-execution-form .data-breach-execution-aux-area,
  .data-breach-execution-form .audit-execution-aux-area,
  .data-breach-content-wrapper .aux-info-area,
  .data-breach-content-wrapper .import-aux-area,
  .data-breach-content-wrapper .data-breach-execution-aux-area,
  .data-breach-content-wrapper .audit-execution-aux-area,
  .internal-formation-content-wrapper .aux-info-area,
  .internal-formation-content-wrapper .import-aux-area,
  .internal-formation-content-wrapper .data-breach-execution-aux-area,
  .internal-formation-content-wrapper .audit-execution-aux-area,
  .reply-mail-content-wrapper .aux-info-area,
  .reply-mail-content-wrapper .import-aux-area,
  .reply-mail-content-wrapper .data-breach-execution-aux-area,
  .reply-mail-content-wrapper .audit-execution-aux-area,
  .audit-content-wrapper .aux-info-area,
  .audit-content-wrapper .import-aux-area,
  .audit-content-wrapper .data-breach-execution-aux-area,
  .audit-content-wrapper .audit-execution-aux-area {
    padding: 2em; }
    .management-entity-content-wrapper .aux-info-area .filter-actions,
    .management-entity-content-wrapper .import-aux-area .filter-actions,
    .management-entity-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .management-entity-content-wrapper .audit-execution-aux-area .filter-actions,
    .asset-form .aux-info-area .filter-actions,
    .asset-form .import-aux-area .filter-actions,
    .asset-form .data-breach-execution-aux-area .filter-actions,
    .asset-form .audit-execution-aux-area .filter-actions,
    .edit-entity-form .aux-info-area .filter-actions,
    .edit-entity-form .import-aux-area .filter-actions,
    .edit-entity-form .data-breach-execution-aux-area .filter-actions,
    .edit-entity-form .audit-execution-aux-area .filter-actions,
    .member-content-wrapper .aux-info-area .filter-actions,
    .member-content-wrapper .import-aux-area .filter-actions,
    .member-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .member-content-wrapper .audit-execution-aux-area .filter-actions,
    .import-content .aux-info-area .filter-actions,
    .import-content .import-aux-area .filter-actions,
    .import-content .data-breach-execution-aux-area .filter-actions,
    .import-content .audit-execution-aux-area .filter-actions,
    .data-breach-execution-form .aux-info-area .filter-actions,
    .data-breach-execution-form .import-aux-area .filter-actions,
    .data-breach-execution-form .data-breach-execution-aux-area .filter-actions,
    .data-breach-execution-form .audit-execution-aux-area .filter-actions,
    .data-breach-content-wrapper .aux-info-area .filter-actions,
    .data-breach-content-wrapper .import-aux-area .filter-actions,
    .data-breach-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .data-breach-content-wrapper .audit-execution-aux-area .filter-actions,
    .internal-formation-content-wrapper .aux-info-area .filter-actions,
    .internal-formation-content-wrapper .import-aux-area .filter-actions,
    .internal-formation-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .internal-formation-content-wrapper .audit-execution-aux-area .filter-actions,
    .reply-mail-content-wrapper .aux-info-area .filter-actions,
    .reply-mail-content-wrapper .import-aux-area .filter-actions,
    .reply-mail-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .reply-mail-content-wrapper .audit-execution-aux-area .filter-actions,
    .audit-content-wrapper .aux-info-area .filter-actions,
    .audit-content-wrapper .import-aux-area .filter-actions,
    .audit-content-wrapper .data-breach-execution-aux-area .filter-actions,
    .audit-content-wrapper .audit-execution-aux-area .filter-actions {
      margin: 0 1em;
      display: flex;
      justify-content: flex-end; }
    .management-entity-content-wrapper .aux-info-area > div .header-area,
    .management-entity-content-wrapper .import-aux-area > div .header-area,
    .management-entity-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .management-entity-content-wrapper .audit-execution-aux-area > div .header-area,
    .asset-form .aux-info-area > div .header-area,
    .asset-form .import-aux-area > div .header-area,
    .asset-form .data-breach-execution-aux-area > div .header-area,
    .asset-form .audit-execution-aux-area > div .header-area,
    .edit-entity-form .aux-info-area > div .header-area,
    .edit-entity-form .import-aux-area > div .header-area,
    .edit-entity-form .data-breach-execution-aux-area > div .header-area,
    .edit-entity-form .audit-execution-aux-area > div .header-area,
    .member-content-wrapper .aux-info-area > div .header-area,
    .member-content-wrapper .import-aux-area > div .header-area,
    .member-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .member-content-wrapper .audit-execution-aux-area > div .header-area,
    .import-content .aux-info-area > div .header-area,
    .import-content .import-aux-area > div .header-area,
    .import-content .data-breach-execution-aux-area > div .header-area,
    .import-content .audit-execution-aux-area > div .header-area,
    .data-breach-execution-form .aux-info-area > div .header-area,
    .data-breach-execution-form .import-aux-area > div .header-area,
    .data-breach-execution-form .data-breach-execution-aux-area > div .header-area,
    .data-breach-execution-form .audit-execution-aux-area > div .header-area,
    .data-breach-content-wrapper .aux-info-area > div .header-area,
    .data-breach-content-wrapper .import-aux-area > div .header-area,
    .data-breach-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .data-breach-content-wrapper .audit-execution-aux-area > div .header-area,
    .internal-formation-content-wrapper .aux-info-area > div .header-area,
    .internal-formation-content-wrapper .import-aux-area > div .header-area,
    .internal-formation-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .internal-formation-content-wrapper .audit-execution-aux-area > div .header-area,
    .reply-mail-content-wrapper .aux-info-area > div .header-area,
    .reply-mail-content-wrapper .import-aux-area > div .header-area,
    .reply-mail-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .reply-mail-content-wrapper .audit-execution-aux-area > div .header-area,
    .audit-content-wrapper .aux-info-area > div .header-area,
    .audit-content-wrapper .import-aux-area > div .header-area,
    .audit-content-wrapper .data-breach-execution-aux-area > div .header-area,
    .audit-content-wrapper .audit-execution-aux-area > div .header-area {
      margin-top: 2em; }
    .management-entity-content-wrapper .aux-info-area .header-area,
    .management-entity-content-wrapper .import-aux-area .header-area,
    .management-entity-content-wrapper .data-breach-execution-aux-area .header-area,
    .management-entity-content-wrapper .audit-execution-aux-area .header-area,
    .asset-form .aux-info-area .header-area,
    .asset-form .import-aux-area .header-area,
    .asset-form .data-breach-execution-aux-area .header-area,
    .asset-form .audit-execution-aux-area .header-area,
    .edit-entity-form .aux-info-area .header-area,
    .edit-entity-form .import-aux-area .header-area,
    .edit-entity-form .data-breach-execution-aux-area .header-area,
    .edit-entity-form .audit-execution-aux-area .header-area,
    .member-content-wrapper .aux-info-area .header-area,
    .member-content-wrapper .import-aux-area .header-area,
    .member-content-wrapper .data-breach-execution-aux-area .header-area,
    .member-content-wrapper .audit-execution-aux-area .header-area,
    .import-content .aux-info-area .header-area,
    .import-content .import-aux-area .header-area,
    .import-content .data-breach-execution-aux-area .header-area,
    .import-content .audit-execution-aux-area .header-area,
    .data-breach-execution-form .aux-info-area .header-area,
    .data-breach-execution-form .import-aux-area .header-area,
    .data-breach-execution-form .data-breach-execution-aux-area .header-area,
    .data-breach-execution-form .audit-execution-aux-area .header-area,
    .data-breach-content-wrapper .aux-info-area .header-area,
    .data-breach-content-wrapper .import-aux-area .header-area,
    .data-breach-content-wrapper .data-breach-execution-aux-area .header-area,
    .data-breach-content-wrapper .audit-execution-aux-area .header-area,
    .internal-formation-content-wrapper .aux-info-area .header-area,
    .internal-formation-content-wrapper .import-aux-area .header-area,
    .internal-formation-content-wrapper .data-breach-execution-aux-area .header-area,
    .internal-formation-content-wrapper .audit-execution-aux-area .header-area,
    .reply-mail-content-wrapper .aux-info-area .header-area,
    .reply-mail-content-wrapper .import-aux-area .header-area,
    .reply-mail-content-wrapper .data-breach-execution-aux-area .header-area,
    .reply-mail-content-wrapper .audit-execution-aux-area .header-area,
    .audit-content-wrapper .aux-info-area .header-area,
    .audit-content-wrapper .import-aux-area .header-area,
    .audit-content-wrapper .data-breach-execution-aux-area .header-area,
    .audit-content-wrapper .audit-execution-aux-area .header-area {
      text-align: center;
      margin-left: 1em;
      margin-bottom: 2em; }
      .management-entity-content-wrapper .aux-info-area .header-area h4,
      .management-entity-content-wrapper .import-aux-area .header-area h4,
      .management-entity-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .management-entity-content-wrapper .audit-execution-aux-area .header-area h4,
      .asset-form .aux-info-area .header-area h4,
      .asset-form .import-aux-area .header-area h4,
      .asset-form .data-breach-execution-aux-area .header-area h4,
      .asset-form .audit-execution-aux-area .header-area h4,
      .edit-entity-form .aux-info-area .header-area h4,
      .edit-entity-form .import-aux-area .header-area h4,
      .edit-entity-form .data-breach-execution-aux-area .header-area h4,
      .edit-entity-form .audit-execution-aux-area .header-area h4,
      .member-content-wrapper .aux-info-area .header-area h4,
      .member-content-wrapper .import-aux-area .header-area h4,
      .member-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .member-content-wrapper .audit-execution-aux-area .header-area h4,
      .import-content .aux-info-area .header-area h4,
      .import-content .import-aux-area .header-area h4,
      .import-content .data-breach-execution-aux-area .header-area h4,
      .import-content .audit-execution-aux-area .header-area h4,
      .data-breach-execution-form .aux-info-area .header-area h4,
      .data-breach-execution-form .import-aux-area .header-area h4,
      .data-breach-execution-form .data-breach-execution-aux-area .header-area h4,
      .data-breach-execution-form .audit-execution-aux-area .header-area h4,
      .data-breach-content-wrapper .aux-info-area .header-area h4,
      .data-breach-content-wrapper .import-aux-area .header-area h4,
      .data-breach-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .data-breach-content-wrapper .audit-execution-aux-area .header-area h4,
      .internal-formation-content-wrapper .aux-info-area .header-area h4,
      .internal-formation-content-wrapper .import-aux-area .header-area h4,
      .internal-formation-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .internal-formation-content-wrapper .audit-execution-aux-area .header-area h4,
      .reply-mail-content-wrapper .aux-info-area .header-area h4,
      .reply-mail-content-wrapper .import-aux-area .header-area h4,
      .reply-mail-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .reply-mail-content-wrapper .audit-execution-aux-area .header-area h4,
      .audit-content-wrapper .aux-info-area .header-area h4,
      .audit-content-wrapper .import-aux-area .header-area h4,
      .audit-content-wrapper .data-breach-execution-aux-area .header-area h4,
      .audit-content-wrapper .audit-execution-aux-area .header-area h4 {
        color: #017BAD;
        font-weight: normal; }
    .management-entity-content-wrapper .aux-info-area ul.list-group,
    .management-entity-content-wrapper .import-aux-area ul.list-group,
    .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .management-entity-content-wrapper .audit-execution-aux-area ul.list-group,
    .asset-form .aux-info-area ul.list-group,
    .asset-form .import-aux-area ul.list-group,
    .asset-form .data-breach-execution-aux-area ul.list-group,
    .asset-form .audit-execution-aux-area ul.list-group,
    .edit-entity-form .aux-info-area ul.list-group,
    .edit-entity-form .import-aux-area ul.list-group,
    .edit-entity-form .data-breach-execution-aux-area ul.list-group,
    .edit-entity-form .audit-execution-aux-area ul.list-group,
    .member-content-wrapper .aux-info-area ul.list-group,
    .member-content-wrapper .import-aux-area ul.list-group,
    .member-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .member-content-wrapper .audit-execution-aux-area ul.list-group,
    .import-content .aux-info-area ul.list-group,
    .import-content .import-aux-area ul.list-group,
    .import-content .data-breach-execution-aux-area ul.list-group,
    .import-content .audit-execution-aux-area ul.list-group,
    .data-breach-execution-form .aux-info-area ul.list-group,
    .data-breach-execution-form .import-aux-area ul.list-group,
    .data-breach-execution-form .data-breach-execution-aux-area ul.list-group,
    .data-breach-execution-form .audit-execution-aux-area ul.list-group,
    .data-breach-content-wrapper .aux-info-area ul.list-group,
    .data-breach-content-wrapper .import-aux-area ul.list-group,
    .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .data-breach-content-wrapper .audit-execution-aux-area ul.list-group,
    .internal-formation-content-wrapper .aux-info-area ul.list-group,
    .internal-formation-content-wrapper .import-aux-area ul.list-group,
    .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group,
    .reply-mail-content-wrapper .aux-info-area ul.list-group,
    .reply-mail-content-wrapper .import-aux-area ul.list-group,
    .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group,
    .audit-content-wrapper .aux-info-area ul.list-group,
    .audit-content-wrapper .import-aux-area ul.list-group,
    .audit-content-wrapper .data-breach-execution-aux-area ul.list-group,
    .audit-content-wrapper .audit-execution-aux-area ul.list-group {
      margin: 0 1em; }
      .management-entity-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .management-entity-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .management-entity-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .asset-form .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .asset-form .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .asset-form .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .asset-form .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .edit-entity-form .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .edit-entity-form .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .edit-entity-form .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .edit-entity-form .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .member-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .member-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .member-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .member-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .import-content .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .import-content .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .import-content .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .import-content .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-execution-form .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-execution-form .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-execution-form .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-execution-form .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .data-breach-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .internal-formation-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .internal-formation-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .reply-mail-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .reply-mail-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .audit-content-wrapper .aux-info-area ul.list-group.inline-list-group li.list-group-item,
      .audit-content-wrapper .import-aux-area ul.list-group.inline-list-group li.list-group-item,
      .audit-content-wrapper .data-breach-execution-aux-area ul.list-group.inline-list-group li.list-group-item,
      .audit-content-wrapper .audit-execution-aux-area ul.list-group.inline-list-group li.list-group-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item,
      .asset-form .aux-info-area ul.list-group li.list-group-item,
      .asset-form .import-aux-area ul.list-group li.list-group-item,
      .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .asset-form .audit-execution-aux-area ul.list-group li.list-group-item,
      .edit-entity-form .aux-info-area ul.list-group li.list-group-item,
      .edit-entity-form .import-aux-area ul.list-group li.list-group-item,
      .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item,
      .member-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .member-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item,
      .import-content .aux-info-area ul.list-group li.list-group-item,
      .import-content .import-aux-area ul.list-group li.list-group-item,
      .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .import-content .audit-execution-aux-area ul.list-group li.list-group-item,
      .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item,
      .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item,
      .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item,
      .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item,
      .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item,
      .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item,
      .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item,
      .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item,
      .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item,
      .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item {
        background-color: inherit;
        border: none;
        margin-top: 1em;
        padding: 0; }
        .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .asset-form .aux-info-area ul.list-group li.list-group-item h4,
        .asset-form .import-aux-area ul.list-group li.list-group-item h4,
        .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .asset-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .edit-entity-form .aux-info-area ul.list-group li.list-group-item h4,
        .edit-entity-form .import-aux-area ul.list-group li.list-group-item h4,
        .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .member-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .member-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .import-content .aux-info-area ul.list-group li.list-group-item h4,
        .import-content .import-aux-area ul.list-group li.list-group-item h4,
        .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .import-content .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item h4,
        .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item h4,
        .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4,
        .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item h4,
        .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item h4,
        .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item h4,
        .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item h4 {
          font-size: inherit; }
        .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description,
        .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description,
        .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description,
        .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description,
        .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .import-content .aux-info-area ul.list-group li.list-group-item div.li-description,
        .import-content .import-aux-area ul.list-group li.list-group-item div.li-description,
        .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description,
        .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description,
        .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description,
        .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description,
        .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description {
          font-size: .95em; }
          .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .import-content .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .import-content .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i,
          .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.color-icons i {
            color: #017BAD; }
          .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .import-content .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .import-content .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p,
          .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p,
          .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p,
          .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
            .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .import-content .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .import-content .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description a p i,
            .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description a p i,
            .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description a p i {
              margin-right: 0.5em; }
          .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .import-content .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .import-content .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description p,
          .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description p,
          .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description p,
          .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description p {
            margin: 0; }
          .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .import-content .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .import-content .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item,
          .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item,
          .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item {
            display: flex;
            justify-content: space-between; }
            .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .import-content .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .import-content .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item p,
            .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p,
            .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item p {
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap; }
            .management-entity-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .management-entity-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .management-entity-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .management-entity-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .asset-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .asset-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .asset-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .asset-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .edit-entity-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .edit-entity-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .edit-entity-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .edit-entity-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .member-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .member-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .member-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .member-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .import-content .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .import-content .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .import-content .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .import-content .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-execution-form .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-execution-form .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-execution-form .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-execution-form .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .data-breach-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .internal-formation-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .internal-formation-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .internal-formation-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .internal-formation-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .reply-mail-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .reply-mail-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .reply-mail-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .reply-mail-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .audit-content-wrapper .aux-info-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .audit-content-wrapper .import-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .audit-content-wrapper .data-breach-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover,
            .audit-content-wrapper .audit-execution-aux-area ul.list-group li.list-group-item div.li-description.download-item a:hover {
              cursor: pointer; }
  .management-entity-content-wrapper .treeview-wrapper .tags-wrapper,
  .asset-form .treeview-wrapper .tags-wrapper,
  .edit-entity-form .treeview-wrapper .tags-wrapper,
  .member-content-wrapper .treeview-wrapper .tags-wrapper,
  .import-content .treeview-wrapper .tags-wrapper,
  .data-breach-execution-form .treeview-wrapper .tags-wrapper,
  .data-breach-content-wrapper .treeview-wrapper .tags-wrapper,
  .internal-formation-content-wrapper .treeview-wrapper .tags-wrapper,
  .reply-mail-content-wrapper .treeview-wrapper .tags-wrapper,
  .audit-content-wrapper .treeview-wrapper .tags-wrapper {
    margin: 0; }
  .management-entity-content-wrapper .sided-panel,
  .asset-form .sided-panel,
  .edit-entity-form .sided-panel,
  .member-content-wrapper .sided-panel,
  .import-content .sided-panel,
  .data-breach-execution-form .sided-panel,
  .data-breach-content-wrapper .sided-panel,
  .internal-formation-content-wrapper .sided-panel,
  .reply-mail-content-wrapper .sided-panel,
  .audit-content-wrapper .sided-panel {
    height: 100%; }
    .management-entity-content-wrapper .sided-panel .form-wrapper,
    .asset-form .sided-panel .form-wrapper,
    .edit-entity-form .sided-panel .form-wrapper,
    .member-content-wrapper .sided-panel .form-wrapper,
    .import-content .sided-panel .form-wrapper,
    .data-breach-execution-form .sided-panel .form-wrapper,
    .data-breach-content-wrapper .sided-panel .form-wrapper,
    .internal-formation-content-wrapper .sided-panel .form-wrapper,
    .reply-mail-content-wrapper .sided-panel .form-wrapper,
    .audit-content-wrapper .sided-panel .form-wrapper {
      padding-top: 0; }
      .management-entity-content-wrapper .sided-panel .form-wrapper:first-child,
      .asset-form .sided-panel .form-wrapper:first-child,
      .edit-entity-form .sided-panel .form-wrapper:first-child,
      .member-content-wrapper .sided-panel .form-wrapper:first-child,
      .import-content .sided-panel .form-wrapper:first-child,
      .data-breach-execution-form .sided-panel .form-wrapper:first-child,
      .data-breach-content-wrapper .sided-panel .form-wrapper:first-child,
      .internal-formation-content-wrapper .sided-panel .form-wrapper:first-child,
      .reply-mail-content-wrapper .sided-panel .form-wrapper:first-child,
      .audit-content-wrapper .sided-panel .form-wrapper:first-child {
        padding-top: 2em; }
    .management-entity-content-wrapper .sided-panel .chart-w-lengend-panel,
    .asset-form .sided-panel .chart-w-lengend-panel,
    .edit-entity-form .sided-panel .chart-w-lengend-panel,
    .member-content-wrapper .sided-panel .chart-w-lengend-panel,
    .import-content .sided-panel .chart-w-lengend-panel,
    .data-breach-execution-form .sided-panel .chart-w-lengend-panel,
    .data-breach-content-wrapper .sided-panel .chart-w-lengend-panel,
    .internal-formation-content-wrapper .sided-panel .chart-w-lengend-panel,
    .reply-mail-content-wrapper .sided-panel .chart-w-lengend-panel,
    .audit-content-wrapper .sided-panel .chart-w-lengend-panel {
      overflow-x: hidden;
      margin-right: -.5em; }
      .management-entity-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart,
      .asset-form .sided-panel .chart-w-lengend-panel .k-chart,
      .edit-entity-form .sided-panel .chart-w-lengend-panel .k-chart,
      .member-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart,
      .import-content .sided-panel .chart-w-lengend-panel .k-chart,
      .data-breach-execution-form .sided-panel .chart-w-lengend-panel .k-chart,
      .data-breach-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart,
      .internal-formation-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart,
      .reply-mail-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart,
      .audit-content-wrapper .sided-panel .chart-w-lengend-panel .k-chart {
        margin: 0 1em; }
    .management-entity-content-wrapper .sided-panel .overflow-table,
    .asset-form .sided-panel .overflow-table,
    .edit-entity-form .sided-panel .overflow-table,
    .member-content-wrapper .sided-panel .overflow-table,
    .import-content .sided-panel .overflow-table,
    .data-breach-execution-form .sided-panel .overflow-table,
    .data-breach-content-wrapper .sided-panel .overflow-table,
    .internal-formation-content-wrapper .sided-panel .overflow-table,
    .reply-mail-content-wrapper .sided-panel .overflow-table,
    .audit-content-wrapper .sided-panel .overflow-table {
      overflow-y: auto;
      margin: 1.5em 0; }
      .management-entity-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle,
      .asset-form .sided-panel .overflow-table.overflow-table-items-handle,
      .edit-entity-form .sided-panel .overflow-table.overflow-table-items-handle,
      .member-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle,
      .import-content .sided-panel .overflow-table.overflow-table-items-handle,
      .data-breach-execution-form .sided-panel .overflow-table.overflow-table-items-handle,
      .data-breach-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle,
      .internal-formation-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle,
      .reply-mail-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle,
      .audit-content-wrapper .sided-panel .overflow-table.overflow-table-items-handle {
        margin-bottom: 0;
        margin-right: -.5em; }
  .management-entity-content-wrapper .responsibles-section,
  .management-entity-content-wrapper .measures-section,
  .management-entity-content-wrapper .requirements-section,
  .asset-form .responsibles-section,
  .asset-form .measures-section,
  .asset-form .requirements-section,
  .edit-entity-form .responsibles-section,
  .edit-entity-form .measures-section,
  .edit-entity-form .requirements-section,
  .member-content-wrapper .responsibles-section,
  .member-content-wrapper .measures-section,
  .member-content-wrapper .requirements-section,
  .import-content .responsibles-section,
  .import-content .measures-section,
  .import-content .requirements-section,
  .data-breach-execution-form .responsibles-section,
  .data-breach-execution-form .measures-section,
  .data-breach-execution-form .requirements-section,
  .data-breach-content-wrapper .responsibles-section,
  .data-breach-content-wrapper .measures-section,
  .data-breach-content-wrapper .requirements-section,
  .internal-formation-content-wrapper .responsibles-section,
  .internal-formation-content-wrapper .measures-section,
  .internal-formation-content-wrapper .requirements-section,
  .reply-mail-content-wrapper .responsibles-section,
  .reply-mail-content-wrapper .measures-section,
  .reply-mail-content-wrapper .requirements-section,
  .audit-content-wrapper .responsibles-section,
  .audit-content-wrapper .measures-section,
  .audit-content-wrapper .requirements-section {
    margin: 0 1.5em; }
    .management-entity-content-wrapper .responsibles-section table,
    .management-entity-content-wrapper .measures-section table,
    .management-entity-content-wrapper .requirements-section table,
    .asset-form .responsibles-section table,
    .asset-form .measures-section table,
    .asset-form .requirements-section table,
    .edit-entity-form .responsibles-section table,
    .edit-entity-form .measures-section table,
    .edit-entity-form .requirements-section table,
    .member-content-wrapper .responsibles-section table,
    .member-content-wrapper .measures-section table,
    .member-content-wrapper .requirements-section table,
    .import-content .responsibles-section table,
    .import-content .measures-section table,
    .import-content .requirements-section table,
    .data-breach-execution-form .responsibles-section table,
    .data-breach-execution-form .measures-section table,
    .data-breach-execution-form .requirements-section table,
    .data-breach-content-wrapper .responsibles-section table,
    .data-breach-content-wrapper .measures-section table,
    .data-breach-content-wrapper .requirements-section table,
    .internal-formation-content-wrapper .responsibles-section table,
    .internal-formation-content-wrapper .measures-section table,
    .internal-formation-content-wrapper .requirements-section table,
    .reply-mail-content-wrapper .responsibles-section table,
    .reply-mail-content-wrapper .measures-section table,
    .reply-mail-content-wrapper .requirements-section table,
    .audit-content-wrapper .responsibles-section table,
    .audit-content-wrapper .measures-section table,
    .audit-content-wrapper .requirements-section table {
      width: 100%;
      margin: 0 -0.5em;
      border-collapse: separate;
      border-spacing: 0 1em; }
      .management-entity-content-wrapper .responsibles-section table.custom-column-table,
      .management-entity-content-wrapper .measures-section table.custom-column-table,
      .management-entity-content-wrapper .requirements-section table.custom-column-table,
      .asset-form .responsibles-section table.custom-column-table,
      .asset-form .measures-section table.custom-column-table,
      .asset-form .requirements-section table.custom-column-table,
      .edit-entity-form .responsibles-section table.custom-column-table,
      .edit-entity-form .measures-section table.custom-column-table,
      .edit-entity-form .requirements-section table.custom-column-table,
      .member-content-wrapper .responsibles-section table.custom-column-table,
      .member-content-wrapper .measures-section table.custom-column-table,
      .member-content-wrapper .requirements-section table.custom-column-table,
      .import-content .responsibles-section table.custom-column-table,
      .import-content .measures-section table.custom-column-table,
      .import-content .requirements-section table.custom-column-table,
      .data-breach-execution-form .responsibles-section table.custom-column-table,
      .data-breach-execution-form .measures-section table.custom-column-table,
      .data-breach-execution-form .requirements-section table.custom-column-table,
      .data-breach-content-wrapper .responsibles-section table.custom-column-table,
      .data-breach-content-wrapper .measures-section table.custom-column-table,
      .data-breach-content-wrapper .requirements-section table.custom-column-table,
      .internal-formation-content-wrapper .responsibles-section table.custom-column-table,
      .internal-formation-content-wrapper .measures-section table.custom-column-table,
      .internal-formation-content-wrapper .requirements-section table.custom-column-table,
      .reply-mail-content-wrapper .responsibles-section table.custom-column-table,
      .reply-mail-content-wrapper .measures-section table.custom-column-table,
      .reply-mail-content-wrapper .requirements-section table.custom-column-table,
      .audit-content-wrapper .responsibles-section table.custom-column-table,
      .audit-content-wrapper .measures-section table.custom-column-table,
      .audit-content-wrapper .requirements-section table.custom-column-table {
        margin: 0; }
        .management-entity-content-wrapper .responsibles-section table.custom-column-table td,
        .management-entity-content-wrapper .measures-section table.custom-column-table td,
        .management-entity-content-wrapper .requirements-section table.custom-column-table td,
        .asset-form .responsibles-section table.custom-column-table td,
        .asset-form .measures-section table.custom-column-table td,
        .asset-form .requirements-section table.custom-column-table td,
        .edit-entity-form .responsibles-section table.custom-column-table td,
        .edit-entity-form .measures-section table.custom-column-table td,
        .edit-entity-form .requirements-section table.custom-column-table td,
        .member-content-wrapper .responsibles-section table.custom-column-table td,
        .member-content-wrapper .measures-section table.custom-column-table td,
        .member-content-wrapper .requirements-section table.custom-column-table td,
        .import-content .responsibles-section table.custom-column-table td,
        .import-content .measures-section table.custom-column-table td,
        .import-content .requirements-section table.custom-column-table td,
        .data-breach-execution-form .responsibles-section table.custom-column-table td,
        .data-breach-execution-form .measures-section table.custom-column-table td,
        .data-breach-execution-form .requirements-section table.custom-column-table td,
        .data-breach-content-wrapper .responsibles-section table.custom-column-table td,
        .data-breach-content-wrapper .measures-section table.custom-column-table td,
        .data-breach-content-wrapper .requirements-section table.custom-column-table td,
        .internal-formation-content-wrapper .responsibles-section table.custom-column-table td,
        .internal-formation-content-wrapper .measures-section table.custom-column-table td,
        .internal-formation-content-wrapper .requirements-section table.custom-column-table td,
        .reply-mail-content-wrapper .responsibles-section table.custom-column-table td,
        .reply-mail-content-wrapper .measures-section table.custom-column-table td,
        .reply-mail-content-wrapper .requirements-section table.custom-column-table td,
        .audit-content-wrapper .responsibles-section table.custom-column-table td,
        .audit-content-wrapper .measures-section table.custom-column-table td,
        .audit-content-wrapper .requirements-section table.custom-column-table td {
          padding: 0; }
        .management-entity-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .management-entity-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .management-entity-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .management-entity-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .management-entity-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .management-entity-content-wrapper .requirements-section table.custom-column-table th.margin-on-left,
        .asset-form .responsibles-section table.custom-column-table td.margin-on-left,
        .asset-form .responsibles-section table.custom-column-table th.margin-on-left,
        .asset-form .measures-section table.custom-column-table td.margin-on-left,
        .asset-form .measures-section table.custom-column-table th.margin-on-left,
        .asset-form .requirements-section table.custom-column-table td.margin-on-left,
        .asset-form .requirements-section table.custom-column-table th.margin-on-left,
        .edit-entity-form .responsibles-section table.custom-column-table td.margin-on-left,
        .edit-entity-form .responsibles-section table.custom-column-table th.margin-on-left,
        .edit-entity-form .measures-section table.custom-column-table td.margin-on-left,
        .edit-entity-form .measures-section table.custom-column-table th.margin-on-left,
        .edit-entity-form .requirements-section table.custom-column-table td.margin-on-left,
        .edit-entity-form .requirements-section table.custom-column-table th.margin-on-left,
        .member-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .member-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .member-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .member-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .member-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .member-content-wrapper .requirements-section table.custom-column-table th.margin-on-left,
        .import-content .responsibles-section table.custom-column-table td.margin-on-left,
        .import-content .responsibles-section table.custom-column-table th.margin-on-left,
        .import-content .measures-section table.custom-column-table td.margin-on-left,
        .import-content .measures-section table.custom-column-table th.margin-on-left,
        .import-content .requirements-section table.custom-column-table td.margin-on-left,
        .import-content .requirements-section table.custom-column-table th.margin-on-left,
        .data-breach-execution-form .responsibles-section table.custom-column-table td.margin-on-left,
        .data-breach-execution-form .responsibles-section table.custom-column-table th.margin-on-left,
        .data-breach-execution-form .measures-section table.custom-column-table td.margin-on-left,
        .data-breach-execution-form .measures-section table.custom-column-table th.margin-on-left,
        .data-breach-execution-form .requirements-section table.custom-column-table td.margin-on-left,
        .data-breach-execution-form .requirements-section table.custom-column-table th.margin-on-left,
        .data-breach-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .data-breach-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .data-breach-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .data-breach-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .data-breach-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .data-breach-content-wrapper .requirements-section table.custom-column-table th.margin-on-left,
        .internal-formation-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .internal-formation-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .internal-formation-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .internal-formation-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .internal-formation-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .internal-formation-content-wrapper .requirements-section table.custom-column-table th.margin-on-left,
        .reply-mail-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .reply-mail-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .reply-mail-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .reply-mail-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .reply-mail-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .reply-mail-content-wrapper .requirements-section table.custom-column-table th.margin-on-left,
        .audit-content-wrapper .responsibles-section table.custom-column-table td.margin-on-left,
        .audit-content-wrapper .responsibles-section table.custom-column-table th.margin-on-left,
        .audit-content-wrapper .measures-section table.custom-column-table td.margin-on-left,
        .audit-content-wrapper .measures-section table.custom-column-table th.margin-on-left,
        .audit-content-wrapper .requirements-section table.custom-column-table td.margin-on-left,
        .audit-content-wrapper .requirements-section table.custom-column-table th.margin-on-left {
          padding-left: 2rem; }
      .management-entity-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .management-entity-content-wrapper .measures-section table tr.measure-item .k-button,
      .management-entity-content-wrapper .requirements-section table tr.measure-item .k-button,
      .asset-form .responsibles-section table tr.measure-item .k-button,
      .asset-form .measures-section table tr.measure-item .k-button,
      .asset-form .requirements-section table tr.measure-item .k-button,
      .edit-entity-form .responsibles-section table tr.measure-item .k-button,
      .edit-entity-form .measures-section table tr.measure-item .k-button,
      .edit-entity-form .requirements-section table tr.measure-item .k-button,
      .member-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .member-content-wrapper .measures-section table tr.measure-item .k-button,
      .member-content-wrapper .requirements-section table tr.measure-item .k-button,
      .import-content .responsibles-section table tr.measure-item .k-button,
      .import-content .measures-section table tr.measure-item .k-button,
      .import-content .requirements-section table tr.measure-item .k-button,
      .data-breach-execution-form .responsibles-section table tr.measure-item .k-button,
      .data-breach-execution-form .measures-section table tr.measure-item .k-button,
      .data-breach-execution-form .requirements-section table tr.measure-item .k-button,
      .data-breach-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .data-breach-content-wrapper .measures-section table tr.measure-item .k-button,
      .data-breach-content-wrapper .requirements-section table tr.measure-item .k-button,
      .internal-formation-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .internal-formation-content-wrapper .measures-section table tr.measure-item .k-button,
      .internal-formation-content-wrapper .requirements-section table tr.measure-item .k-button,
      .reply-mail-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .reply-mail-content-wrapper .measures-section table tr.measure-item .k-button,
      .reply-mail-content-wrapper .requirements-section table tr.measure-item .k-button,
      .audit-content-wrapper .responsibles-section table tr.measure-item .k-button,
      .audit-content-wrapper .measures-section table tr.measure-item .k-button,
      .audit-content-wrapper .requirements-section table tr.measure-item .k-button {
        padding: 0 .5em; }
      .management-entity-content-wrapper .responsibles-section table td,
      .management-entity-content-wrapper .measures-section table td,
      .management-entity-content-wrapper .requirements-section table td,
      .asset-form .responsibles-section table td,
      .asset-form .measures-section table td,
      .asset-form .requirements-section table td,
      .edit-entity-form .responsibles-section table td,
      .edit-entity-form .measures-section table td,
      .edit-entity-form .requirements-section table td,
      .member-content-wrapper .responsibles-section table td,
      .member-content-wrapper .measures-section table td,
      .member-content-wrapper .requirements-section table td,
      .import-content .responsibles-section table td,
      .import-content .measures-section table td,
      .import-content .requirements-section table td,
      .data-breach-execution-form .responsibles-section table td,
      .data-breach-execution-form .measures-section table td,
      .data-breach-execution-form .requirements-section table td,
      .data-breach-content-wrapper .responsibles-section table td,
      .data-breach-content-wrapper .measures-section table td,
      .data-breach-content-wrapper .requirements-section table td,
      .internal-formation-content-wrapper .responsibles-section table td,
      .internal-formation-content-wrapper .measures-section table td,
      .internal-formation-content-wrapper .requirements-section table td,
      .reply-mail-content-wrapper .responsibles-section table td,
      .reply-mail-content-wrapper .measures-section table td,
      .reply-mail-content-wrapper .requirements-section table td,
      .audit-content-wrapper .responsibles-section table td,
      .audit-content-wrapper .measures-section table td,
      .audit-content-wrapper .requirements-section table td {
        padding: 0 0.5em; }
        .management-entity-content-wrapper .responsibles-section table td.flex-inline-content,
        .management-entity-content-wrapper .measures-section table td.flex-inline-content,
        .management-entity-content-wrapper .requirements-section table td.flex-inline-content,
        .asset-form .responsibles-section table td.flex-inline-content,
        .asset-form .measures-section table td.flex-inline-content,
        .asset-form .requirements-section table td.flex-inline-content,
        .edit-entity-form .responsibles-section table td.flex-inline-content,
        .edit-entity-form .measures-section table td.flex-inline-content,
        .edit-entity-form .requirements-section table td.flex-inline-content,
        .member-content-wrapper .responsibles-section table td.flex-inline-content,
        .member-content-wrapper .measures-section table td.flex-inline-content,
        .member-content-wrapper .requirements-section table td.flex-inline-content,
        .import-content .responsibles-section table td.flex-inline-content,
        .import-content .measures-section table td.flex-inline-content,
        .import-content .requirements-section table td.flex-inline-content,
        .data-breach-execution-form .responsibles-section table td.flex-inline-content,
        .data-breach-execution-form .measures-section table td.flex-inline-content,
        .data-breach-execution-form .requirements-section table td.flex-inline-content,
        .data-breach-content-wrapper .responsibles-section table td.flex-inline-content,
        .data-breach-content-wrapper .measures-section table td.flex-inline-content,
        .data-breach-content-wrapper .requirements-section table td.flex-inline-content,
        .internal-formation-content-wrapper .responsibles-section table td.flex-inline-content,
        .internal-formation-content-wrapper .measures-section table td.flex-inline-content,
        .internal-formation-content-wrapper .requirements-section table td.flex-inline-content,
        .reply-mail-content-wrapper .responsibles-section table td.flex-inline-content,
        .reply-mail-content-wrapper .measures-section table td.flex-inline-content,
        .reply-mail-content-wrapper .requirements-section table td.flex-inline-content,
        .audit-content-wrapper .responsibles-section table td.flex-inline-content,
        .audit-content-wrapper .measures-section table td.flex-inline-content,
        .audit-content-wrapper .requirements-section table td.flex-inline-content {
          display: flex;
          flex-direction: column; }
          .management-entity-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .management-entity-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .management-entity-content-wrapper .requirements-section table td.flex-inline-content .content-description,
          .asset-form .responsibles-section table td.flex-inline-content .content-description,
          .asset-form .measures-section table td.flex-inline-content .content-description,
          .asset-form .requirements-section table td.flex-inline-content .content-description,
          .edit-entity-form .responsibles-section table td.flex-inline-content .content-description,
          .edit-entity-form .measures-section table td.flex-inline-content .content-description,
          .edit-entity-form .requirements-section table td.flex-inline-content .content-description,
          .member-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .member-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .member-content-wrapper .requirements-section table td.flex-inline-content .content-description,
          .import-content .responsibles-section table td.flex-inline-content .content-description,
          .import-content .measures-section table td.flex-inline-content .content-description,
          .import-content .requirements-section table td.flex-inline-content .content-description,
          .data-breach-execution-form .responsibles-section table td.flex-inline-content .content-description,
          .data-breach-execution-form .measures-section table td.flex-inline-content .content-description,
          .data-breach-execution-form .requirements-section table td.flex-inline-content .content-description,
          .data-breach-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .data-breach-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .data-breach-content-wrapper .requirements-section table td.flex-inline-content .content-description,
          .internal-formation-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .internal-formation-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .internal-formation-content-wrapper .requirements-section table td.flex-inline-content .content-description,
          .reply-mail-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .reply-mail-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .reply-mail-content-wrapper .requirements-section table td.flex-inline-content .content-description,
          .audit-content-wrapper .responsibles-section table td.flex-inline-content .content-description,
          .audit-content-wrapper .measures-section table td.flex-inline-content .content-description,
          .audit-content-wrapper .requirements-section table td.flex-inline-content .content-description {
            font-size: 0.8em;
            color: #666;
            font-style: italic; }
        .management-entity-content-wrapper .responsibles-section table td textarea,
        .management-entity-content-wrapper .measures-section table td textarea,
        .management-entity-content-wrapper .requirements-section table td textarea,
        .asset-form .responsibles-section table td textarea,
        .asset-form .measures-section table td textarea,
        .asset-form .requirements-section table td textarea,
        .edit-entity-form .responsibles-section table td textarea,
        .edit-entity-form .measures-section table td textarea,
        .edit-entity-form .requirements-section table td textarea,
        .member-content-wrapper .responsibles-section table td textarea,
        .member-content-wrapper .measures-section table td textarea,
        .member-content-wrapper .requirements-section table td textarea,
        .import-content .responsibles-section table td textarea,
        .import-content .measures-section table td textarea,
        .import-content .requirements-section table td textarea,
        .data-breach-execution-form .responsibles-section table td textarea,
        .data-breach-execution-form .measures-section table td textarea,
        .data-breach-execution-form .requirements-section table td textarea,
        .data-breach-content-wrapper .responsibles-section table td textarea,
        .data-breach-content-wrapper .measures-section table td textarea,
        .data-breach-content-wrapper .requirements-section table td textarea,
        .internal-formation-content-wrapper .responsibles-section table td textarea,
        .internal-formation-content-wrapper .measures-section table td textarea,
        .internal-formation-content-wrapper .requirements-section table td textarea,
        .reply-mail-content-wrapper .responsibles-section table td textarea,
        .reply-mail-content-wrapper .measures-section table td textarea,
        .reply-mail-content-wrapper .requirements-section table td textarea,
        .audit-content-wrapper .responsibles-section table td textarea,
        .audit-content-wrapper .measures-section table td textarea,
        .audit-content-wrapper .requirements-section table td textarea {
          resize: none; }
      .management-entity-content-wrapper .responsibles-section table td.input-column .field,
      .management-entity-content-wrapper .measures-section table td.input-column .field,
      .management-entity-content-wrapper .requirements-section table td.input-column .field,
      .asset-form .responsibles-section table td.input-column .field,
      .asset-form .measures-section table td.input-column .field,
      .asset-form .requirements-section table td.input-column .field,
      .edit-entity-form .responsibles-section table td.input-column .field,
      .edit-entity-form .measures-section table td.input-column .field,
      .edit-entity-form .requirements-section table td.input-column .field,
      .member-content-wrapper .responsibles-section table td.input-column .field,
      .member-content-wrapper .measures-section table td.input-column .field,
      .member-content-wrapper .requirements-section table td.input-column .field,
      .import-content .responsibles-section table td.input-column .field,
      .import-content .measures-section table td.input-column .field,
      .import-content .requirements-section table td.input-column .field,
      .data-breach-execution-form .responsibles-section table td.input-column .field,
      .data-breach-execution-form .measures-section table td.input-column .field,
      .data-breach-execution-form .requirements-section table td.input-column .field,
      .data-breach-content-wrapper .responsibles-section table td.input-column .field,
      .data-breach-content-wrapper .measures-section table td.input-column .field,
      .data-breach-content-wrapper .requirements-section table td.input-column .field,
      .internal-formation-content-wrapper .responsibles-section table td.input-column .field,
      .internal-formation-content-wrapper .measures-section table td.input-column .field,
      .internal-formation-content-wrapper .requirements-section table td.input-column .field,
      .reply-mail-content-wrapper .responsibles-section table td.input-column .field,
      .reply-mail-content-wrapper .measures-section table td.input-column .field,
      .reply-mail-content-wrapper .requirements-section table td.input-column .field,
      .audit-content-wrapper .responsibles-section table td.input-column .field,
      .audit-content-wrapper .measures-section table td.input-column .field,
      .audit-content-wrapper .requirements-section table td.input-column .field {
        border-bottom: none;
        margin: 0; }
      .management-entity-content-wrapper .responsibles-section table td.button-column,
      .management-entity-content-wrapper .measures-section table td.button-column,
      .management-entity-content-wrapper .requirements-section table td.button-column,
      .asset-form .responsibles-section table td.button-column,
      .asset-form .measures-section table td.button-column,
      .asset-form .requirements-section table td.button-column,
      .edit-entity-form .responsibles-section table td.button-column,
      .edit-entity-form .measures-section table td.button-column,
      .edit-entity-form .requirements-section table td.button-column,
      .member-content-wrapper .responsibles-section table td.button-column,
      .member-content-wrapper .measures-section table td.button-column,
      .member-content-wrapper .requirements-section table td.button-column,
      .import-content .responsibles-section table td.button-column,
      .import-content .measures-section table td.button-column,
      .import-content .requirements-section table td.button-column,
      .data-breach-execution-form .responsibles-section table td.button-column,
      .data-breach-execution-form .measures-section table td.button-column,
      .data-breach-execution-form .requirements-section table td.button-column,
      .data-breach-content-wrapper .responsibles-section table td.button-column,
      .data-breach-content-wrapper .measures-section table td.button-column,
      .data-breach-content-wrapper .requirements-section table td.button-column,
      .internal-formation-content-wrapper .responsibles-section table td.button-column,
      .internal-formation-content-wrapper .measures-section table td.button-column,
      .internal-formation-content-wrapper .requirements-section table td.button-column,
      .reply-mail-content-wrapper .responsibles-section table td.button-column,
      .reply-mail-content-wrapper .measures-section table td.button-column,
      .reply-mail-content-wrapper .requirements-section table td.button-column,
      .audit-content-wrapper .responsibles-section table td.button-column,
      .audit-content-wrapper .measures-section table td.button-column,
      .audit-content-wrapper .requirements-section table td.button-column {
        width: 3em; }
      .management-entity-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .management-entity-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .management-entity-content-wrapper .requirements-section table tr.empty-row td div.empty-block,
      .asset-form .responsibles-section table tr.empty-row td div.empty-block,
      .asset-form .measures-section table tr.empty-row td div.empty-block,
      .asset-form .requirements-section table tr.empty-row td div.empty-block,
      .edit-entity-form .responsibles-section table tr.empty-row td div.empty-block,
      .edit-entity-form .measures-section table tr.empty-row td div.empty-block,
      .edit-entity-form .requirements-section table tr.empty-row td div.empty-block,
      .member-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .member-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .member-content-wrapper .requirements-section table tr.empty-row td div.empty-block,
      .import-content .responsibles-section table tr.empty-row td div.empty-block,
      .import-content .measures-section table tr.empty-row td div.empty-block,
      .import-content .requirements-section table tr.empty-row td div.empty-block,
      .data-breach-execution-form .responsibles-section table tr.empty-row td div.empty-block,
      .data-breach-execution-form .measures-section table tr.empty-row td div.empty-block,
      .data-breach-execution-form .requirements-section table tr.empty-row td div.empty-block,
      .data-breach-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .data-breach-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .data-breach-content-wrapper .requirements-section table tr.empty-row td div.empty-block,
      .internal-formation-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .internal-formation-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .internal-formation-content-wrapper .requirements-section table tr.empty-row td div.empty-block,
      .reply-mail-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .reply-mail-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .reply-mail-content-wrapper .requirements-section table tr.empty-row td div.empty-block,
      .audit-content-wrapper .responsibles-section table tr.empty-row td div.empty-block,
      .audit-content-wrapper .measures-section table tr.empty-row td div.empty-block,
      .audit-content-wrapper .requirements-section table tr.empty-row td div.empty-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #aaa;
        font-weight: bold;
        border: 2px solid #eee; }
  .management-entity-content-wrapper .responsibles-footer,
  .management-entity-content-wrapper .measures-footer,
  .management-entity-content-wrapper .requirements-footer,
  .asset-form .responsibles-footer,
  .asset-form .measures-footer,
  .asset-form .requirements-footer,
  .edit-entity-form .responsibles-footer,
  .edit-entity-form .measures-footer,
  .edit-entity-form .requirements-footer,
  .member-content-wrapper .responsibles-footer,
  .member-content-wrapper .measures-footer,
  .member-content-wrapper .requirements-footer,
  .import-content .responsibles-footer,
  .import-content .measures-footer,
  .import-content .requirements-footer,
  .data-breach-execution-form .responsibles-footer,
  .data-breach-execution-form .measures-footer,
  .data-breach-execution-form .requirements-footer,
  .data-breach-content-wrapper .responsibles-footer,
  .data-breach-content-wrapper .measures-footer,
  .data-breach-content-wrapper .requirements-footer,
  .internal-formation-content-wrapper .responsibles-footer,
  .internal-formation-content-wrapper .measures-footer,
  .internal-formation-content-wrapper .requirements-footer,
  .reply-mail-content-wrapper .responsibles-footer,
  .reply-mail-content-wrapper .measures-footer,
  .reply-mail-content-wrapper .requirements-footer,
  .audit-content-wrapper .responsibles-footer,
  .audit-content-wrapper .measures-footer,
  .audit-content-wrapper .requirements-footer {
    margin-bottom: 1.5em; }
    .management-entity-content-wrapper .responsibles-footer .flex-align-buttons,
    .management-entity-content-wrapper .measures-footer .flex-align-buttons,
    .management-entity-content-wrapper .requirements-footer .flex-align-buttons,
    .asset-form .responsibles-footer .flex-align-buttons,
    .asset-form .measures-footer .flex-align-buttons,
    .asset-form .requirements-footer .flex-align-buttons,
    .edit-entity-form .responsibles-footer .flex-align-buttons,
    .edit-entity-form .measures-footer .flex-align-buttons,
    .edit-entity-form .requirements-footer .flex-align-buttons,
    .member-content-wrapper .responsibles-footer .flex-align-buttons,
    .member-content-wrapper .measures-footer .flex-align-buttons,
    .member-content-wrapper .requirements-footer .flex-align-buttons,
    .import-content .responsibles-footer .flex-align-buttons,
    .import-content .measures-footer .flex-align-buttons,
    .import-content .requirements-footer .flex-align-buttons,
    .data-breach-execution-form .responsibles-footer .flex-align-buttons,
    .data-breach-execution-form .measures-footer .flex-align-buttons,
    .data-breach-execution-form .requirements-footer .flex-align-buttons,
    .data-breach-content-wrapper .responsibles-footer .flex-align-buttons,
    .data-breach-content-wrapper .measures-footer .flex-align-buttons,
    .data-breach-content-wrapper .requirements-footer .flex-align-buttons,
    .internal-formation-content-wrapper .responsibles-footer .flex-align-buttons,
    .internal-formation-content-wrapper .measures-footer .flex-align-buttons,
    .internal-formation-content-wrapper .requirements-footer .flex-align-buttons,
    .reply-mail-content-wrapper .responsibles-footer .flex-align-buttons,
    .reply-mail-content-wrapper .measures-footer .flex-align-buttons,
    .reply-mail-content-wrapper .requirements-footer .flex-align-buttons,
    .audit-content-wrapper .responsibles-footer .flex-align-buttons,
    .audit-content-wrapper .measures-footer .flex-align-buttons,
    .audit-content-wrapper .requirements-footer .flex-align-buttons {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .management-entity-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .management-entity-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .management-entity-content-wrapper .requirements-footer .flex-align-buttons .k-button,
      .asset-form .responsibles-footer .flex-align-buttons .k-button,
      .asset-form .measures-footer .flex-align-buttons .k-button,
      .asset-form .requirements-footer .flex-align-buttons .k-button,
      .edit-entity-form .responsibles-footer .flex-align-buttons .k-button,
      .edit-entity-form .measures-footer .flex-align-buttons .k-button,
      .edit-entity-form .requirements-footer .flex-align-buttons .k-button,
      .member-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .member-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .member-content-wrapper .requirements-footer .flex-align-buttons .k-button,
      .import-content .responsibles-footer .flex-align-buttons .k-button,
      .import-content .measures-footer .flex-align-buttons .k-button,
      .import-content .requirements-footer .flex-align-buttons .k-button,
      .data-breach-execution-form .responsibles-footer .flex-align-buttons .k-button,
      .data-breach-execution-form .measures-footer .flex-align-buttons .k-button,
      .data-breach-execution-form .requirements-footer .flex-align-buttons .k-button,
      .data-breach-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .data-breach-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .data-breach-content-wrapper .requirements-footer .flex-align-buttons .k-button,
      .internal-formation-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .internal-formation-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .internal-formation-content-wrapper .requirements-footer .flex-align-buttons .k-button,
      .reply-mail-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .reply-mail-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .reply-mail-content-wrapper .requirements-footer .flex-align-buttons .k-button,
      .audit-content-wrapper .responsibles-footer .flex-align-buttons .k-button,
      .audit-content-wrapper .measures-footer .flex-align-buttons .k-button,
      .audit-content-wrapper .requirements-footer .flex-align-buttons .k-button {
        padding: 0.5em;
        min-width: 12em; }
  .management-entity-content-wrapper .row.no-margin,
  .asset-form .row.no-margin,
  .edit-entity-form .row.no-margin,
  .member-content-wrapper .row.no-margin,
  .import-content .row.no-margin,
  .data-breach-execution-form .row.no-margin,
  .data-breach-content-wrapper .row.no-margin,
  .internal-formation-content-wrapper .row.no-margin,
  .reply-mail-content-wrapper .row.no-margin,
  .audit-content-wrapper .row.no-margin {
    margin: 0; }
  .management-entity-content-wrapper .no-padding,
  .asset-form .no-padding,
  .edit-entity-form .no-padding,
  .member-content-wrapper .no-padding,
  .import-content .no-padding,
  .data-breach-execution-form .no-padding,
  .data-breach-content-wrapper .no-padding,
  .internal-formation-content-wrapper .no-padding,
  .reply-mail-content-wrapper .no-padding,
  .audit-content-wrapper .no-padding {
    padding: 0; }
  .management-entity-content-wrapper .item-panel .mail-files,
  .management-entity-content-wrapper .mail-panel .mail-files,
  .asset-form .item-panel .mail-files,
  .asset-form .mail-panel .mail-files,
  .edit-entity-form .item-panel .mail-files,
  .edit-entity-form .mail-panel .mail-files,
  .member-content-wrapper .item-panel .mail-files,
  .member-content-wrapper .mail-panel .mail-files,
  .import-content .item-panel .mail-files,
  .import-content .mail-panel .mail-files,
  .data-breach-execution-form .item-panel .mail-files,
  .data-breach-execution-form .mail-panel .mail-files,
  .data-breach-content-wrapper .item-panel .mail-files,
  .data-breach-content-wrapper .mail-panel .mail-files,
  .internal-formation-content-wrapper .item-panel .mail-files,
  .internal-formation-content-wrapper .mail-panel .mail-files,
  .reply-mail-content-wrapper .item-panel .mail-files,
  .reply-mail-content-wrapper .mail-panel .mail-files,
  .audit-content-wrapper .item-panel .mail-files,
  .audit-content-wrapper .mail-panel .mail-files {
    padding: 0.5em 2em 0em 2em; }
    .management-entity-content-wrapper .item-panel .mail-files .download-mail-button,
    .management-entity-content-wrapper .mail-panel .mail-files .download-mail-button,
    .asset-form .item-panel .mail-files .download-mail-button,
    .asset-form .mail-panel .mail-files .download-mail-button,
    .edit-entity-form .item-panel .mail-files .download-mail-button,
    .edit-entity-form .mail-panel .mail-files .download-mail-button,
    .member-content-wrapper .item-panel .mail-files .download-mail-button,
    .member-content-wrapper .mail-panel .mail-files .download-mail-button,
    .import-content .item-panel .mail-files .download-mail-button,
    .import-content .mail-panel .mail-files .download-mail-button,
    .data-breach-execution-form .item-panel .mail-files .download-mail-button,
    .data-breach-execution-form .mail-panel .mail-files .download-mail-button,
    .data-breach-content-wrapper .item-panel .mail-files .download-mail-button,
    .data-breach-content-wrapper .mail-panel .mail-files .download-mail-button,
    .internal-formation-content-wrapper .item-panel .mail-files .download-mail-button,
    .internal-formation-content-wrapper .mail-panel .mail-files .download-mail-button,
    .reply-mail-content-wrapper .item-panel .mail-files .download-mail-button,
    .reply-mail-content-wrapper .mail-panel .mail-files .download-mail-button,
    .audit-content-wrapper .item-panel .mail-files .download-mail-button,
    .audit-content-wrapper .mail-panel .mail-files .download-mail-button {
      border-radius: 15px;
      background-color: white;
      border: 1px solid #2693be;
      padding: 0.1em 0.7em;
      color: #2693be;
      max-width: 12em;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 0.5em;
      margin-right: 0.5em; }
      .management-entity-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .management-entity-content-wrapper .mail-panel .mail-files .download-mail-button:last-child,
      .asset-form .item-panel .mail-files .download-mail-button:last-child,
      .asset-form .mail-panel .mail-files .download-mail-button:last-child,
      .edit-entity-form .item-panel .mail-files .download-mail-button:last-child,
      .edit-entity-form .mail-panel .mail-files .download-mail-button:last-child,
      .member-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .member-content-wrapper .mail-panel .mail-files .download-mail-button:last-child,
      .import-content .item-panel .mail-files .download-mail-button:last-child,
      .import-content .mail-panel .mail-files .download-mail-button:last-child,
      .data-breach-execution-form .item-panel .mail-files .download-mail-button:last-child,
      .data-breach-execution-form .mail-panel .mail-files .download-mail-button:last-child,
      .data-breach-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .data-breach-content-wrapper .mail-panel .mail-files .download-mail-button:last-child,
      .internal-formation-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .internal-formation-content-wrapper .mail-panel .mail-files .download-mail-button:last-child,
      .reply-mail-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .reply-mail-content-wrapper .mail-panel .mail-files .download-mail-button:last-child,
      .audit-content-wrapper .item-panel .mail-files .download-mail-button:last-child,
      .audit-content-wrapper .mail-panel .mail-files .download-mail-button:last-child {
        margin-right: 0; }
      .management-entity-content-wrapper .item-panel .mail-files .download-mail-button i,
      .management-entity-content-wrapper .mail-panel .mail-files .download-mail-button i,
      .asset-form .item-panel .mail-files .download-mail-button i,
      .asset-form .mail-panel .mail-files .download-mail-button i,
      .edit-entity-form .item-panel .mail-files .download-mail-button i,
      .edit-entity-form .mail-panel .mail-files .download-mail-button i,
      .member-content-wrapper .item-panel .mail-files .download-mail-button i,
      .member-content-wrapper .mail-panel .mail-files .download-mail-button i,
      .import-content .item-panel .mail-files .download-mail-button i,
      .import-content .mail-panel .mail-files .download-mail-button i,
      .data-breach-execution-form .item-panel .mail-files .download-mail-button i,
      .data-breach-execution-form .mail-panel .mail-files .download-mail-button i,
      .data-breach-content-wrapper .item-panel .mail-files .download-mail-button i,
      .data-breach-content-wrapper .mail-panel .mail-files .download-mail-button i,
      .internal-formation-content-wrapper .item-panel .mail-files .download-mail-button i,
      .internal-formation-content-wrapper .mail-panel .mail-files .download-mail-button i,
      .reply-mail-content-wrapper .item-panel .mail-files .download-mail-button i,
      .reply-mail-content-wrapper .mail-panel .mail-files .download-mail-button i,
      .audit-content-wrapper .item-panel .mail-files .download-mail-button i,
      .audit-content-wrapper .mail-panel .mail-files .download-mail-button i {
        margin-right: 0.5em; }
      .management-entity-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .management-entity-content-wrapper .mail-panel .mail-files .download-mail-button:hover,
      .asset-form .item-panel .mail-files .download-mail-button:hover,
      .asset-form .mail-panel .mail-files .download-mail-button:hover,
      .edit-entity-form .item-panel .mail-files .download-mail-button:hover,
      .edit-entity-form .mail-panel .mail-files .download-mail-button:hover,
      .member-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .member-content-wrapper .mail-panel .mail-files .download-mail-button:hover,
      .import-content .item-panel .mail-files .download-mail-button:hover,
      .import-content .mail-panel .mail-files .download-mail-button:hover,
      .data-breach-execution-form .item-panel .mail-files .download-mail-button:hover,
      .data-breach-execution-form .mail-panel .mail-files .download-mail-button:hover,
      .data-breach-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .data-breach-content-wrapper .mail-panel .mail-files .download-mail-button:hover,
      .internal-formation-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .internal-formation-content-wrapper .mail-panel .mail-files .download-mail-button:hover,
      .reply-mail-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .reply-mail-content-wrapper .mail-panel .mail-files .download-mail-button:hover,
      .audit-content-wrapper .item-panel .mail-files .download-mail-button:hover,
      .audit-content-wrapper .mail-panel .mail-files .download-mail-button:hover {
        background-color: #2693be;
        color: white; }
      .management-entity-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .management-entity-content-wrapper .mail-panel .mail-files .download-mail-button:focus,
      .asset-form .item-panel .mail-files .download-mail-button:focus,
      .asset-form .mail-panel .mail-files .download-mail-button:focus,
      .edit-entity-form .item-panel .mail-files .download-mail-button:focus,
      .edit-entity-form .mail-panel .mail-files .download-mail-button:focus,
      .member-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .member-content-wrapper .mail-panel .mail-files .download-mail-button:focus,
      .import-content .item-panel .mail-files .download-mail-button:focus,
      .import-content .mail-panel .mail-files .download-mail-button:focus,
      .data-breach-execution-form .item-panel .mail-files .download-mail-button:focus,
      .data-breach-execution-form .mail-panel .mail-files .download-mail-button:focus,
      .data-breach-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .data-breach-content-wrapper .mail-panel .mail-files .download-mail-button:focus,
      .internal-formation-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .internal-formation-content-wrapper .mail-panel .mail-files .download-mail-button:focus,
      .reply-mail-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .reply-mail-content-wrapper .mail-panel .mail-files .download-mail-button:focus,
      .audit-content-wrapper .item-panel .mail-files .download-mail-button:focus,
      .audit-content-wrapper .mail-panel .mail-files .download-mail-button:focus {
        box-shadow: none; }
  .management-entity-content-wrapper .item-panel,
  .management-entity-content-wrapper .mail-panel,
  .management-entity-content-wrapper .execution-panel,
  .asset-form .item-panel,
  .asset-form .mail-panel,
  .asset-form .execution-panel,
  .edit-entity-form .item-panel,
  .edit-entity-form .mail-panel,
  .edit-entity-form .execution-panel,
  .member-content-wrapper .item-panel,
  .member-content-wrapper .mail-panel,
  .member-content-wrapper .execution-panel,
  .import-content .item-panel,
  .import-content .mail-panel,
  .import-content .execution-panel,
  .data-breach-execution-form .item-panel,
  .data-breach-execution-form .mail-panel,
  .data-breach-execution-form .execution-panel,
  .data-breach-content-wrapper .item-panel,
  .data-breach-content-wrapper .mail-panel,
  .data-breach-content-wrapper .execution-panel,
  .internal-formation-content-wrapper .item-panel,
  .internal-formation-content-wrapper .mail-panel,
  .internal-formation-content-wrapper .execution-panel,
  .reply-mail-content-wrapper .item-panel,
  .reply-mail-content-wrapper .mail-panel,
  .reply-mail-content-wrapper .execution-panel,
  .audit-content-wrapper .item-panel,
  .audit-content-wrapper .mail-panel,
  .audit-content-wrapper .execution-panel {
    margin: 2em 0 0 0; }
    .management-entity-content-wrapper .item-panel.requirements-panel,
    .management-entity-content-wrapper .mail-panel.requirements-panel,
    .management-entity-content-wrapper .execution-panel.requirements-panel,
    .asset-form .item-panel.requirements-panel,
    .asset-form .mail-panel.requirements-panel,
    .asset-form .execution-panel.requirements-panel,
    .edit-entity-form .item-panel.requirements-panel,
    .edit-entity-form .mail-panel.requirements-panel,
    .edit-entity-form .execution-panel.requirements-panel,
    .member-content-wrapper .item-panel.requirements-panel,
    .member-content-wrapper .mail-panel.requirements-panel,
    .member-content-wrapper .execution-panel.requirements-panel,
    .import-content .item-panel.requirements-panel,
    .import-content .mail-panel.requirements-panel,
    .import-content .execution-panel.requirements-panel,
    .data-breach-execution-form .item-panel.requirements-panel,
    .data-breach-execution-form .mail-panel.requirements-panel,
    .data-breach-execution-form .execution-panel.requirements-panel,
    .data-breach-content-wrapper .item-panel.requirements-panel,
    .data-breach-content-wrapper .mail-panel.requirements-panel,
    .data-breach-content-wrapper .execution-panel.requirements-panel,
    .internal-formation-content-wrapper .item-panel.requirements-panel,
    .internal-formation-content-wrapper .mail-panel.requirements-panel,
    .internal-formation-content-wrapper .execution-panel.requirements-panel,
    .reply-mail-content-wrapper .item-panel.requirements-panel,
    .reply-mail-content-wrapper .mail-panel.requirements-panel,
    .reply-mail-content-wrapper .execution-panel.requirements-panel,
    .audit-content-wrapper .item-panel.requirements-panel,
    .audit-content-wrapper .mail-panel.requirements-panel,
    .audit-content-wrapper .execution-panel.requirements-panel {
      margin: 0; }
      .management-entity-content-wrapper .item-panel.requirements-panel .execution-body,
      .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body,
      .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body,
      .asset-form .item-panel.requirements-panel .execution-body,
      .asset-form .mail-panel.requirements-panel .execution-body,
      .asset-form .execution-panel.requirements-panel .execution-body,
      .edit-entity-form .item-panel.requirements-panel .execution-body,
      .edit-entity-form .mail-panel.requirements-panel .execution-body,
      .edit-entity-form .execution-panel.requirements-panel .execution-body,
      .member-content-wrapper .item-panel.requirements-panel .execution-body,
      .member-content-wrapper .mail-panel.requirements-panel .execution-body,
      .member-content-wrapper .execution-panel.requirements-panel .execution-body,
      .import-content .item-panel.requirements-panel .execution-body,
      .import-content .mail-panel.requirements-panel .execution-body,
      .import-content .execution-panel.requirements-panel .execution-body,
      .data-breach-execution-form .item-panel.requirements-panel .execution-body,
      .data-breach-execution-form .mail-panel.requirements-panel .execution-body,
      .data-breach-execution-form .execution-panel.requirements-panel .execution-body,
      .data-breach-content-wrapper .item-panel.requirements-panel .execution-body,
      .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body,
      .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body,
      .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body,
      .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body,
      .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body,
      .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body,
      .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body,
      .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body,
      .audit-content-wrapper .item-panel.requirements-panel .execution-body,
      .audit-content-wrapper .mail-panel.requirements-panel .execution-body,
      .audit-content-wrapper .execution-panel.requirements-panel .execution-body {
        padding: 0; }
        .management-entity-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body > div,
        .asset-form .item-panel.requirements-panel .execution-body > div,
        .asset-form .mail-panel.requirements-panel .execution-body > div,
        .asset-form .execution-panel.requirements-panel .execution-body > div,
        .edit-entity-form .item-panel.requirements-panel .execution-body > div,
        .edit-entity-form .mail-panel.requirements-panel .execution-body > div,
        .edit-entity-form .execution-panel.requirements-panel .execution-body > div,
        .member-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .member-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .member-content-wrapper .execution-panel.requirements-panel .execution-body > div,
        .import-content .item-panel.requirements-panel .execution-body > div,
        .import-content .mail-panel.requirements-panel .execution-body > div,
        .import-content .execution-panel.requirements-panel .execution-body > div,
        .data-breach-execution-form .item-panel.requirements-panel .execution-body > div,
        .data-breach-execution-form .mail-panel.requirements-panel .execution-body > div,
        .data-breach-execution-form .execution-panel.requirements-panel .execution-body > div,
        .data-breach-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body > div,
        .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body > div,
        .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body > div,
        .audit-content-wrapper .item-panel.requirements-panel .execution-body > div,
        .audit-content-wrapper .mail-panel.requirements-panel .execution-body > div,
        .audit-content-wrapper .execution-panel.requirements-panel .execution-body > div {
          margin: 0; }
        .management-entity-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .asset-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .asset-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .asset-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .edit-entity-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .edit-entity-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .edit-entity-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .member-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .member-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .member-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .import-content .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .import-content .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .import-content .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-execution-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-execution-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-execution-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .audit-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .audit-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper,
        .audit-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper {
          /*   width: 100%;
                    border-bottom: 1px solid #ccc;
                    padding-bottom: .5em;
                    margin-bottom: 2em;*/ }
          .management-entity-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .asset-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .asset-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .asset-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .edit-entity-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .edit-entity-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .edit-entity-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .member-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .member-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .member-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .import-content .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .import-content .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .import-content .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-execution-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-execution-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-execution-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .audit-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .audit-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions,
          .audit-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions {
            /* display: flex;
                        flex-direction: row;
                       
                        justify-content: space-between;*/
            align-items: normal; }
            .management-entity-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .asset-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .asset-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .asset-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .edit-entity-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .edit-entity-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .edit-entity-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .member-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .member-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .member-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .import-content .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .import-content .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .import-content .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-execution-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-execution-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-execution-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .audit-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .audit-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
            .audit-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions {
              align-items: normal; }
              .management-entity-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .management-entity-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .management-entity-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .asset-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .asset-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .asset-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .edit-entity-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .edit-entity-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .edit-entity-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .member-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .member-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .member-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .import-content .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .import-content .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .import-content .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-execution-form .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-execution-form .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-execution-form .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .data-breach-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .internal-formation-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .internal-formation-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .internal-formation-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .reply-mail-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .reply-mail-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .reply-mail-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .audit-content-wrapper .item-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .audit-content-wrapper .mail-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field,
              .audit-content-wrapper .execution-panel.requirements-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .field {
                min-height: 0; }
    .management-entity-content-wrapper .item-panel .item-header .absolute-right-buttons, .management-entity-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .management-entity-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .management-entity-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .management-entity-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .management-entity-content-wrapper .execution-panel .mail-header .absolute-right-buttons,
    .asset-form .item-panel .item-header .absolute-right-buttons,
    .asset-form .item-panel .mail-header .absolute-right-buttons,
    .asset-form .mail-panel .item-header .absolute-right-buttons,
    .asset-form .mail-panel .mail-header .absolute-right-buttons,
    .asset-form .execution-panel .item-header .absolute-right-buttons,
    .asset-form .execution-panel .mail-header .absolute-right-buttons,
    .edit-entity-form .item-panel .item-header .absolute-right-buttons,
    .edit-entity-form .item-panel .mail-header .absolute-right-buttons,
    .edit-entity-form .mail-panel .item-header .absolute-right-buttons,
    .edit-entity-form .mail-panel .mail-header .absolute-right-buttons,
    .edit-entity-form .execution-panel .item-header .absolute-right-buttons,
    .edit-entity-form .execution-panel .mail-header .absolute-right-buttons,
    .member-content-wrapper .item-panel .item-header .absolute-right-buttons,
    .member-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .member-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .member-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .member-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .member-content-wrapper .execution-panel .mail-header .absolute-right-buttons,
    .import-content .item-panel .item-header .absolute-right-buttons,
    .import-content .item-panel .mail-header .absolute-right-buttons,
    .import-content .mail-panel .item-header .absolute-right-buttons,
    .import-content .mail-panel .mail-header .absolute-right-buttons,
    .import-content .execution-panel .item-header .absolute-right-buttons,
    .import-content .execution-panel .mail-header .absolute-right-buttons,
    .data-breach-execution-form .item-panel .item-header .absolute-right-buttons,
    .data-breach-execution-form .item-panel .mail-header .absolute-right-buttons,
    .data-breach-execution-form .mail-panel .item-header .absolute-right-buttons,
    .data-breach-execution-form .mail-panel .mail-header .absolute-right-buttons,
    .data-breach-execution-form .execution-panel .item-header .absolute-right-buttons,
    .data-breach-execution-form .execution-panel .mail-header .absolute-right-buttons,
    .data-breach-content-wrapper .item-panel .item-header .absolute-right-buttons,
    .data-breach-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .data-breach-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .data-breach-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .data-breach-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .data-breach-content-wrapper .execution-panel .mail-header .absolute-right-buttons,
    .internal-formation-content-wrapper .item-panel .item-header .absolute-right-buttons,
    .internal-formation-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .internal-formation-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .internal-formation-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .internal-formation-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .internal-formation-content-wrapper .execution-panel .mail-header .absolute-right-buttons,
    .reply-mail-content-wrapper .item-panel .item-header .absolute-right-buttons,
    .reply-mail-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .reply-mail-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .reply-mail-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .reply-mail-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .reply-mail-content-wrapper .execution-panel .mail-header .absolute-right-buttons,
    .audit-content-wrapper .item-panel .item-header .absolute-right-buttons,
    .audit-content-wrapper .item-panel .mail-header .absolute-right-buttons,
    .audit-content-wrapper .mail-panel .item-header .absolute-right-buttons,
    .audit-content-wrapper .mail-panel .mail-header .absolute-right-buttons,
    .audit-content-wrapper .execution-panel .item-header .absolute-right-buttons,
    .audit-content-wrapper .execution-panel .mail-header .absolute-right-buttons {
      position: absolute;
      top: 1.3em;
      right: 2em; }
    .management-entity-content-wrapper .item-panel .item-header .reply-button, .management-entity-content-wrapper .item-panel .mail-header .reply-button,
    .management-entity-content-wrapper .mail-panel .item-header .reply-button,
    .management-entity-content-wrapper .mail-panel .mail-header .reply-button,
    .management-entity-content-wrapper .execution-panel .item-header .reply-button,
    .management-entity-content-wrapper .execution-panel .mail-header .reply-button,
    .asset-form .item-panel .item-header .reply-button,
    .asset-form .item-panel .mail-header .reply-button,
    .asset-form .mail-panel .item-header .reply-button,
    .asset-form .mail-panel .mail-header .reply-button,
    .asset-form .execution-panel .item-header .reply-button,
    .asset-form .execution-panel .mail-header .reply-button,
    .edit-entity-form .item-panel .item-header .reply-button,
    .edit-entity-form .item-panel .mail-header .reply-button,
    .edit-entity-form .mail-panel .item-header .reply-button,
    .edit-entity-form .mail-panel .mail-header .reply-button,
    .edit-entity-form .execution-panel .item-header .reply-button,
    .edit-entity-form .execution-panel .mail-header .reply-button,
    .member-content-wrapper .item-panel .item-header .reply-button,
    .member-content-wrapper .item-panel .mail-header .reply-button,
    .member-content-wrapper .mail-panel .item-header .reply-button,
    .member-content-wrapper .mail-panel .mail-header .reply-button,
    .member-content-wrapper .execution-panel .item-header .reply-button,
    .member-content-wrapper .execution-panel .mail-header .reply-button,
    .import-content .item-panel .item-header .reply-button,
    .import-content .item-panel .mail-header .reply-button,
    .import-content .mail-panel .item-header .reply-button,
    .import-content .mail-panel .mail-header .reply-button,
    .import-content .execution-panel .item-header .reply-button,
    .import-content .execution-panel .mail-header .reply-button,
    .data-breach-execution-form .item-panel .item-header .reply-button,
    .data-breach-execution-form .item-panel .mail-header .reply-button,
    .data-breach-execution-form .mail-panel .item-header .reply-button,
    .data-breach-execution-form .mail-panel .mail-header .reply-button,
    .data-breach-execution-form .execution-panel .item-header .reply-button,
    .data-breach-execution-form .execution-panel .mail-header .reply-button,
    .data-breach-content-wrapper .item-panel .item-header .reply-button,
    .data-breach-content-wrapper .item-panel .mail-header .reply-button,
    .data-breach-content-wrapper .mail-panel .item-header .reply-button,
    .data-breach-content-wrapper .mail-panel .mail-header .reply-button,
    .data-breach-content-wrapper .execution-panel .item-header .reply-button,
    .data-breach-content-wrapper .execution-panel .mail-header .reply-button,
    .internal-formation-content-wrapper .item-panel .item-header .reply-button,
    .internal-formation-content-wrapper .item-panel .mail-header .reply-button,
    .internal-formation-content-wrapper .mail-panel .item-header .reply-button,
    .internal-formation-content-wrapper .mail-panel .mail-header .reply-button,
    .internal-formation-content-wrapper .execution-panel .item-header .reply-button,
    .internal-formation-content-wrapper .execution-panel .mail-header .reply-button,
    .reply-mail-content-wrapper .item-panel .item-header .reply-button,
    .reply-mail-content-wrapper .item-panel .mail-header .reply-button,
    .reply-mail-content-wrapper .mail-panel .item-header .reply-button,
    .reply-mail-content-wrapper .mail-panel .mail-header .reply-button,
    .reply-mail-content-wrapper .execution-panel .item-header .reply-button,
    .reply-mail-content-wrapper .execution-panel .mail-header .reply-button,
    .audit-content-wrapper .item-panel .item-header .reply-button,
    .audit-content-wrapper .item-panel .mail-header .reply-button,
    .audit-content-wrapper .mail-panel .item-header .reply-button,
    .audit-content-wrapper .mail-panel .mail-header .reply-button,
    .audit-content-wrapper .execution-panel .item-header .reply-button,
    .audit-content-wrapper .execution-panel .mail-header .reply-button {
      padding: 0 1.25em;
      font-size: 0.85em; }
    .management-entity-content-wrapper .item-panel .item-header,
    .management-entity-content-wrapper .item-panel .mail-header,
    .management-entity-content-wrapper .item-panel .execution-header,
    .management-entity-content-wrapper .mail-panel .item-header,
    .management-entity-content-wrapper .mail-panel .mail-header,
    .management-entity-content-wrapper .mail-panel .execution-header,
    .management-entity-content-wrapper .execution-panel .item-header,
    .management-entity-content-wrapper .execution-panel .mail-header,
    .management-entity-content-wrapper .execution-panel .execution-header,
    .asset-form .item-panel .item-header,
    .asset-form .item-panel .mail-header,
    .asset-form .item-panel .execution-header,
    .asset-form .mail-panel .item-header,
    .asset-form .mail-panel .mail-header,
    .asset-form .mail-panel .execution-header,
    .asset-form .execution-panel .item-header,
    .asset-form .execution-panel .mail-header,
    .asset-form .execution-panel .execution-header,
    .edit-entity-form .item-panel .item-header,
    .edit-entity-form .item-panel .mail-header,
    .edit-entity-form .item-panel .execution-header,
    .edit-entity-form .mail-panel .item-header,
    .edit-entity-form .mail-panel .mail-header,
    .edit-entity-form .mail-panel .execution-header,
    .edit-entity-form .execution-panel .item-header,
    .edit-entity-form .execution-panel .mail-header,
    .edit-entity-form .execution-panel .execution-header,
    .member-content-wrapper .item-panel .item-header,
    .member-content-wrapper .item-panel .mail-header,
    .member-content-wrapper .item-panel .execution-header,
    .member-content-wrapper .mail-panel .item-header,
    .member-content-wrapper .mail-panel .mail-header,
    .member-content-wrapper .mail-panel .execution-header,
    .member-content-wrapper .execution-panel .item-header,
    .member-content-wrapper .execution-panel .mail-header,
    .member-content-wrapper .execution-panel .execution-header,
    .import-content .item-panel .item-header,
    .import-content .item-panel .mail-header,
    .import-content .item-panel .execution-header,
    .import-content .mail-panel .item-header,
    .import-content .mail-panel .mail-header,
    .import-content .mail-panel .execution-header,
    .import-content .execution-panel .item-header,
    .import-content .execution-panel .mail-header,
    .import-content .execution-panel .execution-header,
    .data-breach-execution-form .item-panel .item-header,
    .data-breach-execution-form .item-panel .mail-header,
    .data-breach-execution-form .item-panel .execution-header,
    .data-breach-execution-form .mail-panel .item-header,
    .data-breach-execution-form .mail-panel .mail-header,
    .data-breach-execution-form .mail-panel .execution-header,
    .data-breach-execution-form .execution-panel .item-header,
    .data-breach-execution-form .execution-panel .mail-header,
    .data-breach-execution-form .execution-panel .execution-header,
    .data-breach-content-wrapper .item-panel .item-header,
    .data-breach-content-wrapper .item-panel .mail-header,
    .data-breach-content-wrapper .item-panel .execution-header,
    .data-breach-content-wrapper .mail-panel .item-header,
    .data-breach-content-wrapper .mail-panel .mail-header,
    .data-breach-content-wrapper .mail-panel .execution-header,
    .data-breach-content-wrapper .execution-panel .item-header,
    .data-breach-content-wrapper .execution-panel .mail-header,
    .data-breach-content-wrapper .execution-panel .execution-header,
    .internal-formation-content-wrapper .item-panel .item-header,
    .internal-formation-content-wrapper .item-panel .mail-header,
    .internal-formation-content-wrapper .item-panel .execution-header,
    .internal-formation-content-wrapper .mail-panel .item-header,
    .internal-formation-content-wrapper .mail-panel .mail-header,
    .internal-formation-content-wrapper .mail-panel .execution-header,
    .internal-formation-content-wrapper .execution-panel .item-header,
    .internal-formation-content-wrapper .execution-panel .mail-header,
    .internal-formation-content-wrapper .execution-panel .execution-header,
    .reply-mail-content-wrapper .item-panel .item-header,
    .reply-mail-content-wrapper .item-panel .mail-header,
    .reply-mail-content-wrapper .item-panel .execution-header,
    .reply-mail-content-wrapper .mail-panel .item-header,
    .reply-mail-content-wrapper .mail-panel .mail-header,
    .reply-mail-content-wrapper .mail-panel .execution-header,
    .reply-mail-content-wrapper .execution-panel .item-header,
    .reply-mail-content-wrapper .execution-panel .mail-header,
    .reply-mail-content-wrapper .execution-panel .execution-header,
    .audit-content-wrapper .item-panel .item-header,
    .audit-content-wrapper .item-panel .mail-header,
    .audit-content-wrapper .item-panel .execution-header,
    .audit-content-wrapper .mail-panel .item-header,
    .audit-content-wrapper .mail-panel .mail-header,
    .audit-content-wrapper .mail-panel .execution-header,
    .audit-content-wrapper .execution-panel .item-header,
    .audit-content-wrapper .execution-panel .mail-header,
    .audit-content-wrapper .execution-panel .execution-header {
      padding: 0 2em 2em 2em;
      border-bottom: 1px solid #eee; }
      .management-entity-content-wrapper .item-panel .item-header .upper-header,
      .management-entity-content-wrapper .item-panel .mail-header .upper-header,
      .management-entity-content-wrapper .item-panel .execution-header .upper-header,
      .management-entity-content-wrapper .mail-panel .item-header .upper-header,
      .management-entity-content-wrapper .mail-panel .mail-header .upper-header,
      .management-entity-content-wrapper .mail-panel .execution-header .upper-header,
      .management-entity-content-wrapper .execution-panel .item-header .upper-header,
      .management-entity-content-wrapper .execution-panel .mail-header .upper-header,
      .management-entity-content-wrapper .execution-panel .execution-header .upper-header,
      .asset-form .item-panel .item-header .upper-header,
      .asset-form .item-panel .mail-header .upper-header,
      .asset-form .item-panel .execution-header .upper-header,
      .asset-form .mail-panel .item-header .upper-header,
      .asset-form .mail-panel .mail-header .upper-header,
      .asset-form .mail-panel .execution-header .upper-header,
      .asset-form .execution-panel .item-header .upper-header,
      .asset-form .execution-panel .mail-header .upper-header,
      .asset-form .execution-panel .execution-header .upper-header,
      .edit-entity-form .item-panel .item-header .upper-header,
      .edit-entity-form .item-panel .mail-header .upper-header,
      .edit-entity-form .item-panel .execution-header .upper-header,
      .edit-entity-form .mail-panel .item-header .upper-header,
      .edit-entity-form .mail-panel .mail-header .upper-header,
      .edit-entity-form .mail-panel .execution-header .upper-header,
      .edit-entity-form .execution-panel .item-header .upper-header,
      .edit-entity-form .execution-panel .mail-header .upper-header,
      .edit-entity-form .execution-panel .execution-header .upper-header,
      .member-content-wrapper .item-panel .item-header .upper-header,
      .member-content-wrapper .item-panel .mail-header .upper-header,
      .member-content-wrapper .item-panel .execution-header .upper-header,
      .member-content-wrapper .mail-panel .item-header .upper-header,
      .member-content-wrapper .mail-panel .mail-header .upper-header,
      .member-content-wrapper .mail-panel .execution-header .upper-header,
      .member-content-wrapper .execution-panel .item-header .upper-header,
      .member-content-wrapper .execution-panel .mail-header .upper-header,
      .member-content-wrapper .execution-panel .execution-header .upper-header,
      .import-content .item-panel .item-header .upper-header,
      .import-content .item-panel .mail-header .upper-header,
      .import-content .item-panel .execution-header .upper-header,
      .import-content .mail-panel .item-header .upper-header,
      .import-content .mail-panel .mail-header .upper-header,
      .import-content .mail-panel .execution-header .upper-header,
      .import-content .execution-panel .item-header .upper-header,
      .import-content .execution-panel .mail-header .upper-header,
      .import-content .execution-panel .execution-header .upper-header,
      .data-breach-execution-form .item-panel .item-header .upper-header,
      .data-breach-execution-form .item-panel .mail-header .upper-header,
      .data-breach-execution-form .item-panel .execution-header .upper-header,
      .data-breach-execution-form .mail-panel .item-header .upper-header,
      .data-breach-execution-form .mail-panel .mail-header .upper-header,
      .data-breach-execution-form .mail-panel .execution-header .upper-header,
      .data-breach-execution-form .execution-panel .item-header .upper-header,
      .data-breach-execution-form .execution-panel .mail-header .upper-header,
      .data-breach-execution-form .execution-panel .execution-header .upper-header,
      .data-breach-content-wrapper .item-panel .item-header .upper-header,
      .data-breach-content-wrapper .item-panel .mail-header .upper-header,
      .data-breach-content-wrapper .item-panel .execution-header .upper-header,
      .data-breach-content-wrapper .mail-panel .item-header .upper-header,
      .data-breach-content-wrapper .mail-panel .mail-header .upper-header,
      .data-breach-content-wrapper .mail-panel .execution-header .upper-header,
      .data-breach-content-wrapper .execution-panel .item-header .upper-header,
      .data-breach-content-wrapper .execution-panel .mail-header .upper-header,
      .data-breach-content-wrapper .execution-panel .execution-header .upper-header,
      .internal-formation-content-wrapper .item-panel .item-header .upper-header,
      .internal-formation-content-wrapper .item-panel .mail-header .upper-header,
      .internal-formation-content-wrapper .item-panel .execution-header .upper-header,
      .internal-formation-content-wrapper .mail-panel .item-header .upper-header,
      .internal-formation-content-wrapper .mail-panel .mail-header .upper-header,
      .internal-formation-content-wrapper .mail-panel .execution-header .upper-header,
      .internal-formation-content-wrapper .execution-panel .item-header .upper-header,
      .internal-formation-content-wrapper .execution-panel .mail-header .upper-header,
      .internal-formation-content-wrapper .execution-panel .execution-header .upper-header,
      .reply-mail-content-wrapper .item-panel .item-header .upper-header,
      .reply-mail-content-wrapper .item-panel .mail-header .upper-header,
      .reply-mail-content-wrapper .item-panel .execution-header .upper-header,
      .reply-mail-content-wrapper .mail-panel .item-header .upper-header,
      .reply-mail-content-wrapper .mail-panel .mail-header .upper-header,
      .reply-mail-content-wrapper .mail-panel .execution-header .upper-header,
      .reply-mail-content-wrapper .execution-panel .item-header .upper-header,
      .reply-mail-content-wrapper .execution-panel .mail-header .upper-header,
      .reply-mail-content-wrapper .execution-panel .execution-header .upper-header,
      .audit-content-wrapper .item-panel .item-header .upper-header,
      .audit-content-wrapper .item-panel .mail-header .upper-header,
      .audit-content-wrapper .item-panel .execution-header .upper-header,
      .audit-content-wrapper .mail-panel .item-header .upper-header,
      .audit-content-wrapper .mail-panel .mail-header .upper-header,
      .audit-content-wrapper .mail-panel .execution-header .upper-header,
      .audit-content-wrapper .execution-panel .item-header .upper-header,
      .audit-content-wrapper .execution-panel .mail-header .upper-header,
      .audit-content-wrapper .execution-panel .execution-header .upper-header {
        display: flex;
        justify-content: space-between; }
        .management-entity-content-wrapper .item-panel .item-header .upper-header h4,
        .management-entity-content-wrapper .item-panel .mail-header .upper-header h4,
        .management-entity-content-wrapper .item-panel .execution-header .upper-header h4,
        .management-entity-content-wrapper .mail-panel .item-header .upper-header h4,
        .management-entity-content-wrapper .mail-panel .mail-header .upper-header h4,
        .management-entity-content-wrapper .mail-panel .execution-header .upper-header h4,
        .management-entity-content-wrapper .execution-panel .item-header .upper-header h4,
        .management-entity-content-wrapper .execution-panel .mail-header .upper-header h4,
        .management-entity-content-wrapper .execution-panel .execution-header .upper-header h4,
        .asset-form .item-panel .item-header .upper-header h4,
        .asset-form .item-panel .mail-header .upper-header h4,
        .asset-form .item-panel .execution-header .upper-header h4,
        .asset-form .mail-panel .item-header .upper-header h4,
        .asset-form .mail-panel .mail-header .upper-header h4,
        .asset-form .mail-panel .execution-header .upper-header h4,
        .asset-form .execution-panel .item-header .upper-header h4,
        .asset-form .execution-panel .mail-header .upper-header h4,
        .asset-form .execution-panel .execution-header .upper-header h4,
        .edit-entity-form .item-panel .item-header .upper-header h4,
        .edit-entity-form .item-panel .mail-header .upper-header h4,
        .edit-entity-form .item-panel .execution-header .upper-header h4,
        .edit-entity-form .mail-panel .item-header .upper-header h4,
        .edit-entity-form .mail-panel .mail-header .upper-header h4,
        .edit-entity-form .mail-panel .execution-header .upper-header h4,
        .edit-entity-form .execution-panel .item-header .upper-header h4,
        .edit-entity-form .execution-panel .mail-header .upper-header h4,
        .edit-entity-form .execution-panel .execution-header .upper-header h4,
        .member-content-wrapper .item-panel .item-header .upper-header h4,
        .member-content-wrapper .item-panel .mail-header .upper-header h4,
        .member-content-wrapper .item-panel .execution-header .upper-header h4,
        .member-content-wrapper .mail-panel .item-header .upper-header h4,
        .member-content-wrapper .mail-panel .mail-header .upper-header h4,
        .member-content-wrapper .mail-panel .execution-header .upper-header h4,
        .member-content-wrapper .execution-panel .item-header .upper-header h4,
        .member-content-wrapper .execution-panel .mail-header .upper-header h4,
        .member-content-wrapper .execution-panel .execution-header .upper-header h4,
        .import-content .item-panel .item-header .upper-header h4,
        .import-content .item-panel .mail-header .upper-header h4,
        .import-content .item-panel .execution-header .upper-header h4,
        .import-content .mail-panel .item-header .upper-header h4,
        .import-content .mail-panel .mail-header .upper-header h4,
        .import-content .mail-panel .execution-header .upper-header h4,
        .import-content .execution-panel .item-header .upper-header h4,
        .import-content .execution-panel .mail-header .upper-header h4,
        .import-content .execution-panel .execution-header .upper-header h4,
        .data-breach-execution-form .item-panel .item-header .upper-header h4,
        .data-breach-execution-form .item-panel .mail-header .upper-header h4,
        .data-breach-execution-form .item-panel .execution-header .upper-header h4,
        .data-breach-execution-form .mail-panel .item-header .upper-header h4,
        .data-breach-execution-form .mail-panel .mail-header .upper-header h4,
        .data-breach-execution-form .mail-panel .execution-header .upper-header h4,
        .data-breach-execution-form .execution-panel .item-header .upper-header h4,
        .data-breach-execution-form .execution-panel .mail-header .upper-header h4,
        .data-breach-execution-form .execution-panel .execution-header .upper-header h4,
        .data-breach-content-wrapper .item-panel .item-header .upper-header h4,
        .data-breach-content-wrapper .item-panel .mail-header .upper-header h4,
        .data-breach-content-wrapper .item-panel .execution-header .upper-header h4,
        .data-breach-content-wrapper .mail-panel .item-header .upper-header h4,
        .data-breach-content-wrapper .mail-panel .mail-header .upper-header h4,
        .data-breach-content-wrapper .mail-panel .execution-header .upper-header h4,
        .data-breach-content-wrapper .execution-panel .item-header .upper-header h4,
        .data-breach-content-wrapper .execution-panel .mail-header .upper-header h4,
        .data-breach-content-wrapper .execution-panel .execution-header .upper-header h4,
        .internal-formation-content-wrapper .item-panel .item-header .upper-header h4,
        .internal-formation-content-wrapper .item-panel .mail-header .upper-header h4,
        .internal-formation-content-wrapper .item-panel .execution-header .upper-header h4,
        .internal-formation-content-wrapper .mail-panel .item-header .upper-header h4,
        .internal-formation-content-wrapper .mail-panel .mail-header .upper-header h4,
        .internal-formation-content-wrapper .mail-panel .execution-header .upper-header h4,
        .internal-formation-content-wrapper .execution-panel .item-header .upper-header h4,
        .internal-formation-content-wrapper .execution-panel .mail-header .upper-header h4,
        .internal-formation-content-wrapper .execution-panel .execution-header .upper-header h4,
        .reply-mail-content-wrapper .item-panel .item-header .upper-header h4,
        .reply-mail-content-wrapper .item-panel .mail-header .upper-header h4,
        .reply-mail-content-wrapper .item-panel .execution-header .upper-header h4,
        .reply-mail-content-wrapper .mail-panel .item-header .upper-header h4,
        .reply-mail-content-wrapper .mail-panel .mail-header .upper-header h4,
        .reply-mail-content-wrapper .mail-panel .execution-header .upper-header h4,
        .reply-mail-content-wrapper .execution-panel .item-header .upper-header h4,
        .reply-mail-content-wrapper .execution-panel .mail-header .upper-header h4,
        .reply-mail-content-wrapper .execution-panel .execution-header .upper-header h4,
        .audit-content-wrapper .item-panel .item-header .upper-header h4,
        .audit-content-wrapper .item-panel .mail-header .upper-header h4,
        .audit-content-wrapper .item-panel .execution-header .upper-header h4,
        .audit-content-wrapper .mail-panel .item-header .upper-header h4,
        .audit-content-wrapper .mail-panel .mail-header .upper-header h4,
        .audit-content-wrapper .mail-panel .execution-header .upper-header h4,
        .audit-content-wrapper .execution-panel .item-header .upper-header h4,
        .audit-content-wrapper .execution-panel .mail-header .upper-header h4,
        .audit-content-wrapper .execution-panel .execution-header .upper-header h4 {
          font-size: 1.2em;
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
      .management-entity-content-wrapper .item-panel .item-header .lower-header,
      .management-entity-content-wrapper .item-panel .mail-header .lower-header,
      .management-entity-content-wrapper .item-panel .execution-header .lower-header,
      .management-entity-content-wrapper .mail-panel .item-header .lower-header,
      .management-entity-content-wrapper .mail-panel .mail-header .lower-header,
      .management-entity-content-wrapper .mail-panel .execution-header .lower-header,
      .management-entity-content-wrapper .execution-panel .item-header .lower-header,
      .management-entity-content-wrapper .execution-panel .mail-header .lower-header,
      .management-entity-content-wrapper .execution-panel .execution-header .lower-header,
      .asset-form .item-panel .item-header .lower-header,
      .asset-form .item-panel .mail-header .lower-header,
      .asset-form .item-panel .execution-header .lower-header,
      .asset-form .mail-panel .item-header .lower-header,
      .asset-form .mail-panel .mail-header .lower-header,
      .asset-form .mail-panel .execution-header .lower-header,
      .asset-form .execution-panel .item-header .lower-header,
      .asset-form .execution-panel .mail-header .lower-header,
      .asset-form .execution-panel .execution-header .lower-header,
      .edit-entity-form .item-panel .item-header .lower-header,
      .edit-entity-form .item-panel .mail-header .lower-header,
      .edit-entity-form .item-panel .execution-header .lower-header,
      .edit-entity-form .mail-panel .item-header .lower-header,
      .edit-entity-form .mail-panel .mail-header .lower-header,
      .edit-entity-form .mail-panel .execution-header .lower-header,
      .edit-entity-form .execution-panel .item-header .lower-header,
      .edit-entity-form .execution-panel .mail-header .lower-header,
      .edit-entity-form .execution-panel .execution-header .lower-header,
      .member-content-wrapper .item-panel .item-header .lower-header,
      .member-content-wrapper .item-panel .mail-header .lower-header,
      .member-content-wrapper .item-panel .execution-header .lower-header,
      .member-content-wrapper .mail-panel .item-header .lower-header,
      .member-content-wrapper .mail-panel .mail-header .lower-header,
      .member-content-wrapper .mail-panel .execution-header .lower-header,
      .member-content-wrapper .execution-panel .item-header .lower-header,
      .member-content-wrapper .execution-panel .mail-header .lower-header,
      .member-content-wrapper .execution-panel .execution-header .lower-header,
      .import-content .item-panel .item-header .lower-header,
      .import-content .item-panel .mail-header .lower-header,
      .import-content .item-panel .execution-header .lower-header,
      .import-content .mail-panel .item-header .lower-header,
      .import-content .mail-panel .mail-header .lower-header,
      .import-content .mail-panel .execution-header .lower-header,
      .import-content .execution-panel .item-header .lower-header,
      .import-content .execution-panel .mail-header .lower-header,
      .import-content .execution-panel .execution-header .lower-header,
      .data-breach-execution-form .item-panel .item-header .lower-header,
      .data-breach-execution-form .item-panel .mail-header .lower-header,
      .data-breach-execution-form .item-panel .execution-header .lower-header,
      .data-breach-execution-form .mail-panel .item-header .lower-header,
      .data-breach-execution-form .mail-panel .mail-header .lower-header,
      .data-breach-execution-form .mail-panel .execution-header .lower-header,
      .data-breach-execution-form .execution-panel .item-header .lower-header,
      .data-breach-execution-form .execution-panel .mail-header .lower-header,
      .data-breach-execution-form .execution-panel .execution-header .lower-header,
      .data-breach-content-wrapper .item-panel .item-header .lower-header,
      .data-breach-content-wrapper .item-panel .mail-header .lower-header,
      .data-breach-content-wrapper .item-panel .execution-header .lower-header,
      .data-breach-content-wrapper .mail-panel .item-header .lower-header,
      .data-breach-content-wrapper .mail-panel .mail-header .lower-header,
      .data-breach-content-wrapper .mail-panel .execution-header .lower-header,
      .data-breach-content-wrapper .execution-panel .item-header .lower-header,
      .data-breach-content-wrapper .execution-panel .mail-header .lower-header,
      .data-breach-content-wrapper .execution-panel .execution-header .lower-header,
      .internal-formation-content-wrapper .item-panel .item-header .lower-header,
      .internal-formation-content-wrapper .item-panel .mail-header .lower-header,
      .internal-formation-content-wrapper .item-panel .execution-header .lower-header,
      .internal-formation-content-wrapper .mail-panel .item-header .lower-header,
      .internal-formation-content-wrapper .mail-panel .mail-header .lower-header,
      .internal-formation-content-wrapper .mail-panel .execution-header .lower-header,
      .internal-formation-content-wrapper .execution-panel .item-header .lower-header,
      .internal-formation-content-wrapper .execution-panel .mail-header .lower-header,
      .internal-formation-content-wrapper .execution-panel .execution-header .lower-header,
      .reply-mail-content-wrapper .item-panel .item-header .lower-header,
      .reply-mail-content-wrapper .item-panel .mail-header .lower-header,
      .reply-mail-content-wrapper .item-panel .execution-header .lower-header,
      .reply-mail-content-wrapper .mail-panel .item-header .lower-header,
      .reply-mail-content-wrapper .mail-panel .mail-header .lower-header,
      .reply-mail-content-wrapper .mail-panel .execution-header .lower-header,
      .reply-mail-content-wrapper .execution-panel .item-header .lower-header,
      .reply-mail-content-wrapper .execution-panel .mail-header .lower-header,
      .reply-mail-content-wrapper .execution-panel .execution-header .lower-header,
      .audit-content-wrapper .item-panel .item-header .lower-header,
      .audit-content-wrapper .item-panel .mail-header .lower-header,
      .audit-content-wrapper .item-panel .execution-header .lower-header,
      .audit-content-wrapper .mail-panel .item-header .lower-header,
      .audit-content-wrapper .mail-panel .mail-header .lower-header,
      .audit-content-wrapper .mail-panel .execution-header .lower-header,
      .audit-content-wrapper .execution-panel .item-header .lower-header,
      .audit-content-wrapper .execution-panel .mail-header .lower-header,
      .audit-content-wrapper .execution-panel .execution-header .lower-header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .management-entity-content-wrapper .item-panel .item-header .lower-header span,
        .management-entity-content-wrapper .item-panel .mail-header .lower-header span,
        .management-entity-content-wrapper .item-panel .execution-header .lower-header span,
        .management-entity-content-wrapper .mail-panel .item-header .lower-header span,
        .management-entity-content-wrapper .mail-panel .mail-header .lower-header span,
        .management-entity-content-wrapper .mail-panel .execution-header .lower-header span,
        .management-entity-content-wrapper .execution-panel .item-header .lower-header span,
        .management-entity-content-wrapper .execution-panel .mail-header .lower-header span,
        .management-entity-content-wrapper .execution-panel .execution-header .lower-header span,
        .asset-form .item-panel .item-header .lower-header span,
        .asset-form .item-panel .mail-header .lower-header span,
        .asset-form .item-panel .execution-header .lower-header span,
        .asset-form .mail-panel .item-header .lower-header span,
        .asset-form .mail-panel .mail-header .lower-header span,
        .asset-form .mail-panel .execution-header .lower-header span,
        .asset-form .execution-panel .item-header .lower-header span,
        .asset-form .execution-panel .mail-header .lower-header span,
        .asset-form .execution-panel .execution-header .lower-header span,
        .edit-entity-form .item-panel .item-header .lower-header span,
        .edit-entity-form .item-panel .mail-header .lower-header span,
        .edit-entity-form .item-panel .execution-header .lower-header span,
        .edit-entity-form .mail-panel .item-header .lower-header span,
        .edit-entity-form .mail-panel .mail-header .lower-header span,
        .edit-entity-form .mail-panel .execution-header .lower-header span,
        .edit-entity-form .execution-panel .item-header .lower-header span,
        .edit-entity-form .execution-panel .mail-header .lower-header span,
        .edit-entity-form .execution-panel .execution-header .lower-header span,
        .member-content-wrapper .item-panel .item-header .lower-header span,
        .member-content-wrapper .item-panel .mail-header .lower-header span,
        .member-content-wrapper .item-panel .execution-header .lower-header span,
        .member-content-wrapper .mail-panel .item-header .lower-header span,
        .member-content-wrapper .mail-panel .mail-header .lower-header span,
        .member-content-wrapper .mail-panel .execution-header .lower-header span,
        .member-content-wrapper .execution-panel .item-header .lower-header span,
        .member-content-wrapper .execution-panel .mail-header .lower-header span,
        .member-content-wrapper .execution-panel .execution-header .lower-header span,
        .import-content .item-panel .item-header .lower-header span,
        .import-content .item-panel .mail-header .lower-header span,
        .import-content .item-panel .execution-header .lower-header span,
        .import-content .mail-panel .item-header .lower-header span,
        .import-content .mail-panel .mail-header .lower-header span,
        .import-content .mail-panel .execution-header .lower-header span,
        .import-content .execution-panel .item-header .lower-header span,
        .import-content .execution-panel .mail-header .lower-header span,
        .import-content .execution-panel .execution-header .lower-header span,
        .data-breach-execution-form .item-panel .item-header .lower-header span,
        .data-breach-execution-form .item-panel .mail-header .lower-header span,
        .data-breach-execution-form .item-panel .execution-header .lower-header span,
        .data-breach-execution-form .mail-panel .item-header .lower-header span,
        .data-breach-execution-form .mail-panel .mail-header .lower-header span,
        .data-breach-execution-form .mail-panel .execution-header .lower-header span,
        .data-breach-execution-form .execution-panel .item-header .lower-header span,
        .data-breach-execution-form .execution-panel .mail-header .lower-header span,
        .data-breach-execution-form .execution-panel .execution-header .lower-header span,
        .data-breach-content-wrapper .item-panel .item-header .lower-header span,
        .data-breach-content-wrapper .item-panel .mail-header .lower-header span,
        .data-breach-content-wrapper .item-panel .execution-header .lower-header span,
        .data-breach-content-wrapper .mail-panel .item-header .lower-header span,
        .data-breach-content-wrapper .mail-panel .mail-header .lower-header span,
        .data-breach-content-wrapper .mail-panel .execution-header .lower-header span,
        .data-breach-content-wrapper .execution-panel .item-header .lower-header span,
        .data-breach-content-wrapper .execution-panel .mail-header .lower-header span,
        .data-breach-content-wrapper .execution-panel .execution-header .lower-header span,
        .internal-formation-content-wrapper .item-panel .item-header .lower-header span,
        .internal-formation-content-wrapper .item-panel .mail-header .lower-header span,
        .internal-formation-content-wrapper .item-panel .execution-header .lower-header span,
        .internal-formation-content-wrapper .mail-panel .item-header .lower-header span,
        .internal-formation-content-wrapper .mail-panel .mail-header .lower-header span,
        .internal-formation-content-wrapper .mail-panel .execution-header .lower-header span,
        .internal-formation-content-wrapper .execution-panel .item-header .lower-header span,
        .internal-formation-content-wrapper .execution-panel .mail-header .lower-header span,
        .internal-formation-content-wrapper .execution-panel .execution-header .lower-header span,
        .reply-mail-content-wrapper .item-panel .item-header .lower-header span,
        .reply-mail-content-wrapper .item-panel .mail-header .lower-header span,
        .reply-mail-content-wrapper .item-panel .execution-header .lower-header span,
        .reply-mail-content-wrapper .mail-panel .item-header .lower-header span,
        .reply-mail-content-wrapper .mail-panel .mail-header .lower-header span,
        .reply-mail-content-wrapper .mail-panel .execution-header .lower-header span,
        .reply-mail-content-wrapper .execution-panel .item-header .lower-header span,
        .reply-mail-content-wrapper .execution-panel .mail-header .lower-header span,
        .reply-mail-content-wrapper .execution-panel .execution-header .lower-header span,
        .audit-content-wrapper .item-panel .item-header .lower-header span,
        .audit-content-wrapper .item-panel .mail-header .lower-header span,
        .audit-content-wrapper .item-panel .execution-header .lower-header span,
        .audit-content-wrapper .mail-panel .item-header .lower-header span,
        .audit-content-wrapper .mail-panel .mail-header .lower-header span,
        .audit-content-wrapper .mail-panel .execution-header .lower-header span,
        .audit-content-wrapper .execution-panel .item-header .lower-header span,
        .audit-content-wrapper .execution-panel .mail-header .lower-header span,
        .audit-content-wrapper .execution-panel .execution-header .lower-header span {
          font-style: italic; }
    .management-entity-content-wrapper .item-panel .item-tab-group,
    .management-entity-content-wrapper .mail-panel .item-tab-group,
    .management-entity-content-wrapper .execution-panel .item-tab-group,
    .asset-form .item-panel .item-tab-group,
    .asset-form .mail-panel .item-tab-group,
    .asset-form .execution-panel .item-tab-group,
    .edit-entity-form .item-panel .item-tab-group,
    .edit-entity-form .mail-panel .item-tab-group,
    .edit-entity-form .execution-panel .item-tab-group,
    .member-content-wrapper .item-panel .item-tab-group,
    .member-content-wrapper .mail-panel .item-tab-group,
    .member-content-wrapper .execution-panel .item-tab-group,
    .import-content .item-panel .item-tab-group,
    .import-content .mail-panel .item-tab-group,
    .import-content .execution-panel .item-tab-group,
    .data-breach-execution-form .item-panel .item-tab-group,
    .data-breach-execution-form .mail-panel .item-tab-group,
    .data-breach-execution-form .execution-panel .item-tab-group,
    .data-breach-content-wrapper .item-panel .item-tab-group,
    .data-breach-content-wrapper .mail-panel .item-tab-group,
    .data-breach-content-wrapper .execution-panel .item-tab-group,
    .internal-formation-content-wrapper .item-panel .item-tab-group,
    .internal-formation-content-wrapper .mail-panel .item-tab-group,
    .internal-formation-content-wrapper .execution-panel .item-tab-group,
    .reply-mail-content-wrapper .item-panel .item-tab-group,
    .reply-mail-content-wrapper .mail-panel .item-tab-group,
    .reply-mail-content-wrapper .execution-panel .item-tab-group,
    .audit-content-wrapper .item-panel .item-tab-group,
    .audit-content-wrapper .mail-panel .item-tab-group,
    .audit-content-wrapper .execution-panel .item-tab-group {
      padding-left: 15px;
      display: flex;
      align-items: center;
      flex-direction: row;
      border-bottom: 1px solid #dddddd; }
      .management-entity-content-wrapper .item-panel .item-tab-group .tab-button,
      .management-entity-content-wrapper .mail-panel .item-tab-group .tab-button,
      .management-entity-content-wrapper .execution-panel .item-tab-group .tab-button,
      .asset-form .item-panel .item-tab-group .tab-button,
      .asset-form .mail-panel .item-tab-group .tab-button,
      .asset-form .execution-panel .item-tab-group .tab-button,
      .edit-entity-form .item-panel .item-tab-group .tab-button,
      .edit-entity-form .mail-panel .item-tab-group .tab-button,
      .edit-entity-form .execution-panel .item-tab-group .tab-button,
      .member-content-wrapper .item-panel .item-tab-group .tab-button,
      .member-content-wrapper .mail-panel .item-tab-group .tab-button,
      .member-content-wrapper .execution-panel .item-tab-group .tab-button,
      .import-content .item-panel .item-tab-group .tab-button,
      .import-content .mail-panel .item-tab-group .tab-button,
      .import-content .execution-panel .item-tab-group .tab-button,
      .data-breach-execution-form .item-panel .item-tab-group .tab-button,
      .data-breach-execution-form .mail-panel .item-tab-group .tab-button,
      .data-breach-execution-form .execution-panel .item-tab-group .tab-button,
      .data-breach-content-wrapper .item-panel .item-tab-group .tab-button,
      .data-breach-content-wrapper .mail-panel .item-tab-group .tab-button,
      .data-breach-content-wrapper .execution-panel .item-tab-group .tab-button,
      .internal-formation-content-wrapper .item-panel .item-tab-group .tab-button,
      .internal-formation-content-wrapper .mail-panel .item-tab-group .tab-button,
      .internal-formation-content-wrapper .execution-panel .item-tab-group .tab-button,
      .reply-mail-content-wrapper .item-panel .item-tab-group .tab-button,
      .reply-mail-content-wrapper .mail-panel .item-tab-group .tab-button,
      .reply-mail-content-wrapper .execution-panel .item-tab-group .tab-button,
      .audit-content-wrapper .item-panel .item-tab-group .tab-button,
      .audit-content-wrapper .mail-panel .item-tab-group .tab-button,
      .audit-content-wrapper .execution-panel .item-tab-group .tab-button {
        padding: 1.143em;
        cursor: pointer;
        margin-bottom: -1px;
        border-bottom: 1px solid transparent; }
        .management-entity-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .management-entity-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .management-entity-content-wrapper .execution-panel .item-tab-group .tab-button.active,
        .asset-form .item-panel .item-tab-group .tab-button.active,
        .asset-form .mail-panel .item-tab-group .tab-button.active,
        .asset-form .execution-panel .item-tab-group .tab-button.active,
        .edit-entity-form .item-panel .item-tab-group .tab-button.active,
        .edit-entity-form .mail-panel .item-tab-group .tab-button.active,
        .edit-entity-form .execution-panel .item-tab-group .tab-button.active,
        .member-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .member-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .member-content-wrapper .execution-panel .item-tab-group .tab-button.active,
        .import-content .item-panel .item-tab-group .tab-button.active,
        .import-content .mail-panel .item-tab-group .tab-button.active,
        .import-content .execution-panel .item-tab-group .tab-button.active,
        .data-breach-execution-form .item-panel .item-tab-group .tab-button.active,
        .data-breach-execution-form .mail-panel .item-tab-group .tab-button.active,
        .data-breach-execution-form .execution-panel .item-tab-group .tab-button.active,
        .data-breach-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .data-breach-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .data-breach-content-wrapper .execution-panel .item-tab-group .tab-button.active,
        .internal-formation-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .internal-formation-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .internal-formation-content-wrapper .execution-panel .item-tab-group .tab-button.active,
        .reply-mail-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .reply-mail-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .reply-mail-content-wrapper .execution-panel .item-tab-group .tab-button.active,
        .audit-content-wrapper .item-panel .item-tab-group .tab-button.active,
        .audit-content-wrapper .mail-panel .item-tab-group .tab-button.active,
        .audit-content-wrapper .execution-panel .item-tab-group .tab-button.active {
          border-bottom: 1px solid #039FDF; }
    .management-entity-content-wrapper .item-panel .item-body display-info upload-input .field,
    .management-entity-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .management-entity-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .management-entity-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .management-entity-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .management-entity-content-wrapper .execution-panel .mail-body display-info upload-input .field,
    .asset-form .item-panel .item-body display-info upload-input .field,
    .asset-form .item-panel .mail-body display-info upload-input .field,
    .asset-form .mail-panel .item-body display-info upload-input .field,
    .asset-form .mail-panel .mail-body display-info upload-input .field,
    .asset-form .execution-panel .item-body display-info upload-input .field,
    .asset-form .execution-panel .mail-body display-info upload-input .field,
    .edit-entity-form .item-panel .item-body display-info upload-input .field,
    .edit-entity-form .item-panel .mail-body display-info upload-input .field,
    .edit-entity-form .mail-panel .item-body display-info upload-input .field,
    .edit-entity-form .mail-panel .mail-body display-info upload-input .field,
    .edit-entity-form .execution-panel .item-body display-info upload-input .field,
    .edit-entity-form .execution-panel .mail-body display-info upload-input .field,
    .member-content-wrapper .item-panel .item-body display-info upload-input .field,
    .member-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .member-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .member-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .member-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .member-content-wrapper .execution-panel .mail-body display-info upload-input .field,
    .import-content .item-panel .item-body display-info upload-input .field,
    .import-content .item-panel .mail-body display-info upload-input .field,
    .import-content .mail-panel .item-body display-info upload-input .field,
    .import-content .mail-panel .mail-body display-info upload-input .field,
    .import-content .execution-panel .item-body display-info upload-input .field,
    .import-content .execution-panel .mail-body display-info upload-input .field,
    .data-breach-execution-form .item-panel .item-body display-info upload-input .field,
    .data-breach-execution-form .item-panel .mail-body display-info upload-input .field,
    .data-breach-execution-form .mail-panel .item-body display-info upload-input .field,
    .data-breach-execution-form .mail-panel .mail-body display-info upload-input .field,
    .data-breach-execution-form .execution-panel .item-body display-info upload-input .field,
    .data-breach-execution-form .execution-panel .mail-body display-info upload-input .field,
    .data-breach-content-wrapper .item-panel .item-body display-info upload-input .field,
    .data-breach-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .data-breach-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .data-breach-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .data-breach-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .data-breach-content-wrapper .execution-panel .mail-body display-info upload-input .field,
    .internal-formation-content-wrapper .item-panel .item-body display-info upload-input .field,
    .internal-formation-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .internal-formation-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .internal-formation-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .internal-formation-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .internal-formation-content-wrapper .execution-panel .mail-body display-info upload-input .field,
    .reply-mail-content-wrapper .item-panel .item-body display-info upload-input .field,
    .reply-mail-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .reply-mail-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .reply-mail-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .reply-mail-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .reply-mail-content-wrapper .execution-panel .mail-body display-info upload-input .field,
    .audit-content-wrapper .item-panel .item-body display-info upload-input .field,
    .audit-content-wrapper .item-panel .mail-body display-info upload-input .field,
    .audit-content-wrapper .mail-panel .item-body display-info upload-input .field,
    .audit-content-wrapper .mail-panel .mail-body display-info upload-input .field,
    .audit-content-wrapper .execution-panel .item-body display-info upload-input .field,
    .audit-content-wrapper .execution-panel .mail-body display-info upload-input .field {
      max-width: 22em; }
    .management-entity-content-wrapper .item-panel .item-body.editor-preview,
    .management-entity-content-wrapper .mail-panel .item-body.editor-preview,
    .management-entity-content-wrapper .execution-panel .item-body.editor-preview,
    .asset-form .item-panel .item-body.editor-preview,
    .asset-form .mail-panel .item-body.editor-preview,
    .asset-form .execution-panel .item-body.editor-preview,
    .edit-entity-form .item-panel .item-body.editor-preview,
    .edit-entity-form .mail-panel .item-body.editor-preview,
    .edit-entity-form .execution-panel .item-body.editor-preview,
    .member-content-wrapper .item-panel .item-body.editor-preview,
    .member-content-wrapper .mail-panel .item-body.editor-preview,
    .member-content-wrapper .execution-panel .item-body.editor-preview,
    .import-content .item-panel .item-body.editor-preview,
    .import-content .mail-panel .item-body.editor-preview,
    .import-content .execution-panel .item-body.editor-preview,
    .data-breach-execution-form .item-panel .item-body.editor-preview,
    .data-breach-execution-form .mail-panel .item-body.editor-preview,
    .data-breach-execution-form .execution-panel .item-body.editor-preview,
    .data-breach-content-wrapper .item-panel .item-body.editor-preview,
    .data-breach-content-wrapper .mail-panel .item-body.editor-preview,
    .data-breach-content-wrapper .execution-panel .item-body.editor-preview,
    .internal-formation-content-wrapper .item-panel .item-body.editor-preview,
    .internal-formation-content-wrapper .mail-panel .item-body.editor-preview,
    .internal-formation-content-wrapper .execution-panel .item-body.editor-preview,
    .reply-mail-content-wrapper .item-panel .item-body.editor-preview,
    .reply-mail-content-wrapper .mail-panel .item-body.editor-preview,
    .reply-mail-content-wrapper .execution-panel .item-body.editor-preview,
    .audit-content-wrapper .item-panel .item-body.editor-preview,
    .audit-content-wrapper .mail-panel .item-body.editor-preview,
    .audit-content-wrapper .execution-panel .item-body.editor-preview {
      margin-bottom: 2em; }
      .management-entity-content-wrapper .item-panel .item-body.editor-preview editor,
      .management-entity-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .management-entity-content-wrapper .mail-panel .item-body.editor-preview editor,
      .management-entity-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .management-entity-content-wrapper .execution-panel .item-body.editor-preview editor,
      .management-entity-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload,
      .asset-form .item-panel .item-body.editor-preview editor,
      .asset-form .item-panel .item-body.editor-preview styled-image-upload,
      .asset-form .mail-panel .item-body.editor-preview editor,
      .asset-form .mail-panel .item-body.editor-preview styled-image-upload,
      .asset-form .execution-panel .item-body.editor-preview editor,
      .asset-form .execution-panel .item-body.editor-preview styled-image-upload,
      .edit-entity-form .item-panel .item-body.editor-preview editor,
      .edit-entity-form .item-panel .item-body.editor-preview styled-image-upload,
      .edit-entity-form .mail-panel .item-body.editor-preview editor,
      .edit-entity-form .mail-panel .item-body.editor-preview styled-image-upload,
      .edit-entity-form .execution-panel .item-body.editor-preview editor,
      .edit-entity-form .execution-panel .item-body.editor-preview styled-image-upload,
      .member-content-wrapper .item-panel .item-body.editor-preview editor,
      .member-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .member-content-wrapper .mail-panel .item-body.editor-preview editor,
      .member-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .member-content-wrapper .execution-panel .item-body.editor-preview editor,
      .member-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload,
      .import-content .item-panel .item-body.editor-preview editor,
      .import-content .item-panel .item-body.editor-preview styled-image-upload,
      .import-content .mail-panel .item-body.editor-preview editor,
      .import-content .mail-panel .item-body.editor-preview styled-image-upload,
      .import-content .execution-panel .item-body.editor-preview editor,
      .import-content .execution-panel .item-body.editor-preview styled-image-upload,
      .data-breach-execution-form .item-panel .item-body.editor-preview editor,
      .data-breach-execution-form .item-panel .item-body.editor-preview styled-image-upload,
      .data-breach-execution-form .mail-panel .item-body.editor-preview editor,
      .data-breach-execution-form .mail-panel .item-body.editor-preview styled-image-upload,
      .data-breach-execution-form .execution-panel .item-body.editor-preview editor,
      .data-breach-execution-form .execution-panel .item-body.editor-preview styled-image-upload,
      .data-breach-content-wrapper .item-panel .item-body.editor-preview editor,
      .data-breach-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .data-breach-content-wrapper .mail-panel .item-body.editor-preview editor,
      .data-breach-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .data-breach-content-wrapper .execution-panel .item-body.editor-preview editor,
      .data-breach-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload,
      .internal-formation-content-wrapper .item-panel .item-body.editor-preview editor,
      .internal-formation-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .internal-formation-content-wrapper .mail-panel .item-body.editor-preview editor,
      .internal-formation-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .internal-formation-content-wrapper .execution-panel .item-body.editor-preview editor,
      .internal-formation-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload,
      .reply-mail-content-wrapper .item-panel .item-body.editor-preview editor,
      .reply-mail-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .reply-mail-content-wrapper .mail-panel .item-body.editor-preview editor,
      .reply-mail-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .reply-mail-content-wrapper .execution-panel .item-body.editor-preview editor,
      .reply-mail-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload,
      .audit-content-wrapper .item-panel .item-body.editor-preview editor,
      .audit-content-wrapper .item-panel .item-body.editor-preview styled-image-upload,
      .audit-content-wrapper .mail-panel .item-body.editor-preview editor,
      .audit-content-wrapper .mail-panel .item-body.editor-preview styled-image-upload,
      .audit-content-wrapper .execution-panel .item-body.editor-preview editor,
      .audit-content-wrapper .execution-panel .item-body.editor-preview styled-image-upload {
        font-size: 14px; }
      .management-entity-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .management-entity-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .management-entity-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .asset-form .item-panel .item-body.editor-preview .k-widget.k-editor,
      .asset-form .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .asset-form .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .edit-entity-form .item-panel .item-body.editor-preview .k-widget.k-editor,
      .edit-entity-form .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .edit-entity-form .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .member-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .member-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .member-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .import-content .item-panel .item-body.editor-preview .k-widget.k-editor,
      .import-content .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .import-content .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-execution-form .item-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-execution-form .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-execution-form .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .data-breach-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .internal-formation-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .internal-formation-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .internal-formation-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .reply-mail-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .reply-mail-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .reply-mail-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor,
      .audit-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor,
      .audit-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor,
      .audit-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor {
        height: 6em; }
        .management-entity-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .management-entity-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .management-entity-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .asset-form .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .asset-form .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .asset-form .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .edit-entity-form .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .edit-entity-form .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .edit-entity-form .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .member-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .member-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .member-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .import-content .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .import-content .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .import-content .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-execution-form .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-execution-form .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-execution-form .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .data-breach-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .internal-formation-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .internal-formation-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .internal-formation-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .reply-mail-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .reply-mail-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .reply-mail-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .audit-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .audit-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area,
        .audit-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-editor .k-editable-area {
          height: 6em; }
      .management-entity-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .management-entity-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .management-entity-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .asset-form .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .asset-form .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .asset-form .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .edit-entity-form .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .edit-entity-form .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .edit-entity-form .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .member-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .member-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .member-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .import-content .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .import-content .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .import-content .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-execution-form .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-execution-form .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-execution-form .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .data-breach-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .internal-formation-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .internal-formation-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .internal-formation-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .reply-mail-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .reply-mail-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .reply-mail-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .audit-content-wrapper .item-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .audit-content-wrapper .mail-panel .item-body.editor-preview .k-widget.k-upload .file-item img,
      .audit-content-wrapper .execution-panel .item-body.editor-preview .k-widget.k-upload .file-item img {
        max-width: 187px;
        max-height: 167px; }
    .management-entity-content-wrapper .item-panel .item-body .flex-internal-panels,
    .management-entity-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .management-entity-content-wrapper .execution-panel .item-body .flex-internal-panels,
    .asset-form .item-panel .item-body .flex-internal-panels,
    .asset-form .mail-panel .item-body .flex-internal-panels,
    .asset-form .execution-panel .item-body .flex-internal-panels,
    .edit-entity-form .item-panel .item-body .flex-internal-panels,
    .edit-entity-form .mail-panel .item-body .flex-internal-panels,
    .edit-entity-form .execution-panel .item-body .flex-internal-panels,
    .member-content-wrapper .item-panel .item-body .flex-internal-panels,
    .member-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .member-content-wrapper .execution-panel .item-body .flex-internal-panels,
    .import-content .item-panel .item-body .flex-internal-panels,
    .import-content .mail-panel .item-body .flex-internal-panels,
    .import-content .execution-panel .item-body .flex-internal-panels,
    .data-breach-execution-form .item-panel .item-body .flex-internal-panels,
    .data-breach-execution-form .mail-panel .item-body .flex-internal-panels,
    .data-breach-execution-form .execution-panel .item-body .flex-internal-panels,
    .data-breach-content-wrapper .item-panel .item-body .flex-internal-panels,
    .data-breach-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .data-breach-content-wrapper .execution-panel .item-body .flex-internal-panels,
    .internal-formation-content-wrapper .item-panel .item-body .flex-internal-panels,
    .internal-formation-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .internal-formation-content-wrapper .execution-panel .item-body .flex-internal-panels,
    .reply-mail-content-wrapper .item-panel .item-body .flex-internal-panels,
    .reply-mail-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .reply-mail-content-wrapper .execution-panel .item-body .flex-internal-panels,
    .audit-content-wrapper .item-panel .item-body .flex-internal-panels,
    .audit-content-wrapper .mail-panel .item-body .flex-internal-panels,
    .audit-content-wrapper .execution-panel .item-body .flex-internal-panels {
      display: flex;
      flex-direction: row;
      margin: 0 -1.5em; }
      .management-entity-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .management-entity-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .management-entity-content-wrapper .execution-panel .item-body .flex-internal-panels > *,
      .asset-form .item-panel .item-body .flex-internal-panels > *,
      .asset-form .mail-panel .item-body .flex-internal-panels > *,
      .asset-form .execution-panel .item-body .flex-internal-panels > *,
      .edit-entity-form .item-panel .item-body .flex-internal-panels > *,
      .edit-entity-form .mail-panel .item-body .flex-internal-panels > *,
      .edit-entity-form .execution-panel .item-body .flex-internal-panels > *,
      .member-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .member-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .member-content-wrapper .execution-panel .item-body .flex-internal-panels > *,
      .import-content .item-panel .item-body .flex-internal-panels > *,
      .import-content .mail-panel .item-body .flex-internal-panels > *,
      .import-content .execution-panel .item-body .flex-internal-panels > *,
      .data-breach-execution-form .item-panel .item-body .flex-internal-panels > *,
      .data-breach-execution-form .mail-panel .item-body .flex-internal-panels > *,
      .data-breach-execution-form .execution-panel .item-body .flex-internal-panels > *,
      .data-breach-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .data-breach-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .data-breach-content-wrapper .execution-panel .item-body .flex-internal-panels > *,
      .internal-formation-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .internal-formation-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .internal-formation-content-wrapper .execution-panel .item-body .flex-internal-panels > *,
      .reply-mail-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .reply-mail-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .reply-mail-content-wrapper .execution-panel .item-body .flex-internal-panels > *,
      .audit-content-wrapper .item-panel .item-body .flex-internal-panels > *,
      .audit-content-wrapper .mail-panel .item-body .flex-internal-panels > *,
      .audit-content-wrapper .execution-panel .item-body .flex-internal-panels > * {
        flex: 1 0 0; }
      .management-entity-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .management-entity-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .management-entity-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .asset-form .item-panel .item-body .flex-internal-panels .panel-border-right,
      .asset-form .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .asset-form .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .edit-entity-form .item-panel .item-body .flex-internal-panels .panel-border-right,
      .edit-entity-form .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .edit-entity-form .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .member-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .member-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .member-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .import-content .item-panel .item-body .flex-internal-panels .panel-border-right,
      .import-content .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .import-content .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-execution-form .item-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-execution-form .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-execution-form .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .data-breach-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .internal-formation-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .internal-formation-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .internal-formation-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .reply-mail-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .reply-mail-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .reply-mail-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right,
      .audit-content-wrapper .item-panel .item-body .flex-internal-panels .panel-border-right,
      .audit-content-wrapper .mail-panel .item-body .flex-internal-panels .panel-border-right,
      .audit-content-wrapper .execution-panel .item-body .flex-internal-panels .panel-border-right {
        padding-right: 0.5em; }
    .management-entity-content-wrapper .item-panel .item-body,
    .management-entity-content-wrapper .item-panel .mail-body,
    .management-entity-content-wrapper .item-panel .execution-body,
    .management-entity-content-wrapper .mail-panel .item-body,
    .management-entity-content-wrapper .mail-panel .mail-body,
    .management-entity-content-wrapper .mail-panel .execution-body,
    .management-entity-content-wrapper .execution-panel .item-body,
    .management-entity-content-wrapper .execution-panel .mail-body,
    .management-entity-content-wrapper .execution-panel .execution-body,
    .asset-form .item-panel .item-body,
    .asset-form .item-panel .mail-body,
    .asset-form .item-panel .execution-body,
    .asset-form .mail-panel .item-body,
    .asset-form .mail-panel .mail-body,
    .asset-form .mail-panel .execution-body,
    .asset-form .execution-panel .item-body,
    .asset-form .execution-panel .mail-body,
    .asset-form .execution-panel .execution-body,
    .edit-entity-form .item-panel .item-body,
    .edit-entity-form .item-panel .mail-body,
    .edit-entity-form .item-panel .execution-body,
    .edit-entity-form .mail-panel .item-body,
    .edit-entity-form .mail-panel .mail-body,
    .edit-entity-form .mail-panel .execution-body,
    .edit-entity-form .execution-panel .item-body,
    .edit-entity-form .execution-panel .mail-body,
    .edit-entity-form .execution-panel .execution-body,
    .member-content-wrapper .item-panel .item-body,
    .member-content-wrapper .item-panel .mail-body,
    .member-content-wrapper .item-panel .execution-body,
    .member-content-wrapper .mail-panel .item-body,
    .member-content-wrapper .mail-panel .mail-body,
    .member-content-wrapper .mail-panel .execution-body,
    .member-content-wrapper .execution-panel .item-body,
    .member-content-wrapper .execution-panel .mail-body,
    .member-content-wrapper .execution-panel .execution-body,
    .import-content .item-panel .item-body,
    .import-content .item-panel .mail-body,
    .import-content .item-panel .execution-body,
    .import-content .mail-panel .item-body,
    .import-content .mail-panel .mail-body,
    .import-content .mail-panel .execution-body,
    .import-content .execution-panel .item-body,
    .import-content .execution-panel .mail-body,
    .import-content .execution-panel .execution-body,
    .data-breach-execution-form .item-panel .item-body,
    .data-breach-execution-form .item-panel .mail-body,
    .data-breach-execution-form .item-panel .execution-body,
    .data-breach-execution-form .mail-panel .item-body,
    .data-breach-execution-form .mail-panel .mail-body,
    .data-breach-execution-form .mail-panel .execution-body,
    .data-breach-execution-form .execution-panel .item-body,
    .data-breach-execution-form .execution-panel .mail-body,
    .data-breach-execution-form .execution-panel .execution-body,
    .data-breach-content-wrapper .item-panel .item-body,
    .data-breach-content-wrapper .item-panel .mail-body,
    .data-breach-content-wrapper .item-panel .execution-body,
    .data-breach-content-wrapper .mail-panel .item-body,
    .data-breach-content-wrapper .mail-panel .mail-body,
    .data-breach-content-wrapper .mail-panel .execution-body,
    .data-breach-content-wrapper .execution-panel .item-body,
    .data-breach-content-wrapper .execution-panel .mail-body,
    .data-breach-content-wrapper .execution-panel .execution-body,
    .internal-formation-content-wrapper .item-panel .item-body,
    .internal-formation-content-wrapper .item-panel .mail-body,
    .internal-formation-content-wrapper .item-panel .execution-body,
    .internal-formation-content-wrapper .mail-panel .item-body,
    .internal-formation-content-wrapper .mail-panel .mail-body,
    .internal-formation-content-wrapper .mail-panel .execution-body,
    .internal-formation-content-wrapper .execution-panel .item-body,
    .internal-formation-content-wrapper .execution-panel .mail-body,
    .internal-formation-content-wrapper .execution-panel .execution-body,
    .reply-mail-content-wrapper .item-panel .item-body,
    .reply-mail-content-wrapper .item-panel .mail-body,
    .reply-mail-content-wrapper .item-panel .execution-body,
    .reply-mail-content-wrapper .mail-panel .item-body,
    .reply-mail-content-wrapper .mail-panel .mail-body,
    .reply-mail-content-wrapper .mail-panel .execution-body,
    .reply-mail-content-wrapper .execution-panel .item-body,
    .reply-mail-content-wrapper .execution-panel .mail-body,
    .reply-mail-content-wrapper .execution-panel .execution-body,
    .audit-content-wrapper .item-panel .item-body,
    .audit-content-wrapper .item-panel .mail-body,
    .audit-content-wrapper .item-panel .execution-body,
    .audit-content-wrapper .mail-panel .item-body,
    .audit-content-wrapper .mail-panel .mail-body,
    .audit-content-wrapper .mail-panel .execution-body,
    .audit-content-wrapper .execution-panel .item-body,
    .audit-content-wrapper .execution-panel .mail-body,
    .audit-content-wrapper .execution-panel .execution-body {
      padding: 0 2em;
      overflow-y: auto;
      overflow-x: hidden; }
      .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading,
      .asset-form .item-panel .item-body .panel-group .panel .panel-heading,
      .asset-form .item-panel .mail-body .panel-group .panel .panel-heading,
      .asset-form .item-panel .execution-body .panel-group .panel .panel-heading,
      .asset-form .mail-panel .item-body .panel-group .panel .panel-heading,
      .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading,
      .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading,
      .asset-form .execution-panel .item-body .panel-group .panel .panel-heading,
      .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading,
      .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading,
      .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading,
      .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading,
      .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading,
      .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading,
      .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading,
      .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading,
      .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading,
      .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading,
      .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading,
      .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading,
      .import-content .item-panel .item-body .panel-group .panel .panel-heading,
      .import-content .item-panel .mail-body .panel-group .panel .panel-heading,
      .import-content .item-panel .execution-body .panel-group .panel .panel-heading,
      .import-content .mail-panel .item-body .panel-group .panel .panel-heading,
      .import-content .mail-panel .mail-body .panel-group .panel .panel-heading,
      .import-content .mail-panel .execution-body .panel-group .panel .panel-heading,
      .import-content .execution-panel .item-body .panel-group .panel .panel-heading,
      .import-content .execution-panel .mail-body .panel-group .panel .panel-heading,
      .import-content .execution-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading,
      .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .import-content .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon,
        .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon {
          font-size: 1em; }
          .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .import-content .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon,
          .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .green-icon {
            color: #10B683; }
          .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .import-content .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon,
          .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .red-icon {
            color: #cd603d; }
          .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .import-content .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon,
          .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .gray-icon {
            color: #444; }
          .management-entity-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .management-entity-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .asset-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .edit-entity-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .member-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .import-content .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-execution-form .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .data-breach-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .internal-formation-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .reply-mail-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .item-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .item-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .item-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .mail-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .mail-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .mail-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .execution-panel .item-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .execution-panel .mail-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left,
          .audit-content-wrapper .execution-panel .execution-body .panel-group .panel .panel-heading .panel-title.title-with-icon .space-left {
            margin-left: 0.5em; }
      .management-entity-content-wrapper .item-panel .item-body > div,
      .management-entity-content-wrapper .item-panel .mail-body > div,
      .management-entity-content-wrapper .item-panel .execution-body > div,
      .management-entity-content-wrapper .mail-panel .item-body > div,
      .management-entity-content-wrapper .mail-panel .mail-body > div,
      .management-entity-content-wrapper .mail-panel .execution-body > div,
      .management-entity-content-wrapper .execution-panel .item-body > div,
      .management-entity-content-wrapper .execution-panel .mail-body > div,
      .management-entity-content-wrapper .execution-panel .execution-body > div,
      .asset-form .item-panel .item-body > div,
      .asset-form .item-panel .mail-body > div,
      .asset-form .item-panel .execution-body > div,
      .asset-form .mail-panel .item-body > div,
      .asset-form .mail-panel .mail-body > div,
      .asset-form .mail-panel .execution-body > div,
      .asset-form .execution-panel .item-body > div,
      .asset-form .execution-panel .mail-body > div,
      .asset-form .execution-panel .execution-body > div,
      .edit-entity-form .item-panel .item-body > div,
      .edit-entity-form .item-panel .mail-body > div,
      .edit-entity-form .item-panel .execution-body > div,
      .edit-entity-form .mail-panel .item-body > div,
      .edit-entity-form .mail-panel .mail-body > div,
      .edit-entity-form .mail-panel .execution-body > div,
      .edit-entity-form .execution-panel .item-body > div,
      .edit-entity-form .execution-panel .mail-body > div,
      .edit-entity-form .execution-panel .execution-body > div,
      .member-content-wrapper .item-panel .item-body > div,
      .member-content-wrapper .item-panel .mail-body > div,
      .member-content-wrapper .item-panel .execution-body > div,
      .member-content-wrapper .mail-panel .item-body > div,
      .member-content-wrapper .mail-panel .mail-body > div,
      .member-content-wrapper .mail-panel .execution-body > div,
      .member-content-wrapper .execution-panel .item-body > div,
      .member-content-wrapper .execution-panel .mail-body > div,
      .member-content-wrapper .execution-panel .execution-body > div,
      .import-content .item-panel .item-body > div,
      .import-content .item-panel .mail-body > div,
      .import-content .item-panel .execution-body > div,
      .import-content .mail-panel .item-body > div,
      .import-content .mail-panel .mail-body > div,
      .import-content .mail-panel .execution-body > div,
      .import-content .execution-panel .item-body > div,
      .import-content .execution-panel .mail-body > div,
      .import-content .execution-panel .execution-body > div,
      .data-breach-execution-form .item-panel .item-body > div,
      .data-breach-execution-form .item-panel .mail-body > div,
      .data-breach-execution-form .item-panel .execution-body > div,
      .data-breach-execution-form .mail-panel .item-body > div,
      .data-breach-execution-form .mail-panel .mail-body > div,
      .data-breach-execution-form .mail-panel .execution-body > div,
      .data-breach-execution-form .execution-panel .item-body > div,
      .data-breach-execution-form .execution-panel .mail-body > div,
      .data-breach-execution-form .execution-panel .execution-body > div,
      .data-breach-content-wrapper .item-panel .item-body > div,
      .data-breach-content-wrapper .item-panel .mail-body > div,
      .data-breach-content-wrapper .item-panel .execution-body > div,
      .data-breach-content-wrapper .mail-panel .item-body > div,
      .data-breach-content-wrapper .mail-panel .mail-body > div,
      .data-breach-content-wrapper .mail-panel .execution-body > div,
      .data-breach-content-wrapper .execution-panel .item-body > div,
      .data-breach-content-wrapper .execution-panel .mail-body > div,
      .data-breach-content-wrapper .execution-panel .execution-body > div,
      .internal-formation-content-wrapper .item-panel .item-body > div,
      .internal-formation-content-wrapper .item-panel .mail-body > div,
      .internal-formation-content-wrapper .item-panel .execution-body > div,
      .internal-formation-content-wrapper .mail-panel .item-body > div,
      .internal-formation-content-wrapper .mail-panel .mail-body > div,
      .internal-formation-content-wrapper .mail-panel .execution-body > div,
      .internal-formation-content-wrapper .execution-panel .item-body > div,
      .internal-formation-content-wrapper .execution-panel .mail-body > div,
      .internal-formation-content-wrapper .execution-panel .execution-body > div,
      .reply-mail-content-wrapper .item-panel .item-body > div,
      .reply-mail-content-wrapper .item-panel .mail-body > div,
      .reply-mail-content-wrapper .item-panel .execution-body > div,
      .reply-mail-content-wrapper .mail-panel .item-body > div,
      .reply-mail-content-wrapper .mail-panel .mail-body > div,
      .reply-mail-content-wrapper .mail-panel .execution-body > div,
      .reply-mail-content-wrapper .execution-panel .item-body > div,
      .reply-mail-content-wrapper .execution-panel .mail-body > div,
      .reply-mail-content-wrapper .execution-panel .execution-body > div,
      .audit-content-wrapper .item-panel .item-body > div,
      .audit-content-wrapper .item-panel .mail-body > div,
      .audit-content-wrapper .item-panel .execution-body > div,
      .audit-content-wrapper .mail-panel .item-body > div,
      .audit-content-wrapper .mail-panel .mail-body > div,
      .audit-content-wrapper .mail-panel .execution-body > div,
      .audit-content-wrapper .execution-panel .item-body > div,
      .audit-content-wrapper .execution-panel .mail-body > div,
      .audit-content-wrapper .execution-panel .execution-body > div {
        margin: 2em 0; }
        .management-entity-content-wrapper .item-panel .item-body > div:last-child,
        .management-entity-content-wrapper .item-panel .mail-body > div:last-child,
        .management-entity-content-wrapper .item-panel .execution-body > div:last-child,
        .management-entity-content-wrapper .mail-panel .item-body > div:last-child,
        .management-entity-content-wrapper .mail-panel .mail-body > div:last-child,
        .management-entity-content-wrapper .mail-panel .execution-body > div:last-child,
        .management-entity-content-wrapper .execution-panel .item-body > div:last-child,
        .management-entity-content-wrapper .execution-panel .mail-body > div:last-child,
        .management-entity-content-wrapper .execution-panel .execution-body > div:last-child,
        .asset-form .item-panel .item-body > div:last-child,
        .asset-form .item-panel .mail-body > div:last-child,
        .asset-form .item-panel .execution-body > div:last-child,
        .asset-form .mail-panel .item-body > div:last-child,
        .asset-form .mail-panel .mail-body > div:last-child,
        .asset-form .mail-panel .execution-body > div:last-child,
        .asset-form .execution-panel .item-body > div:last-child,
        .asset-form .execution-panel .mail-body > div:last-child,
        .asset-form .execution-panel .execution-body > div:last-child,
        .edit-entity-form .item-panel .item-body > div:last-child,
        .edit-entity-form .item-panel .mail-body > div:last-child,
        .edit-entity-form .item-panel .execution-body > div:last-child,
        .edit-entity-form .mail-panel .item-body > div:last-child,
        .edit-entity-form .mail-panel .mail-body > div:last-child,
        .edit-entity-form .mail-panel .execution-body > div:last-child,
        .edit-entity-form .execution-panel .item-body > div:last-child,
        .edit-entity-form .execution-panel .mail-body > div:last-child,
        .edit-entity-form .execution-panel .execution-body > div:last-child,
        .member-content-wrapper .item-panel .item-body > div:last-child,
        .member-content-wrapper .item-panel .mail-body > div:last-child,
        .member-content-wrapper .item-panel .execution-body > div:last-child,
        .member-content-wrapper .mail-panel .item-body > div:last-child,
        .member-content-wrapper .mail-panel .mail-body > div:last-child,
        .member-content-wrapper .mail-panel .execution-body > div:last-child,
        .member-content-wrapper .execution-panel .item-body > div:last-child,
        .member-content-wrapper .execution-panel .mail-body > div:last-child,
        .member-content-wrapper .execution-panel .execution-body > div:last-child,
        .import-content .item-panel .item-body > div:last-child,
        .import-content .item-panel .mail-body > div:last-child,
        .import-content .item-panel .execution-body > div:last-child,
        .import-content .mail-panel .item-body > div:last-child,
        .import-content .mail-panel .mail-body > div:last-child,
        .import-content .mail-panel .execution-body > div:last-child,
        .import-content .execution-panel .item-body > div:last-child,
        .import-content .execution-panel .mail-body > div:last-child,
        .import-content .execution-panel .execution-body > div:last-child,
        .data-breach-execution-form .item-panel .item-body > div:last-child,
        .data-breach-execution-form .item-panel .mail-body > div:last-child,
        .data-breach-execution-form .item-panel .execution-body > div:last-child,
        .data-breach-execution-form .mail-panel .item-body > div:last-child,
        .data-breach-execution-form .mail-panel .mail-body > div:last-child,
        .data-breach-execution-form .mail-panel .execution-body > div:last-child,
        .data-breach-execution-form .execution-panel .item-body > div:last-child,
        .data-breach-execution-form .execution-panel .mail-body > div:last-child,
        .data-breach-execution-form .execution-panel .execution-body > div:last-child,
        .data-breach-content-wrapper .item-panel .item-body > div:last-child,
        .data-breach-content-wrapper .item-panel .mail-body > div:last-child,
        .data-breach-content-wrapper .item-panel .execution-body > div:last-child,
        .data-breach-content-wrapper .mail-panel .item-body > div:last-child,
        .data-breach-content-wrapper .mail-panel .mail-body > div:last-child,
        .data-breach-content-wrapper .mail-panel .execution-body > div:last-child,
        .data-breach-content-wrapper .execution-panel .item-body > div:last-child,
        .data-breach-content-wrapper .execution-panel .mail-body > div:last-child,
        .data-breach-content-wrapper .execution-panel .execution-body > div:last-child,
        .internal-formation-content-wrapper .item-panel .item-body > div:last-child,
        .internal-formation-content-wrapper .item-panel .mail-body > div:last-child,
        .internal-formation-content-wrapper .item-panel .execution-body > div:last-child,
        .internal-formation-content-wrapper .mail-panel .item-body > div:last-child,
        .internal-formation-content-wrapper .mail-panel .mail-body > div:last-child,
        .internal-formation-content-wrapper .mail-panel .execution-body > div:last-child,
        .internal-formation-content-wrapper .execution-panel .item-body > div:last-child,
        .internal-formation-content-wrapper .execution-panel .mail-body > div:last-child,
        .internal-formation-content-wrapper .execution-panel .execution-body > div:last-child,
        .reply-mail-content-wrapper .item-panel .item-body > div:last-child,
        .reply-mail-content-wrapper .item-panel .mail-body > div:last-child,
        .reply-mail-content-wrapper .item-panel .execution-body > div:last-child,
        .reply-mail-content-wrapper .mail-panel .item-body > div:last-child,
        .reply-mail-content-wrapper .mail-panel .mail-body > div:last-child,
        .reply-mail-content-wrapper .mail-panel .execution-body > div:last-child,
        .reply-mail-content-wrapper .execution-panel .item-body > div:last-child,
        .reply-mail-content-wrapper .execution-panel .mail-body > div:last-child,
        .reply-mail-content-wrapper .execution-panel .execution-body > div:last-child,
        .audit-content-wrapper .item-panel .item-body > div:last-child,
        .audit-content-wrapper .item-panel .mail-body > div:last-child,
        .audit-content-wrapper .item-panel .execution-body > div:last-child,
        .audit-content-wrapper .mail-panel .item-body > div:last-child,
        .audit-content-wrapper .mail-panel .mail-body > div:last-child,
        .audit-content-wrapper .mail-panel .execution-body > div:last-child,
        .audit-content-wrapper .execution-panel .item-body > div:last-child,
        .audit-content-wrapper .execution-panel .mail-body > div:last-child,
        .audit-content-wrapper .execution-panel .execution-body > div:last-child {
          margin-bottom: 0; }
      .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper,
      .asset-form .item-panel .item-body .documents-title-wrapper,
      .asset-form .item-panel .item-body .requirements-title-wrapper,
      .asset-form .item-panel .mail-body .documents-title-wrapper,
      .asset-form .item-panel .mail-body .requirements-title-wrapper,
      .asset-form .item-panel .execution-body .documents-title-wrapper,
      .asset-form .item-panel .execution-body .requirements-title-wrapper,
      .asset-form .mail-panel .item-body .documents-title-wrapper,
      .asset-form .mail-panel .item-body .requirements-title-wrapper,
      .asset-form .mail-panel .mail-body .documents-title-wrapper,
      .asset-form .mail-panel .mail-body .requirements-title-wrapper,
      .asset-form .mail-panel .execution-body .documents-title-wrapper,
      .asset-form .mail-panel .execution-body .requirements-title-wrapper,
      .asset-form .execution-panel .item-body .documents-title-wrapper,
      .asset-form .execution-panel .item-body .requirements-title-wrapper,
      .asset-form .execution-panel .mail-body .documents-title-wrapper,
      .asset-form .execution-panel .mail-body .requirements-title-wrapper,
      .asset-form .execution-panel .execution-body .documents-title-wrapper,
      .asset-form .execution-panel .execution-body .requirements-title-wrapper,
      .edit-entity-form .item-panel .item-body .documents-title-wrapper,
      .edit-entity-form .item-panel .item-body .requirements-title-wrapper,
      .edit-entity-form .item-panel .mail-body .documents-title-wrapper,
      .edit-entity-form .item-panel .mail-body .requirements-title-wrapper,
      .edit-entity-form .item-panel .execution-body .documents-title-wrapper,
      .edit-entity-form .item-panel .execution-body .requirements-title-wrapper,
      .edit-entity-form .mail-panel .item-body .documents-title-wrapper,
      .edit-entity-form .mail-panel .item-body .requirements-title-wrapper,
      .edit-entity-form .mail-panel .mail-body .documents-title-wrapper,
      .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper,
      .edit-entity-form .mail-panel .execution-body .documents-title-wrapper,
      .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper,
      .edit-entity-form .execution-panel .item-body .documents-title-wrapper,
      .edit-entity-form .execution-panel .item-body .requirements-title-wrapper,
      .edit-entity-form .execution-panel .mail-body .documents-title-wrapper,
      .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper,
      .edit-entity-form .execution-panel .execution-body .documents-title-wrapper,
      .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper,
      .member-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .member-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .member-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .member-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .member-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .member-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper,
      .import-content .item-panel .item-body .documents-title-wrapper,
      .import-content .item-panel .item-body .requirements-title-wrapper,
      .import-content .item-panel .mail-body .documents-title-wrapper,
      .import-content .item-panel .mail-body .requirements-title-wrapper,
      .import-content .item-panel .execution-body .documents-title-wrapper,
      .import-content .item-panel .execution-body .requirements-title-wrapper,
      .import-content .mail-panel .item-body .documents-title-wrapper,
      .import-content .mail-panel .item-body .requirements-title-wrapper,
      .import-content .mail-panel .mail-body .documents-title-wrapper,
      .import-content .mail-panel .mail-body .requirements-title-wrapper,
      .import-content .mail-panel .execution-body .documents-title-wrapper,
      .import-content .mail-panel .execution-body .requirements-title-wrapper,
      .import-content .execution-panel .item-body .documents-title-wrapper,
      .import-content .execution-panel .item-body .requirements-title-wrapper,
      .import-content .execution-panel .mail-body .documents-title-wrapper,
      .import-content .execution-panel .mail-body .requirements-title-wrapper,
      .import-content .execution-panel .execution-body .documents-title-wrapper,
      .import-content .execution-panel .execution-body .requirements-title-wrapper,
      .data-breach-execution-form .item-panel .item-body .documents-title-wrapper,
      .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper,
      .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper,
      .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper,
      .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper,
      .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper,
      .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper,
      .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper,
      .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper,
      .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper,
      .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper,
      .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper,
      .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper,
      .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper,
      .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper,
      .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper,
      .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper,
      .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper,
      .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper,
      .audit-content-wrapper .item-panel .item-body .documents-title-wrapper,
      .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper,
      .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper,
      .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper,
      .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper,
      .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper,
      .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper,
      .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper,
      .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper,
      .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper,
      .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper,
      .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper,
      .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper,
      .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper,
      .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper,
      .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper,
      .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper,
      .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: .5em;
        margin-bottom: 2em; }
        .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions,
        .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .import-content .item-panel .item-body .documents-title-wrapper.filter-actions,
        .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions,
        .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions,
          .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions {
            display: flex;
            flex-direction: row;
            align-items: center; }
            .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown,
            .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown {
              position: relative; }
              .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button,
              .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .k-button {
                padding: 0 .5em;
                margin-left: 1em; }
              .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button,
              .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button {
                background-color: transparent;
                border: none;
                width: 100%;
                height: 100%;
                outline: none;
                display: flex;
                flex-direction: row;
                white-space: nowrap;
                align-items: center;
                justify-content: start; }
                .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i,
                .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button i {
                  margin-right: .5em; }
                .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover,
                .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button:hover {
                  background-color: #DFEDF4; }
                .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active,
                .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active {
                  font-weight: bold; }
                  .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up, .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle,
                  .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-thumbs-o-up,
                  .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-check-circle {
                    color: #10B683; }
                  .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle,
                  .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-times-circle {
                    color: #cd603d; }
                  .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle,
                  .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions .right-actions .filter-dropdown .dropdown-menu .dropdown-item button.active i.fa.fa-minus-circle {
                    color: #444; }
          .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .asset-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .import-content .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper.filter-actions autocomplete-input input,
          .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper.filter-actions autocomplete-input input {
            height: 1.35em; }
        .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .management-entity-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .asset-form .item-panel .item-body .documents-title-wrapper .documents-title,
        .asset-form .item-panel .item-body .documents-title-wrapper .requirements-title,
        .asset-form .item-panel .item-body .requirements-title-wrapper .documents-title,
        .asset-form .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .asset-form .item-panel .mail-body .documents-title-wrapper .documents-title,
        .asset-form .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .asset-form .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .asset-form .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .asset-form .item-panel .execution-body .documents-title-wrapper .documents-title,
        .asset-form .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .asset-form .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .asset-form .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .asset-form .mail-panel .item-body .documents-title-wrapper .documents-title,
        .asset-form .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .asset-form .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .asset-form .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .asset-form .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .asset-form .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .asset-form .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .asset-form .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .asset-form .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .asset-form .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .asset-form .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .asset-form .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .asset-form .execution-panel .item-body .documents-title-wrapper .documents-title,
        .asset-form .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .asset-form .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .asset-form .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .asset-form .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .asset-form .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .asset-form .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .asset-form .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .asset-form .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .asset-form .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .asset-form .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .asset-form .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .item-body .documents-title-wrapper .documents-title,
        .edit-entity-form .item-panel .item-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .item-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .mail-body .documents-title-wrapper .documents-title,
        .edit-entity-form .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .execution-body .documents-title-wrapper .documents-title,
        .edit-entity-form .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .item-body .documents-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .item-body .documents-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .edit-entity-form .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .member-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .import-content .item-panel .item-body .documents-title-wrapper .documents-title,
        .import-content .item-panel .item-body .documents-title-wrapper .requirements-title,
        .import-content .item-panel .item-body .requirements-title-wrapper .documents-title,
        .import-content .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .import-content .item-panel .mail-body .documents-title-wrapper .documents-title,
        .import-content .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .import-content .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .import-content .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .import-content .item-panel .execution-body .documents-title-wrapper .documents-title,
        .import-content .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .import-content .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .import-content .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .import-content .mail-panel .item-body .documents-title-wrapper .documents-title,
        .import-content .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .import-content .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .import-content .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .import-content .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .import-content .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .import-content .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .import-content .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .import-content .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .import-content .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .import-content .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .import-content .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .import-content .execution-panel .item-body .documents-title-wrapper .documents-title,
        .import-content .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .import-content .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .import-content .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .import-content .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .import-content .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .import-content .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .import-content .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .import-content .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .import-content .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .import-content .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .import-content .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-execution-form .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .data-breach-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .internal-formation-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .reply-mail-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .item-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .item-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .item-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .mail-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .mail-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .execution-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .item-panel .execution-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .item-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .item-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .mail-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .mail-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .execution-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .mail-panel .execution-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .item-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .item-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .mail-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .mail-body .requirements-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .execution-body .documents-title-wrapper .requirements-title,
        .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .documents-title,
        .audit-content-wrapper .execution-panel .execution-body .requirements-title-wrapper .requirements-title {
          padding: 0.5em;
          border-bottom: transparent;
          font-weight: 600;
          display: inline; }
      .management-entity-content-wrapper .item-panel .item-body ul.requirements-area,
      .management-entity-content-wrapper .item-panel .mail-body ul.requirements-area,
      .management-entity-content-wrapper .item-panel .execution-body ul.requirements-area,
      .management-entity-content-wrapper .mail-panel .item-body ul.requirements-area,
      .management-entity-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .management-entity-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .management-entity-content-wrapper .execution-panel .item-body ul.requirements-area,
      .management-entity-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .management-entity-content-wrapper .execution-panel .execution-body ul.requirements-area,
      .asset-form .item-panel .item-body ul.requirements-area,
      .asset-form .item-panel .mail-body ul.requirements-area,
      .asset-form .item-panel .execution-body ul.requirements-area,
      .asset-form .mail-panel .item-body ul.requirements-area,
      .asset-form .mail-panel .mail-body ul.requirements-area,
      .asset-form .mail-panel .execution-body ul.requirements-area,
      .asset-form .execution-panel .item-body ul.requirements-area,
      .asset-form .execution-panel .mail-body ul.requirements-area,
      .asset-form .execution-panel .execution-body ul.requirements-area,
      .edit-entity-form .item-panel .item-body ul.requirements-area,
      .edit-entity-form .item-panel .mail-body ul.requirements-area,
      .edit-entity-form .item-panel .execution-body ul.requirements-area,
      .edit-entity-form .mail-panel .item-body ul.requirements-area,
      .edit-entity-form .mail-panel .mail-body ul.requirements-area,
      .edit-entity-form .mail-panel .execution-body ul.requirements-area,
      .edit-entity-form .execution-panel .item-body ul.requirements-area,
      .edit-entity-form .execution-panel .mail-body ul.requirements-area,
      .edit-entity-form .execution-panel .execution-body ul.requirements-area,
      .member-content-wrapper .item-panel .item-body ul.requirements-area,
      .member-content-wrapper .item-panel .mail-body ul.requirements-area,
      .member-content-wrapper .item-panel .execution-body ul.requirements-area,
      .member-content-wrapper .mail-panel .item-body ul.requirements-area,
      .member-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .member-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .member-content-wrapper .execution-panel .item-body ul.requirements-area,
      .member-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .member-content-wrapper .execution-panel .execution-body ul.requirements-area,
      .import-content .item-panel .item-body ul.requirements-area,
      .import-content .item-panel .mail-body ul.requirements-area,
      .import-content .item-panel .execution-body ul.requirements-area,
      .import-content .mail-panel .item-body ul.requirements-area,
      .import-content .mail-panel .mail-body ul.requirements-area,
      .import-content .mail-panel .execution-body ul.requirements-area,
      .import-content .execution-panel .item-body ul.requirements-area,
      .import-content .execution-panel .mail-body ul.requirements-area,
      .import-content .execution-panel .execution-body ul.requirements-area,
      .data-breach-execution-form .item-panel .item-body ul.requirements-area,
      .data-breach-execution-form .item-panel .mail-body ul.requirements-area,
      .data-breach-execution-form .item-panel .execution-body ul.requirements-area,
      .data-breach-execution-form .mail-panel .item-body ul.requirements-area,
      .data-breach-execution-form .mail-panel .mail-body ul.requirements-area,
      .data-breach-execution-form .mail-panel .execution-body ul.requirements-area,
      .data-breach-execution-form .execution-panel .item-body ul.requirements-area,
      .data-breach-execution-form .execution-panel .mail-body ul.requirements-area,
      .data-breach-execution-form .execution-panel .execution-body ul.requirements-area,
      .data-breach-content-wrapper .item-panel .item-body ul.requirements-area,
      .data-breach-content-wrapper .item-panel .mail-body ul.requirements-area,
      .data-breach-content-wrapper .item-panel .execution-body ul.requirements-area,
      .data-breach-content-wrapper .mail-panel .item-body ul.requirements-area,
      .data-breach-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .data-breach-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .data-breach-content-wrapper .execution-panel .item-body ul.requirements-area,
      .data-breach-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .data-breach-content-wrapper .execution-panel .execution-body ul.requirements-area,
      .internal-formation-content-wrapper .item-panel .item-body ul.requirements-area,
      .internal-formation-content-wrapper .item-panel .mail-body ul.requirements-area,
      .internal-formation-content-wrapper .item-panel .execution-body ul.requirements-area,
      .internal-formation-content-wrapper .mail-panel .item-body ul.requirements-area,
      .internal-formation-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .internal-formation-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .internal-formation-content-wrapper .execution-panel .item-body ul.requirements-area,
      .internal-formation-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .internal-formation-content-wrapper .execution-panel .execution-body ul.requirements-area,
      .reply-mail-content-wrapper .item-panel .item-body ul.requirements-area,
      .reply-mail-content-wrapper .item-panel .mail-body ul.requirements-area,
      .reply-mail-content-wrapper .item-panel .execution-body ul.requirements-area,
      .reply-mail-content-wrapper .mail-panel .item-body ul.requirements-area,
      .reply-mail-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .reply-mail-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .reply-mail-content-wrapper .execution-panel .item-body ul.requirements-area,
      .reply-mail-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .reply-mail-content-wrapper .execution-panel .execution-body ul.requirements-area,
      .audit-content-wrapper .item-panel .item-body ul.requirements-area,
      .audit-content-wrapper .item-panel .mail-body ul.requirements-area,
      .audit-content-wrapper .item-panel .execution-body ul.requirements-area,
      .audit-content-wrapper .mail-panel .item-body ul.requirements-area,
      .audit-content-wrapper .mail-panel .mail-body ul.requirements-area,
      .audit-content-wrapper .mail-panel .execution-body ul.requirements-area,
      .audit-content-wrapper .execution-panel .item-body ul.requirements-area,
      .audit-content-wrapper .execution-panel .mail-body ul.requirements-area,
      .audit-content-wrapper .execution-panel .execution-body ul.requirements-area {
        padding-left: 17px;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0;
        height: 100%; }

.privacy-by-design-form .static-bar .title-section .tags-wrapper {
  margin-right: 1em; }

form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-tabstrip-wrapper {
  position: relative; }
  form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-tabstrip-wrapper > .tab-strip-evaluation {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 3.3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0.75em; }
    form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-tabstrip-wrapper > .tab-strip-evaluation .evaluation-label {
      color: #333;
      font-style: italic;
      margin-right: 0.5em; }
    form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-tabstrip-wrapper > .tab-strip-evaluation evaluation-buttons .buttons-group .evaluation-button {
      font-size: 1em; }

form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-widget.k-tabstrip {
  margin: 0px -15px; }
  form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-widget.k-tabstrip ul.k-tabstrip-items {
    padding-left: calc(1.5em + 15px);
    padding-right: calc(0.3em + 15px); }
  form.internal-formation-form .internal-formation-content-wrapper .sided-panel .k-widget.k-tabstrip div.k-content {
    padding: 0 15px; }

form.member-form .k-treeview,
div.data-rights-request-form .k-treeview,
div.edit-task-form .k-treeview,
form.edit-entity-form .k-treeview,
form.data-breach-plan-form .k-treeview,
form.internal-formation-form .k-treeview,
form.audit-form .k-treeview {
  box-shadow: none;
  margin-bottom: 0;
  padding-top: 1.5em; }

div.tree-management-entity-form .static-bar .title-section .align-items-center,
div.asset-form .static-bar .title-section .align-items-center,
form.member-form .static-bar .title-section .align-items-center,
div.data-rights-request-form .static-bar .title-section .align-items-center,
div.edit-task-form .static-bar .title-section .align-items-center,
div.edit-entity-form .static-bar .title-section .align-items-center,
div.data-breach-execution-form .static-bar .title-section .align-items-center,
form.data-breach-plan-form .static-bar .title-section .align-items-center,
form.internal-formation-form .static-bar .title-section .align-items-center,
form.audit-form .static-bar .title-section .align-items-center {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

div.tree-management-entity-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.tree-management-entity-form .static-bar .title-section form-buttons.force-margin-right,
div.asset-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.asset-form .static-bar .title-section form-buttons.force-margin-right,
form.member-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
form.member-form .static-bar .title-section form-buttons.force-margin-right,
div.data-rights-request-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.data-rights-request-form .static-bar .title-section form-buttons.force-margin-right,
div.edit-task-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.edit-task-form .static-bar .title-section form-buttons.force-margin-right,
div.edit-entity-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.edit-entity-form .static-bar .title-section form-buttons.force-margin-right,
div.data-breach-execution-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
div.data-breach-execution-form .static-bar .title-section form-buttons.force-margin-right,
form.data-breach-plan-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
form.data-breach-plan-form .static-bar .title-section form-buttons.force-margin-right,
form.internal-formation-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
form.internal-formation-form .static-bar .title-section form-buttons.force-margin-right,
form.audit-form .static-bar .title-section div.form-buttons-alike.force-margin-right,
form.audit-form .static-bar .title-section form-buttons.force-margin-right {
  margin-right: 1.5em; }

div.tree-management-entity-form .static-bar .title-section .tags-wrapper,
div.asset-form .static-bar .title-section .tags-wrapper,
form.member-form .static-bar .title-section .tags-wrapper,
div.data-rights-request-form .static-bar .title-section .tags-wrapper,
div.edit-task-form .static-bar .title-section .tags-wrapper,
div.edit-entity-form .static-bar .title-section .tags-wrapper,
div.data-breach-execution-form .static-bar .title-section .tags-wrapper,
form.data-breach-plan-form .static-bar .title-section .tags-wrapper,
form.internal-formation-form .static-bar .title-section .tags-wrapper,
form.audit-form .static-bar .title-section .tags-wrapper {
  margin-right: 1em; }
  div.tree-management-entity-form .static-bar .title-section .tags-wrapper .tag-active,
  div.tree-management-entity-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.asset-form .static-bar .title-section .tags-wrapper .tag-active,
  div.asset-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.member-form .static-bar .title-section .tags-wrapper .tag-active,
  form.member-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.data-rights-request-form .static-bar .title-section .tags-wrapper .tag-active,
  div.data-rights-request-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.edit-task-form .static-bar .title-section .tags-wrapper .tag-active,
  div.edit-task-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.edit-entity-form .static-bar .title-section .tags-wrapper .tag-active,
  div.edit-entity-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.data-breach-execution-form .static-bar .title-section .tags-wrapper .tag-active,
  div.data-breach-execution-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.data-breach-plan-form .static-bar .title-section .tags-wrapper .tag-active,
  form.data-breach-plan-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.internal-formation-form .static-bar .title-section .tags-wrapper .tag-active,
  form.internal-formation-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.audit-form .static-bar .title-section .tags-wrapper .tag-active,
  form.audit-form .static-bar .title-section .tags-wrapper .tag-inactive {
    font-size: 1em;
    color: white;
    border-radius: 4px; }
  div.tree-management-entity-form .static-bar .title-section .tags-wrapper .tag-active,
  div.asset-form .static-bar .title-section .tags-wrapper .tag-active,
  form.member-form .static-bar .title-section .tags-wrapper .tag-active,
  div.data-rights-request-form .static-bar .title-section .tags-wrapper .tag-active,
  div.edit-task-form .static-bar .title-section .tags-wrapper .tag-active,
  div.edit-entity-form .static-bar .title-section .tags-wrapper .tag-active,
  div.data-breach-execution-form .static-bar .title-section .tags-wrapper .tag-active,
  form.data-breach-plan-form .static-bar .title-section .tags-wrapper .tag-active,
  form.internal-formation-form .static-bar .title-section .tags-wrapper .tag-active,
  form.audit-form .static-bar .title-section .tags-wrapper .tag-active {
    background-color: #B7DB7F; }
  div.tree-management-entity-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.asset-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.member-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.data-rights-request-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.edit-task-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.edit-entity-form .static-bar .title-section .tags-wrapper .tag-inactive,
  div.data-breach-execution-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.data-breach-plan-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.internal-formation-form .static-bar .title-section .tags-wrapper .tag-inactive,
  form.audit-form .static-bar .title-section .tags-wrapper .tag-inactive {
    background-color: #CD603D; }

div.tree-management-entity-form .invalid-responsibles,
div.tree-management-entity-form .invalid-measures,
div.tree-management-entity-form .invalid-requirements,
div.asset-form .invalid-responsibles,
div.asset-form .invalid-measures,
div.asset-form .invalid-requirements,
form.member-form .invalid-responsibles,
form.member-form .invalid-measures,
form.member-form .invalid-requirements,
div.data-rights-request-form .invalid-responsibles,
div.data-rights-request-form .invalid-measures,
div.data-rights-request-form .invalid-requirements,
div.edit-task-form .invalid-responsibles,
div.edit-task-form .invalid-measures,
div.edit-task-form .invalid-requirements,
div.edit-entity-form .invalid-responsibles,
div.edit-entity-form .invalid-measures,
div.edit-entity-form .invalid-requirements,
div.data-breach-execution-form .invalid-responsibles,
div.data-breach-execution-form .invalid-measures,
div.data-breach-execution-form .invalid-requirements,
form.data-breach-plan-form .invalid-responsibles,
form.data-breach-plan-form .invalid-measures,
form.data-breach-plan-form .invalid-requirements,
form.internal-formation-form .invalid-responsibles,
form.internal-formation-form .invalid-measures,
form.internal-formation-form .invalid-requirements,
form.audit-form .invalid-responsibles,
form.audit-form .invalid-measures,
form.audit-form .invalid-requirements {
  color: #d00;
  font-size: 0.917em;
  display: block;
  text-align: left;
  visibility: hidden; }
  div.tree-management-entity-form .invalid-responsibles.visible,
  div.tree-management-entity-form .invalid-measures.visible,
  div.tree-management-entity-form .invalid-requirements.visible,
  div.asset-form .invalid-responsibles.visible,
  div.asset-form .invalid-measures.visible,
  div.asset-form .invalid-requirements.visible,
  form.member-form .invalid-responsibles.visible,
  form.member-form .invalid-measures.visible,
  form.member-form .invalid-requirements.visible,
  div.data-rights-request-form .invalid-responsibles.visible,
  div.data-rights-request-form .invalid-measures.visible,
  div.data-rights-request-form .invalid-requirements.visible,
  div.edit-task-form .invalid-responsibles.visible,
  div.edit-task-form .invalid-measures.visible,
  div.edit-task-form .invalid-requirements.visible,
  div.edit-entity-form .invalid-responsibles.visible,
  div.edit-entity-form .invalid-measures.visible,
  div.edit-entity-form .invalid-requirements.visible,
  div.data-breach-execution-form .invalid-responsibles.visible,
  div.data-breach-execution-form .invalid-measures.visible,
  div.data-breach-execution-form .invalid-requirements.visible,
  form.data-breach-plan-form .invalid-responsibles.visible,
  form.data-breach-plan-form .invalid-measures.visible,
  form.data-breach-plan-form .invalid-requirements.visible,
  form.internal-formation-form .invalid-responsibles.visible,
  form.internal-formation-form .invalid-measures.visible,
  form.internal-formation-form .invalid-requirements.visible,
  form.audit-form .invalid-responsibles.visible,
  form.audit-form .invalid-measures.visible,
  form.audit-form .invalid-requirements.visible {
    visibility: visible; }

div.tree-management-entity-form .dropdown-execution-status li:hover,
div.asset-form .dropdown-execution-status li:hover,
form.member-form .dropdown-execution-status li:hover,
div.data-rights-request-form .dropdown-execution-status li:hover,
div.edit-task-form .dropdown-execution-status li:hover,
div.edit-entity-form .dropdown-execution-status li:hover,
div.data-breach-execution-form .dropdown-execution-status li:hover,
form.data-breach-plan-form .dropdown-execution-status li:hover,
form.internal-formation-form .dropdown-execution-status li:hover,
form.audit-form .dropdown-execution-status li:hover {
  background-color: #DFEDF4; }

div.tree-management-entity-form .execution-section,
div.asset-form .execution-section,
form.member-form .execution-section,
div.data-rights-request-form .execution-section,
div.edit-task-form .execution-section,
div.edit-entity-form .execution-section,
div.data-breach-execution-form .execution-section,
form.data-breach-plan-form .execution-section,
form.internal-formation-form .execution-section,
form.audit-form .execution-section {
  float: right;
  margin-right: 1.5em; }
  div.tree-management-entity-form .execution-section .inline-buttons,
  div.asset-form .execution-section .inline-buttons,
  form.member-form .execution-section .inline-buttons,
  div.data-rights-request-form .execution-section .inline-buttons,
  div.edit-task-form .execution-section .inline-buttons,
  div.edit-entity-form .execution-section .inline-buttons,
  div.data-breach-execution-form .execution-section .inline-buttons,
  form.data-breach-plan-form .execution-section .inline-buttons,
  form.internal-formation-form .execution-section .inline-buttons,
  form.audit-form .execution-section .inline-buttons {
    display: inline-block; }
  div.tree-management-entity-form .execution-section .last-update-message,
  div.asset-form .execution-section .last-update-message,
  form.member-form .execution-section .last-update-message,
  div.data-rights-request-form .execution-section .last-update-message,
  div.edit-task-form .execution-section .last-update-message,
  div.edit-entity-form .execution-section .last-update-message,
  div.data-breach-execution-form .execution-section .last-update-message,
  form.data-breach-plan-form .execution-section .last-update-message,
  form.internal-formation-form .execution-section .last-update-message,
  form.audit-form .execution-section .last-update-message {
    display: inline-block;
    margin-right: 1em;
    font-style: italic; }
  div.tree-management-entity-form .execution-section .margin-right,
  div.asset-form .execution-section .margin-right,
  form.member-form .execution-section .margin-right,
  div.data-rights-request-form .execution-section .margin-right,
  div.edit-task-form .execution-section .margin-right,
  div.edit-entity-form .execution-section .margin-right,
  div.data-breach-execution-form .execution-section .margin-right,
  form.data-breach-plan-form .execution-section .margin-right,
  form.internal-formation-form .execution-section .margin-right,
  form.audit-form .execution-section .margin-right {
    margin-right: 1em; }

div.tree-management-entity-form .audit-execution-message.margin-right,
div.asset-form .audit-execution-message.margin-right,
form.member-form .audit-execution-message.margin-right,
div.data-rights-request-form .audit-execution-message.margin-right,
div.edit-task-form .audit-execution-message.margin-right,
div.edit-entity-form .audit-execution-message.margin-right,
div.data-breach-execution-form .audit-execution-message.margin-right,
form.data-breach-plan-form .audit-execution-message.margin-right,
form.internal-formation-form .audit-execution-message.margin-right,
form.audit-form .audit-execution-message.margin-right {
  margin-right: 1em; }

div.tree-management-entity-form .top-tree-search-section,
div.tree-management-entity-form .top-tree-mail-section,
div.tree-management-entity-form .top-tree-execution-section,
div.asset-form .top-tree-search-section,
div.asset-form .top-tree-mail-section,
div.asset-form .top-tree-execution-section,
form.member-form .top-tree-search-section,
form.member-form .top-tree-mail-section,
form.member-form .top-tree-execution-section,
div.data-rights-request-form .top-tree-search-section,
div.data-rights-request-form .top-tree-mail-section,
div.data-rights-request-form .top-tree-execution-section,
div.edit-task-form .top-tree-search-section,
div.edit-task-form .top-tree-mail-section,
div.edit-task-form .top-tree-execution-section,
div.edit-entity-form .top-tree-search-section,
div.edit-entity-form .top-tree-mail-section,
div.edit-entity-form .top-tree-execution-section,
div.data-breach-execution-form .top-tree-search-section,
div.data-breach-execution-form .top-tree-mail-section,
div.data-breach-execution-form .top-tree-execution-section,
form.data-breach-plan-form .top-tree-search-section,
form.data-breach-plan-form .top-tree-mail-section,
form.data-breach-plan-form .top-tree-execution-section,
form.internal-formation-form .top-tree-search-section,
form.internal-formation-form .top-tree-mail-section,
form.internal-formation-form .top-tree-execution-section,
form.audit-form .top-tree-search-section,
form.audit-form .top-tree-mail-section,
form.audit-form .top-tree-execution-section {
  padding: 1.5em;
  background-color: white;
  border-bottom: 1px solid #eee; }
  div.tree-management-entity-form .top-tree-search-section .display-section,
  div.tree-management-entity-form .top-tree-mail-section .display-section,
  div.tree-management-entity-form .top-tree-execution-section .display-section,
  div.asset-form .top-tree-search-section .display-section,
  div.asset-form .top-tree-mail-section .display-section,
  div.asset-form .top-tree-execution-section .display-section,
  form.member-form .top-tree-search-section .display-section,
  form.member-form .top-tree-mail-section .display-section,
  form.member-form .top-tree-execution-section .display-section,
  div.data-rights-request-form .top-tree-search-section .display-section,
  div.data-rights-request-form .top-tree-mail-section .display-section,
  div.data-rights-request-form .top-tree-execution-section .display-section,
  div.edit-task-form .top-tree-search-section .display-section,
  div.edit-task-form .top-tree-mail-section .display-section,
  div.edit-task-form .top-tree-execution-section .display-section,
  div.edit-entity-form .top-tree-search-section .display-section,
  div.edit-entity-form .top-tree-mail-section .display-section,
  div.edit-entity-form .top-tree-execution-section .display-section,
  div.data-breach-execution-form .top-tree-search-section .display-section,
  div.data-breach-execution-form .top-tree-mail-section .display-section,
  div.data-breach-execution-form .top-tree-execution-section .display-section,
  form.data-breach-plan-form .top-tree-search-section .display-section,
  form.data-breach-plan-form .top-tree-mail-section .display-section,
  form.data-breach-plan-form .top-tree-execution-section .display-section,
  form.internal-formation-form .top-tree-search-section .display-section,
  form.internal-formation-form .top-tree-mail-section .display-section,
  form.internal-formation-form .top-tree-execution-section .display-section,
  form.audit-form .top-tree-search-section .display-section,
  form.audit-form .top-tree-mail-section .display-section,
  form.audit-form .top-tree-execution-section .display-section {
    display: flex; }
    div.tree-management-entity-form .top-tree-search-section .display-section .inline-block,
    div.tree-management-entity-form .top-tree-mail-section .display-section .inline-block,
    div.tree-management-entity-form .top-tree-execution-section .display-section .inline-block,
    div.asset-form .top-tree-search-section .display-section .inline-block,
    div.asset-form .top-tree-mail-section .display-section .inline-block,
    div.asset-form .top-tree-execution-section .display-section .inline-block,
    form.member-form .top-tree-search-section .display-section .inline-block,
    form.member-form .top-tree-mail-section .display-section .inline-block,
    form.member-form .top-tree-execution-section .display-section .inline-block,
    div.data-rights-request-form .top-tree-search-section .display-section .inline-block,
    div.data-rights-request-form .top-tree-mail-section .display-section .inline-block,
    div.data-rights-request-form .top-tree-execution-section .display-section .inline-block,
    div.edit-task-form .top-tree-search-section .display-section .inline-block,
    div.edit-task-form .top-tree-mail-section .display-section .inline-block,
    div.edit-task-form .top-tree-execution-section .display-section .inline-block,
    div.edit-entity-form .top-tree-search-section .display-section .inline-block,
    div.edit-entity-form .top-tree-mail-section .display-section .inline-block,
    div.edit-entity-form .top-tree-execution-section .display-section .inline-block,
    div.data-breach-execution-form .top-tree-search-section .display-section .inline-block,
    div.data-breach-execution-form .top-tree-mail-section .display-section .inline-block,
    div.data-breach-execution-form .top-tree-execution-section .display-section .inline-block,
    form.data-breach-plan-form .top-tree-search-section .display-section .inline-block,
    form.data-breach-plan-form .top-tree-mail-section .display-section .inline-block,
    form.data-breach-plan-form .top-tree-execution-section .display-section .inline-block,
    form.internal-formation-form .top-tree-search-section .display-section .inline-block,
    form.internal-formation-form .top-tree-mail-section .display-section .inline-block,
    form.internal-formation-form .top-tree-execution-section .display-section .inline-block,
    form.audit-form .top-tree-search-section .display-section .inline-block,
    form.audit-form .top-tree-mail-section .display-section .inline-block,
    form.audit-form .top-tree-execution-section .display-section .inline-block {
      display: inline-block; }
    div.tree-management-entity-form .top-tree-search-section .display-section .left-block,
    div.tree-management-entity-form .top-tree-mail-section .display-section .left-block,
    div.tree-management-entity-form .top-tree-execution-section .display-section .left-block,
    div.asset-form .top-tree-search-section .display-section .left-block,
    div.asset-form .top-tree-mail-section .display-section .left-block,
    div.asset-form .top-tree-execution-section .display-section .left-block,
    form.member-form .top-tree-search-section .display-section .left-block,
    form.member-form .top-tree-mail-section .display-section .left-block,
    form.member-form .top-tree-execution-section .display-section .left-block,
    div.data-rights-request-form .top-tree-search-section .display-section .left-block,
    div.data-rights-request-form .top-tree-mail-section .display-section .left-block,
    div.data-rights-request-form .top-tree-execution-section .display-section .left-block,
    div.edit-task-form .top-tree-search-section .display-section .left-block,
    div.edit-task-form .top-tree-mail-section .display-section .left-block,
    div.edit-task-form .top-tree-execution-section .display-section .left-block,
    div.edit-entity-form .top-tree-search-section .display-section .left-block,
    div.edit-entity-form .top-tree-mail-section .display-section .left-block,
    div.edit-entity-form .top-tree-execution-section .display-section .left-block,
    div.data-breach-execution-form .top-tree-search-section .display-section .left-block,
    div.data-breach-execution-form .top-tree-mail-section .display-section .left-block,
    div.data-breach-execution-form .top-tree-execution-section .display-section .left-block,
    form.data-breach-plan-form .top-tree-search-section .display-section .left-block,
    form.data-breach-plan-form .top-tree-mail-section .display-section .left-block,
    form.data-breach-plan-form .top-tree-execution-section .display-section .left-block,
    form.internal-formation-form .top-tree-search-section .display-section .left-block,
    form.internal-formation-form .top-tree-mail-section .display-section .left-block,
    form.internal-formation-form .top-tree-execution-section .display-section .left-block,
    form.audit-form .top-tree-search-section .display-section .left-block,
    form.audit-form .top-tree-mail-section .display-section .left-block,
    form.audit-form .top-tree-execution-section .display-section .left-block {
      width: 56%; }
    div.tree-management-entity-form .top-tree-search-section .display-section .center-block,
    div.tree-management-entity-form .top-tree-mail-section .display-section .center-block,
    div.tree-management-entity-form .top-tree-execution-section .display-section .center-block,
    div.asset-form .top-tree-search-section .display-section .center-block,
    div.asset-form .top-tree-mail-section .display-section .center-block,
    div.asset-form .top-tree-execution-section .display-section .center-block,
    form.member-form .top-tree-search-section .display-section .center-block,
    form.member-form .top-tree-mail-section .display-section .center-block,
    form.member-form .top-tree-execution-section .display-section .center-block,
    div.data-rights-request-form .top-tree-search-section .display-section .center-block,
    div.data-rights-request-form .top-tree-mail-section .display-section .center-block,
    div.data-rights-request-form .top-tree-execution-section .display-section .center-block,
    div.edit-task-form .top-tree-search-section .display-section .center-block,
    div.edit-task-form .top-tree-mail-section .display-section .center-block,
    div.edit-task-form .top-tree-execution-section .display-section .center-block,
    div.edit-entity-form .top-tree-search-section .display-section .center-block,
    div.edit-entity-form .top-tree-mail-section .display-section .center-block,
    div.edit-entity-form .top-tree-execution-section .display-section .center-block,
    div.data-breach-execution-form .top-tree-search-section .display-section .center-block,
    div.data-breach-execution-form .top-tree-mail-section .display-section .center-block,
    div.data-breach-execution-form .top-tree-execution-section .display-section .center-block,
    form.data-breach-plan-form .top-tree-search-section .display-section .center-block,
    form.data-breach-plan-form .top-tree-mail-section .display-section .center-block,
    form.data-breach-plan-form .top-tree-execution-section .display-section .center-block,
    form.internal-formation-form .top-tree-search-section .display-section .center-block,
    form.internal-formation-form .top-tree-mail-section .display-section .center-block,
    form.internal-formation-form .top-tree-execution-section .display-section .center-block,
    form.audit-form .top-tree-search-section .display-section .center-block,
    form.audit-form .top-tree-mail-section .display-section .center-block,
    form.audit-form .top-tree-execution-section .display-section .center-block {
      width: 16%;
      border-right: 1px solid #ccc; }
    div.tree-management-entity-form .top-tree-search-section .display-section .right-block,
    div.tree-management-entity-form .top-tree-mail-section .display-section .right-block,
    div.tree-management-entity-form .top-tree-execution-section .display-section .right-block,
    div.asset-form .top-tree-search-section .display-section .right-block,
    div.asset-form .top-tree-mail-section .display-section .right-block,
    div.asset-form .top-tree-execution-section .display-section .right-block,
    form.member-form .top-tree-search-section .display-section .right-block,
    form.member-form .top-tree-mail-section .display-section .right-block,
    form.member-form .top-tree-execution-section .display-section .right-block,
    div.data-rights-request-form .top-tree-search-section .display-section .right-block,
    div.data-rights-request-form .top-tree-mail-section .display-section .right-block,
    div.data-rights-request-form .top-tree-execution-section .display-section .right-block,
    div.edit-task-form .top-tree-search-section .display-section .right-block,
    div.edit-task-form .top-tree-mail-section .display-section .right-block,
    div.edit-task-form .top-tree-execution-section .display-section .right-block,
    div.edit-entity-form .top-tree-search-section .display-section .right-block,
    div.edit-entity-form .top-tree-mail-section .display-section .right-block,
    div.edit-entity-form .top-tree-execution-section .display-section .right-block,
    div.data-breach-execution-form .top-tree-search-section .display-section .right-block,
    div.data-breach-execution-form .top-tree-mail-section .display-section .right-block,
    div.data-breach-execution-form .top-tree-execution-section .display-section .right-block,
    form.data-breach-plan-form .top-tree-search-section .display-section .right-block,
    form.data-breach-plan-form .top-tree-mail-section .display-section .right-block,
    form.data-breach-plan-form .top-tree-execution-section .display-section .right-block,
    form.internal-formation-form .top-tree-search-section .display-section .right-block,
    form.internal-formation-form .top-tree-mail-section .display-section .right-block,
    form.internal-formation-form .top-tree-execution-section .display-section .right-block,
    form.audit-form .top-tree-search-section .display-section .right-block,
    form.audit-form .top-tree-mail-section .display-section .right-block,
    form.audit-form .top-tree-execution-section .display-section .right-block {
      width: 28%; }
    div.tree-management-entity-form .top-tree-search-section .display-section .hole-block,
    div.tree-management-entity-form .top-tree-mail-section .display-section .hole-block,
    div.tree-management-entity-form .top-tree-execution-section .display-section .hole-block,
    div.asset-form .top-tree-search-section .display-section .hole-block,
    div.asset-form .top-tree-mail-section .display-section .hole-block,
    div.asset-form .top-tree-execution-section .display-section .hole-block,
    form.member-form .top-tree-search-section .display-section .hole-block,
    form.member-form .top-tree-mail-section .display-section .hole-block,
    form.member-form .top-tree-execution-section .display-section .hole-block,
    div.data-rights-request-form .top-tree-search-section .display-section .hole-block,
    div.data-rights-request-form .top-tree-mail-section .display-section .hole-block,
    div.data-rights-request-form .top-tree-execution-section .display-section .hole-block,
    div.edit-task-form .top-tree-search-section .display-section .hole-block,
    div.edit-task-form .top-tree-mail-section .display-section .hole-block,
    div.edit-task-form .top-tree-execution-section .display-section .hole-block,
    div.edit-entity-form .top-tree-search-section .display-section .hole-block,
    div.edit-entity-form .top-tree-mail-section .display-section .hole-block,
    div.edit-entity-form .top-tree-execution-section .display-section .hole-block,
    div.data-breach-execution-form .top-tree-search-section .display-section .hole-block,
    div.data-breach-execution-form .top-tree-mail-section .display-section .hole-block,
    div.data-breach-execution-form .top-tree-execution-section .display-section .hole-block,
    form.data-breach-plan-form .top-tree-search-section .display-section .hole-block,
    form.data-breach-plan-form .top-tree-mail-section .display-section .hole-block,
    form.data-breach-plan-form .top-tree-execution-section .display-section .hole-block,
    form.internal-formation-form .top-tree-search-section .display-section .hole-block,
    form.internal-formation-form .top-tree-mail-section .display-section .hole-block,
    form.internal-formation-form .top-tree-execution-section .display-section .hole-block,
    form.audit-form .top-tree-search-section .display-section .hole-block,
    form.audit-form .top-tree-mail-section .display-section .hole-block,
    form.audit-form .top-tree-execution-section .display-section .hole-block {
      width: 100%; }
  div.tree-management-entity-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.tree-management-entity-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.tree-management-entity-form .top-tree-execution-section autocomplete-input span.k-i-close,
  div.asset-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.asset-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.asset-form .top-tree-execution-section autocomplete-input span.k-i-close,
  form.member-form .top-tree-search-section autocomplete-input span.k-i-close,
  form.member-form .top-tree-mail-section autocomplete-input span.k-i-close,
  form.member-form .top-tree-execution-section autocomplete-input span.k-i-close,
  div.data-rights-request-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.data-rights-request-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.data-rights-request-form .top-tree-execution-section autocomplete-input span.k-i-close,
  div.edit-task-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.edit-task-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.edit-task-form .top-tree-execution-section autocomplete-input span.k-i-close,
  div.edit-entity-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.edit-entity-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.edit-entity-form .top-tree-execution-section autocomplete-input span.k-i-close,
  div.data-breach-execution-form .top-tree-search-section autocomplete-input span.k-i-close,
  div.data-breach-execution-form .top-tree-mail-section autocomplete-input span.k-i-close,
  div.data-breach-execution-form .top-tree-execution-section autocomplete-input span.k-i-close,
  form.data-breach-plan-form .top-tree-search-section autocomplete-input span.k-i-close,
  form.data-breach-plan-form .top-tree-mail-section autocomplete-input span.k-i-close,
  form.data-breach-plan-form .top-tree-execution-section autocomplete-input span.k-i-close,
  form.internal-formation-form .top-tree-search-section autocomplete-input span.k-i-close,
  form.internal-formation-form .top-tree-mail-section autocomplete-input span.k-i-close,
  form.internal-formation-form .top-tree-execution-section autocomplete-input span.k-i-close,
  form.audit-form .top-tree-search-section autocomplete-input span.k-i-close,
  form.audit-form .top-tree-mail-section autocomplete-input span.k-i-close,
  form.audit-form .top-tree-execution-section autocomplete-input span.k-i-close {
    position: absolute;
    top: auto;
    bottom: 0px; }
  div.tree-management-entity-form .top-tree-search-section input,
  div.tree-management-entity-form .top-tree-mail-section input,
  div.tree-management-entity-form .top-tree-execution-section input,
  div.asset-form .top-tree-search-section input,
  div.asset-form .top-tree-mail-section input,
  div.asset-form .top-tree-execution-section input,
  form.member-form .top-tree-search-section input,
  form.member-form .top-tree-mail-section input,
  form.member-form .top-tree-execution-section input,
  div.data-rights-request-form .top-tree-search-section input,
  div.data-rights-request-form .top-tree-mail-section input,
  div.data-rights-request-form .top-tree-execution-section input,
  div.edit-task-form .top-tree-search-section input,
  div.edit-task-form .top-tree-mail-section input,
  div.edit-task-form .top-tree-execution-section input,
  div.edit-entity-form .top-tree-search-section input,
  div.edit-entity-form .top-tree-mail-section input,
  div.edit-entity-form .top-tree-execution-section input,
  div.data-breach-execution-form .top-tree-search-section input,
  div.data-breach-execution-form .top-tree-mail-section input,
  div.data-breach-execution-form .top-tree-execution-section input,
  form.data-breach-plan-form .top-tree-search-section input,
  form.data-breach-plan-form .top-tree-mail-section input,
  form.data-breach-plan-form .top-tree-execution-section input,
  form.internal-formation-form .top-tree-search-section input,
  form.internal-formation-form .top-tree-mail-section input,
  form.internal-formation-form .top-tree-execution-section input,
  form.audit-form .top-tree-search-section input,
  form.audit-form .top-tree-mail-section input,
  form.audit-form .top-tree-execution-section input {
    border: none; }
  div.tree-management-entity-form .top-tree-search-section .k-button,
  div.tree-management-entity-form .top-tree-mail-section .k-button,
  div.tree-management-entity-form .top-tree-execution-section .k-button,
  div.asset-form .top-tree-search-section .k-button,
  div.asset-form .top-tree-mail-section .k-button,
  div.asset-form .top-tree-execution-section .k-button,
  form.member-form .top-tree-search-section .k-button,
  form.member-form .top-tree-mail-section .k-button,
  form.member-form .top-tree-execution-section .k-button,
  div.data-rights-request-form .top-tree-search-section .k-button,
  div.data-rights-request-form .top-tree-mail-section .k-button,
  div.data-rights-request-form .top-tree-execution-section .k-button,
  div.edit-task-form .top-tree-search-section .k-button,
  div.edit-task-form .top-tree-mail-section .k-button,
  div.edit-task-form .top-tree-execution-section .k-button,
  div.edit-entity-form .top-tree-search-section .k-button,
  div.edit-entity-form .top-tree-mail-section .k-button,
  div.edit-entity-form .top-tree-execution-section .k-button,
  div.data-breach-execution-form .top-tree-search-section .k-button,
  div.data-breach-execution-form .top-tree-mail-section .k-button,
  div.data-breach-execution-form .top-tree-execution-section .k-button,
  form.data-breach-plan-form .top-tree-search-section .k-button,
  form.data-breach-plan-form .top-tree-mail-section .k-button,
  form.data-breach-plan-form .top-tree-execution-section .k-button,
  form.internal-formation-form .top-tree-search-section .k-button,
  form.internal-formation-form .top-tree-mail-section .k-button,
  form.internal-formation-form .top-tree-execution-section .k-button,
  form.audit-form .top-tree-search-section .k-button,
  form.audit-form .top-tree-mail-section .k-button,
  form.audit-form .top-tree-execution-section .k-button {
    line-height: 1em; }

.tags-wrapper {
  white-space: nowrap; }
  .tags-wrapper .tag-status {
    color: white; }
    .tags-wrapper .tag-status.red-status {
      background-color: #dc3545; }
    .tags-wrapper .tag-status.blue-status {
      background-color: #0071c3; }
    .tags-wrapper .tag-status.yellow-status {
      background-color: #ffc107; }
    .tags-wrapper .tag-status.green-status {
      background-color: #10B683; }
    .tags-wrapper .tag-status.gray-status {
      background-color: #808080; }
    .tags-wrapper .tag-status.online-green-status {
      background-color: #63A838; }
    .tags-wrapper .tag-status.offline-grey-status {
      background-color: #A8A8A8; }
    .tags-wrapper .tag-status.draft-brown-status {
      background-color: #8f4c07; }
  .tags-wrapper .tag-pro {
    background-color: #ff9500;
    color: black;
    font-weight: bold; }

.text-align-right {
  text-align: right; }

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

.execution-custom-col .field-label {
  width: 35%; }

.execution-custom-col .field-input {
  width: 65%; }

timerepeat-input.hide-label .field-label,
custom-upload-input.hide-label .field-label {
  display: none; }

timerepeat-input .hide-validation-message .field {
  margin-bottom: 0;
  min-height: unset; }
  timerepeat-input .hide-validation-message .field .validation-items {
    display: none; }

timerepeat-input .hide-validation-message .width-6em {
  width: 6em; }

timerepeat-input .hide-validation-message .width-10em {
  width: 10em; }

.display-inline {
  display: inline; }

.display-flex {
  display: flex; }
  .display-flex.flex-wrap {
    flex-wrap: wrap; }
  .display-flex.flex-space-between {
    justify-content: space-between; }
  .display-flex.flex-row {
    flex-direction: row; }
  .display-flex.flex-column {
    flex-direction: column; }
  .display-flex.flex-row-reverse {
    flex-direction: row-reverse; }
  .display-flex.justify-center {
    justify-content: center; }
  .display-flex.align-center {
    align-items: center; }
  .display-flex.align-end {
    align-items: end; }
  .display-flex.justify-end {
    justify-content: end; }
  .display-flex.justify-space-between {
    justify-content: space-between; }
  .display-flex.gap-2em {
    gap: 2em; }
  .display-flex.gap-1em {
    gap: 1em; }
  .display-flex.gap-0_5em {
    gap: .5em; }
  .display-flex.gap-0_75em {
    gap: .75em; }

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center; }

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

.display-flex,
.field-label.display-flex {
  display: flex; }
  .display-flex a :not(.no-margin),
  .display-flex a.info-icon :not(.no-margin),
  .field-label.display-flex a :not(.no-margin),
  .field-label.display-flex a.info-icon :not(.no-margin) {
    margin-left: 1em; }

.k-list-container .k-group-header {
  background-color: #2693be;
  overflow: hidden;
  height: 2em;
  text-overflow: ellipsis;
  white-space: nowrap; }

.k-list-container .k-list-scroller ul.k-list > .k-first.k-item, .k-list-container .k-list-scroller ul.k-list > .k-first.k-state-hover {
  padding-top: 2em; }

.k-list-container .k-list-scroller ul.k-list > .k-first.k-item > .k-group {
  height: 2em;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2693be; }

.k-list-container.company-selection-combobox {
  background-color: #1c6e8e;
  border-color: #1c6e8e;
  height: auto !important;
  max-height: 35em !important; }
  .k-list-container.company-selection-combobox .k-list-scroller {
    height: auto !important;
    max-height: 35em !important; }
  .k-list-container.company-selection-combobox ul.k-list {
    background-color: #1c6e8e; }
    .k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #1c6e8e;
      color: white;
      padding: 0;
      border: 0;
      box-shadow: none; }
      .k-list-container.company-selection-combobox ul.k-list li.k-item:not(:first-child) div.separator-item {
        border-top: 1px solid white; }
      .k-list-container.company-selection-combobox ul.k-list li.k-item div {
        padding: 0 4px;
        border: 1px solid transparent;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #2693BE; }
      .k-list-container.company-selection-combobox ul.k-list li.k-item:hover {
        cursor: pointer; }

form-buttons.without-remove {
  margin-right: 0.2em; }

string-input span.edited-by-info {
  color: #777;
  font-style: italic;
  float: right; }

#pre-pia-panel .panel-heading {
  padding-top: 0;
  padding-bottom: 0; }

#pre-pia-panel .question-heading {
  max-width: 50em; }
  #pre-pia-panel .question-heading > div {
    margin-bottom: 0 !important; }
  #pre-pia-panel .question-heading h4 {
    font-size: 14px; }

/*DRAW OF THE SQUARE ON LEGENDS OF CHARTS, INSTEAD OF AN LINE*/
chart svg > g > g:nth-of-type(3) > g > g path {
  d: path("M3 13 L 13 13 13 3 3 3Z") !important; }

.k-window .popup-window .bottom-left-absolute,
.core-confirmation-window .bottom-left-absolute {
  position: absolute;
  bottom: 2.1em;
  left: 1.5em; }

.k-widget.k-notification {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  border: none; }

.custom-popup-notification {
  height: auto; }
  .custom-popup-notification .notification-error-list {
    padding: 1em; }
    .custom-popup-notification .notification-error-list span {
      display: block; }
    .custom-popup-notification .notification-error-list ul {
      padding-left: 18px;
      margin-bottom: 0; }
      .custom-popup-notification .notification-error-list ul li > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 18em; }
  .custom-popup-notification .k-i-close {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }
    .custom-popup-notification .k-i-close:hover {
      cursor: pointer; }

.window-form-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .window-form-buttons > *:not(:last-child) {
    margin-right: 1em; }

.border-box-desecendents * {
  box-sizing: border-box; }

.mb-4em {
  margin-bottom: 4em; }

.mb-2em {
  margin-bottom: 2em; }

.mt-2em {
  margin-top: 2em; }

.mt-1em {
  margin-top: 1em; }

.mb-1-5em {
  margin-bottom: 1.5em; }

.float-right {
  float: right; }

.no-margin-right-imp {
  margin-right: 0 !important; }

.table-layout-fixed {
  table-layout: fixed;
  width: 100%; }
  .table-layout-fixed.limit-columns-no-padding tr td:first-child {
    padding-left: 0; }
  .table-layout-fixed.limit-columns-no-padding tr td:last-child {
    padding-right: 0; }
  .table-layout-fixed.custom-column-table td.margin-on-left,
  .table-layout-fixed.custom-column-table th.margin-on-left {
    padding-left: 2rem; }

.w-3em {
  width: 3em; }

.mt-01em {
  margin-top: 0.1em; }

.mt-02em {
  margin-top: 0.2em; }

.pr-08em {
  padding-right: 0.8em; }

.mr-minus-15px {
  margin-left: -15px; }

.mr-1em {
  margin-right: 1em; }

.float-left {
  float: left; }

.mb-1em {
  margin-bottom: 1em; }

.validation-nowrap .k-widget.k-tooltip-validation {
  white-space: nowrap; }

.inline-block {
  display: inline-block; }

.maxw-30em {
  max-width: 30em; }

.w-20em {
  width: 20em; }

.ml-2em {
  margin-left: 2em; }

.mr-3em {
  margin-right: 3em; }

.mt-2em {
  margin-top: 2em; }

.mr-05em {
  margin-right: 0.5em; }

.fa-orange-color {
  color: orange; }

.fa-grey-color {
  color: #777; }

.fa-green-color {
  color: #28a745; }

.fa-red-color {
  color: #dc3545; }

.section-form-zone .header-zone {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.3em;
  margin-bottom: 1em; }
  .section-form-zone .header-zone span {
    color: #777;
    font-weight: bold; }

span.k-widget.k-numerictextbox span.k-numeric-wrap input {
  margin-right: 0.571em;
  width: calc(100% - 0.571em); }

.delete-company-window.k-window {
  border-width: 0; }
  .delete-company-window.k-window .k-window-titlebar {
    background-color: #dc3545;
    color: white; }
    .delete-company-window.k-window .k-window-titlebar .k-window-actions a.k-button-icon:hover {
      background-color: #a51e00 !important;
      border-color: #a51e00 !important; }
  .delete-company-window.k-window .large-icon {
    font-size: 8em;
    color: #dc3545; }
  .delete-company-window.k-window .delete-company-form .info-message {
    margin-bottom: 1em; }
  .delete-company-window.k-window .delete-company-form .black-background {
    background: #333;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 3px; }

display-info.display-info-inline .field .field-wrapper {
  display: flex;
  flex-direction: column; }
  display-info.display-info-inline .field .field-wrapper .field-label {
    margin-bottom: 0.5em; }
    display-info.display-info-inline .field .field-wrapper .field-label label {
      color: #777; }
  display-info.display-info-inline .field .field-wrapper .field-label,
  display-info.display-info-inline .field .field-wrapper .field-input {
    width: 100%; }

display-info span.anonymised-span {
  color: #999; }

display-info .field-label a.label-action {
  color: #005C81; }
  display-info .field-label a.label-action:hover {
    color: #00384E;
    cursor: pointer; }

display-info .data-display {
  color: black; }

.k-tabstrip > .k-content.relative-tab {
  position: relative; }
  .k-tabstrip > .k-content.relative-tab .k-button.k-absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em 0; }
  .k-tabstrip > .k-content.relative-tab .k-grid.k-widget {
    margin-top: 4em; }

div.edit-task-form .comments .container-comments,
.data-rights-request-form .comments .container-comments {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5em; }

.k-button.k-rounded-button {
  padding: 0.2em 0.7em;
  border-radius: 25px; }

.alert > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .alert > div:first-child span.glyphicon {
    font-size: 3em;
    margin-right: 1em; }

.alert .alert-align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0.5em; }

.info-absolute .field-wrapper .field-label .info-icon {
  position: absolute;
  right: 0; }

.less-15px-margin-left {
  margin-left: -15px; }

.import-content .content-wrapper {
  padding-left: 0; }
  .import-content .content-wrapper .spreadsheet-panel {
    padding-right: 0; }
  .import-content .content-wrapper .sided-panel {
    padding: 0; }
    .import-content .content-wrapper .sided-panel .k-widget.k-upload.k-header {
      background-color: transparent;
      border: none; }
    .import-content .content-wrapper .sided-panel .k-upload-files .k-file {
      background-color: transparent;
      color: #333;
      padding: 0; }
      .import-content .content-wrapper .sided-panel .k-upload-files .k-file .k-progress {
        display: none; }
      .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-upload-status,
      .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-file-extension-wrapper {
        display: none; }
      .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-file-name-size-wrapper {
        margin: 0; }
        .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-file-name-size-wrapper .k-file-name {
          color: #333;
          padding-left: 1.5em; }
          .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-file-name-size-wrapper .k-file-name::before {
            font: normal normal normal 14px/1 FontAwesome;
            color: #005C81;
            content: "\f1c3";
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px; }
        .import-content .content-wrapper .sided-panel .k-upload-files .k-file .file-wrapper .k-file-name-size-wrapper .k-file-size {
          display: none; }
    .import-content .content-wrapper .sided-panel .k-dropzone {
      padding: 0; }
      .import-content .content-wrapper .sided-panel .k-dropzone em,
      .import-content .content-wrapper .sided-panel .k-dropzone strong {
        display: none; }
      .import-content .content-wrapper .sided-panel .k-dropzone .k-button.k-upload-button {
        background-color: white;
        color: #005C81;
        background-image: none;
        border: 1px solid #005C81;
        cursor: pointer; }
        .import-content .content-wrapper .sided-panel .k-dropzone .k-button.k-upload-button:hover {
          background-color: #005C81;
          color: white;
          border: 1px solid #005C81; }
    .import-content .content-wrapper .sided-panel .file-wrapper .k-upload-status .k-upload-wrapper {
      pointer-events: none;
      display: none; }

.import-content .k-widget.k-spreadsheet {
  width: 100%; }

.import-content div.k-spreadsheet-formula-bar,
.import-content div.k-spreadsheet-row-header,
.import-content div.k-spreadsheet-column-header,
.import-content div.k-spreadsheet-action-bar,
.import-content div.k-spreadsheet-top-corner {
  display: none !important; }

.import-content div.k-spreadsheet-data > div.k-spreadsheet-cell.k-state-disabled {
  color: #606060;
  opacity: 1; }

notifications-navbar-item .navbar-notifications-wrapper {
  margin: 0;
  padding: 0;
  height: calc(2.5em + 0.167em + 21px); }
  notifications-navbar-item .navbar-notifications-wrapper .notification-button {
    color: white;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.25em; }
    notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover {
      cursor: pointer; }
    notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
      background-color: #1c6e8e; }
    notifications-navbar-item .navbar-notifications-wrapper .notification-button i {
      font-size: 1.5em; }
    notifications-navbar-item .navbar-notifications-wrapper .notification-button .circle-number {
      position: absolute;
      top: 0.75em;
      right: 0.5em;
      background-color: red;
      border-radius: 25px;
      width: 1.25em;
      height: 1.25em;
      line-height: 1.25;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }

notifications-navbar-item .right-notification-panel {
  position: fixed;
  bottom: 0;
  right: -29em;
  background-color: white;
  width: 28em;
  box-shadow: -2px 2px 3px 2px #dddddd;
  transition: right 0.5s; }
  notifications-navbar-item .right-notification-panel.panel-opened {
    right: 0; }
  notifications-navbar-item .right-notification-panel .notification-panel-body {
    padding: 1.5em;
    overflow-x: hidden;
    overflow-y: auto; }
    notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item {
      background-color: white;
      padding: 1em;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      border-top: 4px solid #2693BE;
      display: flex;
      flex-direction: row; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item:hover {
        cursor: pointer;
        background-color: #e5f2f7; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.new-mail-notification .info i.fa::before {
        content: "\f0e0"; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.error-notification {
        border-color: #C82333; }
        notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.error-notification .info i.fa {
          color: #C82333; }
          notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.error-notification .info i.fa::before {
            content: "\f06a"; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.warning-notification {
        border-color: #FFA500; }
        notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.warning-notification .info i.fa {
          color: #FFA500; }
          notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item.warning-notification .info i.fa::before {
            content: "\f071"; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item .info {
        color: #333;
        margin-right: 1em;
        font-family: 'Open Sans', sans-serif; }
        notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item .info i.fa {
          color: #2693BE; }
          notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item .info i.fa::before {
            content: "\f05a"; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item .k-button {
        padding: 0;
        display: flex;
        width: 2em;
        height: 2em; }
        notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item .k-button:not(:last-child) {
          margin-bottom: 0.25em; }
      notifications-navbar-item .right-notification-panel .notification-panel-body .notification-item:not(:last-child) {
        margin-bottom: 1.5em; }
  notifications-navbar-item .right-notification-panel .notification-panel-header {
    padding: 1.5em;
    border-bottom: 1px solid #dddddd;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative; }
    notifications-navbar-item .right-notification-panel .notification-panel-header .title {
      font-size: 1.2em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: #333;
      font-weight: normal; }
      notifications-navbar-item .right-notification-panel .notification-panel-header .title i {
        margin-right: 0.25em; }
    notifications-navbar-item .right-notification-panel .notification-panel-header .close-button {
      position: absolute;
      right: 1.5em;
      background-color: unset;
      border: unset;
      outline: unset;
      color: #333;
      font-size: 1.2em;
      padding: 0; }

.edit-entity-form .sided-panel.without-padding {
  padding: 0; }

.edit-entity-form .k-grid.k-widget {
  box-shadow: none; }

.edit-entity-form display-info.display-icon-content ng-transclude {
  display: flex;
  flex-direction: row;
  gap: .5em; }
  .edit-entity-form display-info.display-icon-content ng-transclude i {
    font-size: 1.5em; }

.edit-entity-form display-info .display-link-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .edit-entity-form display-info .display-link-tag a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .edit-entity-form display-info .display-link-tag a i {
      margin-right: 0.5em; }
  .edit-entity-form display-info .display-link-tag .tags-wrapper {
    margin: 0; }

.company-form .content-wrapper .aux-panel-wrapper {
  overflow-y: auto;
  padding: 0 15px !important; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel {
    padding: 0;
    overflow-y: auto; }
    .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area {
      padding: 2em; }
      .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .header-area {
        margin: 2em 0 2em 1em;
        text-align: center; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .header-area h4 {
          color: #017BAD; }
      .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview {
        background-color: #2693BE;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-family: Montserrat, sans-serif;
        align-items: center;
        height: 4.2em;
        box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5); }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview img {
          height: 44px; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview .dropdown-preview {
          background-color: #1C6E8E;
          padding: 0.5em;
          color: white;
          display: flex;
          flex-direction: row;
          align-items: center; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview .dropdown-preview .k-icon {
            cursor: unset;
            margin-left: 0.5em; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview .button-preview {
          font-family: Montserrat, sans-serif;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          color: white;
          opacity: 0.4;
          border-bottom: 3px solid transparent;
          height: 100%;
          padding: 0 0.5em; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .navbar-preview .button-preview.selected {
            border-bottom: 3px solid #15CAFF;
            opacity: 1; }
      .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview {
        font-family: Montserrat, sans-serif;
        height: 14em;
        background-color: white;
        box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5); }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .row {
          height: 100%;
          margin: 0; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .left-panel {
          height: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          text-align: center; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel {
          height: 100%; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .logo-right {
            float: right; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .logo-right img {
              width: 2.5em; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .content-panel {
            position: absolute;
            width: 100%;
            left: 0;
            margin: 0 !important;
            padding: 1em; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .content-panel .content-text {
              margin-top: 2em; }
              .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .content-panel .content-text .title {
                font-size: 8px;
                color: white; }
              .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .content-panel .content-text .description {
                color: white;
                font-size: 6px;
                margin-top: 1em;
                white-space: pre-line; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .background-image {
            height: 100%;
            width: calc(100% + 30px);
            margin-left: -15px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .background-image::before {
              background: linear-gradient(125deg, rgba(0, 122, 223, 0.55) 0%, rgba(0, 236, 188, 0.76) 100%);
              content: '';
              display: block;
              height: 100%;
              left: 0;
              width: 100%;
              bottom: 0; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .login-screen-preview .right-panel .panel-content {
            margin: 1em; }
      .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview {
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5);
        max-width: 22em;
        height: 32em;
        margin: auto;
        padding: 1.5em; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview .fake-image-preview,
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview img {
          height: 50px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-top: 1em; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview .fake-image-preview {
          width: auto;
          background-color: white; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview .top-document-text {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 3em 0; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .exported-document-preview .bottom-document-text {
          display: flex;
          flex-direction: column;
          width: 100%;
          text-align: end;
          font-size: 8px; }
      .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
        box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5);
        font-family: "Open Sans", sans-serif;
        padding: 1.5em; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .title {
          color: #222;
          font-weight: normal;
          font-size: 12px;
          margin: 0.75em 0; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .fake-image-preview,
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview img {
          height: 50px; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .fake-image-preview {
          width: auto;
          background-color: white; }
        .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content {
          padding: 0 2em;
          font-size: 8px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content > .row {
            width: 100%; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .field {
            margin-bottom: 1.5em; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content string-input,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content option-button-select {
            width: 100%;
            max-width: 30em;
            margin: 1.25em 0; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content string-input {
            display: inline !important; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content string-input .field .field-wrapper textarea.k-textbox {
              resize: none; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content input.k-checkbox,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content label.k-checkbox-label {
            pointer-events: none; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content hr {
            margin: 1em 0; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .title,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .upper-description-text,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .lower-description-text {
            text-align: justify; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .upper-description-text,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .lower-description-text {
            color: black;
            font-size: 1.1em; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .upper-description-text a,
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .lower-description-text a {
              pointer-events: none; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .upper-description-text,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content .lower-description-text,
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content label.k-checkbox-label {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content option-button-select .row-buttons {
            font-size: 6px;
            padding: 0 11px; }
            .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content option-button-select .row-buttons .button-block {
              padding: 0 4px;
              margin-bottom: 4px; }
              .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .form-preview .form-content option-button-select .row-buttons .button-block .k-button {
                pointer-events: none; }

.warning-image-text {
  font-style: italic;
  color: #999;
  display: flex;
  flex-direction: column; }

.asset-form .k-widget.k-grid.grid-order-unbinded .k-grid-header tr th {
  pointer-events: none; }

.asset-form .k-widget.k-grid .k-grid-edit-row .field {
  min-height: unset;
  margin-bottom: 0; }

.asset-form .k-widget.k-grid .k-grid-edit-row .k-invalid-msg {
  display: none !important; }

.asset-form .k-widget.k-grid .k-grid-edit-row .k-datepicker .k-picker-wrap {
  border: unset; }
  .asset-form .k-widget.k-grid .k-grid-edit-row .k-datepicker .k-picker-wrap input {
    border: 1px solid #dbdbdb;
    border-radius: 0; }
    .asset-form .k-widget.k-grid .k-grid-edit-row .k-datepicker .k-picker-wrap input.k-invalid {
      border-color: #d00; }
      .asset-form .k-widget.k-grid .k-grid-edit-row .k-datepicker .k-picker-wrap input.k-invalid ~ span.k-select {
        border-color: #d00; }
  .asset-form .k-widget.k-grid .k-grid-edit-row .k-datepicker .k-picker-wrap span.k-select {
    border: 1px solid #dbdbdb;
    border-left: unset;
    height: calc(100% - 2px); }

.asset-form .k-widget.k-grid .k-grid-edit-row input.k-invalid {
  border-color: #d00; }

.asset-form .k-widget.k-grid .k-grid-edit-row input:focus {
  box-shadow: none; }

.k-widget.k-editor ul.k-editor-toolbar .k-tool-group a.k-custom-tool {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration-line: none; }
  .k-widget.k-editor ul.k-editor-toolbar .k-tool-group a.k-custom-tool.k-button {
    padding: 0;
    border-radius: 0; }
  .k-widget.k-editor ul.k-editor-toolbar .k-tool-group a.k-custom-tool .k-tool-text {
    display: block;
    margin-right: 4px; }

.k-widget.k-window .k-window-content display-info:not(.without-margin-bottom) .field .field-input {
  margin-bottom: 1em; }

.k-widget.k-window .k-window-content .management-entity-content-wrapper .bottom-window-actions {
  padding: 15px;
  margin: 0 -15px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: row;
  justify-content: end; }

.k-widget.k-window .k-window-content.center-content-window > p {
  text-align: center; }

.k-widget.k-window .k-window-content.center-content-window .window-form-buttons {
  justify-content: space-around; }

.k-widget.k-window .k-window-content.select-template-window {
  padding: 0;
  overflow: hidden; }
  .k-widget.k-window .k-window-content.select-template-window .top-tab-bar {
    background-color: white; }
    .k-widget.k-window .k-window-content.select-template-window .top-tab-bar .top-tab-group {
      padding-left: 15px;
      display: flex;
      align-items: center;
      flex-direction: row;
      border-bottom: 1px solid #dddddd; }
      .k-widget.k-window .k-window-content.select-template-window .top-tab-bar .top-tab-group .tab-button {
        padding: 1.143em;
        cursor: pointer;
        margin-bottom: -1px;
        border-bottom: 1px solid transparent; }
        .k-widget.k-window .k-window-content.select-template-window .top-tab-bar .top-tab-group .tab-button.active {
          border-bottom: 1px solid #039FDF; }
  .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup {
    padding: 0 15px; }
    .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .sided-panel .item-panel {
      margin: 0; }
      .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .sided-panel .item-panel .item-header {
        padding: 2em; }
      .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .sided-panel .item-panel .item-body {
        overflow-y: auto; }
        .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .sided-panel .item-panel .item-body .field {
          margin: 0; }
      .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .sided-panel .item-panel .item-actions {
        padding: 1em 2em;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        border-top: 1px solid #eee; }
    .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .k-treeview {
      box-shadow: none;
      height: 100%; }
      .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .k-treeview .k-group {
        padding-left: 0;
        padding-right: 15px; }
    .k-widget.k-window .k-window-content.select-template-window .fieldlist-popup .panel {
      margin-bottom: 0;
      border: none; }

.styled-image-upload-invalid .k-invalid-msg {
  margin-top: -17px; }

.styled-image-upload {
  border: 1px solid #cecece;
  margin-bottom: 17px; }
  .styled-image-upload .k-widget.k-upload {
    border: 0;
    background-color: transparent; }
    .styled-image-upload .k-widget.k-upload.k-upload-empty + span.file-item.empty-file-item {
      display: flex; }
  .styled-image-upload.drop-zone {
    border-style: dashed;
    border-width: 4px; }
    .styled-image-upload.drop-zone .files-list .k-widget.k-upload {
      display: none; }
    .styled-image-upload.drop-zone .files-list span.file-item.drop-icon {
      display: flex; }
    .styled-image-upload.drop-zone .files-list span.file-item.empty-file-item {
      display: none !important; }
    .styled-image-upload.drop-zone .files-list div.actions-space button.k-button {
      visibility: hidden; }
  .styled-image-upload .files-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .styled-image-upload .files-list.k-dropzone-hovered {
      background-color: transparent; }
    .styled-image-upload .files-list span.file-item {
      border: 2px dashed #cecece;
      padding: 2em;
      border-radius: 4px;
      margin-top: 1em 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; }
      .styled-image-upload .files-list span.file-item.k-dropzone-hovered,
      .styled-image-upload .files-list span.file-item .k-dropzone-hovered {
        background-color: transparent; }
      .styled-image-upload .files-list span.file-item .item-info {
        margin-bottom: -1em;
        margin-top: 1em; }
        .styled-image-upload .files-list span.file-item .item-info .file-name {
          font-weight: bold; }
      .styled-image-upload .files-list span.file-item button.k-upload-action {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0; }
        .styled-image-upload .files-list span.file-item button.k-upload-action::before, .styled-image-upload .files-list span.file-item button.k-upload-action::after {
          background: none; }
      .styled-image-upload .files-list span.file-item i {
        font-size: 10em; }
      .styled-image-upload .files-list span.file-item.empty-file-item, .styled-image-upload .files-list span.file-item.drop-icon {
        display: none;
        border: none;
        margin: 0; }
    .styled-image-upload .files-list div.actions-space {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100%; }
      .styled-image-upload .files-list div.actions-space.k-dropzone-hovered,
      .styled-image-upload .files-list div.actions-space .k-dropzone-hovered {
        background-color: transparent; }
      .styled-image-upload .files-list div.actions-space span.drop-text {
        font-size: 1.2em; }
      .styled-image-upload .files-list div.actions-space > * {
        margin-bottom: 1em; }
      .styled-image-upload .files-list div.actions-space button.k-button {
        height: auto;
        padding: 0.5em 1em; }
  .styled-image-upload .not-display-panel {
    display: none; }
  .styled-image-upload .k-upload-files {
    border: 0; }
  .styled-image-upload .k-dropzone {
    height: 0;
    padding: 0;
    visibility: hidden; }
  .styled-image-upload .k-upload > .k-button {
    display: none; }
  .styled-image-upload .k-upload ul.k-upload-files {
    max-height: inherit;
    display: block !important; }
  .styled-image-upload .k-upload .k-action-buttons {
    display: none; }
  .styled-image-upload .k-upload .k-file {
    color: #333;
    border: none; }

editor .field .field-input .validation-items {
  height: 1.7em; }

.instance-config-form editor table.k-editor {
  height: auto;
  border-collapse: collapse; }
  .instance-config-form editor table.k-editor tbody tr:nth-child(1) {
    border-bottom: 1px solid #dbdbdb; }
  .instance-config-form editor table.k-editor tbody tr td {
    padding: 4px; }
  .instance-config-form editor table.k-editor iframe {
    height: 6.667em !important;
    border: none !important; }

.documents-list {
  display: flex;
  flex-direction: column;
  max-width: 28em; }
  .documents-list .document-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    padding: 0 0.5em; }
    .documents-list .document-block .left-document-block {
      display: flex;
      flex-direction: row;
      width: calc(100% - 1em); }
      .documents-list .document-block .left-document-block .document-icon {
        font-size: 2.75em;
        margin-right: 1rem; }
        .documents-list .document-block .left-document-block .document-icon .fa.fa-file-pdf-o, .documents-list .document-block .left-document-block .document-icon .fa.fa-file-pdf {
          color: #D11C00; }
        .documents-list .document-block .left-document-block .document-icon .fa.fa-file-image-o, .documents-list .document-block .left-document-block .document-icon .fa.fa-file-image {
          color: #15417d; }
      .documents-list .document-block .left-document-block .document-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0.5em 0;
        max-width: calc(100% - 1rem - 3em); }
        .documents-list .document-block .left-document-block .document-info .document-name {
          white-space: nowrap;
          overflow: hidden;
          max-width: 100%;
          text-overflow: ellipsis; }
        .documents-list .document-block .left-document-block .document-info .document-size {
          font-size: 0.78em;
          color: #d9d9d9; }
    .documents-list .document-block .right-document-block {
      padding: 0.5em 0; }
      .documents-list .document-block .right-document-block button {
        padding: 0;
        margin: 0;
        border: none;
        background-color: unset; }

.task-edit-partial .multiselect-view multiselect-input .k-widget.k-multiselect {
  border-color: #005c81;
  opacity: 1; }
  .task-edit-partial .multiselect-view multiselect-input .k-widget.k-multiselect ul li {
    color: #FFFFFF;
    background-color: #005c81; }
    .task-edit-partial .multiselect-view multiselect-input .k-widget.k-multiselect ul li:hover {
      color: #FFFFFF;
      background-color: #005c81; }
    .task-edit-partial .multiselect-view multiselect-input .k-widget.k-multiselect ul li span .k-icon.k-i-close::before {
      content: "\e809"; }

.document-block-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px; }
  .document-block-list .document-block {
    flex: 0 0 33.333333%;
    padding: 7.5px;
    height: 6em; }
    .document-block-list .document-block .document-illustration {
      border: 1px solid #7A8599;
      border-radius: 4px;
      height: 100%;
      position: relative;
      overflow: hidden;
      border-color: #b4bac5; }
      .document-block-list .document-block .document-illustration i.document-icon {
        color: #7A8599; }
      .document-block-list .document-block .document-illustration-red {
        border-color: #ff4452; }
        .document-block-list .document-block .document-illustration-red i.document-icon {
          color: #DD0011; }
      .document-block-list .document-block .document-illustration-green {
        border-color: #2dad67; }
        .document-block-list .document-block .document-illustration-green i.document-icon {
          color: #185C37; }
      .document-block-list .document-block .document-illustration-blue {
        border-color: #2169e6; }
        .document-block-list .document-block .document-illustration-blue i.document-icon {
          color: #103F91; }
      .document-block-list .document-block .document-illustration-yellow {
        border-color: #f0cd3e; }
        .document-block-list .document-block .document-illustration-yellow i.document-icon {
          color: #BA980E; }
      .document-block-list .document-block .document-illustration:hover {
        cursor: pointer; }
        .document-block-list .document-block .document-illustration:hover .illustration-hover {
          left: 0; }
        .document-block-list .document-block .document-illustration:hover .illustration-default {
          left: -100%; }
      .document-block-list .document-block .document-illustration .illustration-hover,
      .document-block-list .document-block .document-illustration .illustration-default {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        width: 100%;
        transition: 0.4s; }
      .document-block-list .document-block .document-illustration .illustration-hover {
        left: 100%; }
      .document-block-list .document-block .document-illustration .illustration-default {
        left: 0; }
      .document-block-list .document-block .document-illustration i.download-icon,
      .document-block-list .document-block .document-illustration i.document-icon {
        font-size: 2rem; }
      .document-block-list .document-block .document-illustration .document-name {
        color: #7A8599;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding: 0 0.5rem;
        text-align: center; }

.comments.single-comment {
  display: flex;
  flex-direction: column-reverse; }
  .comments.single-comment .comments-counter {
    margin-top: unset; }

.comments.comment-with-attachments .container-comments .panel-comments-left .comment-text,
.comments.comment-with-attachments .container-comments .panel-comments .comment-text {
  display: flex;
  flex-direction: column;
  align-items: start; }
  .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list,
  .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list {
    margin: -0.5em -0.5em 0.5em -0.5em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #b3b3b3;
    width: calc(100% + 1em);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list .attachments-list-label,
    .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list .attachments-list-label {
      color: #005c81;
      font-size: 11px;
      margin-right: 5px; }
    .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list .attachment-tag,
    .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list .attachment-tag {
      border: 1px solid #005c81;
      background-color: white;
      color: #005c81;
      border-radius: 12px;
      padding: 0px 4px;
      font-size: 11px;
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: center; }
      .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list .attachment-tag .file-title,
      .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list .attachment-tag .file-title {
        max-width: 14em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 0.25em; }
      .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list .attachment-tag:not(:last-child),
      .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list .attachment-tag:not(:last-child) {
        margin-right: 6px; }
      .comments.comment-with-attachments .container-comments .panel-comments-left .comment-text .attachment-list .attachment-tag:hover,
      .comments.comment-with-attachments .container-comments .panel-comments .comment-text .attachment-list .attachment-tag:hover {
        background-color: #005c81;
        color: white;
        cursor: pointer; }

.comments.comment-with-attachments .attachment-area {
  height: unset !important; }
  .comments.comment-with-attachments .attachment-area upload-input .field {
    min-height: unset; }
    .comments.comment-with-attachments .attachment-area upload-input .field .k-dropzone {
      height: 3em; }
    .comments.comment-with-attachments .attachment-area upload-input .field .field-wrapper {
      margin-bottom: 2em; }
  .comments.comment-with-attachments .attachment-area upload-input .k-upload-button {
    margin-right: 0; }
  .comments.comment-with-attachments .attachment-area upload-input .k-upload-files {
    overflow-y: scroll;
    height: calc((0.68em * 2) + 38px); }

.comments.comment-with-attachments .comment-area.content-area {
  max-height: unset; }
  .comments.comment-with-attachments .comment-area.content-area .right-content {
    height: unset !important; }
    .comments.comment-with-attachments .comment-area.content-area .right-content upload-input .field {
      min-height: unset; }
      .comments.comment-with-attachments .comment-area.content-area .right-content upload-input .field .k-dropzone {
        height: 3em; }
      .comments.comment-with-attachments .comment-area.content-area .right-content upload-input .field .field-wrapper {
        margin-bottom: 2em; }

.k-widget.k-grid.reverse-actions .k-grid-toolbar .static-bar .title-section .pull-right {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

.k-widget.k-grid .k-grid-content table tbody tr.transition-effect {
  transition: background-color 0.5s, color 0.5s; }

.k-widget.k-grid .k-grid-content table tbody tr.row-changed {
  background-color: #7AB556;
  color: white; }

.k-widget.k-grid .k-grid-content table tbody tr.row-not-deleted:not(.k-state-selected) {
  background-color: #dc3545;
  color: white; }
  .k-widget.k-grid .k-grid-content table tbody tr.row-not-deleted:not(.k-state-selected) i {
    color: white !important; }

.hide-grid-filters .k-widget.k-grid table thead th.k-header {
  padding-bottom: 1em; }

.hide-grid-filters .k-widget.k-grid table thead tr.k-filter-row {
  display: none; }

.expandable-sided-panel {
  position: absolute;
  top: 0;
  right: -40rem;
  display: flex;
  flex-direction: row;
  transition: right 200ms; }
  .expandable-sided-panel.expanded {
    right: 0; }
  .expandable-sided-panel .content-panel {
    background-color: #F0F0F0;
    width: 40rem;
    box-shadow: -3px 3px 4px 1px #dddddd;
    z-index: 0; }
    .expandable-sided-panel .content-panel .panel-heading h4 {
      color: #017BAD; }
    .expandable-sided-panel .content-panel .transcluded-content {
      padding: 0 2em;
      overflow-y: auto;
      overflow-x: hidden;
      font-size: 0.95em; }
  .expandable-sided-panel .expandable-item-zone {
    writing-mode: tb-rl;
    z-index: 1; }
    .expandable-sided-panel .expandable-item-zone .expandable-item {
      background-color: #F0F0F0;
      font-weight: bold;
      box-shadow: -3px 3px 4px 1px #dddddd;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .expandable-sided-panel .expandable-item-zone .expandable-item:hover {
        cursor: pointer; }

.anonymous-form.anonymous-communication-form .content {
  padding: 0;
  background-color: #ffffff; }

.anonymous-form.anonymous-communication-form .anonymous-form-wrapper .align-justified-items:first-child {
  margin-top: 1em; }

.anonymous-form.anonymous-communication-form anonymous-navbar .content-fixed-top {
  display: none; }

.doc-alike-management .item-panel .item-body {
  background-color: #f0f0f0; }
  .doc-alike-management .item-panel .item-body .top-actions {
    background-color: #ffffff; }
    .doc-alike-management .item-panel .item-body .top-actions .document-action {
      padding: 0.5em 1.5em; }
  .doc-alike-management .item-panel .item-body .bottom-content {
    overflow: auto;
    margin: 0 -2em;
    padding: 0 2em; }

.doc-alike-management .document-aligner {
  min-width: calc(21cm);
  display: flex;
  flex-direction: row;
  justify-content: center; }

.doc-alike-management .document-content {
  background-color: #ffffff;
  min-width: 21cm;
  width: 21cm;
  padding: 2.5cm 3cm;
  margin: 1.5em 0; }
  .doc-alike-management .document-content .document-item + .document-item .document-editor-block {
    margin: 2em 0; }
  .doc-alike-management .document-content .document-item {
    display: contents; }
    .doc-alike-management .document-content .document-item:not(.blocked-document-item) > span:hover {
      background-color: #E5F2F7 !important;
      cursor: pointer; }
      .doc-alike-management .document-content .document-item:not(.blocked-document-item) > span:hover > * {
        background-color: #E5F2F7 !important; }
        .doc-alike-management .document-content .document-item:not(.blocked-document-item) > span:hover > * > span {
          background-color: #E5F2F7; }
    .doc-alike-management .document-content .document-item > span {
      border-radius: 4px;
      display: contents; }
      .doc-alike-management .document-content .document-item > span.temp-insert-item > * {
        border: 1px solid #10B683; }
      .doc-alike-management .document-content .document-item > span p {
        margin: 0; }
      .doc-alike-management .document-content .document-item > span > * {
        border-radius: 4px;
        margin-right: -3px; }
      .doc-alike-management .document-content .document-item > span br + span {
        margin-left: 0; }
      .doc-alike-management .document-content .document-item > span > .token {
        padding: 0 .25em; }
        .doc-alike-management .document-content .document-item > span > .token.replacement {
          border: 1px solid #005C81; }
        .doc-alike-management .document-content .document-item > span > .token.error {
          background-color: #dc3545;
          color: white; }
        .doc-alike-management .document-content .document-item > span > .token.warning {
          background-color: orange !important;
          color: white; }
        .doc-alike-management .document-content .document-item > span > .token.safe {
          background-color: #005C81 !important;
          color: white; }
  .doc-alike-management .document-content .document-editor-block {
    position: relative;
    margin-bottom: 2em; }
    .doc-alike-management .document-content .document-editor-block.token-editor {
      width: 18em; }
    .doc-alike-management .document-content .document-editor-block .validation-items {
      height: 2.3em; }
    .doc-alike-management .document-content .document-editor-block .document-editor-actions {
      position: absolute;
      right: 0;
      bottom: 0; }
      .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button {
        padding: 0;
        height: 2em;
        width: 2em;
        background-color: transparent;
        box-shadow: none;
        border: 1px solid white; }
        .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.apply {
          color: #10B683;
          border-color: #0c8761; }
          .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.apply:hover {
            background-color: #0c8761;
            color: white; }
        .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.discard {
          color: #777;
          border-color: #666; }
          .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.discard:hover {
            background-color: #666;
            color: white; }
        .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.delete {
          color: #dc3545;
          border-color: #c82333; }
          .doc-alike-management .document-content .document-editor-block .document-editor-actions .k-button.delete:hover {
            background-color: #c82333;
            color: white; }

.tree-management-entity-form .management-entity-content-wrapper .sided-panel.no-border {
  border: none; }

.tree-management-entity-form .management-entity-content-wrapper .item-panel.without-margin-padding {
  margin: 0;
  padding: 0; }

.tree-management-entity-form .management-entity-content-wrapper .item-panel .date-header {
  font-style: italic; }

.tree-management-entity-form .management-entity-content-wrapper .item-panel .item-header .tags-wrapper {
  margin: 0.4em 0 0; }

.tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-section-label {
  margin: 2em 1.5em 1.5em; }

.tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions {
  margin: 0 -2em;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EDEDED; }
  .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .button-action,
  .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .document-action {
    min-width: 4em;
    padding: 0.5em 1em;
    background-color: white;
    color: #005C81;
    border: none;
    outline: none; }
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .button-action.danger-action,
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .document-action.danger-action {
      color: #dc3545; }
      .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .button-action.danger-action:hover,
      .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .document-action.danger-action:hover {
        background-color: #fae3e5; }
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .button-action:hover,
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .document-action:hover {
      background-color: #E5F2F7;
      cursor: pointer; }
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .button-action.disabled,
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .item-body .top-actions .document-action.disabled {
      background-color: white !important;
      color: #a8a8a8;
      cursor: auto;
      pointer-events: none; }

.tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel {
  margin: 0;
  padding-top: 2em; }
  .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-header .lower-header .tags-wrapper {
    margin-bottom: 0; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-header .lower-header .tags-wrapper .tag-status {
      font-style: normal; }
  .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .empty-document {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .empty-document span.item-illustration {
      margin-bottom: 1em; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .empty-document span.item-illustration i {
        font-size: 5em;
        color: #555; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .empty-document span.item-illustration-title {
      font-size: 1.4em;
      font-weight: bold;
      text-align: center; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .empty-document span.item-illustration-title .square-illustration {
        font-size: 0.75em;
        font-weight: normal;
        color: #005C81; }
  .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list {
    margin: 0 -2em;
    padding: 2em;
    overflow-y: auto; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel.new-panel {
      transition: border-color 500ms;
      border-color: #005C81; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel.panel-default {
      background-color: #F5F5F5; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1em; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-info h4 {
        margin: 0; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-info .panel-heading-actions .k-button {
        padding: 0 .5em; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-section-edit {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-section-edit string-input {
        width: 100%;
        margin-right: 1em; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-section-edit .document-title {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 1em; }
        .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-section-edit .document-title + color-picker .validation-items {
          display: none; }
      .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .panel-heading-section-edit .field-label {
        display: none; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel .panel-heading .validation-items {
      height: 1.7em; }
    .tree-management-entity-form.document-editor-form .management-entity-content-wrapper .item-panel .item-body .document-section-list .panel + .panel:not(:first-child) {
      margin-top: 2em; }

.height-100 {
  height: 100%; }

.numeric-align-items {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .numeric-align-items numeric-input {
    width: 6em;
    min-width: 6em;
    margin: 0 0.5em; }
  .numeric-align-items span.section-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

table.grid-checkbox-selector tr th {
  border-bottom: 1px solid #dbdbdb; }
  table.grid-checkbox-selector tr th:not(:first-child) {
    min-width: 3em; }

table.grid-checkbox-selector tr td label.k-checkbox-label {
  padding-left: 16px; }

table.grid-checkbox-selector tr th,
table.grid-checkbox-selector tr td {
  padding: .5em 0; }
  table.grid-checkbox-selector tr th:not(:first-child),
  table.grid-checkbox-selector tr td:not(:first-child) {
    border-left: 1px solid #dbdbdb; }

table-items-handle .fieldlist table {
  border-collapse: collapse; }
  table-items-handle .fieldlist table.custom-column-table {
    border-spacing: 0; }
  table-items-handle .fieldlist table tr td {
    margin-bottom: 1em; }
    table-items-handle .fieldlist table tr td.number-item {
      width: 2em; }
    table-items-handle .fieldlist table tr td .content-title, table-items-handle .fieldlist table tr td.number-item {
      color: #185c81;
      font-weight: bold; }
    table-items-handle .fieldlist table tr td.button-column {
      width: unset !important;
      min-width: 1.5em;
      white-space: nowrap; }
      table-items-handle .fieldlist table tr td.button-column button {
        padding: 0 .25em !important;
        height: 1.5em; }
        table-items-handle .fieldlist table tr td.button-column button:not(:last-child) {
          margin-right: .25em; }
        table-items-handle .fieldlist table tr td.button-column button i {
          display: block; }
    table-items-handle .fieldlist table tr td .content-description i {
      color: #185c81; }
    table-items-handle .fieldlist table tr td .field {
      margin: 0.5em 0 0 0;
      border-bottom: none; }
      table-items-handle .fieldlist table tr td .field .field-wrapper {
        display: flex;
        flex-direction: column; }
        table-items-handle .fieldlist table tr td .field .field-wrapper .field-label {
          margin-bottom: 0.5em;
          font-size: 0.8em; }
          table-items-handle .fieldlist table tr td .field .field-wrapper .field-label label {
            color: #777; }
            table-items-handle .fieldlist table tr td .field .field-wrapper .field-label label::after {
              content: ':'; }
        table-items-handle .fieldlist table tr td .field .field-wrapper .field-input {
          margin: 0; }
        table-items-handle .fieldlist table tr td .field .field-wrapper .field-label,
        table-items-handle .fieldlist table tr td .field .field-wrapper .field-input {
          width: 100%; }
    table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button,
    table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button.active {
      width: unset;
      flex: 1 0 0;
      overflow: unset; }
    @media (max-width: 1145px) {
      table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button,
        table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button.active {
          width: 6.5em; }
        table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button:first-child {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        table-items-handle .fieldlist table tr td pia-risk-buttons .buttons-status.btn-group .k-button:last-child {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          border-top-left-radius: 0;
          border-top-right-radius: 0; } }

.core-icon.check-green-icon {
  color: #B7DB7F; }

.core-icon.non-check-red-icon {
  color: #CD603D; }

entities-menu-selection .search-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.5em 1.5em;
  margin: 0 -1.5em;
  border-bottom: 1px solid white;
  position: relative; }
  entities-menu-selection .search-input string-input {
    flex: 0 0 35em; }
    entities-menu-selection .search-input string-input input.k-textbox {
      border-color: white;
      border-radius: 10px;
      color: white; }
  entities-menu-selection .search-input .k-button {
    position: absolute;
    right: 1.5em;
    top: 0;
    padding: .25em 1em;
    border: 1px solid white;
    color: white; }
    entities-menu-selection .search-input .k-button:hover {
      color: white; }

entities-menu-selection .block-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid white;
  padding: 0 1.5em; }
  entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover span {
    font-weight: bold; }
  entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item.block-item-disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  entities-menu-selection .block-list.edit-mode .block-section .block-items .block-item:hover {
    cursor: unset; }
  entities-menu-selection .block-list.edit-mode .block-section .block-items .block-item.block-item-disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  entities-menu-selection .block-list .empty-block-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em; }
    entities-menu-selection .block-list .empty-block-section span {
      font-weight: bold; }
  entities-menu-selection .block-list .block-section {
    width: 100%; }
    entities-menu-selection .block-list .block-section.ng-hide + .block-section:not(.ng-hide) .block-title {
      padding-top: 1.5em; }
    entities-menu-selection .block-list .block-section .block-title {
      color: white;
      border-bottom: 1px solid white; }
      entities-menu-selection .block-list .block-section .block-title span {
        font-weight: 600; }
    entities-menu-selection .block-list .block-section .block-items {
      display: flex;
      flex-wrap: wrap;
      margin: -.75em;
      padding: 1.5em 0; }
      entities-menu-selection .block-list .block-section .block-items .block-item {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        outline: none;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 calc(16.66666% - 2px - 2.5em);
        height: 11em;
        margin: .75em;
        padding: .5em;
        gap: 1em;
        position: relative; }
        entities-menu-selection .block-list .block-section .block-items .block-item .active-circle {
          position: absolute;
          width: 1.2em;
          height: 1.2em;
          top: 1em;
          right: 1em;
          border-radius: 25px;
          background-color: white;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
            font-size: 1em; }
        entities-menu-selection .block-list .block-section .block-items .block-item .favourite-button {
          position: absolute;
          top: 1em;
          right: 1em;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          entities-menu-selection .block-list .block-section .block-items .block-item .favourite-button:hover {
            cursor: pointer; }
            entities-menu-selection .block-list .block-section .block-items .block-item .favourite-button:hover i.fa-star-o::before {
              content: '\f005'; }
            entities-menu-selection .block-list .block-section .block-items .block-item .favourite-button:hover i.fa-star::before {
              content: '\f006'; }
          entities-menu-selection .block-list .block-section .block-items .block-item .favourite-button i {
            font-size: 1.2em;
            color: white; }
        entities-menu-selection .block-list .block-section .block-items .block-item i {
          font-size: 3em; }
        entities-menu-selection .block-list .block-section .block-items .block-item span {
          font-size: 1.25em; }

.dashboard-navigation-menu {
  background-color: white; }
  .dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
    color: #2693BE;
    border-bottom: 1px solid #2693BE; }
  .dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
    border-color: #2693BE;
    flex: 0 0 calc(16.66666% - 1.5em); }
    .dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
      color: #2693BE; }
    .dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
      background-color: #2693BE;
      color: white; }
    .dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item .active-circle {
      display: none; }

.movable-tool {
  position: absolute;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 2px 3px 0px #333;
  z-index: 99999; }
  .movable-tool .movable-action {
    text-align: left;
    border: none;
    border-radius: unset; }
    .movable-tool .movable-action:hover {
      background-color: #cacaca; }

.page-kendo-template {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .page-kendo-template .header {
    background-color: transparent;
    color: #999;
    position: absolute;
    top: 1.5em;
    left: 3cm;
    right: 3cm;
    width: calc(100% - 6cm);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .page-kendo-template .header img {
      width: 100px; }
  .page-kendo-template .footer {
    background-color: transparent;
    color: #999;
    position: absolute;
    bottom: 1.5em;
    left: 3cm;
    right: 3cm;
    width: calc(100% - 6cm);
    height: 0;
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .page-kendo-template .footer .page-markup {
      text-align: center; }
    .page-kendo-template .footer .app-markup {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: end;
      padding: 0; }
      .page-kendo-template .footer .app-markup span {
        font-style: italic;
        padding-right: 16px;
        color: #656565;
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px; }
      .page-kendo-template .footer .app-markup img {
        width: 100px; }

.k-pdf-export .document-content {
  padding: 0; }
  .k-pdf-export .document-content .document-item > span.temp-insert-item > * {
    border: unset !important; }
  .k-pdf-export .document-content .document-item .token {
    border: unset !important;
    padding: none !important; }

custom-upload-input .k-widget.k-local-upload .k-button.k-clear-selected, custom-upload-input .k-widget.k-local-upload .k-button.k-upload-selected {
  display: none; }

.top-tree-add-section {
  padding: 1.5em;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.fake-anonymous-navbar {
  --primary-color: #2693be;
  min-height: 4.5em;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center; }
  .fake-anonymous-navbar.white-background {
    --primary-color: white !important;
    --primary-color-darker: white !important; }
    .fake-anonymous-navbar.white-background .dropdown .dropdown-toggle,
    .fake-anonymous-navbar.white-background img {
      display: none; }
  .fake-anonymous-navbar .navbar-content {
    padding: 0 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
    font-family: 'Montserrat', sans-serif; }
    .fake-anonymous-navbar .navbar-content img {
      height: 40px; }
    .fake-anonymous-navbar .navbar-content .left-block {
      height: 4em;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 50em; }
      .fake-anonymous-navbar .navbar-content .left-block button {
        height: 100%;
        background-color: var(--primary-color);
        border: unset;
        color: white;
        outline: none;
        padding: 0 1em;
        border-bottom: 3px solid transparent; }
        .fake-anonymous-navbar .navbar-content .left-block button:hover {
          background-color: var(--primary-color-darker);
          border-color: white; }
    .fake-anonymous-navbar .navbar-content .dropdown {
      height: 4em; }
      .fake-anonymous-navbar .navbar-content .dropdown > button {
        height: 100%;
        background-color: var(--primary-color);
        border: unset;
        color: white; }
      .fake-anonymous-navbar .navbar-content .dropdown img {
        height: 16px;
        display: none; }
      .fake-anonymous-navbar .navbar-content .dropdown .dropdown-menu {
        margin: 0;
        min-width: unset; }
        .fake-anonymous-navbar .navbar-content .dropdown .dropdown-menu li:hover a {
          background-color: var(--primary-color);
          color: white; }
        .fake-anonymous-navbar .navbar-content .dropdown .dropdown-menu li a {
          border: none; }

@keyframes fadeInText {
  from {
    margin-left: 20rem;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

@keyframes fadeOutText {
  from {
    margin-right: 0;
    opacity: 1; }
  to {
    margin-right: 20rem;
    opacity: 0; } }

.fake-anonymous-footer {
  background-color: var(--primary-color);
  color: white;
  --primary-color: #2693be;
  --primary-color-darker: #1c6e8e;
  min-height: 12rem;
  overflow: hidden;
  padding: 1em 1.5em .5em; }
  .fake-anonymous-footer.white-background {
    --primary-color: white !important;
    --primary-color-darker: white !important; }
  .fake-anonymous-footer .platform-icon img {
    height: 4em; }
  .fake-anonymous-footer .display-flex {
    flex-wrap: wrap; }
    .fake-anonymous-footer .display-flex.text-area > div {
      margin-bottom: 1em; }
    .fake-anonymous-footer .display-flex .link {
      flex: 0 0 100%; }
      @media screen and (min-width: 550px) {
        .fake-anonymous-footer .display-flex .link {
          flex: 0 0 50%; } }
      .fake-anonymous-footer .display-flex .link a {
        margin: 0;
        color: white; }

.anonymous-form .k-button {
  border-radius: 0; }

.anonymous-form label {
  color: #000000; }

.fake-anonymous-menu {
  background-color: #FFFFFF;
  color: #000000;
  --primary-color: #2693be;
  --primary-color-darker: #1c6e8e;
  height: calc(100% - 4em);
  overflow: hidden; }
  .fake-anonymous-menu.colorfull-style {
    background-color: var(--primary-color-darker);
    color: white; }
    .fake-anonymous-menu.colorfull-style h2 {
      color: white; }
    .fake-anonymous-menu.colorfull-style .menu-container {
      background-color: var(--primary-color);
      border-radius: 10px;
      box-shadow: none; }
    .fake-anonymous-menu.colorfull-style .k-button {
      color: #000; }
    .fake-anonymous-menu.colorfull-style .panel-button {
      color: white;
      border: 1px solid white; }
      .fake-anonymous-menu.colorfull-style .panel-button.whistblower-menu {
        color: #333 !important;
        background-color: buttonface !important;
        text-decoration: none;
        cursor: pointer; }
        .fake-anonymous-menu.colorfull-style .panel-button.whistblower-menu:hover {
          background-color: var(--primary-color-darker) !important; }
  .fake-anonymous-menu.white-background {
    --primary-color: white !important;
    --primary-color-darker: white !important;
    background: white !important;
    color: white !important; }
    .fake-anonymous-menu.white-background h1, .fake-anonymous-menu.white-background h2 {
      color: white; }
    .fake-anonymous-menu.white-background .menu-container {
      box-shadow: none; }
    .fake-anonymous-menu.white-background button {
      color: white !important;
      background-color: white !important;
      border: none !important; }
  .fake-anonymous-menu .menu-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 1.5em;
    background-color: white;
    width: 100%;
    box-shadow: 0px 3px 6px 0px #a3a3a3; }
    @media screen and (max-width: 500px) {
      .fake-anonymous-menu .menu-container .buttons-container {
        justify-content: end; }
        .fake-anonymous-menu .menu-container .buttons-container > div:first-child {
          width: 100%;
          margin-bottom: 2em; } }
    .fake-anonymous-menu .menu-container .k-button.k-primary {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: white; }
    .fake-anonymous-menu .menu-container .k-button.k-secondary {
      border-color: var(--primary-color);
      color: var(--primary-color); }
    .fake-anonymous-menu .menu-container .k-button.k-primary:hover, .fake-anonymous-menu .menu-container .k-button.k-primary:focus, .fake-anonymous-menu .menu-container .k-button.k-primary:active {
      background-color: white;
      border-color: var(--primary-color-darker);
      color: var(--primary-color-darker); }
    .fake-anonymous-menu .menu-container .k-button.k-secondary:hover, .fake-anonymous-menu .menu-container .k-button.k-secondary:focus, .fake-anonymous-menu .menu-container .k-button.k-secondary:active {
      background-color: var(--primary-color-darker);
      border-color: var(--primary-color-darker);
      color: white; }
  .fake-anonymous-menu .panel-button {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    outline: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 11em;
    padding: .5em 2em;
    gap: 1em;
    flex: 1 1 0; }
    .fake-anonymous-menu .panel-button:hover {
      background-color: var(--primary-color-darker); }
    .fake-anonymous-menu .panel-button i {
      font-size: 3em; }
    .fake-anonymous-menu .panel-button span {
      font-size: 1.25em; }

.step-form-type,
.fake-anonymous-view {
  background-color: #FFFFFF;
  --primary-color: #2693be;
  --primary-color-darker: #1c6e8e; }
  .step-form-type.white-background,
  .fake-anonymous-view.white-background {
    --primary-color: white !important;
    --primary-color-darker: white !important; }
  .step-form-type .toolbar,
  .fake-anonymous-view .toolbar {
    min-height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color-darker); }
    .step-form-type .toolbar h4,
    .fake-anonymous-view .toolbar h4 {
      color: white; }

.fake-anonymous-view .fieldlist h4 {
  margin: 0;
  color: var(--primary-color); }

.fake-anonymous-view .fieldlist .field {
  margin-bottom: 1em !important; }
  .fake-anonymous-view .fieldlist .field .field-label label {
    font-weight: bold; }

.fake-anonymous-view .content-wrapper {
  padding: 0 1.5em; }

@media screen and (max-width: 992px) {
  .fake-anonymous-view .content-wrapper {
    overflow-y: auto; }
  .fake-anonymous-view .fieldlist {
    margin: 0; }
  .fake-anonymous-view .sided-panel {
    height: unset !important;
    border: none; }
    .fake-anonymous-view .sided-panel:not(:first-child) .fieldlist {
      padding: 0; } }

.step-form-type .form-actions.error-like-div > div {
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  color: white;
  width: 100%;
  text-align: center; }

.step-form-type.white-background .form-actions,
.step-form-type.white-background .container-partial {
  display: none !important; }

.step-form-type.white-background .progress-tracker .progress-item,
.step-form-type.white-background .progress-tracker .progress-item i,
.step-form-type.white-background .progress-tracker .progress-bar {
  background-color: white !important;
  color: white !important;
  box-shadow: none !important;
  border-color: white !important; }

.step-form-type .toolbar h4.fade-in {
  animation: fadeInText 250ms ease-in-out forwards; }

.step-form-type .toolbar h4.fade-out {
  animation: fadeOutText 250ms ease-in-out forwards; }

.step-form-type .toolbar .toolbar-container,
.step-form-type .form-content .content-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 1.5em; }

.step-form-type .form-content {
  overflow-y: auto; }
  .step-form-type .form-content .content-container {
    margin: 2em auto; }
    .step-form-type .form-content .content-container textarea {
      height: 250px; }
    .step-form-type .form-content .content-container .container-partial .report-done i {
      font-size: 9em;
      color: #10B683; }
    .step-form-type .form-content .content-container .container-partial .report-done h5 {
      text-align: center; }
      .step-form-type .form-content .content-container .container-partial .report-done h5 a {
        margin: 0; }
    .step-form-type .form-content .content-container .container-partial .alert {
      display: block;
      margin: 0; }
    .step-form-type .form-content .content-container .container-partial .panel.panel-primary {
      border-color: var(--primary-color);
      border-width: 2px; }
      .step-form-type .form-content .content-container .container-partial .panel.panel-primary .panel-heading {
        background-color: var(--primary-color); }
        .step-form-type .form-content .content-container .container-partial .panel.panel-primary .panel-heading h5 {
          color: white; }
      .step-form-type .form-content .content-container .container-partial .panel.panel-primary .field .field-label label {
        color: var(--primary-color);
        font-weight: bold; }
      .step-form-type .form-content .content-container .container-partial .panel.panel-primary hr {
        border-top: 1px solid #dadada;
        margin: 1em 0; }
    .step-form-type .form-content .content-container .container-partial .panel .alert {
      margin-bottom: 1.5em; }
    .step-form-type .form-content .content-container .container-partial .section-title {
      display: flex;
      flex-direction: row;
      gap: .5em;
      margin-bottom: 1em; }
    .step-form-type .form-content .content-container .container-partial .section-number {
      background-color: var(--primary-color);
      padding: 0.25em .7em;
      border-radius: 25px;
      color: white;
      font-weight: bold;
      font-size: 0.75em;
      height: fit-content; }
    .step-form-type .form-content .content-container .container-partial .hole-fields-panel {
      margin-bottom: 1em; }
      .step-form-type .form-content .content-container .container-partial .hole-fields-panel string-input textarea {
        height: 100px; }
    .step-form-type .form-content .content-container .container-partial .hole-fields-panel,
    .step-form-type .form-content .content-container .container-partial .field-panel > .field {
      background-color: #ebebeb;
      padding: 1em 1em 0;
      border-radius: 4px; }
    .step-form-type .form-content .content-container .container-partial .mw-50em {
      max-width: 50em; }
    .step-form-type .form-content .content-container .container-partial .mw-40em {
      max-width: 40em; }
    .step-form-type .form-content .content-container .container-partial .mw-20em {
      max-width: 20em; }
    .step-form-type .form-content .content-container .container-partial .mw-24em {
      max-width: 24em; }
    .step-form-type .form-content .content-container .container-partial .mt-n1em {
      margin-top: -1em; }
    .step-form-type .form-content .content-container .container-partial .pb-1em {
      padding-bottom: 1em; }
    .step-form-type .form-content .content-container .container-partial .radio-buttons-department-type {
      margin-bottom: 1em; }
      .step-form-type .form-content .content-container .container-partial .radio-buttons-department-type.flex-column {
        margin-bottom: 0; }
    .step-form-type .form-content .content-container .container-partial display-info:not(.no-margin-bottom-field) > .field > .field-wrapper {
      margin-bottom: 1em; }
    .step-form-type .form-content .content-container .container-partial .field .field-wrapper {
      display: flex;
      flex-direction: column; }
      .step-form-type .form-content .content-container .container-partial .field .field-wrapper .field-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: .5em;
        margin-bottom: .5em;
        width: 100%; }
        .step-form-type .form-content .content-container .container-partial .field .field-wrapper .field-label .optional-label::before {
          content: '('; }
        .step-form-type .form-content .content-container .container-partial .field .field-wrapper .field-label .optional-label::after {
          content: ')'; }
      .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1.5em; }
        .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper .tag-box-input {
          min-height: 2.214em;
          padding: 0.167em 0.5em;
          border: 1px solid #dadada;
          background-color: #fff;
          color: #515967;
          border-radius: 3px;
          width: 100%;
          display: flex;
          flex-direction: row;
          gap: .5em;
          flex-wrap: wrap; }
          .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper .tag-box-input .tag-box-item {
            border: 1px solid #005c81;
            border-radius: 3px;
            padding: 0 .5em; }
            .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper .tag-box-input .tag-box-item .k-remove-btn {
              width: 1em;
              display: inline-block;
              height: 1em;
              text-align: center; }
              .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper .tag-box-input .tag-box-item .k-remove-btn:hover {
                background-color: #dc3545;
                color: white;
                border-radius: 100%;
                line-height: 0;
                cursor: pointer; }
        .step-form-type .form-content .content-container .container-partial .field .field-wrapper .tag-box-wrapper .k-button {
          height: 2.214em;
          display: flex;
          flex-direction: row;
          gap: .5em;
          padding: 0 1.25em;
          margin: auto; }
    .step-form-type .form-content .content-container .container-partial .field .validation-items {
      height: 1.7em; }
    .step-form-type .form-content .content-container .container-partial .without-padding .field .field-wrapper .field-label,
    .step-form-type .form-content .content-container .container-partial .without-padding .field .field-wrapper .field-input {
      padding: 0; }
    .step-form-type .form-content .content-container .container-partial .max-container .field .field-wrapper .field-label,
    .step-form-type .form-content .content-container .container-partial .max-container .field .field-wrapper .field-input {
      width: 100%; }
    .step-form-type .form-content .content-container .form-actions {
      padding-bottom: 3em; }

.progress-tracker {
  margin: 1em 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
  .progress-tracker .progress-item {
    border: 2px solid #BDBBB9;
    border-radius: 25px;
    min-width: 3em;
    width: 3em;
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white; }
    .progress-tracker .progress-item i {
      font-size: 2em;
      color: #BDBBB9;
      font-style: normal; }
    .progress-tracker .progress-item.completed {
      border-color: var(--primary-color);
      background-color: var(--primary-color); }
      .progress-tracker .progress-item.completed i {
        color: white; }
      .progress-tracker .progress-item.completed + .progress-bar > hr {
        width: 100%; }
    .progress-tracker .progress-item.current {
      border-width: 4px; }
      .progress-tracker .progress-item.current i {
        font-weight: bold;
        font-size: 2.5em; }
      .progress-tracker .progress-item.current:not(.invalid) {
        border-color: var(--primary-color); }
        .progress-tracker .progress-item.current:not(.invalid) i {
          color: var(--primary-color); }
      .progress-tracker .progress-item.current.invalid {
        border-color: #dc3545; }
        .progress-tracker .progress-item.current.invalid i {
          color: #dc3545; }
  .progress-tracker .progress-bar {
    width: 100%;
    height: 0.5em;
    background-color: #BDBBB9; }
    .progress-tracker .progress-bar hr {
      width: 0;
      border-top: 0.5em solid var(--primary-color);
      margin: 0;
      transition: width 0.5s; }

multiselect-input.removable-multiselect .k-widget.k-multiselect {
  pointer-events: none; }
  multiselect-input.removable-multiselect .k-widget.k-multiselect .k-multiselect-wrap ul li .k-select {
    pointer-events: all; }
  multiselect-input.removable-multiselect .k-widget.k-multiselect .k-multiselect-wrap .k-clear-value {
    display: none; }

password-input > .row {
  position: relative; }
  password-input > .row .label-with-popup.inside-input {
    position: absolute;
    float: unset;
    top: .25em;
    right: .25em; }

.mw-6em {
  max-width: 6em; }

table.custom-column-table.row.w-100 {
  width: calc(100% + 30px); }

table.custom-column-table tr.non-bold-labels th {
  font-weight: normal; }

i.rotate-180 {
  transform: rotate(180deg); }

.justify-text {
  text-align: justify; }

.fs-1_2em {
  font-size: 1.2em; }

.preview-screen {
  zoom: 50%; }
  .preview-screen .fake-anonymous-menu .menu-container {
    max-width: calc(100% - 15em);
    margin: 10em auto; }
  .preview-screen .fake-anonymous-footer .text-area div {
    width: 100%;
    max-width: calc(100% - 15em); }
  .preview-screen button {
    pointer-events: none;
    cursor: auto; }

.google-visualization-orgchart-table {
  border-collapse: separate;
  border-spacing: 0;
  padding: 1.5em; }
  .google-visualization-orgchart-table .google-visualization-orgchart-linebottom, .google-visualization-orgchart-table .google-visualization-orgchart-lineleft, .google-visualization-orgchart-table .google-visualization-orgchart-lineright {
    border-width: 2px;
    border-color: #005C81; }
  .google-visualization-orgchart-table .google-visualization-orgchart-linebottom {
    padding: 6px 2px; }
  .google-visualization-orgchart-table .organogram-node {
    border-radius: 6px;
    width: 12em;
    min-width: 12em;
    max-width: 12em;
    position: relative; }
    .google-visualization-orgchart-table .organogram-node i {
      font-size: 2em; }
    .google-visualization-orgchart-table .organogram-node .display-name {
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 1em; }
    .google-visualization-orgchart-table .organogram-node button {
      --node-expand-button-color: #005C81;
      padding: 0;
      width: calc(100% + 8px);
      height: 25px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border: unset;
      border-top: 1px solid var(--node-expand-button-color);
      background-color: transparent;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      margin: -4px 0; }
      .google-visualization-orgchart-table .organogram-node button.button-expand-company {
        --node-expand-button-color: #005C81; }
      .google-visualization-orgchart-table .organogram-node button.button-expand-department {
        --node-expand-button-color: #97cbdf; }
      .google-visualization-orgchart-table .organogram-node button:hover {
        background-color: var(--node-expand-button-color); }
        .google-visualization-orgchart-table .organogram-node button:hover i {
          color: white; }
      .google-visualization-orgchart-table .organogram-node button i {
        color: var(--node-expand-button-color); }

.organogram-page-area {
  background-color: white; }
  .organogram-page-area slider-input {
    position: fixed;
    bottom: 2em;
    right: 2em; }

slider-input .k-widget.k-slider.zoom-slider .k-slider-selection {
  background-color: transparent; }

slider-input .k-widget.k-slider.zoom-slider a.k-draghandle {
  outline: none; }
  slider-input .k-widget.k-slider.zoom-slider a.k-draghandle:focus, slider-input .k-widget.k-slider.zoom-slider a.k-draghandle:hover {
    color: #d9d9d9;
    box-shadow: none;
    background-color: #ffffff;
    border-color: #cccccc; }

slider-input numeric-input {
  width: 5em;
  margin-left: 1em; }

.fake-tree-checkboxs {
  padding-left: 16px; }
  .fake-tree-checkboxs .k-checkbox:checked + .k-checkbox-label::before,
  .fake-tree-checkboxs .k-checkbox-label::before {
    color: #005C81 !important;
    border-color: #005C81 !important;
    box-sizing: content-box !important; }

.main-buttons {
  margin: auto;
  margin-right: 30%; }

.main-buttons-auto {
  margin: auto; }

#audit-execution-requirements-list-content,
#audit-requirements-list-content {
  /*  > div {
        padding: 0;
    }*/ }
  #audit-execution-requirements-list-content .fieldlist.form-wrapper,
  #audit-requirements-list-content .fieldlist.form-wrapper {
    margin-left: 0;
    margin-right: 0; }

.title-section form-buttons.force-left {
  float: left !important;
  margin-left: 1.5em;
  margin-right: unset; }

.index-custom-grid > div.k-grid-content {
  height: 22em; }

.button-action-group {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0.5em; }
  .button-action-group .generic-action {
    border: none;
    color: #005C81;
    background-color: transparent; }
    .button-action-group .generic-action:hover {
      scale: 1.5; }
  .button-action-group .danger-action {
    background-color: transparent;
    color: #dc3545;
    border: none; }
    .button-action-group .danger-action:hover {
      scale: 1.5; }

.upload-input-enabled-download .k-upload-wrapper .core-icon-download {
  color: blue; }
  .upload-input-enabled-download .k-upload-wrapper .core-icon-download:hover {
    cursor: pointer; }

.upload-input-enabled-download .k-upload-wrapper .k-i-close {
  pointer-events: none;
  opacity: 0; }
  .upload-input-enabled-download .k-upload-wrapper .k-i-close:hover {
    cursor: not-allowed; }

.simulate-email-container {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: end;
  margin-bottom: 6px; }
  .simulate-email-container string-input {
    align-content: center;
    width: 300px; }

.tab-counter-indicator {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: black;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  top: calc(50% - 9px);
  right: 0;
  color: white; }

.custom-advices-container .comment-actions button {
  color: #969696 !important; }
  .custom-advices-container .comment-actions button.edit-action:hover {
    color: #337ab7 !important; }

.custom-advices-comments-container {
  height: 100%;
  display: block; }
  .custom-advices-comments-container .comments.comment-with-attachments {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .custom-advices-comments-container .comments.comment-with-attachments .container-comments {
      flex-shrink: 1;
      overflow-y: auto; }
    .custom-advices-comments-container .comments.comment-with-attachments .comments-counter {
      flex-grow: 1;
      align-content: flex-end; }
    .custom-advices-comments-container .comments.comment-with-attachments .comment-area {
      min-height: 196px !important;
      flex-basis: fit-content;
      align-content: flex-end; }

.expand-field-inputs .form-group .field-input {
  width: 75%; }

.expand-field-inputs .form-group multiselect-input .field-input {
  width: 100%; }
  .expand-field-inputs .form-group multiselect-input .field-input .k-multiselect-wrap {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden; }

.research-projects-form-question .question-heading {
  white-space: pre-line !important; }

.justification-textarea {
  height: 20rem; }
  .justification-textarea .textarea-input .k-textbox {
    height: 15rem;
    max-height: 15rem; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Bitstream-FuturaBT_Book';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Book_Italic';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book_Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy_Italic';
  src: url("../fonts/gulbenkian/gulbenkianitstream-FuturaBT_Heavy_Italic.otf") format("opentype"); }

.compliance-assessment.treeview-fixed .k-treeview .k-group .k-item .k-icon {
  display: none; }

.knowledge-base-panel {
  background-color: #fff;
  overflow: auto;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  height: 100%;
  overflow-y: auto;
  background-color: inherit;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em; }
  .knowledge-base-panel .panel-heading {
    margin-left: 1em;
    margin-bottom: 2em;
    padding: 0; }
    .knowledge-base-panel .panel-heading h4 {
      color: #017BAD;
      font-weight: normal; }

.datamapping-form .field-space {
  margin-bottom: 20px; }

/* Datamapping align with right side navbar
.datamapping-form {
    .content-wrapper {
        .col-md-9.current-form {
            padding-right: $side-space;
        }
    }
}
*/
.company-edit-form-wrapper {
  padding: 0;
  max-width: 80em; }
  .company-edit-form-wrapper .panel.panel-company > .department .title-and-popover .label-title {
    float: left; }

.company-form-wrapper {
  padding-left: 1.5em;
  padding-top: 1.5em; }
  .company-form-wrapper .panel.panel-company > .department .title-and-popover .label-title {
    float: left; }

.compliance-assessment-form .pre-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent; }

.tree-management-entity-form .content-wrapper,
.asset-form .content-wrapper,
.data-breach-execution-form .content-wrapper,
.data-rights-request-form .content-wrapper,
.edit-task-form .content-wrapper,
.edit-entity-form .content-wrapper,
.privacy-by-design-form .content-wrapper,
.audit-form .content-wrapper,
.datamapping-form .content-wrapper,
.pia-form .content-wrapper,
.company-form .content-wrapper,
.compliance-assessment-form .content-wrapper {
  padding-right: 15px;
  padding-left: 15px; }
  .tree-management-entity-form .content-wrapper .treeview-wrapper,
  .asset-form .content-wrapper .treeview-wrapper,
  .data-breach-execution-form .content-wrapper .treeview-wrapper,
  .data-rights-request-form .content-wrapper .treeview-wrapper,
  .edit-task-form .content-wrapper .treeview-wrapper,
  .edit-entity-form .content-wrapper .treeview-wrapper,
  .privacy-by-design-form .content-wrapper .treeview-wrapper,
  .audit-form .content-wrapper .treeview-wrapper,
  .datamapping-form .content-wrapper .treeview-wrapper,
  .pia-form .content-wrapper .treeview-wrapper,
  .company-form .content-wrapper .treeview-wrapper,
  .compliance-assessment-form .content-wrapper .treeview-wrapper {
    padding: 0;
    border-right: 1px solid #eee; }
  .tree-management-entity-form .content-wrapper .current-form,
  .asset-form .content-wrapper .current-form,
  .data-breach-execution-form .content-wrapper .current-form,
  .data-rights-request-form .content-wrapper .current-form,
  .edit-task-form .content-wrapper .current-form,
  .edit-entity-form .content-wrapper .current-form,
  .privacy-by-design-form .content-wrapper .current-form,
  .audit-form .content-wrapper .current-form,
  .datamapping-form .content-wrapper .current-form,
  .pia-form .content-wrapper .current-form,
  .company-form .content-wrapper .current-form,
  .compliance-assessment-form .content-wrapper .current-form {
    padding: 0; }
  .tree-management-entity-form .content-wrapper .knowledge-base-wrapper,
  .asset-form .content-wrapper .knowledge-base-wrapper,
  .data-breach-execution-form .content-wrapper .knowledge-base-wrapper,
  .data-rights-request-form .content-wrapper .knowledge-base-wrapper,
  .edit-task-form .content-wrapper .knowledge-base-wrapper,
  .edit-entity-form .content-wrapper .knowledge-base-wrapper,
  .privacy-by-design-form .content-wrapper .knowledge-base-wrapper,
  .audit-form .content-wrapper .knowledge-base-wrapper,
  .datamapping-form .content-wrapper .knowledge-base-wrapper,
  .pia-form .content-wrapper .knowledge-base-wrapper,
  .company-form .content-wrapper .knowledge-base-wrapper,
  .compliance-assessment-form .content-wrapper .knowledge-base-wrapper {
    padding: 0;
    overflow-y: auto; }
    .tree-management-entity-form .content-wrapper .knowledge-base-wrapper .list-group,
    .asset-form .content-wrapper .knowledge-base-wrapper .list-group,
    .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .list-group,
    .data-rights-request-form .content-wrapper .knowledge-base-wrapper .list-group,
    .edit-task-form .content-wrapper .knowledge-base-wrapper .list-group,
    .edit-entity-form .content-wrapper .knowledge-base-wrapper .list-group,
    .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .list-group,
    .audit-form .content-wrapper .knowledge-base-wrapper .list-group,
    .datamapping-form .content-wrapper .knowledge-base-wrapper .list-group,
    .pia-form .content-wrapper .knowledge-base-wrapper .list-group,
    .company-form .content-wrapper .knowledge-base-wrapper .list-group,
    .compliance-assessment-form .content-wrapper .knowledge-base-wrapper .list-group {
      margin: 0 1em; }
      .tree-management-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .asset-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .data-rights-request-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .edit-task-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .edit-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .audit-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .datamapping-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .pia-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .company-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item,
      .compliance-assessment-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item {
        background-color: inherit;
        border: none;
        margin-top: 1em;
        padding: 0; }
        .tree-management-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .asset-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .data-rights-request-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .edit-task-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .edit-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .audit-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .datamapping-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .pia-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .company-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description,
        .compliance-assessment-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item .li-description {
          font-size: .95em; }
        .tree-management-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .asset-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .data-rights-request-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .edit-task-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .edit-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .audit-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .datamapping-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .pia-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .company-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4,
        .compliance-assessment-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item > h4 {
          font-size: inherit;
          padding-bottom: 1em; }
        .tree-management-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .asset-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .data-breach-execution-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .data-rights-request-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .edit-task-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .edit-entity-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .privacy-by-design-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .audit-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .datamapping-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .pia-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .company-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr,
        .compliance-assessment-form .content-wrapper .knowledge-base-wrapper .list-group .list-group-item hr {
          height: 2px;
          margin-top: 1em;
          margin-bottom: 1.5em;
          background-color: #DDDDDD; }

.tree-management-entity-form .middle-form-panel,
.tree-management-entity-form .panel-datamapping,
.tree-management-entity-form .panel-company,
.asset-form .middle-form-panel,
.asset-form .panel-datamapping,
.asset-form .panel-company,
.data-breach-execution-form .middle-form-panel,
.data-breach-execution-form .panel-datamapping,
.data-breach-execution-form .panel-company,
.data-rights-request-form .middle-form-panel,
.data-rights-request-form .panel-datamapping,
.data-rights-request-form .panel-company,
.edit-task-form .middle-form-panel,
.edit-task-form .panel-datamapping,
.edit-task-form .panel-company,
.edit-entity-form .middle-form-panel,
.edit-entity-form .panel-datamapping,
.edit-entity-form .panel-company,
.privacy-by-design-form .middle-form-panel,
.privacy-by-design-form .panel-datamapping,
.privacy-by-design-form .panel-company,
.audit-form .middle-form-panel,
.audit-form .panel-datamapping,
.audit-form .panel-company,
.datamapping-form .middle-form-panel,
.datamapping-form .panel-datamapping,
.datamapping-form .panel-company,
.pia-form .middle-form-panel,
.pia-form .panel-datamapping,
.pia-form .panel-company,
.company-form .middle-form-panel,
.company-form .panel-datamapping,
.company-form .panel-company,
.compliance-assessment-form .middle-form-panel,
.compliance-assessment-form .panel-datamapping,
.compliance-assessment-form .panel-company {
  border-radius: 3px; }

.tree-management-entity-form .middle-form-panel,
.tree-management-entity-form .panel-company,
.tree-management-entity-form .panel-datamapping,
.tree-management-entity-form .panel-company,
.tree-management-entity-form .panel-pia,
.tree-management-entity-form .panel-compliance,
.asset-form .middle-form-panel,
.asset-form .panel-company,
.asset-form .panel-datamapping,
.asset-form .panel-company,
.asset-form .panel-pia,
.asset-form .panel-compliance,
.data-breach-execution-form .middle-form-panel,
.data-breach-execution-form .panel-company,
.data-breach-execution-form .panel-datamapping,
.data-breach-execution-form .panel-company,
.data-breach-execution-form .panel-pia,
.data-breach-execution-form .panel-compliance,
.data-rights-request-form .middle-form-panel,
.data-rights-request-form .panel-company,
.data-rights-request-form .panel-datamapping,
.data-rights-request-form .panel-company,
.data-rights-request-form .panel-pia,
.data-rights-request-form .panel-compliance,
.edit-task-form .middle-form-panel,
.edit-task-form .panel-company,
.edit-task-form .panel-datamapping,
.edit-task-form .panel-company,
.edit-task-form .panel-pia,
.edit-task-form .panel-compliance,
.edit-entity-form .middle-form-panel,
.edit-entity-form .panel-company,
.edit-entity-form .panel-datamapping,
.edit-entity-form .panel-company,
.edit-entity-form .panel-pia,
.edit-entity-form .panel-compliance,
.privacy-by-design-form .middle-form-panel,
.privacy-by-design-form .panel-company,
.privacy-by-design-form .panel-datamapping,
.privacy-by-design-form .panel-company,
.privacy-by-design-form .panel-pia,
.privacy-by-design-form .panel-compliance,
.audit-form .middle-form-panel,
.audit-form .panel-company,
.audit-form .panel-datamapping,
.audit-form .panel-company,
.audit-form .panel-pia,
.audit-form .panel-compliance,
.datamapping-form .middle-form-panel,
.datamapping-form .panel-company,
.datamapping-form .panel-datamapping,
.datamapping-form .panel-company,
.datamapping-form .panel-pia,
.datamapping-form .panel-compliance,
.pia-form .middle-form-panel,
.pia-form .panel-company,
.pia-form .panel-datamapping,
.pia-form .panel-company,
.pia-form .panel-pia,
.pia-form .panel-compliance,
.company-form .middle-form-panel,
.company-form .panel-company,
.company-form .panel-datamapping,
.company-form .panel-company,
.company-form .panel-pia,
.company-form .panel-compliance,
.compliance-assessment-form .middle-form-panel,
.compliance-assessment-form .panel-company,
.compliance-assessment-form .panel-datamapping,
.compliance-assessment-form .panel-company,
.compliance-assessment-form .panel-pia,
.compliance-assessment-form .panel-compliance {
  background-color: #fff;
  overflow: auto;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  height: 100%;
  overflow-y: auto;
  padding: 0; }
  .tree-management-entity-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading,
  .tree-management-entity-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading,
  .tree-management-entity-form .panel-pia .item-panel .panel-heading .question-heading,
  .tree-management-entity-form .panel-compliance .item-panel .panel-heading .question-heading,
  .asset-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .asset-form .panel-company .item-panel .panel-heading .question-heading,
  .asset-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .asset-form .panel-company .item-panel .panel-heading .question-heading,
  .asset-form .panel-pia .item-panel .panel-heading .question-heading,
  .asset-form .panel-compliance .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .panel-pia .item-panel .panel-heading .question-heading,
  .data-breach-execution-form .panel-compliance .item-panel .panel-heading .question-heading,
  .data-rights-request-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading,
  .data-rights-request-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading,
  .data-rights-request-form .panel-pia .item-panel .panel-heading .question-heading,
  .data-rights-request-form .panel-compliance .item-panel .panel-heading .question-heading,
  .edit-task-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .edit-task-form .panel-company .item-panel .panel-heading .question-heading,
  .edit-task-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .edit-task-form .panel-company .item-panel .panel-heading .question-heading,
  .edit-task-form .panel-pia .item-panel .panel-heading .question-heading,
  .edit-task-form .panel-compliance .item-panel .panel-heading .question-heading,
  .edit-entity-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .edit-entity-form .panel-company .item-panel .panel-heading .question-heading,
  .edit-entity-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .edit-entity-form .panel-company .item-panel .panel-heading .question-heading,
  .edit-entity-form .panel-pia .item-panel .panel-heading .question-heading,
  .edit-entity-form .panel-compliance .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .panel-pia .item-panel .panel-heading .question-heading,
  .privacy-by-design-form .panel-compliance .item-panel .panel-heading .question-heading,
  .audit-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .audit-form .panel-company .item-panel .panel-heading .question-heading,
  .audit-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .audit-form .panel-company .item-panel .panel-heading .question-heading,
  .audit-form .panel-pia .item-panel .panel-heading .question-heading,
  .audit-form .panel-compliance .item-panel .panel-heading .question-heading,
  .datamapping-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .datamapping-form .panel-company .item-panel .panel-heading .question-heading,
  .datamapping-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .datamapping-form .panel-company .item-panel .panel-heading .question-heading,
  .datamapping-form .panel-pia .item-panel .panel-heading .question-heading,
  .datamapping-form .panel-compliance .item-panel .panel-heading .question-heading,
  .pia-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .pia-form .panel-company .item-panel .panel-heading .question-heading,
  .pia-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .pia-form .panel-company .item-panel .panel-heading .question-heading,
  .pia-form .panel-pia .item-panel .panel-heading .question-heading,
  .pia-form .panel-compliance .item-panel .panel-heading .question-heading,
  .company-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .company-form .panel-company .item-panel .panel-heading .question-heading,
  .company-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .company-form .panel-company .item-panel .panel-heading .question-heading,
  .company-form .panel-pia .item-panel .panel-heading .question-heading,
  .company-form .panel-compliance .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .middle-form-panel .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .panel-datamapping .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .panel-pia .item-panel .panel-heading .question-heading,
  .compliance-assessment-form .panel-compliance .item-panel .panel-heading .question-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em; }
    .tree-management-entity-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .asset-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .asset-form .panel-company .item-panel .panel-heading .question-heading > div,
    .asset-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .asset-form .panel-company .item-panel .panel-heading .question-heading > div,
    .asset-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .asset-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .data-rights-request-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .edit-task-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .edit-task-form .panel-company .item-panel .panel-heading .question-heading > div,
    .edit-task-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .edit-task-form .panel-company .item-panel .panel-heading .question-heading > div,
    .edit-task-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .edit-task-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .panel-company .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .panel-company .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .edit-entity-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .audit-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .audit-form .panel-company .item-panel .panel-heading .question-heading > div,
    .audit-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .audit-form .panel-company .item-panel .panel-heading .question-heading > div,
    .audit-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .audit-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .datamapping-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .datamapping-form .panel-company .item-panel .panel-heading .question-heading > div,
    .datamapping-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .datamapping-form .panel-company .item-panel .panel-heading .question-heading > div,
    .datamapping-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .datamapping-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .pia-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .pia-form .panel-company .item-panel .panel-heading .question-heading > div,
    .pia-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .pia-form .panel-company .item-panel .panel-heading .question-heading > div,
    .pia-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .pia-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .company-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .company-form .panel-company .item-panel .panel-heading .question-heading > div,
    .company-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .company-form .panel-company .item-panel .panel-heading .question-heading > div,
    .company-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .company-form .panel-compliance .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .middle-form-panel .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-datamapping .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-pia .item-panel .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-compliance .item-panel .panel-heading .question-heading > div {
      margin-right: .5em; }
      .tree-management-entity-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .asset-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .asset-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .asset-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .asset-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .asset-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .asset-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .edit-task-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .audit-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .audit-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .audit-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .audit-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .audit-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .audit-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .datamapping-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .pia-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .pia-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .pia-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .pia-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .pia-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .pia-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .company-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .company-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .company-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .company-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .company-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .company-form .panel-compliance .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .middle-form-panel .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-datamapping .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-company .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-pia .item-panel .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-compliance .item-panel .panel-heading .question-heading > div h4 {
        font-size: 1.2em;
        word-break: break-word; }
  .tree-management-entity-form .middle-form-panel .panel,
  .tree-management-entity-form .middle-form-panel .panel-default > .panel-heading,
  .tree-management-entity-form .middle-form-panel .field,
  .tree-management-entity-form .panel-company .panel,
  .tree-management-entity-form .panel-company .panel-default > .panel-heading,
  .tree-management-entity-form .panel-company .field,
  .tree-management-entity-form .panel-datamapping .panel,
  .tree-management-entity-form .panel-company .panel,
  .tree-management-entity-form .panel-datamapping .panel-default > .panel-heading,
  .tree-management-entity-form .panel-company .panel-default > .panel-heading,
  .tree-management-entity-form .panel-datamapping .field,
  .tree-management-entity-form .panel-company .field,
  .tree-management-entity-form .panel-pia .panel,
  .tree-management-entity-form .panel-pia .panel-default > .panel-heading,
  .tree-management-entity-form .panel-pia .field,
  .tree-management-entity-form .panel-compliance .panel,
  .tree-management-entity-form .panel-compliance .panel-default > .panel-heading,
  .tree-management-entity-form .panel-compliance .field,
  .asset-form .middle-form-panel .panel,
  .asset-form .middle-form-panel .panel-default > .panel-heading,
  .asset-form .middle-form-panel .field,
  .asset-form .panel-company .panel,
  .asset-form .panel-company .panel-default > .panel-heading,
  .asset-form .panel-company .field,
  .asset-form .panel-datamapping .panel,
  .asset-form .panel-company .panel,
  .asset-form .panel-datamapping .panel-default > .panel-heading,
  .asset-form .panel-company .panel-default > .panel-heading,
  .asset-form .panel-datamapping .field,
  .asset-form .panel-company .field,
  .asset-form .panel-pia .panel,
  .asset-form .panel-pia .panel-default > .panel-heading,
  .asset-form .panel-pia .field,
  .asset-form .panel-compliance .panel,
  .asset-form .panel-compliance .panel-default > .panel-heading,
  .asset-form .panel-compliance .field,
  .data-breach-execution-form .middle-form-panel .panel,
  .data-breach-execution-form .middle-form-panel .panel-default > .panel-heading,
  .data-breach-execution-form .middle-form-panel .field,
  .data-breach-execution-form .panel-company .panel,
  .data-breach-execution-form .panel-company .panel-default > .panel-heading,
  .data-breach-execution-form .panel-company .field,
  .data-breach-execution-form .panel-datamapping .panel,
  .data-breach-execution-form .panel-company .panel,
  .data-breach-execution-form .panel-datamapping .panel-default > .panel-heading,
  .data-breach-execution-form .panel-company .panel-default > .panel-heading,
  .data-breach-execution-form .panel-datamapping .field,
  .data-breach-execution-form .panel-company .field,
  .data-breach-execution-form .panel-pia .panel,
  .data-breach-execution-form .panel-pia .panel-default > .panel-heading,
  .data-breach-execution-form .panel-pia .field,
  .data-breach-execution-form .panel-compliance .panel,
  .data-breach-execution-form .panel-compliance .panel-default > .panel-heading,
  .data-breach-execution-form .panel-compliance .field,
  .data-rights-request-form .middle-form-panel .panel,
  .data-rights-request-form .middle-form-panel .panel-default > .panel-heading,
  .data-rights-request-form .middle-form-panel .field,
  .data-rights-request-form .panel-company .panel,
  .data-rights-request-form .panel-company .panel-default > .panel-heading,
  .data-rights-request-form .panel-company .field,
  .data-rights-request-form .panel-datamapping .panel,
  .data-rights-request-form .panel-company .panel,
  .data-rights-request-form .panel-datamapping .panel-default > .panel-heading,
  .data-rights-request-form .panel-company .panel-default > .panel-heading,
  .data-rights-request-form .panel-datamapping .field,
  .data-rights-request-form .panel-company .field,
  .data-rights-request-form .panel-pia .panel,
  .data-rights-request-form .panel-pia .panel-default > .panel-heading,
  .data-rights-request-form .panel-pia .field,
  .data-rights-request-form .panel-compliance .panel,
  .data-rights-request-form .panel-compliance .panel-default > .panel-heading,
  .data-rights-request-form .panel-compliance .field,
  .edit-task-form .middle-form-panel .panel,
  .edit-task-form .middle-form-panel .panel-default > .panel-heading,
  .edit-task-form .middle-form-panel .field,
  .edit-task-form .panel-company .panel,
  .edit-task-form .panel-company .panel-default > .panel-heading,
  .edit-task-form .panel-company .field,
  .edit-task-form .panel-datamapping .panel,
  .edit-task-form .panel-company .panel,
  .edit-task-form .panel-datamapping .panel-default > .panel-heading,
  .edit-task-form .panel-company .panel-default > .panel-heading,
  .edit-task-form .panel-datamapping .field,
  .edit-task-form .panel-company .field,
  .edit-task-form .panel-pia .panel,
  .edit-task-form .panel-pia .panel-default > .panel-heading,
  .edit-task-form .panel-pia .field,
  .edit-task-form .panel-compliance .panel,
  .edit-task-form .panel-compliance .panel-default > .panel-heading,
  .edit-task-form .panel-compliance .field,
  .edit-entity-form .middle-form-panel .panel,
  .edit-entity-form .middle-form-panel .panel-default > .panel-heading,
  .edit-entity-form .middle-form-panel .field,
  .edit-entity-form .panel-company .panel,
  .edit-entity-form .panel-company .panel-default > .panel-heading,
  .edit-entity-form .panel-company .field,
  .edit-entity-form .panel-datamapping .panel,
  .edit-entity-form .panel-company .panel,
  .edit-entity-form .panel-datamapping .panel-default > .panel-heading,
  .edit-entity-form .panel-company .panel-default > .panel-heading,
  .edit-entity-form .panel-datamapping .field,
  .edit-entity-form .panel-company .field,
  .edit-entity-form .panel-pia .panel,
  .edit-entity-form .panel-pia .panel-default > .panel-heading,
  .edit-entity-form .panel-pia .field,
  .edit-entity-form .panel-compliance .panel,
  .edit-entity-form .panel-compliance .panel-default > .panel-heading,
  .edit-entity-form .panel-compliance .field,
  .privacy-by-design-form .middle-form-panel .panel,
  .privacy-by-design-form .middle-form-panel .panel-default > .panel-heading,
  .privacy-by-design-form .middle-form-panel .field,
  .privacy-by-design-form .panel-company .panel,
  .privacy-by-design-form .panel-company .panel-default > .panel-heading,
  .privacy-by-design-form .panel-company .field,
  .privacy-by-design-form .panel-datamapping .panel,
  .privacy-by-design-form .panel-company .panel,
  .privacy-by-design-form .panel-datamapping .panel-default > .panel-heading,
  .privacy-by-design-form .panel-company .panel-default > .panel-heading,
  .privacy-by-design-form .panel-datamapping .field,
  .privacy-by-design-form .panel-company .field,
  .privacy-by-design-form .panel-pia .panel,
  .privacy-by-design-form .panel-pia .panel-default > .panel-heading,
  .privacy-by-design-form .panel-pia .field,
  .privacy-by-design-form .panel-compliance .panel,
  .privacy-by-design-form .panel-compliance .panel-default > .panel-heading,
  .privacy-by-design-form .panel-compliance .field,
  .audit-form .middle-form-panel .panel,
  .audit-form .middle-form-panel .panel-default > .panel-heading,
  .audit-form .middle-form-panel .field,
  .audit-form .panel-company .panel,
  .audit-form .panel-company .panel-default > .panel-heading,
  .audit-form .panel-company .field,
  .audit-form .panel-datamapping .panel,
  .audit-form .panel-company .panel,
  .audit-form .panel-datamapping .panel-default > .panel-heading,
  .audit-form .panel-company .panel-default > .panel-heading,
  .audit-form .panel-datamapping .field,
  .audit-form .panel-company .field,
  .audit-form .panel-pia .panel,
  .audit-form .panel-pia .panel-default > .panel-heading,
  .audit-form .panel-pia .field,
  .audit-form .panel-compliance .panel,
  .audit-form .panel-compliance .panel-default > .panel-heading,
  .audit-form .panel-compliance .field,
  .datamapping-form .middle-form-panel .panel,
  .datamapping-form .middle-form-panel .panel-default > .panel-heading,
  .datamapping-form .middle-form-panel .field,
  .datamapping-form .panel-company .panel,
  .datamapping-form .panel-company .panel-default > .panel-heading,
  .datamapping-form .panel-company .field,
  .datamapping-form .panel-datamapping .panel,
  .datamapping-form .panel-company .panel,
  .datamapping-form .panel-datamapping .panel-default > .panel-heading,
  .datamapping-form .panel-company .panel-default > .panel-heading,
  .datamapping-form .panel-datamapping .field,
  .datamapping-form .panel-company .field,
  .datamapping-form .panel-pia .panel,
  .datamapping-form .panel-pia .panel-default > .panel-heading,
  .datamapping-form .panel-pia .field,
  .datamapping-form .panel-compliance .panel,
  .datamapping-form .panel-compliance .panel-default > .panel-heading,
  .datamapping-form .panel-compliance .field,
  .pia-form .middle-form-panel .panel,
  .pia-form .middle-form-panel .panel-default > .panel-heading,
  .pia-form .middle-form-panel .field,
  .pia-form .panel-company .panel,
  .pia-form .panel-company .panel-default > .panel-heading,
  .pia-form .panel-company .field,
  .pia-form .panel-datamapping .panel,
  .pia-form .panel-company .panel,
  .pia-form .panel-datamapping .panel-default > .panel-heading,
  .pia-form .panel-company .panel-default > .panel-heading,
  .pia-form .panel-datamapping .field,
  .pia-form .panel-company .field,
  .pia-form .panel-pia .panel,
  .pia-form .panel-pia .panel-default > .panel-heading,
  .pia-form .panel-pia .field,
  .pia-form .panel-compliance .panel,
  .pia-form .panel-compliance .panel-default > .panel-heading,
  .pia-form .panel-compliance .field,
  .company-form .middle-form-panel .panel,
  .company-form .middle-form-panel .panel-default > .panel-heading,
  .company-form .middle-form-panel .field,
  .company-form .panel-company .panel,
  .company-form .panel-company .panel-default > .panel-heading,
  .company-form .panel-company .field,
  .company-form .panel-datamapping .panel,
  .company-form .panel-company .panel,
  .company-form .panel-datamapping .panel-default > .panel-heading,
  .company-form .panel-company .panel-default > .panel-heading,
  .company-form .panel-datamapping .field,
  .company-form .panel-company .field,
  .company-form .panel-pia .panel,
  .company-form .panel-pia .panel-default > .panel-heading,
  .company-form .panel-pia .field,
  .company-form .panel-compliance .panel,
  .company-form .panel-compliance .panel-default > .panel-heading,
  .company-form .panel-compliance .field,
  .compliance-assessment-form .middle-form-panel .panel,
  .compliance-assessment-form .middle-form-panel .panel-default > .panel-heading,
  .compliance-assessment-form .middle-form-panel .field,
  .compliance-assessment-form .panel-company .panel,
  .compliance-assessment-form .panel-company .panel-default > .panel-heading,
  .compliance-assessment-form .panel-company .field,
  .compliance-assessment-form .panel-datamapping .panel,
  .compliance-assessment-form .panel-company .panel,
  .compliance-assessment-form .panel-datamapping .panel-default > .panel-heading,
  .compliance-assessment-form .panel-company .panel-default > .panel-heading,
  .compliance-assessment-form .panel-datamapping .field,
  .compliance-assessment-form .panel-company .field,
  .compliance-assessment-form .panel-pia .panel,
  .compliance-assessment-form .panel-pia .panel-default > .panel-heading,
  .compliance-assessment-form .panel-pia .field,
  .compliance-assessment-form .panel-compliance .panel,
  .compliance-assessment-form .panel-compliance .panel-default > .panel-heading,
  .compliance-assessment-form .panel-compliance .field {
    background-color: white;
    border: none;
    box-shadow: none; }
  .tree-management-entity-form .middle-form-panel .panel-heading,
  .tree-management-entity-form .panel-company .panel-heading,
  .tree-management-entity-form .panel-datamapping .panel-heading,
  .tree-management-entity-form .panel-company .panel-heading,
  .tree-management-entity-form .panel-pia .panel-heading,
  .tree-management-entity-form .panel-compliance .panel-heading,
  .asset-form .middle-form-panel .panel-heading,
  .asset-form .panel-company .panel-heading,
  .asset-form .panel-datamapping .panel-heading,
  .asset-form .panel-company .panel-heading,
  .asset-form .panel-pia .panel-heading,
  .asset-form .panel-compliance .panel-heading,
  .data-breach-execution-form .middle-form-panel .panel-heading,
  .data-breach-execution-form .panel-company .panel-heading,
  .data-breach-execution-form .panel-datamapping .panel-heading,
  .data-breach-execution-form .panel-company .panel-heading,
  .data-breach-execution-form .panel-pia .panel-heading,
  .data-breach-execution-form .panel-compliance .panel-heading,
  .data-rights-request-form .middle-form-panel .panel-heading,
  .data-rights-request-form .panel-company .panel-heading,
  .data-rights-request-form .panel-datamapping .panel-heading,
  .data-rights-request-form .panel-company .panel-heading,
  .data-rights-request-form .panel-pia .panel-heading,
  .data-rights-request-form .panel-compliance .panel-heading,
  .edit-task-form .middle-form-panel .panel-heading,
  .edit-task-form .panel-company .panel-heading,
  .edit-task-form .panel-datamapping .panel-heading,
  .edit-task-form .panel-company .panel-heading,
  .edit-task-form .panel-pia .panel-heading,
  .edit-task-form .panel-compliance .panel-heading,
  .edit-entity-form .middle-form-panel .panel-heading,
  .edit-entity-form .panel-company .panel-heading,
  .edit-entity-form .panel-datamapping .panel-heading,
  .edit-entity-form .panel-company .panel-heading,
  .edit-entity-form .panel-pia .panel-heading,
  .edit-entity-form .panel-compliance .panel-heading,
  .privacy-by-design-form .middle-form-panel .panel-heading,
  .privacy-by-design-form .panel-company .panel-heading,
  .privacy-by-design-form .panel-datamapping .panel-heading,
  .privacy-by-design-form .panel-company .panel-heading,
  .privacy-by-design-form .panel-pia .panel-heading,
  .privacy-by-design-form .panel-compliance .panel-heading,
  .audit-form .middle-form-panel .panel-heading,
  .audit-form .panel-company .panel-heading,
  .audit-form .panel-datamapping .panel-heading,
  .audit-form .panel-company .panel-heading,
  .audit-form .panel-pia .panel-heading,
  .audit-form .panel-compliance .panel-heading,
  .datamapping-form .middle-form-panel .panel-heading,
  .datamapping-form .panel-company .panel-heading,
  .datamapping-form .panel-datamapping .panel-heading,
  .datamapping-form .panel-company .panel-heading,
  .datamapping-form .panel-pia .panel-heading,
  .datamapping-form .panel-compliance .panel-heading,
  .pia-form .middle-form-panel .panel-heading,
  .pia-form .panel-company .panel-heading,
  .pia-form .panel-datamapping .panel-heading,
  .pia-form .panel-company .panel-heading,
  .pia-form .panel-pia .panel-heading,
  .pia-form .panel-compliance .panel-heading,
  .company-form .middle-form-panel .panel-heading,
  .company-form .panel-company .panel-heading,
  .company-form .panel-datamapping .panel-heading,
  .company-form .panel-company .panel-heading,
  .company-form .panel-pia .panel-heading,
  .company-form .panel-compliance .panel-heading,
  .compliance-assessment-form .middle-form-panel .panel-heading,
  .compliance-assessment-form .panel-company .panel-heading,
  .compliance-assessment-form .panel-datamapping .panel-heading,
  .compliance-assessment-form .panel-company .panel-heading,
  .compliance-assessment-form .panel-pia .panel-heading,
  .compliance-assessment-form .panel-compliance .panel-heading {
    margin: 2em;
    padding: 0; }
    .tree-management-entity-form .middle-form-panel .panel-heading.panel-relative,
    .tree-management-entity-form .panel-company .panel-heading.panel-relative,
    .tree-management-entity-form .panel-datamapping .panel-heading.panel-relative,
    .tree-management-entity-form .panel-company .panel-heading.panel-relative,
    .tree-management-entity-form .panel-pia .panel-heading.panel-relative,
    .tree-management-entity-form .panel-compliance .panel-heading.panel-relative,
    .asset-form .middle-form-panel .panel-heading.panel-relative,
    .asset-form .panel-company .panel-heading.panel-relative,
    .asset-form .panel-datamapping .panel-heading.panel-relative,
    .asset-form .panel-company .panel-heading.panel-relative,
    .asset-form .panel-pia .panel-heading.panel-relative,
    .asset-form .panel-compliance .panel-heading.panel-relative,
    .data-breach-execution-form .middle-form-panel .panel-heading.panel-relative,
    .data-breach-execution-form .panel-company .panel-heading.panel-relative,
    .data-breach-execution-form .panel-datamapping .panel-heading.panel-relative,
    .data-breach-execution-form .panel-company .panel-heading.panel-relative,
    .data-breach-execution-form .panel-pia .panel-heading.panel-relative,
    .data-breach-execution-form .panel-compliance .panel-heading.panel-relative,
    .data-rights-request-form .middle-form-panel .panel-heading.panel-relative,
    .data-rights-request-form .panel-company .panel-heading.panel-relative,
    .data-rights-request-form .panel-datamapping .panel-heading.panel-relative,
    .data-rights-request-form .panel-company .panel-heading.panel-relative,
    .data-rights-request-form .panel-pia .panel-heading.panel-relative,
    .data-rights-request-form .panel-compliance .panel-heading.panel-relative,
    .edit-task-form .middle-form-panel .panel-heading.panel-relative,
    .edit-task-form .panel-company .panel-heading.panel-relative,
    .edit-task-form .panel-datamapping .panel-heading.panel-relative,
    .edit-task-form .panel-company .panel-heading.panel-relative,
    .edit-task-form .panel-pia .panel-heading.panel-relative,
    .edit-task-form .panel-compliance .panel-heading.panel-relative,
    .edit-entity-form .middle-form-panel .panel-heading.panel-relative,
    .edit-entity-form .panel-company .panel-heading.panel-relative,
    .edit-entity-form .panel-datamapping .panel-heading.panel-relative,
    .edit-entity-form .panel-company .panel-heading.panel-relative,
    .edit-entity-form .panel-pia .panel-heading.panel-relative,
    .edit-entity-form .panel-compliance .panel-heading.panel-relative,
    .privacy-by-design-form .middle-form-panel .panel-heading.panel-relative,
    .privacy-by-design-form .panel-company .panel-heading.panel-relative,
    .privacy-by-design-form .panel-datamapping .panel-heading.panel-relative,
    .privacy-by-design-form .panel-company .panel-heading.panel-relative,
    .privacy-by-design-form .panel-pia .panel-heading.panel-relative,
    .privacy-by-design-form .panel-compliance .panel-heading.panel-relative,
    .audit-form .middle-form-panel .panel-heading.panel-relative,
    .audit-form .panel-company .panel-heading.panel-relative,
    .audit-form .panel-datamapping .panel-heading.panel-relative,
    .audit-form .panel-company .panel-heading.panel-relative,
    .audit-form .panel-pia .panel-heading.panel-relative,
    .audit-form .panel-compliance .panel-heading.panel-relative,
    .datamapping-form .middle-form-panel .panel-heading.panel-relative,
    .datamapping-form .panel-company .panel-heading.panel-relative,
    .datamapping-form .panel-datamapping .panel-heading.panel-relative,
    .datamapping-form .panel-company .panel-heading.panel-relative,
    .datamapping-form .panel-pia .panel-heading.panel-relative,
    .datamapping-form .panel-compliance .panel-heading.panel-relative,
    .pia-form .middle-form-panel .panel-heading.panel-relative,
    .pia-form .panel-company .panel-heading.panel-relative,
    .pia-form .panel-datamapping .panel-heading.panel-relative,
    .pia-form .panel-company .panel-heading.panel-relative,
    .pia-form .panel-pia .panel-heading.panel-relative,
    .pia-form .panel-compliance .panel-heading.panel-relative,
    .company-form .middle-form-panel .panel-heading.panel-relative,
    .company-form .panel-company .panel-heading.panel-relative,
    .company-form .panel-datamapping .panel-heading.panel-relative,
    .company-form .panel-company .panel-heading.panel-relative,
    .company-form .panel-pia .panel-heading.panel-relative,
    .company-form .panel-compliance .panel-heading.panel-relative,
    .compliance-assessment-form .middle-form-panel .panel-heading.panel-relative,
    .compliance-assessment-form .panel-company .panel-heading.panel-relative,
    .compliance-assessment-form .panel-datamapping .panel-heading.panel-relative,
    .compliance-assessment-form .panel-company .panel-heading.panel-relative,
    .compliance-assessment-form .panel-pia .panel-heading.panel-relative,
    .compliance-assessment-form .panel-compliance .panel-heading.panel-relative {
      position: relative; }
      .tree-management-entity-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .tree-management-entity-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .tree-management-entity-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .tree-management-entity-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .tree-management-entity-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .tree-management-entity-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .asset-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-breach-execution-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .data-rights-request-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-task-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .edit-entity-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .privacy-by-design-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .audit-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .datamapping-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .pia-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .company-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .middle-form-panel .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .panel-datamapping .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .panel-company .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .panel-pia .panel-heading.panel-relative .k-button.k-absolute-top-right,
      .compliance-assessment-form .panel-compliance .panel-heading.panel-relative .k-button.k-absolute-top-right {
        position: absolute;
        top: 0;
        right: 0; }
    .tree-management-entity-form .middle-form-panel .panel-heading question .question-form-content,
    .tree-management-entity-form .panel-company .panel-heading question .question-form-content,
    .tree-management-entity-form .panel-datamapping .panel-heading question .question-form-content,
    .tree-management-entity-form .panel-company .panel-heading question .question-form-content,
    .tree-management-entity-form .panel-pia .panel-heading question .question-form-content,
    .tree-management-entity-form .panel-compliance .panel-heading question .question-form-content,
    .asset-form .middle-form-panel .panel-heading question .question-form-content,
    .asset-form .panel-company .panel-heading question .question-form-content,
    .asset-form .panel-datamapping .panel-heading question .question-form-content,
    .asset-form .panel-company .panel-heading question .question-form-content,
    .asset-form .panel-pia .panel-heading question .question-form-content,
    .asset-form .panel-compliance .panel-heading question .question-form-content,
    .data-breach-execution-form .middle-form-panel .panel-heading question .question-form-content,
    .data-breach-execution-form .panel-company .panel-heading question .question-form-content,
    .data-breach-execution-form .panel-datamapping .panel-heading question .question-form-content,
    .data-breach-execution-form .panel-company .panel-heading question .question-form-content,
    .data-breach-execution-form .panel-pia .panel-heading question .question-form-content,
    .data-breach-execution-form .panel-compliance .panel-heading question .question-form-content,
    .data-rights-request-form .middle-form-panel .panel-heading question .question-form-content,
    .data-rights-request-form .panel-company .panel-heading question .question-form-content,
    .data-rights-request-form .panel-datamapping .panel-heading question .question-form-content,
    .data-rights-request-form .panel-company .panel-heading question .question-form-content,
    .data-rights-request-form .panel-pia .panel-heading question .question-form-content,
    .data-rights-request-form .panel-compliance .panel-heading question .question-form-content,
    .edit-task-form .middle-form-panel .panel-heading question .question-form-content,
    .edit-task-form .panel-company .panel-heading question .question-form-content,
    .edit-task-form .panel-datamapping .panel-heading question .question-form-content,
    .edit-task-form .panel-company .panel-heading question .question-form-content,
    .edit-task-form .panel-pia .panel-heading question .question-form-content,
    .edit-task-form .panel-compliance .panel-heading question .question-form-content,
    .edit-entity-form .middle-form-panel .panel-heading question .question-form-content,
    .edit-entity-form .panel-company .panel-heading question .question-form-content,
    .edit-entity-form .panel-datamapping .panel-heading question .question-form-content,
    .edit-entity-form .panel-company .panel-heading question .question-form-content,
    .edit-entity-form .panel-pia .panel-heading question .question-form-content,
    .edit-entity-form .panel-compliance .panel-heading question .question-form-content,
    .privacy-by-design-form .middle-form-panel .panel-heading question .question-form-content,
    .privacy-by-design-form .panel-company .panel-heading question .question-form-content,
    .privacy-by-design-form .panel-datamapping .panel-heading question .question-form-content,
    .privacy-by-design-form .panel-company .panel-heading question .question-form-content,
    .privacy-by-design-form .panel-pia .panel-heading question .question-form-content,
    .privacy-by-design-form .panel-compliance .panel-heading question .question-form-content,
    .audit-form .middle-form-panel .panel-heading question .question-form-content,
    .audit-form .panel-company .panel-heading question .question-form-content,
    .audit-form .panel-datamapping .panel-heading question .question-form-content,
    .audit-form .panel-company .panel-heading question .question-form-content,
    .audit-form .panel-pia .panel-heading question .question-form-content,
    .audit-form .panel-compliance .panel-heading question .question-form-content,
    .datamapping-form .middle-form-panel .panel-heading question .question-form-content,
    .datamapping-form .panel-company .panel-heading question .question-form-content,
    .datamapping-form .panel-datamapping .panel-heading question .question-form-content,
    .datamapping-form .panel-company .panel-heading question .question-form-content,
    .datamapping-form .panel-pia .panel-heading question .question-form-content,
    .datamapping-form .panel-compliance .panel-heading question .question-form-content,
    .pia-form .middle-form-panel .panel-heading question .question-form-content,
    .pia-form .panel-company .panel-heading question .question-form-content,
    .pia-form .panel-datamapping .panel-heading question .question-form-content,
    .pia-form .panel-company .panel-heading question .question-form-content,
    .pia-form .panel-pia .panel-heading question .question-form-content,
    .pia-form .panel-compliance .panel-heading question .question-form-content,
    .company-form .middle-form-panel .panel-heading question .question-form-content,
    .company-form .panel-company .panel-heading question .question-form-content,
    .company-form .panel-datamapping .panel-heading question .question-form-content,
    .company-form .panel-company .panel-heading question .question-form-content,
    .company-form .panel-pia .panel-heading question .question-form-content,
    .company-form .panel-compliance .panel-heading question .question-form-content,
    .compliance-assessment-form .middle-form-panel .panel-heading question .question-form-content,
    .compliance-assessment-form .panel-company .panel-heading question .question-form-content,
    .compliance-assessment-form .panel-datamapping .panel-heading question .question-form-content,
    .compliance-assessment-form .panel-company .panel-heading question .question-form-content,
    .compliance-assessment-form .panel-pia .panel-heading question .question-form-content,
    .compliance-assessment-form .panel-compliance .panel-heading question .question-form-content {
      max-width: 60em; }
      .tree-management-entity-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .tree-management-entity-form .panel-company .panel-heading question .question-form-content .item-addition,
      .tree-management-entity-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .tree-management-entity-form .panel-company .panel-heading question .question-form-content .item-addition,
      .tree-management-entity-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .tree-management-entity-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .asset-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .asset-form .panel-company .panel-heading question .question-form-content .item-addition,
      .asset-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .asset-form .panel-company .panel-heading question .question-form-content .item-addition,
      .asset-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .asset-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .panel-company .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .panel-company .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .data-breach-execution-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .panel-company .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .panel-company .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .data-rights-request-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .edit-task-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .edit-task-form .panel-company .panel-heading question .question-form-content .item-addition,
      .edit-task-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .edit-task-form .panel-company .panel-heading question .question-form-content .item-addition,
      .edit-task-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .edit-task-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .panel-company .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .panel-company .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .edit-entity-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .panel-company .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .panel-company .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .privacy-by-design-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .audit-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .audit-form .panel-company .panel-heading question .question-form-content .item-addition,
      .audit-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .audit-form .panel-company .panel-heading question .question-form-content .item-addition,
      .audit-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .audit-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .datamapping-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .datamapping-form .panel-company .panel-heading question .question-form-content .item-addition,
      .datamapping-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .datamapping-form .panel-company .panel-heading question .question-form-content .item-addition,
      .datamapping-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .datamapping-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .pia-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .pia-form .panel-company .panel-heading question .question-form-content .item-addition,
      .pia-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .pia-form .panel-company .panel-heading question .question-form-content .item-addition,
      .pia-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .pia-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .company-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .company-form .panel-company .panel-heading question .question-form-content .item-addition,
      .company-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .company-form .panel-company .panel-heading question .question-form-content .item-addition,
      .company-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .company-form .panel-compliance .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .middle-form-panel .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .panel-company .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .panel-datamapping .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .panel-company .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .panel-pia .panel-heading question .question-form-content .item-addition,
      .compliance-assessment-form .panel-compliance .panel-heading question .question-form-content .item-addition {
        text-align: right;
        display: block;
        height: 2.5em; }
        .tree-management-entity-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .tree-management-entity-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .tree-management-entity-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .tree-management-entity-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .tree-management-entity-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .tree-management-entity-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .asset-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .asset-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .asset-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .asset-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .asset-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .asset-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .data-breach-execution-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .data-rights-request-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .edit-task-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .edit-entity-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .privacy-by-design-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .audit-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .audit-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .audit-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .audit-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .audit-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .audit-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .datamapping-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .pia-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .pia-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .pia-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .pia-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .pia-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .pia-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .company-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .company-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .company-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .company-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .company-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .company-form .panel-compliance .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .middle-form-panel .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .panel-datamapping .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .panel-company .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .panel-pia .panel-heading question .question-form-content .item-addition button,
        .compliance-assessment-form .panel-compliance .panel-heading question .question-form-content .item-addition button {
          float: none; }
  .tree-management-entity-form .middle-form-panel .panel-section-division,
  .tree-management-entity-form .panel-company .panel-section-division,
  .tree-management-entity-form .panel-datamapping .panel-section-division,
  .tree-management-entity-form .panel-company .panel-section-division,
  .tree-management-entity-form .panel-pia .panel-section-division,
  .tree-management-entity-form .panel-compliance .panel-section-division,
  .asset-form .middle-form-panel .panel-section-division,
  .asset-form .panel-company .panel-section-division,
  .asset-form .panel-datamapping .panel-section-division,
  .asset-form .panel-company .panel-section-division,
  .asset-form .panel-pia .panel-section-division,
  .asset-form .panel-compliance .panel-section-division,
  .data-breach-execution-form .middle-form-panel .panel-section-division,
  .data-breach-execution-form .panel-company .panel-section-division,
  .data-breach-execution-form .panel-datamapping .panel-section-division,
  .data-breach-execution-form .panel-company .panel-section-division,
  .data-breach-execution-form .panel-pia .panel-section-division,
  .data-breach-execution-form .panel-compliance .panel-section-division,
  .data-rights-request-form .middle-form-panel .panel-section-division,
  .data-rights-request-form .panel-company .panel-section-division,
  .data-rights-request-form .panel-datamapping .panel-section-division,
  .data-rights-request-form .panel-company .panel-section-division,
  .data-rights-request-form .panel-pia .panel-section-division,
  .data-rights-request-form .panel-compliance .panel-section-division,
  .edit-task-form .middle-form-panel .panel-section-division,
  .edit-task-form .panel-company .panel-section-division,
  .edit-task-form .panel-datamapping .panel-section-division,
  .edit-task-form .panel-company .panel-section-division,
  .edit-task-form .panel-pia .panel-section-division,
  .edit-task-form .panel-compliance .panel-section-division,
  .edit-entity-form .middle-form-panel .panel-section-division,
  .edit-entity-form .panel-company .panel-section-division,
  .edit-entity-form .panel-datamapping .panel-section-division,
  .edit-entity-form .panel-company .panel-section-division,
  .edit-entity-form .panel-pia .panel-section-division,
  .edit-entity-form .panel-compliance .panel-section-division,
  .privacy-by-design-form .middle-form-panel .panel-section-division,
  .privacy-by-design-form .panel-company .panel-section-division,
  .privacy-by-design-form .panel-datamapping .panel-section-division,
  .privacy-by-design-form .panel-company .panel-section-division,
  .privacy-by-design-form .panel-pia .panel-section-division,
  .privacy-by-design-form .panel-compliance .panel-section-division,
  .audit-form .middle-form-panel .panel-section-division,
  .audit-form .panel-company .panel-section-division,
  .audit-form .panel-datamapping .panel-section-division,
  .audit-form .panel-company .panel-section-division,
  .audit-form .panel-pia .panel-section-division,
  .audit-form .panel-compliance .panel-section-division,
  .datamapping-form .middle-form-panel .panel-section-division,
  .datamapping-form .panel-company .panel-section-division,
  .datamapping-form .panel-datamapping .panel-section-division,
  .datamapping-form .panel-company .panel-section-division,
  .datamapping-form .panel-pia .panel-section-division,
  .datamapping-form .panel-compliance .panel-section-division,
  .pia-form .middle-form-panel .panel-section-division,
  .pia-form .panel-company .panel-section-division,
  .pia-form .panel-datamapping .panel-section-division,
  .pia-form .panel-company .panel-section-division,
  .pia-form .panel-pia .panel-section-division,
  .pia-form .panel-compliance .panel-section-division,
  .company-form .middle-form-panel .panel-section-division,
  .company-form .panel-company .panel-section-division,
  .company-form .panel-datamapping .panel-section-division,
  .company-form .panel-company .panel-section-division,
  .company-form .panel-pia .panel-section-division,
  .company-form .panel-compliance .panel-section-division,
  .compliance-assessment-form .middle-form-panel .panel-section-division,
  .compliance-assessment-form .panel-company .panel-section-division,
  .compliance-assessment-form .panel-datamapping .panel-section-division,
  .compliance-assessment-form .panel-company .panel-section-division,
  .compliance-assessment-form .panel-pia .panel-section-division,
  .compliance-assessment-form .panel-compliance .panel-section-division {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .tree-management-entity-form .middle-form-panel .panel-section-division .section-title,
    .tree-management-entity-form .panel-company .panel-section-division .section-title,
    .tree-management-entity-form .panel-datamapping .panel-section-division .section-title,
    .tree-management-entity-form .panel-company .panel-section-division .section-title,
    .tree-management-entity-form .panel-pia .panel-section-division .section-title,
    .tree-management-entity-form .panel-compliance .panel-section-division .section-title,
    .asset-form .middle-form-panel .panel-section-division .section-title,
    .asset-form .panel-company .panel-section-division .section-title,
    .asset-form .panel-datamapping .panel-section-division .section-title,
    .asset-form .panel-company .panel-section-division .section-title,
    .asset-form .panel-pia .panel-section-division .section-title,
    .asset-form .panel-compliance .panel-section-division .section-title,
    .data-breach-execution-form .middle-form-panel .panel-section-division .section-title,
    .data-breach-execution-form .panel-company .panel-section-division .section-title,
    .data-breach-execution-form .panel-datamapping .panel-section-division .section-title,
    .data-breach-execution-form .panel-company .panel-section-division .section-title,
    .data-breach-execution-form .panel-pia .panel-section-division .section-title,
    .data-breach-execution-form .panel-compliance .panel-section-division .section-title,
    .data-rights-request-form .middle-form-panel .panel-section-division .section-title,
    .data-rights-request-form .panel-company .panel-section-division .section-title,
    .data-rights-request-form .panel-datamapping .panel-section-division .section-title,
    .data-rights-request-form .panel-company .panel-section-division .section-title,
    .data-rights-request-form .panel-pia .panel-section-division .section-title,
    .data-rights-request-form .panel-compliance .panel-section-division .section-title,
    .edit-task-form .middle-form-panel .panel-section-division .section-title,
    .edit-task-form .panel-company .panel-section-division .section-title,
    .edit-task-form .panel-datamapping .panel-section-division .section-title,
    .edit-task-form .panel-company .panel-section-division .section-title,
    .edit-task-form .panel-pia .panel-section-division .section-title,
    .edit-task-form .panel-compliance .panel-section-division .section-title,
    .edit-entity-form .middle-form-panel .panel-section-division .section-title,
    .edit-entity-form .panel-company .panel-section-division .section-title,
    .edit-entity-form .panel-datamapping .panel-section-division .section-title,
    .edit-entity-form .panel-company .panel-section-division .section-title,
    .edit-entity-form .panel-pia .panel-section-division .section-title,
    .edit-entity-form .panel-compliance .panel-section-division .section-title,
    .privacy-by-design-form .middle-form-panel .panel-section-division .section-title,
    .privacy-by-design-form .panel-company .panel-section-division .section-title,
    .privacy-by-design-form .panel-datamapping .panel-section-division .section-title,
    .privacy-by-design-form .panel-company .panel-section-division .section-title,
    .privacy-by-design-form .panel-pia .panel-section-division .section-title,
    .privacy-by-design-form .panel-compliance .panel-section-division .section-title,
    .audit-form .middle-form-panel .panel-section-division .section-title,
    .audit-form .panel-company .panel-section-division .section-title,
    .audit-form .panel-datamapping .panel-section-division .section-title,
    .audit-form .panel-company .panel-section-division .section-title,
    .audit-form .panel-pia .panel-section-division .section-title,
    .audit-form .panel-compliance .panel-section-division .section-title,
    .datamapping-form .middle-form-panel .panel-section-division .section-title,
    .datamapping-form .panel-company .panel-section-division .section-title,
    .datamapping-form .panel-datamapping .panel-section-division .section-title,
    .datamapping-form .panel-company .panel-section-division .section-title,
    .datamapping-form .panel-pia .panel-section-division .section-title,
    .datamapping-form .panel-compliance .panel-section-division .section-title,
    .pia-form .middle-form-panel .panel-section-division .section-title,
    .pia-form .panel-company .panel-section-division .section-title,
    .pia-form .panel-datamapping .panel-section-division .section-title,
    .pia-form .panel-company .panel-section-division .section-title,
    .pia-form .panel-pia .panel-section-division .section-title,
    .pia-form .panel-compliance .panel-section-division .section-title,
    .company-form .middle-form-panel .panel-section-division .section-title,
    .company-form .panel-company .panel-section-division .section-title,
    .company-form .panel-datamapping .panel-section-division .section-title,
    .company-form .panel-company .panel-section-division .section-title,
    .company-form .panel-pia .panel-section-division .section-title,
    .company-form .panel-compliance .panel-section-division .section-title,
    .compliance-assessment-form .middle-form-panel .panel-section-division .section-title,
    .compliance-assessment-form .panel-company .panel-section-division .section-title,
    .compliance-assessment-form .panel-datamapping .panel-section-division .section-title,
    .compliance-assessment-form .panel-company .panel-section-division .section-title,
    .compliance-assessment-form .panel-pia .panel-section-division .section-title,
    .compliance-assessment-form .panel-compliance .panel-section-division .section-title {
      display: inline; }
  .tree-management-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading,
  .tree-management-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading,
  .tree-management-entity-form .panel-pia .panel-default > .panel-heading .question-heading,
  .tree-management-entity-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .asset-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .asset-form .panel-company .panel-default > .panel-heading .question-heading,
  .asset-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .asset-form .panel-company .panel-default > .panel-heading .question-heading,
  .asset-form .panel-pia .panel-default > .panel-heading .question-heading,
  .asset-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .panel-pia .panel-default > .panel-heading .question-heading,
  .data-breach-execution-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .panel-pia .panel-default > .panel-heading .question-heading,
  .data-rights-request-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .edit-task-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .edit-task-form .panel-company .panel-default > .panel-heading .question-heading,
  .edit-task-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .edit-task-form .panel-company .panel-default > .panel-heading .question-heading,
  .edit-task-form .panel-pia .panel-default > .panel-heading .question-heading,
  .edit-task-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .edit-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading,
  .edit-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading,
  .edit-entity-form .panel-pia .panel-default > .panel-heading .question-heading,
  .edit-entity-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .panel-pia .panel-default > .panel-heading .question-heading,
  .privacy-by-design-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .audit-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .audit-form .panel-company .panel-default > .panel-heading .question-heading,
  .audit-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .audit-form .panel-company .panel-default > .panel-heading .question-heading,
  .audit-form .panel-pia .panel-default > .panel-heading .question-heading,
  .audit-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .datamapping-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .datamapping-form .panel-company .panel-default > .panel-heading .question-heading,
  .datamapping-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .datamapping-form .panel-company .panel-default > .panel-heading .question-heading,
  .datamapping-form .panel-pia .panel-default > .panel-heading .question-heading,
  .datamapping-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .pia-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .pia-form .panel-company .panel-default > .panel-heading .question-heading,
  .pia-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .pia-form .panel-company .panel-default > .panel-heading .question-heading,
  .pia-form .panel-pia .panel-default > .panel-heading .question-heading,
  .pia-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .company-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .company-form .panel-company .panel-default > .panel-heading .question-heading,
  .company-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .company-form .panel-company .panel-default > .panel-heading .question-heading,
  .company-form .panel-pia .panel-default > .panel-heading .question-heading,
  .company-form .panel-compliance .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .middle-form-panel .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .panel-datamapping .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .panel-pia .panel-default > .panel-heading .question-heading,
  .compliance-assessment-form .panel-compliance .panel-default > .panel-heading .question-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em; }
    .tree-management-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .tree-management-entity-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .asset-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .asset-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .asset-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .asset-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .asset-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .asset-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .data-breach-execution-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .data-rights-request-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .edit-task-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .edit-entity-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .privacy-by-design-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .audit-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .audit-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .audit-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .audit-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .audit-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .audit-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .datamapping-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .pia-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .pia-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .pia-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .pia-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .pia-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .pia-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .company-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .company-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .company-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .company-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .company-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .company-form .panel-compliance .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .middle-form-panel .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-datamapping .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-pia .panel-default > .panel-heading .question-heading > div,
    .compliance-assessment-form .panel-compliance .panel-default > .panel-heading .question-heading > div {
      margin-right: .5em; }
      .tree-management-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .tree-management-entity-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .asset-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .data-breach-execution-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .data-rights-request-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .edit-task-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .edit-entity-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .privacy-by-design-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .audit-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .datamapping-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .pia-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .company-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .company-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .company-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .company-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .company-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .company-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .middle-form-panel .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-datamapping .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-company .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-pia .panel-default > .panel-heading .question-heading > div h4,
      .compliance-assessment-form .panel-compliance .panel-default > .panel-heading .question-heading > div h4 {
        font-size: 1.2em; }
  .tree-management-entity-form .middle-form-panel > .readonly-section,
  .tree-management-entity-form .panel-company > .readonly-section,
  .tree-management-entity-form .panel-datamapping > .readonly-section,
  .tree-management-entity-form .panel-company > .readonly-section,
  .tree-management-entity-form .asset-form .panel-company > .readonly-section,
  .tree-management-entity-form .data-breach-execution-form .panel-company > .readonly-section,
  .tree-management-entity-form .data-rights-request-form .panel-company > .readonly-section,
  .tree-management-entity-form .edit-task-form .panel-company > .readonly-section,
  .tree-management-entity-form .edit-entity-form .panel-company > .readonly-section,
  .tree-management-entity-form .privacy-by-design-form .panel-company > .readonly-section,
  .tree-management-entity-form .audit-form .panel-company > .readonly-section,
  .tree-management-entity-form .datamapping-form .panel-company > .readonly-section,
  .tree-management-entity-form .pia-form .panel-company > .readonly-section,
  .tree-management-entity-form .company-form .panel-company > .readonly-section,
  .tree-management-entity-form .compliance-assessment-form .panel-company > .readonly-section,
  .tree-management-entity-form .panel-pia > .readonly-section,
  .tree-management-entity-form .panel-compliance > .readonly-section,
  .asset-form .middle-form-panel > .readonly-section,
  .asset-form .panel-company > .readonly-section,
  .asset-form .panel-datamapping > .readonly-section,
  .asset-form .tree-management-entity-form .panel-company > .readonly-section,
  .asset-form .panel-company > .readonly-section,
  .asset-form .data-breach-execution-form .panel-company > .readonly-section,
  .asset-form .data-rights-request-form .panel-company > .readonly-section,
  .asset-form .edit-task-form .panel-company > .readonly-section,
  .asset-form .edit-entity-form .panel-company > .readonly-section,
  .asset-form .privacy-by-design-form .panel-company > .readonly-section,
  .asset-form .audit-form .panel-company > .readonly-section,
  .asset-form .datamapping-form .panel-company > .readonly-section,
  .asset-form .pia-form .panel-company > .readonly-section,
  .asset-form .company-form .panel-company > .readonly-section,
  .asset-form .compliance-assessment-form .panel-company > .readonly-section,
  .asset-form .panel-pia > .readonly-section,
  .asset-form .panel-compliance > .readonly-section,
  .data-breach-execution-form .middle-form-panel > .readonly-section,
  .data-breach-execution-form .panel-company > .readonly-section,
  .data-breach-execution-form .panel-datamapping > .readonly-section,
  .data-breach-execution-form .tree-management-entity-form .panel-company > .readonly-section,
  .data-breach-execution-form .asset-form .panel-company > .readonly-section,
  .data-breach-execution-form .panel-company > .readonly-section,
  .data-breach-execution-form .data-rights-request-form .panel-company > .readonly-section,
  .data-breach-execution-form .edit-task-form .panel-company > .readonly-section,
  .data-breach-execution-form .edit-entity-form .panel-company > .readonly-section,
  .data-breach-execution-form .privacy-by-design-form .panel-company > .readonly-section,
  .data-breach-execution-form .audit-form .panel-company > .readonly-section,
  .data-breach-execution-form .datamapping-form .panel-company > .readonly-section,
  .data-breach-execution-form .pia-form .panel-company > .readonly-section,
  .data-breach-execution-form .company-form .panel-company > .readonly-section,
  .data-breach-execution-form .compliance-assessment-form .panel-company > .readonly-section,
  .data-breach-execution-form .panel-pia > .readonly-section,
  .data-breach-execution-form .panel-compliance > .readonly-section,
  .data-rights-request-form .middle-form-panel > .readonly-section,
  .data-rights-request-form .panel-company > .readonly-section,
  .data-rights-request-form .panel-datamapping > .readonly-section,
  .data-rights-request-form .tree-management-entity-form .panel-company > .readonly-section,
  .data-rights-request-form .asset-form .panel-company > .readonly-section,
  .data-rights-request-form .data-breach-execution-form .panel-company > .readonly-section,
  .data-rights-request-form .panel-company > .readonly-section,
  .data-rights-request-form .edit-task-form .panel-company > .readonly-section,
  .data-rights-request-form .edit-entity-form .panel-company > .readonly-section,
  .data-rights-request-form .privacy-by-design-form .panel-company > .readonly-section,
  .data-rights-request-form .audit-form .panel-company > .readonly-section,
  .data-rights-request-form .datamapping-form .panel-company > .readonly-section,
  .data-rights-request-form .pia-form .panel-company > .readonly-section,
  .data-rights-request-form .company-form .panel-company > .readonly-section,
  .data-rights-request-form .compliance-assessment-form .panel-company > .readonly-section,
  .data-rights-request-form .panel-pia > .readonly-section,
  .data-rights-request-form .panel-compliance > .readonly-section,
  .edit-task-form .middle-form-panel > .readonly-section,
  .edit-task-form .panel-company > .readonly-section,
  .edit-task-form .panel-datamapping > .readonly-section,
  .edit-task-form .tree-management-entity-form .panel-company > .readonly-section,
  .edit-task-form .asset-form .panel-company > .readonly-section,
  .edit-task-form .data-breach-execution-form .panel-company > .readonly-section,
  .edit-task-form .data-rights-request-form .panel-company > .readonly-section,
  .edit-task-form .panel-company > .readonly-section,
  .edit-task-form .edit-entity-form .panel-company > .readonly-section,
  .edit-task-form .privacy-by-design-form .panel-company > .readonly-section,
  .edit-task-form .audit-form .panel-company > .readonly-section,
  .edit-task-form .datamapping-form .panel-company > .readonly-section,
  .edit-task-form .pia-form .panel-company > .readonly-section,
  .edit-task-form .company-form .panel-company > .readonly-section,
  .edit-task-form .compliance-assessment-form .panel-company > .readonly-section,
  .edit-task-form .panel-pia > .readonly-section,
  .edit-task-form .panel-compliance > .readonly-section,
  .edit-entity-form .middle-form-panel > .readonly-section,
  .edit-entity-form .panel-company > .readonly-section,
  .edit-entity-form .panel-datamapping > .readonly-section,
  .edit-entity-form .tree-management-entity-form .panel-company > .readonly-section,
  .edit-entity-form .asset-form .panel-company > .readonly-section,
  .edit-entity-form .data-breach-execution-form .panel-company > .readonly-section,
  .edit-entity-form .data-rights-request-form .panel-company > .readonly-section,
  .edit-entity-form .edit-task-form .panel-company > .readonly-section,
  .edit-entity-form .panel-company > .readonly-section,
  .edit-entity-form .privacy-by-design-form .panel-company > .readonly-section,
  .edit-entity-form .audit-form .panel-company > .readonly-section,
  .edit-entity-form .datamapping-form .panel-company > .readonly-section,
  .edit-entity-form .pia-form .panel-company > .readonly-section,
  .edit-entity-form .company-form .panel-company > .readonly-section,
  .edit-entity-form .compliance-assessment-form .panel-company > .readonly-section,
  .edit-entity-form .panel-pia > .readonly-section,
  .edit-entity-form .panel-compliance > .readonly-section,
  .privacy-by-design-form .middle-form-panel > .readonly-section,
  .privacy-by-design-form .panel-company > .readonly-section,
  .privacy-by-design-form .panel-datamapping > .readonly-section,
  .privacy-by-design-form .tree-management-entity-form .panel-company > .readonly-section,
  .privacy-by-design-form .asset-form .panel-company > .readonly-section,
  .privacy-by-design-form .data-breach-execution-form .panel-company > .readonly-section,
  .privacy-by-design-form .data-rights-request-form .panel-company > .readonly-section,
  .privacy-by-design-form .edit-task-form .panel-company > .readonly-section,
  .privacy-by-design-form .edit-entity-form .panel-company > .readonly-section,
  .privacy-by-design-form .panel-company > .readonly-section,
  .privacy-by-design-form .audit-form .panel-company > .readonly-section,
  .privacy-by-design-form .datamapping-form .panel-company > .readonly-section,
  .privacy-by-design-form .pia-form .panel-company > .readonly-section,
  .privacy-by-design-form .company-form .panel-company > .readonly-section,
  .privacy-by-design-form .compliance-assessment-form .panel-company > .readonly-section,
  .privacy-by-design-form .panel-pia > .readonly-section,
  .privacy-by-design-form .panel-compliance > .readonly-section,
  .audit-form .middle-form-panel > .readonly-section,
  .audit-form .panel-company > .readonly-section,
  .audit-form .panel-datamapping > .readonly-section,
  .audit-form .tree-management-entity-form .panel-company > .readonly-section,
  .audit-form .asset-form .panel-company > .readonly-section,
  .audit-form .data-breach-execution-form .panel-company > .readonly-section,
  .audit-form .data-rights-request-form .panel-company > .readonly-section,
  .audit-form .edit-task-form .panel-company > .readonly-section,
  .audit-form .edit-entity-form .panel-company > .readonly-section,
  .audit-form .privacy-by-design-form .panel-company > .readonly-section,
  .audit-form .panel-company > .readonly-section,
  .audit-form .datamapping-form .panel-company > .readonly-section,
  .audit-form .pia-form .panel-company > .readonly-section,
  .audit-form .company-form .panel-company > .readonly-section,
  .audit-form .compliance-assessment-form .panel-company > .readonly-section,
  .audit-form .panel-pia > .readonly-section,
  .audit-form .panel-compliance > .readonly-section,
  .datamapping-form .middle-form-panel > .readonly-section,
  .datamapping-form .panel-company > .readonly-section,
  .datamapping-form .panel-datamapping > .readonly-section,
  .datamapping-form .tree-management-entity-form .panel-company > .readonly-section,
  .datamapping-form .asset-form .panel-company > .readonly-section,
  .datamapping-form .data-breach-execution-form .panel-company > .readonly-section,
  .datamapping-form .data-rights-request-form .panel-company > .readonly-section,
  .datamapping-form .edit-task-form .panel-company > .readonly-section,
  .datamapping-form .edit-entity-form .panel-company > .readonly-section,
  .datamapping-form .privacy-by-design-form .panel-company > .readonly-section,
  .datamapping-form .audit-form .panel-company > .readonly-section,
  .datamapping-form .panel-company > .readonly-section,
  .datamapping-form .pia-form .panel-company > .readonly-section,
  .datamapping-form .company-form .panel-company > .readonly-section,
  .datamapping-form .compliance-assessment-form .panel-company > .readonly-section,
  .datamapping-form .panel-pia > .readonly-section,
  .datamapping-form .panel-compliance > .readonly-section,
  .pia-form .middle-form-panel > .readonly-section,
  .pia-form .panel-company > .readonly-section,
  .pia-form .panel-datamapping > .readonly-section,
  .pia-form .tree-management-entity-form .panel-company > .readonly-section,
  .pia-form .asset-form .panel-company > .readonly-section,
  .pia-form .data-breach-execution-form .panel-company > .readonly-section,
  .pia-form .data-rights-request-form .panel-company > .readonly-section,
  .pia-form .edit-task-form .panel-company > .readonly-section,
  .pia-form .edit-entity-form .panel-company > .readonly-section,
  .pia-form .privacy-by-design-form .panel-company > .readonly-section,
  .pia-form .audit-form .panel-company > .readonly-section,
  .pia-form .datamapping-form .panel-company > .readonly-section,
  .pia-form .panel-company > .readonly-section,
  .pia-form .company-form .panel-company > .readonly-section,
  .pia-form .compliance-assessment-form .panel-company > .readonly-section,
  .pia-form .panel-pia > .readonly-section,
  .pia-form .panel-compliance > .readonly-section,
  .company-form .middle-form-panel > .readonly-section,
  .company-form .panel-company > .readonly-section,
  .company-form .panel-datamapping > .readonly-section,
  .company-form .tree-management-entity-form .panel-company > .readonly-section,
  .company-form .asset-form .panel-company > .readonly-section,
  .company-form .data-breach-execution-form .panel-company > .readonly-section,
  .company-form .data-rights-request-form .panel-company > .readonly-section,
  .company-form .edit-task-form .panel-company > .readonly-section,
  .company-form .edit-entity-form .panel-company > .readonly-section,
  .company-form .privacy-by-design-form .panel-company > .readonly-section,
  .company-form .audit-form .panel-company > .readonly-section,
  .company-form .datamapping-form .panel-company > .readonly-section,
  .company-form .pia-form .panel-company > .readonly-section,
  .company-form .panel-company > .readonly-section,
  .company-form .compliance-assessment-form .panel-company > .readonly-section,
  .company-form .panel-pia > .readonly-section,
  .company-form .panel-compliance > .readonly-section,
  .compliance-assessment-form .middle-form-panel > .readonly-section,
  .compliance-assessment-form .panel-company > .readonly-section,
  .compliance-assessment-form .panel-datamapping > .readonly-section,
  .compliance-assessment-form .tree-management-entity-form .panel-company > .readonly-section,
  .compliance-assessment-form .asset-form .panel-company > .readonly-section,
  .compliance-assessment-form .data-breach-execution-form .panel-company > .readonly-section,
  .compliance-assessment-form .data-rights-request-form .panel-company > .readonly-section,
  .compliance-assessment-form .edit-task-form .panel-company > .readonly-section,
  .compliance-assessment-form .edit-entity-form .panel-company > .readonly-section,
  .compliance-assessment-form .privacy-by-design-form .panel-company > .readonly-section,
  .compliance-assessment-form .audit-form .panel-company > .readonly-section,
  .compliance-assessment-form .datamapping-form .panel-company > .readonly-section,
  .compliance-assessment-form .pia-form .panel-company > .readonly-section,
  .compliance-assessment-form .company-form .panel-company > .readonly-section,
  .compliance-assessment-form .panel-company > .readonly-section,
  .compliance-assessment-form .panel-pia > .readonly-section,
  .compliance-assessment-form .panel-compliance > .readonly-section {
    padding-top: 1.5em;
    padding-left: 1.5em; }

.tree-management-entity-form .panel-compliance .panel .field,
.asset-form .panel-compliance .panel .field,
.data-breach-execution-form .panel-compliance .panel .field,
.data-rights-request-form .panel-compliance .panel .field,
.edit-task-form .panel-compliance .panel .field,
.edit-entity-form .panel-compliance .panel .field,
.privacy-by-design-form .panel-compliance .panel .field,
.audit-form .panel-compliance .panel .field,
.datamapping-form .panel-compliance .panel .field,
.pia-form .panel-compliance .panel .field,
.company-form .panel-compliance .panel .field,
.compliance-assessment-form .panel-compliance .panel .field {
  min-height: 2em;
  margin-bottom: 0px; }

.tree-management-entity-form .panel-compliance .popover,
.asset-form .panel-compliance .popover,
.data-breach-execution-form .panel-compliance .popover,
.data-rights-request-form .panel-compliance .popover,
.edit-task-form .panel-compliance .popover,
.edit-entity-form .panel-compliance .popover,
.privacy-by-design-form .panel-compliance .popover,
.audit-form .panel-compliance .popover,
.datamapping-form .panel-compliance .popover,
.pia-form .panel-compliance .popover,
.company-form .panel-compliance .popover,
.compliance-assessment-form .panel-compliance .popover {
  min-width: 20em; }

.tree-management-entity-form .panel-company,
.asset-form .panel-company,
.data-breach-execution-form .panel-company,
.data-rights-request-form .panel-company,
.edit-task-form .panel-company,
.edit-entity-form .panel-company,
.privacy-by-design-form .panel-company,
.audit-form .panel-company,
.datamapping-form .panel-company,
.pia-form .panel-company,
.company-form .panel-company,
.compliance-assessment-form .panel-company {
  padding-right: 0; }
  .tree-management-entity-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .asset-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .data-breach-execution-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .data-rights-request-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .edit-task-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .edit-entity-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .privacy-by-design-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .audit-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .datamapping-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .pia-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .company-form .panel-company .fieldlist .form-wrapper .form-for-tree-view,
  .compliance-assessment-form .panel-company .fieldlist .form-wrapper .form-for-tree-view {
    padding-right: 0; }

.tree-management-entity-form .list-group-item,
.asset-form .list-group-item,
.data-breach-execution-form .list-group-item,
.data-rights-request-form .list-group-item,
.edit-task-form .list-group-item,
.edit-entity-form .list-group-item,
.privacy-by-design-form .list-group-item,
.audit-form .list-group-item,
.datamapping-form .list-group-item,
.pia-form .list-group-item,
.company-form .list-group-item,
.compliance-assessment-form .list-group-item {
  height: auto; }

.tree-management-entity-form .tags-wrapper,
.asset-form .tags-wrapper,
.data-breach-execution-form .tags-wrapper,
.data-rights-request-form .tags-wrapper,
.edit-task-form .tags-wrapper,
.edit-entity-form .tags-wrapper,
.privacy-by-design-form .tags-wrapper,
.audit-form .tags-wrapper,
.datamapping-form .tags-wrapper,
.pia-form .tags-wrapper,
.company-form .tags-wrapper,
.compliance-assessment-form .tags-wrapper {
  margin-top: 0.25em;
  margin-bottom: 0.6em; }

.tree-management-entity-form li > h4,
.asset-form li > h4,
.data-breach-execution-form li > h4,
.data-rights-request-form li > h4,
.edit-task-form li > h4,
.edit-entity-form li > h4,
.privacy-by-design-form li > h4,
.audit-form li > h4,
.datamapping-form li > h4,
.pia-form li > h4,
.company-form li > h4,
.compliance-assessment-form li > h4 {
  margin: 0.25em 0px; }

.tree-management-entity-form .li-description,
.asset-form .li-description,
.data-breach-execution-form .li-description,
.data-rights-request-form .li-description,
.edit-task-form .li-description,
.edit-entity-form .li-description,
.privacy-by-design-form .li-description,
.audit-form .li-description,
.datamapping-form .li-description,
.pia-form .li-description,
.company-form .li-description,
.compliance-assessment-form .li-description {
  overflow-y: hidden; }

.tree-management-entity-form .see-more-container,
.asset-form .see-more-container,
.data-breach-execution-form .see-more-container,
.data-rights-request-form .see-more-container,
.edit-task-form .see-more-container,
.edit-entity-form .see-more-container,
.privacy-by-design-form .see-more-container,
.audit-form .see-more-container,
.datamapping-form .see-more-container,
.pia-form .see-more-container,
.company-form .see-more-container,
.compliance-assessment-form .see-more-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end; }
  .tree-management-entity-form .see-more-container p,
  .asset-form .see-more-container p,
  .data-breach-execution-form .see-more-container p,
  .data-rights-request-form .see-more-container p,
  .edit-task-form .see-more-container p,
  .edit-entity-form .see-more-container p,
  .privacy-by-design-form .see-more-container p,
  .audit-form .see-more-container p,
  .datamapping-form .see-more-container p,
  .pia-form .see-more-container p,
  .company-form .see-more-container p,
  .compliance-assessment-form .see-more-container p {
    text-decoration-line: underline;
    color: grey;
    margin-bottom: 0; }
    .tree-management-entity-form .see-more-container p:hover,
    .asset-form .see-more-container p:hover,
    .data-breach-execution-form .see-more-container p:hover,
    .data-rights-request-form .see-more-container p:hover,
    .edit-task-form .see-more-container p:hover,
    .edit-entity-form .see-more-container p:hover,
    .privacy-by-design-form .see-more-container p:hover,
    .audit-form .see-more-container p:hover,
    .datamapping-form .see-more-container p:hover,
    .pia-form .see-more-container p:hover,
    .company-form .see-more-container p:hover,
    .compliance-assessment-form .see-more-container p:hover {
      cursor: pointer;
      color: black; }

.tree-management-entity-form .panel,
.asset-form .panel,
.data-breach-execution-form .panel,
.data-rights-request-form .panel,
.edit-task-form .panel,
.edit-entity-form .panel,
.privacy-by-design-form .panel,
.audit-form .panel,
.datamapping-form .panel,
.pia-form .panel,
.company-form .panel,
.compliance-assessment-form .panel {
  margin-bottom: 0px; }

.datamapping-form .panel-heading.panel-without-padding {
  padding: 0; }

.panel-company .fieldlist .form-for-tree-view {
  padding-right: 0; }

.communication-management-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.instance-config-form.company-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.asset-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.data-breach-execution-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.privacy-by-design-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.data-mapping.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.compliance-assessment.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span,
.pia.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .communication-management-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .instance-config-form.company-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .asset-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .data-breach-execution-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .privacy-by-design-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .data-mapping.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .compliance-assessment.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name,
  .pia.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .node-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0.5em; }
  .communication-management-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .instance-config-form.company-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .asset-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .data-breach-execution-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .privacy-by-design-form .treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .data-mapping.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .compliance-assessment.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning,
  .pia.treeview-fixed.treeview-icon .k-treeview .k-group .k-in > span .company-warning {
    font-size: 1.2em;
    color: orange; }

.communication-management-form .treeview-fixed .k-treeview .k-group hr,
.instance-config-form.company-form .treeview-fixed .k-treeview .k-group hr,
.asset-form .treeview-fixed .k-treeview .k-group hr,
.data-breach-execution-form .treeview-fixed .k-treeview .k-group hr,
.privacy-by-design-form .treeview-fixed .k-treeview .k-group hr,
.data-mapping.treeview-fixed .k-treeview .k-group hr,
.compliance-assessment.treeview-fixed .k-treeview .k-group hr,
.pia.treeview-fixed .k-treeview .k-group hr {
  margin: 1.5em -3em 1.5em -1.5em;
  border-top: 1px solid #dddddd; }

.communication-management-form .treeview-fixed .k-treeview .k-group div.section-title,
.instance-config-form.company-form .treeview-fixed .k-treeview .k-group div.section-title,
.asset-form .treeview-fixed .k-treeview .k-group div.section-title,
.data-breach-execution-form .treeview-fixed .k-treeview .k-group div.section-title,
.privacy-by-design-form .treeview-fixed .k-treeview .k-group div.section-title,
.data-mapping.treeview-fixed .k-treeview .k-group div.section-title,
.compliance-assessment.treeview-fixed .k-treeview .k-group div.section-title,
.pia.treeview-fixed .k-treeview .k-group div.section-title {
  font-style: italic;
  margin-bottom: 0.5em; }

.communication-management-form .treeview-fixed .k-treeview .k-group .k-item .k-icon,
.instance-config-form.company-form .treeview-fixed .k-treeview .k-group .k-item .k-icon,
.asset-form .treeview-fixed .k-treeview .k-group .k-item .k-icon,
.data-breach-execution-form .treeview-fixed .k-treeview .k-group .k-item .k-icon,
.privacy-by-design-form .treeview-fixed .k-treeview .k-group .k-item .k-icon,
.data-mapping.treeview-fixed .k-treeview .k-group .k-item .k-icon,
.compliance-assessment.treeview-fixed .k-treeview .k-group .k-item .k-icon,
.pia.treeview-fixed .k-treeview .k-group .k-item .k-icon {
  display: none; }

.k-drag-clue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .k-drag-clue .dpm-tree-node.k-treeview-icon {
    display: none; }

.client-tree-view-wrapper {
  background-color: #FFFFFF; }
  .client-tree-view-wrapper .client-tree-view.treeview-fixed .k-button {
    margin-right: 1em;
    margin-top: 1em; }
  .client-tree-view-wrapper .client-tree-view.treeview-fixed .k-treeview {
    box-shadow: 3px 0 0px -3px darkgrey; }

.k-splitter.splitter-window {
  background-color: inherit; }
  .k-splitter.splitter-window .limited-max-width {
    max-width: 80em; }
  .k-splitter.splitter-window .k-splitbar-horizontal-hover.k-state-focused:hover, .k-splitter.splitter-window .k-splitbar-horizontal-hover:hover {
    background-color: #b6bdca; }
  .k-splitter.splitter-window .k-ghost-splitbar.k-ghost-splitbar-horizontal {
    background-color: #b6bdca; }

.treeview-fixed {
  background-color: transparent;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden; }
  .treeview-fixed .k-treeview {
    width: 100%;
    height: calc(100% - 3em);
    display: inline-block;
    overflow: auto;
    background-color: white;
    box-shadow: 3px 0 8px -3px darkgrey;
    padding: 1.5em 0; }
    .treeview-fixed .k-treeview .node-wrapper {
      display: inline-block;
      margin-top: 3px;
      margin-left: 3px;
      vertical-align: middle; }
    .treeview-fixed .k-treeview .k-treeview-branch {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .treeview-fixed .k-treeview .add-tree-node, .treeview-fixed .k-treeview .remove-tree-node {
      opacity: 0; }
    .treeview-fixed .k-treeview .remove-tree-node {
      background-color: red; }
      .treeview-fixed .k-treeview .remove-tree-node > * {
        font-size: 1em; }
    .treeview-fixed .k-treeview .add-tree-node:first-of-type, .treeview-fixed .k-treeview .remove-tree-node:first-of-type {
      margin-right: 0em; }
    .treeview-fixed .k-treeview .add-tree-node:hover, .treeview-fixed .k-treeview .remove-tree-node:hover {
      background-color: grey; }
    .treeview-fixed .k-treeview .k-group {
      padding: 0px;
      padding-right: 0em;
      padding-left: 1.5em; }
      .treeview-fixed .k-treeview .k-group.k-treeview-lines {
        padding-right: 3em; }
      .treeview-fixed .k-treeview .k-group .k-item {
        font-weight: normal;
        padding: 0px; }
        .treeview-fixed .k-treeview .k-group .k-item .k-in.k-state-hover {
          cursor: pointer; }
        .treeview-fixed .k-treeview .k-group .k-item .k-in {
          width: 100%;
          color: black;
          white-space: normal; }
          .treeview-fixed .k-treeview .k-group .k-item .k-in .k-treeview-text {
            width: auto;
            overflow: hidden;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .treeview-fixed .k-treeview .k-group .k-item .k-in .k-treeview-icon {
            width: 0;
            display: flex; }
          .treeview-fixed .k-treeview .k-group .k-item .k-in.k-state-hover .k-treeview-icon, .treeview-fixed .k-treeview .k-group .k-item .k-in.k-state-selected .k-treeview-icon {
            width: auto; }
          .treeview-fixed .k-treeview .k-group .k-item .k-in > span {
            display: block; }
        .treeview-fixed .k-treeview .k-group .k-item .k-item {
          font-weight: normal; }
          .treeview-fixed .k-treeview .k-group .k-item .k-item .k-in > span {
            display: block; }
      .treeview-fixed .k-treeview .k-group .k-in {
        width: 100%;
        border-top: 0px;
        border-bottom: 0px;
        padding: 0.75em;
        margin-left: 0px !important; }
        .treeview-fixed .k-treeview .k-group .k-in.green-border-left {
          border-left: 0.5em solid #63A838; }
        .treeview-fixed .k-treeview .k-group .k-in.grey-border-left {
          border-left: 0.5em solid #A8A8A8; }
        .treeview-fixed .k-treeview .k-group .k-in.brown-border-left {
          border-left: 0.5em solid #8f4c07; }
        .treeview-fixed .k-treeview .k-group .k-in.datamapping {
          border-left: 0.5em solid #5DBCE8; }
        .treeview-fixed .k-treeview .k-group .k-in.pia {
          border-left: 0.5em solid #D998CB; }
        .treeview-fixed .k-treeview .k-group .k-in.complianceassessment {
          border-left: 0.5em solid #FAC364; }
        .treeview-fixed .k-treeview .k-group .k-in.companyentity {
          border-left: 0.5em solid #B6D957; }
        .treeview-fixed .k-treeview .k-group .k-in.auditprocess {
          border-left: 0.5em solid #E56776; }
        .treeview-fixed .k-treeview .k-group .k-in.general {
          border-left: 0.5em solid #979797; }
        .treeview-fixed .k-treeview .k-group .k-in.datarightsrequest {
          border-left: 0.5em solid #537FFF; }
        .treeview-fixed .k-treeview .k-group .k-in.databreach {
          border-left: 0.5em solid #C34A36; }
        .treeview-fixed .k-treeview .k-group .k-in.asset {
          border-left: 0.5em solid #c00187; }
        .treeview-fixed .k-treeview .k-group .k-in.internalformation {
          border-left: 0.5em solid #CA5010; }
        .treeview-fixed .k-treeview .k-group .k-in.task {
          border-left: 0.5em solid #58A018; }
        .treeview-fixed .k-treeview .k-group .k-in.privacybydesign {
          border-left: 0.5em solid #A77F00; }
        .treeview-fixed .k-treeview .k-group .k-in > span {
          display: block; }
        .treeview-fixed .k-treeview .k-group .k-in .flex-align-icon {
          flex-direction: row;
          align-items: center; }
          .treeview-fixed .k-treeview .k-group .k-in .flex-align-icon i {
            margin-right: 0.5em; }
        .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item {
          display: flex !important;
          flex-direction: row; }
          .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-name {
            flex: 1 0 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-actions {
            display: flex;
            flex-direction: row;
            gap: .25em; }
            .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-actions button.node-action {
              background-color: unset;
              border: unset;
              outline: unset;
              color: #005C81; }
              .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-actions button.node-action:hover {
                color: #00384E; }
              .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-actions button.node-action.danger-action {
                color: #dc3545; }
                .treeview-fixed .k-treeview .k-group .k-in .customizable-tree-item .node-actions button.node-action.danger-action:hover {
                  color: #c82333; }
        .treeview-fixed .k-treeview .k-group .k-in .node-name {
          padding-right: 0px;
          word-break: break-word; }
          .treeview-fixed .k-treeview .k-group .k-in .node-name.name-icon-labeled {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-right: 0.5em; }
        .treeview-fixed .k-treeview .k-group .k-in .item-lower-info,
        .treeview-fixed .k-treeview .k-group .k-in .mail-lower-info {
          font-weight: normal;
          font-style: italic;
          color: #515967; }
      .treeview-fixed .k-treeview .k-group .k-in.k-state-hover {
        cursor: pointer;
        background-color: #dfedf4;
        color: #007bff; }
        .treeview-fixed .k-treeview .k-group .k-in.k-state-hover .add-tree-node, .treeview-fixed .k-treeview .k-group .k-in.k-state-hover .remove-tree-node {
          opacity: 1; }
        .treeview-fixed .k-treeview .k-group .k-in.k-state-hover .remove-tree-node {
          opacity: 1; }
      .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-hover {
        background-color: #f4dfdf !important; }
        .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-hover span {
          color: #d00; }
      .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-active,
      .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-selected {
        background-color: #f4dfdf !important;
        border-left: 0.417em solid #d00 !important;
        color: transparent !important;
        border-top: 0px;
        border-bottom: 0px; }
        .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-active span,
        .treeview-fixed .k-treeview .k-group .k-in.menu-invalid.k-state-selected span {
          color: #d00; }
      .treeview-fixed .k-treeview .k-group .k-in.menu-invalid {
        color: #d00; }
      .treeview-fixed .k-treeview .k-group .k-state-selected {
        color: #007bff;
        background-color: rgba(1, 123, 173, 0.1);
        border-radius: 3px;
        font-weight: bold; }
      .treeview-fixed .k-treeview .k-group .k-state-focused,
      .treeview-fixed .k-treeview .k-group .k-state-selected {
        box-shadow: none; }

.update-company.treeview-fixed .k-treeview {
  width: 100%; }
  .update-company.treeview-fixed .k-treeview .k-group .k-item {
    padding-left: 1.5em; }
  .update-company.treeview-fixed .k-treeview .k-state-focused,
  .update-company.treeview-fixed .k-treeview .k-state-focused.k-state-selected,
  .update-company.treeview-fixed .k-treeview .k-list > .k-state-focused.k-state-selected,
  .update-company.treeview-fixed .k-treeview .k-listview > .k-state-focused.k-state-selected,
  .update-company.treeview-fixed .k-treeview td.k-state-focused.k-state-selected {
    box-shadow: none; }
  .update-company.treeview-fixed .k-treeview .k-state-selected .add-tree-node, .update-company.treeview-fixed .k-treeview .k-state-selected .remove-tree-node {
    opacity: 1; }
  .update-company.treeview-fixed .k-treeview .k-state-hover .add-tree-node, .update-company.treeview-fixed .k-treeview .k-state-hover .remove-tree-node {
    opacity: 0.5; }
  .update-company.treeview-fixed .k-treeview .warning-data-rights {
    line-height: 2.2em;
    height: 2em;
    width: 2em;
    text-align: center; }
    .update-company.treeview-fixed .k-treeview .warning-data-rights i {
      font-size: 1.2em;
      color: orange !important; }
  .update-company.treeview-fixed .k-treeview .node-icon .fa-sitemap {
    font-size: 15pt; }
  .update-company.treeview-fixed .k-treeview img.node-icon {
    height: 1.5em; }
  .update-company.treeview-fixed .k-treeview .k-state-hover {
    background-color: transparent; }
    .update-company.treeview-fixed .k-treeview .k-state-hover .node-name,
    .update-company.treeview-fixed .k-treeview .k-state-hover .node-icon {
      color: #515967; }
    .update-company.treeview-fixed .k-treeview .k-state-hover i {
      color: black; }

.update-company.treeview-fixed .k-btn-grid {
  border: none;
  background-color: transparent; }
  .update-company.treeview-fixed .k-btn-grid > i {
    font-size: 1.4em; }

.update-company.treeview-fixed .dpm-tree-node > i {
  color: black;
  font-size: 1.5em; }

.update-company.treeview-fixed .dpm-tree-node > * {
  vertical-align: middle; }

company-tree-view[tree-name="clientTree"] div[kendo-tree-view="clientTree"] {
  padding-left: 0; }
  company-tree-view[tree-name="clientTree"] div[kendo-tree-view="clientTree"] .k-group .k-item {
    padding-left: 0 !important; }

.numeric-input-company-drr-days .field .field-wrapper .field-input {
  max-width: 10em; }

.audit-form .k-treeview .k-item .k-in .inline-70 {
  display: inline-block;
  width: 70%; }

.audit-form .k-treeview .k-item .k-in .inline-30 {
  display: inline-block;
  width: 29%; }

.auto-communications-tree > ul > li > div {
  font-style: italic;
  pointer-events: none !important; }
  .auto-communications-tree > ul > li > div span {
    color: #515967 !important; }
    .auto-communications-tree > ul > li > div span:hover {
      cursor: unset !important;
      background-color: inherit !important; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Bitstream-FuturaBT_Book';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Book_Italic';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book_Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy_Italic';
  src: url("../fonts/gulbenkian/gulbenkianitstream-FuturaBT_Heavy_Italic.otf") format("opentype"); }

.task-div {
  width: 100%;
  display: inline-block; }

.comments .panel-comments .name-and-date .comment-user p.username {
  text-align: right; }

.comments .panel-comments .comment-actions {
  float: right; }

.comments .panel-comments-left .name-and-date .comment-user p.username {
  text-align: left; }

.comments .panel-comments-left .comment-actions {
  float: left; }

.comments .name-and-date .comment-user p.username {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0; }

.comments .name-and-date .comment-date .comment-edited-info {
  color: #969696;
  font-size: 0.9em;
  cursor: default; }

.comments > div {
  margin-top: 1em;
  margin-bottom: 2em; }

.comments .comment-title-wrapper {
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em; }
  .comments .comment-title-wrapper .comment-title {
    padding: 0.5em;
    border-bottom: transparent;
    font-weight: 600;
    display: inline; }

.comments .comments-counter {
  margin-top: -1.5em;
  margin-bottom: 0; }
  .comments .comments-counter.single-content-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: -3em; }
  .comments .comments-counter .counter-tag {
    background-color: #2693be;
    color: white;
    padding: 0 0.6em;
    border-radius: 25px; }
    .comments .comments-counter .counter-tag.single-content-status {
      align-self: flex-start;
      max-height: 1.35em; }

.comments .container-comments {
  margin-top: 1em; }
  .comments .container-comments .empty-comments-area {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .comments .container-comments .empty-comments-area .empty-comments-content {
      text-align: center; }
      .comments .container-comments .empty-comments-area .empty-comments-content .empty-icon {
        margin-bottom: 1em; }
        .comments .container-comments .empty-comments-area .empty-comments-content .empty-icon i {
          font-size: 4.5em;
          color: #555; }
      .comments .container-comments .empty-comments-area .empty-comments-content .empty-text {
        font-size: 1.2em;
        font-weight: bold; }
  .comments .container-comments .panel-comments:hover .comment-actions button,
  .comments .container-comments .panel-comments-left:hover .comment-actions button {
    color: #969696; }
    .comments .container-comments .panel-comments:hover .comment-actions button.edit-action:hover,
    .comments .container-comments .panel-comments-left:hover .comment-actions button.edit-action:hover {
      color: #337ab7; }
    .comments .container-comments .panel-comments:hover .comment-actions button.delete-action:hover,
    .comments .container-comments .panel-comments-left:hover .comment-actions button.delete-action:hover {
      color: #dc3545; }
  .comments .container-comments .comment-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: space-evenly;
    height: 4em;
    padding: 0.5em 0;
    margin: 0 0.6em; }
    .comments .container-comments .comment-actions button {
      padding: 0;
      border: 0;
      margin: 0;
      background-color: transparent;
      color: transparent; }
      .comments .container-comments .comment-actions button:focus {
        outline: none; }
  .comments .container-comments .panel-comments-left {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 1em; }
    .comments .container-comments .panel-comments-left .name-and-date {
      display: inline-block;
      width: 17%;
      height: auto;
      padding: 0.5em 0;
      height: 4em; }
    .comments .container-comments .panel-comments-left .comment-text.alt {
      background-color: #f9f9f9; }
    .comments .container-comments .panel-comments-left .name-and-date {
      float: left; }
      .comments .container-comments .panel-comments-left .name-and-date .comment-user {
        float: left;
        color: #6d6d6d;
        width: 100%; }
      .comments .container-comments .panel-comments-left .name-and-date .comment-date {
        float: left;
        color: #969696;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
    .comments .container-comments .panel-comments-left .triangle-right.alt {
      border-right: 1em solid #f9f9f9; }
    .comments .container-comments .panel-comments-left .comment-text {
      width: 78%;
      min-height: 4em;
      border: 0px solid #ededed;
      border-radius: 10px;
      align-items: center;
      display: flex;
      padding: 0.5em;
      color: #515967;
      background-color: #ededed;
      float: right; }
      .comments .container-comments .panel-comments-left .comment-text.bigger-size {
        width: 80%; }
      .comments .container-comments .panel-comments-left .comment-text > span {
        word-break: break-word; }
    .comments .container-comments .panel-comments-left .triangle-right {
      border-top: 0.5em solid rgba(0, 0, 0, 0);
      border-right: 1em solid #ededed;
      border-bottom: 0.5em solid rgba(0, 0, 0, 0);
      display: inline-block;
      margin-top: 10px;
      margin-left: 0.639em;
      position: absolute;
      right: 78%; }
      .comments .container-comments .panel-comments-left .triangle-right.bigger-margin {
        right: 80%; }
  .comments .container-comments .panel-comments {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 1em; }
    .comments .container-comments .panel-comments .name-and-date {
      display: inline-block;
      width: 17%;
      height: auto;
      padding: 0.5em 0;
      height: 4em; }
    .comments .container-comments .panel-comments .comment-text.alt {
      background-color: #f9f9f9; }
    .comments .container-comments .panel-comments .name-and-date {
      float: right; }
      .comments .container-comments .panel-comments .name-and-date .comment-user {
        float: right;
        color: #6d6d6d;
        width: 100%; }
      .comments .container-comments .panel-comments .name-and-date .comment-date {
        float: right;
        color: #969696;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
    .comments .container-comments .panel-comments .triangle-right.alt {
      border-left: 1em solid #f9f9f9; }
    .comments .container-comments .panel-comments .comment-text {
      width: 78%;
      min-height: 4em;
      border: 0px solid #ededed;
      border-radius: 10px;
      align-items: center;
      display: flex;
      padding: 0.5em;
      color: #515967;
      background-color: #ededed;
      float: left; }
      .comments .container-comments .panel-comments .comment-text.bigger-size {
        width: 80%; }
      .comments .container-comments .panel-comments .comment-text > span {
        word-break: break-word; }
    .comments .container-comments .panel-comments .triangle-right {
      border-top: 0.5em solid rgba(0, 0, 0, 0);
      border-left: 1em solid #ededed;
      border-bottom: 0.5em solid rgba(0, 0, 0, 0);
      display: inline-block;
      margin-top: 10px;
      position: absolute;
      left: 78%; }
      .comments .container-comments .panel-comments .triangle-right.bigger-margin {
        left: 80%; }

.comments .comment-area {
  min-height: 3em;
  max-height: 14em; }
  .comments .comment-area .btn-add-comment {
    display: block;
    float: right;
    height: 3em; }
    .comments .comment-area .btn-add-comment:disabled {
      color: #b3b3b3 !important; }
      .comments .comment-area .btn-add-comment:disabled:hover {
        color: #b3b3b3 !important; }
  .comments .comment-area .responsive-editor table.k-editor iframe {
    border: none; }
  .comments .comment-area .responsive-editor.editor-focus table.k-editor iframe {
    height: 10em !important; }
  .comments .comment-area .responsive-editor.editor-focus tbody tr:nth-child(1) {
    display: table-row; }
  .comments .comment-area .responsive-editor:not(.editor-focus) table.k-editor iframe {
    height: 4em !important; }
  .comments .comment-area .responsive-editor:not(.editor-focus) table.k-editor tbody tr:nth-child(1) {
    display: none; }
  .comments .comment-area table.k-editor {
    height: auto;
    border-collapse: collapse; }
    .comments .comment-area table.k-editor tbody tr td {
      padding: 4px; }
    .comments .comment-area table.k-editor tbody tr:nth-child(1) {
      border-bottom: 1px solid #dbdbdb; }
  .comments .comment-area .edition-comment-actions button {
    margin-right: 1em; }
    .comments .comment-area .edition-comment-actions button:first-child {
      margin-right: 0; }
  .comments .comment-area.content-area .new-comment textarea {
    height: 2.14em !important; }
  .comments .comment-area.content-area .right-content {
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .comments .comment-area.content-area .right-content .field {
      margin: 0;
      border: none; }
  .comments .comment-area .new-comment {
    display: inline-block;
    width: 100%; }
    .comments .comment-area .new-comment textarea {
      height: 3em !important;
      width: 100%;
      resize: none;
      transition: height ease 0.25s; }
    .comments .comment-area .new-comment string-input.max-input-height textarea {
      height: 10em !important; }
    .comments .comment-area .new-comment textarea:focus {
      height: 10em !important; }

.data-rights-request-form .comments .comment-area .new-comment,
.edit-task-form .comments .comment-area .new-comment {
  height: 14em; }

.compliance-assessment-form .panel-compliance .panel-default > .panel-heading .panel-heading-info,
.tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading .panel-heading-info {
  display: flex;
  flex-direction: row; }
  .compliance-assessment-form .panel-compliance .panel-default > .panel-heading .panel-heading-info .panel-heading-actions,
  .tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading .panel-heading-info .panel-heading-actions {
    flex: 1 0 0;
    text-align: end; }
    .compliance-assessment-form .panel-compliance .panel-default > .panel-heading .panel-heading-info .panel-heading-actions .k-button,
    .tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading .panel-heading-info .panel-heading-actions .k-button {
      padding: 0 .5em; }

.compliance-assessment-form .panel-compliance .panel-default > .panel-heading.fake-question .question-heading,
.compliance-assessment-form .panel-compliance .panel-default > .panel-heading question .question-heading,
.tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading.fake-question .question-heading,
.tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading question .question-heading {
  align-items: flex-start; }
  .compliance-assessment-form .panel-compliance .panel-default > .panel-heading.fake-question .question-heading .tags-wrapper,
  .compliance-assessment-form .panel-compliance .panel-default > .panel-heading question .question-heading .tags-wrapper,
  .tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading.fake-question .question-heading .tags-wrapper,
  .tree-management-entity-form .management-entity-content-wrapper .item-panel .panel-heading question .question-heading .tags-wrapper {
    margin-top: .4em;
    margin-right: 0; }

@font-face {
  font-family: 'dpm-icon';
  src: url("../fonts/dpm-icon.eot?w19mvf");
  src: url("../fonts/dpm-icon.eot?w19mvf#iefix") format("embedded-opentype"), url("../fonts/dpm-icon.ttf?w19mvf") format("truetype"), url("../fonts/dpm-icon.woff?w19mvf") format("woff"), url("../fonts/dpm-icon.svg?w19mvf#dpm-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

i.dpm-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dpm-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dpm-icon-add-department:before {
  content: "\e900"; }

.dpm-icon-add-department-V02:before {
  content: "\e901"; }

.dpm-icon-add-user:before {
  content: "\e902"; }

.dpm-icon-angle-left:before {
  content: "\e903"; }

.dpm-icon-check-circle-o:before {
  content: "\e904"; }

.dpm-icon-cog:before {
  content: "\e905"; }

.dpm-icon-cogs:before {
  content: "\e906"; }

.dpm-icon-company:before {
  content: "\e907"; }

.dpm-icon-compliance:before {
  content: "\e908"; }

.dpm-icon-department:before {
  content: "\e909"; }

.dpm-icon-download:before {
  content: "\e90a"; }

.dpm-icon-external-department:before {
  content: "\e90b"; }

.dpm-icon-external-link:before {
  content: "\e90c"; }

.dpm-icon-file-pdf:before {
  content: "\e90d"; }

.dpm-icon-files:before {
  content: "\e90e"; }

.dpm-icon-garbage:before {
  content: "\e90f"; }

.dpm-icon-info:before {
  content: "\e910"; }

.dpm-icon-inventory:before {
  content: "\e911"; }

.dpm-icon-paper-plane:before {
  content: "\e912"; }

.dpm-icon-pencil:before {
  content: "\e913"; }

.dpm-icon-pia:before {
  content: "\e914"; }

.dpm-icon-pie-chart:before {
  content: "\e915"; }

.dpm-icon-plus:before {
  content: "\e916"; }

.dpm-icon-question-circle:before {
  content: "\e917"; }

.dpm-icon-tawk:before {
  content: "\e918"; }

.dpm-icon-times-circle-o:before {
  content: "\e919"; }

.dpm-icon-user:before {
  content: "\e91a"; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Bitstream-FuturaBT_Book';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Book_Italic';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book_Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy_Italic';
  src: url("../fonts/gulbenkian/gulbenkianitstream-FuturaBT_Heavy_Italic.otf") format("opentype"); }

.dashboard-nav-bar.navbar {
  margin-bottom: 0;
  box-shadow: none; }
  .dashboard-nav-bar.navbar .navbar-collapse {
    padding-left: 1em; }

.dashboard {
  overflow-y: scroll;
  font-family: "Open Sans";
  font-size: 1em;
  min-height: 100%;
  width: 100%;
  /*min-width: 1000px;
    overflow-x: hidden;*/
  background: #fff; }
  .dashboard h2 {
    margin: 0; }
  .dashboard p {
    color: #919191; }
  .dashboard .section-1 {
    border-left: 1em solid #B6D957; }
    .dashboard .section-1 .topic-number {
      color: #B6D957; }
    .dashboard .section-1 .three {
      width: 55%; }
    .dashboard .section-1 .four {
      width: 45%; }
  .dashboard .section-2 {
    border-left: 1em solid #FAC364; }
    .dashboard .section-2 .topic-number {
      color: #FAC364; }
    .dashboard .section-2 progress-bar img {
      max-width: 170px;
      width: 100% !important;
      margin-top: 1.8em;
      margin-bottom: 0.5em; }
  .dashboard .section-3 {
    border-left: 1em solid #5DBCE8; }
    .dashboard .section-3 .topic-number {
      color: #5DBCE8; }
  .dashboard .section-4 {
    border-left: 1em solid #D998CB; }
    .dashboard .section-4 .topic-number {
      color: #D998CB; }
  .dashboard .section {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 26em;
    border-bottom: 1px solid #DDDDDD; }
    .dashboard .section .container-info {
      display: flex;
      width: 80%; }
    .dashboard .section .message-on {
      width: 80% !important; }
      .dashboard .section .message-on .message {
        padding-top: 2.5em;
        width: 100%;
        padding-right: 2.5em; }
        .dashboard .section .message-on .message p {
          font-size: 1.2em; }
    .dashboard .section .section-no-buttons {
      width: 100%; }
    .dashboard .section .chart-container {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .dashboard .section .chart-container .dashboard #users-by-level-chart1 {
        transform: scale(1); }
      .dashboard .section .chart-container .k-chart {
        width: 350px; }
    .dashboard .section .two {
      width: 6em;
      min-width: 6em;
      margin-left: 3em; }
      .dashboard .section .two p {
        padding: 0;
        margin: 0;
        text-align: center;
        font-weight: bold;
        font-size: 5em; }
    .dashboard .section .three {
      width: 60%; }
      .dashboard .section .three .dashboard-intro-info {
        white-space: nowrap;
        color: #005C81;
        font-size: 11pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 12px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        border: 1px solid;
        border-radius: 50%;
        transition: 0.25s;
        text-decoration: none;
        /*padding-right: 1.3px;*/ }
        .dashboard .section .three .dashboard-intro-info:focus {
          color: #fff;
          background: #007bff; }
      .dashboard .section .three .popover {
        z-index: 9;
        width: 80%;
        max-width: 500px;
        padding: 0.7rem; }
      .dashboard .section .three .tree-values {
        margin-top: 2.5em;
        padding-top: 2.5em; }
      .dashboard .section .three .dashboard-container-path {
        position: relative;
        margin-left: 16em; }
        .dashboard .section .three .dashboard-container-path > path:nth-child(3) {
          position: absolute;
          top: 70%;
          left: -20rem;
          width: 85px;
          height: 1px;
          background: #adadad; }
        .dashboard .section .three .dashboard-container-path > path:nth-child(4) {
          position: absolute;
          top: -94%;
          left: -20rem;
          height: 165%;
          width: 1px;
          background: #adadad; }
        .dashboard .section .three .dashboard-container-path i {
          position: absolute;
          top: 48%;
          left: -9.5rem;
          width: 50px;
          height: 71%;
          font-size: 29pt;
          color: #9e9e9e; }
        .dashboard .section .three .dashboard-container-path .dpm-icon-hierarchy-company {
          left: -5.8em;
          top: -1.3em; }
    .dashboard .section .gauge-container {
      height: 15em;
      width: 11em;
      display: flex;
      align-items: center;
      justify-content: center; }
      .dashboard .section .gauge-container .k-gauge {
        margin-top: -3em;
        transform: scale(0.5);
        width: 22em !important;
        height: 22em !important; }
      .dashboard .section .gauge-container .progress-number {
        position: absolute;
        bottom: 1.3em; }
  .dashboard .four {
    padding-right: 2em;
    overflow: hidden;
    width: 40%; }
  .dashboard .container-actions {
    margin-top: 1em;
    width: 20%;
    margin-bottom: 1em;
    border-left: 1px solid #DDDDDD; }
  .dashboard .three > div:nth-child(1), .dashboard .container-actions > div:nth-child(1) {
    height: 5.75em;
    background-color: transparent; }
  .dashboard .title-and-popover {
    position: relative;
    display: flex;
    align-items: center; }
    .dashboard .title-and-popover a {
      text-align: center;
      line-height: 20px; }
    .dashboard .title-and-popover .container-absolute-title-popover {
      position: absolute;
      display: flex;
      align-items: center;
      width: 100%; }
  .dashboard .buttons .container-bts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2.5em; }
    .dashboard .buttons .container-bts > .button:nth-child(1) {
      margin-bottom: 2em; }
    .dashboard .buttons .container-bts > .button:nth-child(2) {
      margin-bottom: 2em; }
    .dashboard .buttons .container-bts .button {
      height: 3em;
      width: 77%;
      max-width: 16em; }
  .dashboard .container-progress {
    padding-top: 2.5em !important;
    justify-content: center; }
    .dashboard .container-progress .value-title {
      /*text-align: center;*/
      width: auto !important; }
    .dashboard .container-progress .progress-number {
      margin-top: 0.35em;
      /*text-align: center;*/ }
    .dashboard .container-progress progress-bar > img {
      margin-top: 0.5em; }
  .dashboard .container-value-group {
    display: flex;
    padding-top: 2.5em; }
    .dashboard .container-value-group .value-title {
      max-width: 21em;
      width: 21em; }
    .dashboard .container-value-group .container-value:nth-child(1) {
      margin-right: 4em; }
    .dashboard .container-value-group .container-value .progress-number {
      font-size: 2.2em; }
  .dashboard .value-number {
    font-size: 2.2em;
    font-weight: 600;
    color: #636463; }
  .dashboard .container-value-group:nth-child(2) {
    padding-top: 1.9em; }

@media only screen and (max-width: 1300px) {
  .dashboard .four {
    overflow: visible; }
  .dashboard .section-1-no-message .four {
    padding-right: 2em;
    overflow: hidden; }
  .dashboard .section-no-message {
    height: calc(23em * 2 - 5.75em); }
    .dashboard .section-no-message .chart-container {
      justify-content: flex-start; }
    .dashboard .section-no-message .three .container-value-group {
      padding-right: 1em; }
    .dashboard .section-no-message.section-3 .four {
      position: absolute;
      top: calc(23em - 4em);
      background: transparent;
      left: 6.5em; }
    .dashboard .section-no-message.section-4 .four {
      position: absolute;
      align-self: flex-end;
      background: transparent;
      left: 5em; }
      .dashboard .section-no-message.section-4 .four .k-chart {
        height: 300px; }
    .dashboard .section-no-message .actions-no-message {
      height: calc(23em * 2 - 5.75em - 2em); } }

@media only screen and (max-width: 1400px) {
  .dashboard .section-1 .three {
    width: 50%; }
    .dashboard .section-1 .three .dashboard-container-path {
      margin-left: 19em; }
  .dashboard .section-1 .four {
    width: 50%; } }

@media only screen and (max-width: 1050px) {
  .dashboard .section-1-no-message {
    height: calc(23em * 2 - 5.75em); }
    .dashboard .section-1-no-message .chart-container {
      justify-content: flex-start; }
    .dashboard .section-1-no-message .three .container-value-group {
      padding-right: 1em; }
    .dashboard .section-1-no-message .four {
      overflow: visible;
      position: absolute;
      top: calc(23em - 5.75em);
      background: transparent;
      left: 6.5em;
      visibility: hidden; } }

.tabstrip-instance-dashboard .k-tabstrip-wrapper .k-header .k-tabstrip-items {
  margin-bottom: 0em;
  padding-bottom: 1px;
  box-shadow: inset 0 -1px 0 0 #DDDDDD; }

.tabstrip-instance-dashboard .instance-dashboard {
  font-family: "Open Sans";
  font-size: 1em;
  padding-left: 2em;
  padding-right: 2em;
  overflow-x: hidden;
  overflow-y: auto; }
  .tabstrip-instance-dashboard .instance-dashboard .midle-row {
    margin: auto;
    float: none; }
  .tabstrip-instance-dashboard .instance-dashboard .panel-primary {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: 2em; }
    .tabstrip-instance-dashboard .instance-dashboard .panel-primary .panel-heading {
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary .panel-heading table .k-grid-header .k-header > .k-link {
        font-family: "Segoe UI", sans-serif;
        font-size: 12px;
        font-weight: normal; }
    .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard {
      box-shadow: inset 3px 0 0 0 #B6D957, 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      text-align: center; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard .panel-heading {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard .panel-heading .row:not(:first-child) {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard .panel-heading .value-title-container {
          height: 5.5em; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard .panel-heading .icon-container {
          text-align: left; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard .col-md-6:first-child {
        line-height: 3em; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard p {
        color: #000000;
        margin: 0; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard p.value-title {
          font-size: 1em;
          font-weight: bold;
          text-align: left; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary.white-board-dashboard p.value-number {
          font-size: 2.25vw;
          text-align: right;
          white-space: nowrap; }
    .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard) {
      border-top: transparent; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard) .panel-heading {
        padding: 0;
        height: 18.5em; }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard) .panel-heading .panel-heading-title {
          display: flex;
          align-items: center;
          height: 5.4em;
          padding: 1.15em 1.7em;
          border-bottom: 1px solid #DDDDDD; }
          .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard) .panel-heading .panel-heading-title .icon-container {
            padding-right: 1.15em; }
          .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard) .panel-heading .panel-heading-title .value-title {
            color: #000000;
            margin: 0;
            font-size: 1em;
            font-weight: bold; }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).top-best-panel .panel-heading {
        box-shadow: inset 0 2px 0 0 #B1D570, 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).top-worst-panel .panel-heading {
        box-shadow: inset 0 2px 0 0 #E56776, 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
      .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).companies-not-done-panel .panel-heading, .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).companies-done-panel .panel-heading {
        box-shadow: inset 0 3px 0 0 #DDDDDD, 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
        .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).companies-not-done-panel .panel-heading .panel-heading-title, .tabstrip-instance-dashboard .instance-dashboard .panel-primary:not(.white-board-dashboard).companies-done-panel .panel-heading .panel-heading-title {
          height: 5.4em; }
  .tabstrip-instance-dashboard .instance-dashboard .white-board-dashboard-grid {
    background-color: #fff;
    margin-top: 2em; }
  .tabstrip-instance-dashboard .instance-dashboard div.k-grid-header, .tabstrip-instance-dashboard .instance-dashboard thead.k-grid-header th, .tabstrip-instance-dashboard .instance-dashboard div.k-grid {
    box-shadow: none; }
  .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment,
  .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore,
  .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone,
  .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone {
    overflow: auto;
    max-height: 13.1em;
    padding: 0 1.7em; }
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr:not(:last-child) td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr:not(:last-child) td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr:not(:last-child) td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr:not(:last-child) td {
      box-shadow: inset 0 -1px 0 0 #DDDDDD; }
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr td {
      border: transparent; }
      .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr td span,
      .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr td span,
      .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr td span,
      .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr td span {
        font-size: .9em; }
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr td:first-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr td:first-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr td:first-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr td:first-child {
      font-weight: 600;
      padding-left: 0 !important; }
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr td:last-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr td:last-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr td:last-child,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr td:last-child {
      text-align: right;
      font-weight: 600;
      padding-right: 0; }
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesBestAssessment table tbody tr:last-child td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListTop10CompnaiesWorseAssessmentScore table tbody tr:last-child td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesNotDone table tbody tr:last-child td,
    .tabstrip-instance-dashboard .instance-dashboard #gridListCompaniesDone table tbody tr:last-child td {
      border-bottom: none; }

.tabstrip-instance-dashboard .dashboard-fieldlist .dashboard-companies {
  overflow-x: hidden;
  overflow-y: auto; }

.dashboard-companies {
  font-family: "Open Sans";
  font-size: 1em;
  margin-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto; }

.data-mapping-data-oringin-i {
  white-space: nowrap;
  color: #005C81;
  font-size: 11pt;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.25s;
  text-decoration: none;
  /*padding-right: 1.3px;*/
  margin-left: 0px; }
  .data-mapping-data-oringin-i:focus {
    color: #fff;
    background: #007bff; }

.btn-add-company {
  margin-right: 1.5em;
  padding: 0.3em 1.25em; }

.section.section-3.section-no-message .three > .first-info {
  margin-bottom: 2em; }

.dashboard.external-dashboard {
  overflow-y: auto;
  background: #f4f4f4; }
  .dashboard.external-dashboard .dashboard-content {
    padding: 30px 15px; }
    .dashboard.external-dashboard .dashboard-content .row-without-margin {
      margin: 0; }
    .dashboard.external-dashboard .dashboard-content .panel.custom-panel {
      border-top: 0.6em solid transparent;
      padding: 0 2em;
      border-radius: 0; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel.compliance-assessment {
        border-top-color: #FAC364; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel.compliance-assessment .title-number {
          color: #FAC364; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel.data-mapping {
        border-top-color: #5DBCE8; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel.data-mapping .title-number {
          color: #5DBCE8; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel.pia {
        border-top-color: #D998CB; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel.pia .title-number {
          color: #D998CB; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-title .title-number {
        font-weight: bold;
        font-size: 2.8em; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-title .title-text {
        font-size: 1.35em;
        color: #000;
        vertical-align: super; }
      .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content {
        text-align: center;
        margin: 2em 0; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-image {
          padding: 2em 0;
          margin: 2em 0; }
          .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-image img {
            height: 12em; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-info .total-title {
          font-size: 1.2em;
          line-height: 1.5em; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-info .total-number {
          font-weight: bold;
          font-size: 2em;
          line-height: 1.5em; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-info hr {
          border-top-width: 3px;
          margin: 2em 0; }
        .dashboard.external-dashboard .dashboard-content .panel.custom-panel .panel-body .panel-content .panel-content-info a.k-button {
          padding: 0.5em 3em;
          border-radius: 0; }

.fixed-panel-dashboard {
  padding: 1.5em; }
  .fixed-panel-dashboard .panel {
    margin: 0; }
  .fixed-panel-dashboard .row > *:not(:first-child) {
    padding-left: .75em; }
  .fixed-panel-dashboard .row > *:not(:last-child) {
    padding-right: .75em; }
  .fixed-panel-dashboard .row:not(:first-child) {
    padding-top: 1.5em; }

/*NEW COMPANY DASHBOARD CSS*/
.panel-dashboard {
  padding: 2.1em;
  overflow: auto; }
  .panel-dashboard.overlay-dashboard {
    position: absolute;
    z-index: 1;
    background-color: #f0f0f0; }
  .panel-dashboard > .row {
    position: relative; }
  .panel-dashboard .main-div-panel {
    padding-bottom: 2.1em; }
  .panel-dashboard dpm-dashboard-panel .panel {
    border-top: 0.6em solid transparent; }
    .panel-dashboard dpm-dashboard-panel .panel.company-composition {
      border-top-color: #B6D957; }
      .panel-dashboard dpm-dashboard-panel .panel.company-composition .number-info {
        color: #B6D957; }
    .panel-dashboard dpm-dashboard-panel .panel.compliance-assessment-dashobard {
      border-top-color: #FAC364; }
      .panel-dashboard dpm-dashboard-panel .panel.compliance-assessment-dashobard .number-info {
        color: #FAC364; }
    .panel-dashboard dpm-dashboard-panel .panel.data-processing-inventory {
      border-top-color: #5DBCE8; }
      .panel-dashboard dpm-dashboard-panel .panel.data-processing-inventory .number-info {
        color: #5DBCE8; }
    .panel-dashboard dpm-dashboard-panel .panel.pias-dashboard {
      border-top-color: #D998CB; }
      .panel-dashboard dpm-dashboard-panel .panel.pias-dashboard .number-info {
        color: #D998CB; }
    .panel-dashboard dpm-dashboard-panel .panel.data-rights-request-dashboard {
      border-top-color: #537FFF; }
      .panel-dashboard dpm-dashboard-panel .panel.data-rights-request-dashboard .number-info {
        color: #537FFF; }
    .panel-dashboard dpm-dashboard-panel .panel.audit-dashboard {
      border-top-color: #E56776; }
      .panel-dashboard dpm-dashboard-panel .panel.audit-dashboard .number-info {
        color: #E56776; }
    .panel-dashboard dpm-dashboard-panel .panel.tasks-dashboard {
      border-top-color: #58A018; }
      .panel-dashboard dpm-dashboard-panel .panel.tasks-dashboard .number-info {
        color: #58A018; }
    .panel-dashboard dpm-dashboard-panel .panel.privacy-by-design-dashboard {
      border-top-color: #A77F00; }
      .panel-dashboard dpm-dashboard-panel .panel.privacy-by-design-dashboard .number-info {
        color: #A77F00; }
    .panel-dashboard dpm-dashboard-panel .panel.department-entities-dashboard {
      border-top-color: #7303fc; }
      .panel-dashboard dpm-dashboard-panel .panel.department-entities-dashboard .number-info {
        color: #7303fc; }
    .panel-dashboard dpm-dashboard-panel .panel.data-breach-dashboard {
      border-top-color: #C34A36; }
      .panel-dashboard dpm-dashboard-panel .panel.data-breach-dashboard .number-info {
        color: #C34A36; }
    .panel-dashboard dpm-dashboard-panel .panel.asset-dashboard {
      border-top-color: #c00187; }
      .panel-dashboard dpm-dashboard-panel .panel.asset-dashboard .number-info {
        color: #c00187; }
    .panel-dashboard dpm-dashboard-panel .panel .content-info {
      position: relative;
      z-index: 0; }
    .panel-dashboard dpm-dashboard-panel .panel.fake-panel-content {
      height: 20em; }
      .panel-dashboard dpm-dashboard-panel .panel.fake-panel-content .content-info {
        z-index: -1; }
    .panel-dashboard dpm-dashboard-panel .panel.disabled-panel {
      border-top-color: #a5a5a5; }
      .panel-dashboard dpm-dashboard-panel .panel.disabled-panel .number-info {
        color: #a5a5a5; }
      .panel-dashboard dpm-dashboard-panel .panel.disabled-panel button, .panel-dashboard dpm-dashboard-panel .panel.disabled-panel a {
        background-color: #eee;
        color: #333;
        background-image: none;
        border: 1px solid #a5a5a5; }
    .panel-dashboard dpm-dashboard-panel .panel .panel-body {
      padding: 1.5em 3em; }
      .panel-dashboard dpm-dashboard-panel .panel .panel-body .header-info {
        display: flex;
        flex-direction: row;
        margin-bottom: 2em; }
        .panel-dashboard dpm-dashboard-panel .panel .panel-body .header-info .number-info {
          font-weight: bold;
          font-size: 2.8em;
          margin-right: 0.3em;
          line-height: 0.7em; }
        .panel-dashboard dpm-dashboard-panel .panel .panel-body .header-info .title-info {
          color: #636463;
          font-size: 1.3em;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 100%;
          line-height: 1em; }
  .panel-dashboard dpm-dashboard-panel .chart-container {
    margin-top: 1em; }
    .panel-dashboard dpm-dashboard-panel .chart-container chart > div {
      max-height: 20vh; }
  .panel-dashboard dpm-dashboard-panel .value-title,
  .panel-dashboard dpm-dashboard-panel p {
    margin: 0;
    color: #919191; }
  .panel-dashboard dpm-dashboard-panel .message {
    color: #919191;
    margin-bottom: 2.5em; }
  .panel-dashboard dpm-dashboard-panel .value-number {
    font-size: 1.8em;
    font-weight: 600;
    color: #636463; }
  .panel-dashboard dpm-dashboard-panel .tree-values {
    margin-top: 2.5em; }
    .panel-dashboard dpm-dashboard-panel .tree-values .dashboard-container-path {
      position: relative;
      margin-left: 14rem;
      margin-top: 0.5rem; }
      .panel-dashboard dpm-dashboard-panel .tree-values .dashboard-container-path > path:nth-child(3) {
        position: absolute;
        top: 70%;
        left: -12rem;
        width: 50px;
        height: 1px;
        background: #adadad; }
      .panel-dashboard dpm-dashboard-panel .tree-values .dashboard-container-path > path:nth-child(4) {
        position: absolute;
        top: -94%;
        left: -12rem;
        height: 165%;
        width: 1px;
        background: #adadad; }
      .panel-dashboard dpm-dashboard-panel .tree-values .dashboard-container-path i {
        position: absolute;
        top: 44%;
        left: -6rem;
        width: 50px;
        height: 59%;
        font-size: 27pt;
        color: #9e9e9e; }
      .panel-dashboard dpm-dashboard-panel .tree-values .dashboard-container-path .dpm-icon-hierarchy-company {
        left: -3.8em;
        top: -1em; }
  .panel-dashboard dpm-dashboard-panel .separator-areas {
    margin: 1em 0;
    width: 100%;
    background-color: #adadad;
    height: 1px; }
  .panel-dashboard dpm-dashboard-panel chart > div {
    z-index: 0; }
  .panel-dashboard dpm-dashboard-panel .buttons-area {
    margin: 2.5em 0 1em 0;
    z-index: 1;
    position: relative; }
    .panel-dashboard dpm-dashboard-panel .buttons-area .buttons-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .panel-dashboard dpm-dashboard-panel .buttons-area .buttons-container > .button {
        margin-bottom: 2em; }
      .panel-dashboard dpm-dashboard-panel .buttons-area .buttons-container > .button:last-of-type {
        margin-bottom: 0; }
      .panel-dashboard dpm-dashboard-panel .buttons-area .buttons-container .button {
        height: 3em;
        width: 77%;
        max-width: 16em; }
  .panel-dashboard dpm-dashboard-panel .gauge-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -2.5em; }
    .panel-dashboard dpm-dashboard-panel .gauge-container .value-number {
      position: absolute;
      bottom: 1em; }
  .panel-dashboard dpm-dashboard-panel .gauge-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .panel-dashboard dpm-dashboard-panel .gauge-area .gauge-title {
      color: #919191; }
  .panel-dashboard dpm-dashboard-panel .progress-area {
    margin-bottom: 2.5em; }
    .panel-dashboard dpm-dashboard-panel .progress-area .value-title {
      margin-bottom: 0.8em; }
    .panel-dashboard dpm-dashboard-panel .progress-area .progress-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .panel-dashboard dpm-dashboard-panel .progress-area .progress-container progress-bar img {
        max-width: 250px;
        width: 100% !important; }
      .panel-dashboard dpm-dashboard-panel .progress-area .progress-container .value-number {
        margin-left: 2rem; }
  .panel-dashboard dpm-dashboard-panel .numeric-kpis-section div.numeric-kpi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2.5em; }
    .panel-dashboard dpm-dashboard-panel .numeric-kpis-section div.numeric-kpi:last-child {
      margin-bottom: 0; }
    .panel-dashboard dpm-dashboard-panel .numeric-kpis-section div.numeric-kpi .value-title {
      max-width: 80%; }

div.background-hover-elements {
  background-color: #f0f0f0; }

.dashboard-fieldlist .no-data {
  height: 100%; }
  .dashboard-fieldlist .no-data .no-data-text {
    max-width: 40em; }

.compliance-graphs-container {
  display: block;
  margin: 1.5em; }
  .compliance-graphs-container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .compliance-graphs-container .col {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column; }
  .compliance-graphs-container .col-12 {
    display: flex;
    flex: 0 0 auto;
    width: 100%; }
  @media (min-width: 768px) {
    .compliance-graphs-container .col-6 {
      display: flex;
      flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 1400px) {
    .compliance-graphs-container .col-3 {
      display: flex;
      flex: 0 0 auto;
      width: 25%; } }
  .compliance-graphs-container .justify-content-center {
    justify-content: center; }
  .compliance-graphs-container .card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    border-radius: 1rem;
    background-color: white;
    padding: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .compliance-graphs-container .stat-container {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .compliance-graphs-container .stat-container .circle {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background-color: #edebeb;
      align-self: flex-end; }
      .compliance-graphs-container .stat-container .circle div {
        display: flex;
        height: 100%; }
      .compliance-graphs-container .stat-container .circle i {
        margin: auto;
        font-size: 20px; }
  .compliance-graphs-container .chart-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem; }
  .compliance-graphs-container .section-selector-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem; }
    .compliance-graphs-container .section-selector-container dropdownlist-input div.field-label {
      align-content: center !important; }
    .compliance-graphs-container .section-selector-container dropdownlist-input div.field-input {
      width: 75% !important; }
  .compliance-graphs-container .grid-col-12 {
    display: flex;
    flex: 0 0 auto;
    width: 100%; }
  @media (min-width: 1721px) {
    .compliance-graphs-container .grid-col-6 {
      display: flex;
      flex: 0 0 auto;
      width: 50%; } }

@keyframes preloader-background {
  0%, 24.9% {
    background-color: var(--color); }
  25%, 49.9% {
    background-color: white; }
  50%, 74.9% {
    background-color: var(--color); }
  75%, 100% {
    background-color: white; } }

@keyframes preloader-front {
  0% {
    width: 0;
    background-color: white; }
  24.9% {
    width: 50%;
    background-color: white; }
  25% {
    width: 0;
    background-color: var(--color); }
  49.9% {
    width: 50%;
    background-color: var(--color); }
  50% {
    width: 0;
    background-color: white; }
  74.9% {
    width: 50%;
    background-color: white; }
  75% {
    width: 0%;
    background-color: var(--color); }
  100% {
    width: 50%;
    background-color: var(--color); } }

[role="progressbar"][aria-busy="true"] {
  --color: #2693BE;
  background-color: #2693BE;
  animation: preloader-background linear 3.5s infinite; }
  [role="progressbar"][aria-busy="true"]::before, [role="progressbar"][aria-busy="true"]::after {
    --color: #2693BE;
    animation: preloader-front linear 3.5s infinite; }

.theme-1 [role="progressbar"][aria-busy="true"] {
  --color: #D00202;
  background-color: #D00202;
  animation: preloader-background linear 3.5s infinite; }
  .theme-1 [role="progressbar"][aria-busy="true"]::before, .theme-1 [role="progressbar"][aria-busy="true"]::after {
    --color: #D00202;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-1.navbar.navbar-fixed-top > .container-fluid {
    background-color: #D00202; } }

.theme-1.fake-anonymous-footer, .theme-1.fake-anonymous-view, .theme-1.fake-anonymous-navbar, .theme-1.step-form-type, .theme-1.fake-anonymous-menu {
  --primary-color: #D00202;
  --primary-color-darker: #9d0202; }

.theme-1.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #D00202;
  border-bottom: 1px solid #D00202; }

.theme-1.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #D00202; }
  .theme-1.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #D00202; }
  .theme-1.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #D00202; }

.theme-1.k-window.themed-window {
  border-color: #D00202; }
  .theme-1.k-window.themed-window .k-window-titlebar {
    background-color: #D00202; }
  .theme-1.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #9d0202 !important; }

.theme-1.k-window.documents-menu-window {
  background-color: #D00202;
  border-color: #9d0202;
  --primary-color: #D00202;
  --primary-color-darker: #9d0202; }
  .theme-1.k-window.documents-menu-window .k-window-content,
  .theme-1.k-window.documents-menu-window .k-window-titlebar {
    background-color: #D00202; }
  .theme-1.k-window.documents-menu-window .k-window-titlebar {
    border-color: #9d0202; }
    .theme-1.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #9d0202 !important; }
  .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #9d0202; }
    .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #D00202; }
      .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #9d0202; }
  .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #D00202;
    border-color: #9d0202; }
    .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #9d0202; }
  .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #9d0202; }
    .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #9d0202; }
    .theme-1.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #D00202; }

.theme-1.navbar {
  background-color: #D00202; }
  .theme-1.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-1.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #9d0202; }
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #9d0202; }
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-1.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #9d0202; }
  .theme-1.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #D00202;
    opacity: 0.6; }
  .theme-1.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-1.navbar .navbar-nav li a,
  .theme-1.navbar .navbar-nav a.dropdown-toggle {
    background-color: #D00202; }
  .theme-1.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-1.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #D00202; }
  .theme-1.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-1.navbar .navbar-nav li:hover a,
  .theme-1.navbar .navbar-nav li:focus a,
  .theme-1.navbar .navbar-nav li.active a,
  .theme-1.navbar .navbar-nav li.open a {
    border-bottom-color: #fd3b3b; }
  .theme-1.navbar .navbar-nav li.active > a {
    background-color: #D00202;
    border-bottom-color: #fd3b3b; }

.theme-1.k-list-container.company-selection-combobox {
  background-color: #9d0202;
  border-color: #9d0202; }
  .theme-1.k-list-container.company-selection-combobox ul.k-list {
    background-color: #9d0202; }
    .theme-1.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #9d0202; }
      .theme-1.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-1.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #D00202; }

.theme-2 [role="progressbar"][aria-busy="true"] {
  --color: #CA5010;
  background-color: #CA5010;
  animation: preloader-background linear 3.5s infinite; }
  .theme-2 [role="progressbar"][aria-busy="true"]::before, .theme-2 [role="progressbar"][aria-busy="true"]::after {
    --color: #CA5010;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-2.navbar.navbar-fixed-top > .container-fluid {
    background-color: #CA5010; } }

.theme-2.fake-anonymous-footer, .theme-2.fake-anonymous-view, .theme-2.fake-anonymous-navbar, .theme-2.step-form-type, .theme-2.fake-anonymous-menu {
  --primary-color: #CA5010;
  --primary-color-darker: #9b3d0c; }

.theme-2.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #CA5010;
  border-bottom: 1px solid #CA5010; }

.theme-2.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #CA5010; }
  .theme-2.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #CA5010; }
  .theme-2.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #CA5010; }

.theme-2.k-window.themed-window {
  border-color: #CA5010; }
  .theme-2.k-window.themed-window .k-window-titlebar {
    background-color: #CA5010; }
  .theme-2.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #9b3d0c !important; }

.theme-2.k-window.documents-menu-window {
  background-color: #CA5010;
  border-color: #9b3d0c;
  --primary-color: #CA5010;
  --primary-color-darker: #9b3d0c; }
  .theme-2.k-window.documents-menu-window .k-window-content,
  .theme-2.k-window.documents-menu-window .k-window-titlebar {
    background-color: #CA5010; }
  .theme-2.k-window.documents-menu-window .k-window-titlebar {
    border-color: #9b3d0c; }
    .theme-2.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #9b3d0c !important; }
  .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #9b3d0c; }
    .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #CA5010; }
      .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #9b3d0c; }
  .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #CA5010;
    border-color: #9b3d0c; }
    .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #9b3d0c; }
  .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #9b3d0c; }
    .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #9b3d0c; }
    .theme-2.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #CA5010; }

.theme-2.navbar {
  background-color: #CA5010; }
  .theme-2.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-2.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #9b3d0c; }
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #9b3d0c; }
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-2.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #9b3d0c; }
  .theme-2.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #CA5010;
    opacity: 0.6; }
  .theme-2.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-2.navbar .navbar-nav li a,
  .theme-2.navbar .navbar-nav a.dropdown-toggle {
    background-color: #CA5010; }
  .theme-2.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-2.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #CA5010; }
  .theme-2.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-2.navbar .navbar-nav li:hover a,
  .theme-2.navbar .navbar-nav li:focus a,
  .theme-2.navbar .navbar-nav li.active a,
  .theme-2.navbar .navbar-nav li.open a {
    border-bottom-color: #f1874f; }
  .theme-2.navbar .navbar-nav li.active > a {
    background-color: #CA5010;
    border-bottom-color: #f1874f; }

.theme-2.k-list-container.company-selection-combobox {
  background-color: #9b3d0c;
  border-color: #9b3d0c; }
  .theme-2.k-list-container.company-selection-combobox ul.k-list {
    background-color: #9b3d0c; }
    .theme-2.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #9b3d0c; }
      .theme-2.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-2.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #CA5010; }

.theme-3 [role="progressbar"][aria-busy="true"] {
  --color: #407855;
  background-color: #407855;
  animation: preloader-background linear 3.5s infinite; }
  .theme-3 [role="progressbar"][aria-busy="true"]::before, .theme-3 [role="progressbar"][aria-busy="true"]::after {
    --color: #407855;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-3.navbar.navbar-fixed-top > .container-fluid {
    background-color: #407855; } }

.theme-3.fake-anonymous-footer, .theme-3.fake-anonymous-view, .theme-3.fake-anonymous-navbar, .theme-3.step-form-type, .theme-3.fake-anonymous-menu {
  --primary-color: #407855;
  --primary-color-darker: #2e573d; }

.theme-3.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #407855;
  border-bottom: 1px solid #407855; }

.theme-3.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #407855; }
  .theme-3.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #407855; }
  .theme-3.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #407855; }

.theme-3.k-window.themed-window {
  border-color: #407855; }
  .theme-3.k-window.themed-window .k-window-titlebar {
    background-color: #407855; }
  .theme-3.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #2e573d !important; }

.theme-3.k-window.documents-menu-window {
  background-color: #407855;
  border-color: #2e573d;
  --primary-color: #407855;
  --primary-color-darker: #2e573d; }
  .theme-3.k-window.documents-menu-window .k-window-content,
  .theme-3.k-window.documents-menu-window .k-window-titlebar {
    background-color: #407855; }
  .theme-3.k-window.documents-menu-window .k-window-titlebar {
    border-color: #2e573d; }
    .theme-3.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #2e573d !important; }
  .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #2e573d; }
    .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #407855; }
      .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #2e573d; }
  .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #407855;
    border-color: #2e573d; }
    .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #2e573d; }
  .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #2e573d; }
    .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #2e573d; }
    .theme-3.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #407855; }

.theme-3.navbar {
  background-color: #407855; }
  .theme-3.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-3.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #2e573d; }
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #2e573d; }
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-3.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #2e573d; }
  .theme-3.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #407855;
    opacity: 0.6; }
  .theme-3.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-3.navbar .navbar-nav li a,
  .theme-3.navbar .navbar-nav a.dropdown-toggle {
    background-color: #407855; }
  .theme-3.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-3.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #407855; }
  .theme-3.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-3.navbar .navbar-nav li:hover a,
  .theme-3.navbar .navbar-nav li:focus a,
  .theme-3.navbar .navbar-nav li.active a,
  .theme-3.navbar .navbar-nav li.open a {
    border-bottom-color: #6db186; }
  .theme-3.navbar .navbar-nav li.active > a {
    background-color: #407855;
    border-bottom-color: #6db186; }

.theme-3.k-list-container.company-selection-combobox {
  background-color: #2e573d;
  border-color: #2e573d; }
  .theme-3.k-list-container.company-selection-combobox ul.k-list {
    background-color: #2e573d; }
    .theme-3.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #2e573d; }
      .theme-3.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-3.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #407855; }

.theme-4 [role="progressbar"][aria-busy="true"] {
  --color: #038387;
  background-color: #038387;
  animation: preloader-background linear 3.5s infinite; }
  .theme-4 [role="progressbar"][aria-busy="true"]::before, .theme-4 [role="progressbar"][aria-busy="true"]::after {
    --color: #038387;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-4.navbar.navbar-fixed-top > .container-fluid {
    background-color: #038387; } }

.theme-4.fake-anonymous-footer, .theme-4.fake-anonymous-view, .theme-4.fake-anonymous-navbar, .theme-4.step-form-type, .theme-4.fake-anonymous-menu {
  --primary-color: #038387;
  --primary-color-darker: #025355; }

.theme-4.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #038387;
  border-bottom: 1px solid #038387; }

.theme-4.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #038387; }
  .theme-4.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #038387; }
  .theme-4.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #038387; }

.theme-4.k-window.themed-window {
  border-color: #038387; }
  .theme-4.k-window.themed-window .k-window-titlebar {
    background-color: #038387; }
  .theme-4.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #025355 !important; }

.theme-4.k-window.documents-menu-window {
  background-color: #038387;
  border-color: #025355;
  --primary-color: #038387;
  --primary-color-darker: #025355; }
  .theme-4.k-window.documents-menu-window .k-window-content,
  .theme-4.k-window.documents-menu-window .k-window-titlebar {
    background-color: #038387; }
  .theme-4.k-window.documents-menu-window .k-window-titlebar {
    border-color: #025355; }
    .theme-4.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #025355 !important; }
  .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #025355; }
    .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #038387; }
      .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #025355; }
  .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #038387;
    border-color: #025355; }
    .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #025355; }
  .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #025355; }
    .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #025355; }
    .theme-4.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #038387; }

.theme-4.navbar {
  background-color: #038387; }
  .theme-4.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-4.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #025355; }
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #025355; }
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-4.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #025355; }
  .theme-4.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #038387;
    opacity: 0.6; }
  .theme-4.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-4.navbar .navbar-nav li a,
  .theme-4.navbar .navbar-nav a.dropdown-toggle {
    background-color: #038387; }
  .theme-4.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-4.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #038387; }
  .theme-4.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-4.navbar .navbar-nav li:hover a,
  .theme-4.navbar .navbar-nav li:focus a,
  .theme-4.navbar .navbar-nav li.active a,
  .theme-4.navbar .navbar-nav li.open a {
    border-bottom-color: #05e4eb; }
  .theme-4.navbar .navbar-nav li.active > a {
    background-color: #038387;
    border-bottom-color: #05e4eb; }

.theme-4.k-list-container.company-selection-combobox {
  background-color: #025355;
  border-color: #025355; }
  .theme-4.k-list-container.company-selection-combobox ul.k-list {
    background-color: #025355; }
    .theme-4.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #025355; }
      .theme-4.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-4.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #038387; }

.theme-5 [role="progressbar"][aria-busy="true"] {
  --color: #4052AB;
  background-color: #4052AB;
  animation: preloader-background linear 3.5s infinite; }
  .theme-5 [role="progressbar"][aria-busy="true"]::before, .theme-5 [role="progressbar"][aria-busy="true"]::after {
    --color: #4052AB;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-5.navbar.navbar-fixed-top > .container-fluid {
    background-color: #4052AB; } }

.theme-5.fake-anonymous-footer, .theme-5.fake-anonymous-view, .theme-5.fake-anonymous-navbar, .theme-5.step-form-type, .theme-5.fake-anonymous-menu {
  --primary-color: #4052AB;
  --primary-color-darker: #324086; }

.theme-5.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #4052AB;
  border-bottom: 1px solid #4052AB; }

.theme-5.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #4052AB; }
  .theme-5.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #4052AB; }
  .theme-5.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #4052AB; }

.theme-5.k-window.themed-window {
  border-color: #4052AB; }
  .theme-5.k-window.themed-window .k-window-titlebar {
    background-color: #4052AB; }
  .theme-5.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #324086 !important; }

.theme-5.k-window.documents-menu-window {
  background-color: #4052AB;
  border-color: #324086;
  --primary-color: #4052AB;
  --primary-color-darker: #324086; }
  .theme-5.k-window.documents-menu-window .k-window-content,
  .theme-5.k-window.documents-menu-window .k-window-titlebar {
    background-color: #4052AB; }
  .theme-5.k-window.documents-menu-window .k-window-titlebar {
    border-color: #324086; }
    .theme-5.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #324086 !important; }
  .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #324086; }
    .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #4052AB; }
      .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #324086; }
  .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #4052AB;
    border-color: #324086; }
    .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #324086; }
  .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #324086; }
    .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #324086; }
    .theme-5.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #4052AB; }

.theme-5.navbar {
  background-color: #4052AB; }
  .theme-5.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-5.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #324086; }
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #324086; }
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-5.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #324086; }
  .theme-5.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #4052AB;
    opacity: 0.6; }
  .theme-5.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-5.navbar .navbar-nav li a,
  .theme-5.navbar .navbar-nav a.dropdown-toggle {
    background-color: #4052AB; }
  .theme-5.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-5.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #4052AB; }
  .theme-5.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-5.navbar .navbar-nav li:hover a,
  .theme-5.navbar .navbar-nav li:focus a,
  .theme-5.navbar .navbar-nav li.active a,
  .theme-5.navbar .navbar-nav li.open a {
    border-bottom-color: #818ed0; }
  .theme-5.navbar .navbar-nav li.active > a {
    background-color: #4052AB;
    border-bottom-color: #818ed0; }

.theme-5.k-list-container.company-selection-combobox {
  background-color: #324086;
  border-color: #324086; }
  .theme-5.k-list-container.company-selection-combobox ul.k-list {
    background-color: #324086; }
    .theme-5.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #324086; }
      .theme-5.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-5.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #4052AB; }

.theme-6 [role="progressbar"][aria-busy="true"] {
  --color: #854085;
  background-color: #854085;
  animation: preloader-background linear 3.5s infinite; }
  .theme-6 [role="progressbar"][aria-busy="true"]::before, .theme-6 [role="progressbar"][aria-busy="true"]::after {
    --color: #854085;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-6.navbar.navbar-fixed-top > .container-fluid {
    background-color: #854085; } }

.theme-6.fake-anonymous-footer, .theme-6.fake-anonymous-view, .theme-6.fake-anonymous-navbar, .theme-6.step-form-type, .theme-6.fake-anonymous-menu {
  --primary-color: #854085;
  --primary-color-darker: #632f63; }

.theme-6.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #854085;
  border-bottom: 1px solid #854085; }

.theme-6.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #854085; }
  .theme-6.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #854085; }
  .theme-6.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #854085; }

.theme-6.k-window.themed-window {
  border-color: #854085; }
  .theme-6.k-window.themed-window .k-window-titlebar {
    background-color: #854085; }
  .theme-6.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #632f63 !important; }

.theme-6.k-window.documents-menu-window {
  background-color: #854085;
  border-color: #632f63;
  --primary-color: #854085;
  --primary-color-darker: #632f63; }
  .theme-6.k-window.documents-menu-window .k-window-content,
  .theme-6.k-window.documents-menu-window .k-window-titlebar {
    background-color: #854085; }
  .theme-6.k-window.documents-menu-window .k-window-titlebar {
    border-color: #632f63; }
    .theme-6.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #632f63 !important; }
  .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #632f63; }
    .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #854085; }
      .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #632f63; }
  .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #854085;
    border-color: #632f63; }
    .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #632f63; }
  .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #632f63; }
    .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #632f63; }
    .theme-6.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #854085; }

.theme-6.navbar {
  background-color: #854085; }
  .theme-6.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-6.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #632f63; }
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #632f63; }
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-6.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #632f63; }
  .theme-6.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #854085;
    opacity: 0.6; }
  .theme-6.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-6.navbar .navbar-nav li a,
  .theme-6.navbar .navbar-nav a.dropdown-toggle {
    background-color: #854085; }
  .theme-6.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-6.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #854085; }
  .theme-6.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-6.navbar .navbar-nav li:hover a,
  .theme-6.navbar .navbar-nav li:focus a,
  .theme-6.navbar .navbar-nav li.active a,
  .theme-6.navbar .navbar-nav li.open a {
    border-bottom-color: #ba71ba; }
  .theme-6.navbar .navbar-nav li.active > a {
    background-color: #854085;
    border-bottom-color: #ba71ba; }

.theme-6.k-list-container.company-selection-combobox {
  background-color: #632f63;
  border-color: #632f63; }
  .theme-6.k-list-container.company-selection-combobox ul.k-list {
    background-color: #632f63; }
    .theme-6.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #632f63; }
      .theme-6.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-6.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #854085; }

.theme-7 [role="progressbar"][aria-busy="true"] {
  --color: #333333;
  background-color: #333333;
  animation: preloader-background linear 3.5s infinite; }
  .theme-7 [role="progressbar"][aria-busy="true"]::before, .theme-7 [role="progressbar"][aria-busy="true"]::after {
    --color: #333333;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-7.navbar.navbar-fixed-top > .container-fluid {
    background-color: #333333; } }

.theme-7.fake-anonymous-footer, .theme-7.fake-anonymous-view, .theme-7.fake-anonymous-navbar, .theme-7.step-form-type, .theme-7.fake-anonymous-menu {
  --primary-color: #333333;
  --primary-color-darker: #1a1a1a; }

.theme-7.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #333333;
  border-bottom: 1px solid #333333; }

.theme-7.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #333333; }
  .theme-7.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #333333; }
  .theme-7.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #333333; }

.theme-7.k-window.themed-window {
  border-color: #333333; }
  .theme-7.k-window.themed-window .k-window-titlebar {
    background-color: #333333; }
  .theme-7.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #1a1a1a !important; }

.theme-7.k-window.documents-menu-window {
  background-color: #333333;
  border-color: #1a1a1a;
  --primary-color: #333333;
  --primary-color-darker: #1a1a1a; }
  .theme-7.k-window.documents-menu-window .k-window-content,
  .theme-7.k-window.documents-menu-window .k-window-titlebar {
    background-color: #333333; }
  .theme-7.k-window.documents-menu-window .k-window-titlebar {
    border-color: #1a1a1a; }
    .theme-7.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #1a1a1a !important; }
  .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #1a1a1a; }
    .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #333333; }
      .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #1a1a1a; }
  .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #333333;
    border-color: #1a1a1a; }
    .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #1a1a1a; }
  .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #1a1a1a; }
    .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #1a1a1a; }
    .theme-7.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #333333; }

.theme-7.navbar {
  background-color: #333333; }
  .theme-7.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-7.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #1a1a1a; }
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #1a1a1a; }
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-7.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #1a1a1a; }
  .theme-7.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #333333;
    opacity: 0.6; }
  .theme-7.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-7.navbar .navbar-nav li a,
  .theme-7.navbar .navbar-nav a.dropdown-toggle {
    background-color: #333333; }
  .theme-7.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-7.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #333333; }
  .theme-7.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-7.navbar .navbar-nav li:hover a,
  .theme-7.navbar .navbar-nav li:focus a,
  .theme-7.navbar .navbar-nav li.active a,
  .theme-7.navbar .navbar-nav li.open a {
    border-bottom-color: #666666; }
  .theme-7.navbar .navbar-nav li.active > a {
    background-color: #333333;
    border-bottom-color: #666666; }

.theme-7.k-list-container.company-selection-combobox {
  background-color: #1a1a1a;
  border-color: #1a1a1a; }
  .theme-7.k-list-container.company-selection-combobox ul.k-list {
    background-color: #1a1a1a; }
    .theme-7.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #1a1a1a; }
      .theme-7.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-7.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #333333; }

.theme-8 [role="progressbar"][aria-busy="true"] {
  --color: #8F7034;
  background-color: #8F7034;
  animation: preloader-background linear 3.5s infinite; }
  .theme-8 [role="progressbar"][aria-busy="true"]::before, .theme-8 [role="progressbar"][aria-busy="true"]::after {
    --color: #8F7034;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-8.navbar.navbar-fixed-top > .container-fluid {
    background-color: #8F7034; } }

.theme-8.fake-anonymous-footer, .theme-8.fake-anonymous-view, .theme-8.fake-anonymous-navbar, .theme-8.step-form-type, .theme-8.fake-anonymous-menu {
  --primary-color: #8F7034;
  --primary-color-darker: #6a5326; }

.theme-8.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #8F7034;
  border-bottom: 1px solid #8F7034; }

.theme-8.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #8F7034; }
  .theme-8.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #8F7034; }
  .theme-8.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #8F7034; }

.theme-8.k-window.themed-window {
  border-color: #8F7034; }
  .theme-8.k-window.themed-window .k-window-titlebar {
    background-color: #8F7034; }
  .theme-8.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #6a5326 !important; }

.theme-8.k-window.documents-menu-window {
  background-color: #8F7034;
  border-color: #6a5326;
  --primary-color: #8F7034;
  --primary-color-darker: #6a5326; }
  .theme-8.k-window.documents-menu-window .k-window-content,
  .theme-8.k-window.documents-menu-window .k-window-titlebar {
    background-color: #8F7034; }
  .theme-8.k-window.documents-menu-window .k-window-titlebar {
    border-color: #6a5326; }
    .theme-8.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #6a5326 !important; }
  .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #6a5326; }
    .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #8F7034; }
      .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #6a5326; }
  .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #8F7034;
    border-color: #6a5326; }
    .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #6a5326; }
  .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #6a5326; }
    .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #6a5326; }
    .theme-8.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #8F7034; }

.theme-8.navbar {
  background-color: #8F7034; }
  .theme-8.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-8.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #6a5326; }
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #6a5326; }
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-8.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #6a5326; }
  .theme-8.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #8F7034;
    opacity: 0.6; }
  .theme-8.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-8.navbar .navbar-nav li a,
  .theme-8.navbar .navbar-nav a.dropdown-toggle {
    background-color: #8F7034; }
  .theme-8.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-8.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #8F7034; }
  .theme-8.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-8.navbar .navbar-nav li:hover a,
  .theme-8.navbar .navbar-nav li:focus a,
  .theme-8.navbar .navbar-nav li.active a,
  .theme-8.navbar .navbar-nav li.open a {
    border-bottom-color: #c6a463; }
  .theme-8.navbar .navbar-nav li.active > a {
    background-color: #8F7034;
    border-bottom-color: #c6a463; }

.theme-8.k-list-container.company-selection-combobox {
  background-color: #6a5326;
  border-color: #6a5326; }
  .theme-8.k-list-container.company-selection-combobox ul.k-list {
    background-color: #6a5326; }
    .theme-8.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #6a5326; }
      .theme-8.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-8.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #8F7034; }

.theme-9 [role="progressbar"][aria-busy="true"] {
  --color: #c4ad32;
  background-color: #c4ad32;
  animation: preloader-background linear 3.5s infinite; }
  .theme-9 [role="progressbar"][aria-busy="true"]::before, .theme-9 [role="progressbar"][aria-busy="true"]::after {
    --color: #c4ad32;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-9.navbar.navbar-fixed-top > .container-fluid {
    background-color: #c4ad32; } }

.theme-9.fake-anonymous-footer, .theme-9.fake-anonymous-view, .theme-9.fake-anonymous-navbar, .theme-9.step-form-type, .theme-9.fake-anonymous-menu {
  --primary-color: #c4ad32;
  --primary-color-darker: #9b8928; }

.theme-9.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #c4ad32;
  border-bottom: 1px solid #c4ad32; }

.theme-9.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #c4ad32; }
  .theme-9.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #c4ad32; }
  .theme-9.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #c4ad32; }

.theme-9.k-window.themed-window {
  border-color: #c4ad32; }
  .theme-9.k-window.themed-window .k-window-titlebar {
    background-color: #c4ad32; }
  .theme-9.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #9b8928 !important; }

.theme-9.k-window.documents-menu-window {
  background-color: #c4ad32;
  border-color: #9b8928;
  --primary-color: #c4ad32;
  --primary-color-darker: #9b8928; }
  .theme-9.k-window.documents-menu-window .k-window-content,
  .theme-9.k-window.documents-menu-window .k-window-titlebar {
    background-color: #c4ad32; }
  .theme-9.k-window.documents-menu-window .k-window-titlebar {
    border-color: #9b8928; }
    .theme-9.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #9b8928 !important; }
  .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #9b8928; }
    .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #c4ad32; }
      .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #9b8928; }
  .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #c4ad32;
    border-color: #9b8928; }
    .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #9b8928; }
  .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #9b8928; }
    .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #9b8928; }
    .theme-9.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #c4ad32; }

.theme-9.navbar {
  background-color: #c4ad32; }
  .theme-9.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-9.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #9b8928; }
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #9b8928; }
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-9.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #9b8928; }
  .theme-9.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #c4ad32;
    opacity: 0.6; }
  .theme-9.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-9.navbar .navbar-nav li a,
  .theme-9.navbar .navbar-nav a.dropdown-toggle {
    background-color: #c4ad32; }
  .theme-9.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-9.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #c4ad32; }
  .theme-9.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-9.navbar .navbar-nav li:hover a,
  .theme-9.navbar .navbar-nav li:focus a,
  .theme-9.navbar .navbar-nav li.active a,
  .theme-9.navbar .navbar-nav li.open a {
    border-bottom-color: #decf7e; }
  .theme-9.navbar .navbar-nav li.active > a {
    background-color: #c4ad32;
    border-bottom-color: #decf7e; }

.theme-9.k-list-container.company-selection-combobox {
  background-color: #9b8928;
  border-color: #9b8928; }
  .theme-9.k-list-container.company-selection-combobox ul.k-list {
    background-color: #9b8928; }
    .theme-9.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #9b8928; }
      .theme-9.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-9.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #c4ad32; }

.theme-10 [role="progressbar"][aria-busy="true"] {
  --color: #6a8a53;
  background-color: #6a8a53;
  animation: preloader-background linear 3.5s infinite; }
  .theme-10 [role="progressbar"][aria-busy="true"]::before, .theme-10 [role="progressbar"][aria-busy="true"]::after {
    --color: #6a8a53;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-10.navbar.navbar-fixed-top > .container-fluid {
    background-color: #6a8a53; } }

.theme-10.fake-anonymous-footer, .theme-10.fake-anonymous-view, .theme-10.fake-anonymous-navbar, .theme-10.step-form-type, .theme-10.fake-anonymous-menu {
  --primary-color: #6a8a53;
  --primary-color-darker: #526a40; }

.theme-10.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #6a8a53;
  border-bottom: 1px solid #6a8a53; }

.theme-10.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #6a8a53; }
  .theme-10.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #6a8a53; }
  .theme-10.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #6a8a53; }

.theme-10.k-window.themed-window {
  border-color: #6a8a53; }
  .theme-10.k-window.themed-window .k-window-titlebar {
    background-color: #6a8a53; }
  .theme-10.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #526a40 !important; }

.theme-10.k-window.documents-menu-window {
  background-color: #6a8a53;
  border-color: #526a40;
  --primary-color: #6a8a53;
  --primary-color-darker: #526a40; }
  .theme-10.k-window.documents-menu-window .k-window-content,
  .theme-10.k-window.documents-menu-window .k-window-titlebar {
    background-color: #6a8a53; }
  .theme-10.k-window.documents-menu-window .k-window-titlebar {
    border-color: #526a40; }
    .theme-10.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #526a40 !important; }
  .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #526a40; }
    .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #6a8a53; }
      .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #526a40; }
  .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #6a8a53;
    border-color: #526a40; }
    .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #526a40; }
  .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #526a40; }
    .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #526a40; }
    .theme-10.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #6a8a53; }

.theme-10.navbar {
  background-color: #6a8a53; }
  .theme-10.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-10.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #526a40; }
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #526a40; }
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-10.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #526a40; }
  .theme-10.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #6a8a53;
    opacity: 0.6; }
  .theme-10.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-10.navbar .navbar-nav li a,
  .theme-10.navbar .navbar-nav a.dropdown-toggle {
    background-color: #6a8a53; }
  .theme-10.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-10.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #6a8a53; }
  .theme-10.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-10.navbar .navbar-nav li:hover a,
  .theme-10.navbar .navbar-nav li:focus a,
  .theme-10.navbar .navbar-nav li.active a,
  .theme-10.navbar .navbar-nav li.open a {
    border-bottom-color: #9eb98a; }
  .theme-10.navbar .navbar-nav li.active > a {
    background-color: #6a8a53;
    border-bottom-color: #9eb98a; }

.theme-10.k-list-container.company-selection-combobox {
  background-color: #526a40;
  border-color: #526a40; }
  .theme-10.k-list-container.company-selection-combobox ul.k-list {
    background-color: #526a40; }
    .theme-10.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #526a40; }
      .theme-10.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-10.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #6a8a53; }

.theme-11 [role="progressbar"][aria-busy="true"] {
  --color: #00508d;
  background-color: #00508d;
  animation: preloader-background linear 3.5s infinite; }
  .theme-11 [role="progressbar"][aria-busy="true"]::before, .theme-11 [role="progressbar"][aria-busy="true"]::after {
    --color: #00508d;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-11.navbar.navbar-fixed-top > .container-fluid {
    background-color: #00508d; } }

.theme-11.fake-anonymous-footer, .theme-11.fake-anonymous-view, .theme-11.fake-anonymous-navbar, .theme-11.step-form-type, .theme-11.fake-anonymous-menu {
  --primary-color: #00508d;
  --primary-color-darker: #00335a; }

.theme-11.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #00508d;
  border-bottom: 1px solid #00508d; }

.theme-11.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #00508d; }
  .theme-11.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #00508d; }
  .theme-11.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #00508d; }

.theme-11.k-window.themed-window {
  border-color: #00508d; }
  .theme-11.k-window.themed-window .k-window-titlebar {
    background-color: #00508d; }
  .theme-11.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #00335a !important; }

.theme-11.k-window.documents-menu-window {
  background-color: #00508d;
  border-color: #00335a;
  --primary-color: #00508d;
  --primary-color-darker: #00335a; }
  .theme-11.k-window.documents-menu-window .k-window-content,
  .theme-11.k-window.documents-menu-window .k-window-titlebar {
    background-color: #00508d; }
  .theme-11.k-window.documents-menu-window .k-window-titlebar {
    border-color: #00335a; }
    .theme-11.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #00335a !important; }
  .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #00335a; }
    .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #00508d; }
      .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #00335a; }
  .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #00508d;
    border-color: #00335a; }
    .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #00335a; }
  .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #00335a; }
    .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #00335a; }
    .theme-11.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #00508d; }

.theme-11.navbar {
  background-color: #00508d; }
  .theme-11.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-11.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #00335a; }
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #00335a; }
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-11.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #00335a; }
  .theme-11.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #00508d;
    opacity: 0.6; }
  .theme-11.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-11.navbar .navbar-nav li a,
  .theme-11.navbar .navbar-nav a.dropdown-toggle {
    background-color: #00508d; }
  .theme-11.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-11.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #00508d; }
  .theme-11.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-11.navbar .navbar-nav li:hover a,
  .theme-11.navbar .navbar-nav li:focus a,
  .theme-11.navbar .navbar-nav li.active a,
  .theme-11.navbar .navbar-nav li.open a {
    border-bottom-color: #008af3; }
  .theme-11.navbar .navbar-nav li.active > a {
    background-color: #00508d;
    border-bottom-color: #008af3; }

.theme-11.k-list-container.company-selection-combobox {
  background-color: #00335a;
  border-color: #00335a; }
  .theme-11.k-list-container.company-selection-combobox ul.k-list {
    background-color: #00335a; }
    .theme-11.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #00335a; }
      .theme-11.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-11.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #00508d; }

.theme-12 [role="progressbar"][aria-busy="true"] {
  --color: #ff830e;
  background-color: #ff830e;
  animation: preloader-background linear 3.5s infinite; }
  .theme-12 [role="progressbar"][aria-busy="true"]::before, .theme-12 [role="progressbar"][aria-busy="true"]::after {
    --color: #ff830e;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-12.navbar.navbar-fixed-top > .container-fluid {
    background-color: #ff830e; } }

.theme-12.fake-anonymous-footer, .theme-12.fake-anonymous-view, .theme-12.fake-anonymous-navbar, .theme-12.step-form-type, .theme-12.fake-anonymous-menu {
  --primary-color: #ff830e;
  --primary-color-darker: #da6a00; }

.theme-12.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #ff830e;
  border-bottom: 1px solid #ff830e; }

.theme-12.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #ff830e; }
  .theme-12.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #ff830e; }
  .theme-12.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #ff830e; }

.theme-12.k-window.themed-window {
  border-color: #ff830e; }
  .theme-12.k-window.themed-window .k-window-titlebar {
    background-color: #ff830e; }
  .theme-12.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #da6a00 !important; }

.theme-12.k-window.documents-menu-window {
  background-color: #ff830e;
  border-color: #da6a00;
  --primary-color: #ff830e;
  --primary-color-darker: #da6a00; }
  .theme-12.k-window.documents-menu-window .k-window-content,
  .theme-12.k-window.documents-menu-window .k-window-titlebar {
    background-color: #ff830e; }
  .theme-12.k-window.documents-menu-window .k-window-titlebar {
    border-color: #da6a00; }
    .theme-12.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #da6a00 !important; }
  .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #da6a00; }
    .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #ff830e; }
      .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #da6a00; }
  .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #ff830e;
    border-color: #da6a00; }
    .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #da6a00; }
  .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #da6a00; }
    .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #da6a00; }
    .theme-12.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #ff830e; }

.theme-12.navbar {
  background-color: #ff830e; }
  .theme-12.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-12.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #da6a00; }
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #da6a00; }
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-12.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #da6a00; }
  .theme-12.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #ff830e;
    opacity: 0.6; }
  .theme-12.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-12.navbar .navbar-nav li a,
  .theme-12.navbar .navbar-nav a.dropdown-toggle {
    background-color: #ff830e; }
  .theme-12.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-12.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #ff830e; }
  .theme-12.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-12.navbar .navbar-nav li:hover a,
  .theme-12.navbar .navbar-nav li:focus a,
  .theme-12.navbar .navbar-nav li.active a,
  .theme-12.navbar .navbar-nav li.open a {
    border-bottom-color: #ffb774; }
  .theme-12.navbar .navbar-nav li.active > a {
    background-color: #ff830e;
    border-bottom-color: #ffb774; }

.theme-12.k-list-container.company-selection-combobox {
  background-color: #da6a00;
  border-color: #da6a00; }
  .theme-12.k-list-container.company-selection-combobox ul.k-list {
    background-color: #da6a00; }
    .theme-12.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #da6a00; }
      .theme-12.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-12.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #ff830e; }

.theme-13 [role="progressbar"][aria-busy="true"] {
  --color: #666666;
  background-color: #666666;
  animation: preloader-background linear 3.5s infinite; }
  .theme-13 [role="progressbar"][aria-busy="true"]::before, .theme-13 [role="progressbar"][aria-busy="true"]::after {
    --color: #666666;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-13.navbar.navbar-fixed-top > .container-fluid {
    background-color: #666666; } }

.theme-13.fake-anonymous-footer, .theme-13.fake-anonymous-view, .theme-13.fake-anonymous-navbar, .theme-13.step-form-type, .theme-13.fake-anonymous-menu {
  --primary-color: #666666;
  --primary-color-darker: #4d4d4d; }

.theme-13.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #666666;
  border-bottom: 1px solid #666666; }

.theme-13.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #666666; }
  .theme-13.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #666666; }
  .theme-13.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #666666; }

.theme-13.k-window.themed-window {
  border-color: #666666; }
  .theme-13.k-window.themed-window .k-window-titlebar {
    background-color: #666666; }
  .theme-13.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #4d4d4d !important; }

.theme-13.k-window.documents-menu-window {
  background-color: #666666;
  border-color: #4d4d4d;
  --primary-color: #666666;
  --primary-color-darker: #4d4d4d; }
  .theme-13.k-window.documents-menu-window .k-window-content,
  .theme-13.k-window.documents-menu-window .k-window-titlebar {
    background-color: #666666; }
  .theme-13.k-window.documents-menu-window .k-window-titlebar {
    border-color: #4d4d4d; }
    .theme-13.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #4d4d4d !important; }
  .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #4d4d4d; }
    .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #666666; }
      .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #4d4d4d; }
  .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #666666;
    border-color: #4d4d4d; }
    .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #4d4d4d; }
  .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #4d4d4d; }
    .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #4d4d4d; }
    .theme-13.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #666666; }

.theme-13.navbar {
  background-color: #666666; }
  .theme-13.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-13.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #4d4d4d; }
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #4d4d4d; }
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-13.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #4d4d4d; }
  .theme-13.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #666666;
    opacity: 0.6; }
  .theme-13.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-13.navbar .navbar-nav li a,
  .theme-13.navbar .navbar-nav a.dropdown-toggle {
    background-color: #666666; }
  .theme-13.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-13.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #666666; }
  .theme-13.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-13.navbar .navbar-nav li:hover a,
  .theme-13.navbar .navbar-nav li:focus a,
  .theme-13.navbar .navbar-nav li.active a,
  .theme-13.navbar .navbar-nav li.open a {
    border-bottom-color: #999999; }
  .theme-13.navbar .navbar-nav li.active > a {
    background-color: #666666;
    border-bottom-color: #999999; }

.theme-13.k-list-container.company-selection-combobox {
  background-color: #4d4d4d;
  border-color: #4d4d4d; }
  .theme-13.k-list-container.company-selection-combobox ul.k-list {
    background-color: #4d4d4d; }
    .theme-13.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #4d4d4d; }
      .theme-13.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-13.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #666666; }

.theme-14 [role="progressbar"][aria-busy="true"] {
  --color: #a50020;
  background-color: #a50020;
  animation: preloader-background linear 3.5s infinite; }
  .theme-14 [role="progressbar"][aria-busy="true"]::before, .theme-14 [role="progressbar"][aria-busy="true"]::after {
    --color: #a50020;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-14.navbar.navbar-fixed-top > .container-fluid {
    background-color: #a50020; } }

.theme-14.fake-anonymous-footer, .theme-14.fake-anonymous-view, .theme-14.fake-anonymous-navbar, .theme-14.step-form-type, .theme-14.fake-anonymous-menu {
  --primary-color: #a50020;
  --primary-color-darker: #720016; }

.theme-14.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #a50020;
  border-bottom: 1px solid #a50020; }

.theme-14.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #a50020; }
  .theme-14.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #a50020; }
  .theme-14.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #a50020; }

.theme-14.k-window.themed-window {
  border-color: #a50020; }
  .theme-14.k-window.themed-window .k-window-titlebar {
    background-color: #a50020; }
  .theme-14.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #720016 !important; }

.theme-14.k-window.documents-menu-window {
  background-color: #a50020;
  border-color: #720016;
  --primary-color: #a50020;
  --primary-color-darker: #720016; }
  .theme-14.k-window.documents-menu-window .k-window-content,
  .theme-14.k-window.documents-menu-window .k-window-titlebar {
    background-color: #a50020; }
  .theme-14.k-window.documents-menu-window .k-window-titlebar {
    border-color: #720016; }
    .theme-14.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #720016 !important; }
  .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #720016; }
    .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #a50020; }
      .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #720016; }
  .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #a50020;
    border-color: #720016; }
    .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #720016; }
  .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #720016; }
    .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #720016; }
    .theme-14.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #a50020; }

.theme-14.navbar {
  background-color: #a50020; }
  .theme-14.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-14.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #720016; }
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #720016; }
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-14.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #720016; }
  .theme-14.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #a50020;
    opacity: 0.6; }
  .theme-14.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-14.navbar .navbar-nav li a,
  .theme-14.navbar .navbar-nav a.dropdown-toggle {
    background-color: #a50020; }
  .theme-14.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-14.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #a50020; }
  .theme-14.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-14.navbar .navbar-nav li:hover a,
  .theme-14.navbar .navbar-nav li:focus a,
  .theme-14.navbar .navbar-nav li.active a,
  .theme-14.navbar .navbar-nav li.open a {
    border-bottom-color: #ff0c3b; }
  .theme-14.navbar .navbar-nav li.active > a {
    background-color: #a50020;
    border-bottom-color: #ff0c3b; }

.theme-14.k-list-container.company-selection-combobox {
  background-color: #720016;
  border-color: #720016; }
  .theme-14.k-list-container.company-selection-combobox ul.k-list {
    background-color: #720016; }
    .theme-14.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #720016; }
      .theme-14.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-14.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #a50020; }

.theme-15 [role="progressbar"][aria-busy="true"] {
  --color: #7b83eb;
  background-color: #7b83eb;
  animation: preloader-background linear 3.5s infinite; }
  .theme-15 [role="progressbar"][aria-busy="true"]::before, .theme-15 [role="progressbar"][aria-busy="true"]::after {
    --color: #7b83eb;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-15.navbar.navbar-fixed-top > .container-fluid {
    background-color: #7b83eb; } }

.theme-15.fake-anonymous-footer, .theme-15.fake-anonymous-view, .theme-15.fake-anonymous-navbar, .theme-15.step-form-type, .theme-15.fake-anonymous-menu {
  --primary-color: #7b83eb;
  --primary-color-darker: #4f59e4; }

.theme-15.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #7b83eb;
  border-bottom: 1px solid #7b83eb; }

.theme-15.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #7b83eb; }
  .theme-15.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #7b83eb; }
  .theme-15.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #7b83eb; }

.theme-15.k-window.themed-window {
  border-color: #7b83eb; }
  .theme-15.k-window.themed-window .k-window-titlebar {
    background-color: #7b83eb; }
  .theme-15.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #4f59e4 !important; }

.theme-15.k-window.documents-menu-window {
  background-color: #7b83eb;
  border-color: #4f59e4;
  --primary-color: #7b83eb;
  --primary-color-darker: #4f59e4; }
  .theme-15.k-window.documents-menu-window .k-window-content,
  .theme-15.k-window.documents-menu-window .k-window-titlebar {
    background-color: #7b83eb; }
  .theme-15.k-window.documents-menu-window .k-window-titlebar {
    border-color: #4f59e4; }
    .theme-15.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #4f59e4 !important; }
  .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #4f59e4; }
    .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #7b83eb; }
      .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #4f59e4; }
  .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #7b83eb;
    border-color: #4f59e4; }
    .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #4f59e4; }
  .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #4f59e4; }
    .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #4f59e4; }
    .theme-15.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #7b83eb; }

.theme-15.navbar {
  background-color: #7b83eb; }
  .theme-15.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-15.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #4f59e4; }
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #4f59e4; }
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-15.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #4f59e4; }
  .theme-15.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #7b83eb;
    opacity: 0.6; }
  .theme-15.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-15.navbar .navbar-nav li a,
  .theme-15.navbar .navbar-nav a.dropdown-toggle {
    background-color: #7b83eb; }
  .theme-15.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-15.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #7b83eb; }
  .theme-15.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-15.navbar .navbar-nav li:hover a,
  .theme-15.navbar .navbar-nav li:focus a,
  .theme-15.navbar .navbar-nav li.active a,
  .theme-15.navbar .navbar-nav li.open a {
    border-bottom-color: #d4d6f8; }
  .theme-15.navbar .navbar-nav li.active > a {
    background-color: #7b83eb;
    border-bottom-color: #d4d6f8; }

.theme-15.k-list-container.company-selection-combobox {
  background-color: #4f59e4;
  border-color: #4f59e4; }
  .theme-15.k-list-container.company-selection-combobox ul.k-list {
    background-color: #4f59e4; }
    .theme-15.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #4f59e4; }
      .theme-15.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-15.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #7b83eb; }

.theme-16 [role="progressbar"][aria-busy="true"] {
  --color: #0d8bf0;
  background-color: #0d8bf0;
  animation: preloader-background linear 3.5s infinite; }
  .theme-16 [role="progressbar"][aria-busy="true"]::before, .theme-16 [role="progressbar"][aria-busy="true"]::after {
    --color: #0d8bf0;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-16.navbar.navbar-fixed-top > .container-fluid {
    background-color: #0d8bf0; } }

.theme-16.fake-anonymous-footer, .theme-16.fake-anonymous-view, .theme-16.fake-anonymous-navbar, .theme-16.step-form-type, .theme-16.fake-anonymous-menu {
  --primary-color: #0d8bf0;
  --primary-color-darker: #0a6fc0; }

.theme-16.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #0d8bf0;
  border-bottom: 1px solid #0d8bf0; }

.theme-16.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #0d8bf0; }
  .theme-16.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #0d8bf0; }
  .theme-16.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #0d8bf0; }

.theme-16.k-window.themed-window {
  border-color: #0d8bf0; }
  .theme-16.k-window.themed-window .k-window-titlebar {
    background-color: #0d8bf0; }
  .theme-16.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #0a6fc0 !important; }

.theme-16.k-window.documents-menu-window {
  background-color: #0d8bf0;
  border-color: #0a6fc0;
  --primary-color: #0d8bf0;
  --primary-color-darker: #0a6fc0; }
  .theme-16.k-window.documents-menu-window .k-window-content,
  .theme-16.k-window.documents-menu-window .k-window-titlebar {
    background-color: #0d8bf0; }
  .theme-16.k-window.documents-menu-window .k-window-titlebar {
    border-color: #0a6fc0; }
    .theme-16.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #0a6fc0 !important; }
  .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #0a6fc0; }
    .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #0d8bf0; }
      .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #0a6fc0; }
  .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #0d8bf0;
    border-color: #0a6fc0; }
    .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #0a6fc0; }
  .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #0a6fc0; }
    .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #0a6fc0; }
    .theme-16.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #0d8bf0; }

.theme-16.navbar {
  background-color: #0d8bf0; }
  .theme-16.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-16.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #0a6fc0; }
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #0a6fc0; }
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-16.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #0a6fc0; }
  .theme-16.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #0d8bf0;
    opacity: 0.6; }
  .theme-16.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-16.navbar .navbar-nav li a,
  .theme-16.navbar .navbar-nav a.dropdown-toggle {
    background-color: #0d8bf0; }
  .theme-16.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-16.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #0d8bf0; }
  .theme-16.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-16.navbar .navbar-nav li:hover a,
  .theme-16.navbar .navbar-nav li:focus a,
  .theme-16.navbar .navbar-nav li.active a,
  .theme-16.navbar .navbar-nav li.open a {
    border-bottom-color: #6cb9f7; }
  .theme-16.navbar .navbar-nav li.active > a {
    background-color: #0d8bf0;
    border-bottom-color: #6cb9f7; }

.theme-16.k-list-container.company-selection-combobox {
  background-color: #0a6fc0;
  border-color: #0a6fc0; }
  .theme-16.k-list-container.company-selection-combobox ul.k-list {
    background-color: #0a6fc0; }
    .theme-16.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #0a6fc0; }
      .theme-16.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-16.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #0d8bf0; }

.theme-17 [role="progressbar"][aria-busy="true"] {
  --color: #fd6b25;
  background-color: #fd6b25;
  animation: preloader-background linear 3.5s infinite; }
  .theme-17 [role="progressbar"][aria-busy="true"]::before, .theme-17 [role="progressbar"][aria-busy="true"]::after {
    --color: #fd6b25;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-17.navbar.navbar-fixed-top > .container-fluid {
    background-color: #fd6b25; } }

.theme-17.fake-anonymous-footer, .theme-17.fake-anonymous-view, .theme-17.fake-anonymous-navbar, .theme-17.step-form-type, .theme-17.fake-anonymous-menu {
  --primary-color: #fd6b25;
  --primary-color-darker: #ed4e02; }

.theme-17.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #fd6b25;
  border-bottom: 1px solid #fd6b25; }

.theme-17.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #fd6b25; }
  .theme-17.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #fd6b25; }
  .theme-17.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #fd6b25; }

.theme-17.k-window.themed-window {
  border-color: #fd6b25; }
  .theme-17.k-window.themed-window .k-window-titlebar {
    background-color: #fd6b25; }
  .theme-17.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #ed4e02 !important; }

.theme-17.k-window.documents-menu-window {
  background-color: #fd6b25;
  border-color: #ed4e02;
  --primary-color: #fd6b25;
  --primary-color-darker: #ed4e02; }
  .theme-17.k-window.documents-menu-window .k-window-content,
  .theme-17.k-window.documents-menu-window .k-window-titlebar {
    background-color: #fd6b25; }
  .theme-17.k-window.documents-menu-window .k-window-titlebar {
    border-color: #ed4e02; }
    .theme-17.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #ed4e02 !important; }
  .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #ed4e02; }
    .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #fd6b25; }
      .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #ed4e02; }
  .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #fd6b25;
    border-color: #ed4e02; }
    .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #ed4e02; }
  .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #ed4e02; }
    .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #ed4e02; }
    .theme-17.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #fd6b25; }

.theme-17.navbar {
  background-color: #fd6b25; }
  .theme-17.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-17.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #ed4e02; }
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #ed4e02; }
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-17.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #ed4e02; }
  .theme-17.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #fd6b25;
    opacity: 0.6; }
  .theme-17.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-17.navbar .navbar-nav li a,
  .theme-17.navbar .navbar-nav a.dropdown-toggle {
    background-color: #fd6b25; }
  .theme-17.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-17.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #fd6b25; }
  .theme-17.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-17.navbar .navbar-nav li:hover a,
  .theme-17.navbar .navbar-nav li:focus a,
  .theme-17.navbar .navbar-nav li.active a,
  .theme-17.navbar .navbar-nav li.open a {
    border-bottom-color: #feb08a; }
  .theme-17.navbar .navbar-nav li.active > a {
    background-color: #fd6b25;
    border-bottom-color: #feb08a; }

.theme-17.k-list-container.company-selection-combobox {
  background-color: #ed4e02;
  border-color: #ed4e02; }
  .theme-17.k-list-container.company-selection-combobox ul.k-list {
    background-color: #ed4e02; }
    .theme-17.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #ed4e02; }
      .theme-17.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-17.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #fd6b25; }

.theme-18 [role="progressbar"][aria-busy="true"] {
  --color: #8e42fe;
  background-color: #8e42fe;
  animation: preloader-background linear 3.5s infinite; }
  .theme-18 [role="progressbar"][aria-busy="true"]::before, .theme-18 [role="progressbar"][aria-busy="true"]::after {
    --color: #8e42fe;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-18.navbar.navbar-fixed-top > .container-fluid {
    background-color: #8e42fe; } }

.theme-18.fake-anonymous-footer, .theme-18.fake-anonymous-view, .theme-18.fake-anonymous-navbar, .theme-18.step-form-type, .theme-18.fake-anonymous-menu {
  --primary-color: #8e42fe;
  --primary-color-darker: #700ffe; }

.theme-18.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #8e42fe;
  border-bottom: 1px solid #8e42fe; }

.theme-18.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #8e42fe; }
  .theme-18.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #8e42fe; }
  .theme-18.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #8e42fe; }

.theme-18.k-window.themed-window {
  border-color: #8e42fe; }
  .theme-18.k-window.themed-window .k-window-titlebar {
    background-color: #8e42fe; }
  .theme-18.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #700ffe !important; }

.theme-18.k-window.documents-menu-window {
  background-color: #8e42fe;
  border-color: #700ffe;
  --primary-color: #8e42fe;
  --primary-color-darker: #700ffe; }
  .theme-18.k-window.documents-menu-window .k-window-content,
  .theme-18.k-window.documents-menu-window .k-window-titlebar {
    background-color: #8e42fe; }
  .theme-18.k-window.documents-menu-window .k-window-titlebar {
    border-color: #700ffe; }
    .theme-18.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #700ffe !important; }
  .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #700ffe; }
    .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #8e42fe; }
      .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #700ffe; }
  .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #8e42fe;
    border-color: #700ffe; }
    .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #700ffe; }
  .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #700ffe; }
    .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #700ffe; }
    .theme-18.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #8e42fe; }

.theme-18.navbar {
  background-color: #8e42fe; }
  .theme-18.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-18.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #700ffe; }
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #700ffe; }
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-18.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #700ffe; }
  .theme-18.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #8e42fe;
    opacity: 0.6; }
  .theme-18.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-18.navbar .navbar-nav li a,
  .theme-18.navbar .navbar-nav a.dropdown-toggle {
    background-color: #8e42fe; }
  .theme-18.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-18.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #8e42fe; }
  .theme-18.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-18.navbar .navbar-nav li:hover a,
  .theme-18.navbar .navbar-nav li:focus a,
  .theme-18.navbar .navbar-nav li.active a,
  .theme-18.navbar .navbar-nav li.open a {
    border-bottom-color: #cba7ff; }
  .theme-18.navbar .navbar-nav li.active > a {
    background-color: #8e42fe;
    border-bottom-color: #cba7ff; }

.theme-18.k-list-container.company-selection-combobox {
  background-color: #700ffe;
  border-color: #700ffe; }
  .theme-18.k-list-container.company-selection-combobox ul.k-list {
    background-color: #700ffe; }
    .theme-18.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #700ffe; }
      .theme-18.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-18.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #8e42fe; }

.theme-19 [role="progressbar"][aria-busy="true"] {
  --color: #7fba00;
  background-color: #7fba00;
  animation: preloader-background linear 3.5s infinite; }
  .theme-19 [role="progressbar"][aria-busy="true"]::before, .theme-19 [role="progressbar"][aria-busy="true"]::after {
    --color: #7fba00;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-19.navbar.navbar-fixed-top > .container-fluid {
    background-color: #7fba00; } }

.theme-19.fake-anonymous-footer, .theme-19.fake-anonymous-view, .theme-19.fake-anonymous-navbar, .theme-19.step-form-type, .theme-19.fake-anonymous-menu {
  --primary-color: #7fba00;
  --primary-color-darker: #5c8700; }

.theme-19.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #7fba00;
  border-bottom: 1px solid #7fba00; }

.theme-19.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #7fba00; }
  .theme-19.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #7fba00; }
  .theme-19.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #7fba00; }

.theme-19.k-window.themed-window {
  border-color: #7fba00; }
  .theme-19.k-window.themed-window .k-window-titlebar {
    background-color: #7fba00; }
  .theme-19.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #5c8700 !important; }

.theme-19.k-window.documents-menu-window {
  background-color: #7fba00;
  border-color: #5c8700;
  --primary-color: #7fba00;
  --primary-color-darker: #5c8700; }
  .theme-19.k-window.documents-menu-window .k-window-content,
  .theme-19.k-window.documents-menu-window .k-window-titlebar {
    background-color: #7fba00; }
  .theme-19.k-window.documents-menu-window .k-window-titlebar {
    border-color: #5c8700; }
    .theme-19.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #5c8700 !important; }
  .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #5c8700; }
    .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #7fba00; }
      .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #5c8700; }
  .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #7fba00;
    border-color: #5c8700; }
    .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #5c8700; }
  .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #5c8700; }
    .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #5c8700; }
    .theme-19.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #7fba00; }

.theme-19.navbar {
  background-color: #7fba00; }
  .theme-19.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-19.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #5c8700; }
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #5c8700; }
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-19.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #5c8700; }
  .theme-19.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #7fba00;
    opacity: 0.6; }
  .theme-19.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-19.navbar .navbar-nav li a,
  .theme-19.navbar .navbar-nav a.dropdown-toggle {
    background-color: #7fba00; }
  .theme-19.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-19.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #7fba00; }
  .theme-19.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-19.navbar .navbar-nav li:hover a,
  .theme-19.navbar .navbar-nav li:focus a,
  .theme-19.navbar .navbar-nav li.active a,
  .theme-19.navbar .navbar-nav li.open a {
    border-bottom-color: #b9ff21; }
  .theme-19.navbar .navbar-nav li.active > a {
    background-color: #7fba00;
    border-bottom-color: #b9ff21; }

.theme-19.k-list-container.company-selection-combobox {
  background-color: #5c8700;
  border-color: #5c8700; }
  .theme-19.k-list-container.company-selection-combobox ul.k-list {
    background-color: #5c8700; }
    .theme-19.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #5c8700; }
      .theme-19.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-19.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #7fba00; }

.theme-20 [role="progressbar"][aria-busy="true"] {
  --color: #999999;
  background-color: #999999;
  animation: preloader-background linear 3.5s infinite; }
  .theme-20 [role="progressbar"][aria-busy="true"]::before, .theme-20 [role="progressbar"][aria-busy="true"]::after {
    --color: #999999;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-20.navbar.navbar-fixed-top > .container-fluid {
    background-color: #999999; } }

.theme-20.fake-anonymous-footer, .theme-20.fake-anonymous-view, .theme-20.fake-anonymous-navbar, .theme-20.step-form-type, .theme-20.fake-anonymous-menu {
  --primary-color: #999999;
  --primary-color-darker: gray; }

.theme-20.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #999999;
  border-bottom: 1px solid #999999; }

.theme-20.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #999999; }
  .theme-20.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #999999; }
  .theme-20.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #999999; }

.theme-20.k-window.themed-window {
  border-color: #999999; }
  .theme-20.k-window.themed-window .k-window-titlebar {
    background-color: #999999; }
  .theme-20.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: gray !important; }

.theme-20.k-window.documents-menu-window {
  background-color: #999999;
  border-color: gray;
  --primary-color: #999999;
  --primary-color-darker: gray; }
  .theme-20.k-window.documents-menu-window .k-window-content,
  .theme-20.k-window.documents-menu-window .k-window-titlebar {
    background-color: #999999; }
  .theme-20.k-window.documents-menu-window .k-window-titlebar {
    border-color: gray; }
    .theme-20.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: gray !important; }
  .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid gray; }
    .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #999999; }
      .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: gray; }
  .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #999999;
    border-color: gray; }
    .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: gray; }
  .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid gray; }
    .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: gray; }
    .theme-20.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #999999; }

.theme-20.navbar {
  background-color: #999999; }
  .theme-20.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-20.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: gray; }
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: gray; }
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-20.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: gray; }
  .theme-20.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #999999;
    opacity: 0.6; }
  .theme-20.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-20.navbar .navbar-nav li a,
  .theme-20.navbar .navbar-nav a.dropdown-toggle {
    background-color: #999999; }
  .theme-20.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-20.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #999999; }
  .theme-20.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-20.navbar .navbar-nav li:hover a,
  .theme-20.navbar .navbar-nav li:focus a,
  .theme-20.navbar .navbar-nav li.active a,
  .theme-20.navbar .navbar-nav li.open a {
    border-bottom-color: #cccccc; }
  .theme-20.navbar .navbar-nav li.active > a {
    background-color: #999999;
    border-bottom-color: #cccccc; }

.theme-20.k-list-container.company-selection-combobox {
  background-color: gray;
  border-color: gray; }
  .theme-20.k-list-container.company-selection-combobox ul.k-list {
    background-color: gray; }
    .theme-20.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: gray; }
      .theme-20.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-20.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #999999; }

.theme-21 [role="progressbar"][aria-busy="true"] {
  --color: #f15757;
  background-color: #f15757;
  animation: preloader-background linear 3.5s infinite; }
  .theme-21 [role="progressbar"][aria-busy="true"]::before, .theme-21 [role="progressbar"][aria-busy="true"]::after {
    --color: #f15757;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-21.navbar.navbar-fixed-top > .container-fluid {
    background-color: #f15757; } }

.theme-21.fake-anonymous-footer, .theme-21.fake-anonymous-view, .theme-21.fake-anonymous-navbar, .theme-21.step-form-type, .theme-21.fake-anonymous-menu {
  --primary-color: #f15757;
  --primary-color-darker: #ed2828; }

.theme-21.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #f15757;
  border-bottom: 1px solid #f15757; }

.theme-21.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #f15757; }
  .theme-21.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #f15757; }
  .theme-21.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #f15757; }

.theme-21.k-window.themed-window {
  border-color: #f15757; }
  .theme-21.k-window.themed-window .k-window-titlebar {
    background-color: #f15757; }
  .theme-21.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #ed2828 !important; }

.theme-21.k-window.documents-menu-window {
  background-color: #f15757;
  border-color: #ed2828;
  --primary-color: #f15757;
  --primary-color-darker: #ed2828; }
  .theme-21.k-window.documents-menu-window .k-window-content,
  .theme-21.k-window.documents-menu-window .k-window-titlebar {
    background-color: #f15757; }
  .theme-21.k-window.documents-menu-window .k-window-titlebar {
    border-color: #ed2828; }
    .theme-21.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #ed2828 !important; }
  .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #ed2828; }
    .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #f15757; }
      .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #ed2828; }
  .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #f15757;
    border-color: #ed2828; }
    .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #ed2828; }
  .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #ed2828; }
    .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #ed2828; }
    .theme-21.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #f15757; }

.theme-21.navbar {
  background-color: #f15757; }
  .theme-21.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-21.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #ed2828; }
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #ed2828; }
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-21.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #ed2828; }
  .theme-21.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #f15757;
    opacity: 0.6; }
  .theme-21.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-21.navbar .navbar-nav li a,
  .theme-21.navbar .navbar-nav a.dropdown-toggle {
    background-color: #f15757; }
  .theme-21.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-21.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #f15757; }
  .theme-21.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-21.navbar .navbar-nav li:hover a,
  .theme-21.navbar .navbar-nav li:focus a,
  .theme-21.navbar .navbar-nav li.active a,
  .theme-21.navbar .navbar-nav li.open a {
    border-bottom-color: #f9b5b5; }
  .theme-21.navbar .navbar-nav li.active > a {
    background-color: #f15757;
    border-bottom-color: #f9b5b5; }

.theme-21.k-list-container.company-selection-combobox {
  background-color: #ed2828;
  border-color: #ed2828; }
  .theme-21.k-list-container.company-selection-combobox ul.k-list {
    background-color: #ed2828; }
    .theme-21.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #ed2828; }
      .theme-21.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-21.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #f15757; }

.theme-22 [role="progressbar"][aria-busy="true"] {
  --color: #000000;
  background-color: #000000;
  animation: preloader-background linear 3.5s infinite; }
  .theme-22 [role="progressbar"][aria-busy="true"]::before, .theme-22 [role="progressbar"][aria-busy="true"]::after {
    --color: #000000;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-22.navbar.navbar-fixed-top > .container-fluid {
    background-color: #000000; } }

.theme-22.fake-anonymous-footer, .theme-22.fake-anonymous-view, .theme-22.fake-anonymous-navbar, .theme-22.step-form-type, .theme-22.fake-anonymous-menu {
  --primary-color: #000000;
  --primary-color-darker: black; }

.theme-22.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #000000;
  border-bottom: 1px solid #000000; }

.theme-22.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #000000; }
  .theme-22.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #000000; }
  .theme-22.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #000000; }

.theme-22.k-window.themed-window {
  border-color: #000000; }
  .theme-22.k-window.themed-window .k-window-titlebar {
    background-color: #000000; }
  .theme-22.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: black !important; }

.theme-22.k-window.documents-menu-window {
  background-color: #000000;
  border-color: black;
  --primary-color: #000000;
  --primary-color-darker: black; }
  .theme-22.k-window.documents-menu-window .k-window-content,
  .theme-22.k-window.documents-menu-window .k-window-titlebar {
    background-color: #000000; }
  .theme-22.k-window.documents-menu-window .k-window-titlebar {
    border-color: black; }
    .theme-22.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: black !important; }
  .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid black; }
    .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #000000; }
      .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: black; }
  .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #000000;
    border-color: black; }
    .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: black; }
  .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid black; }
    .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: black; }
    .theme-22.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #000000; }

.theme-22.navbar {
  background-color: #000000; }
  .theme-22.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-22.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: black; }
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: black; }
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-22.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: black; }
  .theme-22.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #000000;
    opacity: 0.6; }
  .theme-22.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-22.navbar .navbar-nav li a,
  .theme-22.navbar .navbar-nav a.dropdown-toggle {
    background-color: #000000; }
  .theme-22.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-22.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #000000; }
  .theme-22.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-22.navbar .navbar-nav li:hover a,
  .theme-22.navbar .navbar-nav li:focus a,
  .theme-22.navbar .navbar-nav li.active a,
  .theme-22.navbar .navbar-nav li.open a {
    border-bottom-color: #333333; }
  .theme-22.navbar .navbar-nav li.active > a {
    background-color: #000000;
    border-bottom-color: #333333; }

.theme-22.k-list-container.company-selection-combobox {
  background-color: black;
  border-color: black; }
  .theme-22.k-list-container.company-selection-combobox ul.k-list {
    background-color: black; }
    .theme-22.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: black; }
      .theme-22.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-22.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #000000; }

.theme-23 [role="progressbar"][aria-busy="true"] {
  --color: #1e7598;
  background-color: #1e7598;
  animation: preloader-background linear 3.5s infinite; }
  .theme-23 [role="progressbar"][aria-busy="true"]::before, .theme-23 [role="progressbar"][aria-busy="true"]::after {
    --color: #1e7598;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-23.navbar.navbar-fixed-top > .container-fluid {
    background-color: #1e7598; } }

.theme-23.fake-anonymous-footer, .theme-23.fake-anonymous-view, .theme-23.fake-anonymous-navbar, .theme-23.step-form-type, .theme-23.fake-anonymous-menu {
  --primary-color: #1e7598;
  --primary-color-darker: #16546d; }

.theme-23.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #1e7598;
  border-bottom: 1px solid #1e7598; }

.theme-23.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #1e7598; }
  .theme-23.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #1e7598; }
  .theme-23.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #1e7598; }

.theme-23.k-window.themed-window {
  border-color: #1e7598; }
  .theme-23.k-window.themed-window .k-window-titlebar {
    background-color: #1e7598; }
  .theme-23.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #16546d !important; }

.theme-23.k-window.documents-menu-window {
  background-color: #1e7598;
  border-color: #16546d;
  --primary-color: #1e7598;
  --primary-color-darker: #16546d; }
  .theme-23.k-window.documents-menu-window .k-window-content,
  .theme-23.k-window.documents-menu-window .k-window-titlebar {
    background-color: #1e7598; }
  .theme-23.k-window.documents-menu-window .k-window-titlebar {
    border-color: #16546d; }
    .theme-23.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #16546d !important; }
  .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #16546d; }
    .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #1e7598; }
      .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #16546d; }
  .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #1e7598;
    border-color: #16546d; }
    .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #16546d; }
  .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #16546d; }
    .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #16546d; }
    .theme-23.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #1e7598; }

.theme-23.navbar {
  background-color: #1e7598; }
  .theme-23.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-23.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #16546d; }
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #16546d; }
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-23.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #16546d; }
  .theme-23.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #1e7598;
    opacity: 0.6; }
  .theme-23.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-23.navbar .navbar-nav li a,
  .theme-23.navbar .navbar-nav a.dropdown-toggle {
    background-color: #1e7598; }
  .theme-23.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-23.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #1e7598; }
  .theme-23.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-23.navbar .navbar-nav li:hover a,
  .theme-23.navbar .navbar-nav li:focus a,
  .theme-23.navbar .navbar-nav li.active a,
  .theme-23.navbar .navbar-nav li.open a {
    border-bottom-color: #42aeda; }
  .theme-23.navbar .navbar-nav li.active > a {
    background-color: #1e7598;
    border-bottom-color: #42aeda; }

.theme-23.k-list-container.company-selection-combobox {
  background-color: #16546d;
  border-color: #16546d; }
  .theme-23.k-list-container.company-selection-combobox ul.k-list {
    background-color: #16546d; }
    .theme-23.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #16546d; }
      .theme-23.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-23.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #1e7598; }

.theme-24 [role="progressbar"][aria-busy="true"] {
  --color: #006400;
  background-color: #006400;
  animation: preloader-background linear 3.5s infinite; }
  .theme-24 [role="progressbar"][aria-busy="true"]::before, .theme-24 [role="progressbar"][aria-busy="true"]::after {
    --color: #006400;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-24.navbar.navbar-fixed-top > .container-fluid {
    background-color: #006400; } }

.theme-24.fake-anonymous-footer, .theme-24.fake-anonymous-view, .theme-24.fake-anonymous-navbar, .theme-24.step-form-type, .theme-24.fake-anonymous-menu {
  --primary-color: #006400;
  --primary-color-darker: #003100; }

.theme-24.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #006400;
  border-bottom: 1px solid #006400; }

.theme-24.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #006400; }
  .theme-24.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #006400; }
  .theme-24.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #006400; }

.theme-24.k-window.themed-window {
  border-color: #006400; }
  .theme-24.k-window.themed-window .k-window-titlebar {
    background-color: #006400; }
  .theme-24.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #003100 !important; }

.theme-24.k-window.documents-menu-window {
  background-color: #006400;
  border-color: #003100;
  --primary-color: #006400;
  --primary-color-darker: #003100; }
  .theme-24.k-window.documents-menu-window .k-window-content,
  .theme-24.k-window.documents-menu-window .k-window-titlebar {
    background-color: #006400; }
  .theme-24.k-window.documents-menu-window .k-window-titlebar {
    border-color: #003100; }
    .theme-24.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #003100 !important; }
  .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #003100; }
    .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #006400; }
      .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #003100; }
  .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #006400;
    border-color: #003100; }
    .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #003100; }
  .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #003100; }
    .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #003100; }
    .theme-24.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #006400; }

.theme-24.navbar {
  background-color: #006400; }
  .theme-24.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-24.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #003100; }
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #003100; }
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-24.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #003100; }
  .theme-24.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #006400;
    opacity: 0.6; }
  .theme-24.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-24.navbar .navbar-nav li a,
  .theme-24.navbar .navbar-nav a.dropdown-toggle {
    background-color: #006400; }
  .theme-24.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-24.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #006400; }
  .theme-24.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-24.navbar .navbar-nav li:hover a,
  .theme-24.navbar .navbar-nav li:focus a,
  .theme-24.navbar .navbar-nav li.active a,
  .theme-24.navbar .navbar-nav li.open a {
    border-bottom-color: #00ca00; }
  .theme-24.navbar .navbar-nav li.active > a {
    background-color: #006400;
    border-bottom-color: #00ca00; }

.theme-24.k-list-container.company-selection-combobox {
  background-color: #003100;
  border-color: #003100; }
  .theme-24.k-list-container.company-selection-combobox ul.k-list {
    background-color: #003100; }
    .theme-24.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #003100; }
      .theme-24.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-24.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #006400; }

.theme-25 [role="progressbar"][aria-busy="true"] {
  --color: #546e42;
  background-color: #546e42;
  animation: preloader-background linear 3.5s infinite; }
  .theme-25 [role="progressbar"][aria-busy="true"]::before, .theme-25 [role="progressbar"][aria-busy="true"]::after {
    --color: #546e42;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-25.navbar.navbar-fixed-top > .container-fluid {
    background-color: #546e42; } }

.theme-25.fake-anonymous-footer, .theme-25.fake-anonymous-view, .theme-25.fake-anonymous-navbar, .theme-25.step-form-type, .theme-25.fake-anonymous-menu {
  --primary-color: #546e42;
  --primary-color-darker: #3c4e2f; }

.theme-25.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #546e42;
  border-bottom: 1px solid #546e42; }

.theme-25.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #546e42; }
  .theme-25.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #546e42; }
  .theme-25.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #546e42; }

.theme-25.k-window.themed-window {
  border-color: #546e42; }
  .theme-25.k-window.themed-window .k-window-titlebar {
    background-color: #546e42; }
  .theme-25.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #3c4e2f !important; }

.theme-25.k-window.documents-menu-window {
  background-color: #546e42;
  border-color: #3c4e2f;
  --primary-color: #546e42;
  --primary-color-darker: #3c4e2f; }
  .theme-25.k-window.documents-menu-window .k-window-content,
  .theme-25.k-window.documents-menu-window .k-window-titlebar {
    background-color: #546e42; }
  .theme-25.k-window.documents-menu-window .k-window-titlebar {
    border-color: #3c4e2f; }
    .theme-25.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #3c4e2f !important; }
  .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #3c4e2f; }
    .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #546e42; }
      .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #3c4e2f; }
  .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #546e42;
    border-color: #3c4e2f; }
    .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #3c4e2f; }
  .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #3c4e2f; }
    .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #3c4e2f; }
    .theme-25.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #546e42; }

.theme-25.navbar {
  background-color: #546e42; }
  .theme-25.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-25.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #3c4e2f; }
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #3c4e2f; }
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-25.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #3c4e2f; }
  .theme-25.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #546e42;
    opacity: 0.6; }
  .theme-25.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-25.navbar .navbar-nav li a,
  .theme-25.navbar .navbar-nav a.dropdown-toggle {
    background-color: #546e42; }
  .theme-25.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-25.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #546e42; }
  .theme-25.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-25.navbar .navbar-nav li:hover a,
  .theme-25.navbar .navbar-nav li:focus a,
  .theme-25.navbar .navbar-nav li.active a,
  .theme-25.navbar .navbar-nav li.open a {
    border-bottom-color: #86a86e; }
  .theme-25.navbar .navbar-nav li.active > a {
    background-color: #546e42;
    border-bottom-color: #86a86e; }

.theme-25.k-list-container.company-selection-combobox {
  background-color: #3c4e2f;
  border-color: #3c4e2f; }
  .theme-25.k-list-container.company-selection-combobox ul.k-list {
    background-color: #3c4e2f; }
    .theme-25.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #3c4e2f; }
      .theme-25.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-25.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #546e42; }

.theme-26 [role="progressbar"][aria-busy="true"] {
  --color: #87a175;
  background-color: #87a175;
  animation: preloader-background linear 3.5s infinite; }
  .theme-26 [role="progressbar"][aria-busy="true"]::before, .theme-26 [role="progressbar"][aria-busy="true"]::after {
    --color: #87a175;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-26.navbar.navbar-fixed-top > .container-fluid {
    background-color: #87a175; } }

.theme-26.fake-anonymous-footer, .theme-26.fake-anonymous-view, .theme-26.fake-anonymous-navbar, .theme-26.step-form-type, .theme-26.fake-anonymous-menu {
  --primary-color: #87a175;
  --primary-color-darker: #6e875c; }

.theme-26.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #87a175;
  border-bottom: 1px solid #87a175; }

.theme-26.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #87a175; }
  .theme-26.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #87a175; }
  .theme-26.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #87a175; }

.theme-26.k-window.themed-window {
  border-color: #87a175; }
  .theme-26.k-window.themed-window .k-window-titlebar {
    background-color: #87a175; }
  .theme-26.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #6e875c !important; }

.theme-26.k-window.documents-menu-window {
  background-color: #87a175;
  border-color: #6e875c;
  --primary-color: #87a175;
  --primary-color-darker: #6e875c; }
  .theme-26.k-window.documents-menu-window .k-window-content,
  .theme-26.k-window.documents-menu-window .k-window-titlebar {
    background-color: #87a175; }
  .theme-26.k-window.documents-menu-window .k-window-titlebar {
    border-color: #6e875c; }
    .theme-26.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #6e875c !important; }
  .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #6e875c; }
    .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #87a175; }
      .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #6e875c; }
  .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #87a175;
    border-color: #6e875c; }
    .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #6e875c; }
  .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #6e875c; }
    .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #6e875c; }
    .theme-26.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #87a175; }

.theme-26.navbar {
  background-color: #87a175; }
  .theme-26.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-26.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #6e875c; }
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #6e875c; }
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-26.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #6e875c; }
  .theme-26.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #87a175;
    opacity: 0.6; }
  .theme-26.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-26.navbar .navbar-nav li a,
  .theme-26.navbar .navbar-nav a.dropdown-toggle {
    background-color: #87a175; }
  .theme-26.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-26.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #87a175; }
  .theme-26.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-26.navbar .navbar-nav li:hover a,
  .theme-26.navbar .navbar-nav li:focus a,
  .theme-26.navbar .navbar-nav li.active a,
  .theme-26.navbar .navbar-nav li.open a {
    border-bottom-color: #bccab2; }
  .theme-26.navbar .navbar-nav li.active > a {
    background-color: #87a175;
    border-bottom-color: #bccab2; }

.theme-26.k-list-container.company-selection-combobox {
  background-color: #6e875c;
  border-color: #6e875c; }
  .theme-26.k-list-container.company-selection-combobox ul.k-list {
    background-color: #6e875c; }
    .theme-26.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #6e875c; }
      .theme-26.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-26.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #87a175; }

.theme-27 [role="progressbar"][aria-busy="true"] {
  --color: #b73333;
  background-color: #b73333;
  animation: preloader-background linear 3.5s infinite; }
  .theme-27 [role="progressbar"][aria-busy="true"]::before, .theme-27 [role="progressbar"][aria-busy="true"]::after {
    --color: #b73333;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-27.navbar.navbar-fixed-top > .container-fluid {
    background-color: #b73333; } }

.theme-27.fake-anonymous-footer, .theme-27.fake-anonymous-view, .theme-27.fake-anonymous-navbar, .theme-27.step-form-type, .theme-27.fake-anonymous-menu {
  --primary-color: #b73333;
  --primary-color-darker: #8f2828; }

.theme-27.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #b73333;
  border-bottom: 1px solid #b73333; }

.theme-27.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #b73333; }
  .theme-27.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #b73333; }
  .theme-27.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #b73333; }

.theme-27.k-window.themed-window {
  border-color: #b73333; }
  .theme-27.k-window.themed-window .k-window-titlebar {
    background-color: #b73333; }
  .theme-27.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #8f2828 !important; }

.theme-27.k-window.documents-menu-window {
  background-color: #b73333;
  border-color: #8f2828;
  --primary-color: #b73333;
  --primary-color-darker: #8f2828; }
  .theme-27.k-window.documents-menu-window .k-window-content,
  .theme-27.k-window.documents-menu-window .k-window-titlebar {
    background-color: #b73333; }
  .theme-27.k-window.documents-menu-window .k-window-titlebar {
    border-color: #8f2828; }
    .theme-27.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #8f2828 !important; }
  .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #8f2828; }
    .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #b73333; }
      .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #8f2828; }
  .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #b73333;
    border-color: #8f2828; }
    .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #8f2828; }
  .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #8f2828; }
    .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #8f2828; }
    .theme-27.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #b73333; }

.theme-27.navbar {
  background-color: #b73333; }
  .theme-27.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-27.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #8f2828; }
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #8f2828; }
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-27.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #8f2828; }
  .theme-27.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #b73333;
    opacity: 0.6; }
  .theme-27.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-27.navbar .navbar-nav li a,
  .theme-27.navbar .navbar-nav a.dropdown-toggle {
    background-color: #b73333; }
  .theme-27.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-27.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #b73333; }
  .theme-27.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-27.navbar .navbar-nav li:hover a,
  .theme-27.navbar .navbar-nav li:focus a,
  .theme-27.navbar .navbar-nav li.active a,
  .theme-27.navbar .navbar-nav li.open a {
    border-bottom-color: #d97777; }
  .theme-27.navbar .navbar-nav li.active > a {
    background-color: #b73333;
    border-bottom-color: #d97777; }

.theme-27.k-list-container.company-selection-combobox {
  background-color: #8f2828;
  border-color: #8f2828; }
  .theme-27.k-list-container.company-selection-combobox ul.k-list {
    background-color: #8f2828; }
    .theme-27.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #8f2828; }
      .theme-27.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-27.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #b73333; }

.theme-28 [role="progressbar"][aria-busy="true"] {
  --color: #d93434;
  background-color: #d93434;
  animation: preloader-background linear 3.5s infinite; }
  .theme-28 [role="progressbar"][aria-busy="true"]::before, .theme-28 [role="progressbar"][aria-busy="true"]::after {
    --color: #d93434;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-28.navbar.navbar-fixed-top > .container-fluid {
    background-color: #d93434; } }

.theme-28.fake-anonymous-footer, .theme-28.fake-anonymous-view, .theme-28.fake-anonymous-navbar, .theme-28.step-form-type, .theme-28.fake-anonymous-menu {
  --primary-color: #d93434;
  --primary-color-darker: #b82222; }

.theme-28.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #d93434;
  border-bottom: 1px solid #d93434; }

.theme-28.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #d93434; }
  .theme-28.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #d93434; }
  .theme-28.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #d93434; }

.theme-28.k-window.themed-window {
  border-color: #d93434; }
  .theme-28.k-window.themed-window .k-window-titlebar {
    background-color: #d93434; }
  .theme-28.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #b82222 !important; }

.theme-28.k-window.documents-menu-window {
  background-color: #d93434;
  border-color: #b82222;
  --primary-color: #d93434;
  --primary-color-darker: #b82222; }
  .theme-28.k-window.documents-menu-window .k-window-content,
  .theme-28.k-window.documents-menu-window .k-window-titlebar {
    background-color: #d93434; }
  .theme-28.k-window.documents-menu-window .k-window-titlebar {
    border-color: #b82222; }
    .theme-28.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #b82222 !important; }
  .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #b82222; }
    .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #d93434; }
      .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #b82222; }
  .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #d93434;
    border-color: #b82222; }
    .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #b82222; }
  .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #b82222; }
    .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #b82222; }
    .theme-28.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #d93434; }

.theme-28.navbar {
  background-color: #d93434; }
  .theme-28.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-28.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #b82222; }
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #b82222; }
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-28.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #b82222; }
  .theme-28.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #d93434;
    opacity: 0.6; }
  .theme-28.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-28.navbar .navbar-nav li a,
  .theme-28.navbar .navbar-nav a.dropdown-toggle {
    background-color: #d93434; }
  .theme-28.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-28.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #d93434; }
  .theme-28.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-28.navbar .navbar-nav li:hover a,
  .theme-28.navbar .navbar-nav li:focus a,
  .theme-28.navbar .navbar-nav li.active a,
  .theme-28.navbar .navbar-nav li.open a {
    border-bottom-color: #e98a8a; }
  .theme-28.navbar .navbar-nav li.active > a {
    background-color: #d93434;
    border-bottom-color: #e98a8a; }

.theme-28.k-list-container.company-selection-combobox {
  background-color: #b82222;
  border-color: #b82222; }
  .theme-28.k-list-container.company-selection-combobox ul.k-list {
    background-color: #b82222; }
    .theme-28.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #b82222; }
      .theme-28.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-28.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #d93434; }

.theme-29 [role="progressbar"][aria-busy="true"] {
  --color: #a1400c;
  background-color: #a1400c;
  animation: preloader-background linear 3.5s infinite; }
  .theme-29 [role="progressbar"][aria-busy="true"]::before, .theme-29 [role="progressbar"][aria-busy="true"]::after {
    --color: #a1400c;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-29.navbar.navbar-fixed-top > .container-fluid {
    background-color: #a1400c; } }

.theme-29.fake-anonymous-footer, .theme-29.fake-anonymous-view, .theme-29.fake-anonymous-navbar, .theme-29.step-form-type, .theme-29.fake-anonymous-menu {
  --primary-color: #a1400c;
  --primary-color-darker: #722d08; }

.theme-29.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #a1400c;
  border-bottom: 1px solid #a1400c; }

.theme-29.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #a1400c; }
  .theme-29.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #a1400c; }
  .theme-29.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #a1400c; }

.theme-29.k-window.themed-window {
  border-color: #a1400c; }
  .theme-29.k-window.themed-window .k-window-titlebar {
    background-color: #a1400c; }
  .theme-29.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #722d08 !important; }

.theme-29.k-window.documents-menu-window {
  background-color: #a1400c;
  border-color: #722d08;
  --primary-color: #a1400c;
  --primary-color-darker: #722d08; }
  .theme-29.k-window.documents-menu-window .k-window-content,
  .theme-29.k-window.documents-menu-window .k-window-titlebar {
    background-color: #a1400c; }
  .theme-29.k-window.documents-menu-window .k-window-titlebar {
    border-color: #722d08; }
    .theme-29.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #722d08 !important; }
  .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #722d08; }
    .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #a1400c; }
      .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #722d08; }
  .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #a1400c;
    border-color: #722d08; }
    .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #722d08; }
  .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #722d08; }
    .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #722d08; }
    .theme-29.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #a1400c; }

.theme-29.navbar {
  background-color: #a1400c; }
  .theme-29.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-29.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #722d08; }
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #722d08; }
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-29.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #722d08; }
  .theme-29.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #a1400c;
    opacity: 0.6; }
  .theme-29.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-29.navbar .navbar-nav li a,
  .theme-29.navbar .navbar-nav a.dropdown-toggle {
    background-color: #a1400c; }
  .theme-29.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-29.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #a1400c; }
  .theme-29.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-29.navbar .navbar-nav li:hover a,
  .theme-29.navbar .navbar-nav li:focus a,
  .theme-29.navbar .navbar-nav li.active a,
  .theme-29.navbar .navbar-nav li.open a {
    border-bottom-color: #ef6b24; }
  .theme-29.navbar .navbar-nav li.active > a {
    background-color: #a1400c;
    border-bottom-color: #ef6b24; }

.theme-29.k-list-container.company-selection-combobox {
  background-color: #722d08;
  border-color: #722d08; }
  .theme-29.k-list-container.company-selection-combobox ul.k-list {
    background-color: #722d08; }
    .theme-29.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #722d08; }
      .theme-29.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-29.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #a1400c; }

.theme-30 [role="progressbar"][aria-busy="true"] {
  --color: #d4723f;
  background-color: #d4723f;
  animation: preloader-background linear 3.5s infinite; }
  .theme-30 [role="progressbar"][aria-busy="true"]::before, .theme-30 [role="progressbar"][aria-busy="true"]::after {
    --color: #d4723f;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-30.navbar.navbar-fixed-top > .container-fluid {
    background-color: #d4723f; } }

.theme-30.fake-anonymous-footer, .theme-30.fake-anonymous-view, .theme-30.fake-anonymous-navbar, .theme-30.step-form-type, .theme-30.fake-anonymous-menu {
  --primary-color: #d4723f;
  --primary-color-darker: #b75a29; }

.theme-30.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #d4723f;
  border-bottom: 1px solid #d4723f; }

.theme-30.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #d4723f; }
  .theme-30.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #d4723f; }
  .theme-30.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #d4723f; }

.theme-30.k-window.themed-window {
  border-color: #d4723f; }
  .theme-30.k-window.themed-window .k-window-titlebar {
    background-color: #d4723f; }
  .theme-30.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #b75a29 !important; }

.theme-30.k-window.documents-menu-window {
  background-color: #d4723f;
  border-color: #b75a29;
  --primary-color: #d4723f;
  --primary-color-darker: #b75a29; }
  .theme-30.k-window.documents-menu-window .k-window-content,
  .theme-30.k-window.documents-menu-window .k-window-titlebar {
    background-color: #d4723f; }
  .theme-30.k-window.documents-menu-window .k-window-titlebar {
    border-color: #b75a29; }
    .theme-30.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #b75a29 !important; }
  .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #b75a29; }
    .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #d4723f; }
      .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #b75a29; }
  .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #d4723f;
    border-color: #b75a29; }
    .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #b75a29; }
  .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #b75a29; }
    .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #b75a29; }
    .theme-30.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #d4723f; }

.theme-30.navbar {
  background-color: #d4723f; }
  .theme-30.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-30.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #b75a29; }
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #b75a29; }
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-30.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #b75a29; }
  .theme-30.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #d4723f;
    opacity: 0.6; }
  .theme-30.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-30.navbar .navbar-nav li a,
  .theme-30.navbar .navbar-nav a.dropdown-toggle {
    background-color: #d4723f; }
  .theme-30.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-30.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #d4723f; }
  .theme-30.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-30.navbar .navbar-nav li:hover a,
  .theme-30.navbar .navbar-nav li:focus a,
  .theme-30.navbar .navbar-nav li.active a,
  .theme-30.navbar .navbar-nav li.open a {
    border-bottom-color: #e7af92; }
  .theme-30.navbar .navbar-nav li.active > a {
    background-color: #d4723f;
    border-bottom-color: #e7af92; }

.theme-30.k-list-container.company-selection-combobox {
  background-color: #b75a29;
  border-color: #b75a29; }
  .theme-30.k-list-container.company-selection-combobox ul.k-list {
    background-color: #b75a29; }
    .theme-30.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #b75a29; }
      .theme-30.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-30.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #d4723f; }

.theme-31 [role="progressbar"][aria-busy="true"] {
  --color: #336044;
  background-color: #336044;
  animation: preloader-background linear 3.5s infinite; }
  .theme-31 [role="progressbar"][aria-busy="true"]::before, .theme-31 [role="progressbar"][aria-busy="true"]::after {
    --color: #336044;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-31.navbar.navbar-fixed-top > .container-fluid {
    background-color: #336044; } }

.theme-31.fake-anonymous-footer, .theme-31.fake-anonymous-view, .theme-31.fake-anonymous-navbar, .theme-31.step-form-type, .theme-31.fake-anonymous-menu {
  --primary-color: #336044;
  --primary-color-darker: #213f2c; }

.theme-31.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #336044;
  border-bottom: 1px solid #336044; }

.theme-31.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #336044; }
  .theme-31.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #336044; }
  .theme-31.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #336044; }

.theme-31.k-window.themed-window {
  border-color: #336044; }
  .theme-31.k-window.themed-window .k-window-titlebar {
    background-color: #336044; }
  .theme-31.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #213f2c !important; }

.theme-31.k-window.documents-menu-window {
  background-color: #336044;
  border-color: #213f2c;
  --primary-color: #336044;
  --primary-color-darker: #213f2c; }
  .theme-31.k-window.documents-menu-window .k-window-content,
  .theme-31.k-window.documents-menu-window .k-window-titlebar {
    background-color: #336044; }
  .theme-31.k-window.documents-menu-window .k-window-titlebar {
    border-color: #213f2c; }
    .theme-31.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #213f2c !important; }
  .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #213f2c; }
    .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #336044; }
      .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #213f2c; }
  .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #336044;
    border-color: #213f2c; }
    .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #213f2c; }
  .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #213f2c; }
    .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #213f2c; }
    .theme-31.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #336044; }

.theme-31.navbar {
  background-color: #336044; }
  .theme-31.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-31.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #213f2c; }
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #213f2c; }
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-31.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #213f2c; }
  .theme-31.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #336044;
    opacity: 0.6; }
  .theme-31.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-31.navbar .navbar-nav li a,
  .theme-31.navbar .navbar-nav a.dropdown-toggle {
    background-color: #336044; }
  .theme-31.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-31.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #336044; }
  .theme-31.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-31.navbar .navbar-nav li:hover a,
  .theme-31.navbar .navbar-nav li:focus a,
  .theme-31.navbar .navbar-nav li.active a,
  .theme-31.navbar .navbar-nav li.open a {
    border-bottom-color: #56a373; }
  .theme-31.navbar .navbar-nav li.active > a {
    background-color: #336044;
    border-bottom-color: #56a373; }

.theme-31.k-list-container.company-selection-combobox {
  background-color: #213f2c;
  border-color: #213f2c; }
  .theme-31.k-list-container.company-selection-combobox ul.k-list {
    background-color: #213f2c; }
    .theme-31.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #213f2c; }
      .theme-31.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-31.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #336044; }

.theme-32 [role="progressbar"][aria-busy="true"] {
  --color: #669376;
  background-color: #669376;
  animation: preloader-background linear 3.5s infinite; }
  .theme-32 [role="progressbar"][aria-busy="true"]::before, .theme-32 [role="progressbar"][aria-busy="true"]::after {
    --color: #669376;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-32.navbar.navbar-fixed-top > .container-fluid {
    background-color: #669376; } }

.theme-32.fake-anonymous-footer, .theme-32.fake-anonymous-view, .theme-32.fake-anonymous-navbar, .theme-32.step-form-type, .theme-32.fake-anonymous-menu {
  --primary-color: #669376;
  --primary-color-darker: #51755e; }

.theme-32.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #669376;
  border-bottom: 1px solid #669376; }

.theme-32.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #669376; }
  .theme-32.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #669376; }
  .theme-32.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #669376; }

.theme-32.k-window.themed-window {
  border-color: #669376; }
  .theme-32.k-window.themed-window .k-window-titlebar {
    background-color: #669376; }
  .theme-32.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #51755e !important; }

.theme-32.k-window.documents-menu-window {
  background-color: #669376;
  border-color: #51755e;
  --primary-color: #669376;
  --primary-color-darker: #51755e; }
  .theme-32.k-window.documents-menu-window .k-window-content,
  .theme-32.k-window.documents-menu-window .k-window-titlebar {
    background-color: #669376; }
  .theme-32.k-window.documents-menu-window .k-window-titlebar {
    border-color: #51755e; }
    .theme-32.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #51755e !important; }
  .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #51755e; }
    .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #669376; }
      .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #51755e; }
  .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #669376;
    border-color: #51755e; }
    .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #51755e; }
  .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #51755e; }
    .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #51755e; }
    .theme-32.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #669376; }

.theme-32.navbar {
  background-color: #669376; }
  .theme-32.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-32.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #51755e; }
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #51755e; }
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-32.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #51755e; }
  .theme-32.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #669376;
    opacity: 0.6; }
  .theme-32.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-32.navbar .navbar-nav li a,
  .theme-32.navbar .navbar-nav a.dropdown-toggle {
    background-color: #669376; }
  .theme-32.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-32.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #669376; }
  .theme-32.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-32.navbar .navbar-nav li:hover a,
  .theme-32.navbar .navbar-nav li:focus a,
  .theme-32.navbar .navbar-nav li.active a,
  .theme-32.navbar .navbar-nav li.open a {
    border-bottom-color: #a1beab; }
  .theme-32.navbar .navbar-nav li.active > a {
    background-color: #669376;
    border-bottom-color: #a1beab; }

.theme-32.k-list-container.company-selection-combobox {
  background-color: #51755e;
  border-color: #51755e; }
  .theme-32.k-list-container.company-selection-combobox ul.k-list {
    background-color: #51755e; }
    .theme-32.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #51755e; }
      .theme-32.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-32.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #669376; }

.theme-33 [role="progressbar"][aria-busy="true"] {
  --color: #ca551d;
  background-color: #ca551d;
  animation: preloader-background linear 3.5s infinite; }
  .theme-33 [role="progressbar"][aria-busy="true"]::before, .theme-33 [role="progressbar"][aria-busy="true"]::after {
    --color: #ca551d;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-33.navbar.navbar-fixed-top > .container-fluid {
    background-color: #ca551d; } }

.theme-33.fake-anonymous-footer, .theme-33.fake-anonymous-view, .theme-33.fake-anonymous-navbar, .theme-33.step-form-type, .theme-33.fake-anonymous-menu {
  --primary-color: #ca551d;
  --primary-color-darker: #9d4217; }

.theme-33.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #ca551d;
  border-bottom: 1px solid #ca551d; }

.theme-33.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #ca551d; }
  .theme-33.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #ca551d; }
  .theme-33.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #ca551d; }

.theme-33.k-window.themed-window {
  border-color: #ca551d; }
  .theme-33.k-window.themed-window .k-window-titlebar {
    background-color: #ca551d; }
  .theme-33.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #9d4217 !important; }

.theme-33.k-window.documents-menu-window {
  background-color: #ca551d;
  border-color: #9d4217;
  --primary-color: #ca551d;
  --primary-color-darker: #9d4217; }
  .theme-33.k-window.documents-menu-window .k-window-content,
  .theme-33.k-window.documents-menu-window .k-window-titlebar {
    background-color: #ca551d; }
  .theme-33.k-window.documents-menu-window .k-window-titlebar {
    border-color: #9d4217; }
    .theme-33.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #9d4217 !important; }
  .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #9d4217; }
    .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #ca551d; }
      .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #9d4217; }
  .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #ca551d;
    border-color: #9d4217; }
    .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #9d4217; }
  .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #9d4217; }
    .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #9d4217; }
    .theme-33.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #ca551d; }

.theme-33.navbar {
  background-color: #ca551d; }
  .theme-33.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-33.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #9d4217; }
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #9d4217; }
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-33.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #9d4217; }
  .theme-33.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #ca551d;
    opacity: 0.6; }
  .theme-33.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-33.navbar .navbar-nav li a,
  .theme-33.navbar .navbar-nav a.dropdown-toggle {
    background-color: #ca551d; }
  .theme-33.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-33.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #ca551d; }
  .theme-33.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-33.navbar .navbar-nav li:hover a,
  .theme-33.navbar .navbar-nav li:focus a,
  .theme-33.navbar .navbar-nav li.active a,
  .theme-33.navbar .navbar-nav li.open a {
    border-bottom-color: #e98f64; }
  .theme-33.navbar .navbar-nav li.active > a {
    background-color: #ca551d;
    border-bottom-color: #e98f64; }

.theme-33.k-list-container.company-selection-combobox {
  background-color: #9d4217;
  border-color: #9d4217; }
  .theme-33.k-list-container.company-selection-combobox ul.k-list {
    background-color: #9d4217; }
    .theme-33.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #9d4217; }
      .theme-33.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-33.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #ca551d; }

.theme-34 [role="progressbar"][aria-busy="true"] {
  --color: #659400;
  background-color: #659400;
  animation: preloader-background linear 3.5s infinite; }
  .theme-34 [role="progressbar"][aria-busy="true"]::before, .theme-34 [role="progressbar"][aria-busy="true"]::after {
    --color: #659400;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-34.navbar.navbar-fixed-top > .container-fluid {
    background-color: #659400; } }

.theme-34.fake-anonymous-footer, .theme-34.fake-anonymous-view, .theme-34.fake-anonymous-navbar, .theme-34.step-form-type, .theme-34.fake-anonymous-menu {
  --primary-color: #659400;
  --primary-color-darker: #426100; }

.theme-34.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #659400;
  border-bottom: 1px solid #659400; }

.theme-34.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #659400; }
  .theme-34.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #659400; }
  .theme-34.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #659400; }

.theme-34.k-window.themed-window {
  border-color: #659400; }
  .theme-34.k-window.themed-window .k-window-titlebar {
    background-color: #659400; }
  .theme-34.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #426100 !important; }

.theme-34.k-window.documents-menu-window {
  background-color: #659400;
  border-color: #426100;
  --primary-color: #659400;
  --primary-color-darker: #426100; }
  .theme-34.k-window.documents-menu-window .k-window-content,
  .theme-34.k-window.documents-menu-window .k-window-titlebar {
    background-color: #659400; }
  .theme-34.k-window.documents-menu-window .k-window-titlebar {
    border-color: #426100; }
    .theme-34.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #426100 !important; }
  .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #426100; }
    .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #659400; }
      .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #426100; }
  .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #659400;
    border-color: #426100; }
    .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #426100; }
  .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #426100; }
    .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #426100; }
    .theme-34.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #659400; }

.theme-34.navbar {
  background-color: #659400; }
  .theme-34.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-34.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #426100; }
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #426100; }
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-34.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #426100; }
  .theme-34.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #659400;
    opacity: 0.6; }
  .theme-34.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-34.navbar .navbar-nav li a,
  .theme-34.navbar .navbar-nav a.dropdown-toggle {
    background-color: #659400; }
  .theme-34.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-34.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #659400; }
  .theme-34.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-34.navbar .navbar-nav li:hover a,
  .theme-34.navbar .navbar-nav li:focus a,
  .theme-34.navbar .navbar-nav li.active a,
  .theme-34.navbar .navbar-nav li.open a {
    border-bottom-color: #abfa00; }
  .theme-34.navbar .navbar-nav li.active > a {
    background-color: #659400;
    border-bottom-color: #abfa00; }

.theme-34.k-list-container.company-selection-combobox {
  background-color: #426100;
  border-color: #426100; }
  .theme-34.k-list-container.company-selection-combobox ul.k-list {
    background-color: #426100; }
    .theme-34.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #426100; }
      .theme-34.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-34.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #659400; }

.theme-35 [role="progressbar"][aria-busy="true"] {
  --color: #98c732;
  background-color: #98c732;
  animation: preloader-background linear 3.5s infinite; }
  .theme-35 [role="progressbar"][aria-busy="true"]::before, .theme-35 [role="progressbar"][aria-busy="true"]::after {
    --color: #98c732;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-35.navbar.navbar-fixed-top > .container-fluid {
    background-color: #98c732; } }

.theme-35.fake-anonymous-footer, .theme-35.fake-anonymous-view, .theme-35.fake-anonymous-navbar, .theme-35.step-form-type, .theme-35.fake-anonymous-menu {
  --primary-color: #98c732;
  --primary-color-darker: #799e28; }

.theme-35.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #98c732;
  border-bottom: 1px solid #98c732; }

.theme-35.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #98c732; }
  .theme-35.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #98c732; }
  .theme-35.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #98c732; }

.theme-35.k-window.themed-window {
  border-color: #98c732; }
  .theme-35.k-window.themed-window .k-window-titlebar {
    background-color: #98c732; }
  .theme-35.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #799e28 !important; }

.theme-35.k-window.documents-menu-window {
  background-color: #98c732;
  border-color: #799e28;
  --primary-color: #98c732;
  --primary-color-darker: #799e28; }
  .theme-35.k-window.documents-menu-window .k-window-content,
  .theme-35.k-window.documents-menu-window .k-window-titlebar {
    background-color: #98c732; }
  .theme-35.k-window.documents-menu-window .k-window-titlebar {
    border-color: #799e28; }
    .theme-35.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #799e28 !important; }
  .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #799e28; }
    .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #98c732; }
      .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #799e28; }
  .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #98c732;
    border-color: #799e28; }
    .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #799e28; }
  .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #799e28; }
    .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #799e28; }
    .theme-35.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #98c732; }

.theme-35.navbar {
  background-color: #98c732; }
  .theme-35.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-35.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #799e28; }
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #799e28; }
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-35.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #799e28; }
  .theme-35.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #98c732;
    opacity: 0.6; }
  .theme-35.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-35.navbar .navbar-nav li a,
  .theme-35.navbar .navbar-nav a.dropdown-toggle {
    background-color: #98c732; }
  .theme-35.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-35.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #98c732; }
  .theme-35.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-35.navbar .navbar-nav li:hover a,
  .theme-35.navbar .navbar-nav li:focus a,
  .theme-35.navbar .navbar-nav li.active a,
  .theme-35.navbar .navbar-nav li.open a {
    border-bottom-color: #c1df80; }
  .theme-35.navbar .navbar-nav li.active > a {
    background-color: #98c732;
    border-bottom-color: #c1df80; }

.theme-35.k-list-container.company-selection-combobox {
  background-color: #799e28;
  border-color: #799e28; }
  .theme-35.k-list-container.company-selection-combobox ul.k-list {
    background-color: #799e28; }
    .theme-35.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #799e28; }
      .theme-35.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-35.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #98c732; }

.theme-36 [role="progressbar"][aria-busy="true"] {
  --color: #9c8a28;
  background-color: #9c8a28;
  animation: preloader-background linear 3.5s infinite; }
  .theme-36 [role="progressbar"][aria-busy="true"]::before, .theme-36 [role="progressbar"][aria-busy="true"]::after {
    --color: #9c8a28;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-36.navbar.navbar-fixed-top > .container-fluid {
    background-color: #9c8a28; } }

.theme-36.fake-anonymous-footer, .theme-36.fake-anonymous-view, .theme-36.fake-anonymous-navbar, .theme-36.step-form-type, .theme-36.fake-anonymous-menu {
  --primary-color: #9c8a28;
  --primary-color-darker: #73661e; }

.theme-36.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #9c8a28;
  border-bottom: 1px solid #9c8a28; }

.theme-36.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #9c8a28; }
  .theme-36.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #9c8a28; }
  .theme-36.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #9c8a28; }

.theme-36.k-window.themed-window {
  border-color: #9c8a28; }
  .theme-36.k-window.themed-window .k-window-titlebar {
    background-color: #9c8a28; }
  .theme-36.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #73661e !important; }

.theme-36.k-window.documents-menu-window {
  background-color: #9c8a28;
  border-color: #73661e;
  --primary-color: #9c8a28;
  --primary-color-darker: #73661e; }
  .theme-36.k-window.documents-menu-window .k-window-content,
  .theme-36.k-window.documents-menu-window .k-window-titlebar {
    background-color: #9c8a28; }
  .theme-36.k-window.documents-menu-window .k-window-titlebar {
    border-color: #73661e; }
    .theme-36.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #73661e !important; }
  .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #73661e; }
    .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #9c8a28; }
      .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #73661e; }
  .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #9c8a28;
    border-color: #73661e; }
    .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #73661e; }
  .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #73661e; }
    .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #73661e; }
    .theme-36.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #9c8a28; }

.theme-36.navbar {
  background-color: #9c8a28; }
  .theme-36.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-36.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #73661e; }
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #73661e; }
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-36.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #73661e; }
  .theme-36.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #9c8a28;
    opacity: 0.6; }
  .theme-36.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-36.navbar .navbar-nav li a,
  .theme-36.navbar .navbar-nav a.dropdown-toggle {
    background-color: #9c8a28; }
  .theme-36.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-36.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #9c8a28; }
  .theme-36.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-36.navbar .navbar-nav li:hover a,
  .theme-36.navbar .navbar-nav li:focus a,
  .theme-36.navbar .navbar-nav li.active a,
  .theme-36.navbar .navbar-nav li.open a {
    border-bottom-color: #d4c056; }
  .theme-36.navbar .navbar-nav li.active > a {
    background-color: #9c8a28;
    border-bottom-color: #d4c056; }

.theme-36.k-list-container.company-selection-combobox {
  background-color: #73661e;
  border-color: #73661e; }
  .theme-36.k-list-container.company-selection-combobox ul.k-list {
    background-color: #73661e; }
    .theme-36.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #73661e; }
      .theme-36.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-36.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #9c8a28; }

.theme-37 [role="progressbar"][aria-busy="true"] {
  --color: #cfbd5a;
  background-color: #cfbd5a;
  animation: preloader-background linear 3.5s infinite; }
  .theme-37 [role="progressbar"][aria-busy="true"]::before, .theme-37 [role="progressbar"][aria-busy="true"]::after {
    --color: #cfbd5a;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-37.navbar.navbar-fixed-top > .container-fluid {
    background-color: #cfbd5a; } }

.theme-37.fake-anonymous-footer, .theme-37.fake-anonymous-view, .theme-37.fake-anonymous-navbar, .theme-37.step-form-type, .theme-37.fake-anonymous-menu {
  --primary-color: #cfbd5a;
  --primary-color-darker: #bfaa37; }

.theme-37.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #cfbd5a;
  border-bottom: 1px solid #cfbd5a; }

.theme-37.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #cfbd5a; }
  .theme-37.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #cfbd5a; }
  .theme-37.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #cfbd5a; }

.theme-37.k-window.themed-window {
  border-color: #cfbd5a; }
  .theme-37.k-window.themed-window .k-window-titlebar {
    background-color: #cfbd5a; }
  .theme-37.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #bfaa37 !important; }

.theme-37.k-window.documents-menu-window {
  background-color: #cfbd5a;
  border-color: #bfaa37;
  --primary-color: #cfbd5a;
  --primary-color-darker: #bfaa37; }
  .theme-37.k-window.documents-menu-window .k-window-content,
  .theme-37.k-window.documents-menu-window .k-window-titlebar {
    background-color: #cfbd5a; }
  .theme-37.k-window.documents-menu-window .k-window-titlebar {
    border-color: #bfaa37; }
    .theme-37.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #bfaa37 !important; }
  .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #bfaa37; }
    .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #cfbd5a; }
      .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #bfaa37; }
  .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #cfbd5a;
    border-color: #bfaa37; }
    .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #bfaa37; }
  .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #bfaa37; }
    .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #bfaa37; }
    .theme-37.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #cfbd5a; }

.theme-37.navbar {
  background-color: #cfbd5a; }
  .theme-37.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-37.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #bfaa37; }
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #bfaa37; }
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-37.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #bfaa37; }
  .theme-37.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #cfbd5a;
    opacity: 0.6; }
  .theme-37.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-37.navbar .navbar-nav li a,
  .theme-37.navbar .navbar-nav a.dropdown-toggle {
    background-color: #cfbd5a; }
  .theme-37.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-37.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #cfbd5a; }
  .theme-37.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-37.navbar .navbar-nav li:hover a,
  .theme-37.navbar .navbar-nav li:focus a,
  .theme-37.navbar .navbar-nav li.active a,
  .theme-37.navbar .navbar-nav li.open a {
    border-bottom-color: #e6dda9; }
  .theme-37.navbar .navbar-nav li.active > a {
    background-color: #cfbd5a;
    border-bottom-color: #e6dda9; }

.theme-37.k-list-container.company-selection-combobox {
  background-color: #bfaa37;
  border-color: #bfaa37; }
  .theme-37.k-list-container.company-selection-combobox ul.k-list {
    background-color: #bfaa37; }
    .theme-37.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #bfaa37; }
      .theme-37.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-37.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #cfbd5a; }

.theme-38 [role="progressbar"][aria-busy="true"] {
  --color: #c04545;
  background-color: #c04545;
  animation: preloader-background linear 3.5s infinite; }
  .theme-38 [role="progressbar"][aria-busy="true"]::before, .theme-38 [role="progressbar"][aria-busy="true"]::after {
    --color: #c04545;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-38.navbar.navbar-fixed-top > .container-fluid {
    background-color: #c04545; } }

.theme-38.fake-anonymous-footer, .theme-38.fake-anonymous-view, .theme-38.fake-anonymous-navbar, .theme-38.step-form-type, .theme-38.fake-anonymous-menu {
  --primary-color: #c04545;
  --primary-color-darker: #9d3535; }

.theme-38.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #c04545;
  border-bottom: 1px solid #c04545; }

.theme-38.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #c04545; }
  .theme-38.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #c04545; }
  .theme-38.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #c04545; }

.theme-38.k-window.themed-window {
  border-color: #c04545; }
  .theme-38.k-window.themed-window .k-window-titlebar {
    background-color: #c04545; }
  .theme-38.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #9d3535 !important; }

.theme-38.k-window.documents-menu-window {
  background-color: #c04545;
  border-color: #9d3535;
  --primary-color: #c04545;
  --primary-color-darker: #9d3535; }
  .theme-38.k-window.documents-menu-window .k-window-content,
  .theme-38.k-window.documents-menu-window .k-window-titlebar {
    background-color: #c04545; }
  .theme-38.k-window.documents-menu-window .k-window-titlebar {
    border-color: #9d3535; }
    .theme-38.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #9d3535 !important; }
  .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #9d3535; }
    .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #c04545; }
      .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #9d3535; }
  .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #c04545;
    border-color: #9d3535; }
    .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #9d3535; }
  .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #9d3535; }
    .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #9d3535; }
    .theme-38.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #c04545; }

.theme-38.navbar {
  background-color: #c04545; }
  .theme-38.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-38.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #9d3535; }
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #9d3535; }
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-38.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #9d3535; }
  .theme-38.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #c04545;
    opacity: 0.6; }
  .theme-38.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-38.navbar .navbar-nav li a,
  .theme-38.navbar .navbar-nav a.dropdown-toggle {
    background-color: #c04545; }
  .theme-38.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-38.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #c04545; }
  .theme-38.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-38.navbar .navbar-nav li:hover a,
  .theme-38.navbar .navbar-nav li:focus a,
  .theme-38.navbar .navbar-nav li.active a,
  .theme-38.navbar .navbar-nav li.open a {
    border-bottom-color: #da9191; }
  .theme-38.navbar .navbar-nav li.active > a {
    background-color: #c04545;
    border-bottom-color: #da9191; }

.theme-38.k-list-container.company-selection-combobox {
  background-color: #9d3535;
  border-color: #9d3535; }
  .theme-38.k-list-container.company-selection-combobox ul.k-list {
    background-color: #9d3535; }
    .theme-38.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #9d3535; }
      .theme-38.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-38.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #c04545; }

.theme-39 [role="progressbar"][aria-busy="true"] {
  --color: #adadad;
  background-color: #adadad;
  animation: preloader-background linear 3.5s infinite; }
  .theme-39 [role="progressbar"][aria-busy="true"]::before, .theme-39 [role="progressbar"][aria-busy="true"]::after {
    --color: #adadad;
    animation: preloader-front linear 3.5s infinite; }

@media (max-width: 999px) {
  .theme-39.navbar.navbar-fixed-top > .container-fluid {
    background-color: #adadad; } }

.theme-39.fake-anonymous-footer, .theme-39.fake-anonymous-view, .theme-39.fake-anonymous-navbar, .theme-39.step-form-type, .theme-39.fake-anonymous-menu {
  --primary-color: #adadad;
  --primary-color-darker: #949494; }

.theme-39.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-title {
  color: #adadad;
  border-bottom: 1px solid #adadad; }

.theme-39.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item {
  border-color: #adadad; }
  .theme-39.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:not(:hover) {
    color: #adadad; }
  .theme-39.dashboard-navigation-menu entities-menu-selection .block-list .block-section .block-items .block-item:hover {
    background-color: #adadad; }

.theme-39.k-window.themed-window {
  border-color: #adadad; }
  .theme-39.k-window.themed-window .k-window-titlebar {
    background-color: #adadad; }
  .theme-39.k-window.themed-window .k-window-actions .k-button:hover {
    background-color: #949494 !important; }

.theme-39.k-window.documents-menu-window {
  background-color: #adadad;
  border-color: #949494;
  --primary-color: #adadad;
  --primary-color-darker: #949494; }
  .theme-39.k-window.documents-menu-window .k-window-content,
  .theme-39.k-window.documents-menu-window .k-window-titlebar {
    background-color: #adadad; }
  .theme-39.k-window.documents-menu-window .k-window-titlebar {
    border-color: #949494; }
    .theme-39.k-window.documents-menu-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
      color: #949494 !important; }
  .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input {
    border-bottom: 1px solid #949494; }
    .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox {
      background-color: #adadad; }
      .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .search-input string-input input.k-textbox::placeholder {
        color: #949494; }
  .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button {
    background: #adadad;
    border-color: #949494; }
    .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .k-button:hover {
      background-color: #949494; }
  .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list {
    border-bottom: 1px solid #949494; }
    .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list:not(.edit-mode) .block-section .block-items .block-item:not(.block-item-disabled):hover {
      background-color: #949494; }
    .theme-39.k-window.documents-menu-window .k-window-content entities-menu-selection .block-list .block-section .block-items .block-item .active-circle i {
      color: #adadad; }

.theme-39.navbar {
  background-color: #adadad; }
  .theme-39.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button:hover, .theme-39.navbar notifications-navbar-item .navbar-notifications-wrapper .notification-button.active {
    background-color: #949494; }
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select,
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap {
    border-color: #949494; }
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-dropdown-wrap,
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-widget,
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input input,
  .theme-39.navbar .navbar-nav li.company-selection-combobox combobox-input .field-input span.k-select {
    background-color: #949494; }
  .theme-39.navbar .navbar-nav > li:not(:hover):not(.open):not(.active) > a {
    border-bottom: #adadad;
    opacity: 0.6; }
  .theme-39.navbar .navbar-nav.nav-item-user li:not(:hover):not(.open):not(.active) > a {
    opacity: 1; }
  .theme-39.navbar .navbar-nav li a,
  .theme-39.navbar .navbar-nav a.dropdown-toggle {
    background-color: #adadad; }
  .theme-39.navbar .navbar-nav .dropdown-menu > li:hover > a,
  .theme-39.navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #adadad; }
  .theme-39.navbar .navbar-nav .dropdown-menu > li a {
    background-color: white; }
  .theme-39.navbar .navbar-nav li:hover a,
  .theme-39.navbar .navbar-nav li:focus a,
  .theme-39.navbar .navbar-nav li.active a,
  .theme-39.navbar .navbar-nav li.open a {
    border-bottom-color: #e0e0e0; }
  .theme-39.navbar .navbar-nav li.active > a {
    background-color: #adadad;
    border-bottom-color: #e0e0e0; }

.theme-39.k-list-container.company-selection-combobox {
  background-color: #949494;
  border-color: #949494; }
  .theme-39.k-list-container.company-selection-combobox ul.k-list {
    background-color: #949494; }
    .theme-39.k-list-container.company-selection-combobox ul.k-list li.k-item {
      background-color: #949494; }
      .theme-39.k-list-container.company-selection-combobox ul.k-list li.k-item:hover, .theme-39.k-list-container.company-selection-combobox ul.k-list li.k-item.k-state-selected {
        background-color: #adadad; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-1.navbar-preview {
  background-color: #D00202; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-1.navbar-preview .dropdown-preview {
    background-color: #9d0202; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-1.navbar-preview .button-preview.selected {
    border-bottom-color: #fd3b3b; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-2.navbar-preview {
  background-color: #CA5010; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-2.navbar-preview .dropdown-preview {
    background-color: #9b3d0c; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-2.navbar-preview .button-preview.selected {
    border-bottom-color: #f1874f; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-3.navbar-preview {
  background-color: #407855; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-3.navbar-preview .dropdown-preview {
    background-color: #2e573d; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-3.navbar-preview .button-preview.selected {
    border-bottom-color: #6db186; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-4.navbar-preview {
  background-color: #038387; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-4.navbar-preview .dropdown-preview {
    background-color: #025355; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-4.navbar-preview .button-preview.selected {
    border-bottom-color: #05e4eb; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-5.navbar-preview {
  background-color: #4052AB; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-5.navbar-preview .dropdown-preview {
    background-color: #324086; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-5.navbar-preview .button-preview.selected {
    border-bottom-color: #818ed0; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-6.navbar-preview {
  background-color: #854085; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-6.navbar-preview .dropdown-preview {
    background-color: #632f63; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-6.navbar-preview .button-preview.selected {
    border-bottom-color: #ba71ba; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-7.navbar-preview {
  background-color: #333333; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-7.navbar-preview .dropdown-preview {
    background-color: #1a1a1a; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-7.navbar-preview .button-preview.selected {
    border-bottom-color: #666666; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-8.navbar-preview {
  background-color: #8F7034; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-8.navbar-preview .dropdown-preview {
    background-color: #6a5326; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-8.navbar-preview .button-preview.selected {
    border-bottom-color: #c6a463; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-9.navbar-preview {
  background-color: #c4ad32; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-9.navbar-preview .dropdown-preview {
    background-color: #9b8928; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-9.navbar-preview .button-preview.selected {
    border-bottom-color: #decf7e; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-10.navbar-preview {
  background-color: #6a8a53; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-10.navbar-preview .dropdown-preview {
    background-color: #526a40; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-10.navbar-preview .button-preview.selected {
    border-bottom-color: #9eb98a; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-11.navbar-preview {
  background-color: #00508d; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-11.navbar-preview .dropdown-preview {
    background-color: #00335a; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-11.navbar-preview .button-preview.selected {
    border-bottom-color: #008af3; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-12.navbar-preview {
  background-color: #ff830e; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-12.navbar-preview .dropdown-preview {
    background-color: #da6a00; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-12.navbar-preview .button-preview.selected {
    border-bottom-color: #ffb774; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-13.navbar-preview {
  background-color: #666666; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-13.navbar-preview .dropdown-preview {
    background-color: #4d4d4d; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-13.navbar-preview .button-preview.selected {
    border-bottom-color: #999999; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-14.navbar-preview {
  background-color: #a50020; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-14.navbar-preview .dropdown-preview {
    background-color: #720016; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-14.navbar-preview .button-preview.selected {
    border-bottom-color: #ff0c3b; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-15.navbar-preview {
  background-color: #7b83eb; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-15.navbar-preview .dropdown-preview {
    background-color: #4f59e4; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-15.navbar-preview .button-preview.selected {
    border-bottom-color: #d4d6f8; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-16.navbar-preview {
  background-color: #0d8bf0; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-16.navbar-preview .dropdown-preview {
    background-color: #0a6fc0; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-16.navbar-preview .button-preview.selected {
    border-bottom-color: #6cb9f7; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-17.navbar-preview {
  background-color: #fd6b25; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-17.navbar-preview .dropdown-preview {
    background-color: #ed4e02; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-17.navbar-preview .button-preview.selected {
    border-bottom-color: #feb08a; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-18.navbar-preview {
  background-color: #8e42fe; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-18.navbar-preview .dropdown-preview {
    background-color: #700ffe; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-18.navbar-preview .button-preview.selected {
    border-bottom-color: #cba7ff; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-19.navbar-preview {
  background-color: #7fba00; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-19.navbar-preview .dropdown-preview {
    background-color: #5c8700; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-19.navbar-preview .button-preview.selected {
    border-bottom-color: #b9ff21; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-20.navbar-preview {
  background-color: #999999; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-20.navbar-preview .dropdown-preview {
    background-color: gray; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-20.navbar-preview .button-preview.selected {
    border-bottom-color: #cccccc; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-21.navbar-preview {
  background-color: #f15757; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-21.navbar-preview .dropdown-preview {
    background-color: #ed2828; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-21.navbar-preview .button-preview.selected {
    border-bottom-color: #f9b5b5; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-22.navbar-preview {
  background-color: #000000; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-22.navbar-preview .dropdown-preview {
    background-color: black; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-22.navbar-preview .button-preview.selected {
    border-bottom-color: #333333; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-23.navbar-preview {
  background-color: #1e7598; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-23.navbar-preview .dropdown-preview {
    background-color: #16546d; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-23.navbar-preview .button-preview.selected {
    border-bottom-color: #42aeda; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-24.navbar-preview {
  background-color: #006400; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-24.navbar-preview .dropdown-preview {
    background-color: #003100; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-24.navbar-preview .button-preview.selected {
    border-bottom-color: #00ca00; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-25.navbar-preview {
  background-color: #546e42; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-25.navbar-preview .dropdown-preview {
    background-color: #3c4e2f; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-25.navbar-preview .button-preview.selected {
    border-bottom-color: #86a86e; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-26.navbar-preview {
  background-color: #87a175; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-26.navbar-preview .dropdown-preview {
    background-color: #6e875c; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-26.navbar-preview .button-preview.selected {
    border-bottom-color: #bccab2; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-27.navbar-preview {
  background-color: #b73333; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-27.navbar-preview .dropdown-preview {
    background-color: #8f2828; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-27.navbar-preview .button-preview.selected {
    border-bottom-color: #d97777; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-28.navbar-preview {
  background-color: #d93434; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-28.navbar-preview .dropdown-preview {
    background-color: #b82222; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-28.navbar-preview .button-preview.selected {
    border-bottom-color: #e98a8a; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-29.navbar-preview {
  background-color: #a1400c; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-29.navbar-preview .dropdown-preview {
    background-color: #722d08; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-29.navbar-preview .button-preview.selected {
    border-bottom-color: #ef6b24; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-30.navbar-preview {
  background-color: #d4723f; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-30.navbar-preview .dropdown-preview {
    background-color: #b75a29; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-30.navbar-preview .button-preview.selected {
    border-bottom-color: #e7af92; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-31.navbar-preview {
  background-color: #336044; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-31.navbar-preview .dropdown-preview {
    background-color: #213f2c; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-31.navbar-preview .button-preview.selected {
    border-bottom-color: #56a373; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-32.navbar-preview {
  background-color: #669376; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-32.navbar-preview .dropdown-preview {
    background-color: #51755e; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-32.navbar-preview .button-preview.selected {
    border-bottom-color: #a1beab; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-33.navbar-preview {
  background-color: #ca551d; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-33.navbar-preview .dropdown-preview {
    background-color: #9d4217; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-33.navbar-preview .button-preview.selected {
    border-bottom-color: #e98f64; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-34.navbar-preview {
  background-color: #659400; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-34.navbar-preview .dropdown-preview {
    background-color: #426100; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-34.navbar-preview .button-preview.selected {
    border-bottom-color: #abfa00; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-35.navbar-preview {
  background-color: #98c732; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-35.navbar-preview .dropdown-preview {
    background-color: #799e28; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-35.navbar-preview .button-preview.selected {
    border-bottom-color: #c1df80; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-36.navbar-preview {
  background-color: #9c8a28; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-36.navbar-preview .dropdown-preview {
    background-color: #73661e; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-36.navbar-preview .button-preview.selected {
    border-bottom-color: #d4c056; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-37.navbar-preview {
  background-color: #cfbd5a; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-37.navbar-preview .dropdown-preview {
    background-color: #bfaa37; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-37.navbar-preview .button-preview.selected {
    border-bottom-color: #e6dda9; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-38.navbar-preview {
  background-color: #c04545; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-38.navbar-preview .dropdown-preview {
    background-color: #9d3535; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-38.navbar-preview .button-preview.selected {
    border-bottom-color: #da9191; }

.company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-39.navbar-preview {
  background-color: #adadad; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-39.navbar-preview .dropdown-preview {
    background-color: #949494; }
  .company-form .content-wrapper .aux-panel-wrapper .sided-panel .aux-info-area .theme-39.navbar-preview .button-preview.selected {
    border-bottom-color: #e0e0e0; }

.progress-loading-hasrelative {
  position: absolute !important; }

.theme-gulbekien {
  font-size: 16px !important;
  font-family: "Bitstream-FuturaBT_Book"; }
  .theme-gulbekien h1, .theme-gulbekien h2, .theme-gulbekien h3, .theme-gulbekien h4, .theme-gulbekien h5, .theme-gulbekien h6, .theme-gulbekien b {
    font-family: 'Bitstream-FuturaBT_Heavy'; }
  .theme-gulbekien label, .theme-gulbekien button, .theme-gulbekien input, .theme-gulbekien select, .theme-gulbekien textarea, .theme-gulbekien p, .theme-gulbekien span:not(.k-icon) {
    font-family: 'Bitstream-FuturaBT_Book'; }
  .theme-gulbekien .fake-anonymous-navbar .navbar-content {
    font-family: 'Bitstream-FuturaBT_Book'; }
  .theme-gulbekien .k-window-titlebar.k-header {
    font-family: 'Bitstream-FuturaBT_Book'; }

/*
    Receive unit and return the number
    Eg. 14px returns 14, 2em returns 2
*/
/*
    Used in elements that have font-size different from default-font-size
*/
@font-face {
  font-family: 'Bitstream-FuturaBT_Book';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Book_Italic';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Book_Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy';
  src: url("../fonts/gulbenkian/Bitstream-FuturaBT_Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'Bitstream-FuturaBT_Heavy_Italic';
  src: url("../fonts/gulbenkian/gulbenkianitstream-FuturaBT_Heavy_Italic.otf") format("opentype"); }

@keyframes filter-span-animation {
  from {
    top: 0px; }
  to {
    top: 6px; } }

@keyframes filter-span-close-animation {
  from {
    top: 0px; }
  to {
    top: -6px; } }

.quick-task-menu {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .quick-task-menu .vertical-panel {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background-color: #FFFFFF;
    padding: 1.5em;
    height: 100%; }
    .quick-task-menu .vertical-panel .empty-task-selection {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .quick-task-menu .vertical-panel .empty-task-selection .empty-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .quick-task-menu .vertical-panel .empty-task-selection .empty-content i {
          font-size: 10em; }
        .quick-task-menu .vertical-panel .empty-task-selection .empty-content span {
          font-weight: bold;
          margin: 1em 0; }
    .quick-task-menu .vertical-panel:not(.task-display-view) {
      border-right: 1px solid #F0F0F0; }
    .quick-task-menu .vertical-panel.task-state-selection {
      width: 15em; }
      .quick-task-menu .vertical-panel.task-state-selection .task-state-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent;
        padding: 0.667em;
        cursor: default;
        color: #333; }
        .quick-task-menu .vertical-panel.task-state-selection .task-state-item:hover, .quick-task-menu .vertical-panel.task-state-selection .task-state-item.active {
          background-color: rgba(1, 123, 173, 0.1); }
        .quick-task-menu .vertical-panel.task-state-selection .task-state-item.active {
          font-weight: bold; }
        .quick-task-menu .vertical-panel.task-state-selection .task-state-item:hover:not(.active) {
          cursor: pointer;
          color: #007bff; }
        .quick-task-menu .vertical-panel.task-state-selection .task-state-item > *:not(:last-child) {
          margin-right: 0.5em; }
    .quick-task-menu .vertical-panel.task-selection {
      width: 30em;
      overflow: unset;
      padding: 0; }
      .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-tasks {
        background-color: #e5f2f7; }
        .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-tasks:hover span.caret {
          animation: filter-span-close-animation 1s;
          animation-iteration-count: infinite; }
        .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-tasks span.caret {
          transform: rotate(180deg); }
      .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config {
        height: 100%;
        padding: 1.5em;
        overflow-y: auto; }
        .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .filter-actions {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-bottom: 2em; }
          .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .filter-actions .k-button {
            padding: 1px 8px; }
            .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .filter-actions .k-button.k-state-disabled {
              pointer-events: none; }
        .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .field {
          min-height: unset;
          border-bottom: unset; }
          .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .field .field-label,
          .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config .field .field-input {
            width: 100%; }
        .quick-task-menu .vertical-panel.task-selection.filter-config-expanded .filter-config autocomplete-input span.k-clear-value {
          top: 1.5em; }
      .quick-task-menu .vertical-panel.task-selection .filter-tasks {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #ababab;
        padding: 0.75em 1.5em; }
        .quick-task-menu .vertical-panel.task-selection .filter-tasks:hover {
          background-color: #e5f2f7;
          cursor: pointer; }
          .quick-task-menu .vertical-panel.task-selection .filter-tasks:hover span.caret {
            animation: filter-span-animation 1s;
            animation-iteration-count: infinite; }
        .quick-task-menu .vertical-panel.task-selection .filter-tasks .filter-info {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          width: 100%; }
          .quick-task-menu .vertical-panel.task-selection .filter-tasks .filter-info .flex-center-info {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            .quick-task-menu .vertical-panel.task-selection .filter-tasks .filter-info .flex-center-info i {
              font-size: 1.25em; }
            .quick-task-menu .vertical-panel.task-selection .filter-tasks .filter-info .flex-center-info > *:not(:last-child) {
              margin-right: 0.25em; }
        .quick-task-menu .vertical-panel.task-selection .filter-tasks span.caret {
          position: relative; }
      .quick-task-menu .vertical-panel.task-selection .filter-config {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 45px;
        background-color: white;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height 0.5s; }
      .quick-task-menu .vertical-panel.task-selection ul.task-list {
        margin: 0;
        padding: 1.5em;
        overflow-y: auto;
        height: calc(100% - 45px); }
        .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item {
          display: flex;
          flex-direction: row;
          justify-content: center;
          padding: 1em 1em 1em 0.5em;
          max-height: 6.857em;
          overflow: hidden;
          color: #333; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item:hover, .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item.active {
            background-color: rgba(1, 123, 173, 0.1); }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item.active {
            font-weight: bold; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item:hover:not(.active) {
            cursor: pointer;
            color: #007bff; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item > *:not(:last-child) {
            margin-right: 0.75em; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .left-info i.yellow {
            color: #ffc107; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .left-info i.blue {
            color: #007bff; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .left-info i.green {
            color: #28a745; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .left-info i.grey {
            color: #777; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .left-info i.red {
            color: #dc3545; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info .task-reference-code,
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info .task-date,
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .right-info .task-reference-code,
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .right-info .task-date {
            font-size: 0.8em;
            color: #666; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info {
            flex: 1 0 0;
            min-width: 0; }
            .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info .task-title {
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: start;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
              .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info .task-title i {
                margin-right: 0.2em; }
              .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .middle-info .task-title span {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
          .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .right-info {
            display: flex;
            flex-direction: column;
            align-items: end; }
            .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .right-info .overdue-date,
            .quick-task-menu .vertical-panel.task-selection ul.task-list li.task-item .right-info .overdue-icon {
              color: #dc3545; }
    .quick-task-menu .vertical-panel.task-display-view {
      flex: 1 0 0;
      padding: 0; }
      .quick-task-menu .vertical-panel.task-display-view .item-panel .item-header .lower-header .overdue-date {
        color: #dc3545; }
      .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body {
        overflow-y: auto; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .task-data {
          margin: 2em 0; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .task-data > .row:not(:first-child) {
            padding-top: 15px; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .task-data > .row:not(:last-child) {
            padding-bottom: 15px; }
          @media screen and (max-width: 1199px) {
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .task-data > .row > div.col-md-12:not(:first-child) {
              padding-top: 15px; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .task-data > .row > div.col-md-12:not(:last-child) {
              padding-bottom: 15px; } }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-pia .badge {
          background-color: #D998CB; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-datarightsrequest .badge {
          background-color: #537FFF; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-general .badge {
          background-color: #979797; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-complianceassessment .badge {
          background-color: #FAC364; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-datamapping .badge {
          background-color: #5DBCE8; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-audit .badge {
          background-color: #E56776; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-privacybydesign .badge {
          background-color: #A77F00; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-databreachexecution .badge {
          background-color: #C34A36; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-asset .badge {
          background-color: #c00187; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-whistleblowersubmition .badge {
          background-color: #dc3545; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-compliancereport .badge {
          background-color: #b47912; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .tags-wrapper.project-ethicscommittee .badge {
          background-color: #9e6363; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .field {
          margin-bottom: 0.5em; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .field .field-label label {
            color: #333; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .field .field-input {
            color: #7A8599; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .field .field-input .data-display {
              color: #7A8599; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          position: relative; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .dropdown-menu {
            left: 0;
            right: 0; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .tags-wrapper {
            margin: 0; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .tags-wrapper.tags-counter .badge {
              border-radius: 25px;
              font-weight: normal;
              padding: 0.2em 0.7em;
              background-color: #ababab; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .panel-actions {
            position: absolute;
            right: 15px; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .panel-actions .k-button {
              padding: 1px 8px; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .panel-actions .k-button:not(:first-of-type) {
                margin-left: 0.25em; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-heading .panel-actions .k-button:not(:last-of-type) {
                margin-right: 0.25em; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .tags-wrapper {
          margin: 0; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .empty-panel-body {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          height: 100%; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .empty-panel-body .empty-illustration {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #7A8599; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .empty-panel-body .empty-illustration i {
              font-size: 2em; }
        .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments {
          height: 100%; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments {
            margin: 1em 0;
            height: calc(100% - 2em); }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments > *:not(:last-child) {
              padding-bottom: 1em; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left,
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments {
              margin-bottom: 0; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left .comment-actions,
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments .comment-actions {
                display: none; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left .comment-text,
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments .comment-text {
                width: 70%; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left .name-and-date,
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments .name-and-date {
                width: 26%; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments .triangle-right {
              left: 70%; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments .name-and-date .comment-date {
              text-align: end; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left .triangle-right {
              right: 70%; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .container-comments .panel-comments-left .name-and-date .comment-date {
              text-align: start; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .comments-counter {
            display: none; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .empty-comments-area .empty-comments-content {
            color: #7A8599; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .empty-comments-area .empty-comments-content .empty-icon {
              margin: 0; }
              .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .empty-comments-area .empty-comments-content .empty-icon i {
                color: #7A8599;
                font-size: 2em; }
            .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .empty-comments-area .empty-comments-content .empty-text {
              font-size: 1em;
              font-weight: normal; }
          .quick-task-menu .vertical-panel.task-display-view .item-panel .item-body .panel.panel-default .panel-body .comments .comment-area {
            display: none; }

.tags-wrapper .tag-status.yellow {
  background-color: #ffc107; }

.tags-wrapper .tag-status.blue {
  background-color: #007bff; }

.tags-wrapper .tag-status.green {
  background-color: #28a745; }

.tags-wrapper .tag-status.grey {
  background-color: #777; }

.tags-wrapper .tag-status.red {
  background-color: #dc3545; }

.knowledge-base-wrapper .list-group .list-group-item .li-description ol,
.expandable-sided-panel .content-panel .transcluded-content ol {
  padding-left: 15px; }

.knowledge-base-wrapper .list-group .list-group-item .li-description ul,
.expandable-sided-panel .content-panel .transcluded-content ul {
  padding-left: 17px; }

.knowledge-base-wrapper .list-group .list-group-item .li-description table,
.expandable-sided-panel .content-panel .transcluded-content table {
  border-collapse: collapse; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table caption,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table caption {
    font-weight: bold;
    margin-bottom: 12px; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table td,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table td {
    border: 1px solid black; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr td,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr td {
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    vertical-align: middle; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr td span,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr td span {
      display: block; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr td:first-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr td:first-child {
      border-left: 0; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr:first-child td:first-child,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr:first-child td:first-child {
    border-top: 0;
    border-bottom: 0;
    transform: rotate(180deg);
    writing-mode: tb-rl; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr:last-child td,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr:last-child td {
    border-bottom: 0; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr:last-child td:first-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr:last-child td:first-child {
      border-top: 0;
      border-right: 0; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-matrix-table tr:last-child td:last-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-matrix-table tr:last-child td:last-child {
      border-left: 0;
      border-right: 0; }
  .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table,
  .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table {
    border-collapse: collapse;
    border: 1px solid black; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table td,
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table th,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table td,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table th {
      border: 1px solid black;
      padding: 0.25em;
      font-size: 0.8em; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr:first-child th,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr:first-child th {
      border-top: 0; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr:last-child td,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr:last-child td {
      border-bottom: 0; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr td:first-child,
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr th:first-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr td:first-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr th:first-child {
      border-left: 0; }
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr td:last-child,
    .knowledge-base-wrapper .list-group .list-group-item .li-description table.risk-level-table tr th:last-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr td:last-child,
    .expandable-sided-panel .content-panel .transcluded-content table.risk-level-table tr th:last-child {
      border-right: 0;
      text-align: center; }

.chart-legend-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1em 2.5em; }
  .chart-legend-container .group-legend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .chart-legend-container .group-legend.standalone-group {
      flex-direction: row;
      justify-content: center; }
      .chart-legend-container .group-legend.standalone-group .legend {
        margin: 0 7.5px; }
    .chart-legend-container .group-legend .group-title {
      width: 100%;
      text-align: center;
      margin-bottom: 0.25rem; }
    .chart-legend-container .group-legend .legend {
      font: 12px 'Segoe UI', sans-serif;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .chart-legend-container .group-legend .legend:hover {
        cursor: pointer; }
      .chart-legend-container .group-legend .legend .legend-tag {
        width: 1rem;
        min-width: 1rem;
        height: 0.25rem;
        margin-right: 0.5rem; }
        .chart-legend-container .group-legend .legend .legend-tag.legend-tag-disabled {
          background-color: #A0A0A0 !important; }
      .chart-legend-container .group-legend .legend .legend-name {
        white-space: nowrap; }
        .chart-legend-container .group-legend .legend .legend-name.legend-name-disabled {
          color: #BBBBBB !important; }

.flex-internal-panels .chart-legend-container .group-legend {
  width: 100%; }
  .flex-internal-panels .chart-legend-container .group-legend .legend {
    width: 100%;
    justify-content: start; }
    .flex-internal-panels .chart-legend-container .group-legend .legend .legend-name {
      overflow: hidden;
      text-overflow: ellipsis; }

.orgchart {
  background-image: none;
  background-color: aliceblue; }

.leaflet-container {
  width: 100%;
  height: 100%;
  background-color: #98c2f5 !important; }
  .leaflet-container .leaflet-map-pane .leaflet-tooltip-pane .leaflet-tooltip.circle-marker-tooltip {
    color: #005E7F;
    font-weight: bold;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; }
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.label-popup {
    margin-bottom: 15px; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.label-popup .leaflet-popup-tip-container {
      display: none; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.label-popup .leaflet-popup-content-wrapper,
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.label-popup .leaflet-popup-tip-container .leaflet-popup-tip {
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: none; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.label-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
      width: auto !important;
      color: white;
      font-weight: bold;
      white-space: nowrap;
      margin: .5em .7em; }
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-close-button {
    color: #333; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-close-button:hover {
      color: black; }
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content {
    margin: 0; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-header i {
      width: 25em;
      max-height: 8em;
      text-align: center; }
      .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-header i::before {
        font-size: 8em; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-header img {
      width: 25em;
      max-height: 8em;
      object-fit: cover;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content {
      padding: 1rem; }
      .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content > *:not(:last-child) {
        margin-bottom: 0.5rem; }
      .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-title span {
          font-size: 1.2em; }
        .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-title .tags-wrapper {
          margin: 0; }
      .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-description {
        color: #4F596B; }
        .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-description ul {
          list-style: none;
          padding: 0; }
          .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-description ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: .5em; }
            .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup.info-popup .leaflet-popup-content .marker-popup .marker-popup-content .marker-popup-description ul li .badge {
              background-color: #005E7F; }
  .leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 4px; }
  .leaflet-container .leaflet-map-pane .leaflet-tile-pane .movable-tile {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .leaflet-container .leaflet-map-pane .leaflet-tile-pane .movable-tile:active {
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }
  .leaflet-container .leaflet-control-container .leaflet-control-zoom {
    border: none; }
    .leaflet-container .leaflet-control-container .leaflet-control-zoom a {
      color: #005e7f;
      border: 1px solid #005e7f;
      background-color: white; }
      .leaflet-container .leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      .leaflet-container .leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
      .leaflet-container .leaflet-control-container .leaflet-control-zoom a:not(.leaflet-disabled):hover {
        background-color: #005e7f;
        color: white; }
      .leaflet-container .leaflet-control-container .leaflet-control-zoom a.leaflet-disabled {
        color: #bbb;
        border: 1px solid #bbb; }
        .leaflet-container .leaflet-control-container .leaflet-control-zoom a.leaflet-disabled.leaflet-control-zoom-in {
          border-bottom: 1px solid #005e7f; }
        .leaflet-container .leaflet-control-container .leaflet-control-zoom a.leaflet-disabled.leaflet-control-zoom-out {
          border-top: 1px solid #005e7f; }
      .leaflet-container .leaflet-control-container .leaflet-control-zoom a:last-child {
        margin-top: -1px; }
