﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
    This is customized css file of Twitter Bootstrap (renamed to scss):
    (http://getbootstrap.com/customize/?id=9686882)

    This css contains grid-system specific styles only.

    TODO:
    Later sass port of Bootstrap can be utilized, but this is light weight
    solution to test Bootstrap grid system in action.
*/
/* This style definition for row-class is needed to clear floats */
.row, .embedded-report-view.default-layout > .header, .embedded-report-view.default-layout > .report-presentation, .embedded-report-view.default-layout > .footer {
  zoom: 1; }
  .row:before, .embedded-report-view.default-layout > .header:before, .embedded-report-view.default-layout > .report-presentation:before, .embedded-report-view.default-layout > .footer:before, .row:after, .embedded-report-view.default-layout > .header:after, .embedded-report-view.default-layout > .report-presentation:after, .embedded-report-view.default-layout > .footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after, .embedded-report-view.default-layout > .header:after, .embedded-report-view.default-layout > .report-presentation:after, .embedded-report-view.default-layout > .footer:after {
    clear: both; }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid, .embedded-report-view.default-layout {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row, .embedded-report-view.default-layout > .header, .embedded-report-view.default-layout > .report-presentation, .embedded-report-view.default-layout > .footer {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .report-presentation-configuration-view .configuration-region .configuration-form, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .embedded-report-view.default-layout > .header > .report-info,
.embedded-report-view.default-layout > .header > .presentation-control-region, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .report-presentation-configuration-view .configuration-region .presentation-preview-region, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .embedded-report-view.default-layout > .report-presentation > .report-presentation-region, .embedded-report-view.default-layout > .footer > .controls, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .report-presentation-configuration-view .configuration-region .configuration-form, .col-sm-4, .col-sm-5, .col-sm-6, .embedded-report-view.default-layout > .header > .report-info,
  .embedded-report-view.default-layout > .header > .presentation-control-region, .col-sm-7, .col-sm-8, .col-sm-9, .report-presentation-configuration-view .configuration-region .presentation-preview-region, .col-sm-10, .col-sm-11, .col-sm-12, .embedded-report-view.default-layout > .report-presentation > .report-presentation-region, .embedded-report-view.default-layout > .footer > .controls {
    float: left; }
  .col-sm-12, .embedded-report-view.default-layout > .report-presentation > .report-presentation-region, .embedded-report-view.default-layout > .footer > .controls {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9, .report-presentation-configuration-view .configuration-region .presentation-preview-region {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6, .embedded-report-view.default-layout > .header > .report-info,
  .embedded-report-view.default-layout > .header > .presentation-control-region {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3, .report-presentation-configuration-view .configuration-region .configuration-form {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 24%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-x: auto; }

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

/**
    Is dominant color in UI, used for large areas.

    @section variables.colors.theme
    @variable $themeColorPrimary
*/
/** @variable $themeColorPrimary @value white */
/**
    Contrast color for primary color and variations

    @section variables.colors.theme
    @variable $themeColorPrimaryContrast
*/
/** @variable $themeColorPrimaryContrast @value black */
/**
    Theme color for smaller surfaces, e.g. for panel kind of blocks, that need
    to distinct from primary background color.

    @section variables.colors.theme
    @variable $themeColorSecondary
*/
/** @variable $themeColorSecondary @value #eee */
/**
    Contrast color for secondary theme color and variations

    @section variables.colors.theme
    @variable $themeColorSecondaryContrast
*/
/** @variable $themeColorSecondaryContrast @value black */
/**
    Variation of the secondary color, tinted towards to the primary color, so it blends more easily to the primary color.

    @section variables.colors.theme
    @variable $themeColorSecondaryDelicate
*/
/** @variable $themeColorSecondaryDelicate @value #f8f8f8 */
/**
    Variation of the secondary color, tinted away from the primary color, so it makes greater contrast with the primary color.

    @section variables.colors.theme
    @variable $themeColorSecondaryStrong
*/
/** @variable $themeColorSecondaryStrong @value #ddd */
/**
    Effect color is used to emphasize interactive UI element, e.g. links etc.

    @section variables.colors.theme
    @variable $themeColorEffect
*/
/** @variable $themeColorEffect @value #555 */
/**
    Contrast color for effect color and variations

    @section variables.colors.theme
    @variable $themeColorEffectContrast
*/
/** @variable $themeColorEffectContrast @value white */
/**
    Variation of the effect color, tinted towards to the primary color, so it blends more easily to the primary color.

    @section variables.colors.theme
    @variable $themeColorEffectDelicate
*/
/** @variable $themeColorEffectDelicate @value #6f6f6f */
/**
    Variation of the effect color, tinted away from the primary color, so it makes greater contrast with the primary color.

    @section variables.colors.theme
    @variable $themeColorEffectStrong
*/
/** @variable $themeColorEffectStrong @value #3c3c3c */
/**
    Effect color 2 can also be used to emphasize interactive UI elements, e.g. buttons etc.

    @section variables.colors.theme
    @variable $themeColorEffect2
*/
/** @variable $themeColorEffect2 @value #555 */
/**
    Contrast color for effect color 2 and variations

    @section variables.colors.theme
    @variable $themeColorEffect2Contrast
*/
/** @variable $themeColorEffect2Contrast @value white */
/**
    Variation of the effect color 2, tinted towards to the primary color, so it blends more easily to the primary color.

    @section variables.colors.theme
    @variable $themeColorEffect2Delicate
*/
/** @variable $themeColorEffect2Delicate @value #6f6f6f */
/**
    Variation of the effect color 2, tinted away from the primary color, so it makes greater contrast with the primary color.

    @section variables.colors.theme
    @variable $themeColorEffect2Strong
*/
/** @variable $themeColorEffect2Strong @value #3c3c3c */
/**
    Effect color 3 color can be used to emphasize <b>non</b> interactive UI elements, e.g. headings.

    @section variables.colors.theme
    @variable $themeColorEffect3
*/
/** @variable $themeColorEffect3 @value #AC0023 */
/**
    Contrast color for effect color and variations

    @section variables.colors.theme
    @variable $themeColorEffect3Contrast
*/
/** @variable $themeColorEffect3Contrast @value white */
/**
    Variation of the effect color, tinted towards to the primary color, so it blends more easily to the primary color.

    @section variables.colors.theme
    @variable $themeColorEffect3Delicate
*/
/** @variable $themeColorEffect3Delicate @value #df002d */
/**
    Variation of the effect color, tinted away from the primary color, so it makes greater contrast with the primary color.

    @section variables.colors.theme
    @variable $themeColorEffect3Strong
*/
/** @variable $themeColorEffect3Strong @value #790019 */
/**
    The default color for error related variables, e.g. can be used to define
    a background color or a text color for error related elements.

    @section variables.colors.semantic
    @variable $colorError
*/
/** @variable $colorError @value #AC0023 */
/**
    The default contrast color for error related variables, e.g. can be used to define
    a background color or a text color for error related elements.

    @section variables.colors.semantic
    @variable $colorErrorContrast
*/
/** @variable $colorErrorContrast @value white */
/**
    The default color for success related variables, e.g. can be used to define
    a background color or a text color for success related elements.

    @section variables.colors.semantic
    @variable $colorSuccess
*/
/** @variable $colorSuccess @value green */
/**
    The default contrast color for success related variables, e.g. can be used to define
    a background color or a text color for success related elements.

    @section variables.colors.semantic
    @variable $colorSuccessContrast
*/
/** @variable $colorSuccessContrast @value white */
/**
    The default contrast color for danger related variables, e.g. can be used to define
    a background color or a text color for elements related to dangerous or potentially destructive actions.
    Situations that need special caution.

    @section variables.colors.semantic
    @variable $colorDanger
*/
/** @variable $colorDanger @value #AC0023 */
/**
    Default background color for main elements

    @section variables.colors.background
    @variable $backgroundColorDefault
*/
/** @variable $backgroundColorDefault @value white */
/**
    Default background color for smaller elements

    @section variables.colors.background
    @variable $backgroundColorSmallArea
*/
/** @variable $backgroundColorSmallArea @value white */
/**
    Default background color for controls

    @section variables.colors.controls
    @variable $backgroundColorControl
*/
/** @variable $backgroundColorControl @value white */
/**
    Default background color for a button

    @section variables.colors.button
    @variable $backgroundColorButton
*/
/** @variable $backgroundColorButton @value #555 */
/**
    Default background color for a primary button

    @section variables.colors.button
    @variable $backgroundColorButtonPrimary
*/
/** @variable $backgroundColorButtonPrimary @value #AC0023 */
/**
    Default background color for a approve button

    @section variables.colors.button
    @variable $backgroundColorButtonApprove
*/
/**
    Default background color for a decline button

    @section variables.colors.button
    @variable $backgroundColorButtonDecline
*/
/**
    Default background color to highlight a focused item/row in a list/table

    @section variables.colors.background
    @variable $backgroundColorHighlightFocus
*/
/** @variable $backgroundColorHighlightFocus @value #eee */
/**
    Default background color to highlight an odd row in a list/table

    @section variables.colors.background
    @variable $backgroundColorHighlightOdd
*/
/** @variable $backgroundColorHighlightOdd @value #f8f8f8 */
/**
    Default background color to highlight a selected item/row in a list/table

    @section variables.colors.background
    @variable $backgroundColorHighlightSelected
*/
/** @variable $backgroundColorHighlightSelected @value #eee */
/**
    Default background color to highlight a selected row in a table

    @section variables.colors.background
    @variable $backgroundColorHighlightSelected
*/
/** @variable $backgroundColorHighlightSelected @value #eee */
/**
    Default background color to highlight a selected menu item

    @section variables.colors.background
    @variable $backgroundColorHighlightMenu
*/
/** @variable $backgroundColorHighlightMenu @value #eee */
/**
    Default background color for header sections

    @section variables.colors.background
    @variable $backgroundColorHeader
*/
/** @variable $backgroundColorHeader @value RGBA(0, 0, 0, 0.5) */
/**
    A translucent color to be used in backgrounds

    @section variables.colors.background
    @variable $backgroundColorTranslucent
*/
/** @variable $backgroundColorTranslucent @value RGBA(0, 0, 0, 0.5) */
/**
    Background color for an event absorbing "glass" surface.

    @section variables.colors.background
    @variable $backgroundColorGlass
*/
/** @variable $backgroundColorGlass @value RGBA(170, 170, 170, 0.4) */
/**
    The background color of a bar of a chart, when using a single color for bars.

    @section variables.colors.background
    @variable $backgroundColorChartBar
*/
/** @variable $backgroundColorChartBar @value #AC0023 */
/**
    A default background color for colorful success related elements.

    @section variables.colors.background
    @variable $backgroundColorSuccess
*/
/** @variable $backgroundColorSuccess @value #87be47 */
/**
    A background color to impress errorneous state of an element.

    @section variables.colors.background
    @variable $backgroundColorError
*/
/** @variable $backgroundColorError @value rgba(172, 0, 35, 0.1) */
/**
    The background color of a declined approval on gantt chart

    @section variables.colors.background
    @variable $backgroundColorChartBarDecline
*/
/** @variable $backgroundColorChartBarDecline @value #AC0023 */
/**
    The default background for a progress component

    @section variables.colors.background
    @variable $backgroundColorProgress
*/
/** @variable $backgroundColorProgress @value #eee */
/**
    The default background for the bar of a progress component

    @section variables.colors.background
    @variable $backgroundColorProgressBar
*/
/** @variable $backgroundColorProgressBar @value #AC0023 */
/**
    The default background for large areas, usually this is just the same
    as the default background color, but can be overridden to gain a more 
    pleasing visual effect. 

    @section variables.backgrounds
    @variable $backgroundDefault
*/
/** @variable $backgroundDefault @value white */
/**
    The default background for smaller areas

    @section variables.backgrounds
    @variable $backgroundSmallArea
*/
/** @variable $backgroundSmallArea @value white */
/**
    The default background for an event absorbing "glass" surface

    @section variables.backgrounds
    @variable $backgroundGlass
*/
/** @variable $backgroundGlass @value RGBA(170, 170, 170, 0.4) */
/**
    The default background for controls 

    @section variables.backgrounds
    @variable $backgroundControl
*/
/** @variable $backgroundControl @value white */
/**
    The default background for header areas 

    @section variables.backgrounds
    @variable $backgroundHeader
*/
/** @variable $backgroundHeader @value RGBA(0, 0, 0, 0.5) */
/**
    The default background for larger header areas (e.g. the main navigation)

    @section variables.backgrounds
    @variable $backgroundHeaderLargeAreas
*/
/** @variable $backgroundHeaderLargeAreas @value RGBA(0, 0, 0, 0.5) */
/**
    The default background for layout grid rows

    @section variables.backgrounds
    @variable $backgroundHeader
*/
/** @variable $backgroundLayoutGridRow @value linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)) */
/**
    Default text color

    @section variables.colors.text
    @variable $textColorDefault
*/
/** @variable $textColorDefault @value #000 */
/**
    Default text color for controls (inputs etc.)

    @section variables.colors.text
    @variable $textColorControl
*/
/** @variable $textColorControl @value black */
/**
    The text color of the placeholder of an input

    @section variables.colors.text
    @variable $textColorInputPlaceholder
*/
/** @variable $textColorInputPlaceholder @value rgba(0, 0, 0, 0.4) */
/**
    Default text color for interactive elements, e.g links

    @section variables.colors.text
    @variable $textColorInteractive
*/
/** @variable $textColorInteractive @value #000 */
/**
    Default text color for disabled or inactive elements

    @section variables.colors.text
    @variable $textColorDisabled
*/
/** @variable $textColorDisabled @value #aaa */
/**
    Text color for errors

    @section variables.colors.text
    @variable $textColorError
*/
/** @variable $textColorError @value #AC0023 */
/**
    Text color for permissible actions

    @section variables.colors.text
    @variable $textColorSuccess
*/
/** @variable $textColorSuccess @value green */
/**
    Text color for links within table cells

    @section variables.colors.text
    @variable $textColorTableCellLink
*/
/** @variable $textColorTableCellLink @value #459fc0 */
/**
    Default text color for a button

    @section variables.colors.button
    @variable $textColorButton
*/
/** @variable $textColorButton @value white */
/**
    Default text color for a disabled button

    @section variables.colors.button
    @variable $textColorButtonDisabled
*/
/** @variable $textColorButtonDisabled @value #aaa */
/**
    Default text color for secondary button in a table

    @section variables.colors.button
    @variable $textColorButtonSecondaryTable
*/
/** @variable $textColorButtonSecondaryTable @value #AC0023 */
/**
    Default text color for header areas

    @section variables.colors.text
    @variable $textColorHeader
*/
/** @variable $textColorHeader @value white */
/**
    Default text color for headings

    @section variables.colors.text
    @variable $textColorHeading
*/
/** @variable $textColorHeading @value #AC0023 */
/**
    Default text color for an application header section

    @section variables.colors.text
    @variable $textColorAppHeader
*/
/** @variable $textColorAppHeader @value white */
/**
    Default text color for a table header cell

    @section variables.colors.text
    @variable $textColorTableHeader
*/
/** @variable $textColorTableHeader @value rgba(0, 0, 0, 0.7) */
/**
    A text color for a less important text

    @section variables.colors.text
    @variable $textColorLessImportant
*/
/** @variable $textColorLessImportant @value rgba(0, 0, 0, 0.8) */
/**
    A text color for a passive data card name. Should be stronger than
    the color of disabled text but still needs to distinct from the default
    text color.

    @section variables.colors.text
    @variable $textColorPassiveDatacard
*/
/** @variable $textColorPassiveDatacard @value #a6a6a6 */
/**
    Default font

    @section variables.fonts
    @variable $fontDefault
*/
/** @variable $fontDefault @value 13px Lato, sans-serif */
/**
    3rd and the rest level heading. Font for small headings.

    @section variables.fonts
    @variable $fontHeadingSmall
*/
/** @variable $fontHeadingSmall @value 400 14px Lato, sans-serif */
/**
    2nd level heding. Font for medium size headings, e.g. sub heading in view.

    @section variables.fonts
    @variable $fontHeading
*/
/** @variable $fontHeading @value 400 16px Lato, sans-serif */
/**
    1st level heading. Font for large headings, e.g. for view or functionality. 

    @section variables.fonts
    @variable $fontHeadingLarge
*/
/** @variable $fontHeadingLarge @value 400 20px Lato, sans-serif */
/**
    Largest heading in the application, for special cases. 

    @section variables.fonts
    @variable $fontHeadingXLarge
*/
/** @variable $fontHeadingXLarge @value 400 24px Lato, sans-serif */
/**
    Default font for controls, e.g. for inputs.

    @section variables.fonts
    @variable $fontControl
*/
/** @variable $fontControl @value 13px Lato, sans-serif */
/**
    Default font for buttons

    @section variables.fonts
    @variable $fontButton
*/
/** @variable $fontButton @value 13px Lato, sans-serif */
/**
    Default font for small buttons

    @section variables.fonts
    @variable $fontButtonSmall
*/
/** @variable $fontButtonSmall @value 12px Lato, sans-serif */
/**
    Default font for extra small buttons

    @section variables.fonts
    @variable $fontButtonXSmall
*/
/** @variable $fontButtonXSmall @value 11px Lato, sans-serif */
/**
    Letter spacing that should be used whith upper case texts
*/
/**
    A default border color

    @section variables.colors.border
    @variable $borderColorDefault
*/
/** @variable $borderColorDefault @value #ddd */
/**
    A delicate border color. Use this color when the border should not be too obtrusive, e.g. in tables. 

    @section variables.colors.border
    @variable $borderColorDelicate
*/
/** @variable $borderColorDelicate @value #eee */
/**
    A strong border color

    @section variables.colors.border
    @variable $borderColorStrong
*/
/** @variable $borderColorStrong @value #aaaaaa */
/**
    A default color for the border of controls

    @section variables.colors.border
    @variable $borderColorControl
*/
/** @variable $borderColorControl @value #ccc */
/**
    A default color for the border of a button

    @section variables.colors.border
    @variable $borderColorButton
*/
/** @variable $borderColorButton @value transparent */
/**
    A border color for a focused button

    @section variables.colors.border
    @variable $borderColorButtonFocus
*/
/** @variable $borderColorButtonFocus @value transparent */
/**
    A border color for an inactive elements

    @section variables.colors.border
    @variable $borderColorDisabled
*/
/** @variable $borderColorDisabled @value rgba(221, 221, 221, 0.7) */
/**
    A border color for table cells

    @section variables.colors.border
    @variable $borderColorDisabled
*/
/** @variable $borderColorTable @value #ddd */
/**
    A border color for table cells of a highlighted row
    @section variables.colors.border
    @variable $borderColorTableRowHighlight
*/
/** @variable $borderColorTableRowHighlight @value #ddd */
/**
    A border color for the field set component

    @section variables.colors.border
    @variable $borderColorFieldSet
*/
/** @variable $borderColorFieldSet @value #AC0023 */
/**
    Very small spacing

    @section variables.spacing
    @variable $spacingTiny
*/
/** @variable $spacingTiny @value 3px */
/**
    Semi small spacing

    @section variables.spacing
    @variable $spacingSmall
*/
/** @variable $spacingSmall @value 5px */
/**
    Medium spacing

    @section variables.spacing
    @variable $spacingMedium
*/
/** @variable $spacingMedium @value 10px */
/**
    Large spacing

    @section variables.spacing
    @variable $spacingLarge
*/
/** @variable $spacingLarge @value 20px */
/**
    The side margin of the page. Elements should <b>not</b> reside any closer to the edge of the browser.

    @section variables.spacing
    @variable $spacingPageMarginSide
*/
/** @variable $spacingPageMarginSide @value 20px */
/**
    The top margin of the page. Elements should <b>not</b> reside any closer to the edge of the browser.

    @section variables.spacing
    @variable $spacingPageMarginTop
*/
/** @variable $spacingPageMarginTop @value 20px */
/**
    The horizontal margin of content box.

    @section variables.spacing
    @variable $spacingContentBoxHorizontal
*/
/** @variable $spacingContentBoxHorizontal @value 20px */
/**
    The vertical margin of content box.

    @section variables.spacing
    @variable $spacingContentBoxVertical
*/
/** @variable $spacingContentBoxVertical @value 20px */
/** 
    The default gutter of grids

    @section variables.spacing
    @variable $spacingGridGutter
*/
/** @variable $spacingGridGutter @value 20px */
/** 
    A layer for a global glass element that absorbs all mouse actions. Should
    be the uppermost layer.

    @section variables.zindex
    @variable $layerGlobalGlass
*/
/** @variable $layerGlobalGlass @value 500 */
/** 
    Layer for application messages.

    @section variables.zindex
    @variable $layerMessages
*/
/** @variable $layerMessages @value 110 */
/** 
    Layer for modal dialogs.

    @section variables.zindex
    @variable $layerModal
*/
/** @variable $layerModal @value 100 */
/** 
    Layer for "glass" under modal dialog to absorb user events etc.

    @section variables.zindex
    @variable $layerModalGlass
*/
/** @variable $layerModalGlass @value 90 */
/** 
    Layer for popups etc.

    @section variables.zindex
    @variable $layerPopup
*/
/** @variable $layerPopup @value 20 */
/** 
    Layer to bring some elements to front, that would normally be behind, e.g.
    because of the order of HTML elements.

    @section variables.zindex
    @variable $layerOverride
*/
/** @variable $layerOverride @value 10 */
/** 
    Most bottom layer. By default all elements reside on this layer.

    @section variables.zindex
    @variable $layerBase
*/
/** @variable $layerBase @value 0 */
/** 
    NOTE! This is under consideration, might be handled by layout components most often!
    The default width of inputs

    @section variables.width
    @variable $widthContentArea
*/
/** @variable $widthInput @value 200px */
/** 
    The default width of small inputs

    @section variables.width
    @variable $widthInputTiny
*/
/** @variable $widthInputTiny @value 50px */
/** 
    The default width of small inputs

    @section variables.width
    @variable $widthInputSmall
*/
/** @variable $widthInputSmall @value 100px */
/** 
    The max/preferred width of the main content area

    @section variables.width
    @variable $widthContentArea
*/
/** @variable $widthContentArea @value 1600px */
/** 
    A default height for inputs

    @section variables.height
    @variable $heightInput
*/
/** @variable $heightInput @value 30px */
/** 
    A default height for content boxes

    @section variables.height
    @variable $heightContentBox
*/
/** @variable $heightContentBox @value 400px */
/*
    usage:

    .some-box {
        // generic styles...
        border: 1px solid;
        padding: 0;

        // then by viewport sizes... 
        //
        // NOTE! if "-up" breakpoints are used, define from SMALLER to LARGER 
        // as smaller ones are always included when a larger one is included 
        // and therefore a larger breakpoint should locate later to override 
        // styles of smaller breakpoint.
        //
        // If you need to define styles for certain size only, use "-only" 
        // postfixed breakpoints.

        @include for-tablet-portrait-up {
            padding: 5px;
        }

        @include for-tablet-portrait-only {
            // Here we could set styles that we don't need to override
            // for larger views
        }

        @include for-desktop-up {
            padding: 20px;
        }
    }

*/
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.clearfix:after, .link.link--stripped-left:not(.link--no-styling):after, .input-ui-tweak .link--stripped-left.table-show-all:not(.link--no-styling):after, .legacy .profile-report-container .link--stripped-left.button-info-text:not(.link--no-styling):after,
.legacy .profile-report-container .link--stripped-left.specs-setup-label:not(.link--no-styling):after, .legacy a.link--stripped-left:not(.link--no-styling):after, .public-search-frontpage-widget:after, .public-search-frontpage-widget .public-search-form:after, .quick-data-access-view:after, .quick-data-access-view .card-base-selection:after, .datacard-infobox:after, .report-list-main-view .user-reports .custom-toolbar:after, .report-list-main-view .shared-reports .custom-toolbar:after, .report-presentation-configuration-view:after, .report-presentation-configuration-view .report-presentation-selector-view:after, .report-creation-container:after, .category-value-chart-report-presentation-view .render-result-outer-container:after, .category-value-chart-report-presentation-view .render-result-inner-container:after, .category-value-chart-report-presentation-configuration-view:after, .plot-report-presentation-view .render-result-outer-container:after, .plot-report-presentation-view .render-result-inner-container:after, .plot-report-presentation-configuration-view:after, .gantt-report-presentation-view .render-result-outer-container:after, .gantt-report-presentation-view .render-result-inner-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.no-select, .popup--menu, .legacy .report_template_select, .popup-menu, .legacy .popup-menu, .toggle__button, .toggle__group-button-text, .tabs .tabs__tab, .paging, body .ui-datepicker {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.force-scroll {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 1px;
  visibility: hidden; }

@media screen {
  .paper-curls {
    position: relative; }
    .paper-curls:before, .paper-curls:after {
      background: transparent;
      bottom: 10px;
      content: "";
      height: 50%;
      max-height: 10px;
      max-width: 200px;
      position: absolute;
      width: 90%;
      z-index: -1;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75); }
    .paper-curls:before {
      left: 10px;
      -webkit-transform: skew(-5deg) rotate(-5deg);
      -moz-transform: skew(-5deg) rotate(-5deg);
      -ms-transform: skew(-5deg) rotate(-5deg);
      -o-transform: skew(-5deg) rotate(-5deg);
      transform: skew(-5deg) rotate(-5deg); }
    .paper-curls:after {
      right: 10px;
      -webkit-transform: skew(5deg) rotate(5deg);
      -moz-transform: skew(5deg) rotate(5deg);
      -ms-transform: skew(5deg) rotate(5deg);
      -o-transform: skew(5deg) rotate(5deg);
      transform: skew(5deg) rotate(5deg); } }

.multiline {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line; }

/**
    Basic border to separate some area from it's container. Suitable for larger areas.

    @section mixins.border
    @mixin borderDefault
    @sampleClass border-default 
*/
.border-default {
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 200px;
  height: 80px; }

/**
    Border to separate some smaller area from it's container. 

    @section mixins.border
    @mixin borderSmallArea
    @sampleClass border-small-area 
*/
.border-small-area {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  width: 120px;
  height: 30px; }

/**
    Border for a button

    @section mixins.border
    @mixin borderButton
    @sampleClass border-button 
    @sampleHTML  <button class="button">Example button</button>
*/
.border-button {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
  width: 80px;
  height: 25px; }

/**
    Border for control elements

    @section mixins.border
    @mixin borderControl
    @sampleClass border-control 
    @sampleHTML  <input class="input" value="example input"/>
*/
.border-control {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  width: 80px;
  height: 25px; }

/**
    A shadow to visualize a low floating object

    @section mixins.shadow
    @mixin shadowLow
    @sampleClass shadow-low 
*/
@media screen {
  .shadow-low {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); } }

/**
    A shadow to visualize an object floating at medium altitude

    @section mixins.shadow
    @mixin shadowMedium
    @sampleClass shadow-medium 
*/
@media screen {
  .shadow-medium {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } }

/**
    A shadow to visualize an object pushed into a bakground, a kind of pit.

    @section mixins.shadow
    @mixin shadowNegative
    @sampleClass shadow-negative 
*/
@media screen {
  .shadow-negative {
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2); } }

/**
    A shadow for input components.

    @section mixins.shadow
    @mixin shadowControl
    @sampleClass shadow-control 
*/
.shadow-control {
  box-shadow: none; }

/**
    Delicate shadow to detach an element from a background. The shadow
    itself is not noticeable.

    @section mixins.shadow
    @mixin shadowDelicate
    @sampleClass shadow-delicate 
*/
@media screen {
  .shadow-delicate {
    box-shadow: 0 0 20px 1px RGBA(0, 0, 0, 0.05); } }

@media screen {
  .paper-curly-right:after, .paper-curly-right--short:after, .legacy .profile-report-container .specs-table-wrapper:after {
    background: transparent;
    bottom: 10px;
    content: "";
    height: 50%;
    max-height: 10px;
    max-width: 200px;
    position: absolute;
    width: 90%;
    z-index: -1;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75); } }

.paper-curly-right--short:after, .legacy .profile-report-container .specs-table-wrapper:after {
  right: 10px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg); }

.grid {
  font-size: 0; }
  .grid > .grid__row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .grid > .grid__row > .grid__cell,
    .grid > .grid__row > .grid__content > .grid__cell {
      width: 100%;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0;
      font-size: 13px; }
      @media (min-width: 400px) {
        .grid > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx {
          width: 8.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx {
          width: 16.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx {
          width: 25%; }
        .grid > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx {
          width: 33.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx {
          width: 41.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx {
          width: 50%; }
        .grid > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx {
          width: 58.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx {
          width: 66.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx {
          width: 75%; }
        .grid > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx {
          width: 83.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx {
          width: 91.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx {
          width: 100%; } }
      @media (min-width: 800px) {
        .grid > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s {
          width: 8.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s {
          width: 16.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s {
          width: 25%; }
        .grid > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s {
          width: 33.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s {
          width: 41.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s {
          width: 50%; }
        .grid > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s {
          width: 58.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s {
          width: 66.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s {
          width: 75%; }
        .grid > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s {
          width: 83.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s {
          width: 91.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m {
          width: 8.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m {
          width: 16.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m {
          width: 25%; }
        .grid > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m {
          width: 33.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m {
          width: 41.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m {
          width: 50%; }
        .grid > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m {
          width: 58.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m {
          width: 66.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m {
          width: 75%; }
        .grid > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m {
          width: 83.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m {
          width: 91.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid > .grid__row > .grid__cell.grid__cell--1,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--1 {
          width: 8.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--2,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--2 {
          width: 16.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--3,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--3 {
          width: 25%; }
        .grid > .grid__row > .grid__cell.grid__cell--4,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--4 {
          width: 33.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--5,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--5 {
          width: 41.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--6,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--6 {
          width: 50%; }
        .grid > .grid__row > .grid__cell.grid__cell--7,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--7 {
          width: 58.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--8,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--8 {
          width: 66.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--9,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--9 {
          width: 75%; }
        .grid > .grid__row > .grid__cell.grid__cell--10,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--10 {
          width: 83.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--11,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--11 {
          width: 91.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--12,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--12 {
          width: 100%; } }
      @media (min-width: 1600px) {
        .grid > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l {
          width: 8.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l {
          width: 16.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l {
          width: 25%; }
        .grid > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l {
          width: 33.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l {
          width: 41.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l {
          width: 50%; }
        .grid > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l {
          width: 58.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l {
          width: 66.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l {
          width: 75%; }
        .grid > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l {
          width: 83.33333%; }
        .grid > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l {
          width: 91.66667%; }
        .grid > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l {
          width: 100%; } }
      .grid > .grid__row > .grid__cell.grid__cell--auto,
      .grid > .grid__row > .grid__content > .grid__cell.grid__cell--auto {
        width: auto; }
  .grid .grid__row .grid__cell {
    display: inline-block;
    vertical-align: top; }

.grid--loose {
  font-size: 0; }
  .grid--loose > .grid__row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -5px;
    margin-right: -5px; }
    .grid--loose > .grid__row > .grid__cell,
    .grid--loose > .grid__row > .grid__content > .grid__cell {
      width: 100%;
      box-sizing: border-box;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 13px; }
      @media (min-width: 400px) {
        .grid--loose > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx {
          width: 8.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx {
          width: 16.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx {
          width: 25%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx {
          width: 33.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx {
          width: 41.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx {
          width: 50%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx {
          width: 58.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx {
          width: 66.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx {
          width: 75%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx {
          width: 83.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx {
          width: 91.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx {
          width: 100%; } }
      @media (min-width: 800px) {
        .grid--loose > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s {
          width: 8.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s {
          width: 16.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s {
          width: 25%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s {
          width: 33.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s {
          width: 41.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s {
          width: 50%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s {
          width: 58.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s {
          width: 66.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s {
          width: 75%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s {
          width: 83.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s {
          width: 91.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid--loose > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m {
          width: 8.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m {
          width: 16.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m {
          width: 25%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m {
          width: 33.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m {
          width: 41.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m {
          width: 50%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m {
          width: 58.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m {
          width: 66.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m {
          width: 75%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m {
          width: 83.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m {
          width: 91.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid--loose > .grid__row > .grid__cell.grid__cell--1,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--1 {
          width: 8.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--2,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--2 {
          width: 16.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--3,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--3 {
          width: 25%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--4,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--4 {
          width: 33.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--5,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--5 {
          width: 41.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--6,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--6 {
          width: 50%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--7,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--7 {
          width: 58.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--8,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--8 {
          width: 66.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--9,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--9 {
          width: 75%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--10,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--10 {
          width: 83.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--11,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--11 {
          width: 91.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--12,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--12 {
          width: 100%; } }
      @media (min-width: 1600px) {
        .grid--loose > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l {
          width: 8.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l {
          width: 16.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l {
          width: 25%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l {
          width: 33.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l {
          width: 41.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l {
          width: 50%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l {
          width: 58.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l {
          width: 66.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l {
          width: 75%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l {
          width: 83.33333%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l {
          width: 91.66667%; }
        .grid--loose > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l {
          width: 100%; } }
      .grid--loose > .grid__row > .grid__cell.grid__cell--auto,
      .grid--loose > .grid__row > .grid__content > .grid__cell.grid__cell--auto {
        width: auto; }
  .grid--loose .grid__row .grid__cell {
    margin-bottom: 10px; }

.layout-grid-row-blend-background, .grid.grid--layout > .grid__row:before,
.grid.grid--layout .grid__info-boxes > .grid__row:before,
.grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row:before,
.grid.grid--layout .grid__changing-content > .grid__row:before,
.grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row:before,
.grid.grid--layout .grid__multiple-rows > .grid__row:before,
.grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
  mix-blend-mode: overlay; }

.grid.grid--layout,
.grid.grid--layout .grid__info-boxes,
.grid.grid--layout .grid__changing-content,
.grid.grid--layout .grid__multiple-rows {
  font-size: 0; }
  .grid.grid--layout > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__row {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -10px;
    margin-right: -10px; }
    .grid.grid--layout > .grid__row > .grid__cell,
    .grid.grid--layout > .grid__row > .grid__content > .grid__cell,
    .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell,
    .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell,
    .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell,
    .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell,
    .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell,
    .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell {
      width: 100%;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px; }
      @media (min-width: 400px) {
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx {
          width: 8.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx {
          width: 16.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx {
          width: 25%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx {
          width: 33.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx {
          width: 41.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx {
          width: 50%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx {
          width: 58.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx {
          width: 66.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx {
          width: 75%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx {
          width: 83.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx {
          width: 91.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx {
          width: 100%; } }
      @media (min-width: 800px) {
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s {
          width: 8.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s {
          width: 16.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s {
          width: 25%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s {
          width: 33.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s {
          width: 41.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s {
          width: 50%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s {
          width: 58.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s {
          width: 66.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s {
          width: 75%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s {
          width: 83.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s {
          width: 91.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m {
          width: 8.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m {
          width: 16.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m {
          width: 25%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m {
          width: 33.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m {
          width: 41.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m {
          width: 50%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m {
          width: 58.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m {
          width: 66.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m {
          width: 75%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m {
          width: 83.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m {
          width: 91.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--1,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--1,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--1 {
          width: 8.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--2,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--2,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--2 {
          width: 16.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--3,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--3,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--3 {
          width: 25%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--4,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--4,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--4 {
          width: 33.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--5,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--5,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--5 {
          width: 41.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--6,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--6,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--6 {
          width: 50%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--7,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--7,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--7 {
          width: 58.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--8,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--8,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--8 {
          width: 66.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--9,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--9,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--9 {
          width: 75%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--10,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--10,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--10 {
          width: 83.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--11,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--11,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--11 {
          width: 91.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--12,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--12,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--12 {
          width: 100%; } }
      @media (min-width: 1600px) {
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l {
          width: 8.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l {
          width: 16.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l {
          width: 25%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l {
          width: 33.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l {
          width: 41.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l {
          width: 50%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l {
          width: 58.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l {
          width: 66.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l {
          width: 75%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l {
          width: 83.33333%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l {
          width: 91.66667%; }
        .grid.grid--layout > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l {
          width: 100%; } }
      .grid.grid--layout > .grid__row > .grid__cell.grid__cell--auto,
      .grid.grid--layout > .grid__row > .grid__content > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__info-boxes > .grid__row > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__changing-content > .grid__row > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__cell.grid__cell--auto,
      .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell.grid__cell--auto {
        width: auto; }
  .grid.grid--layout > .grid__row > .grid__content,
  .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content,
  .grid.grid--layout .grid__changing-content > .grid__row > .grid__content,
  .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
  .grid.grid--layout > .grid__row,
  .grid.grid--layout > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 100%;
    position: relative; }
    .grid.grid--layout > .grid__row:before,
    .grid.grid--layout > .grid__multiple-rows > .grid__row:before,
    .grid.grid--layout .grid__info-boxes > .grid__row:before,
    .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row:before,
    .grid.grid--layout .grid__changing-content > .grid__row:before,
    .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row:before,
    .grid.grid--layout .grid__multiple-rows > .grid__row:before,
    .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      z-index: -1; }
  .grid.grid--layout > .grid__row > .grid__content > .grid__cell,
  .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content > .grid__cell,
  .grid.grid--layout .grid__changing-content > .grid__row > .grid__content > .grid__cell,
  .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content > .grid__cell {
    margin-bottom: 20px; }
  .grid.grid--layout > .grid__row > .grid__content,
  .grid.grid--layout .grid__info-boxes > .grid__row > .grid__content,
  .grid.grid--layout .grid__changing-content > .grid__row > .grid__content,
  .grid.grid--layout .grid__multiple-rows > .grid__row > .grid__content {
    margin-bottom: -20px; }
  .grid.grid--layout .grid__cell--wrapped-content-region,
  .grid.grid--layout .grid__info-boxes .grid__cell--wrapped-content-region,
  .grid.grid--layout .grid__changing-content .grid__cell--wrapped-content-region,
  .grid.grid--layout .grid__multiple-rows .grid__cell--wrapped-content-region {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px; }
  .grid.grid--layout .grid__cell--contains-grid,
  .grid.grid--layout .grid__info-boxes .grid__cell--contains-grid,
  .grid.grid--layout .grid__changing-content .grid__cell--contains-grid,
  .grid.grid--layout .grid__multiple-rows .grid__cell--contains-grid {
    font-size: 0px; }

.grid.grid--main-content {
  font-size: 0;
  margin-bottom: -20px;
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .grid.grid--main-content > .grid__row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px; }
    .grid.grid--main-content > .grid__row > .grid__cell,
    .grid.grid--main-content > .grid__row > .grid__content > .grid__cell {
      width: 100%;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px; }
      @media (min-width: 400px) {
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--1-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-sx {
          width: 8.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--2-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-sx {
          width: 16.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--3-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-sx {
          width: 25%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--4-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-sx {
          width: 33.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--5-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-sx {
          width: 41.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--6-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-sx {
          width: 50%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--7-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-sx {
          width: 58.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--8-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-sx {
          width: 66.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--9-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-sx {
          width: 75%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--10-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-sx {
          width: 83.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--11-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-sx {
          width: 91.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--12-in-sx,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-sx {
          width: 100%; } }
      @media (min-width: 800px) {
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--1-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-s {
          width: 8.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--2-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-s {
          width: 16.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--3-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-s {
          width: 25%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--4-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-s {
          width: 33.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--5-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-s {
          width: 41.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--6-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-s {
          width: 50%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--7-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-s {
          width: 58.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--8-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-s {
          width: 66.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--9-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-s {
          width: 75%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--10-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-s {
          width: 83.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--11-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-s {
          width: 91.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--12-in-s,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-s {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--1-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-m {
          width: 8.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--2-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-m {
          width: 16.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--3-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-m {
          width: 25%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--4-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-m {
          width: 33.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--5-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-m {
          width: 41.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--6-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-m {
          width: 50%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--7-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-m {
          width: 58.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--8-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-m {
          width: 66.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--9-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-m {
          width: 75%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--10-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-m {
          width: 83.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--11-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-m {
          width: 91.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--12-in-m,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-m {
          width: 100%; } }
      @media (min-width: 1200px) {
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--1,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--1 {
          width: 8.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--2,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--2 {
          width: 16.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--3,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--3 {
          width: 25%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--4,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--4 {
          width: 33.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--5,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--5 {
          width: 41.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--6,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--6 {
          width: 50%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--7,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--7 {
          width: 58.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--8,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--8 {
          width: 66.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--9,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--9 {
          width: 75%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--10,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--10 {
          width: 83.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--11,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--11 {
          width: 91.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--12,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--12 {
          width: 100%; } }
      @media (min-width: 1600px) {
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--1-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--1-in-l {
          width: 8.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--2-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--2-in-l {
          width: 16.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--3-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--3-in-l {
          width: 25%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--4-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--4-in-l {
          width: 33.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--5-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--5-in-l {
          width: 41.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--6-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--6-in-l {
          width: 50%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--7-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--7-in-l {
          width: 58.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--8-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--8-in-l {
          width: 66.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--9-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--9-in-l {
          width: 75%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--10-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--10-in-l {
          width: 83.33333%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--11-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--11-in-l {
          width: 91.66667%; }
        .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--12-in-l,
        .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--12-in-l {
          width: 100%; } }
      .grid.grid--main-content > .grid__row > .grid__cell.grid__cell--auto,
      .grid.grid--main-content > .grid__row > .grid__content > .grid__cell.grid__cell--auto {
        width: auto; }
  .grid.grid--main-content > .grid__row > .grid__cell,
  .grid.grid--main-content > .grid__row > .grid__content > .grid__cell {
    margin-bottom: 20px; }

.grid__row--margin-top:first-of-type {
  margin-top: 20px; }

/*
* These transitions can be easily used with Vue e.g. like this
*
* <transition name="generic-fade-in">
*   <some-component v-if="showThatComponent"/>
* </transition>
*
* Of course there are layout situations that cause this approach to fail, but
* this is easy to try.
*/
/*
* "generic-drop-in" transitions needs an additional wrapped to do the magic,
* like this:
*
* <transition name="generic-fade-in">
*   <div v-if="showThatComponent"> 
*       <some-component />
*   </div>
* </transition>
*/
.generic-drop-in-enter-active {
  border-top: 1px solid transparent;
  animation: generic-fade-in 0.3s; }
  .generic-drop-in-enter-active > * {
    animation: generic-drop-in 0.3s; }

.generic-drop-in-leave-active {
  border-top: 1px solid transparent;
  animation: generic-fade-in 0.3s reverse; }
  .generic-drop-in-leave-active > * {
    animation: generic-drop-in 0.3s reverse; }

@keyframes generic-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes generic-drop-in {
  0% {
    opacity: 0;
    margin-top: -300px;
    margin-bottom: 0 !important; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-top: 0; } }

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* FONT PATHS
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.eot");
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.woff2") format("woff2"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.woff") format("woff"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.ttf") format("truetype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.eot");
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.woff2") format("woff2"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.woff") format("woff"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.ttf") format("truetype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.eot");
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.woff2") format("woff2"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.woff") format("woff"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.ttf") format("truetype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.eot");
  src: url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.woff2") format("woff2"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.woff") format("woff"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.ttf") format("truetype"), url("/Scripts/font-awesome-pro-5.8.1/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

/* The style of the icon is determined by the font-weight*/
/*Light*/
.fal, .icon--user-settings, .icon--sort-option, .icon--sort-current-option, .icon--comment, .icon--report-presentation-table, .form__help-icon, .v-data-table__info-icon {
  font-family: 'FontAwesome';
  font-weight: 300; }

/*Regular*/
.far, .icon--dropdown-arrow, .icon--salary-review, .icon--save, .icon--approval-button-request-for-approval, .icon--favorite-not-selected, .icon--report-presentation-card, .icon--report-presentation-barchart,
.icon--report-presentation-columnchart, .icon--report-presentation-scatterplot, .icon--horizontal-axis, .icon--file-certificate, .icon--bullseye-arrow, .icon--heart, .icon--list, .icon--task-flashing-cloud-2, .form__history-icon {
  font-family: 'FontAwesome';
  font-weight: 400; }

/*Solid*/
.fa, .icon, .popup-menu__item--has-submenu:after, .toggle__remove-icon, .model-selector-dropdown-select-icon,
.model-selector-dropdown-view .select-icon, .legacy .ses-select .select-icon, .icon--legacy-wrapper, .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .ui-dialog .ui-icon-closethick, .icon-stack__background, .icon-stack__foreground, .button.button--context-menu:after, body button.button--context-menu.ui-widget.ui-button:after, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:after, .legacy .button--context-menu.blockLinkButton:after, .legacy .button--context-menu.dc-input-button:after, .legacy button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .button--context-menu.modalPopupButton:after, .button--context-menu.ui-button.ui-button-text-only:after, body .ui-datepicker .ui-icon, .datacard-image-container--no-image,
.fas,
.icon--approval-button-approve,
.icon--approval-button-decline,
.icon--approval-button-details,
.icon--table-approval-declined,
.icon--lightbulb,
.icon--crown,
.icon--paper-plane,
.icon--handshake,
.icon--carrot,
.icon--address-book,
.icon--graduation-cap,
.icon--sun,
.icon--coffee,
.icon--calendar-alt,
.icon--file-alt,
.icon--sack-dollar,
.icon--suitcase,
.icon--globe-europe,
.icon--gem,
.icon--infobox-warning,
.form__help-icon:hover,
.form__history-icon:hover,
.v-data-table__info-icon:hover {
  font-family: 'FontAwesome';
  font-weight: 900; }

/*Brands*/
.fab {
  font-family: 'FontAwesomeBrands'; }

.fa, .icon, .popup-menu__item--has-submenu:after, .toggle__remove-icon, .model-selector-dropdown-select-icon,
.model-selector-dropdown-view .select-icon, .legacy .ses-select .select-icon, .icon--legacy-wrapper, .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .ui-dialog .ui-icon-closethick, .icon-stack__background, .icon-stack__foreground, .button.button--context-menu:after, body button.button--context-menu.ui-widget.ui-button:after, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:after, .legacy .button--context-menu.blockLinkButton:after, .legacy .button--context-menu.dc-input-button:after, .legacy button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .button--context-menu.modalPopupButton:after, .button--context-menu.ui-button.ui-button-text-only:after, body .ui-datepicker .ui-icon, .datacard-image-container--no-image,
.fas,
.icon--approval-button-approve,
.icon--approval-button-decline,
.icon--approval-button-details,
.icon--table-approval-declined,
.icon--lightbulb,
.icon--crown,
.icon--paper-plane,
.icon--handshake,
.icon--carrot,
.icon--address-book,
.icon--graduation-cap,
.icon--sun,
.icon--coffee,
.icon--calendar-alt,
.icon--file-alt,
.icon--sack-dollar,
.icon--suitcase,
.icon--globe-europe,
.icon--gem,
.icon--infobox-warning,
.form__help-icon:hover,
.form__history-icon:hover,
.v-data-table__info-icon:hover,
.far,
.icon--dropdown-arrow,
.icon--salary-review,
.icon--save,
.icon--approval-button-request-for-approval,
.icon--favorite-not-selected,
.icon--report-presentation-card,
.icon--report-presentation-barchart,
.icon--report-presentation-columnchart,
.icon--report-presentation-scatterplot,
.icon--horizontal-axis,
.icon--file-certificate,
.icon--bullseye-arrow,
.icon--heart,
.icon--list,
.icon--task-flashing-cloud-2,
.form__history-icon,
.fal,
.icon--user-settings,
.icon--sort-option,
.icon--sort-current-option,
.icon--comment,
.icon--report-presentation-table,
.form__help-icon,
.v-data-table__info-icon,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.icon, .fa-pull-left.popup-menu__item--has-submenu:after, .fa-pull-left.toggle__remove-icon, .fa-pull-left.model-selector-dropdown-select-icon,
.model-selector-dropdown-view .fa-pull-left.select-icon, .legacy .ses-select .fa-pull-left.select-icon, .fa-pull-left.icon--legacy-wrapper, .legacy .input-ui-tweak .fa-pull-left.dc_view_image_container.no-image, .legacy .ui-dialog .fa-pull-left.ui-icon-closethick, .fa-pull-left.icon-stack__background, .fa-pull-left.icon-stack__foreground, .fa-pull-left.button.button--context-menu:after, body button.fa-pull-left.button--context-menu.ui-widget.ui-button:after, body .ui-datepicker .ui-datepicker-buttonpane input.fa-pull-left.button--context-menu[type="button"]:after, .legacy .fa-pull-left.button--context-menu.blockLinkButton:after, .legacy .fa-pull-left.button--context-menu.dc-input-button:after, .legacy button.fa-pull-left.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .fa-pull-left.button--context-menu.modalPopupButton:after, .fa-pull-left.button--context-menu.ui-button.ui-button-text-only:after, body .ui-datepicker .fa-pull-left.ui-icon, .fa-pull-left.datacard-image-container--no-image,
.fas.fa-pull-left,
.fa-pull-left.icon--approval-button-approve,
.fa-pull-left.icon--approval-button-decline,
.fa-pull-left.icon--approval-button-details,
.fa-pull-left.icon--table-approval-declined,
.fa-pull-left.icon--lightbulb,
.fa-pull-left.icon--crown,
.fa-pull-left.icon--paper-plane,
.fa-pull-left.icon--handshake,
.fa-pull-left.icon--carrot,
.fa-pull-left.icon--address-book,
.fa-pull-left.icon--graduation-cap,
.fa-pull-left.icon--sun,
.fa-pull-left.icon--coffee,
.fa-pull-left.icon--calendar-alt,
.fa-pull-left.icon--file-alt,
.fa-pull-left.icon--sack-dollar,
.fa-pull-left.icon--suitcase,
.fa-pull-left.icon--globe-europe,
.fa-pull-left.icon--gem,
.fa-pull-left.icon--infobox-warning,
.fa-pull-left.form__help-icon:hover,
.fa-pull-left.form__history-icon:hover,
.fa-pull-left.v-data-table__info-icon:hover,
.far.fa-pull-left,
.fa-pull-left.icon--dropdown-arrow,
.fa-pull-left.icon--salary-review,
.fa-pull-left.icon--save,
.fa-pull-left.icon--approval-button-request-for-approval,
.fa-pull-left.icon--favorite-not-selected,
.fa-pull-left.icon--report-presentation-card,
.fa-pull-left.icon--report-presentation-barchart,
.fa-pull-left.icon--report-presentation-columnchart,
.fa-pull-left.icon--report-presentation-scatterplot,
.fa-pull-left.icon--horizontal-axis,
.fa-pull-left.icon--file-certificate,
.fa-pull-left.icon--bullseye-arrow,
.fa-pull-left.icon--heart,
.fa-pull-left.icon--list,
.fa-pull-left.icon--task-flashing-cloud-2,
.fa-pull-left.form__history-icon,
.fal.fa-pull-left,
.fa-pull-left.icon--user-settings,
.fa-pull-left.icon--sort-option,
.fa-pull-left.icon--sort-current-option,
.fa-pull-left.icon--comment,
.fa-pull-left.icon--report-presentation-table,
.fa-pull-left.form__help-icon,
.fa-pull-left.v-data-table__info-icon,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.icon, .fa-pull-right.popup-menu__item--has-submenu:after, .fa-pull-right.toggle__remove-icon, .fa-pull-right.model-selector-dropdown-select-icon,
.model-selector-dropdown-view .fa-pull-right.select-icon, .legacy .ses-select .fa-pull-right.select-icon, .fa-pull-right.icon--legacy-wrapper, .legacy .input-ui-tweak .fa-pull-right.dc_view_image_container.no-image, .legacy .ui-dialog .fa-pull-right.ui-icon-closethick, .fa-pull-right.icon-stack__background, .fa-pull-right.icon-stack__foreground, .fa-pull-right.button.button--context-menu:after, body button.fa-pull-right.button--context-menu.ui-widget.ui-button:after, body .ui-datepicker .ui-datepicker-buttonpane input.fa-pull-right.button--context-menu[type="button"]:after, .legacy .fa-pull-right.button--context-menu.blockLinkButton:after, .legacy .fa-pull-right.button--context-menu.dc-input-button:after, .legacy button.fa-pull-right.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .fa-pull-right.button--context-menu.modalPopupButton:after, .fa-pull-right.button--context-menu.ui-button.ui-button-text-only:after, body .ui-datepicker .fa-pull-right.ui-icon, .fa-pull-right.datacard-image-container--no-image,
.fas.fa-pull-right,
.fa-pull-right.icon--approval-button-approve,
.fa-pull-right.icon--approval-button-decline,
.fa-pull-right.icon--approval-button-details,
.fa-pull-right.icon--table-approval-declined,
.fa-pull-right.icon--lightbulb,
.fa-pull-right.icon--crown,
.fa-pull-right.icon--paper-plane,
.fa-pull-right.icon--handshake,
.fa-pull-right.icon--carrot,
.fa-pull-right.icon--address-book,
.fa-pull-right.icon--graduation-cap,
.fa-pull-right.icon--sun,
.fa-pull-right.icon--coffee,
.fa-pull-right.icon--calendar-alt,
.fa-pull-right.icon--file-alt,
.fa-pull-right.icon--sack-dollar,
.fa-pull-right.icon--suitcase,
.fa-pull-right.icon--globe-europe,
.fa-pull-right.icon--gem,
.fa-pull-right.icon--infobox-warning,
.fa-pull-right.form__help-icon:hover,
.fa-pull-right.form__history-icon:hover,
.fa-pull-right.v-data-table__info-icon:hover,
.far.fa-pull-right,
.fa-pull-right.icon--dropdown-arrow,
.fa-pull-right.icon--salary-review,
.fa-pull-right.icon--save,
.fa-pull-right.icon--approval-button-request-for-approval,
.fa-pull-right.icon--favorite-not-selected,
.fa-pull-right.icon--report-presentation-card,
.fa-pull-right.icon--report-presentation-barchart,
.fa-pull-right.icon--report-presentation-columnchart,
.fa-pull-right.icon--report-presentation-scatterplot,
.fa-pull-right.icon--horizontal-axis,
.fa-pull-right.icon--file-certificate,
.fa-pull-right.icon--bullseye-arrow,
.fa-pull-right.icon--heart,
.fa-pull-right.icon--list,
.fa-pull-right.icon--task-flashing-cloud-2,
.fa-pull-right.form__history-icon,
.fal.fa-pull-right,
.fa-pull-right.icon--user-settings,
.fa-pull-right.icon--sort-option,
.fa-pull-right.icon--sort-current-option,
.fa-pull-right.icon--comment,
.fa-pull-right.icon--report-presentation-table,
.fa-pull-right.form__help-icon,
.fa-pull-right.v-data-table__info-icon,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack, .icon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .icon-stack__foreground, .icon--task-flashing-cloud-1, .icon--task-flashing-cloud-2,
.fa-stack-2x,
.icon-stack__background {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x, .icon-stack__foreground, .icon--task-flashing-cloud-1, .icon--task-flashing-cloud-2 {
  line-height: inherit; }

.fa-stack-2x, .icon-stack__background {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before, .icon--address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before, .icon--report-presentation-stackedchart:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before, .icon--dropdown-arrow:before {
  content: "\f107"; }

.fa-angle-left:before, body .ui-datepicker .ui-datepicker-prev .ui-icon:before {
  content: "\f104"; }

.fa-angle-right:before, .icon--sub-menu:before, body .ui-datepicker .ui-datepicker-next .ui-icon:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before, .icon--horizontal-axis:before {
  content: "\f337"; }

.fa-arrows-alt-v:before, .icon--vertical-axis:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before, .input-ui-tweak .icon--declined:before,
.appr_form_table_container .icon--declined:before,
.approve-status-container .icon--declined:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before, .icon--bars:before, .icon--browse:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before, .icon--bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before, .icon--calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before, .icon--example:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before, .icon--dropdown:before, .model-selector-dropdown-select-icon:before,
.model-selector-dropdown-view .select-icon:before, .legacy .ses-select .select-icon:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before, .icon--carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before, .icon--report-presentation-barchart:before,
.icon--report-presentation-columnchart:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before, .icon--report-presentation-piechart:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before, .icon--report-presentation-scatterplot:before {
  content: "\f7ee"; }

.fa-check:before, .icon--check:before, .icon--table-approval-approved:before, .input-ui-tweak .icon--approved:before,
.appr_form_table_container .icon--approved:before,
.approve-status-container .icon--approved:before {
  content: "\f00c"; }

.fa-check-circle:before, .icon--approval-approve:before, .icon--approve-action:before, .icon--approval-button-approve:before, .icon--approval-button-request-for-approval:before, .icon--task-success:before, .icon--infobox-success:before, .input-ui-tweak .icon--approve-action:before,
.appr_form_table_container .icon--approve-action:before,
.approve-status-container .icon--approve-action:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before, .icon--show-vertical:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before, .icon--hide-horizontal:before {
  content: "\f137"; }

.fa-chevron-circle-right:before, .icon--show-horizontal:before {
  content: "\f138"; }

.fa-chevron-circle-up:before, .icon--hide-vertical:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before, .icon--sort-desc:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before, .icon--sort-asc:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before, .icon--circle:before, .icon--background:before, .icon--sort-option:before, .icon--sort-current-option:before, .icon--history-legacy:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before, .icon--task-flashing-cloud-1:before, .icon--task-flashing-cloud-2:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before, .icon--coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before, .icon--comment:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before, .input-ui-tweak .icon--request-for-approval:before,
.appr_form_table_container .icon--request-for-approval:before,
.approve-status-container .icon--request-for-approval:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before, .icon--compress-horizontal:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before, .icon--crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before, .icon--approval-button-decline:before, .icon--table-approval-declined:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before, .icon--context-menu:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before, .icon--mail:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before, .icon--infobox-warning:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before, .icon--infobox-error:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before, .icon--expand-horizontal:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before, .icon--file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before, .icon--file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before, .icon--gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before, .icon--shared-report:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before, .icon--globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before, .icon--graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before, .icon--handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before, .icon--heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before, .form__history-icon:before, .form__history-icon:hover:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before, .icon--report-presentation-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before, .icon--approval-button-details:before, .icon--infobox-information:before,
.icon--infobox-default:before, .v-data-table__info-icon:before, .v-data-table__info-icon:hover:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before, .icon--lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before, .icon--mobile:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before, .icon--salary-review:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before, .icon--paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before, .input-ui-tweak .icon--approval-open-for-edit:before,
.appr_form_table_container .icon--approval-open-for-edit:before,
.approve-status-container .icon--approval-open-for-edit:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before, .icon--add:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before, .icon--list:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before, .input-ui-tweak .icon--approval-other:before,
.appr_form_table_container .icon--approval-other:before,
.approve-status-container .icon--approval-other:before {
  content: "\f128"; }

.fa-question-circle:before, .form__help-icon:before, .form__help-icon:hover:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before, .icon--sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before, .icon--save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before, .icon--search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before, .icon--goto-page:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before, .icon--sort:before, .icon--sort-current-none:before, .v-data-table.theme--light .v-data-table-header .sortable:not(.active) .v-data-table-header__icon:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before, .icon--sort-current-desc:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before, .icon--sort-current-asc:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before, .icon--favorite-selected:before, .icon--favorite-not-selected:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before, .icon--report-presentation-gantt:before, .icon--suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before, .icon--sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before, .icon--report-presentation-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before, .toggle__remove-icon:before {
  content: "\f00d"; }

.fa-times-circle:before, .icon--close:before, .icon--close-dialog:before, .legacy .ui-dialog .ui-icon-closethick:before, .icon--remove:before, .icon--approval-decline:before, .icon--decline-action:before, .input-ui-tweak .icon--decline-action:before,
.appr_form_table_container .icon--decline-action:before,
.approve-status-container .icon--decline-action:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before, .icon--undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before, .icon--report-non-shared:before, .icon--personal-report:before, .datacard-image-container--no-image:before, .legacy .input-ui-tweak .dc_view_image_container.no-image:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before, .icon--user-settings:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before, .icon--report-shared:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before, .icon--settings:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.icon, .popup-menu__item--has-submenu:after, .toggle__remove-icon, .model-selector-dropdown-select-icon,
.model-selector-dropdown-view .select-icon, .legacy .ses-select .select-icon, .icon--legacy-wrapper, .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .ui-dialog .ui-icon-closethick {
  font-size: 1.3em;
  vertical-align: baseline; }
  .icon.fal, .icon.icon--user-settings, .icon--user-settings.popup-menu__item--has-submenu:after, .icon--user-settings.toggle__remove-icon, .icon--user-settings.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--user-settings.select-icon, .legacy .ses-select .icon--user-settings.select-icon, .icon--user-settings.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--user-settings.dc_view_image_container.no-image, .legacy .ui-dialog .icon--user-settings.ui-icon-closethick, .icon.icon--sort-option, .icon.icon--sort-current-option, .icon--sort-current-option.popup-menu__item--has-submenu:after, .icon--sort-current-option.toggle__remove-icon, .icon--sort-current-option.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--sort-current-option.select-icon, .legacy .ses-select .icon--sort-current-option.select-icon, .icon--sort-current-option.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--sort-current-option.dc_view_image_container.no-image, .legacy .ui-dialog .icon--sort-current-option.ui-icon-closethick, .icon--sort-option.popup-menu__item--has-submenu:after, .icon--sort-option.toggle__remove-icon, .icon--sort-option.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--sort-option.select-icon, .legacy .ses-select .icon--sort-option.select-icon, .icon--sort-option.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--sort-option.dc_view_image_container.no-image, .legacy .ui-dialog .icon--sort-option.ui-icon-closethick, .icon.icon--comment, .icon--comment.popup-menu__item--has-submenu:after, .icon--comment.toggle__remove-icon, .icon--comment.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--comment.select-icon, .legacy .ses-select .icon--comment.select-icon, .icon--comment.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--comment.dc_view_image_container.no-image, .legacy .ui-dialog .icon--comment.ui-icon-closethick, .icon.icon--report-presentation-table, .icon--report-presentation-table.popup-menu__item--has-submenu:after, .icon--report-presentation-table.toggle__remove-icon, .icon--report-presentation-table.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--report-presentation-table.select-icon, .legacy .ses-select .icon--report-presentation-table.select-icon, .icon--report-presentation-table.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--report-presentation-table.dc_view_image_container.no-image, .legacy .ui-dialog .icon--report-presentation-table.ui-icon-closethick, .fal.popup-menu__item--has-submenu:after, .popup-menu__item--has-submenu.form__help-icon:after, .popup-menu__item--has-submenu.v-data-table__info-icon:after, .fal.toggle__remove-icon, .toggle__remove-icon.form__help-icon, .toggle__remove-icon.v-data-table__info-icon, .icon.form__help-icon, .form__help-icon.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .form__help-icon.select-icon, .legacy .ses-select .form__help-icon.select-icon, .form__help-icon.icon--legacy-wrapper, .legacy .input-ui-tweak .form__help-icon.dc_view_image_container.no-image, .legacy .ui-dialog .form__help-icon.ui-icon-closethick, .fal.model-selector-dropdown-select-icon, .model-selector-dropdown-select-icon.v-data-table__info-icon,
  .model-selector-dropdown-view .fal.select-icon, .legacy .ses-select .fal.select-icon,
  .model-selector-dropdown-view .select-icon.v-data-table__info-icon, .legacy .ses-select .select-icon.v-data-table__info-icon, .icon.v-data-table__info-icon, .v-data-table__info-icon.icon--legacy-wrapper, .legacy .input-ui-tweak .v-data-table__info-icon.dc_view_image_container.no-image, .legacy .ui-dialog .v-data-table__info-icon.ui-icon-closethick, .fal.icon--legacy-wrapper, .legacy .input-ui-tweak .fal.dc_view_image_container.no-image, .legacy .ui-dialog .fal.ui-icon-closethick {
    font-weight: 300; }
  .icon.far, .icon.icon--dropdown-arrow, .icon--dropdown-arrow.popup-menu__item--has-submenu:after, .icon--dropdown-arrow.toggle__remove-icon, .icon--dropdown-arrow.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--dropdown-arrow.select-icon, .legacy .ses-select .icon--dropdown-arrow.select-icon, .icon--dropdown-arrow.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--dropdown-arrow.dc_view_image_container.no-image, .legacy .ui-dialog .icon--dropdown-arrow.ui-icon-closethick, .icon.icon--salary-review, .icon--salary-review.popup-menu__item--has-submenu:after, .icon--salary-review.toggle__remove-icon, .icon--salary-review.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--salary-review.select-icon, .legacy .ses-select .icon--salary-review.select-icon, .icon--salary-review.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--salary-review.dc_view_image_container.no-image, .legacy .ui-dialog .icon--salary-review.ui-icon-closethick, .icon.icon--save, .icon--save.popup-menu__item--has-submenu:after, .icon--save.toggle__remove-icon, .icon--save.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--save.select-icon, .legacy .ses-select .icon--save.select-icon, .icon--save.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--save.dc_view_image_container.no-image, .legacy .ui-dialog .icon--save.ui-icon-closethick, .icon.icon--approval-button-request-for-approval, .icon--approval-button-request-for-approval.popup-menu__item--has-submenu:after, .icon--approval-button-request-for-approval.toggle__remove-icon, .icon--approval-button-request-for-approval.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--approval-button-request-for-approval.select-icon, .legacy .ses-select .icon--approval-button-request-for-approval.select-icon, .icon--approval-button-request-for-approval.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--approval-button-request-for-approval.dc_view_image_container.no-image, .legacy .ui-dialog .icon--approval-button-request-for-approval.ui-icon-closethick, .icon.icon--favorite-not-selected, .icon--favorite-not-selected.popup-menu__item--has-submenu:after, .icon--favorite-not-selected.toggle__remove-icon, .icon--favorite-not-selected.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--favorite-not-selected.select-icon, .legacy .ses-select .icon--favorite-not-selected.select-icon, .icon--favorite-not-selected.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--favorite-not-selected.dc_view_image_container.no-image, .legacy .ui-dialog .icon--favorite-not-selected.ui-icon-closethick, .icon.icon--report-presentation-card, .icon--report-presentation-card.popup-menu__item--has-submenu:after, .icon--report-presentation-card.toggle__remove-icon, .icon--report-presentation-card.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--report-presentation-card.select-icon, .legacy .ses-select .icon--report-presentation-card.select-icon, .icon--report-presentation-card.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--report-presentation-card.dc_view_image_container.no-image, .legacy .ui-dialog .icon--report-presentation-card.ui-icon-closethick, .icon.icon--report-presentation-barchart, .icon--report-presentation-barchart.popup-menu__item--has-submenu:after, .icon--report-presentation-barchart.toggle__remove-icon, .icon--report-presentation-barchart.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--report-presentation-barchart.select-icon, .legacy .ses-select .icon--report-presentation-barchart.select-icon, .icon--report-presentation-barchart.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--report-presentation-barchart.dc_view_image_container.no-image, .legacy .ui-dialog .icon--report-presentation-barchart.ui-icon-closethick,
  .icon.icon--report-presentation-columnchart, .icon--report-presentation-columnchart.popup-menu__item--has-submenu:after, .icon--report-presentation-columnchart.toggle__remove-icon, .icon--report-presentation-columnchart.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--report-presentation-columnchart.select-icon, .legacy .ses-select .icon--report-presentation-columnchart.select-icon, .icon--report-presentation-columnchart.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--report-presentation-columnchart.dc_view_image_container.no-image, .legacy .ui-dialog .icon--report-presentation-columnchart.ui-icon-closethick, .icon.icon--report-presentation-scatterplot, .icon--report-presentation-scatterplot.popup-menu__item--has-submenu:after, .icon--report-presentation-scatterplot.toggle__remove-icon, .icon--report-presentation-scatterplot.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--report-presentation-scatterplot.select-icon, .legacy .ses-select .icon--report-presentation-scatterplot.select-icon, .icon--report-presentation-scatterplot.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--report-presentation-scatterplot.dc_view_image_container.no-image, .legacy .ui-dialog .icon--report-presentation-scatterplot.ui-icon-closethick, .icon.icon--horizontal-axis, .icon--horizontal-axis.popup-menu__item--has-submenu:after, .icon--horizontal-axis.toggle__remove-icon, .icon--horizontal-axis.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--horizontal-axis.select-icon, .legacy .ses-select .icon--horizontal-axis.select-icon, .icon--horizontal-axis.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--horizontal-axis.dc_view_image_container.no-image, .legacy .ui-dialog .icon--horizontal-axis.ui-icon-closethick, .icon.icon--file-certificate, .icon--file-certificate.popup-menu__item--has-submenu:after, .icon--file-certificate.toggle__remove-icon, .icon--file-certificate.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--file-certificate.select-icon, .legacy .ses-select .icon--file-certificate.select-icon, .icon--file-certificate.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--file-certificate.dc_view_image_container.no-image, .legacy .ui-dialog .icon--file-certificate.ui-icon-closethick, .icon.icon--bullseye-arrow, .icon--bullseye-arrow.popup-menu__item--has-submenu:after, .icon--bullseye-arrow.toggle__remove-icon, .icon--bullseye-arrow.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--bullseye-arrow.select-icon, .legacy .ses-select .icon--bullseye-arrow.select-icon, .icon--bullseye-arrow.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--bullseye-arrow.dc_view_image_container.no-image, .legacy .ui-dialog .icon--bullseye-arrow.ui-icon-closethick, .icon.icon--heart, .icon--heart.popup-menu__item--has-submenu:after, .icon--heart.toggle__remove-icon, .icon--heart.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--heart.select-icon, .legacy .ses-select .icon--heart.select-icon, .icon--heart.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--heart.dc_view_image_container.no-image, .legacy .ui-dialog .icon--heart.ui-icon-closethick, .icon.icon--list, .icon--list.popup-menu__item--has-submenu:after, .icon--list.toggle__remove-icon, .icon--list.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--list.select-icon, .legacy .ses-select .icon--list.select-icon, .icon--list.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--list.dc_view_image_container.no-image, .legacy .ui-dialog .icon--list.ui-icon-closethick, .icon.icon--task-flashing-cloud-2, .icon--task-flashing-cloud-2.popup-menu__item--has-submenu:after, .icon--task-flashing-cloud-2.toggle__remove-icon, .icon--task-flashing-cloud-2.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .icon--task-flashing-cloud-2.select-icon, .legacy .ses-select .icon--task-flashing-cloud-2.select-icon, .icon--task-flashing-cloud-2.icon--legacy-wrapper, .legacy .input-ui-tweak .icon--task-flashing-cloud-2.dc_view_image_container.no-image, .legacy .ui-dialog .icon--task-flashing-cloud-2.ui-icon-closethick, .far.popup-menu__item--has-submenu:after, .popup-menu__item--has-submenu.form__history-icon:after, .far.toggle__remove-icon, .toggle__remove-icon.form__history-icon, .icon.form__history-icon, .form__history-icon.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .form__history-icon.select-icon, .legacy .ses-select .form__history-icon.select-icon, .form__history-icon.icon--legacy-wrapper, .legacy .input-ui-tweak .form__history-icon.dc_view_image_container.no-image, .legacy .ui-dialog .form__history-icon.ui-icon-closethick, .far.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .far.select-icon, .legacy .ses-select .far.select-icon, .far.icon--legacy-wrapper, .legacy .input-ui-tweak .far.dc_view_image_container.no-image, .legacy .ui-dialog .far.ui-icon-closethick {
    font-weight: 400; }
  .icon.fab, .fab.popup-menu__item--has-submenu:after, .fab.toggle__remove-icon, .fab.model-selector-dropdown-select-icon,
  .model-selector-dropdown-view .fab.select-icon, .legacy .ses-select .fab.select-icon, .fab.icon--legacy-wrapper, .legacy .input-ui-tweak .fab.dc_view_image_container.no-image, .legacy .ui-dialog .fab.ui-icon-closethick {
    font-family: 'FontAwesomeBrands';
    font-weight: normal; }

.icon--small, .toggle__remove-icon {
  font-size: 0.9em; }

.icon--medium, .icon--close-dialog {
  font-size: 1.3em; }

.icon--large {
  font-size: 19.5px;
  font-size: 1.8em; }

.icon--xlarge {
  font-size: 3em; }

.icon--xxlarge {
  font-size: 6em; }

.icon--standalone, .icon--legacy-wrapper, .icon--approve-action, .icon--decline-action, .legacy .ui-dialog .ui-icon-closethick {
  color: #555; }

.icon--center, .icon--close-dialog {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.42em; }

.icon--shadow::after, .icon--close-dialog::after,
.icon--solid-bg::after,
.icon--close-dialog::after,
.legacy .ui-dialog .ui-icon-closethick::after {
  position: absolute;
  left: 0.05em;
  top: 0.12em;
  width: 0.75em;
  height: 0.75em;
  content: "";
  border-radius: 1em;
  z-index: -1; }

.icon--solid-bg::after, .icon--close-dialog::after, .legacy .ui-dialog .ui-icon-closethick::after {
  background-color: white; }

.icon--center.icon--solid-bg::before, .icon--close-dialog::before, .legacy .ui-dialog .icon--center.ui-icon-closethick::before, .legacy .ui-dialog .ui-icon-closethick.icon--close-dialog::before {
  z-index: 10;
  position: absolute; }

.icon--center.icon--solid-bg::after, .icon--close-dialog::after, .legacy .ui-dialog .icon--center.ui-icon-closethick::after, .legacy .ui-dialog .ui-icon-closethick.icon--close-dialog::after {
  z-index: 0; }

@media screen {
  .icon--shadow::after, .icon--close-dialog::after {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); } }

.icon--close-dialog {
  color: #555;
  cursor: pointer; }

.icon--in-button, .icon--approval-button-approve, .icon--approval-button-decline, .icon--approval-button-details, .icon--approval-button-request-for-approval {
  color: inherit;
  font-size: inherit;
  vertical-align: middle; }

.icon--effect {
  color: #AC0023; }

.icon--delicate {
  opacity: 0.5; }

.icon--disabled {
  color: #aaa; }

.icon--dialog {
  color: #ddd;
  padding: 0 10px; }

/**
    Used in controls related to adding something

    @section icons.library
    @modifier icon--add
*/
/**
    Icon related to closing/removing something, e.g. dialog

    @section icons.library
    @modifier icon--close
*/
/**
    Circle icon to be used e.g. as background

    @section icons.library
    @modifier icon--circle
*/
/**
    Default background icon for icon stacks

    @section icons.library
    @modifier icon--background
*/
/**
    Icon used to visualize rows

    @section icons.library
    @modifier icon--bars
*/
/**
    Icon for demonstration purposes

    @section icons.library
    @modifier icon--example
*/
/**
    To visualize horizontal expanding

    @section icons.library
    @modifier icon--expand-horizontal
*/
.icon--expand-horizontal {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/**
    To visualize horizontal compressing

    @section icons.library
    @modifier icon--compress-horizontal
*/
.icon--compress-horizontal {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/**
    Used in dropdown-like controls where icon already has a background.
    If icon is used e.g. within a plain link, <code>icon--dropdown</code>
    is more suitable.

    @section icons.library
    @modifier icon--dropdown-arrow
*/
/**
    Used with controls that e.g. shows a popup menu.

    @section icons.library
    @modifier icon--dropdown
*/
/**
    Used in settings related things

    @section icons.library
    @modifier icon--settings
*/
/**
    Used in user settings related things

    @section icons.library
    @modifier icon--user-settings
*/
/**
    Used in salary review related things

    @section icons.library
    @modifier icon--salary-review
*/
/**
    Used in saving related things

    @section icons.library
    @modifier icon--save
*/
/**
    Used mark that something is checked/selected

    @section icons.library
    @modifier icon--check
*/
/**
    To hide something, horizontal "movement"

    @section icons.library
    @modifier icon--hide-horizontal
*/
/**
    To show something, horizontal "movement"

    @section icons.library
    @modifier icon--show-horizontal
*/
/**
    To hide something, vertical "movement"

    @section icons.library
    @modifier icon--hide-vertical
*/
/**
    To make something visible, vertical "movement"

    @section icons.library
    @modifier icon--show-vertical
*/
/**
    Icon to be used in mail related controls.

    @section icons.library
    @modifier icon--mail
*/
/**
    Use this icon in controls that open some kind of list to select value.

    @section icons.library
    @modifier icon--browse
*/
/**
    Icon for search buttons/inputs.

    @section icons.library
    @modifier icon--search
*/
/**
    Icon for sort buttons/links.

    @section icons.library
    @modifier icon--sort
*/
/**
    Icon for ascending sort

    @section icons.library
    @modifier icon--sort-asc
*/
/**
    Icon for descending sort

    @section icons.library
    @modifier icon--sort-desc
*/
/**
    Icon for option order sort

    @section icons.library
    @modifier icon--sort-option
*/
/**
    Icon to describe that sort is not defined

    @section icons.library
    @modifier icon--sort-current-none
*/
/**
    Icon to describe an ascending sort state

    @section icons.library
    @modifier icon--sort-current-asc
*/
/**
    Icon to describe a descending sort state

    @section icons.library
    @modifier icon--sort-current-desc
*/
/**
    Icon to describe a option sort state

    @section icons.library
    @modifier icon--sort-current-option
*/
/**
    Icon to visualize the shared state of the report

    @section icons.library
    @modifier icon--report-shared
*/
/**
    Icon to visualize non-shared state of the report

    @section icons.library
    @modifier icon--report-non-shared
*/
/**
    Used in controls related to removing/deleting something 

    @section icons.library
    @modifier icon--remove
*/
/**
    An icon used within links/controls that navigates an user to an other page/view
    in Sympa

    @section icons.library
    @modifier icon--goto-page
*/
/**
    An icon used within links/controls that is used to approve an approval request

    @section icons.library
    @modifier icon--approval-approve
*/
.icon--approval-button-approve {
  color: #336600; }

.icon--approval-button-decline {
  color: #8c353a; }

.icon--approval-button-details {
  color: #3c3c3c; }

.icon--approval-button-request-for-approval {
  color: #336600; }

.icon--table-approval-approved {
  color: #336600;
  margin-right: 3px; }

.icon--table-approval-declined {
  margin-right: 3px;
  color: #8c353a; }

/**
    An icon used within links/controls that is used to decline an approval request

    @section icons.library
    @modifier icon--approval-decline
*/
/**
    An icon used to present that something is marked as a favorite

    @section icons.library
    @modifier icon--favorite-selected
*/
/**
    An icon used to present a possibility to mark something as a favorite, but the current
    state is "not a favorite".

    @section icons.library
    @modifier icon--favorite-not-selected
*/
/**
    An icon used to present that something relates to a mobile

    @section icons.library
    @modifier icon--mobile
*/
/**
    An icon used to present a table report presentation

    @section icons.library
    @modifier icon--report-presentation-table
*/
/**
    An icon used to present a infocard report presentation

    @section icons.library
    @modifier icon--report-presentation-table
*/
/**
    An icon used to present a barchart/columnchart report presentation

    @section icons.library
    @modifier icon--report-presentation-barchart
*/
/**
    An icon used to present a piechart report presentation

    @section icons.library
    @modifier icon--report-presentation-piechart
*/
/**
    An icon used to present a scatterplot report presentation

    @section icons.library
    @modifier icon--report-presentation-scatterplot
*/
/**
    An icon used to present a piechart report presentation

    @section icons.library
    @modifier icon--report-presentation-gantt
*/
/**
    An icon used to present a stackedchart report presentation

    @section icons.library
    @modifier icon--report-presentation-stackedchart
*/
/**
    An icon used to present a vertical axis

    @section icons.library
    @modifier icon--vertical-axis
*/
/**
    An icon used to present a horizontal axis

    @section icons.library
    @modifier icon--horizontal-axis
*/
/**
    An icon used to present an undo action

    @section icons.library
    @modifier icon--undo
*/
/**
    An icon used in context menu buttons

    @section icons.library
    @modifier icon--context-menu
*/
/**
    An icon used with shared reports

    @section icons.library
    @modifier icon--shared-report
*/
/**
    An icon used with personal reports

    @section icons.library
    @modifier icon--personal-report
*/
/**
    @section icons.library
    @modifier icon--lightbulb
*/
/**
    @section icons.library
    @modifier icon--crown
*/
/**
    @section icons.library
    @modifier icon--file-certificate
*/
/**
    @section icons.library
    @modifier icon--paper-plane
*/
/**
    @section icons.library
    @modifier icon--handshake
*/
/**
    @section icons.library
    @modifier icon--carrot
*/
/**
    @section icons.library
    @modifier icon--address-book
*/
/**
    @section icons.library
    @modifier icon--graduation-cap
*/
/**
    @section icons.library
    @modifier icon--bullseye-arrow
*/
/**
    @section icons.library
    @modifier icon--sun
*/
/**
    @section icons.library
    @modifier icon--coffee
*/
/**
    @section icons.library
    @modifier icon--calendar-alt
*/
/**
    @section icons.library
    @modifier icon--file-alt
*/
/**
    @section icons.library
    @modifier icon--sack-dollar
*/
/**
    @section icons.library
    @modifier icon--suitcase
*/
/**
    @section icons.library
    @modifier icon--globe-europe
*/
/**
    @section icons.library
    @modifier icon--gem
*/
/**
    @section icons.library
    @modifier icon--heart
*/
/**
    @section icons.library
    @modifier icon--list
*/
.icon-stack {
  vertical-align: bottom;
  font-size: 68%; }
  .icon-stack__background {
    top: 1px; }
  .icon-stack.icon-stack--standalone .icon-stack__background {
    color: #555; }
  .icon-stack__foreground {
    top: 1px;
    color: white; }
  .icon-stack.icon-stack--in-button {
    vertical-align: text-top; }
    .icon-stack.icon-stack--in-button .icon-stack__background {
      color: inherit; }
    .icon-stack.icon-stack--in-button .icon-stack__foreground {
      color: #555; }
  .icon-stack.icon-stack--in-button.icon-stack--disabled .icon-stack__background {
    color: inherit; }
  .icon-stack.icon-stack--in-button.icon-stack--disabled .icon-stack__foreground {
    color: #ddd; }

.icon-stack--hover:hover {
  color: #3c3c3c; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .icon-stack__foreground {
    top: 0px; } }

.icon-add-on, .autocomplete {
  display: inline-block;
  position: relative; }

.icon-add-on__content, .autocomplete__input {
  display: inline-block; }

.icon-add-on__icon, .autocomplete__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5em;
  font-size: 0.7em; }

.icon-add-on--button .icon-add-on__icon, .autocomplete .icon-add-on__icon, .icon-add-on--button .autocomplete__icon, .autocomplete .autocomplete__icon {
  background-color: #555;
  color: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
  border-radius: 0 2px 2px 0;
  font-size: 0.7em; }

@keyframes pulse-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse-out {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.icon--task {
  font-size: 22px; }

.icon--task-flashing-cloud-1 {
  animation-name: pulse-in;
  animation-duration: 10s;
  animation-iteration-count: infinite; }

.icon--task-flashing-cloud-2 {
  animation-name: pulse-out;
  animation-duration: 10s;
  animation-iteration-count: infinite; }

.icon--fade-out {
  animation-name: fade-out;
  animation-duration: 3s;
  animation-fill-mode: both; }

.icon--drag-grip {
  font-size: 1.9em;
  line-height: 0.7;
  font-weight: 300;
  letter-spacing: 3px;
  padding-left: 3px;
  white-space: nowrap;
  opacity: 0.6;
  cursor: move;
  display: block; }
  .icon--drag-grip:before {
    content: '\f142\f142'; }

.link:not(.link--no-styling), .input-ui-tweak .table-show-all:not(.link--no-styling), .legacy .profile-report-container .button-info-text:not(.link--no-styling),
.legacy .profile-report-container .specs-setup-label:not(.link--no-styling), .legacy a:not(.link--no-styling) {
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font: 13px "Lato", sans-serif; }
  .link:not(.link--no-styling):visited, .input-ui-tweak .table-show-all:not(.link--no-styling):visited, .legacy .profile-report-container .button-info-text:not(.link--no-styling):visited,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling):visited, .legacy a:not(.link--no-styling):visited {
    color: #000; }
  .link:not(.link--no-styling).link--hover, .input-ui-tweak .table-show-all:not(.link--no-styling).link--hover, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--hover,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--hover, .legacy a:not(.link--no-styling).link--hover, .link:not(.link--no-styling):hover, .input-ui-tweak .table-show-all:not(.link--no-styling):hover, .legacy .profile-report-container .button-info-text:not(.link--no-styling):hover,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling):hover, .legacy a:not(.link--no-styling):hover {
    color: #000; }
  .link:not(.link--no-styling).link--bold, .input-ui-tweak .table-show-all:not(.link--no-styling).link--bold, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--bold,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--bold, .legacy a:not(.link--no-styling).link--bold {
    font-weight: bold; }
  .link:not(.link--no-styling).link--wide, .input-ui-tweak .table-show-all:not(.link--no-styling).link--wide, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--wide,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--wide, .legacy a:not(.link--no-styling).link--wide {
    display: block; }
  .link:not(.link--no-styling).link--image-only, .input-ui-tweak .table-show-all:not(.link--no-styling).link--image-only, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--image-only,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--image-only, .legacy a:not(.link--no-styling).link--image-only {
    line-height: 0;
    display: block; }
  .link:not(.link--no-styling).link--text-only, .input-ui-tweak .table-show-all:not(.link--no-styling).link--text-only, .input-ui-tweak .legacy .table-show-all.dc-field-link:not(.link--no-styling), .legacy .input-ui-tweak .table-show-all.dc-field-link:not(.link--no-styling), .legacy .f_field_header a:not(.link--no-styling), .legacy .link.dc-field-link:not(.link--no-styling), .legacy .profile-report-container .dc-field-link.button-info-text:not(.link--no-styling), .legacy .profile-report-container .dc-field-link.specs-setup-label:not(.link--no-styling), .legacy a.dc-field-link:not(.link--no-styling), .legacy #profileContentTable a:not(.link--no-styling), .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--text-only,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--text-only, .legacy a:not(.link--no-styling).link--text-only {
    content: ''; }
  .link:not(.link--no-styling).link--menu, .input-ui-tweak .table-show-all:not(.link--no-styling).link--menu, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--menu,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--menu, .legacy a:not(.link--no-styling).link--menu {
    display: block; }
  .link:not(.link--no-styling).link--small, .input-ui-tweak .table-show-all:not(.link--no-styling).link--small, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--small,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--small, .legacy a:not(.link--no-styling).link--small {
    font-size: 12px; }
  .link:not(.link--no-styling).link--large, .input-ui-tweak .table-show-all:not(.link--no-styling).link--large, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--large,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--large, .legacy a:not(.link--no-styling).link--large {
    font-size: 18.2px; }
  .link:not(.link--no-styling).link--x-large, .input-ui-tweak .table-show-all:not(.link--no-styling).link--x-large, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--x-large,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--x-large, .legacy a:not(.link--no-styling).link--x-large {
    font-size: 23.4px;
    text-transform: uppercase; }
  .link:not(.link--no-styling).link--inherit-size, .input-ui-tweak .table-show-all:not(.link--no-styling).link--inherit-size, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--inherit-size,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--inherit-size, .legacy a:not(.link--no-styling).link--inherit-size {
    font-size: inherit; }
  .link:not(.link--no-styling).link--text-color, .input-ui-tweak .table-show-all:not(.link--no-styling).link--text-color, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--text-color,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--text-color, .legacy a:not(.link--no-styling).link--text-color, .link:not(.link--no-styling).link--inherit-color, .input-ui-tweak .table-show-all:not(.link--no-styling).link--inherit-color, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--inherit-color,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--inherit-color, .legacy a:not(.link--no-styling).link--inherit-color {
    color: inherit; }
  .link:not(.link--no-styling).link--delicate, .input-ui-tweak .table-show-all:not(.link--no-styling).link--delicate, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--delicate,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--delicate, .legacy a:not(.link--no-styling).link--delicate {
    color: rgba(0, 0, 0, 0.8); }
  .link:not(.link--no-styling).link--settings-flavor, .input-ui-tweak .table-show-all:not(.link--no-styling).link--settings-flavor, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--settings-flavor,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--settings-flavor, .legacy a:not(.link--no-styling).link--settings-flavor {
    color: #169BD5; }
  .link:not(.link--no-styling).link--disabled, .input-ui-tweak .table-show-all:not(.link--no-styling).link--disabled, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--disabled,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--disabled, .legacy a:not(.link--no-styling).link--disabled {
    color: #aaa;
    cursor: default; }
  .link:not(.link--no-styling).link--passive, .input-ui-tweak .table-show-all:not(.link--no-styling).link--passive, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--passive,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--passive, .legacy a:not(.link--no-styling).link--passive {
    color: #aaa; }
  .link:not(.link--no-styling).link--special, .input-ui-tweak .table-show-all:not(.link--no-styling).link--special, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--special,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--special, .legacy a:not(.link--no-styling).link--special {
    color: #36A9CE; }
  .link:not(.link--no-styling).link--special:hover, .input-ui-tweak .table-show-all:not(.link--no-styling).link--special:hover, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--special:hover,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--special:hover, .legacy a:not(.link--no-styling).link--special:hover {
    text-decoration: underline; }
  .link:not(.link--no-styling) .link__icon, .input-ui-tweak .table-show-all:not(.link--no-styling) .link__icon, .legacy .profile-report-container .button-info-text:not(.link--no-styling) .link__icon,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling) .link__icon, .legacy a:not(.link--no-styling) .link__icon,
  .link:not(.link--no-styling) .link__icon-at-left, .input-ui-tweak .table-show-all:not(.link--no-styling) .link__icon-at-left, .legacy .profile-report-container .button-info-text:not(.link--no-styling) .link__icon-at-left,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling) .link__icon-at-left, .legacy a:not(.link--no-styling) .link__icon-at-left {
    display: inline;
    vertical-align: -1px; }
  .link:not(.link--no-styling) .link__icon, .input-ui-tweak .table-show-all:not(.link--no-styling) .link__icon, .legacy .profile-report-container .button-info-text:not(.link--no-styling) .link__icon,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling) .link__icon, .legacy a:not(.link--no-styling) .link__icon {
    margin-left: 3px; }
  .link:not(.link--no-styling) .link__icon-at-left, .input-ui-tweak .table-show-all:not(.link--no-styling) .link__icon-at-left, .legacy .profile-report-container .button-info-text:not(.link--no-styling) .link__icon-at-left,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling) .link__icon-at-left, .legacy a:not(.link--no-styling) .link__icon-at-left {
    margin-right: 3px; }
  .link:not(.link--no-styling).link--nowrap, .input-ui-tweak .table-show-all:not(.link--no-styling).link--nowrap, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--nowrap,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--nowrap, .legacy a:not(.link--no-styling).link--nowrap {
    white-space: nowrap; }
  .link:not(.link--no-styling).link--stripped, .input-ui-tweak .table-show-all:not(.link--no-styling).link--stripped, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--stripped,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--stripped, .legacy a:not(.link--no-styling).link--stripped, .link:not(.link--no-styling).link--stripped-left, .input-ui-tweak .table-show-all:not(.link--no-styling).link--stripped-left, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--stripped-left,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--stripped-left, .legacy a:not(.link--no-styling).link--stripped-left {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .link:not(.link--no-styling).link--stripped.link--wide, .input-ui-tweak .table-show-all:not(.link--no-styling).link--stripped.link--wide, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--stripped.link--wide,
    .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--stripped.link--wide, .legacy a:not(.link--no-styling).link--stripped.link--wide, .link:not(.link--no-styling).link--stripped-left.link--wide, .input-ui-tweak .table-show-all:not(.link--no-styling).link--stripped-left.link--wide, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--stripped-left.link--wide,
    .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--stripped-left.link--wide, .legacy a:not(.link--no-styling).link--stripped-left.link--wide {
      display: block; }
  .link:not(.link--no-styling) .link__content, .input-ui-tweak .table-show-all:not(.link--no-styling) .link__content, .legacy .profile-report-container .button-info-text:not(.link--no-styling) .link__content,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling) .link__content, .legacy a:not(.link--no-styling) .link__content {
    display: inline; }
  .link:not(.link--no-styling).link--stripped-left .link__content, .input-ui-tweak .table-show-all:not(.link--no-styling).link--stripped-left .link__content, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--stripped-left .link__content,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--stripped-left .link__content, .legacy a:not(.link--no-styling).link--stripped-left .link__content {
    float: right; }
  .link:not(.link--no-styling).link--open:before, .input-ui-tweak .table-show-all:not(.link--no-styling).link--open:before, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--open:before,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--open:before, .legacy a:not(.link--no-styling).link--open:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.85em;
    margin-right: 5px; }
  .link:not(.link--no-styling).link--in-table:not(.link--disabled), .input-ui-tweak .table-show-all:not(.link--no-styling).link--in-table:not(.link--disabled), .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--in-table:not(.link--disabled),
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--in-table:not(.link--disabled), .legacy a:not(.link--no-styling).link--in-table:not(.link--disabled) {
    color: #459fc0; }
    .link:not(.link--no-styling).link--in-table:not(.link--disabled):hover, .input-ui-tweak .table-show-all:not(.link--no-styling).link--in-table:not(.link--disabled):hover, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--in-table:not(.link--disabled):hover,
    .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--in-table:not(.link--disabled):hover, .legacy a:not(.link--no-styling).link--in-table:not(.link--disabled):hover {
      text-decoration: underline; }
  .link:not(.link--no-styling).link--infobox, .input-ui-tweak .table-show-all:not(.link--no-styling).link--infobox, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--infobox,
  .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--infobox, .legacy a:not(.link--no-styling).link--infobox {
    color: inherit;
    font-weight: bold;
    text-decoration: underline; }
    .link:not(.link--no-styling).link--infobox:hover, .input-ui-tweak .table-show-all:not(.link--no-styling).link--infobox:hover, .legacy .profile-report-container .button-info-text:not(.link--no-styling).link--infobox:hover,
    .legacy .profile-report-container .specs-setup-label:not(.link--no-styling).link--infobox:hover, .legacy a:not(.link--no-styling).link--infobox:hover {
      text-decoration: none; }

option.option--passive {
  color: #aaa; }

.link--no-styling {
  color: inherit;
  text-decoration: inherit; }

.link--emphasize-hover:hover {
  color: #8c353a; }

.link--settings-flavor {
  color: #169BD5; }

fieldset {
  border: 0;
  margin-left: 0.5em;
  padding-right: 0; }

.glass-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: RGBA(170, 170, 170, 0.4);
  z-index: 90; }

.heading, body .ui-dialog .ui-dialog-title, .legacy [id$="SearchResultsCountLabel"], .legacy .input-ui-tweak .td_datacardfields .dc_view_title, .legacy .block_top .block_name, .legacy .f_field_header.table-field-header,
.legacy .f_field_header.form-link-title, .legacy .f_field_header.table-field-header > p > strong,
.legacy .f_field_header.form-link-title > p > strong, .legacy .block_bottom_item_header, .legacy .public_query_titlebar, .legacy div.f_title, .legacy .table-field-header, .legacy .ui-dialog-title.f_field_header, .legacy .p_row_title, .legacy .profile-report-container .reportspecs_header_info span, .legacy .front_page_admin_select_fields, .legacy .modalHeader, .legacy .ui-dialog .ui-dialog-title {
  font: 400 16px "Lato", sans-serif;
  color: #AC0023;
  margin-top: 0;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  text-transform: uppercase; }

.heading--small, .legacy [id$="SearchResultsCountLabel"], .legacy .f_field_header.table-field-header,
.legacy .f_field_header.form-link-title, .legacy .f_field_header.table-field-header > p > strong,
.legacy .f_field_header.form-link-title > p > strong, .legacy .block_bottom_item_header, .legacy .public_query_titlebar, .legacy .table-field-header, .legacy .p_row_title, .legacy .front_page_admin_select_fields, .legacy .modalHeader {
  font: 400 14px "Lato", sans-serif;
  margin-bottom: 5px;
  padding-top: 10px; }

.heading--large, .legacy .block_top .block_name {
  font: 400 20px "Lato", sans-serif; }

.heading--xlarge {
  font: 400 24px "Lato", sans-serif; }

.heading--uppercase {
  text-transform: uppercase; }

.heading--crop {
  overflow: hidden; }

.heading--case-sensitive-content {
  text-transform: none; }

.heading--in-header {
  color: white;
  margin: 0; }

.heading--in-layout {
  margin: 0; }

.heading--interactive {
  color: #000; }

.heading--interactive:hover {
  text-decoration: underline; }

.heading--passive {
  color: #a6a6a6; }

.label {
  font: 13px "Lato", sans-serif; }
  .label.label--fieldset {
    font-weight: bold; }

.label--small {
  font-size: 11px; }

.label--error {
  color: #AC0023; }

.label--disabled {
  color: #aaa; }

.label--for-radio {
  line-height: 30px; }

.label--loose-spacing {
  margin-right: 20px; }

.label--loose-spacing:not(:last-child) {
  margin-right: 20px; }

.input-group {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  height: 30px; }

.input-group--wide {
  display: flex; }

.input-group__item--remaining {
  flex: 1;
  -ms-flex: 1 1 auto; }

.input-group--loose .input-group__item:not(:first-child),
.input-group__item--loose:not(:first-child) {
  margin-left: 5px; }

.input-group--loose .input-group__item:not(:last-child),
.input-group__item--loose:not(:last-child) {
  margin-right: 5px; }

input, optgroup, select, textarea {
  background: white;
  color: black; }

.input, .select, .legacy select, .textarea, .legacy textarea, .optgroup, .legacy input[type="text"],
.legacy input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  box-shadow: none;
  padding: 5px;
  font: 13px "Lato", sans-serif;
  background: white;
  color: black;
  transition: box-shadow 0.3s ease; }
  .input:focus, .select:focus, .legacy select:focus, .textarea:focus, .legacy textarea:focus, .optgroup:focus, .legacy input[type="text"]:focus,
  .legacy input[type="password"]:focus {
    outline: none;
    box-shadow: 0 0 0 1px #67cafa;
    border-color: #67cafa; }
  .input.input--room-for-icon, .input--room-for-icon.select, .legacy select.input--room-for-icon, .input--room-for-icon.textarea, .legacy textarea.input--room-for-icon, .input--room-for-icon.optgroup, .legacy input.input--room-for-icon[type="text"],
  .legacy input.input--room-for-icon[type="password"] {
    padding-right: 2em; }
  .input[type=number], [type=number].select, .legacy select[type=number], [type=number].textarea, .legacy textarea[type=number], [type=number].optgroup, .legacy input[type=number][type="text"],
  .legacy input[type=number][type="password"] {
    -moz-appearance: textfield; }
  .input[type="number"]::-webkit-outer-spin-button, [type="number"].select::-webkit-outer-spin-button, .legacy select[type="number"]::-webkit-outer-spin-button, [type="number"].textarea::-webkit-outer-spin-button, .legacy textarea[type="number"]::-webkit-outer-spin-button, [type="number"].optgroup::-webkit-outer-spin-button, .legacy input[type="number"][type="text"]::-webkit-outer-spin-button,
  .legacy input[type="number"][type="password"]::-webkit-outer-spin-button, .input[type="number"]::-webkit-inner-spin-button, [type="number"].select::-webkit-inner-spin-button, .legacy select[type="number"]::-webkit-inner-spin-button, [type="number"].textarea::-webkit-inner-spin-button, .legacy textarea[type="number"]::-webkit-inner-spin-button, [type="number"].optgroup::-webkit-inner-spin-button, .legacy input[type="number"][type="text"]::-webkit-inner-spin-button,
  .legacy input[type="number"][type="password"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input::placeholder, .select::placeholder, .legacy select::placeholder, .textarea::placeholder, .legacy textarea::placeholder, .optgroup::placeholder, .legacy input[type="text"]::placeholder,
  .legacy input[type="password"]::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .legacy select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .legacy textarea::-webkit-input-placeholder, .optgroup::-webkit-input-placeholder, .legacy input[type="text"]::-webkit-input-placeholder,
  .legacy input[type="password"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .input:-moz-placeholder, .select:-moz-placeholder, .legacy select:-moz-placeholder, .textarea:-moz-placeholder, .legacy textarea:-moz-placeholder, .optgroup:-moz-placeholder, .legacy input[type="text"]:-moz-placeholder,
  .legacy input[type="password"]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .input::-moz-placeholder, .select::-moz-placeholder, .legacy select::-moz-placeholder, .textarea::-moz-placeholder, .legacy textarea::-moz-placeholder, .optgroup::-moz-placeholder, .legacy input[type="text"]::-moz-placeholder,
  .legacy input[type="password"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .input::-ms-input-placeholder, .select::-ms-input-placeholder, .legacy select::-ms-input-placeholder, .textarea::-ms-input-placeholder, .legacy textarea::-ms-input-placeholder, .optgroup::-ms-input-placeholder, .legacy input[type="text"]::-ms-input-placeholder,
  .legacy input[type="password"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .input:-ms-input-placeholder, .select:-ms-input-placeholder, .legacy select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .legacy textarea:-ms-input-placeholder, .optgroup:-ms-input-placeholder, .legacy input[type="text"]:-ms-input-placeholder,
  .legacy input[type="password"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }

.app-ui .input::-ms-clear, .app-ui .select::-ms-clear, .app-ui .legacy select::-ms-clear, .legacy .app-ui select::-ms-clear, .app-ui .textarea::-ms-clear, .app-ui .legacy textarea::-ms-clear, .legacy .app-ui textarea::-ms-clear, .app-ui .optgroup::-ms-clear, .app-ui .legacy input[type="text"]::-ms-clear, .legacy .app-ui input[type="text"]::-ms-clear, .app-ui
.legacy input[type="password"]::-ms-clear,
.legacy .app-ui input[type="password"]::-ms-clear {
  display: none; }

.input--text, .legacy input[type="text"],
.legacy input[type="password"] {
  zoom: 1;
  height: 30px;
  width: 200px; }

.input--number {
  text-align: right; }
  .input--number::-ms-clear {
    display: none; }

.input--number--left-align {
  text-align: left; }
  .input--number--left-align::-ms-clear {
    display: block; }

.input--wide, .legacy .f_field_value input[type="text"].input--wide {
  width: 100%;
  display: block; }

.input--error, .legacy .input.input--error, .legacy .input--error.select, .legacy select.input--error, .legacy .input--error.textarea, .legacy textarea.input--error, .legacy .input--error.optgroup, .legacy input.input--error[type="text"], .legacy input.input--error[type="password"] {
  background: rgba(172, 0, 35, 0.1); }

.input--tiny {
  width: 50px; }

.input--small {
  width: 100px; }

.input--in-cell {
  width: 100%; }

.input.input--left-attached, .input--left-attached.select, .legacy select.input--left-attached, .input--left-attached.textarea, .legacy textarea.input--left-attached, .input--left-attached.optgroup, .legacy input.input--left-attached[type="text"],
.legacy input.input--left-attached[type="password"] {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input.input--right-attached, .input--right-attached.select, .legacy select.input--right-attached, .input--right-attached.textarea, .legacy textarea.input--right-attached, .input--right-attached.optgroup, .legacy input.input--right-attached[type="text"],
.legacy input.input--right-attached[type="password"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input.input--disabled, .input--disabled.select, .legacy select.input--disabled, .input--disabled.textarea, .legacy textarea.input--disabled, .input--disabled.optgroup, .legacy input.input--disabled[type="text"],
.legacy input.input--disabled[type="password"] {
  border-color: rgba(221, 221, 221, 0.7);
  color: #aaa; }

.input--radio,
input[type="radio"],
.input--checkbox,
input[type="checkbox"] {
  vertical-align: -2px;
  opacity: 0.75; }

html.is-safari .input--radio,
html.is-safari input[type="radio"],
html.is-safari .input--checkbox,
html.is-safari input[type="checkbox"] {
  vertical-align: 0px; }

.input--date {
  width: 8em; }

.input--add-on {
  display: inline-block;
  height: 30px; }

.input--user-entered-value {
  font-weight: bold; }

.select, .legacy select {
  height: 30px; }

.textarea--no-resize {
  resize: none; }

.textarea--wide {
  width: 100%; }

.autocomplete {
  font: 13px "Lato", sans-serif; }

.switch {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch > .switch__checkbox {
  position: absolute;
  opacity: 0;
  left: -100000px; }

.switch__text {
  display: inline-block;
  position: relative;
  padding-left: 45.5px;
  line-height: 22px; }

.switch__text::before {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 38.5px;
  height: 22px;
  content: ' ';
  border: 2px solid #bbb;
  border-radius: 19.25px;
  transition-property: border-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out; }

.switch__text::after {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  top: 15px;
  margin-left: -11px;
  margin-top: -11px;
  width: 14px;
  height: 14px;
  content: ' ';
  background: gray;
  border-radius: 50%;
  transition-property: left background;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out; }

.switch__checkbox:checked + .switch__text::after {
  left: 31.5px;
  background: #AC0023; }

.switch--disabled {
  color: silver;
  cursor: default; }

.switch--disabled .switch__text::before {
  border-color: rgba(128, 128, 128, 0.6);
  background: rgba(128, 128, 128, 0.2); }

.switch--disabled .switch__text::after {
  background: none;
  border: 2px solid rgba(128, 128, 128, 0.6); }

.switch--disabled .switch__checkbox:checked + .switch__text::after {
  background: rgba(128, 128, 128, 0.6);
  border: none; }

.button, body button.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], .legacy .blockLinkButton, .legacy .dc-input-button, .legacy button:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton, input[type=button].button, .ui-button.ui-button-text-only {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
  display: inline-block;
  border-color: transparent;
  padding: 3px 10px;
  background-color: #555;
  color: white;
  font: 13px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-shadow: none;
  margin-right: initial;
  min-width: 80px;
  text-align: center; }
  @media screen {
    .button, body button.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], .legacy .blockLinkButton, .legacy .dc-input-button, .legacy button:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton, input[type=button].button, .ui-button.ui-button-text-only {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); } }
  .button:hover, body button.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]:hover, .legacy .blockLinkButton:hover, .legacy .dc-input-button:hover, .legacy button:hover:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton:hover, input[type=button].button:hover, .ui-button.ui-button-text-only:hover, .button.button--hover, .file-input:hover .file-input__visualization .button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--hover[type="button"], .legacy .button--hover.blockLinkButton, .legacy .button--hover.dc-input-button, .legacy button.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--hover.modalPopupButton, input.button--hover[type=button].button, .button--hover.ui-button.ui-button-text-only {
    box-shadow: none;
    background-color: #3c3c3c; }
  .button:active, body button.ui-widget.ui-button:active, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]:active, .legacy .blockLinkButton:active, .legacy .dc-input-button:active, .legacy button:active:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton:active, input[type=button].button:active, .ui-button.ui-button-text-only:active, .button.button--active, body button.button--active.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--active[type="button"], .legacy .button--active.blockLinkButton, .legacy .button--active.dc-input-button, .legacy button.button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--active.modalPopupButton, input.button--active[type=button].button, .button--active.ui-button.ui-button-text-only {
    background-color: #222222; }
    @media screen {
      .button:active, body button.ui-widget.ui-button:active, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]:active, .legacy .blockLinkButton:active, .legacy .dc-input-button:active, .legacy button:active:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton:active, input[type=button].button:active, .ui-button.ui-button-text-only:active, .button.button--active, body button.button--active.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--active[type="button"], .legacy .button--active.blockLinkButton, .legacy .button--active.dc-input-button, .legacy button.button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--active.modalPopupButton, input.button--active[type=button].button, .button--active.ui-button.ui-button-text-only {
        box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2); } }
  .button:focus, body button.ui-widget.ui-button:focus, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]:focus, .legacy .blockLinkButton:focus, .legacy .dc-input-button:focus, .legacy button:focus:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton:focus, input[type=button].button:focus, .ui-button.ui-button-text-only:focus, .button.button--focus, body button.button--focus.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--focus[type="button"], .legacy .button--focus.blockLinkButton, .legacy .button--focus.dc-input-button, .legacy button.button--focus:not([role="presentation"]):not([class^="mce"]), .legacy .button--focus.modalPopupButton, input.button--focus[type=button].button, .button--focus.ui-button.ui-button-text-only {
    outline: none;
    box-shadow: 0 0 0 1px #67cafa; }
  .button.button--with-working-indicator, body button.button--with-working-indicator.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--with-working-indicator[type="button"], .legacy .button--with-working-indicator.blockLinkButton, .legacy .button--with-working-indicator.dc-input-button, .legacy button.button--with-working-indicator:not([role="presentation"]):not([class^="mce"]), .legacy .button--with-working-indicator.modalPopupButton, input.button--with-working-indicator[type=button].button, .button--with-working-indicator.ui-button.ui-button-text-only {
    padding-right: 20px;
    padding-left: 20px; }
  .button .button__working-indicator, body button.ui-widget.ui-button .button__working-indicator, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] .button__working-indicator, .legacy .blockLinkButton .button__working-indicator, .legacy .dc-input-button .button__working-indicator, .legacy button:not([role="presentation"]):not([class^="mce"]) .button__working-indicator, .legacy .modalPopupButton .button__working-indicator, input[type=button].button .button__working-indicator, .ui-button.ui-button-text-only .button__working-indicator {
    display: inline-block;
    margin-left: -1em;
    opacity: 0.5;
    vertical-align: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .button .button__icon, body button.ui-widget.ui-button .button__icon, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] .button__icon, .legacy .blockLinkButton .button__icon, .legacy .dc-input-button .button__icon, .legacy button:not([role="presentation"]):not([class^="mce"]) .button__icon, .legacy .modalPopupButton .button__icon, input[type=button].button .button__icon, .ui-button.ui-button-text-only .button__icon,
  .button .button__icon-after, body button.ui-widget.ui-button .button__icon-after, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] .button__icon-after, .legacy .blockLinkButton .button__icon-after, .legacy .dc-input-button .button__icon-after, .legacy button:not([role="presentation"]):not([class^="mce"]) .button__icon-after, .legacy .modalPopupButton .button__icon-after, input[type=button].button .button__icon-after, .ui-button.ui-button-text-only .button__icon-after {
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
    height: 17px;
    vertical-align: bottom; }
  .button .button__icon-after, body button.ui-widget.ui-button .button__icon-after, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] .button__icon-after, .legacy .blockLinkButton .button__icon-after, .legacy .dc-input-button .button__icon-after, .legacy button:not([role="presentation"]):not([class^="mce"]) .button__icon-after, .legacy .modalPopupButton .button__icon-after, input[type=button].button .button__icon-after, .ui-button.ui-button-text-only .button__icon-after {
    margin-left: 5px;
    margin-right: 0; }
  .button.button--disabled .button__icon, body button.button--disabled.ui-widget.ui-button .button__icon, body .ui-datepicker .ui-datepicker-buttonpane input.button--disabled[type="button"] .button__icon, .legacy .button--disabled.blockLinkButton .button__icon, .legacy .button--disabled.dc-input-button .button__icon, .legacy button.button--disabled:not([role="presentation"]):not([class^="mce"]) .button__icon, .legacy .button--disabled.modalPopupButton .button__icon, .button--disabled.ui-button.ui-button-text-only .button__icon, .ui-button[disabled="disabled"] .button__icon,
  .ui-button[disabled] .button__icon {
    color: #aaa; }
  @media print {
    .button, body button.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], .legacy .blockLinkButton, .legacy .dc-input-button, .legacy button:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton, input[type=button].button, .ui-button.ui-button-text-only {
      display: none; } }

.button.button--icon-only, body button.button--icon-only.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--icon-only[type="button"], .legacy .button--icon-only.blockLinkButton, .legacy .button--icon-only.dc-input-button, .legacy button.button--icon-only:not([role="presentation"]):not([class^="mce"]), .legacy .button--icon-only.modalPopupButton, input.button--icon-only[type=button].button, .button--icon-only.ui-button.ui-button-text-only {
  min-width: 0;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.button.button--context-menu, body button.button--context-menu.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"], .legacy .button--context-menu.blockLinkButton, .legacy .button--context-menu.dc-input-button, .legacy button.button--context-menu:not([role="presentation"]):not([class^="mce"]), .legacy .button--context-menu.modalPopupButton, input.button--context-menu[type=button].button, .button--context-menu.ui-button.ui-button-text-only {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  height: 30px;
  width: 30px;
  min-width: 0;
  color: black;
  background: none;
  box-shadow: none;
  padding: 0; }
  .button.button--context-menu:hover, body button.button--context-menu.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:hover, .legacy .button--context-menu.blockLinkButton:hover, .legacy .button--context-menu.dc-input-button:hover, .legacy button.button--context-menu:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--context-menu.modalPopupButton:hover, .button--context-menu.ui-button.ui-button-text-only:hover {
    background: RGBA(0, 0, 0, 0.075); }
  .button.button--context-menu:after, body button.button--context-menu.ui-widget.ui-button:after, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:after, .legacy .button--context-menu.blockLinkButton:after, .legacy .button--context-menu.dc-input-button:after, .legacy button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .button--context-menu.modalPopupButton:after, .button--context-menu.ui-button.ui-button-text-only:after {
    content: "\f141";
    font-size: 20px;
    vertical-align: -7px; }
  .button.button--context-menu.button--secondary, body button.button--context-menu.button--secondary.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu.button--secondary[type="button"], .legacy .button--context-menu.button--secondary.blockLinkButton, .legacy .button--context-menu.button--secondary.dc-input-button, .legacy button.button--context-menu.button--secondary:not([role="presentation"]):not([class^="mce"]), .legacy .button--context-menu.button--secondary.modalPopupButton, .button--context-menu.button--secondary.ui-button.ui-button-text-only {
    padding: 0; }
  .button.button--context-menu:focus, body button.button--context-menu.ui-widget.ui-button:focus, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:focus, .legacy .button--context-menu.blockLinkButton:focus, .legacy .button--context-menu.dc-input-button:focus, .legacy button.button--context-menu:focus:not([role="presentation"]):not([class^="mce"]), .legacy .button--context-menu.modalPopupButton:focus, .button--context-menu.ui-button.ui-button-text-only:focus, .button.button--context-menu.button--focus, body button.button--context-menu.button--focus.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu.button--focus[type="button"], .legacy .button--context-menu.button--focus.blockLinkButton, .legacy .button--context-menu.button--focus.dc-input-button, .legacy button.button--context-menu.button--focus:not([role="presentation"]):not([class^="mce"]), .legacy .button--context-menu.button--focus.modalPopupButton, .button--context-menu.button--focus.ui-button.ui-button-text-only {
    outline: none;
    box-shadow: 0 0 0 1px #67cafa; }

.button.button--tall, body button.button--tall.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--tall[type="button"], .legacy .button--tall.blockLinkButton, .legacy .button--tall.dc-input-button, .legacy button.button--tall:not([role="presentation"]):not([class^="mce"]), .legacy .button--tall.modalPopupButton, input.button--tall[type=button].button, .button--tall.ui-button.ui-button-text-only {
  height: 100%; }

.button--wide {
  width: 100%; }

.button--left-attached {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.button--right-attached {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.button.button--secondary, body button.button--secondary.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary[type="button"], .legacy .button--secondary.blockLinkButton, .legacy .button--secondary.dc-input-button, .legacy button.button--secondary:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.modalPopupButton, input.button--secondary[type=button].button, .button--secondary.ui-button.ui-button-text-only, .button.button--secondary-table, body button.button--secondary-table.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table[type="button"], .legacy .button--secondary-table.blockLinkButton, .legacy .button--secondary-table.dc-input-button, .legacy button.button--secondary-table:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.modalPopupButton, input.button--secondary-table[type=button].button, .button--secondary-table.ui-button.ui-button-text-only {
  background: none;
  border: none;
  box-shadow: none;
  color: black;
  padding-left: 5px;
  padding-right: 5px; }
  .button.button--secondary:hover, body button.button--secondary.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary[type="button"]:hover, .legacy .button--secondary.blockLinkButton:hover, .legacy .button--secondary.dc-input-button:hover, .legacy button.button--secondary:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.modalPopupButton:hover, .button--secondary.ui-button.ui-button-text-only:hover, .button.button--secondary.button--hover, .file-input:hover .file-input__visualization .button.button--secondary:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--secondary.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--secondary.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--secondary[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--secondary.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--secondary.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--secondary:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--secondary:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--secondary.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--secondary.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--secondary.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary.button--hover[type="button"], .legacy .button--secondary.button--hover.blockLinkButton, .legacy .button--secondary.button--hover.dc-input-button, .legacy button.button--secondary.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.button--hover.modalPopupButton, .button--secondary.button--hover.ui-button.ui-button-text-only, .button.button--secondary-table:hover, body button.button--secondary-table.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table[type="button"]:hover, .legacy .button--secondary-table.blockLinkButton:hover, .legacy .button--secondary-table.dc-input-button:hover, .legacy button.button--secondary-table:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.modalPopupButton:hover, .button--secondary-table.ui-button.ui-button-text-only:hover, .button.button--secondary-table.button--hover, .file-input:hover .file-input__visualization .button.button--secondary-table:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--secondary-table.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--secondary-table.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--secondary-table[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--secondary-table.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary-table.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--secondary-table.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary-table.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--secondary-table:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--secondary-table:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--secondary-table.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--secondary-table.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--secondary-table.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--secondary-table.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table.button--hover[type="button"], .legacy .button--secondary-table.button--hover.blockLinkButton, .legacy .button--secondary-table.button--hover.dc-input-button, .legacy button.button--secondary-table.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.button--hover.modalPopupButton, .button--secondary-table.button--hover.ui-button.ui-button-text-only {
    background-color: RGBA(0, 0, 0, 0.075); }
  .button.button--secondary:active, body button.button--secondary.ui-widget.ui-button:active, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary[type="button"]:active, .legacy .button--secondary.blockLinkButton:active, .legacy .button--secondary.dc-input-button:active, .legacy button.button--secondary:active:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.modalPopupButton:active, .button--secondary.ui-button.ui-button-text-only:active, .button.button--secondary.button--active, body button.button--secondary.button--active.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary.button--active[type="button"], .legacy .button--secondary.button--active.blockLinkButton, .legacy .button--secondary.button--active.dc-input-button, .legacy button.button--secondary.button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.button--active.modalPopupButton, .button--secondary.button--active.ui-button.ui-button-text-only, .button.button--secondary-table:active, body button.button--secondary-table.ui-widget.ui-button:active, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table[type="button"]:active, .legacy .button--secondary-table.blockLinkButton:active, .legacy .button--secondary-table.dc-input-button:active, .legacy button.button--secondary-table:active:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.modalPopupButton:active, .button--secondary-table.ui-button.ui-button-text-only:active, .button.button--secondary-table.button--active, body button.button--secondary-table.button--active.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table.button--active[type="button"], .legacy .button--secondary-table.button--active.blockLinkButton, .legacy .button--secondary-table.button--active.dc-input-button, .legacy button.button--secondary-table.button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.button--active.modalPopupButton, .button--secondary-table.button--active.ui-button.ui-button-text-only {
    background-color: RGBA(0, 0, 0, 0.3);
    box-shadow: none; }
  .button.button--secondary.button--disabled, body button.button--secondary.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary.button--disabled[type="button"], .legacy .button--secondary.button--disabled.blockLinkButton, .legacy .button--secondary.button--disabled.dc-input-button, .legacy button.button--secondary.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary.button--disabled.modalPopupButton, .button--secondary.button--disabled.ui-button.ui-button-text-only, .button--secondary.ui-button[disabled="disabled"],
  .button--secondary.ui-button[disabled], .button.button--secondary-table.button--disabled, body button.button--secondary-table.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table.button--disabled[type="button"], .legacy .button--secondary-table.button--disabled.blockLinkButton, .legacy .button--secondary-table.button--disabled.dc-input-button, .legacy button.button--secondary-table.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.button--disabled.modalPopupButton, .button--secondary-table.button--disabled.ui-button.ui-button-text-only, .button--secondary-table.ui-button[disabled="disabled"],
  .button--secondary-table.ui-button[disabled] {
    background: none;
    color: #aaa; }

.button.button--secondary-table, body button.button--secondary-table.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--secondary-table[type="button"], .legacy .button--secondary-table.blockLinkButton, .legacy .button--secondary-table.dc-input-button, .legacy button.button--secondary-table:not([role="presentation"]):not([class^="mce"]), .legacy .button--secondary-table.modalPopupButton, input.button--secondary-table[type=button].button, .button--secondary-table.ui-button.ui-button-text-only {
  color: #AC0023; }

.button.button--primary, body button.button--primary.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"], body .ui-datepicker .ui-datepicker-buttonpane .legacy a.form-save-button input[type="button"].dc-input-button, .legacy a.form-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button, body .ui-datepicker .ui-datepicker-buttonpane .legacy a.profile-save-button input[type="button"].dc-input-button, .legacy a.profile-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button, body .ui-datepicker .ui-datepicker-buttonpane .legacy a.dc-save-button input[type="button"].dc-input-button, .legacy a.dc-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button, .legacy .button--primary.blockLinkButton, .legacy a.form-save-button .dc-input-button, .legacy a.profile-save-button .dc-input-button, .legacy a.dc-save-button .dc-input-button, .legacy .button--primary.dc-input-button, .legacy button.button--primary:not([role="presentation"]):not([class^="mce"]), .legacy .button--primary.modalPopupButton, input.button--primary[type=button].button, .button--primary.ui-button.ui-button-text-only {
  background-color: #AC0023;
  min-width: 110px; }
  .button.button--primary:not(.button--disabled):hover, body button.button--primary.ui-widget.ui-button:not(.button--disabled):hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"]:not(.button--disabled):hover, .legacy .button--primary.blockLinkButton:not(.button--disabled):hover, .legacy a.form-save-button .dc-input-button:not(.button--disabled):hover, .legacy a.profile-save-button .dc-input-button:not(.button--disabled):hover, .legacy a.dc-save-button .dc-input-button:not(.button--disabled):hover, .legacy .button--primary.dc-input-button:not(.button--disabled):hover, .legacy button.button--primary:not(.button--disabled):hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--primary.modalPopupButton:not(.button--disabled):hover, .button--primary.ui-button.ui-button-text-only:not(.button--disabled):hover, .button.button--primary:not(.button--disabled).button--hover, .file-input:hover .file-input__visualization .button.button--primary:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--primary.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--primary.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--primary[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--primary.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--primary.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization .dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization .dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization .dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--primary.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--primary.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--primary:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--primary:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--primary.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--primary.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--primary.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--primary.ui-widget.ui-button:not(.button--disabled).button--hover, body .file-input:hover .file-input__visualization button.button--primary.ui-widget.ui-button.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--primary.ui-widget.ui-button.button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization .legacy a.form-save-button button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .legacy a.form-save-button .file-input:hover .file-input__visualization button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization .legacy a.profile-save-button button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .legacy a.profile-save-button .file-input:hover .file-input__visualization button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization .legacy a.dc-save-button button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .legacy a.dc-save-button .file-input:hover .file-input__visualization button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization body button.ui-widget.ui-button.button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .legacy a.form-save-button button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, .legacy a.form-save-button body button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, body .legacy a.profile-save-button button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button body button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, body .legacy a.dc-save-button button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button body button.ui-widget.ui-button.dc-input-button:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"]:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--primary[type="button"].button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"].button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization .legacy a.form-save-button input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .legacy a.form-save-button .file-input:hover .file-input__visualization input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization .legacy a.profile-save-button input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .legacy a.profile-save-button .file-input:hover .file-input__visualization input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization .legacy a.dc-save-button input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .legacy a.dc-save-button .file-input:hover .file-input__visualization input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].button.dc-input-button:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .legacy a.form-save-button input[type="button"].dc-input-button:not(.button--disabled).button--hover, .legacy a.form-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane .legacy a.profile-save-button input[type="button"].dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane .legacy a.dc-save-button input[type="button"].dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button body .ui-datepicker .ui-datepicker-buttonpane input[type="button"].dc-input-button:not(.button--disabled).button--hover, .legacy .button--primary.blockLinkButton:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization .button--primary.blockLinkButton.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--primary.blockLinkButton.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization .blockLinkButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .blockLinkButton.dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button .blockLinkButton.dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button .blockLinkButton.dc-input-button:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization a.form-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .dc-input-button:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization a.profile-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .dc-input-button:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization a.dc-save-button .dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .dc-input-button:not(.button--disabled).button--hover, .legacy .button--primary.dc-input-button:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization .button--primary.dc-input-button.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--primary.dc-input-button.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization .dc-input-button.button:not(.button--disabled):not(.button--in-progress), .legacy button.button--primary:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--primary.button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--primary.button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization button.button.dc-input-button:not(.button--disabled):not([role="presentation"]):not([class^="mce"]):not(.button--in-progress), .legacy a.form-save-button button.dc-input-button:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy a.profile-save-button button.dc-input-button:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy a.dc-save-button button.dc-input-button:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--primary.modalPopupButton:not(.button--disabled).button--hover, .legacy .file-input:hover .file-input__visualization .button--primary.modalPopupButton.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--primary.modalPopupButton.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization .modalPopupButton.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .modalPopupButton.dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button .modalPopupButton.dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button .modalPopupButton.dc-input-button:not(.button--disabled).button--hover, input.button--primary[type=button].button:not(.button--disabled).button--hover, .file-input:hover .file-input__visualization input.button--primary[type=button].button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization input[type=button].button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button input[type=button].button.dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button input[type=button].button.dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button input[type=button].button.dc-input-button:not(.button--disabled).button--hover, .button--primary.ui-button.ui-button-text-only:not(.button--disabled).button--hover, .file-input:hover .file-input__visualization .button--primary.ui-button.ui-button-text-only.button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.form-save-button .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .file-input:hover .file-input__visualization .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.profile-save-button .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.profile-save-button .file-input:hover .file-input__visualization .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy a.dc-save-button .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.dc-save-button .file-input:hover .file-input__visualization .ui-button.ui-button-text-only.button.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy a.form-save-button .ui-button.ui-button-text-only.dc-input-button:not(.button--disabled).button--hover, .legacy a.profile-save-button .ui-button.ui-button-text-only.dc-input-button:not(.button--disabled).button--hover, .legacy a.dc-save-button .ui-button.ui-button-text-only.dc-input-button:not(.button--disabled).button--hover {
    background-color: #790019; }
  .button.button--primary:not(.button--disabled):active, body button.button--primary.ui-widget.ui-button:not(.button--disabled):active, body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"]:not(.button--disabled):active, .legacy .button--primary.blockLinkButton:not(.button--disabled):active, .legacy a.form-save-button .dc-input-button:not(.button--disabled):active, .legacy a.profile-save-button .dc-input-button:not(.button--disabled):active, .legacy a.dc-save-button .dc-input-button:not(.button--disabled):active, .legacy .button--primary.dc-input-button:not(.button--disabled):active, .legacy button.button--primary:not(.button--disabled):active:not([role="presentation"]):not([class^="mce"]), .legacy .button--primary.modalPopupButton:not(.button--disabled):active, .button--primary.ui-button.ui-button-text-only:not(.button--disabled):active, .button.button--primary:not(.button--disabled).button--active, body button.button--primary.ui-widget.ui-button:not(.button--disabled).button--active, body .ui-datepicker .ui-datepicker-buttonpane input.button--primary[type="button"]:not(.button--disabled).button--active, .legacy .button--primary.blockLinkButton:not(.button--disabled).button--active, .legacy a.form-save-button .dc-input-button:not(.button--disabled).button--active, .legacy a.profile-save-button .dc-input-button:not(.button--disabled).button--active, .legacy a.dc-save-button .dc-input-button:not(.button--disabled).button--active, .legacy .button--primary.dc-input-button:not(.button--disabled).button--active, .legacy button.button--primary:not(.button--disabled).button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--primary.modalPopupButton:not(.button--disabled).button--active, .button--primary.ui-button.ui-button-text-only:not(.button--disabled).button--active {
    background-color: #222222; }

.button.button--settings-flavor, body button.button--settings-flavor.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"], .legacy .button--settings-flavor.blockLinkButton, .legacy .button--settings-flavor.dc-input-button, .legacy button.button--settings-flavor:not([role="presentation"]):not([class^="mce"]), .legacy .button--settings-flavor.modalPopupButton, input.button--settings-flavor[type=button].button, .button--settings-flavor.ui-button.ui-button-text-only {
  background-color: #169BD5;
  min-width: 110px; }
  .button.button--settings-flavor:not(.button--disabled):hover, body button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled):hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"]:not(.button--disabled):hover, .legacy .button--settings-flavor.blockLinkButton:not(.button--disabled):hover, .legacy .button--settings-flavor.dc-input-button:not(.button--disabled):hover, .legacy button.button--settings-flavor:not(.button--disabled):hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--settings-flavor.modalPopupButton:not(.button--disabled):hover, .button--settings-flavor.ui-button.ui-button-text-only:not(.button--disabled):hover, .button.button--settings-flavor:not(.button--disabled).button--hover, .file-input:hover .file-input__visualization .button.button--settings-flavor:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--settings-flavor[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--settings-flavor.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--settings-flavor.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--settings-flavor.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--settings-flavor.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--settings-flavor:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--settings-flavor:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--settings-flavor.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--settings-flavor.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--settings-flavor.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"]:not(.button--disabled).button--hover, .legacy .button--settings-flavor.blockLinkButton:not(.button--disabled).button--hover, .legacy .button--settings-flavor.dc-input-button:not(.button--disabled).button--hover, .legacy button.button--settings-flavor:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--settings-flavor.modalPopupButton:not(.button--disabled).button--hover, .button--settings-flavor.ui-button.ui-button-text-only:not(.button--disabled).button--hover {
    background-color: #1179a7; }
  .button.button--settings-flavor:not(.button--disabled):active, body button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled):active, body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"]:not(.button--disabled):active, .legacy .button--settings-flavor.blockLinkButton:not(.button--disabled):active, .legacy .button--settings-flavor.dc-input-button:not(.button--disabled):active, .legacy button.button--settings-flavor:not(.button--disabled):active:not([role="presentation"]):not([class^="mce"]), .legacy .button--settings-flavor.modalPopupButton:not(.button--disabled):active, .button--settings-flavor.ui-button.ui-button-text-only:not(.button--disabled):active, .button.button--settings-flavor:not(.button--disabled).button--active, body button.button--settings-flavor.ui-widget.ui-button:not(.button--disabled).button--active, body .ui-datepicker .ui-datepicker-buttonpane input.button--settings-flavor[type="button"]:not(.button--disabled).button--active, .legacy .button--settings-flavor.blockLinkButton:not(.button--disabled).button--active, .legacy .button--settings-flavor.dc-input-button:not(.button--disabled).button--active, .legacy button.button--settings-flavor:not(.button--disabled).button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--settings-flavor.modalPopupButton:not(.button--disabled).button--active, .button--settings-flavor.ui-button.ui-button-text-only:not(.button--disabled).button--active {
    background-color: #222222; }

.button.button--danger, body button.button--danger.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"], .legacy .button--danger.blockLinkButton, .legacy .button--danger.dc-input-button, .legacy button.button--danger:not([role="presentation"]):not([class^="mce"]), .legacy .button--danger.modalPopupButton, input.button--danger[type=button].button, .button--danger.ui-button.ui-button-text-only {
  background-color: #ff2c00; }
  .button.button--danger:not(.button--disabled):hover, body button.button--danger.ui-widget.ui-button:not(.button--disabled):hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"]:not(.button--disabled):hover, .legacy .button--danger.blockLinkButton:not(.button--disabled):hover, .legacy .button--danger.dc-input-button:not(.button--disabled):hover, .legacy button.button--danger:not(.button--disabled):hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--danger.modalPopupButton:not(.button--disabled):hover, .button--danger.ui-button.ui-button-text-only:not(.button--disabled):hover, .button.button--danger:not(.button--disabled).button--hover, .file-input:hover .file-input__visualization .button.button--danger:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--danger.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--danger.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--danger[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--danger.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--danger.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--danger.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--danger.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--danger:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--danger:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--danger.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--danger.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--danger.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--danger.ui-widget.ui-button:not(.button--disabled).button--hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"]:not(.button--disabled).button--hover, .legacy .button--danger.blockLinkButton:not(.button--disabled).button--hover, .legacy .button--danger.dc-input-button:not(.button--disabled).button--hover, .legacy button.button--danger:not(.button--disabled).button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--danger.modalPopupButton:not(.button--disabled).button--hover, .button--danger.ui-button.ui-button-text-only:not(.button--disabled).button--hover {
    background-color: #cc2300; }
  .button.button--danger:not(.button--disabled):active, body button.button--danger.ui-widget.ui-button:not(.button--disabled):active, body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"]:not(.button--disabled):active, .legacy .button--danger.blockLinkButton:not(.button--disabled):active, .legacy .button--danger.dc-input-button:not(.button--disabled):active, .legacy button.button--danger:not(.button--disabled):active:not([role="presentation"]):not([class^="mce"]), .legacy .button--danger.modalPopupButton:not(.button--disabled):active, .button--danger.ui-button.ui-button-text-only:not(.button--disabled):active, .button.button--danger:not(.button--disabled).button--active, body button.button--danger.ui-widget.ui-button:not(.button--disabled).button--active, body .ui-datepicker .ui-datepicker-buttonpane input.button--danger[type="button"]:not(.button--disabled).button--active, .legacy .button--danger.blockLinkButton:not(.button--disabled).button--active, .legacy .button--danger.dc-input-button:not(.button--disabled).button--active, .legacy button.button--danger:not(.button--disabled).button--active:not([role="presentation"]):not([class^="mce"]), .legacy .button--danger.modalPopupButton:not(.button--disabled).button--active, .button--danger.ui-button.ui-button-text-only:not(.button--disabled).button--active {
    background-color: #991a00; }

.button.button--flat, body button.button--flat.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat[type="button"], .legacy .button--flat.blockLinkButton, .legacy .button--flat.dc-input-button, .legacy button.button--flat:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat.modalPopupButton, input.button--flat[type=button].button, .button--flat.ui-button.ui-button-text-only {
  background-color: white;
  color: inherit;
  border: solid 1px #ccc; }
  .button.button--flat:hover, body button.button--flat.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat[type="button"]:hover, .legacy .button--flat.blockLinkButton:hover, .legacy .button--flat.dc-input-button:hover, .legacy button.button--flat:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat.modalPopupButton:hover, .button--flat.ui-button.ui-button-text-only:hover, .button.button--flat.button--hover, .file-input:hover .file-input__visualization .button.button--flat:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--flat.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--flat.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--flat[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--flat[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--flat.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--flat.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--flat.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--flat.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--flat:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--flat:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--flat.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--flat.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--flat.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--flat.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat.button--hover[type="button"], .legacy .button--flat.button--hover.blockLinkButton, .legacy .button--flat.button--hover.dc-input-button, .legacy button.button--flat.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat.button--hover.modalPopupButton, .button--flat.button--hover.ui-button.ui-button-text-only {
    background-color: #e6e6e6; }
  .button.button--flat[disabled], body button.button--flat[disabled].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat[disabled][type="button"], .legacy .button--flat[disabled].blockLinkButton, .legacy .button--flat[disabled].dc-input-button, .legacy button.button--flat[disabled]:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat[disabled].modalPopupButton, .button--flat[disabled].ui-button.ui-button-text-only, .button.button--flat[disabled="disabled"], body button.button--flat[disabled="disabled"].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat[disabled="disabled"][type="button"], .legacy .button--flat[disabled="disabled"].blockLinkButton, .legacy .button--flat[disabled="disabled"].dc-input-button, .legacy button.button--flat[disabled="disabled"]:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat[disabled="disabled"].modalPopupButton, .button--flat[disabled="disabled"].ui-button.ui-button-text-only, .button.button--flat.button--disabled, body button.button--flat.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--flat.button--disabled[type="button"], .legacy .button--flat.button--disabled.blockLinkButton, .legacy .button--flat.button--disabled.dc-input-button, .legacy button.button--flat.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--flat.button--disabled.modalPopupButton, .button--flat.button--disabled.ui-button.ui-button-text-only, .button--flat.ui-button[disabled="disabled"],
  .button--flat.ui-button[disabled] {
    background-color: #ddd; }

.button.button--approve, body button.button--approve.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve[type="button"], .legacy .button--approve.blockLinkButton, .legacy .button--approve.dc-input-button, .legacy button.button--approve:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve.modalPopupButton, input.button--approve[type=button].button, .button--approve.ui-button.ui-button-text-only {
  background-color: #336600; }
  .button.button--approve:hover, body button.button--approve.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve[type="button"]:hover, .legacy .button--approve.blockLinkButton:hover, .legacy .button--approve.dc-input-button:hover, .legacy button.button--approve:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve.modalPopupButton:hover, .button--approve.ui-button.ui-button-text-only:hover, .button.button--approve.button--hover, .file-input:hover .file-input__visualization .button.button--approve:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--approve.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--approve.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--approve[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--approve[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--approve.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--approve.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--approve.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--approve.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--approve:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--approve:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--approve.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--approve.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--approve.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--approve.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve.button--hover[type="button"], .legacy .button--approve.button--hover.blockLinkButton, .legacy .button--approve.button--hover.dc-input-button, .legacy button.button--approve.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve.button--hover.modalPopupButton, .button--approve.button--hover.ui-button.ui-button-text-only {
    background-color: #1a3300; }
  .button.button--approve[disabled], body button.button--approve[disabled].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve[disabled][type="button"], .legacy .button--approve[disabled].blockLinkButton, .legacy .button--approve[disabled].dc-input-button, .legacy button.button--approve[disabled]:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve[disabled].modalPopupButton, .button--approve[disabled].ui-button.ui-button-text-only, .button.button--approve[disabled="disabled"], body button.button--approve[disabled="disabled"].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve[disabled="disabled"][type="button"], .legacy .button--approve[disabled="disabled"].blockLinkButton, .legacy .button--approve[disabled="disabled"].dc-input-button, .legacy button.button--approve[disabled="disabled"]:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve[disabled="disabled"].modalPopupButton, .button--approve[disabled="disabled"].ui-button.ui-button-text-only, .button.button--approve.button--disabled, body button.button--approve.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--approve.button--disabled[type="button"], .legacy .button--approve.button--disabled.blockLinkButton, .legacy .button--approve.button--disabled.dc-input-button, .legacy button.button--approve.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--approve.button--disabled.modalPopupButton, .button--approve.button--disabled.ui-button.ui-button-text-only, .button--approve.ui-button[disabled="disabled"],
  .button--approve.ui-button[disabled] {
    background-color: #ddd; }

.button.button--decline, body button.button--decline.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline[type="button"], .legacy .button--decline.blockLinkButton, .legacy .button--decline.dc-input-button, .legacy button.button--decline:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline.modalPopupButton, input.button--decline[type=button].button, .button--decline.ui-button.ui-button-text-only {
  background-color: #8c353a; }
  .button.button--decline:hover, body button.button--decline.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline[type="button"]:hover, .legacy .button--decline.blockLinkButton:hover, .legacy .button--decline.dc-input-button:hover, .legacy button.button--decline:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline.modalPopupButton:hover, .button--decline.ui-button.ui-button-text-only:hover, .button.button--decline.button--hover, .file-input:hover .file-input__visualization .button.button--decline:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body button.button--decline.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), body .file-input:hover .file-input__visualization button.button--decline.ui-widget.ui-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization body .ui-datepicker .ui-datepicker-buttonpane input.button--decline[type="button"]:not(.button--disabled):not(.button--in-progress), body .ui-datepicker .ui-datepicker-buttonpane .file-input:hover .file-input__visualization input.button--decline[type="button"]:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--decline.blockLinkButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--decline.blockLinkButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy .button--decline.dc-input-button:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--decline.dc-input-button:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .legacy button.button--decline:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .legacy .file-input:hover .file-input__visualization button.button--decline:not(.button--disabled):not(.button--in-progress):not([role="presentation"]):not([class^="mce"]), .file-input:hover .file-input__visualization .legacy .button--decline.modalPopupButton:not(.button--disabled):not(.button--in-progress), .legacy .file-input:hover .file-input__visualization .button--decline.modalPopupButton:not(.button--disabled):not(.button--in-progress), .file-input:hover .file-input__visualization .button--decline.ui-button.ui-button-text-only:not(.button--disabled):not(.button--in-progress), body button.button--decline.button--hover.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline.button--hover[type="button"], .legacy .button--decline.button--hover.blockLinkButton, .legacy .button--decline.button--hover.dc-input-button, .legacy button.button--decline.button--hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline.button--hover.modalPopupButton, .button--decline.button--hover.ui-button.ui-button-text-only {
    background-color: #67272b; }
  .button.button--decline[disabled], body button.button--decline[disabled].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline[disabled][type="button"], .legacy .button--decline[disabled].blockLinkButton, .legacy .button--decline[disabled].dc-input-button, .legacy button.button--decline[disabled]:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline[disabled].modalPopupButton, .button--decline[disabled].ui-button.ui-button-text-only, .button.button--decline[disabled="disabled"], body button.button--decline[disabled="disabled"].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline[disabled="disabled"][type="button"], .legacy .button--decline[disabled="disabled"].blockLinkButton, .legacy .button--decline[disabled="disabled"].dc-input-button, .legacy button.button--decline[disabled="disabled"]:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline[disabled="disabled"].modalPopupButton, .button--decline[disabled="disabled"].ui-button.ui-button-text-only, .button.button--decline.button--disabled, body button.button--decline.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--decline.button--disabled[type="button"], .legacy .button--decline.button--disabled.blockLinkButton, .legacy .button--decline.button--disabled.dc-input-button, .legacy button.button--decline.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--decline.button--disabled.modalPopupButton, .button--decline.button--disabled.ui-button.ui-button-text-only, .button--decline.ui-button[disabled="disabled"],
  .button--decline.ui-button[disabled] {
    background-color: #ddd; }

.button[disabled], body button[disabled].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[disabled][type="button"], .legacy [disabled].blockLinkButton, .legacy [disabled].dc-input-button, .legacy button[disabled]:not([role="presentation"]):not([class^="mce"]), .legacy [disabled].modalPopupButton, input[disabled][type=button].button, [disabled].ui-button.ui-button-text-only, .button[disabled="disabled"], body button[disabled="disabled"].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[disabled="disabled"][type="button"], .legacy [disabled="disabled"].blockLinkButton, .legacy [disabled="disabled"].dc-input-button, .legacy button[disabled="disabled"]:not([role="presentation"]):not([class^="mce"]), .legacy [disabled="disabled"].modalPopupButton, input[disabled="disabled"][type=button].button, [disabled="disabled"].ui-button.ui-button-text-only, .button.button--disabled, body button.button--disabled.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--disabled[type="button"], .legacy .button--disabled.blockLinkButton, .legacy .button--disabled.dc-input-button, .legacy button.button--disabled:not([role="presentation"]):not([class^="mce"]), .legacy .button--disabled.modalPopupButton, input.button--disabled[type=button].button, input[type=button].ui-button[disabled="disabled"],
input[type=button].ui-button[disabled], .button--disabled.ui-button.ui-button-text-only, .ui-button[disabled="disabled"],
.ui-button[disabled] {
  border-color: rgba(221, 221, 221, 0.7);
  color: #aaa;
  background-color: #ddd;
  cursor: default;
  box-shadow: none; }

.button.button--small, body button.button--small.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--small[type="button"], .legacy .button--small.blockLinkButton, .legacy .button--small.dc-input-button, .legacy button.button--small:not([role="presentation"]):not([class^="mce"]), .legacy .button--small.modalPopupButton, input.button--small[type=button].button, .button--small.ui-button.ui-button-text-only {
  font: 11px "Lato", sans-serif; }
  .button.button--small .button__icon, body button.button--small.ui-widget.ui-button .button__icon, body .ui-datepicker .ui-datepicker-buttonpane input.button--small[type="button"] .button__icon, .legacy .button--small.blockLinkButton .button__icon, .legacy .button--small.dc-input-button .button__icon, .legacy button.button--small:not([role="presentation"]):not([class^="mce"]) .button__icon, .legacy .button--small.modalPopupButton .button__icon, .button--small.ui-button.ui-button-text-only .button__icon,
  .button.button--small .button__icon-after, body button.button--small.ui-widget.ui-button .button__icon-after, body .ui-datepicker .ui-datepicker-buttonpane input.button--small[type="button"] .button__icon-after, .legacy .button--small.blockLinkButton .button__icon-after, .legacy .button--small.dc-input-button .button__icon-after, .legacy button.button--small:not([role="presentation"]):not([class^="mce"]) .button__icon-after, .legacy .button--small.modalPopupButton .button__icon-after, .button--small.ui-button.ui-button-text-only .button__icon-after {
    height: 14px; }

.button--can-show-in-progress {
  position: relative;
  transition: color 0.5s, background 0.5s; }
  .button--can-show-in-progress:before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    content: '';
    border: 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    border-color: #aaa;
    transition: all 0.5s, border-color 0.1s; }

.button.button--in-progress.button--can-show-in-progress, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"], .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button, .legacy button.button--in-progress.button--can-show-in-progress:not([role="presentation"]):not([class^="mce"]), .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only, .button.button--in-progress.button--can-show-in-progress:hover, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button:hover, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"]:hover, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton:hover, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button:hover, .legacy button.button--in-progress.button--can-show-in-progress:hover:not([role="presentation"]):not([class^="mce"]), .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton:hover, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only:hover, .button.button--in-progress.button--can-show-in-progress:active, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button:active, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"]:active, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton:active, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button:active, .legacy button.button--in-progress.button--can-show-in-progress:active:not([role="presentation"]):not([class^="mce"]), .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton:active, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only:active {
  color: transparent;
  background: transparent;
  outline: none;
  border: none; }
  .button.button--in-progress.button--can-show-in-progress:before, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"]:before, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton:before, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button:before, .legacy button.button--in-progress.button--can-show-in-progress:not([class^="mce"]):not([role="presentation"]):before, .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton:before, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only:before, .button.button--in-progress.button--can-show-in-progress:hover:before, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button:hover:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"]:hover:before, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton:hover:before, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button:hover:before, .legacy button.button--in-progress.button--can-show-in-progress:not([class^="mce"]):not([role="presentation"]):hover:before, .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton:hover:before, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only:hover:before, .button.button--in-progress.button--can-show-in-progress:active:before, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button:active:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"]:active:before, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton:active:before, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button:active:before, .legacy button.button--in-progress.button--can-show-in-progress:not([class^="mce"]):not([role="presentation"]):active:before, .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton:active:before, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only:active:before {
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-top-color: #AC0023;
    border-radius: 50%;
    border-width: 3px;
    transition: all 0.5s, border-color 0.1s 0.4s;
    animation: rotate-in-progress 1s 0.5s infinite; }

.button.button--in-progress.button--can-show-in-progress .button__icon, body button.button--in-progress.button--can-show-in-progress.ui-widget.ui-button .button__icon, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress[type="button"] .button__icon, .legacy .button--in-progress.button--can-show-in-progress.blockLinkButton .button__icon, .legacy .button--in-progress.button--can-show-in-progress.dc-input-button .button__icon, .legacy button.button--in-progress.button--can-show-in-progress:not([role="presentation"]):not([class^="mce"]) .button__icon, .legacy .button--in-progress.button--can-show-in-progress.modalPopupButton .button__icon, .button--in-progress.button--can-show-in-progress.ui-button.ui-button-text-only .button__icon {
  display: none; }

.button.button--in-progress.button--can-show-in-progress.button--settings-flavor:before, body button.button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-widget.ui-button:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress.button--settings-flavor[type="button"]:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.blockLinkButton:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.dc-input-button:before, .legacy button.button--in-progress.button--can-show-in-progress.button--settings-flavor:not([class^="mce"]):not([role="presentation"]):before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.modalPopupButton:before, .button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-button.ui-button-text-only:before, .button.button--in-progress.button--can-show-in-progress.button--settings-flavor:hover:before, body button.button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-widget.ui-button:hover:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress.button--settings-flavor[type="button"]:hover:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.blockLinkButton:hover:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.dc-input-button:hover:before, .legacy button.button--in-progress.button--can-show-in-progress.button--settings-flavor:not([class^="mce"]):not([role="presentation"]):hover:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.modalPopupButton:hover:before, .button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-button.ui-button-text-only:hover:before, .button.button--in-progress.button--can-show-in-progress.button--settings-flavor:active:before, body button.button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-widget.ui-button:active:before, body .ui-datepicker .ui-datepicker-buttonpane input.button--in-progress.button--can-show-in-progress.button--settings-flavor[type="button"]:active:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.blockLinkButton:active:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.dc-input-button:active:before, .legacy button.button--in-progress.button--can-show-in-progress.button--settings-flavor:not([class^="mce"]):not([role="presentation"]):active:before, .legacy .button--in-progress.button--can-show-in-progress.button--settings-flavor.modalPopupButton:active:before, .button--in-progress.button--can-show-in-progress.button--settings-flavor.ui-button.ui-button-text-only:active:before {
  border-top-color: #169BD5; }

@keyframes rotate-in-progress {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.box {
  background: white;
  color: #000;
  font: 13px "Lato", sans-serif;
  padding: 10px; }

.box--width-by-content {
  display: inline-block; }

.box--header {
  background: RGBA(0, 0, 0, 0.5);
  color: white; }

.box--has-header {
  background: none;
  padding: 0; }
  .box--has-header .box__header {
    background: RGBA(0, 0, 0, 0.5);
    color: white;
    padding: 10px; }
  .box--has-header .box__content {
    background: white;
    padding: 10px; }

.box--main-content, .box--main-content-large, .box--title-content {
  padding: 20px 20px;
  border-radius: 2px; }
  .box--main-content.box--has-header, .box--has-header.box--main-content-large, .box--has-header.box--title-content {
    padding: 0; }
    .box--main-content.box--has-header .box__header, .box--has-header.box--main-content-large .box__header, .box--has-header.box--title-content .box__header {
      padding: 10px 20px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .box--main-content.box--has-header .box__content, .box--has-header.box--main-content-large .box__content, .box--has-header.box--title-content .box__content {
      padding: 20px 20px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }

.box--main-content-large {
  min-height: 400px;
  padding: 20px 20px 30px; }

.box--title-content {
  padding: 15px; }

.box--main-content.box--header, .box--header.box--main-content-large, .box--header.box--title-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.box--top-attached {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.box--tabs-attached {
  border-top-left-radius: 0; }

.kpi {
  width: 100%;
  display: inline-block;
  background-color: white;
  border-radius: 3px; }

.kpi--wide {
  display: block;
  width: auto; }

.kpi--contrast {
  border-color: black;
  border-width: 1px;
  border-style: solid; }

.kpi--strong {
  border-color: #ddd;
  border-width: 1px;
  border-style: solid; }

.kpi__label {
  float: left;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold; }

.kpi__number {
  float: right;
  padding: 10px;
  font: lighter 40px sans-serif;
  transition: color 500ms;
  word-break: break-all; }

.kpi__number--green {
  color: green; }

.kpi__number--red {
  color: #AC0023; }

.kpi-widget__container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.kpi-widget__container--justify-to-end {
  justify-content: flex-end; }

.kpi-widget {
  border: none;
  border-radius: 2px;
  overflow: hidden;
  flex-basis: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 220px;
  height: 130px;
  transition: 0.5s; }

.increase-height {
  transition: 0.5s;
  height: 170px; }

.kpi-widget--grow {
  flex-grow: 1; }

.kpi-widget__main {
  padding: 15px 15px 0 15px;
  flex-grow: 1;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 130px;
  min-height: 130px; }

.kpi-widget__header {
  margin: 0 0 10px 0;
  font-size: 13px; }

.kpi-widget__secondary-header {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: normal; }

.kpi-widget__value {
  margin: 0;
  text-align: right;
  font-weight: lighter;
  font-size: 40px;
  font-family: sans-serif;
  flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end; }

.kpi-widget__value-content {
  display: block;
  width: 100%;
  font-family: 'Lato';
  color: #333;
  font-weight: 400;
  font-size: 36px;
  padding-bottom: 15px; }

.kpi-widget__details {
  padding: 10px;
  background-color: #555;
  color: white;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-height: 40px;
  position: relative;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.kpi-widget__details-header {
  margin: 0;
  font-size: 16px;
  flex-grow: 1;
  color: #fff;
  font-weight: 400; }

.kpi-widget__details-value {
  margin: 0 0 0 10px;
  font-size: 18.2px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  opacity: 1; }

.kpi-widget--positive {
  color: green; }

.kpi-widget--negative {
  color: #AC0023; }

.kpi-widget--attention {
  color: #ff9900; }

.kpi-widget__value--animate {
  -webkit-animation: kpi-widget-value-animation 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: kpi-widget-value-animation 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.kpi-widget__container--justify-to-end .kpi-widget {
  margin-left: 20px; }

.shorten-height {
  height: 150px;
  transition: 0.5s; }

.display-none {
  transition: 1s;
  display: none; }

@-webkit-keyframes kpi-widget-value-animation {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes kpi-widget-value-animation {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes fade-in-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.popup, .popup-menu, .legacy .popup-menu, .dialog, body .ui-datepicker, .legacy .report_template_select, .legacy .modalPopup, .legacy .ui-dialog.tooltip-dialog, .legacy .ui-dialog {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 10px;
  background-color: white;
  margin: 0;
  z-index: 20; }
  @media screen {
    .popup, .popup-menu, .legacy .popup-menu, .dialog, body .ui-datepicker, .legacy .report_template_select, .legacy .modalPopup, .legacy .ui-dialog.tooltip-dialog, .legacy .ui-dialog {
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } }
  .popup.popup--low-level, .popup--low-level.popup-menu, .popup--low-level.dialog, body .popup--low-level.ui-datepicker, .legacy .popup--low-level.report_template_select, .legacy .popup--low-level.modalPopup, .legacy .popup--low-level.ui-dialog {
    z-index: 1; }
  .popup .popup__header, .popup-menu .popup__header, .dialog .popup__header, body .ui-datepicker .popup__header, .legacy .report_template_select .popup__header, .legacy .modalPopup .popup__header, .legacy .ui-dialog .popup__header {
    margin: -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: "Lato", sans-serif;
    background-color: #f8f8f8;
    color: black;
    border-radius: 2px 2px 0 0; }
  .popup .popup__footer, .popup-menu .popup__footer, .dialog .popup__footer, body .ui-datepicker .popup__footer, .legacy .report_template_select .popup__footer, .legacy .modalPopup .popup__footer, .legacy .ui-dialog .popup__footer {
    margin: 30px -10px -10px;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: left;
    border-radius: 0 0 2px 2px;
    text-align: right; }
  .popup .popup__close-button, .popup-menu .popup__close-button, .dialog .popup__close-button, body .ui-datepicker .popup__close-button, .legacy .report_template_select .popup__close-button, .legacy .modalPopup .popup__close-button, .legacy .ui-dialog .popup__close-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .popup.popup--dialog, .popup--dialog.popup-menu, .popup--dialog.dialog, body .popup--dialog.ui-datepicker, .legacy .popup--dialog.report_template_select, .legacy .popup--dialog.modalPopup, .legacy .popup--dialog.ui-dialog {
    border: 1px solid #ddd;
    border-radius: 2px; }
  .popup.popup--absolute, .popup--absolute.popup-menu, .popup--absolute.dialog, body .popup--absolute.ui-datepicker, .legacy .popup--absolute.report_template_select, .legacy .popup--absolute.modalPopup, .legacy .popup--absolute.ui-dialog {
    position: absolute; }
  .popup.popup--movable, .popup--movable.popup-menu, .popup--movable.dialog, body .popup--movable.ui-datepicker, .legacy .popup--movable.report_template_select, .legacy .popup--movable.modalPopup, .legacy .popup--movable.ui-dialog {
    cursor: move; }

.popup--menu, .legacy .report_template_select {
  font: 13px "Lato", sans-serif;
  padding: 3px 0;
  background-color: white; }
  .popup--menu ul, .legacy .report_template_select ul {
    padding: 0; }
  .popup--menu .popup__logical-group, .legacy .report_template_select .popup__logical-group {
    font-size: 0; }
  .popup--menu .popup__item, .legacy .report_template_select .popup__item, .legacy .report_template_select li {
    color: #000;
    font: 13px "Lato", sans-serif;
    cursor: pointer;
    list-style: none;
    padding: 3px 10px;
    padding-right: 20px;
    white-space: nowrap; }
    .popup--menu .popup__item.popup__item--non-interactive, .legacy .report_template_select .popup__item.popup__item--non-interactive, .legacy .report_template_select li.popup__item--non-interactive {
      color: #000;
      cursor: default; }
    .popup--menu .popup__item.popup__item--has-submenu, .legacy .report_template_select .popup__item.popup__item--has-submenu, .legacy .report_template_select li.popup__item--has-submenu {
      cursor: default;
      padding-bottom: 0; }
    .popup--menu .popup__item.popup__item--separator-after:not(:last-child), .legacy .report_template_select .popup__item.popup__item--separator-after:not(:last-child), .legacy .report_template_select li.popup__item--separator-after:not(:last-child) {
      border-bottom: 1px solid #ddd;
      padding-bottom: 0.4em;
      margin-bottom: 0.2em; }
    .popup--menu .popup__item.popup__item--separator, .legacy .report_template_select .popup__item.popup__item--separator, .legacy .report_template_select li.popup__item--separator {
      margin-top: 0.4em;
      margin-bottom: 0.4em;
      border-bottom: 1px solid #ddd;
      height: 0;
      padding: 0;
      cursor: default; }
    .popup--menu .popup__item:hover, .legacy .report_template_select .popup__item:hover, .legacy .report_template_select li:hover {
      background: #eee; }
    .popup--menu .popup__item.popup__item--has-submenu:hover, .legacy .report_template_select .popup__item.popup__item--has-submenu:hover, .legacy .report_template_select li.popup__item--has-submenu:hover {
      background: inherit; }
    .popup--menu .popup__item.popup__item--disabled, .legacy .report_template_select .popup__item.popup__item--disabled, .legacy .report_template_select li.popup__item--disabled,
    .popup--menu .popup__item.popup__item--disabled :hover, .legacy .report_template_select .popup__item.popup__item--disabled :hover, .legacy .report_template_select li.popup__item--disabled :hover {
      color: #aaa;
      cursor: default;
      background: inherit; }
  .popup--menu.popup--with-icon-column .popup__item, .legacy .popup--with-icon-column.report_template_select .popup__item, .popup--menu.popup--with-icon-column .legacy .report_template_select li, .legacy .report_template_select .popup--menu.popup--with-icon-column li, .legacy .popup--with-icon-column.report_template_select li {
    position: relative;
    padding-left: 2.7em; }
  .popup--menu.popup--with-icon-column .popup__submenu, .legacy .popup--with-icon-column.report_template_select .popup__submenu {
    margin-left: -2.7em;
    margin-right: -20px; }
  .popup--menu.popup--with-icon-column .popup__submenu .popup__item, .legacy .popup--with-icon-column.report_template_select .popup__submenu .popup__item, .popup--menu.popup--with-icon-column .popup__submenu .legacy .report_template_select li, .legacy .report_template_select .popup--menu.popup--with-icon-column .popup__submenu li, .legacy .popup--with-icon-column.report_template_select .popup__submenu li {
    padding-left: 5.2em; }
  .popup--menu .popup__item-icon, .legacy .report_template_select .popup__item-icon {
    display: none;
    position: absolute;
    left: 10px;
    width: 2em;
    text-align: center;
    color: #555;
    font-size: 0.7em;
    line-height: 1.6em;
    padding-top: 1px; }
  .popup--menu.popup--with-icon-column .popup__item-icon, .legacy .popup--with-icon-column.report_template_select .popup__item-icon {
    display: inline-block; }
  .popup--menu.popup--with-icon-column .popup__item--hide-icon .popup__item-icon, .legacy .popup--with-icon-column.report_template_select .popup__item--hide-icon .popup__item-icon {
    display: none; }
  .popup--menu .popup__submenu, .legacy .report_template_select .popup__submenu {
    margin-top: 3px;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -20px; }
    .popup--menu .popup__submenu .popup__item, .legacy .report_template_select .popup__submenu .popup__item, .popup--menu .popup__submenu .legacy .report_template_select li, .legacy .report_template_select .popup__submenu li {
      padding-left: 2.5em; }
  .popup--menu .popup__submenu-header, .legacy .report_template_select .popup__submenu-header {
    text-transform: uppercase;
    cursor: default; }
  .popup--menu.popup--disabled .popup__submenu-header, .legacy .popup--disabled.report_template_select .popup__submenu-header,
  .popup--menu.popup--disabled .popup__item, .legacy .popup--disabled.report_template_select .popup__item,
  .popup--menu.popup--disabled .legacy .report_template_select li, .legacy .report_template_select
  .popup--menu.popup--disabled li, .legacy .popup--disabled.report_template_select li,
  .popup--menu .popup__item--disabled .popup__submenu-header, .legacy .report_template_select .popup__item--disabled .popup__submenu-header,
  .popup--menu .popup__item--disabled .popup__item, .legacy .report_template_select .popup__item--disabled .popup__item,
  .popup--menu .popup__item--disabled .legacy .report_template_select li, .legacy .report_template_select .popup__item--disabled li {
    color: #aaa;
    cursor: default; }

.popup--menu-wide .popup__item, .popup--menu-wide .legacy .report_template_select li, .legacy .report_template_select .popup--menu-wide li {
  min-width: 200px; }

.popper {
  position: relative;
  display: inline-block; }
  .popper.popper--wide {
    display: block; }
    .popper.popper--wide .popper__content {
      display: block; }
  .popper.popper--tall {
    height: 100%; }
  .popper.popper--stretch {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px; }
  .popper.popper--strech-no-vertical-centering {
    align-items: flex-start; }
  .popper.popper--no-spacing {
    padding: 0; }
  .popper .popper__content {
    display: inline-block;
    position: relative; }
  .popper .popper__popup {
    position: absolute;
    line-height: normal;
    top: 100%;
    left: 0;
    display: none;
    z-index: 20; }
  .popper.popper--pop-above .popper__popup {
    top: auto;
    bottom: 100%; }
  .popper:not(.popper--flush-edges) .popper__popup {
    margin-top: -5px;
    padding-top: 10px; }
  .popper:not(.popper--flush-edges).popper--pop-above .popper__popup {
    margin-top: 0;
    margin-bottom: -5px;
    padding-top: 0;
    padding-bottom: 10px; }
  .popper.popper--pop-center .popper__popup {
    margin-left: -3em; }
  .popper.popper--pop-right .popper__popup {
    left: auto;
    right: 0; }
  .popper.popper--pop-center .popper__popup {
    left: 50%;
    padding: 0;
    height: 0;
    margin: 0; }
  .popper.popper--pop-center .popper__popup-wrapper {
    position: relative;
    left: -50%; }
  .popper.popper--fixed .popper__popup {
    position: fixed; }
  .popper.popper--pop-center:not(.popper--flush-edges) .popper__popup-wrapper {
    margin-top: -5px;
    padding-top: 10px; }
  .popper:hover .popper__popup {
    display: inline-block; }
  .popper.popper--manual:hover .popper__popup {
    display: none; }
  .popper.popper--manual.popper--show .popper__popup {
    display: inline-block; }
  .popper.popper--auto-align .popper__popup {
    visibility: hidden; }
  .popper.popper--auto-align.popper--auto-align-ready .popper__popup {
    visibility: visible; }

@media (max-width: 599px) {
  .popup-wrapper {
    max-width: 90vw !important;
    left: 0 !important; } }

.popup-menu, .legacy .popup-menu {
  min-width: 160px;
  font: 13px "Lato", sans-serif;
  text-transform: none;
  padding: 3px 0;
  background-color: white; }
  .popup-menu ul, .legacy .popup-menu ul {
    padding: 0; }
  .popup-menu .popup-menu__logical-group {
    font-size: 0; }
  .popup-menu .popup-menu__item {
    position: relative;
    display: list-item;
    color: #000;
    font: 13px "Lato", sans-serif;
    cursor: pointer;
    list-style: none;
    padding: 4px 10px;
    padding-right: 20px;
    white-space: nowrap; }
    .popup-menu .popup-menu__item.popup-menu--non-interactive {
      color: #000;
      cursor: default; }
    .popup-menu .popup-menu__item.popup-menu__item--has-indented-menu {
      cursor: default;
      padding-bottom: 0; }
    .popup-menu .popup-menu__item.popup-menu__item--separator-after:not(:last-child) {
      border-bottom: 1px solid #ddd;
      padding-bottom: 0.4em;
      margin-bottom: 0.2em; }
    .popup-menu .popup-menu__item.popup-menu__item--separator {
      margin-top: 0.4em;
      margin-bottom: 0.4em;
      border-bottom: 1px solid #ddd;
      height: 0;
      padding: 0;
      cursor: default; }
    .popup-menu .popup-menu__item:hover {
      background: #eee; }
    .popup-menu .popup-menu__item.popup-menu__item--has-indented-menu:hover {
      background: inherit; }
    .popup-menu .popup-menu__item.popup-menu__item--disabled,
    .popup-menu .popup-menu__item.popup-menu__item--disabled :hover {
      color: #aaa;
      cursor: default;
      background: inherit; }
  .popup-menu.popup-menu--with-icons .popup-menu__item {
    position: relative;
    padding-left: 2.7em; }
  .popup-menu.popup-menu--with-icons .popup-menu__indented-menu {
    margin-left: -2.7em;
    margin-right: -20px; }
  .popup-menu.popup-menu--with-icons .popup-menu__indented-menu .popup-menu__item {
    padding-left: 5.2em; }
  .popup-menu .popup-menu__item-icon {
    display: none;
    position: absolute;
    left: 10px;
    width: 2em;
    text-align: center;
    color: #555;
    font-size: 0.7em;
    line-height: 1.7em;
    padding-top: 1px; }
  .popup-menu.popup-menu--with-icons .popup-menu__item-icon {
    display: inline-block; }
  .popup-menu.popup-menu--with-icons .popup-menu__item--hide-icon .popup-menu__item-icon {
    display: none; }
  .popup-menu .popup-menu__indented-menu {
    margin-top: 3px;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -20px; }
    .popup-menu .popup-menu__indented-menu .popup-menu__item {
      padding-left: 2.5em; }
  .popup-menu .popup-menu__indented-menu-header {
    text-transform: uppercase;
    cursor: default; }
  .popup-menu.popup--disabled .popup-menu__indented-menu-header,
  .popup-menu.popup--disabled .popup-menu__item,
  .popup-menu .popup-menu__item--disabled .popup-menu__indented-menu-header,
  .popup-menu .popup-menu__item--disabled .popup-menu__item {
    color: #aaa;
    cursor: default; }

.popup--menu-wide .popup-menu__item {
  min-width: 200px; }

.popup-menu .popup-menu__item--has-submenu {
  padding-right: 30px; }

.popup-menu__item--has-submenu:after {
  position: absolute;
  right: 7px;
  content: "\f105"; }

.popup-menu__submenu-container {
  display: none;
  position: absolute;
  left: 100%;
  top: -5px;
  padding: 10px 10px 10px 5px;
  margin: -10px -5px; }

.popup-menu__item:hover > .popup-menu__submenu-container {
  display: block; }

.popup-menu.popup-menu--submenu {
  padding: 3px 0; }

.dialog {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 15px;
  z-index: 100;
  max-width: 600px;
  white-space: normal; }
  .dialog .dialog__header {
    margin: -10px -15px 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font: 400 16px "Lato", sans-serif;
    font-size: 18px;
    color: #AC0023;
    background-color: #f8f8f8;
    border-radius: 2px 2px 0 0; }
  .dialog .dialog__footer {
    margin: 10px -15px -10px;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    text-align: left;
    border-radius: 0 0 2px 2px;
    display: flex; }
  .dialog .dialog__buttons:not(.dialog__buttons-left) {
    margin-left: auto;
    padding-left: 20px;
    white-space: nowrap; }
    .dialog .dialog__buttons:not(.dialog__buttons-left) .dialog__button {
      margin-left: 5px; }
  .dialog .dialog__buttons-left .dialog__button {
    margin-right: 5px; }
  .dialog .dialog__button {
    display: inline-block; }
  .dialog .dialog__content {
    padding: 10px 0;
    color: #000;
    min-height: 120px; }
    @media (min-width: 400px) {
      .dialog .dialog__content {
        min-width: 400px; } }
  .dialog .dialog__close-button {
    position: absolute;
    top: 0;
    right: 0; }

.dialog--no-title .dialog__header {
  display: none; }

.dialog--no-title .dialog__content {
  font: 400 16px "Lato", sans-serif;
  text-transform: uppercase;
  color: #AC0023; }

.dialog--fixed-width {
  width: 600px; }

.dialog--narrow {
  max-width: 400px; }
  .dialog--narrow.dialog--fixed-width {
    width: 400px; }
  .dialog--narrow .dialog__content {
    min-width: 350px; }

.dialog--wide {
  max-width: 800px; }
  .dialog--wide.dialog--fixed-width {
    width: 800px; }

.dialog-container {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }

.dialog-container__glass {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: RGBA(170, 170, 170, 0.4);
  z-index: 100; }
  .dialog-container__glass.dialog-glass--dark {
    background: RGBA(0, 0, 0, 0.5); }

.dialog-container__above-glass {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.dialog-container__above-glass .dialog {
  z-index: auto; }

@media (min-width: 600px) {
  .dialog-container--center .dialog-container__above-glass {
    display: flex;
    align-items: center;
    justify-content: center; }
  .dialog-container--center .dialog.dialog--responsive {
    position: relative; } }

.dialog--responsive {
  animation: dialog-pop-0-0 0.5s;
  display: inline-flex;
  flex-direction: column;
  max-height: 80vh;
  min-width: min-content;
  min-height: 250px; }

@keyframes dialog-pop-0-0 {
  0% {
    transform: translate(0, 0) scale(0.1);
    opacity: 0; } }
  .dialog--responsive .dialog__header {
    cursor: move;
    min-height: 40px;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1); }
  .dialog--responsive .dialog__content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 0px -15px;
    padding: 10px 15px;
    min-height: 160px; }
  .dialog--responsive .dialog__footer {
    margin: 0 -15px -10px;
    display: block;
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1); }
  .dialog--responsive .dialog__footer-content {
    display: flex; }
  .dialog--responsive .dialog__close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    background: #555; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dialog--responsive .dialog__content {
    max-height: calc(80vh - 120px); } }

.dialog--responsive.dialog--scrollable .dialog__content {
  overflow-y: auto; }

.dialog--responsive.dialog--full-content-area .dialog__content {
  margin: 0px -15px;
  padding: 0; }

.dialog--responsive.dialog--settings-flavor .dialog__header {
  color: #169BD5; }

.dialog--responsive.dialog--settings-flavor .dialog__close-button {
  background: #555; }

.dialog__resize-handle {
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
  opacity: 0.2;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: se-resize; }

.dialog--pop-from-left {
  animation: dialog-pop--300px-0 0.5s; }

@keyframes dialog-pop--300px-0 {
  0% {
    transform: translate(-300px, 0) scale(0.1);
    opacity: 0; } }
  .dialog--pop-from-left.dialog--pop-from-top {
    animation: dialog-pop--300px--200px 0.5s; }

@keyframes dialog-pop--300px--200px {
  0% {
    transform: translate(-300px, -200px) scale(0.1);
    opacity: 0; } }
  .dialog--pop-from-left.dialog--pop-from-bottom {
    animation: dialog-pop--300px-200px 0.5s; }

@keyframes dialog-pop--300px-200px {
  0% {
    transform: translate(-300px, 200px) scale(0.1);
    opacity: 0; } }

.dialog--pop-from-right {
  animation: dialog-pop-300px-0 0.5s; }

@keyframes dialog-pop-300px-0 {
  0% {
    transform: translate(300px, 0) scale(0.1);
    opacity: 0; } }
  .dialog--pop-from-right.dialog--pop-from-top {
    animation: dialog-pop-300px--200px 0.5s; }

@keyframes dialog-pop-300px--200px {
  0% {
    transform: translate(300px, -200px) scale(0.1);
    opacity: 0; } }
  .dialog--pop-from-right.dialog--pop-from-bottom {
    animation: dialog-pop-300px-200px 0.5s; }

@keyframes dialog-pop-300px-200px {
  0% {
    transform: translate(300px, 200px) scale(0.1);
    opacity: 0; } }

.dialog--pop-from-top {
  animation: dialog-pop-0--200px 0.5s; }

@keyframes dialog-pop-0--200px {
  0% {
    transform: translate(0, -200px) scale(0.1);
    opacity: 0; } }

.dialog--pop-from-bottom {
  animation: dialog-pop-0-200px 0.5s; }

@keyframes dialog-pop-0-200px {
  0% {
    transform: translate(0, 200px) scale(0.1);
    opacity: 0; } }

@keyframes scale-up {
  0% {
    transform: scale(0.1); }
  100% {
    transform: scale(1); } }

@media (max-width: 599px) {
  .dialog--responsive {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    max-height: none;
    min-width: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 0; }
    .dialog--responsive .dialog__header,
    .dialog--responsive .dialog__footer {
      margin: 0; }
    .dialog--responsive .dialog__content {
      padding: 15px;
      overflow: auto;
      flex: 1;
      max-height: none;
      margin: 0; }
    .dialog--responsive .dialog__close-button {
      top: 3px;
      right: 2px; }
    .dialog--responsive .dialog__resize-handle {
      display: none; } }

@media (min-width: 600px) {
  .dialog--responsive {
    position: absolute; } }

.dialog--width-by-content {
  max-width: none;
  width: auto; }

.dialog-glass {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: RGBA(170, 170, 170, 0.4);
  z-index: 100; }
  .dialog-glass.dialog-glass--dark {
    background: RGBA(0, 0, 0, 0.5); }

.confirmation_dialog_content__emphasis {
  font-weight: bold; }

.confirmation_dialog_content__checkbox-container {
  padding-left: 20px;
  padding-top: 20px; }

.confirmation_dialog_content__content-view {
  margin-bottom: 20px; }

.dialog__icon {
  float: left;
  margin-right: 20px;
  margin-left: 10px; }

.dialog__headericon {
  margin-right: 5px; }

.layout {
  font-size: 0;
  display: inline-block; }
  .layout .layout__item {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px; }
  .layout.layout--right {
    text-align: right; }
    .layout.layout--right .layout__item {
      margin-right: 0;
      margin-left: 5px; }
  .layout.layout--large-spacing .layout__item {
    margin-right: 20px; }
  .layout.layout--large-spacing.layout--right .layout__item {
    margin-right: 0;
    margin-left: 20px; }
  .layout.layout--top-right-corner {
    font-size: initial;
    position: absolute;
    top: 0;
    right: 0; }

.working-indicator {
  background: url("/Content/Modules/images/ajax-loader-white-bg.gif") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: none;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 2px; }
  .working-indicator.working-indicator--medium {
    width: 2em;
    height: 2em; }
  .working-indicator.working-indicator--large {
    width: 4em;
    height: 4em; }
  .working-indicator.working-indicator--show {
    display: inline-block;
    visibility: visible; }
  .working-indicator.working-indicator--top {
    background-position: center 120px; }
  .working-indicator.working-indicator--reserve-space {
    display: inline-block;
    visibility: hidden; }
  .working-indicator.working-indicator--show.working-indicator--reserve-space {
    visibility: visible; }
  .working-indicator.working-indicator--stretch {
    background-image: URL("/Content/Modules/images/ajax-loader-gray-bg.gif");
    background-size: auto;
    background-color: #aaa;
    opacity: 0.1;
    width: 100%;
    min-height: 80px; }
  .working-indicator.overlay, .working-indicator.working-indicator--overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background-image: URL("/Content/Modules/images/ajax-loader-gray-bg.gif");
    background-size: auto;
    background-color: #aaa;
    opacity: 0.1;
    z-index: 10; }
    .working-indicator.overlay.working-indicator--medium, .working-indicator.working-indicator--overlay.working-indicator--medium {
      background-size: 2em; }
    .working-indicator.overlay.working-indicator--follow, .working-indicator.working-indicator--overlay.working-indicator--follow {
      position: fixed; }
  .working-indicator.overlay, .working-indicator.working-indicator--glass {
    border-radius: 2px;
    background-color: #aaa;
    opacity: 0.1; }

.working-indicator-message-container {
  position: absolute;
  left: 50%;
  top: 50%; }

.working-indicator-message {
  display: none;
  position: relative;
  left: -50%;
  margin-top: -11px;
  padding: 1px 20px;
  text-align: center;
  border-radius: 8px;
  color: white;
  background: black;
  opacity: 1; }

.global-working-indicator {
  z-index: 10; }

.global-working-indicator .working-indicator-region {
  position: fixed;
  left: 50%;
  top: 50%; }

.global-working-indicator .working-indicator-region .working-indicator {
  position: relative;
  left: -50%;
  top: -50%;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.global-working-indicator .glass {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  background-color: gray;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.toggle {
  font: 13px "Lato", sans-serif;
  display: inline-flex;
  flex-wrap: wrap; }

.toggle--wide {
  display: flex; }

.toggle--no-spacing {
  margin-right: -10px;
  margin-bottom: -5px; }

.toggle__button {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  display: inline-block;
  padding: 3px 10px;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px; }

.toggle__button-container {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px; }
  .toggle__button-container .toggle__button {
    margin-right: 0;
    margin-bottom: 0; }

.toggle > .toggle__button {
  margin-right: 10px;
  margin-bottom: 5px; }

.toggle__button--selected, .toggle--removable-buttons .toggle__button {
  background-color: #555;
  color: white;
  border-color: transparent; }

.toggle__button:not(.toggle__button--selected):not(.toggle--removable-buttons .toggle__button):hover {
  background: #eee; }

.toggle__checkbox {
  display: none; }

.toggle--removable-buttons .toggle__button {
  cursor: default; }

.toggle__remove-icon {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px; }

.toggle__group-button-text {
  display: inline-block;
  padding: 3px 10px;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  text-transform: uppercase; }

.toggle__group-button-input:checked ~ .toggle__group-button-text {
  background-color: #3c3c3c;
  color: white; }

.toggle__group-button-input:disabled ~ .toggle__group-button-text {
  color: #aaa;
  background-color: #ddd;
  cursor: default; }

.toggle__group-button-input:checked:disabled ~ .toggle__group-button-text {
  color: #000; }

.toggle__group-button-text, .toggle__button-text {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  border-radius: 0;
  border-right: none; }

.toggle__group-button:not(.toggle__group-button--single):first-of-type .toggle__group-button-text {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none; }

.toggle__group-button:not(.toggle__group-button--single):last-of-type .toggle__group-button-text {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.toggle__group-button--single .toggle__group-button-text {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc; }

.toggle__group-button .toggle__group-button-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin-left: -99999px; }

/*.toggle__group-button-input:focus ~ .toggle__group-button-text {
    outline: rgb(59, 153, 252) auto 5px; // For example, these are Google Chrome outline property default values
}*/
.toggle__group-button-icon, .toggle__button-icon {
  margin-right: 5px; }

.toggle__group-button-icon--after, .toggle__button-icon--after {
  margin-right: 0;
  margin-left: 5px; }

.tabs .tabs__tabs {
  font-size: 0; }

.tabs .tabs__tab-spacer {
  display: inline-block;
  padding-right: 7.5px;
  max-width: 10%; }

.tabs .tabs__tabs--count-1 .tabs__tab-spacer {
  max-width: 100%; }

.tabs .tabs__tabs--count-2 .tabs__tab-spacer {
  max-width: 50%; }

.tabs .tabs__tabs--count-3 .tabs__tab-spacer {
  max-width: 33.33333%; }

.tabs .tabs__tabs--count-4 .tabs__tab-spacer {
  max-width: 25%; }

.tabs .tabs__tabs--count-5 .tabs__tab-spacer {
  max-width: 20%; }

.tabs .tabs__tabs--count-6 .tabs__tab-spacer {
  max-width: 16.66667%; }

.tabs .tabs__tabs--count-7 .tabs__tab-spacer {
  max-width: 14.28571%; }

.tabs .tabs__tabs--count-8 .tabs__tab-spacer {
  max-width: 12.5%; }

.tabs .tabs__tabs--count-9 .tabs__tab-spacer {
  max-width: 11.11111%; }

.tabs .tabs__tabs--count-10 .tabs__tab-spacer {
  max-width: 10%; }

.tabs .tabs__tabs--count-11 .tabs__tab-spacer {
  max-width: 9.09091%; }

.tabs .tabs__tabs--count-12 .tabs__tab-spacer {
  max-width: 8.33333%; }

.tabs .tabs__tabs--count-13 .tabs__tab-spacer {
  max-width: 7.69231%; }

.tabs .tabs__tabs--count-14 .tabs__tab-spacer {
  max-width: 7.14286%; }

.tabs .tabs__tabs--count-15 .tabs__tab-spacer {
  max-width: 6.66667%; }

.tabs .tabs__tabs--count-16 .tabs__tab-spacer {
  max-width: 6.25%; }

.tabs .tabs__tabs--count-17 .tabs__tab-spacer {
  max-width: 5.88235%; }

.tabs .tabs__tabs--count-18 .tabs__tab-spacer {
  max-width: 5.55556%; }

.tabs .tabs__tabs--count-19 .tabs__tab-spacer {
  max-width: 5.26316%; }

.tabs .tabs__tabs--count-20 .tabs__tab-spacer {
  max-width: 5%; }

.tabs .tabs__tab {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  border: none;
  position: relative;
  display: block;
  vertical-align: bottom;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 6px 15px 4px;
  z-index: 10; }
  @media screen {
    .tabs .tabs__tab {
      box-shadow: 0 5px 10px 1px RGBA(0, 0, 0, 0.15) INSET; } }

.tabs .tabs__tab--disabled {
  background-color: #ddd;
  color: #aaa;
  cursor: default; }

.tabs .tabs__tab.tabs__tab--selected {
  background-color: white;
  color: #000;
  cursor: default; }
  @media screen {
    .tabs .tabs__tab.tabs__tab--selected {
      box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.1); } }

.tabs .tabs__tab--selected::after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  margin-bottom: -3px;
  height: 4px;
  background-color: white;
  content: ''; }

.tabs .tabs__label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  text-overflow: ellipsis;
  font: 13px "Lato", sans-serif; }

.tabs .tabs__content {
  position: relative;
  border-radius: 2px;
  border-top-left-radius: 0;
  background-color: white;
  color: #000;
  padding: 20px; }

.tabs .tabs__content--large {
  min-height: 400px; }

@media print {
  .tabs__tab:not(.tabs__tab--selected) {
    display: none !important; }
  .tabs__tab-spacer {
    padding: 0 !important;
    max-width: none !important; }
  .tabs__tab {
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important; } }

.__table-header-typography, .table__header, .table__cell--header, .legacy thead, .legacy td--header, .legacy .f_field_header, .legacy .td_dc_view_name, .legacy .public_query_admin_fields th, .legacy table.reference_option_head .reference_option_head_selected,
.legacy table.reference_option_head .reference_option_head_default, .legacy .f_field_caption, .legacy .p_scale_name, .legacy .profile-report-container tr.prr th, .legacy .profile-report-container thead, .legacy .profile-report-container td--header, .legacy .profile-report-container .profile-report-grid th, .public-query .public_query_form_table_field th, .filter-summary-view .label {
  font: bold 13px "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.7); }

.table {
  border-collapse: collapse; }
  .table .table__cell, .table .table__cell {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .table .table__cell--center,
  .table .table__cell--center {
    text-align: center; }
  .table .table__cell--number,
  .table .table__cell--number {
    text-align: right; }
  .table .table__cell--input,
  .table .table__cell--input {
    padding: 1px; }
  .table .table__cell--no-padding,
  .table .table__cell--no-padding {
    padding: 0; }
  .table .table__cell--selection,
  .table .table__cell--selection {
    border: none;
    background: transparent; }
  .table .table__cell--small,
  .table .table__cell--small {
    width: 100px; }
  .table .table__cell--at-least-small,
  .table .table__cell--at-least-small {
    min-width: 100px; }
  .table .table__cell--single-action, .table .table__cell--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .table .table__cell--single-action:not(.table__cell--disabled-single-action):hover, .table .table__cell--disabled-single-action:not(.table__cell--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .table .table__cell--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .table .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .table .table__cell--column-group-header {
    background: #f8f8f8; }
    .table .table__cell--column-group-header.table__cell--selection {
      background: transparent; }

.table--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.table--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.table--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.table__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.table__triangle:hover {
  border-right-color: #790019; }

.table__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.table__cell-icon--on-left {
  margin-right: 5px; }

.table__cell-icon--on-right {
  margin-left: 5px; }

.table__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .table__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.table__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .table__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.table__body {
  font: 13px "Lato", sans-serif;
  color: #000; }

.table--full-width {
  width: 100%; }

.table--limit-width .table__cell, .table--limit-width .table__cell {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.table--no-selection-column .table__cell--selection,
.table--no-selection-column .table__cell--selection {
  display: none; }

.table--no-cell-padding .table__cell, .table--no-cell-padding .table__cell {
  padding: 0; }

.table--plain .table__cell, .table--plain .table__cell {
  background: none;
  border: none; }

.table--plain .table__row.table__row--odd .table__cell, .table--plain .table__row:nth-child(odd) .table__cell {
  background: none; }

.table--list .table__cell, .table--list .table__cell {
  border-left: none;
  border-right: none; }

.table__cell--nowrap {
  white-space: nowrap; }

.table__row--selected .table__cell, .table__row--selected .table__cell {
  background-color: #f8f8f8; }

.table--tiny .table__cell, .table--tiny .table__cell {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.table--tiny .table__row.table__row--odd .table__cell, .table--tiny .table__row.table__row--odd .table__cell, .table--tiny .table__row:nth-child(odd) .table__cell, .table--tiny .table__row:nth-child(odd) .table__cell {
  background: none; }

.table--stripes-auto > .table__body > .table__row:nth-child(odd):not(.table__row--selected) > .table__cell {
  background: #f8f8f8; }
  .table--stripes-auto > .table__body > .table__row:nth-child(odd):not(.table__row--selected) > .table__cell.table__cell--selection {
    background: transparent; }

.table--stripes-auto > .table__body > .table__row:nth-child(odd) > .table__cell--single-action:hover, .table .table--stripes-auto > .table__body > .table__row:nth-child(odd) > .table__cell--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.table--stripes-auto > .table__body > .table__row:nth-child(odd) > .table__cell.table--triangle-popper-positioner {
  background-clip: padding-box; }

.table--stripes-auto > .table__body > .table__row:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.table--stripes-manual > .table__body > .table__row--odd > .table__cell {
  background: #f8f8f8; }
  .table--stripes-manual > .table__body > .table__row--odd > .table__cell.table__cell--selection {
    background: transparent; }

.table--stripes-manual > .table__body > .table__row--odd > .table__cell--single-action:hover, .table .table--stripes-manual > .table__body > .table__row--odd > .table__cell--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.table--stripes-manual > .table__body > .table__row--odd > .table__cell.table--triangle-popper-positioner {
  background-clip: padding-box; }

.table--row-hover-highlight .table__body .table__row:hover .table__cell,
.table--row-hover-highlight .table__body .table__row:hover .table__cell:nth-child(odd),
.table--row-hover-highlight .table__body .table__row:hover .table__cell:nth-child(even),
.table--row-hover-highlight .table__body .table__row.table__row--hover .table__cell {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.table-help-text {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: top;
  padding: 7.5px 5px;
  background: white;
  color: #ddd; }

.list {
  margin: 0;
  padding: 0;
  font: 13px "Lato", sans-serif;
  background-color: white;
  color: #000; }

.list--loose .list__item {
  padding: 7.5px 5px; }

.list--tight .list__item {
  padding: 3px 5px; }

.list--bullets {
  padding-left: 20px;
  margin: 5px; }
  .list--bullets .list__item {
    list-style: disc; }

.list__item {
  display: list-item;
  list-style: none;
  padding: 5px; }
  .list__item.list__item--odd, .list__item:nth-child(odd) {
    background-color: #f8f8f8; }
  .list__item.list__item--selected {
    background-color: #eee; }
  .list__item.list__item--focus, .list--selectable .list__item:hover,
  .list--selectable .list__item.list__item--odd:hover,
  .list--selectable .list__item:hover:nth-child(odd) {
    background-color: #eee; }

.list--no-stripes .list__item.list__item--odd, .list--bullets .list__item.list__item--odd, .list--no-stripes .list__item:nth-child(odd), .list--bullets .list__item:nth-child(odd) {
  background-color: inherit; }

.list--selectable .list__item:hover,
.list--selectable .list__item.list__item--odd:hover,
.list--selectable .list__item:hover:nth-child(odd) {
  cursor: pointer; }

.paging {
  display: inline-block;
  font: 12px "Lato", sans-serif;
  color: #000; }
  .paging .paging__button {
    border: 1px solid #ddd;
    border-radius: 2px;
    border-radius: 2px;
    border-color: #ccc;
    border-color: transparent;
    border-radius: 9px;
    display: inline-block;
    color: #000;
    padding: 1px 3px;
    margin-right: 3px;
    cursor: pointer; }
    .paging .paging__button.paging__button--index {
      padding-right: 5px;
      padding-left: 5px;
      border-color: #aaaaaa; }
    .paging .paging__button.paging__button--current {
      background-color: #000;
      color: white;
      cursor: default; }
    .paging .paging__button.paging__button--index:not(.paging__button--current):hover {
      background: #eee;
      border-color: #ddd; }
    .paging .paging__button.paging__button--disabled, .paging .paging__button[disabled="disabled"] {
      color: #aaa;
      cursor: default; }
    .paging .paging__button.paging__button--first, .paging .paging__button.paging__button--previous, .paging .paging__button.paging__button--next, .paging .paging__button.paging__button--last {
      display: none; }
    .paging .paging__button.paging__button--first:before {
      content: '<<'; }
    .paging .paging__button.paging__button--previous:before {
      content: '<'; }
    .paging .paging__button.paging__button--next:after {
      content: '>'; }
    .paging .paging__button.paging__button--last:after {
      content: '>>'; }
  .paging.paging--can-browse .paging__button.paging__button--first, .paging.paging--can-browse .paging__button.paging__button--previous, .paging.paging--can-browse .paging__button.paging__button--next, .paging.paging--can-browse .paging__button.paging__button--last {
    display: inline-block; }
  .paging .paging__range-per-total {
    display: inline-block;
    margin-left: 5px; }
  .paging .paging__show-all,
  .paging .paging__show-paging {
    display: none;
    margin-left: 5px;
    margin-right: 0; }
  .paging.paging--can-toggle-show-all .paging__show-all {
    display: inline-block; }
  .paging.paging--can-toggle-show-paging .paging__show-paging {
    display: inline-block; }

.separator {
  position: absolute;
  overflow: hidden; }

.separator::after {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 10px 1px RGBA(0, 0, 0, 0.25);
  content: ' '; }

.separator--vertical {
  display: inline-block;
  width: 14px;
  top: 0;
  bottom: 0; }

.separator--vertical::after {
  top: -20px;
  bottom: -20px;
  right: 10.5px;
  width: 28px; }

.separator--horizontal {
  height: 14px;
  left: 0;
  right: 0; }

.separator--horizontal::after {
  left: -20px;
  right: -20px;
  bottom: 10.5px;
  height: 28px; }

.separator--vertical + .separator-spacer {
  display: inline-block;
  width: 10px;
  height: 1px; }

.separator--horizontal + .separator-spacer {
  display: block;
  width: 1px;
  height: 10px; }

.file-input {
  position: relative;
  display: inline-block; }

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

.file-input--full-width {
  width: 100%; }

.file-input__actual-input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0; }

.file-input input[type="file"] {
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-indent: -5000px; }

.progress,
.progress[role] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  height: 20px;
  width: 200px; }

.progress[role]:after {
  background-image: none; }

.progress[role] strong {
  display: none; }

.progress {
  background: #eee; }

.progress::-webkit-progress-bar {
  background: #eee; }

.progress[role][aria-valuenow] {
  background: #eee !important; }

.progress {
  color: #AC0023; }

.progress::-ms-fill {
  border-color: currentColor; }

.progress::-moz-progress-bar {
  border-radius: 2px;
  background: #AC0023; }

.progress::-webkit-progress-value {
  border-radius: 2px;
  background: #AC0023; }

.progress[aria-valuenow]:before {
  border-radius: 2px;
  background: #AC0023; }

.progress--animate-show {
  transition: height 0.5s, border-width 0.5s; }
  .progress--animate-show:not(.progress--show) {
    border: none;
    height: 0; }

.progress--thin {
  height: 5px; }

.progress--thickness-medium {
  height: 10px; }

.progress--hidden {
  height: 0; }

.toolbar {
  display: flex;
  align-items: stretch;
  background: #eee;
  min-height: 30px; }

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

.toolbar--no-outfit {
  background: none; }

.toolbar--table {
  padding: 5px 5px 5px 10px;
  border: 1px solid #ddd;
  margin-bottom: 3px; }

.toolbar--hover:hover {
  background-color: RGBA(0, 0, 0, 0.15); }
  .toolbar--hover:hover .report-folder-list-item__collapse:hover {
    background-color: transparent; }

.toolbar__item {
  white-space: nowrap;
  margin: 0 3px;
  display: flex;
  align-items: center; }

.toolbar__item:first-child {
  margin-left: 0; }

.toolbar__item:last-child {
  margin-right: 0; }

.toolbar__item--remaining {
  flex: 1; }

.toolbar__item--block {
  display: block; }

.toolbar__item--loose {
  margin-left: 5px;
  margin-right: 5px; }

.toolbar__item--crop {
  overflow: hidden; }

.toolbar__item--icon {
  padding: 0 5px;
  padding-top: 2px;
  font-size: 1.3em; }

.toolbar__divider {
  border-left: 1px solid #ddd;
  margin: 0 5px; }

.toolbar__item--clickable {
  cursor: pointer; }

.flow-layout {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.flow-layout--vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; }

.flow-layout--stretch {
  align-items: stretch; }

.flow-layout--stretch.flow-layout--vertical {
  flex-wrap: unset; }

.flow-layout--center {
  justify-content: center; }

.flow-layout--wide {
  display: flex; }

.flow-layout > .flow-layout__item {
  margin: 0 3px; }

.flow-layout--vertical > .flow-layout__item {
  margin: 5px 0; }

.flow-layout--loose > .flow-layout__item {
  margin: 0 10px; }

.flow-layout--loose.flow-layout--vertical > .flow-layout__item {
  margin: 10px 0; }

.flow-layout__item--remaining {
  flex: 1; }

.flow-layout__item:first-child {
  margin-left: 0px; }

.flow-layout__item:last-child {
  margin-right: 0px; }

.fieldset {
  position: relative;
  border: 1px solid #AC0023;
  border-radius: 2px;
  padding: 20px;
  margin-top: 20px; }

.fieldset__legend {
  position: absolute;
  font: 400 16px "Lato", sans-serif;
  color: #AC0023;
  text-transform: uppercase;
  top: -15px;
  background: white;
  padding: 3px 5px; }

.form:not(.form--v1) .form__field {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px; }

.form:not(.form--v1).form--no-wrap .form__field {
  flex-wrap: nowrap; }

.form:not(.form--v1).form--no-wrap .form__field--wrap {
  flex-wrap: wrap; }
  .form:not(.form--v1).form--no-wrap .form__field--wrap .form__label {
    max-width: 100%;
    width: 100%; }
  .form:not(.form--v1).form--no-wrap .form__field--wrap .form__value {
    padding-top: 0; }
  .form:not(.form--v1).form--no-wrap .form__field--wrap .form__input {
    margin-top: 8px; }
  .form:not(.form--v1).form--no-wrap .form__field--wrap .form__input .input-group {
    width: 100%; }

.form:not(.form--v1) .form__field--mandatory .form__label:after,
.form:not(.form--v1) .form__mandatory:after {
  content: '*';
  margin-left: 3px; }

.form:not(.form--v1) .form__field--error .form__label:after {
  color: #AC0023; }

.form:not(.form--v1) .form__label {
  width: 200px;
  flex-shrink: 0;
  padding-right: 5px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .form:not(.form--v1) .form__label.form__label--disabled {
    color: #aaa; }

.form:not(.form--v1) .form__label--mandatory-no-value {
  color: red; }

.form:not(.form--v1) .form__input {
  flex: 1 1 0px;
  min-width: 120px; }

.form:not(.form--v1) .form__small-controls-container {
  display: inline-block;
  line-height: 30px; }

.form:not(.form--v1) .form__value {
  flex: 1 1 auto;
  padding-top: 5px; }

.form:not(.form--v1) .form__value--multiline {
  word-break: break-all; }

.form:not(.form--v1) .form__value--underline {
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
  min-height: 25px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form:not(.form--v1) .form__sub-heading {
  color: #AC0023;
  font: 400 16px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.025rem; }

.form:not(.form--v1) .form__sub-heading:not(:first-child) {
  margin-top: 30px; }

.form:not(.form--v1) .form__sub-heading--padding-top {
  margin-top: 30px; }

.form:not(.form--v1) .form__radio-label {
  line-height: 30px; }

.form__error {
  max-width: 200px;
  color: #AC0023;
  margin: 3px 0 5px; }
  .form__error.form__error--mild {
    color: #67cafa; }
  .form__error.form__error--wide {
    max-width: none; }

.form:not(.form--v1).form--inline {
  display: inline-flex; }
  .form:not(.form--v1).form--inline .form__field {
    margin-right: 5px; }
    .form:not(.form--v1).form--inline .form__field .form__label {
      width: auto;
      padding-top: 7px; }
  .form:not(.form--v1).form--inline .form__input {
    min-width: initial;
    flex: 1 1 auto; }
  .form:not(.form--v1).form--inline .form__controls {
    display: inline-flex;
    align-items: center; }
  .form:not(.form--v1).form--inline.form--loose .form__field {
    margin-right: 20px; }

.form.form--limited-space .form__label {
  max-width: 50%; }

@media (max-width: 599px) {
  .form:not(.form--v1) .form__field {
    flex-direction: column;
    align-items: stretch; }
  .form:not(.form--v1) .form__label {
    margin-bottom: 4px;
    width: auto;
    max-width: none; } }

.form.form--v1 .form__field {
  display: block; }

.form.form--v1 .form__label {
  display: block;
  margin-bottom: 5px; }

.form.form--v1 .form__input {
  display: block;
  margin-bottom: 5px; }

.form.form--v1.form--horizontal .form__field {
  display: table-row; }

.form.form--v1.form--horizontal .form__label, .form.form--v1.form--horizontal .form__input {
  display: table-cell;
  padding-top: 4px;
  padding-bottom: 4px; }

.form.form--v1.form--horizontal .form__label {
  padding-right: 20px; }

.form.form--v1 .form__controls {
  margin-top: 10px; }

.form.form--v1 .form__fieldset {
  display: block; }

.form.form--v1 .form__fieldset-label {
  display: block;
  margin-bottom: 10px; }

.form.form--v1 .form__fieldset-fields {
  display: block; }

.form--v3.form:not(.form--v1) .form__field--mandatory .form__label:after,
.form--v3 .form__mandatory:after {
  content: none; }

.form--v3 .form__field--mandatory:before {
  position: absolute;
  content: '*';
  margin-left: -12px;
  width: 12px;
  font-size: 20px; }

.form--v3.form--limited-space .form__label {
  max-width: 35%;
  font-size: 11px; }

.form--v3.form--limited-space .form__value {
  font-size: 14px; }

.form--v3 .form__field {
  position: relative; }

.form__help-icon {
  cursor: pointer;
  margin-left: 2px; }

.form__help-icon:hover {
  cursor: pointer;
  margin-left: 2px; }

.form__history-icon {
  cursor: pointer;
  margin-left: 2px; }

.form__history-icon:hover {
  cursor: pointer;
  margin-left: 2px; }

.form__field--color-grey {
  color: #c4c4c4; }

.form__field--action-link {
  display: grid;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background: #f2f2f2;
  padding: 8px;
  padding-left: 56px;
  position: relative;
  margin-bottom: 8px;
  box-sizing: content-box;
  min-height: 41px; }
  .form__field--action-link .form__field--action-link-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 8px; }
    .form__field--action-link .form__field--action-link-icon-container a[href]:hover {
      color: #8c353a; }
    .form__field--action-link .form__field--action-link-icon-container > * {
      font-size: 28px; }
  .form__field--action-link .form__label {
    margin: 0;
    padding-top: 4px; }
  .form__field--action-link .form__value {
    align-items: flex-end;
    margin: 0;
    padding-bottom: 4px; }
    .form__field--action-link .form__value:after {
      display: none; }
  .form__field--action-link .form__value-action-container {
    display: none; }

.multi-action-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f8f8f8;
  padding: 10px;
  position: relative; }

.multi-action-box__close-button {
  position: absolute;
  top: 0;
  right: 0; }

.multi-action-box__title {
  font: 400 16px "Lato", sans-serif;
  margin-bottom: 5px; }

.breadcrumb {
  font: 400 16px "Lato", sans-serif;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  overflow: hidden;
  display: flex; }
  .breadcrumb a {
    text-decoration: none;
    color: #000; }

.breadcrumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: 60px;
  cursor: pointer; }
  .breadcrumb__item:after {
    content: " \f105 ";
    font-family: 'FontAwesome';
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px; }
  .breadcrumb__item.breadcrumb__item--disabled {
    cursor: default;
    color: #aaa; }
    .breadcrumb__item.breadcrumb__item--disabled:hover {
      text-decoration: none; }
    .breadcrumb__item.breadcrumb__item--disabled .breadcrumb__text:hover {
      text-decoration: none; }

.breadcrumb__text:hover {
  text-decoration: underline; }

.breadcrumb__item--last {
  flex-grow: 2;
  cursor: default; }
  .breadcrumb__item--last .breadcrumb__text:hover {
    text-decoration: none; }
  .breadcrumb__item--last:after {
    content: ""; }

.breadcrumb__item--heading-color {
  color: #AC0023; }

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

.data-field-breadcrumb {
  padding: 5px;
  font: 13px "Lato", sans-serif;
  color: black; }

.data-field-breadcrumb__item:not(:last-of-type):after {
  content: " / "; }

.table-widget__footer-region {
  margin-top: 3px; }
  .table-widget__footer-region .table .table__cell {
    background: #f8f8f8; }

.table-widget__footer-content-region {
  padding: 3px 4px 6px 4px; }
  .table-widget__footer-content-region .link__content .icon, .table-widget__footer-content-region .link__content .popup-menu__item--has-submenu:after, .table-widget__footer-content-region .link__content .toggle__remove-icon, .table-widget__footer-content-region .link__content .model-selector-dropdown-select-icon, .table-widget__footer-content-region .link__content
  .model-selector-dropdown-view .select-icon,
  .model-selector-dropdown-view .table-widget__footer-content-region .link__content .select-icon, .table-widget__footer-content-region .link__content .legacy .ses-select .select-icon, .legacy .ses-select .table-widget__footer-content-region .link__content .select-icon, .table-widget__footer-content-region .link__content .icon--legacy-wrapper, .table-widget__footer-content-region .link__content .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .table-widget__footer-content-region .link__content .dc_view_image_container.no-image, .table-widget__footer-content-region .link__content .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .table-widget__footer-content-region .link__content .ui-icon-closethick {
    font-size: 1em; }

.infobox {
  display: flex;
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  justify-content: center; }
  .infobox.infobox--fit-in-container {
    margin-bottom: 0; }
  .infobox.infobox--detached {
    background-color: black;
    color: white;
    margin-bottom: 0;
    opacity: 0.95; }
  .infobox.infobox--margin-top {
    margin-top: 20px; }

/* Elements */
.infobox__slider-content {
  display: flex;
  max-width: 700px; }

.infobox__content {
  flex-grow: 2;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 5px;
  font-size: 13px; }
  .infobox__content .infobox__message {
    margin: 5px 0; }

@media all and (-ms-high-contrast: none) {
  .infobox__content {
    display: block; } }

.infobox__title {
  font-size: 120%;
  font-weight: bold;
  padding: 4px 0; }

.infobox__title--unbold {
  font-weight: normal; }

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

.infobox__icon {
  margin-right: 15px;
  font-size: 1.6em; }

.infobox__close {
  position: absolute;
  top: 0;
  right: 5px; }

/* Modifiers */
.infobox--information {
  background-color: #e9f6fb; }
  .infobox--information.infobox--detached {
    background-color: royalblue; }

.infobox__icon--information {
  color: royalblue; }

.infobox--success {
  background-color: honeydew; }
  .infobox--success.infobox--detached {
    background-color: #87be47; }

.infobox__icon--success {
  color: #87be47; }

.infobox__icon--warning {
  color: orange; }
  .infobox__icon--warning .fa-exclamation {
    color: cornsilk;
    font-size: 1.25em; }

.infobox--warning {
  background-color: cornsilk; }
  .infobox--warning.infobox--detached {
    background-color: orange;
    color: white; }
    .infobox--warning.infobox--detached .infobox__icon .fa-exclamation {
      color: orange;
      font-size: 1.25em; }

.infobox--error {
  background-color: rgba(172, 0, 35, 0.1); }
  .infobox--error.infobox--detached {
    background-color: #AC0023; }

.infobox__icon--error {
  color: #AC0023; }

.infobox--slider {
  padding-top: 20px; }

.infobox--vue.infobox--detached .infobox__icon {
  color: inherit; }

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.passive-notification-region {
  position: fixed;
  width: 100%;
  z-index: 110; }

.slider-infoboxes-view {
  max-width: 1580px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.95; }
  .slider-infoboxes-view .slider-infoboxes-container {
    position: relative;
    top: -3px;
    padding-top: 3px; }
  @media print {
    .slider-infoboxes-view {
      display: none; } }

.slider-infobox-item-view {
  border-top: 1px solid #ddd;
  width: 100%; }
  .slider-infobox-item-view.slide-in {
    -webkit-animation: slide-in-top 1s ease-out both;
    animation: slide-in-top 1s ease-out both; }
  .slider-infobox-item-view.slide-out {
    -webkit-animation: slide-out-top 2s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
    animation: slide-out-top 2s cubic-bezier(0.6, -0.28, 0.735, 0.045) both; }

body .ui-front {
  z-index: 10; }

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  border: none;
  background: none; }

body button.ui-widget.ui-button {
  min-width: 0; }

body .ui-widget.ui-widget-content {
  border: none; }

body .js-dc-field-selector .ui-widget-content .ui-state-active {
  border: none;
  background: none; }

body .datepicker__calendar-cell, body .ui-datepicker .ui-datepicker-calendar td, body .ui-datepicker .ui-datepicker-calendar th {
  padding: 0 5px; }

body .datepicker__calendar-cell--header, body .ui-datepicker .ui-datepicker-calendar th {
  font-weight: normal;
  padding-bottom: 5px; }

body .datepicker__calendar-cell--today, body .ui-datepicker td.ui-datepicker-today {
  content: ''; }

body .datepicker__calendar-cell--selected, body .ui-datepicker td.ui-datepicker-current-day {
  content: ''; }

body .datepicker__calendar-cell--disabled, body .ui-datepicker td.ui-datepicker-unselectable {
  content: ''; }

body .datepicker__calendar-text, body .ui-datepicker .ui-datepicker-calendar td .ui-state-default, body .ui-datepicker .ui-datepicker-calendar th .ui-state-default {
  display: inline-block;
  background: transparent;
  border: none;
  color: #000;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  border-radius: 100%; }

body .datepicker__calendar-text--today, body .ui-datepicker td.ui-datepicker-today .ui-state-default {
  text-decoration: underline;
  content: ''; }

body .datepicker__calendar-text--hover, body .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #eee;
  color: #000; }

body .datepicker__calendar-text--selected, body .ui-datepicker td.ui-datepicker-current-day .ui-state-default, body .ui-datepicker td.ui-datepicker-current-day .ui-state-active {
  background: #AC0023;
  color: white; }

body .datepicker__calendar-text--disabled, body .ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
  color: #aaa; }

body .ui-datepicker {
  display: none;
  width: auto; }
  body .ui-datepicker .ui-datepicker-header {
    background: none;
    font-weight: normal;
    margin-bottom: 5px;
    border: none; }
  body .ui-datepicker .ui-datepicker-header a:hover {
    font-size: inherit; }
  body .ui-datepicker .ui-icon {
    background-image: none;
    text-indent: 0px;
    text-align: center;
    color: transparent;
    margin-left: -3px; }
  body .ui-datepicker .ui-icon::before {
    color: #000;
    font-size: 13px; }
  body .ui-datepicker .ui-state-disabled .ui-icon::before {
    color: #aaa; }
  body .ui-datepicker .ui-datepicker-prev,
  body .ui-datepicker .ui-datepicker-next {
    top: 4px; }
    body .ui-datepicker .ui-datepicker-prev .ui-icon,
    body .ui-datepicker .ui-datepicker-next .ui-icon {
      font-size: 0; }
  body .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled),
  body .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
    background: #eee; }
  body .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
    top: 4px;
    left: 2px; }
  body .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
    top: 4px;
    right: 2px; }
  body .ui-datepicker .ui-state-disabled .ui-icon {
    color: #aaa; }
  body .ui-datepicker .ui-state-disabled, body .ui-datepicker .ui-widget-content .ui-state-disabled {
    opacity: 1; }
  body .ui-datepicker .ui-datepicker-title {
    color: #000;
    white-space: nowrap; }
  body .ui-datepicker select.ui-datepicker-month,
  body .ui-datepicker select.ui-datepicker-year {
    background: #fff;
    height: 25px;
    min-width: 4em;
    padding-top: 0;
    margin-left: 2.5px; }
  body .ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    background-color: none;
    color: #aaa; }
  body .ui-datepicker .ui-state-hover,
  body .ui-datepicker .ui-widget-content .ui-state-hover,
  body .ui-datepicker .ui-widget-header .ui-state-hover,
  body .ui-datepicker .ui-state-focus,
  body .ui-datepicker .ui-widget-content .ui-state-focus,
  body .ui-datepicker .ui-widget-header .ui-state-focus {
    border: none; }
  body .ui-datepicker .ui-datepicker-calendar {
    font-size: 12px; }
  body .ui-datepicker .ui-datepicker-header select {
    font-weight: inherit; }
  body .ui-datepicker .ui-datepicker-buttonpane {
    border: none; }
    body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] {
      min-width: 0;
      font-size: 12px;
      color: white !important; }

body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next {
  height: 25.2px;
  width: 25.2px; }

body .ui-autocomplete {
  overflow-x: hidden; }
  body .ui-autocomplete .ui-menu-item {
    list-style-image: none; }
  body .ui-autocomplete .ui-autocomplete-category {
    font-weight: bold; }

body .ui-widget.ui-widget-content.ui-autocomplete {
  border: 1px solid #ccc; }

body .ui-menu .ui-state-focus, body .ui-menu .ui-state-active {
  margin: 0; }

body .datacard-autocomplete-selector .inactive-datacards-autocomplete {
  margin-top: 0;
  margin-bottom: 0; }

body .ui-dialog.ui-widget.ui-widget-content {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px; }

body .ui-dialog {
  overflow: visible;
  z-index: 20; }
  @media screen {
    body .ui-dialog {
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } }
  body .ui-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 5px; }
  body .ui-dialog .ui-dialog-content {
    overflow: visible; }
  body .ui-dialog .ui-dialog-title {
    white-space: normal; }
  body .ui-dialog .dialog-text {
    margin-top: 0; }
  body .ui-dialog .ui-dialog-buttonpane {
    padding: 5px 10px 10px 15px; }
  body .ui-dialog .ui-dialog__close-icon-container {
    position: absolute;
    right: -2px;
    top: -3px;
    z-index: 0; }
  body .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -14px;
    top: -4px;
    width: 25px;
    height: 25px;
    z-index: 10;
    font-size: 0; }
  body .ui-dialog button.ui-widget.ui-button.ui-dialog-titlebar-close {
    background: none;
    box-shadow: none;
    border: none; }
    body .ui-dialog button.ui-widget.ui-button.ui-dialog-titlebar-close:hover, body .ui-dialog button.ui-widget.ui-button.ui-dialog-titlebar-close:active {
      background: none;
      box-shadow: none; }

body .ui-dialog--danger .ui-dialog-title {
  color: #AC0023; }

body .ui-dialog--danger .item-name {
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  font-style: italic; }

body .ui-dialog.no-titlebar .ui-dialog-titlebar {
  display: none; }

body .ui-sortable-handle {
  cursor: move; }

.v-data-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px; }

.v-data-footer .v-btn {
  color: inherit; }

.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child {
  margin-right: 7px; }

.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child {
  margin-left: 7px; }

.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child {
  margin-left: 7px; }

.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child {
  margin-right: 7px; }

.v-data-footer__pagination {
  display: block;
  text-align: center; }

.v-application--is-ltr .v-data-footer__pagination {
  margin: 0 32px 0 24px; }

.v-application--is-rtl .v-data-footer__pagination {
  margin: 0 24px 0 32px; }

.v-data-footer__select {
  display: flex;
  align-items: center;
  flex: 0 0 0;
  justify-content: flex-end;
  white-space: nowrap; }

.v-application--is-ltr .v-data-footer__select {
  margin-right: 14px; }

.v-application--is-rtl .v-data-footer__select {
  margin-left: 14px; }

.v-data-footer__select .v-select {
  flex: 0 1 0;
  padding: 0;
  position: initial; }

.v-application--is-ltr .v-data-footer__select .v-select {
  margin: 13px 0 13px 34px; }

.v-application--is-rtl .v-data-footer__select .v-select {
  margin: 13px 34px 13px 0; }

.v-data-footer__select .v-select__selections {
  flex-wrap: nowrap; }

.v-data-footer__select .v-select__selections .v-select__selection--comma {
  font-size: 12px; }

.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.38); }

.theme--light.v-data-table .v-data-table-header th.sortable:hover {
  color: rgba(0, 0, 0, 0.87); }

.theme--light.v-data-table .v-data-table-header th.sortable.active {
  color: rgba(0, 0, 0, 0.87); }

.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.87); }

.theme--light.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87); }

.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(255, 255, 255, 0.5); }

.theme--dark.v-data-table .v-data-table-header th.sortable:hover {
  color: white; }

.theme--dark.v-data-table .v-data-table-header th.sortable.active {
  color: white; }

.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: white; }

.theme--dark.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF; }

.v-data-table-header th.sortable {
  pointer-events: auto;
  cursor: pointer;
  outline: 0; }

.v-data-table-header th.active .v-data-table-header__icon, .v-data-table-header th:hover .v-data-table-header__icon {
  transform: none;
  opacity: 1; }

.v-data-table-header th.desc .v-data-table-header__icon {
  transform: rotate(-180deg); }

.v-data-table-header__icon {
  display: inline-block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.v-data-table-header__sort-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-radius: 50%;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  width: 18px; }

.v-data-table-header-mobile th {
  height: initial; }

.v-data-table-header-mobile__wrapper {
  display: flex; }

.v-data-table-header-mobile__wrapper .v-select {
  margin-bottom: 8px; }

.v-data-table-header-mobile__wrapper .v-select .v-chip {
  height: 24px; }

.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon {
  transform: rotate(-180deg); }

.v-data-table-header-mobile__select {
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center; }

/** Ripples */
/** Elements */
.theme--light.v-data-table {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87); }

.theme--light.v-data-table colgroup .divider {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.theme--light.v-data-table.v-data-table--fixed-header thead th {
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); }

.theme--light.v-data-table thead tr:last-child th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.theme--light.v-data-table thead tr th {
  color: rgba(0, 0, 0, 0.54); }

.theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.theme--light.v-data-table tbody tr:not(:last-child) td:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.theme--light.v-data-table tbody tr.active {
  background: #f5f5f5; }

.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content) {
  background: #eeeeee; }

.theme--dark.v-data-table {
  background-color: #424242;
  color: #FFFFFF; }

.theme--dark.v-data-table colgroup .divider {
  border-right: 1px solid rgba(255, 255, 255, 0.12); }

.theme--dark.v-data-table.v-data-table--fixed-header thead th {
  background: #424242;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); }

.theme--dark.v-data-table thead tr:last-child th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

.theme--dark.v-data-table thead tr th {
  color: rgba(255, 255, 255, 0.7); }

.theme--dark.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

.theme--dark.v-data-table tbody tr:not(:last-child) td:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

.theme--dark.v-data-table tbody tr.active {
  background: #505050; }

.theme--dark.v-data-table tbody tr:hover:not(.v-data-table__expanded__content) {
  background: #616161; }

.v-data-table table {
  width: 100%;
  border-spacing: 0; }

.v-data-table td, .v-data-table th {
  padding: 0 16px; }

.v-data-table th {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  height: 48px; }

.v-application--is-ltr .v-data-table th {
  text-align: left; }

.v-application--is-rtl .v-data-table th {
  text-align: right; }

.v-data-table td {
  font-size: 14px;
  height: 48px; }

.v-data-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden; }

.v-data-table__progress {
  height: auto !important; }

.v-data-table__progress th {
  height: auto !important;
  border: none !important;
  padding: 0; }

.v-data-table--dense td {
  height: 24px; }

.v-data-table--dense th {
  height: 32px; }

.v-data-table--fixed-height .v-data-table__wrapper {
  overflow-y: auto; }

.v-data-table--fixed-header .v-data-table__wrapper {
  overflow-y: auto; }

.v-data-table--fixed-header thead th {
  border-bottom: 0px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

.v-data-table--fixed-header thead tr:nth-child(2) th {
  top: 48px; }

.v-application--is-ltr .v-data-table--fixed-header .v-data-footer {
  margin-right: 17px; }

.v-application--is-rtl .v-data-table--fixed-header .v-data-footer {
  margin-left: 17px; }

.v-data-table--fixed.v-data-table--dense thead tr:nth-child(2) th {
  top: 32px; }

body {
  font: 13px "Lato", sans-serif;
  color: #000; }

body.app-ui:not(.public-query), body.NEWUI:not(.public-query) {
  min-width: 320px;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important; }
  body.app-ui:not(.public-query):before, body.NEWUI:not(.public-query):before {
    background: URL("/content/modules/images/sympa_bg_pattern.png");
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1; }

hr {
  border: none;
  border-top: 1px solid #eee; }

.theme-primary-colors, .sg-example, .sg-browser-viewport {
  background-color: white;
  color: #000; }

.theme-secondary-colors {
  background-color: #eee;
  color: black; }

.sg-browser-viewport {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  z-index: 0;
  position: relative; }
  .sg-browser-viewport:after {
    background: URL("/content/modules/images/sympa_bg_pattern.png");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1; }

.sg-browser-viewport {
  background-image: url("/Content/images/background/whiteroom.jpg"); }

@media screen\9 {
  .layout-grid-row-background, .grid.grid--layout > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.02)); }
  .layout-grid-row-blend-background, .grid.grid--layout > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row:before {
    display: none; } }

@media screen\0 {
  .layout-grid-row-background, .grid.grid--layout > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.02)); }
  .layout-grid-row-blend-background, .grid.grid--layout > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row:before {
    display: none; } }

@supports (-ms-ime-align: auto) {
  .layout-grid-row-background, .grid.grid--layout > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__row,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__row,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__row,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.02)); }
  .layout-grid-row-blend-background, .grid.grid--layout > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__row:before,
  .grid.grid--layout .grid__info-boxes > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__row:before,
  .grid.grid--layout .grid__changing-content > .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__row:before,
  .grid.grid--layout .grid__multiple-rows > .grid__multiple-rows > .grid__row:before {
    display: none; } }

.report-inactive-datacard,
.ui-widget-content .report-inactive-datacard {
  width: 100%; }

.datacard-autocompleteselector-region {
  display: inline-block; }

.datacard-browseselector-region {
  display: inline-block; }

.filtered-datacard-selector {
  position: relative; }
  .filtered-datacard-selector .browseList-link {
    margin-left: 20px; }
  .filtered-datacard-selector.filtered-datacard-dropdown-selector .dropdown-region select {
    width: 0px;
    height: 0px; }
  .filtered-datacard-selector.filtered-datacard-dropdown-selector .filtered-datacardtree {
    border-top: none;
    left: 0px;
    z-index: 20; }
  .filtered-datacard-selector .filtered-datacardtree {
    border: 1px solid silver;
    position: absolute;
    left: 25px;
    width: 100%;
    display: none;
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
    min-width: 200px; }
  .filtered-datacard-selector .inactive-datacards {
    cursor: pointer;
    background: #f8f8f8;
    padding: 3px 10px; }
  .filtered-datacard-selector .report-values-already-selected {
    color: #aaa; }
  .filtered-datacard-selector .report-treeview-datacard {
    list-style-type: none;
    padding-left: 10px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: normal; }
  .filtered-datacard-selector .report-treeview-datacard .working-indicator.small.show {
    display: block; }

.datacard-autocomplete-selector {
  position: relative; }
  .datacard-autocomplete-selector .ui-state-focus {
    margin: 0px; }
  .datacard-autocomplete-selector .ui-autocomplete {
    border: 1px solid #ddd;
    max-height: 200px;
    min-width: 250px;
    overflow: auto; }
  .datacard-autocomplete-selector .working-indicator-container {
    position: absolute;
    display: none;
    left: 75px;
    z-index: 10; }

.datafield-selector-view li {
  list-style-type: none; }

.datafield-selector-view .browseList-link {
  margin-left: 20px; }

.datafield-selector-view .no-autocomplete .browseList-link {
  margin-left: 0px; }

.datafield-selector-view .browseListDialog {
  max-height: 400px !important;
  padding: 3px 5px; }

.datafield-selector-view #browselist-container {
  padding-left: 5px;
  max-height: 345px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.datafield-selector-view .browseList {
  font-weight: bold;
  /*For ie and chrome*/
  padding-left: 3px;
  margin: 0;
  min-width: 250px; }
  .datafield-selector-view .browseList .non-selectable {
    padding: 0;
    cursor: default !important; }
  .datafield-selector-view .browseList li.category {
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px; }
  .datafield-selector-view .browseList li .browseField, .datafield-selector-view .browseList .browseTableField.selectable-table {
    position: relative;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 1px; }
  .datafield-selector-view .browseList li .browseField.selectable {
    cursor: pointer; }
  .datafield-selector-view .browseList li.browseField.js-browseField.selectable:before,
  .datafield-selector-view .browseList .browseTableField.selectable-table:before {
    content: ' ';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
    right: -100px;
    z-index: -1; }
  .datafield-selector-view .browseList li.browseField.js-browseField.selectable:hover:before,
  .datafield-selector-view .browseList .browseTableField.selectable-table:hover:before {
    background: #eee;
    display: block; }
  .datafield-selector-view .browseList .category ul {
    padding-left: 20px; }
  .datafield-selector-view .browseList .add-all-container {
    display: inline-block; }
  .datafield-selector-view .browseList .add-all-fields-text {
    margin-left: 7px; }

.datafield-selector-view .browselist-datafield-filter {
  width: 100%;
  background-color: #eee;
  margin-bottom: 5px;
  padding: 8px;
  display: flex; }
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__datacard-fields {
    padding-right: 2px;
    margin-right: 8px;
    border-right: 1px solid #ddd; }
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #3c3c3c;
    transition: background-color 0.2s;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-right: 5px;
    border: 2px solid #3c3c3c;
    cursor: pointer; }
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__icon:hover,
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__icon--selected {
    background-color: #fff;
    color: #3c3c3c; }
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__view-folders {
    display: flex; }
  .datafield-selector-view .browselist-datafield-filter .browselist-datafield-filter__view-folders .browselist-datafield-filter__icon:last-of-type {
    margin-right: 0; }

.datafield-selector-view.no-autocomplete .working-indicator-container.browse-list {
  margin-left: 20px; }

.datafield-selector-view .tablefield {
  font-weight: bold; }

.datafield-selector-view .working-indicator-container {
  position: absolute;
  display: none;
  left: 75px;
  z-index: 10; }

.datafield-selector-dropdown {
  max-height: 301px;
  min-width: 250px;
  overflow: auto; }

.datafield-selector--hide-unselectable .non-selectable {
  display: none; }

.model-selector-dropdown-view, .legacy .ses-select {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  box-shadow: none;
  background: white;
  color: black;
  height: 30px;
  position: relative; }
  .model-selector-dropdown-view .selected-value, .legacy .ses-select .selected-value {
    display: inline-block;
    margin-left: 5px;
    line-height: 30px;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 45px; }
  .model-selector-dropdown-view .select-list, .legacy .ses-select .select-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10; }
  .model-selector-dropdown-view.error, .legacy .error.ses-select {
    background: rgba(172, 0, 35, 0.1); }
  .model-selector-dropdown-view.disabled, .legacy .disabled.ses-select {
    color: #aaa; }

.model-selector-dropdown-select-icon,
.model-selector-dropdown-view .select-icon, .legacy .ses-select .select-icon {
  background-color: #555;
  color: white;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  bottom: -1px;
  height: auto;
  width: auto;
  line-height: 30px;
  padding: 0 4px;
  font-size: 16px;
  padding: 0 7px;
  border-radius: 0px 2px 2px 0px;
  background-image: none;
  margin: 0; }

.model-selector-dropdown-view.disabled, .legacy .disabled.ses-select {
  border-color: rgba(221, 221, 221, 0.7); }
  .model-selector-dropdown-view.disabled .select-icon, .legacy .disabled.ses-select .select-icon {
    color: #aaa;
    background-color: #ddd; }

.model-selector-dropdown-view.model-selector-dropdown-view-with-text-only, .legacy .model-selector-dropdown-view-with-text-only.ses-select {
  border-color: transparent;
  color: #000;
  box-shadow: none; }
  .model-selector-dropdown-view.model-selector-dropdown-view-with-text-only .select-icon, .legacy .model-selector-dropdown-view-with-text-only.ses-select .select-icon {
    display: none; }

.model-selector-radiobutton-item-view {
  margin-bottom: 3px;
  margin-top: 3px; }
  .model-selector-radiobutton-item-view input:disabled + label {
    color: #aaa;
    cursor: default; }
  .model-selector-radiobutton-item-view input + label {
    cursor: pointer; }

.toggle-selector-sub-items__popup {
  width: 400px; }

.toggle-selector-sub-items__sub-selector {
  max-width: 400px; }

.toggle-selector-sub-items__sub-selection-info {
  margin-left: 3px; }

@media print {
  .grid__row--app-header {
    display: none !important; } }

.app-header {
  /* A relative position to house absolute elements */
  position: relative;
  height: 125px;
  color: white;
  background: RGBA(0, 0, 0, 0.5);
  white-space: nowrap; }

.app-header__logo-outer {
  display: inline-block; }

.app-header__logo-inner {
  /* The background of this element is actually the visible logo */
  display: inline-block;
  margin: 20px;
  height: 85px;
  /* Shows the background image as big as possible in this element,
        the width of this element is defined by an img element inside
        this element */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.app-header__logo-img {
  /* This image element is used to set the proper width for logo-inner,
        but the image element itself is not visible */
  height: 100%;
  visibility: hidden;
  /* The max width can be set by screen size */
  max-width: 120px; }

.app-header__box {
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  font-size: 16px;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }
  .app-header__box .link, .app-header__box .input-ui-tweak .table-show-all, .input-ui-tweak .app-header__box .table-show-all, .app-header__box .legacy .profile-report-container .button-info-text, .legacy .profile-report-container .app-header__box .button-info-text, .app-header__box
  .legacy .profile-report-container .specs-setup-label,
  .legacy .profile-report-container .app-header__box .specs-setup-label, .app-header__box .legacy a, .legacy .app-header__box a {
    font-size: inherit;
    color: inherit;
    line-height: inherit; }

.app-header__navi {
  display: inline-block;
  /* Push away from the logo */
  margin-left: 20px;
  /* To keep top edge of the logo and the navi aligned*/
  vertical-align: top;
  /* To remove a gap between items */
  font-size: 0; }

.app-header__navi-item-container {
  /* Navi item wrapper is used to keep popper and navi-item elements 
        inside same element and therefore sustain a hover background in
        the navi-item when hovering on popupmenu */
  display: inline-block; }

.app-header__navi-item-container--low {
  vertical-align: bottom; }

.app-header__navi-item {
  display: inline-block;
  /* Navi item has full height */
  height: 100%;
  /* Reserve some space for a colored border with
        transparent border, the color is changed when 
        navi-item is in selected-state */
  border-top: 4px solid transparent;
  /* The line height of navi-item must be the height of this element minus 
        the width of the top border. The line height is set to vertically 
        align it's content to the bottom. */
  line-height: 121px;
  /* Center content */
  text-align: center;
  /* Make the navi item wider than it's content '*/
  padding-left: 10px;
  padding-right: 10px;
  /* The whole navi-item is clickable */
  cursor: pointer;
  /* Some minimum width for a item */
  min-width: 115px;
  color: white; }

.app-header__navi-item-unclickable {
  cursor: default; }

.app-header__navi-item--selected {
  border-top-color: #AC0023; }

.app-header__navi-item-container:hover .app-header__navi-item {
  /* A different transparent bg when hovering */
  background: RGBA(0, 0, 0, 0.3); }

/* app-header__navi-item-content contains a link and an icon and
    it's size is set by a content */
.app-header__navi-item-content {
  display: inline-block;
  /* Reset the line height to normal, because we have at least two
        rows in this element */
  line-height: normal;
  /* Align to the bottom, it's easier to control a position */
  vertical-align: bottom;
  /* Push the content up a bit */
  padding-bottom: 5px; }

.app-header__navi-item-icon {
  position: relative;
  display: inline-block;
  /* A default border for the icon*/
  border: 2px solid white;
  border-radius: 50%;
  /* Size of the icon and a background */
  font-size: 21px;
  height: 55px;
  width: 55px;
  /* To align icon */
  padding-top: 12px;
  /* Lift the icon a bit */
  margin-bottom: 15px; }

.app-header__navi-item-link {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  font-size: 16px;
  color: white; }

.app-header__tools {
  /* Header-tools contains user menu, search etc. 
        This is a default position, but may change in themes. */
  position: absolute;
  right: 0;
  bottom: 0; }

.app-header__search {
  display: inline-block;
  /* Keep an input and an icon in a single line */
  white-space: nowrap;
  /* Keep the search in bottom */
  vertical-align: bottom;
  height: 40px;
  line-height: 40px;
  font-size: 16px; }

.app-header__search .app-header__search-input {
  font-size: 16px; }

.app-header__search-icon {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  /* To center a icon */
  text-align: center; }

.app-header__search-icon:hover {
  /* A different transparent bg when hovering */
  background: RGBA(0, 0, 0, 0.3); }

.app-header__culture-selector-region {
  /* This region may be as wide as the widest tool, 
        push a culture selector component to the right */ }

.app-header__user-menu-container {
  display: inline-block;
  vertical-align: bottom; }

.app-header__user-menu .link, .app-header__user-menu .input-ui-tweak .table-show-all, .input-ui-tweak .app-header__user-menu .table-show-all, .app-header__user-menu .legacy .profile-report-container .button-info-text, .legacy .profile-report-container .app-header__user-menu .button-info-text, .app-header__user-menu
.legacy .profile-report-container .specs-setup-label,
.legacy .profile-report-container .app-header__user-menu .specs-setup-label, .app-header__user-menu .legacy a, .legacy .app-header__user-menu a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025rem; }

.app-header__user-menu {
  display: inline-block;
  white-space: nowrap; }

.culture-selector--app-header {
  display: inline-block; }
  .culture-selector--app-header .culture-selector__selected-culture {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px; }

.culture-selector--app-header:hover .culture-selector__selected-culture {
  /* A different transparent bg when hovering */
  background: RGBA(0, 0, 0, 0.3); }

.app-header .link__icon {
  margin-left: 5px; }

.app-header .icon--dropdown, .app-header .model-selector-dropdown-select-icon, .app-header
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .app-header .select-icon, .app-header .legacy .ses-select .select-icon, .legacy .ses-select .app-header .select-icon {
  font-size: 16px;
  position: relative;
  top: -1px; }

.app-header__approval-notification {
  position: absolute;
  top: -8px;
  right: -12px;
  height: 26px;
  min-width: 26px;
  padding: 0 4px;
  line-height: 26px;
  font-size: 14px;
  background: #AC0023;
  border-radius: 50%; }

.app-header__task-state-region {
  position: absolute;
  right: 0;
  top: 0; }

.app-header__task-state-icon {
  margin-top: 10px;
  margin-right: -3px;
  font-size: 24px; }

.app-header__task-count {
  position: absolute;
  top: 14px;
  right: 8px;
  padding: 0 4px;
  height: 22px;
  min-width: 22px;
  line-height: 19px;
  font-size: 10px;
  color: #000;
  background: #fff;
  border: solid 1px grey;
  border-radius: 50%;
  text-align: center; }

.content-header .breadcrumb-node {
  display: inline-block; }

.content-header .breadcrumb-node a:hover,
.content-header .breadcrumb-node a:visited,
.content-header .breadcrumb-node a:active,
.content-header .breadcrumb-node a {
  text-decoration: none; }

.content-header .breadcrumb-node-txt {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px; }

.content-header .root-node .breadcrumb-node-txt {
  width: auto;
  max-width: 250px; }

.content-header .breadcrumb__nodes-region {
  display: inline-block; }

.content-header .breadcrumb__datacard-menu-region {
  float: right; }

.localized-text-edit {
  min-width: 350px; }

.localized-text-edit__row {
  display: flex;
  margin: 5px 0;
  flex-wrap: wrap; }

.localized-text-edit__info {
  width: 100%;
  margin: 10px 0 15px;
  display: none; }

.localized-text-edit--show-info .localized-text-edit__info {
  display: block; }

.localized-text-edit__info-text {
  margin-top: 5px; }

.localized-text-edit__label {
  width: 120px;
  line-height: 30px; }

.localized-text-edit__input {
  flex: 1;
  overflow: hidden; }

.localized-text-edit__input-parts {
  display: flex; }

.localized-text-edit__input-part {
  flex: 1; }

.localized-text-edit__input-part:not(:last-child) {
  margin-right: 10px; }

.localized-text-edit__error {
  display: block;
  color: #AC0023;
  margin: 5px 0; }

.approvals-widget {
  /* styles for table */ }
  .approvals-widget:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .approvals-widget .approval-display-controls {
    margin-bottom: 10px;
    min-height: 25px;
    position: relative; }
    .approvals-widget .approval-display-controls .working-indicator {
      position: absolute;
      left: 35px;
      top: -5px; }
  .approvals-widget .approval-items-table-and-working-indicator {
    position: relative;
    min-height: 80px;
    margin-bottom: 10px; }
  .approvals-widget .approval-items-table-container {
    overflow: auto;
    max-height: 300px; }
  .approvals-widget .approval-items {
    width: 100%;
    /* by default, only first history row is visible */
    /* when details are visible, show all history rows as well */
    /* by default, comment rows are hidden */
    /* by default, detail rows are hidden */
    /* default widths of column */ }
    .approvals-widget .approval-items .approval-item-history-row td {
      padding-top: 0; }
    .approvals-widget .approval-items .approval-item-history-row.first-row td {
      padding-bottom: 0; }
    .approvals-widget .approval-items .approval-item-history-row {
      display: none; }
    .approvals-widget .approval-items .approval-item-history-row.first-row {
      display: table-row; }
    .approvals-widget .approval-items .details-visible .approval-item-history-row {
      display: table-row; }
    .approvals-widget .approval-items .approval-item-history-comment-row {
      display: none; }
    .approvals-widget .approval-items .details-visible .approval-item-history-comment-row {
      display: table-row; }
    .approvals-widget .approval-items .approval-item-detail-row.first-row td {
      padding-top: 10px; }
    .approvals-widget .approval-items .approval-item-detail-row {
      display: none; }
    .approvals-widget .approval-items .details-visible .approval-item-detail-row {
      display: table-row; }
    .approvals-widget .approval-items .approval-item-detail-row td {
      vertical-align: top; }
    .approvals-widget .approval-items td {
      padding-right: 20px; }
    .approvals-widget .approval-items td.card-name {
      width: 30%; }
    .approvals-widget .approval-items td.form-name {
      width: 20%; }
    .approvals-widget .approval-items td.action-type {
      width: 10%; }
    .approvals-widget .approval-items td.date {
      width: 7%; }
    .approvals-widget .approval-items td.username {
      width: 23%; }
    .approvals-widget .approval-items td.controls {
      width: 10%; }
    .approvals-widget .approval-items .action-type {
      width: 5%;
      padding-right: 5px;
      white-space: nowrap; }
    .approvals-widget .approval-items .controls {
      text-align: right;
      white-space: nowrap;
      padding-right: 5px; }
      .approvals-widget .approval-items .controls .approve-control, .approvals-widget .approval-items .controls .decline-control {
        margin-right: 5px;
        cursor: pointer; }
    .approvals-widget .approval-items .approval-item-footer-row {
      /* by default, hide "hide details" control */ }
      .approvals-widget .approval-items .approval-item-footer-row td {
        padding-right: 10px;
        padding-top: 5px; }
      .approvals-widget .approval-items .approval-item-footer-row .show-details-control, .approvals-widget .approval-items .approval-item-footer-row .hide-details-control {
        cursor: pointer; }
      .approvals-widget .approval-items .approval-item-footer-row .hide-details-control {
        display: none; }
    .approvals-widget .approval-items .details-visible .approval-item-footer-row {
      /* when details visible, show/hide controls accordingly */ }
      .approvals-widget .approval-items .details-visible .approval-item-footer-row .show-details-control {
        display: none; }
      .approvals-widget .approval-items .details-visible .approval-item-footer-row .hide-details-control {
        display: inline-block; }
  .approvals-widget .view-all .approval-items-table-container {
    max-height: 500px; }
  .approvals-widget .approvals-view-all-button {
    float: right; }
  .approvals-widget .settings {
    position: absolute;
    right: 20px;
    top: 10px; }

.approval-action-dialog .action-comment {
  width: 100%;
  height: 150px; }

.approval-action-dialog-view .approval-info {
  margin-bottom: 10px; }

.public-search-frontpage-widget {
  position: relative;
  /* By default "close search result" is hidden */ }
  .public-search-frontpage-widget .public-search-form .description {
    margin-bottom: 10px; }
  .public-search-frontpage-widget .public-search-form .region-title {
    font-weight: bold;
    margin-top: 5px; }
  .public-search-frontpage-widget .public-search-form .data-fields > * {
    margin-top: 6px; }
  .public-search-frontpage-widget .public-search-form .public-search.option-valuetype {
    margin-top: 12px; }
  .public-search-frontpage-widget .public-search-form .add-profile {
    float: right;
    margin-bottom: 15px;
    cursor: pointer; }
    .public-search-frontpage-widget .public-search-form .add-profile .icon, .public-search-frontpage-widget .public-search-form .add-profile .popup-menu__item--has-submenu:after, .public-search-frontpage-widget .public-search-form .add-profile .toggle__remove-icon, .public-search-frontpage-widget .public-search-form .add-profile .model-selector-dropdown-select-icon, .public-search-frontpage-widget .public-search-form .add-profile
    .model-selector-dropdown-view .select-icon,
    .model-selector-dropdown-view .public-search-frontpage-widget .public-search-form .add-profile .select-icon, .public-search-frontpage-widget .public-search-form .add-profile .legacy .ses-select .select-icon, .legacy .ses-select .public-search-frontpage-widget .public-search-form .add-profile .select-icon, .public-search-frontpage-widget .public-search-form .add-profile .icon--legacy-wrapper, .public-search-frontpage-widget .public-search-form .add-profile .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .public-search-frontpage-widget .public-search-form .add-profile .dc_view_image_container.no-image, .public-search-frontpage-widget .public-search-form .add-profile .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .public-search-frontpage-widget .public-search-form .add-profile .ui-icon-closethick {
      margin-top: -3px;
      vertical-align: middle; }
  .public-search-frontpage-widget .public-search-form .search {
    margin-top: 10px;
    float: right; }
  .public-search-frontpage-widget .public-search-form .public-search-profile-filters {
    position: relative;
    z-index: 0; }
  .public-search-frontpage-widget .public-search-form .public-search-profile-filter {
    position: relative;
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px 10px; }
    @media screen {
      .public-search-frontpage-widget .public-search-form .public-search-profile-filter {
        position: relative; }
        .public-search-frontpage-widget .public-search-form .public-search-profile-filter:before, .public-search-frontpage-widget .public-search-form .public-search-profile-filter:after {
          background: transparent;
          bottom: 10px;
          content: "";
          height: 50%;
          max-height: 10px;
          max-width: 200px;
          position: absolute;
          width: 90%;
          z-index: -1;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75); }
        .public-search-frontpage-widget .public-search-form .public-search-profile-filter:before {
          left: 10px;
          -webkit-transform: skew(-5deg) rotate(-5deg);
          -moz-transform: skew(-5deg) rotate(-5deg);
          -ms-transform: skew(-5deg) rotate(-5deg);
          -o-transform: skew(-5deg) rotate(-5deg);
          transform: skew(-5deg) rotate(-5deg); }
        .public-search-frontpage-widget .public-search-form .public-search-profile-filter:after {
          right: 10px;
          -webkit-transform: skew(5deg) rotate(5deg);
          -moz-transform: skew(5deg) rotate(5deg);
          -ms-transform: skew(5deg) rotate(5deg);
          -o-transform: skew(5deg) rotate(5deg);
          transform: skew(5deg) rotate(5deg); } }
    .public-search-frontpage-widget .public-search-form .public-search-profile-filter:before {
      display: none; }
    .public-search-frontpage-widget .public-search-form .public-search-profile-filter .model-selector-dropdown-view, .public-search-frontpage-widget .public-search-form .public-search-profile-filter .legacy .ses-select, .legacy .public-search-frontpage-widget .public-search-form .public-search-profile-filter .ses-select {
      margin-top: 10px;
      margin-bottom: 10px; }
    .public-search-frontpage-widget .public-search-form .public-search-profile-filter .profile-option-select-region {
      margin-top: 10px; }
    .public-search-frontpage-widget .public-search-form .public-search-profile-filter .remove-profile {
      position: absolute;
      top: -12px;
      right: -13px;
      cursor: pointer; }
  .public-search-frontpage-widget .search-form-and-separator {
    position: relative; }
  .public-search-frontpage-widget .region-separator-container {
    visibility: hidden;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -17px; }
  .public-search-frontpage-widget .result-region {
    display: none;
    overflow: auto;
    margin-top: 20px; }
  .public-search-frontpage-widget.search-visible .result-region {
    display: block; }
  .public-search-frontpage-widget .close-search-result {
    display: none;
    position: absolute;
    right: -33px;
    top: -32px;
    cursor: pointer; }
  .public-search-frontpage-widget.search-visible .close-search-result {
    display: block; }
  .public-search-frontpage-widget.is-wide.search-visible .region-separator-container {
    visibility: visible; }
  .public-search-frontpage-widget.is-wide.search-visible .search-form-and-separator {
    width: 30%; }
  .public-search-frontpage-widget.is-wide.search-visible .result-region {
    margin-top: 0px;
    margin-left: 45px;
    padding-top: 5px;
    position: absolute;
    overflow: auto;
    left: 30%;
    top: 0px;
    bottom: 0px;
    right: 0px; }
  .public-search-frontpage-widget .top-right-close-button {
    visibility: hidden;
    top: -14px;
    right: -20px; }
  .public-search-frontpage-widget.is-wide.search-visible .top-right-close-button {
    visibility: visible; }

.quick-data-access-view {
  position: relative; }
  .quick-data-access-view .selector_close {
    display: none; }
  .quick-data-access-view.report-visible .card-base-selection {
    width: 30%;
    min-height: 450px; }
  .quick-data-access-view.report-visible .region-separator-container {
    visibility: visible; }
  .quick-data-access-view .card-base-selection {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px; }
    .quick-data-access-view .card-base-selection .tab-region .QDA-TabItem__title {
      display: inline-block;
      max-width: 75%; }
    .quick-data-access-view .card-base-selection .tab-region .QDA-TabItem__icon-container {
      float: right;
      margin-right: 10px; }
    .quick-data-access-view .card-base-selection .tab-region .list__item--selected .QDA-TabItem__icon-container {
      margin-right: 0; }
  .quick-data-access-view .region-separator-container {
    visibility: hidden;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -17px; }
  .quick-data-access-view .report-region-container {
    visibility: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 30%;
    margin-left: 45px; }
  .quick-data-access-view.report-visible .report-region-container {
    visibility: visible; }
  .quick-data-access-view .top-right-close-button {
    visibility: hidden;
    top: -14px;
    right: -20px; }
  .quick-data-access-view.report-visible .top-right-close-button {
    visibility: visible; }
  @media (max-width: 992px) {
    .quick-data-access-view .report-region-container {
      position: relative;
      left: 0px;
      margin-left: 0px; }
    .quick-data-access-view .top-right-close-button {
      top: -18px; }
    .quick-data-access-view.report-visible .card-base-selection {
      display: block;
      width: 100%; }
      .quick-data-access-view.report-visible .card-base-selection .region-separator-container {
        height: 20px;
        left: -20px;
        right: -20px;
        width: auto;
        bottom: -10px;
        top: auto; }
        .quick-data-access-view.report-visible .card-base-selection .region-separator-container div {
          position: absolute;
          top: -40px;
          bottom: 10px;
          left: -40px;
          right: -40px;
          box-shadow: 1px 1px 10px 1px #ddd; }
    .quick-data-access-view.report-visible .report-region-container {
      margin-top: 15px;
      min-height: 400px; } }

.datacard-infobox .heading--large, .datacard-infobox .legacy .block_top .block_name, .legacy .block_top .datacard-infobox .block_name {
  margin-bottom: 20px; }

.datacard-infobox .datacard-image {
  max-height: 145px;
  max-width: 250px; }

.datacard-infobox .data {
  float: none;
  width: auto;
  overflow: hidden;
  display: block;
  margin-top: 0; }

.datacard-infobox .content-region {
  margin-top: 10px;
  margin-bottom: 20px; }

.datacard-infobox .datacard-infobox__content {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap; }
  .datacard-infobox .datacard-infobox__content .info {
    flex-basis: content;
    margin-bottom: 20px; }
  .datacard-infobox .datacard-infobox__content .data {
    flex-basis: 220px;
    flex-grow: 1; }

.datacard-infobox .datacard-result-table {
  width: 100%; }

.datacard-infobox .datacard-result-table tr td {
  max-width: none;
  width: 50%;
  height: 30px;
  padding: 5px;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word; }

.datacard-infobox .datacard-result-table .even {
  color: #000;
  font-weight: bold;
  font-size: 13px; }

.datacard-infobox .datacard-result-table .odd {
  background-color: #f8f8f8; }

.datacard-infobox .datacard-result-div {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap; }
  .datacard-infobox .datacard-result-div .datacard-result-left, .datacard-infobox .datacard-result-div .datacard-result-right {
    flex-basis: 220px;
    flex-grow: 1; }

.datacard-infobox .view-all-container {
  margin-top: 10px;
  text-align: right; }
  .datacard-infobox .view-all-container .link__icon.no-vertical-align {
    vertical-align: 0; }
  .datacard-infobox .view-all-container .view-all-container__icon.fa-chevron-right {
    font-size: 0.8em; }

.grid__cell--4 .datacard-infobox .datacard-infobox__content {
  display: block; }

.grid__cell--4 .datacard-infobox .info {
  display: block;
  float: none;
  margin-left: 0;
  margin-right: 20px; }

.grid__cell--4 .datacard-infobox .datacard-result-div {
  display: block; }

.grid__cell--4 .datacard-infobox .datacard-image-container--scaled:not(.datacard-image-container--no-image) {
  height: auto;
  width: auto;
  background-image: none !important; }
  .grid__cell--4 .datacard-infobox .datacard-image-container--scaled:not(.datacard-image-container--no-image) img {
    display: block; }

.grid__cell--4 .datacard-infobox .datacard-image-container--no-image {
  width: 150px;
  height: 200px; }

.grid__cell--4 .datacard-infobox .data {
  overflow: visible; }

.datacard-image-container--scaled {
  width: 255px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  max-height: none; }
  .datacard-image-container--scaled img {
    display: none; }

.datacard-image-container--no-image {
  text-align: center;
  color: #eee;
  font-size: 140px;
  padding-top: 20px; }

.report-list-main-view .report-list-actions {
  display: inline-block; }

.report-list-main-view .user-reports, .report-list-main-view .shared-reports {
  text-align: left; }
  .report-list-main-view .user-reports .report-list .modified-by, .report-list-main-view .shared-reports .report-list .modified-by {
    display: none; }
  .report-list-main-view .user-reports .toggle-all, .report-list-main-view .shared-reports .toggle-all {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .report-list-main-view .user-reports .report-list-container, .report-list-main-view .shared-reports .report-list-container {
    overflow: visible;
    white-space: nowrap;
    padding-top: 10px; }
  .report-list-main-view .user-reports .toolbar input, .report-list-main-view .shared-reports .toolbar input {
    margin-right: 5px; }
  .report-list-main-view .user-reports .report-list, .report-list-main-view .shared-reports .report-list {
    margin-top: 5px;
    overflow: hidden;
    white-space: normal; }
    .report-list-main-view .user-reports .report-list .report-modification-date,
    .report-list-main-view .user-reports .report-list .report-modification-time, .report-list-main-view .shared-reports .report-list .report-modification-date,
    .report-list-main-view .shared-reports .report-list .report-modification-time {
      text-align: right;
      vertical-align: baseline; }
    .report-list-main-view .user-reports .report-list .report-name, .report-list-main-view .shared-reports .report-list .report-name {
      min-width: 160px;
      white-space: nowrap; }
    .report-list-main-view .user-reports .report-list .report-modification-time, .report-list-main-view .shared-reports .report-list .report-modification-time {
      min-width: 12ex;
      margin-right: 0.5em; }
    .report-list-main-view .user-reports .report-list .row-selection,
    .report-list-main-view .user-reports .report-list .modified-by,
    .report-list-main-view .user-reports .report-list .report-modification-date,
    .report-list-main-view .user-reports .report-list .report-modification-time,
    .report-list-main-view .user-reports .report-list .report-name, .report-list-main-view .shared-reports .report-list .row-selection,
    .report-list-main-view .shared-reports .report-list .modified-by,
    .report-list-main-view .shared-reports .report-list .report-modification-date,
    .report-list-main-view .shared-reports .report-list .report-modification-time,
    .report-list-main-view .shared-reports .report-list .report-name {
      margin-right: 0.5em; }
  .report-list-main-view .user-reports .custom-toolbar .section, .report-list-main-view .shared-reports .custom-toolbar .section {
    display: inline-block;
    float: left; }
    .report-list-main-view .user-reports .custom-toolbar .section.right, .report-list-main-view .shared-reports .custom-toolbar .section.right {
      float: right; }

.report-list-main-view input.toggle-all,
.report-list-main-view input.row-selection {
  vertical-align: baseline;
  position: relative;
  top: 2px; }

.report-list-main-view input.toggle-all {
  top: 1px; }

.report-list-main-view .report-list__promote {
  vertical-align: top; }

.report-list-container--hide-row-selection .report-list-container__toggle-all-rows,
.report-list-container--hide-row-selection .report-list__row-selection {
  display: none; }

.report-list .report-list__item-inputs {
  float: left; }

.report-list .report-list__item-link {
  display: block;
  width: auto;
  overflow: hidden; }

.report-list .report-list__item-link-extra-info {
  float: right;
  font-size: 13px;
  font-size: 12px; }

.report-list .report-list__promote {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px; }

.report-list .report-list__promote:not(.report-list__promote--promoted) {
  opacity: 0.5;
  color: gray; }

.report-list .report-list__promote--promoted {
  color: #AC0023; }

.report-list--empty {
  text-align: center;
  margin-top: -5px;
  color: rgba(0, 0, 0, 0.8); }

.report-table-row-selection-checkbox {
  margin: auto; }

.report-header__name--editable {
  cursor: pointer; }

.report-header__name-edit-icon {
  visibility: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 0;
  padding-right: 15px; }

.report-header__name-heading:hover .report-header__name-edit-icon {
  visibility: visible; }

.report-presentation-configuration-view {
  margin-bottom: 20px;
  min-height: 130px; }
  .report-presentation-configuration-view.no-config-view {
    margin-bottom: auto; }
    .report-presentation-configuration-view.no-config-view .report-presentation-selector-view {
      border-bottom: none;
      box-shadow: none;
      margin-bottom: auto;
      z-index: 10; }
  .report-presentation-configuration-view .report-presentation-selector-view > .title {
    margin-top: 0px;
    margin-bottom: 15px;
    white-space: nowrap; }
  .report-presentation-configuration-view .report-presentation-selector-view .item-container {
    margin-bottom: 10px;
    padding-left: 5px;
    white-space: nowrap; }
    .report-presentation-configuration-view .report-presentation-selector-view .item-container > br {
      display: none; }
  .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    width: 90px;
    vertical-align: top; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view > .title {
      margin-top: 3px;
      white-space: normal; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected {
      font-weight: bold; }
      .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container {
        border-color: #555; }
        .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container
        .model-selector-dropdown-view .select-icon,
        .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .ui-icon-closethick {
          background-color: #555; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled {
      cursor: default;
      color: #aaa; }
      .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container {
        border-color: white; }
        .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container
        .model-selector-dropdown-view .select-icon,
        .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .ui-icon-closethick {
          background-color: #aaa; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container {
      display: inline-block;
      border: 3px solid white;
      border-radius: 35px;
      padding: 2px; }
      .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container.rotate-90 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg); }
      .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container
      .model-selector-dropdown-view .select-icon,
      .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .ui-icon-closethick {
        border-radius: 35px;
        padding: 8px 5px 5px;
        width: 38px;
        height: 38px;
        text-align: center; }
        .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .icon.flip-horizontally, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container
        .model-selector-dropdown-view .flip-horizontally.select-icon,
        .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ses-select .flip-horizontally.select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .input-ui-tweak .flip-horizontally.dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ui-dialog .flip-horizontally.ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .flip-horizontally.ui-icon-closethick {
          -moz-transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          transform: scaleX(-1);
          -ms-transform: scaleX(-1); }
  .report-presentation-configuration-view .configuration-region .configuration-form {
    padding-top: 20px; }
    .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group {
      margin-bottom: 20px;
      position: relative; }
      .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body {
        position: relative; }
        .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .icon, .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .toggle__remove-icon, .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .model-selector-dropdown-select-icon, .report-presentation-configuration-view .configuration-region .configuration-form
        .model-selector-dropdown-view .attribute-group > .body > .select-icon,
        .model-selector-dropdown-view .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .select-icon, .report-presentation-configuration-view .configuration-region .configuration-form .legacy .ses-select .attribute-group > .body > .select-icon, .legacy .ses-select .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .select-icon, .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .icon--legacy-wrapper, .report-presentation-configuration-view .configuration-region .configuration-form .legacy .input-ui-tweak .attribute-group > .body > .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .dc_view_image_container.no-image, .report-presentation-configuration-view .configuration-region .configuration-form .legacy .ui-dialog .attribute-group > .body > .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .ui-icon-closethick {
          position: absolute;
          top: 20px;
          left: 15px;
          width: 2em;
          font-size: 23.4px;
          text-align: center;
          color: #555; }
        .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .title {
          margin-top: 0px;
          margin-bottom: 5px;
          padding-bottom: 3px; }
        .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .attribute {
          padding-left: 75px;
          margin-bottom: 5px;
          min-height: 50px; }
          .report-presentation-configuration-view .configuration-region .configuration-form .attribute-group > .body > .attribute > label {
            display: block;
            margin-bottom: 3px; }
    .report-presentation-configuration-view .configuration-region .configuration-form .open-report-column-editor {
      margin-top: 10px; }
  .report-presentation-configuration-view .configuration-region .presentation-preview-region {
    padding: 10px;
    min-height: 400px;
    padding-left: 20px; }
    .report-presentation-configuration-view .configuration-region .presentation-preview-region .gantt-report-presentation-view {
      position: relative;
      min-height: 400px; }
    .report-presentation-configuration-view .configuration-region .presentation-preview-region .chart-container {
      min-height: 300px; }

.infocard-presentation-list-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 30px; }

.flexbox-dummy {
  border: none;
  height: 10px;
  font-size: 0;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0; }

.infocard-report-presentation-view {
  padding-top: 23px;
  margin-bottom: 25px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px; }
  .infocard-report-presentation-view .working-indicator-region {
    height: 200px; }
  .infocard-report-presentation-view .floatright {
    position: absolute;
    right: 0; }
  .infocard-report-presentation-view .infocard-report-presentation-view__box-container {
    width: 200px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .infocard-report-presentation-view .infocard-report-presentation-view__box-with-header {
    padding: 10px;
    padding-top: 20px;
    border-top: 4px solid #AC0023; }
  .infocard-report-presentation-view .infocard-report-presentation-view__box-content {
    padding: 10px; }
  .infocard-report-presentation-view .heading--in-header {
    color: #000;
    margin: 0;
    margin-top: 40px;
    text-align: center; }
  .infocard-report-presentation-view .infocard-report-presentation-view__imagecontainer {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90px;
    width: 90px; }
  .infocard-report-presentation-view .infocard-report-presentation-view__imagecontainer:hover ~ .infocard-report-presentation-view__box-container {
    background: #f8f8f8; }
  .infocard-report-presentation-view .infocard-report-presentation-view__avatarcontainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 2px solid lightgray;
    background: white;
    position: relative;
    padding: 3px;
    overflow: hidden; }
  .infocard-report-presentation-view .infocard-report-presentation-view__avatarcontainer .infocard-report-presentation-view__avatar {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
    background-position: top; }
  .infocard-report-presentation-view .icon--photoview {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: block;
    width: 90px;
    height: 90px;
    border: 2px solid lightgray;
    position: relative;
    color: #fff;
    background: gainsboro; }
  .infocard-report-presentation-view .icon__inner-container {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid white; }
  .infocard-report-presentation-view a {
    text-decoration: none !important; }
  .infocard-report-presentation-view .icon--personal-report {
    width: 46%;
    height: 48%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    padding-left: 2px; }
  .infocard-report-presentation-view .infocard-report-presentation-view__valuetext {
    color: #000;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  .infocard-report-presentation-view .infocard-report-presentation-view__box-container:hover {
    background: #f8f8f8; }
  .infocard-report-presentation-view .infocard-report-presentation-view__box-container {
    margin-top: 20px; }
  .infocard-report-presentation-view .infocard-report-presentation-view__headertext {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #AC0023; }

/* for IE 8*/
.lt-ie9 .report-presentation-configuration-view .rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)" !important; }
  .lt-ie9 .report-presentation-configuration-view .rotate-90 .flip-horizontally {
    filter: fliph !important; }

.report-presentation-region .error .title, .report-presentations-region .error .title {
  color: #AC0023;
  font-weight: bold;
  margin-bottom: 5px; }

.report-presentation-region .presentation-preview-region .error, .report-presentations-region .presentation-preview-region .error {
  text-align: center; }

.report-presentation-region .error, .report-presentations-region .error {
  margin: 10px 0px; }
  .report-presentation-region .error .title, .report-presentations-region .error .title {
    color: #AC0023;
    font-weight: bold;
    margin-bottom: 5px; }
  .report-presentation-region .error .message, .report-presentations-region .error .message {
    margin-bottom: 3px; }
  .report-presentation-region .error .detail, .report-presentations-region .error .detail {
    opacity: 0.7;
    font-style: italic; }

.report-presentation-region .graph-popup-region.show-below .graph-popup-view, .report-presentations-region .graph-popup-region.show-below .graph-popup-view {
  bottom: auto; }
  .report-presentation-region .graph-popup-region.show-below .graph-popup-view .padding, .report-presentations-region .graph-popup-region.show-below .graph-popup-view .padding {
    top: 0px; }

.report-presentation-region .graph-popup-region, .report-presentations-region .graph-popup-region {
  position: absolute; }
  .report-presentation-region .graph-popup-region .graph-popup-view, .report-presentations-region .graph-popup-region .graph-popup-view {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 90%;
    white-space: nowrap; }
    .report-presentation-region .graph-popup-region .graph-popup-view .link, .report-presentation-region .graph-popup-region .graph-popup-view .input-ui-tweak .table-show-all, .input-ui-tweak .report-presentation-region .graph-popup-region .graph-popup-view .table-show-all, .report-presentation-region .graph-popup-region .graph-popup-view .legacy .profile-report-container .button-info-text, .legacy .profile-report-container .report-presentation-region .graph-popup-region .graph-popup-view .button-info-text, .report-presentation-region .graph-popup-region .graph-popup-view
    .legacy .profile-report-container .specs-setup-label,
    .legacy .profile-report-container .report-presentation-region .graph-popup-region .graph-popup-view .specs-setup-label, .report-presentation-region .graph-popup-region .graph-popup-view .legacy a, .legacy .report-presentation-region .graph-popup-region .graph-popup-view a, .report-presentations-region .graph-popup-region .graph-popup-view .link, .report-presentations-region .graph-popup-region .graph-popup-view .input-ui-tweak .table-show-all, .input-ui-tweak .report-presentations-region .graph-popup-region .graph-popup-view .table-show-all, .report-presentations-region .graph-popup-region .graph-popup-view .legacy .profile-report-container .button-info-text, .legacy .profile-report-container .report-presentations-region .graph-popup-region .graph-popup-view .button-info-text, .report-presentations-region .graph-popup-region .graph-popup-view
    .legacy .profile-report-container .specs-setup-label,
    .legacy .profile-report-container .report-presentations-region .graph-popup-region .graph-popup-view .specs-setup-label, .report-presentations-region .graph-popup-region .graph-popup-view .legacy a, .legacy .report-presentations-region .graph-popup-region .graph-popup-view a {
      font-size: 90%; }
    .report-presentation-region .graph-popup-region .graph-popup-view .padding, .report-presentations-region .graph-popup-region .graph-popup-view .padding {
      position: relative;
      right: -50%;
      padding: 5px;
      top: 10px;
      padding-bottom: 10px;
      margin-left: 5px; }
      .report-presentation-region .graph-popup-region .graph-popup-view .padding .visible-popup, .report-presentations-region .graph-popup-region .graph-popup-view .padding .visible-popup {
        padding: 0;
        box-shadow: 2px 2px 7px grey; }
        .report-presentation-region .graph-popup-region .graph-popup-view .padding .visible-popup .controls, .report-presentations-region .graph-popup-region .graph-popup-view .padding .visible-popup .controls {
          margin-top: 10px; }
        .report-presentation-region .graph-popup-region .graph-popup-view .padding .visible-popup .working-indicator-container-special, .report-presentations-region .graph-popup-region .graph-popup-view .padding .visible-popup .working-indicator-container-special {
          text-align: center;
          margin-bottom: -5px; }
    .report-presentation-region .graph-popup-region .graph-popup-view .item-description, .report-presentations-region .graph-popup-region .graph-popup-view .item-description {
      display: inline-block; }
    .report-presentation-region .graph-popup-region .graph-popup-view .goto-datacard, .report-presentations-region .graph-popup-region .graph-popup-view .goto-datacard {
      cursor: pointer; }
    .report-presentation-region .graph-popup-region .graph-popup-view .image-container, .report-presentations-region .graph-popup-region .graph-popup-view .image-container {
      display: inline-block;
      width: 40px;
      margin-right: 5px;
      vertical-align: top;
      text-align: center; }
      .report-presentation-region .graph-popup-region .graph-popup-view .image-container img, .report-presentations-region .graph-popup-region .graph-popup-view .image-container img {
        max-height: 40px;
        max-width: 40px; }
    .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item {
      display: table;
      width: 100%;
      padding: 5px 5px;
      border-bottom: 1px solid #ddd; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .decline-link, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .decline-link {
        padding-left: 6px; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .popup-item-row, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .popup-item-row {
        display: table-row; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .popup-item-cell, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .popup-item-cell {
        display: table-cell; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-approval, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-approval {
        padding-left: 6px; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description {
        padding-left: 6px;
        vertical-align: middle; }
        .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description.goto-datacard, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description.goto-datacard {
          color: #AC0023; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description img, .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .image-container img, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description img, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .image-container img {
        vertical-align: middle; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description.align-center, .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .image-container.align-center, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .item-description.align-center, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item .image-container.align-center {
        text-align: center;
        padding-left: 0; }
      .report-presentation-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item:last-child, .report-presentations-region .graph-popup-region .graph-popup-view .info .items .graph-popup-item:last-child {
        margin-bottom: 0;
        border-bottom: none; }

.report-column-selector-view:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.report-column-selector-view .selected-columns-region {
  margin-top: 10px; }

.report-column-selector-view .icon.remove-column, .report-column-selector-view .remove-column.popup-menu__item--has-submenu:after, .report-column-selector-view .remove-column.toggle__remove-icon, .report-column-selector-view .remove-column.model-selector-dropdown-select-icon, .report-column-selector-view
.model-selector-dropdown-view .remove-column.select-icon,
.model-selector-dropdown-view .report-column-selector-view .remove-column.select-icon, .report-column-selector-view .legacy .ses-select .remove-column.select-icon, .legacy .ses-select .report-column-selector-view .remove-column.select-icon, .report-column-selector-view .remove-column.icon--legacy-wrapper, .report-column-selector-view .legacy .input-ui-tweak .remove-column.dc_view_image_container.no-image, .legacy .input-ui-tweak .report-column-selector-view .remove-column.dc_view_image_container.no-image, .report-column-selector-view .legacy .ui-dialog .remove-column.ui-icon-closethick, .legacy .ui-dialog .report-column-selector-view .remove-column.ui-icon-closethick,
.report-column-selector-view .close-icon-anchor .icon,
.report-column-selector-view .close-icon-anchor .popup-menu__item--has-submenu:after,
.report-column-selector-view .close-icon-anchor .toggle__remove-icon,
.report-column-selector-view .close-icon-anchor .model-selector-dropdown-select-icon,
.report-column-selector-view .close-icon-anchor
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view
.report-column-selector-view .close-icon-anchor .select-icon,
.report-column-selector-view .close-icon-anchor .legacy .ses-select .select-icon, .legacy .ses-select
.report-column-selector-view .close-icon-anchor .select-icon,
.report-column-selector-view .close-icon-anchor .icon--legacy-wrapper,
.report-column-selector-view .close-icon-anchor .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak
.report-column-selector-view .close-icon-anchor .dc_view_image_container.no-image,
.report-column-selector-view .close-icon-anchor .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog
.report-column-selector-view .close-icon-anchor .ui-icon-closethick {
  cursor: pointer; }

.report-column-selector-view .report-column-selector-selected-column-view,
.report-column-selector-view .report-column-selector-selected-column-group-view,
.report-column-selector-view .drag-placeholder {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: white;
  cursor: move; }

.report-column-selector-view .drag-placeholder {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  border-style: dashed;
  background-color: #eee; }

.report-column-selector-view .drag-placeholder:after {
  content: "\00a0"; }

.report-column-selector-view .report-column-selector-selected-column-view .parent-name {
  font-weight: bold;
  display: inline; }

.report-column-selector-view .report-column-selector-selected-column-view .icon-stack {
  margin-left: 5px; }

.report-column-selector-view .report-column-selector-selected-column-group-view {
  position: relative;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0; }
  .report-column-selector-view .report-column-selector-selected-column-group-view .title {
    font-weight: bold;
    margin-right: 5px; }
  .report-column-selector-view .report-column-selector-selected-column-group-view .report-column-selector-selected-column-view {
    border: none;
    margin-top: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 2.5px;
    padding-bottom: 2.5px; }
  .report-column-selector-view .report-column-selector-selected-column-group-view .drag-placeholder {
    margin-top: 2.5px;
    padding-top: 1.5px;
    margin-bottom: 2.5px;
    padding-bottom: 1.5px; }
  .report-column-selector-view .report-column-selector-selected-column-group-view.single-item-in-group .remove-column {
    display: none; }

.chart-color-monochrome {
  color: #AC0023; }

.chart-color-decline {
  color: #AC0023; }

.chart-color-1 {
  color: #c90030; }

.chart-color-2 {
  color: #c74619; }

.chart-color-3 {
  color: #ea962f; }

.chart-color-4 {
  color: #bec3c7; }

.chart-color-5 {
  color: #808c8c; }

.chart-color-6 {
  color: #537e98; }

.chart-color-7 {
  color: #2e5a79; }

.chart-color-8 {
  color: #2e3f52; }

.chart-color-9 {
  color: #303035; }

.chart-color-scatter-bullet {
  color: #d15068; }

.chart-color-scatter-bullet-border {
  color: #AC0023; }

.report-create-widget .create {
  float: right;
  margin-top: 10px; }

.default-report-view .report-header {
  cursor: pointer; }

.default-report-view .cardbase-selector {
  margin-bottom: 10px; }

.qda-container .embedded-report-view {
  margin-left: 10px; }

.embedded-report-view {
  /* Spread layout takes all height from container */
  /* Link to report display */ }
  .embedded-report-view.default-layout {
    min-height: 30px; }
    .embedded-report-view.default-layout > .report-presentation > .report-presentation-region {
      max-height: 400px; }
      .embedded-report-view.default-layout > .report-presentation > .report-presentation-region.presentation-type-card {
        max-height: 800px; }
  .embedded-report-view.spread-layout {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .embedded-report-view.spread-layout > .header {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      height: 30px; }
      .embedded-report-view.spread-layout > .header:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .embedded-report-view.spread-layout > .header > .report-info {
        display: inline-block;
        float: left; }
      .embedded-report-view.spread-layout > .header > .presentation-control-region {
        display: inline-block;
        float: right; }
    .embedded-report-view.spread-layout > .report-presentation {
      position: absolute;
      top: 40px;
      bottom: 40px;
      left: 0px;
      right: 0px; }
      .embedded-report-view.spread-layout > .report-presentation > .report-presentation-region {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
    .embedded-report-view.spread-layout > .footer {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      height: 30px; }
      .embedded-report-view.spread-layout > .footer:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .embedded-report-view.spread-layout > .footer > .controls {
        display: inline-block;
        float: right; }
  .embedded-report-view .report-name {
    cursor: pointer;
    display: inline-block; }
  .embedded-report-view .goto-report,
  .embedded-report-view .goto-report:visited {
    text-decoration: none;
    color: #000; }
  .embedded-report-view .footer .controls {
    text-align: right; }
  .embedded-report-view.data-not-fetched .report-presentation-region {
    border: none;
    display: block; }
  .embedded-report-view .report-presentation-region {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: auto;
    min-height: 0%; }
  .embedded-report-view .paging {
    float: right; }

.report-display-view .report-table-presentation-view,
.report-edit-view .report-table-presentation-view {
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 30px; }

.report-presentation-configuration-view .report-table-presentation-configuration-view .report-table-presentation-view {
  padding-left: 10px; }

.report-table-presentation-view .report-table-presentation__right-toolbar {
  float: right; }

.report-table-presentation-view .header {
  margin-bottom: 15px; }
  .report-table-presentation-view .header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.report-table-presentation-view .footer {
  clear: both; }
  .report-table-presentation-view .footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.report-table-presentation-view .paging-region {
  float: right; }

.report-table-presentation-view.show-title .content-title {
  display: inline-block; }

.report-table-presentation-view.show-title .content-full {
  display: none; }

.report-table-presentation-view.show-title .report-table-presentation__toggle-content-full {
  display: inline-block; }

.report-table-presentation-view.show-title .report-table-presentation__toggle-content-title {
  display: none; }

.report-table-presentation-view.show-title .report-table-presentation__expand-icon {
  visibility: visible; }

.report-table-presentation-view.show-title .report-table-presentation__compress-icon {
  visibility: hidden; }

.report-table-presentation-view.show-full .content-title {
  display: none; }

.report-table-presentation-view.show-full .content-full {
  display: inline-block; }

.report-table-presentation-view.show-full .report-table-presentation__toggle-content-full {
  display: none; }

.report-table-presentation-view.show-full .report-table-presentation__toggle-content-title {
  display: inline-block; }

.report-table-presentation-view.show-full .report-table-presentation__expand-icon {
  visibility: hidden; }

.report-table-presentation-view.show-full .report-table-presentation__compress-icon {
  visibility: visible; }

.report-table-presentation-view .render-result-region-container {
  position: relative;
  min-height: 150px; }
  .report-table-presentation-view .render-result-region-container .working-indicator.overlay {
    background-position: center 40px;
    min-height: 120px;
    min-width: 600px; }
    .report-table-presentation-view .render-result-region-container .working-indicator.overlay .working-indicator-message-container {
      top: 80px; }
  .report-table-presentation-view .render-result-region-container .colum-aggregates-region {
    position: relative;
    z-index: 1; }

@-moz-document url-prefix() {
  .report-table-presentation-view .colum-aggregates-region table {
    /* in firefox we need to adjust footer a bit */
    margin-left: -1px; } }

.report-table-presentation-view .column-aggregates {
  display: inline-block; }
  .report-table-presentation-view .column-aggregates.floating .column-aggregates-table {
    margin-bottom: -1px; }

.report-table-presentation-view .column-aggregate-item.inactive .title {
  color: #aaa; }

.report-table-presentation-view .column-aggregate-item .content-wrapper {
  padding: 0px 4px 2px 4px; }

.report-table-presentation-view .column-aggregate-item .working-indicator-region {
  text-align: center; }

.report-table-presentation-view .column-aggregate-item .render-result-region {
  max-height: 150px;
  overflow: auto; }

.report-table-presentation-view .column-aggregate-item .calculation-results-table td {
  padding-right: 5px;
  white-space: nowrap; }

.report-table-presentation-view .column-aggregate-item .calculation-results-table .empty-value {
  font-style: italic; }

.report-table-presentation-view .report-column-aggregate-selector {
  position: relative; }

.number-of-rows--hidden {
  visibility: hidden; }

.favorite-report-tile .category-value-chart-report-presentation-view.column-chart-report-presentation-view .chart-container, .favorite-report-tile .category-value-chart-report-presentation-view.pie-chart-report-presentation-view .chart-container {
  height: 400px; }

.category-value-chart-report-presentation-view {
  min-height: 150px; }
  .category-value-chart-report-presentation-view .render-result-inner-container .chart-container {
    height: 500px; }

.category-value-chart-report-presentation-configuration-view {
  padding-bottom: 20px; }

.favorite-report-tile .plot-report-presentation-view.scatter-plot-report-presentation-view .chart-container {
  height: 400px; }

.plot-report-presentation-view {
  min-height: 150px;
  position: relative; }
  .plot-report-presentation-view .render-result-inner-container .chart-container {
    height: 500px; }
  .plot-report-presentation-view .graph-popup-region.show-below .graph-popup-view {
    top: 15px; }
    .plot-report-presentation-view .graph-popup-region.show-below .graph-popup-view .padding {
      top: -5px;
      padding-top: 10px;
      padding-bottom: 5px; }

.plot-report-presentation-configuration-view {
  padding-bottom: 20px; }

.favorite-report-tile .gantt-report-presentation-view {
  margin-bottom: 60px; }
  .favorite-report-tile .gantt-report-presentation-view .render-result-inner-container .chart-container {
    height: 100px; }

.gantt-report-presentation-view {
  min-height: 150px;
  position: relative; }
  .gantt-report-presentation-view .render-result-inner-container .chart-container {
    height: 100px; }
  .gantt-report-presentation-view .amcharts-zoom-out-label {
    display: none; }
  .gantt-report-presentation-view .amcharts-graph-column {
    cursor: pointer; }
  .gantt-report-presentation-view .large-resultset-warning, .gantt-report-presentation-view .validation-error {
    text-align: center;
    padding-top: 20px; }
    .gantt-report-presentation-view .large-resultset-warning .message, .gantt-report-presentation-view .validation-error .message {
      margin-bottom: 10px; }
  .gantt-report-presentation-view .amcharts-category-axis .amcharts-axis-label {
    cursor: pointer; }
  .gantt-report-presentation-view .graph-popup-region.show-below .graph-popup-view {
    top: 25px; }

.gantt-report-presentation-configuration-view {
  padding-bottom: 20px; }
  .gantt-report-presentation-configuration-view:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.report-conditions-view:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.report-conditions-view .static-conditions:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.report-conditions-view .static-conditions .static-condition {
  display: inline-block;
  float: left;
  margin-right: 20px; }

.report-conditions-view .card-base-selector-region {
  padding-top: 10px;
  width: 320px; }

.report-conditions-view .filter-summaries-region {
  margin-top: 20px; }
  .report-conditions-view .filter-summaries-region:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.filter-summaries-view.disabled .filter-box-container:after {
  display: none; }

.filter-summaries-view.disabled .filter-box {
  cursor: default;
  color: #aaa; }

.filter-summaries-view .filter-summary-item-container {
  display: inline-block; }

.filter-summaries-view .filter-box-container {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  z-index: 0;
  height: 70px; }
  @media screen {
    .filter-summaries-view .filter-box-container {
      position: relative; }
      .filter-summaries-view .filter-box-container:before, .filter-summaries-view .filter-box-container:after {
        background: transparent;
        bottom: 10px;
        content: "";
        height: 50%;
        max-height: 10px;
        max-width: 200px;
        position: absolute;
        width: 90%;
        z-index: -1;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75); }
      .filter-summaries-view .filter-box-container:before {
        left: 10px;
        -webkit-transform: skew(-5deg) rotate(-5deg);
        -moz-transform: skew(-5deg) rotate(-5deg);
        -ms-transform: skew(-5deg) rotate(-5deg);
        -o-transform: skew(-5deg) rotate(-5deg);
        transform: skew(-5deg) rotate(-5deg); }
      .filter-summaries-view .filter-box-container:after {
        right: 10px;
        -webkit-transform: skew(5deg) rotate(5deg);
        -moz-transform: skew(5deg) rotate(5deg);
        -ms-transform: skew(5deg) rotate(5deg);
        -o-transform: skew(5deg) rotate(5deg);
        transform: skew(5deg) rotate(5deg); } }
  .filter-summaries-view .filter-box-container:before {
    display: none; }
  .filter-summaries-view .filter-box-container:after {
    right: 5px;
    width: 100px;
    bottom: 7px;
    transition: bottom 0.2s ease-in-out; }
  .filter-summaries-view .filter-box-container:hover:after {
    display: none; }

.filter-summaries-view .filter-box {
  position: relative;
  display: inline-block;
  background: white;
  height: 70px;
  width: 175px;
  cursor: pointer;
  padding-left: 10px;
  z-index: 1;
  transition: margin 0.2s ease-in-out; }
  .filter-summaries-view .filter-box.add-filter {
    padding-left: 10px;
    width: auto;
    min-width: 165px; }
    .filter-summaries-view .filter-box.add-filter .icon, .filter-summaries-view .filter-box.add-filter .popup-menu__item--has-submenu:after, .filter-summaries-view .filter-box.add-filter .toggle__remove-icon, .filter-summaries-view .filter-box.add-filter .model-selector-dropdown-select-icon, .filter-summaries-view .filter-box.add-filter
    .model-selector-dropdown-view .select-icon,
    .model-selector-dropdown-view .filter-summaries-view .filter-box.add-filter .select-icon, .filter-summaries-view .filter-box.add-filter .legacy .ses-select .select-icon, .legacy .ses-select .filter-summaries-view .filter-box.add-filter .select-icon, .filter-summaries-view .filter-box.add-filter .icon--legacy-wrapper, .filter-summaries-view .filter-box.add-filter .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .filter-summaries-view .filter-box.add-filter .dc_view_image_container.no-image, .filter-summaries-view .filter-box.add-filter .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .filter-summaries-view .filter-box.add-filter .ui-icon-closethick {
      line-height: 70px; }
    .filter-summaries-view .filter-box.add-filter .text {
      display: inline-block;
      font-weight: bold;
      line-height: 70px;
      vertical-align: top;
      margin-left: 7.5px;
      margin-right: 5px; }

.filter-box__close-icon {
  position: absolute;
  top: 0;
  right: 0; }

.filter-summary-view .filter-box {
  padding-top: 10px; }

.filter-summary-view .label {
  font-weight: bold;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  padding-right: 10px; }

.report-filter-settings .data-field-selector-container {
  margin-top: 3px; }

.report-filter-settings .filter-logic-region {
  margin-bottom: 10px; }

.report-filter-settings .add-as-column-container {
  width: 70%;
  margin-top: 15px; }

.report-conditions-view .static-conditions .selector_container {
  margin: 6px 30px 6px 0; }

.report-conditions-view .static-conditions .input-choice-item > * {
  vertical-align: top; }

.report-conditions-view .timeframe .input-choice-item.date .date-input,
.report-conditions-view .timeframe .date-range {
  margin-left: 10px; }

.report-conditions-view .timeframe input.timeframe-input {
  height: 21px;
  font-size: 12px;
  margin-top: -2px; }

.report-folders-frame__folders {
  margin-top: 10px; }

.report-folder-list-item {
  margin-bottom: 2px; }

.report-folder-list-item__collapsable-area {
  margin-top: 5px; }

.report-folder-list-item__reports {
  padding: 5px 0; }

.report-folder-list-item__report-count {
  margin-left: 5px; }

.data-card-menu {
  min-width: 20px;
  cursor: pointer;
  text-align: center; }

.data-card-menu:hover {
  background-color: RGBA(0, 0, 0, 0.3); }

.data-card-download__url-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.data-request__invalid-passcode {
  color: #AC0023; }

.data-request__hidden-link {
  display: none; }

.data-request__ok-button {
  margin: 20px 0 0 0;
  float: right; }

.data-request__token {
  display: grid; }

.data-request__token-label {
  text-align: left; }

.data-request__download-message {
  text-align: left; }

.esigning-provider-settings-admin__toolbar {
  margin-bottom: 10px; }

.esigning-provider-settings__form {
  margin-bottom: 30px; }

.esigning-provider-settings__removing {
  margin-bottom: 20px; }

.esigning-provider-settings-edit__provider-options-info {
  margin: 20px 0; }

.esigning-provider-settings-delete__form-list {
  margin: 20px 0; }

.signing-field-settings-edit__form {
  margin-bottom: 20px; }

.signing-field-settings-edit__selector-container {
  width: 250px; }

.signing-field-settings-edit__auth-grid {
  width: 520px; }

.signing-field-settings-edit__bank-id-section {
  margin-top: 20px; }

.rule-list-table--wide {
  width: 100%; }

.deletion-configuration-rules-page__info {
  margin-bottom: 20px; }

.deletion-configuration-wizard__content {
  width: 600px; }

.deletion-configuration-rule-step-target__card-base-selection {
  margin-bottom: 20px; }

.deletion-configuration-rule-step-target__card-base-selection-info {
  margin-bottom: 10px; }

.deletion-configuration-rule-step-target__deletion-mode-selection {
  margin-top: 10px;
  margin-bottom: 10px; }

.deletion-configuration-rule-step-target__deletion-mode-radio[value="all"] {
  margin-left: 20px; }

.target-item {
  margin-bottom: 10px; }

.deletion-configuraion-target-all-message-box {
  border: 1px solid #ddd;
  background: #eee; }

.deletion-configuration-rule-fields {
  margin-bottom: 3px; }

.rule-custom-target__field-selectors {
  margin-bottom: 10px; }

.rule-custom-target__base-selector {
  width: 300px; }

.deletion-configuration-rule-fields__statement-summary {
  margin-left: 5px; }

.deletion-configuration-rule-fields__customize-msg {
  text-align: center; }

.deletion-configuration-rule-step-active__heading {
  font-size: 400 20px "Lato", sans-serif;
  font-weight: bold; }

.deletion-configuration-rule-step-active__activation[value=true] {
  margin-left: 20px; }

.deletion-configuration-name-rule-label {
  float: left;
  margin-right: 20px; }

.deletion-configuration-name-rule-name {
  font-weight: bold; }

.salary-review-table {
  width: 100%; }
  .salary-review-table tr td:first-child {
    white-space: nowrap; }
  .salary-review-table .salary-review-table-wide-col-header {
    width: 90%; }
  .salary-review-table tr.ui-sortable-helper {
    transform: rotate(-1deg); }

.salary-review-table:not(.hidden) + .table-help-text {
  display: none; }

.salary-review-content-container {
  width: 60%; }

.salary-review-name-container {
  background-color: white;
  padding: 10px 0 5px 10px; }

.salary-review-select-round {
  margin-top: 20px; }

.salary-review-settings-round-hierarchy-edit-manager-tree__manager-tree-field-selector {
  max-width: 350px; }

.salary-review-proposal-table__footer-result {
  padding-top: 3px;
  text-align: right;
  overflow: hidden; }

.salary-review-progress-diagram-sent-forward-link {
  background-color: #edf8e4; }

.salary-review-progress-diagram-not-sent-forward-link {
  background-color: #e5e5e5; }

.salary-review-progress-diagram-sent-forward-node {
  background-color: #a0dc68; }

.salary-review-progress-diagram-not-sent-forward-node {
  background-color: #aaaaaa; }

.salary-review-raise-components-wizard-additional-info-form--margin {
  margin-top: 20px; }

.salary-review-raise-components-wizard-additional-info-form-field-container {
  margin-top: 20px; }

.salary-review-form-field--padding {
  padding-top: 15px; }

.salary-review-form-input--padding {
  padding-right: 5px;
  padding-top: 7px; }

.salary-review-form-input-region {
  margin-top: 5px; }

.salary-review-remove-employees-list-container {
  max-height: 162px;
  overflow-y: auto; }

.salary-review-proposals-edit__export-button {
  margin-top: 5px; }

.attachment-edit {
  width: 200px; }

.attachment-edit__file-select {
  margin-bottom: 5px; }

.attachment-edit__file-help {
  margin-left: 5px; }

.attachment-edit__file-editor {
  position: relative;
  white-space: nowrap;
  padding: 3px 0; }

.attachment-edit__input-row {
  display: flex; }
  .attachment-edit__input-row input {
    min-width: 100px; }

.attachment-edit__file-editor--removed .attachment-edit__input-row {
  opacity: 0.8; }

.attachment-edit__file-editor--removed .attachment-edit__input-row:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAARUlEQVQoU43PwQoAIAgD0An9/xcHxYSFLQ95ivUUDVhNYA0gPL8CIgHHBwoR1LcaE3YfnrXdmlJxwm55x891fq1W+4LEG178Ff/e9x0kAAAAAElFTkSuQmCC");
  z-index: 1000;
  background-repeat: repeat-x;
  background-position-y: center;
  content: ' ';
  opacity: 0.8; }

.attachment-edit__file-name.input, .attachment-edit__file-name.select, .legacy select.attachment-edit__file-name, .attachment-edit__file-name.textarea, .legacy textarea.attachment-edit__file-name, .attachment-edit__file-name.optgroup, .legacy input.attachment-edit__file-name[type="text"],
.legacy input.attachment-edit__file-name[type="password"] {
  width: auto;
  flex: 1; }

.attachment-edit__file-extension {
  width: 4em;
  overflow: hidden;
  text-overflow: ellipsis; }

.attachment-edit__attachment-action-button {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: -23px;
  top: 8px; }

.attachment-edit__upload-progress {
  font-size: 0; }

.attachment-edit__upload-error {
  margin: 10px 0;
  text-align: center; }

.attachment-edit__upload-error-msg {
  color: #AC0023;
  margin-bottom: 10px;
  white-space: normal;
  word-wrap: break-word; }

.attachment-edit__error-mark {
  color: #AC0023;
  position: absolute;
  left: 130px;
  top: 11px; }

.attachment-edit__file-editor--removed .attachment-edit__error-mark {
  opacity: 0.2; }

.filter-condition {
  /* If there are too many options, limit height and show scrolllbar */ }
  .filter-condition .filter-condition__label {
    display: block;
    margin-bottom: 3px; }
  .filter-condition .region-title {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
  .filter-condition .region-title-moderate {
    margin-bottom: 5px; }
  .filter-condition .filter-logic-region,
  .filter-condition .filter-modelselector-region,
  .filter-condition .empty-value-selector-region,
  .filter-condition .true-value-selector-region,
  .filter-condition .false-value-selector-region {
    margin-top: 10px;
    margin-bottom: 10px; }
  .filter-condition .datacard-selector-region.scrollable-region,
  .filter-condition .option-selector-region {
    max-height: 140px;
    overflow: auto; }
    .filter-condition .datacard-selector-region.scrollable-region .datacard-selector-spinner,
    .filter-condition .option-selector-region .datacard-selector-spinner {
      background: url("/Content/Modules/images/ajax-loader-big.gif") #fff no-repeat 50% 50%;
      height: 100px;
      filter: alpha(opacity=25);
      opacity: 0.25; }

.logic-selector .input-choice-list {
  margin: 0;
  padding: 0; }

.filter-condition.string-valuetype .edit-widget-region {
  display: inline-block; }

.filter-condition.datetime-valuetype .from-widget-region, .filter-condition.datetime-valuetype .to-widget-region {
  display: inline-block; }

.filter-condition.datetime-valuetype,
.filter-condition.decimal-valuetype,
.filter-condition.integer-valuetype,
.filter-condition.serialfield {
  /* When there is a range selection in filter, use some white space 
        above "use empty selector" to sustain readability*/ }
  .filter-condition.datetime-valuetype .empty-value-selector-region,
  .filter-condition.decimal-valuetype .empty-value-selector-region,
  .filter-condition.integer-valuetype .empty-value-selector-region,
  .filter-condition.serialfield .empty-value-selector-region {
    margin-top: 20px; }

.filter-condition.datetime-valuetype input {
  margin-left: 5px;
  margin-right: 5px; }

.filter-condition.treefield, .filter-condition.privilegetreefield {
  padding-top: 10px; }

.filter-condition-container {
  margin-top: 10px; }

.filter-summary.not {
  color: #AC0023; }

.filter-summary .use-empty-value-text {
  font-style: italic; }

.filter-summary .working-indicator.overlay {
  background-position-y: 70%; }

.public-search .title {
  font-weight: bold;
  margin-bottom: 8px; }

.public-search.option-valuetype {
  margin-top: 10px;
  margin-bottom: 10px; }

.public-search.string-valuetype input, .public-search.serial-field input {
  width: 90%; }

.quick-search a {
  text-decoration: none; }

.quick-search .quick-search-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 400px; }

.quick-search .quick-search-box input {
  width: 250px; }

.quick-search-results-title {
  margin-right: 20px; }

.quick-search-msg {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

.quick-search .result-grp {
  margin-top: 40px; }

.quick-search .datacards {
  margin-top: 20px;
  padding: 5px;
  border: solid 1px #e2e2e2; }

.quick-search .dc-name {
  cursor: pointer; }

.quick-search .value.value-title {
  font-weight: bold;
  margin-right: 5px; }

.quick-search .value {
  display: inline-block;
  margin-right: 20px;
  color: #000; }

.quick-search .search-value {
  width: auto;
  display: inline-block;
  margin-left: 10px; }

.quick-search .values {
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 15px; }

.quick-search-loading {
  background-color: #ddd;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2; }

.quick-search .values {
  background-color: #f8f8f8; }

.quick-search .value.match_true {
  color: #AC0023; }

.quick-search-msg {
  margin: 30px 0; }

.quick-search-results-cnt, .quick-search-msg {
  font: 13px "Lato", sans-serif;
  color: #000;
  text-transform: none;
  line-height: 1.5em; }

.quick-search-error .error {
  display: inline-block;
  margin-bottom: 5px; }

.app-ui--frozen {
  position: fixed; }

.culture-selector {
  cursor: pointer; }

.application-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: RGBA(0, 0, 0, 0.5); }
  .application-footer .application-footer__button {
    padding: 20px; }
  .application-footer .application-footer__logo {
    width: 93px;
    height: 26px;
    margin-right: 20px;
    background-image: url("/Content/Modules/images/icons/sympa_logo_white.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  @media print {
    .application-footer {
      display: none !important; } }

.change-password__errors {
  margin-top: 10px; }

.change-password__error {
  color: #AC0023;
  margin-bottom: 5px; }

.frame-content iframe {
  border: none;
  min-height: 400px;
  min-width: 100%;
  overflow: hidden; }

.frame-content {
  min-height: 400px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.js-error__details {
  margin-top: 15px;
  word-wrap: break-word;
  max-height: 250px;
  overflow-y: auto; }

.view-folder-bar {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 115px;
  margin-bottom: 10px;
  cursor: default; }

.view-folder-bar__side-padding {
  position: relative;
  height: 87.5px; }

.view-folder-bar__side-padding:first-child {
  width: 10px; }

.view-folder-bar__side-padding:last-child {
  flex: 1; }

.view-folder-bar__side-padding::before,
.view-folder-bar__side-padding::after {
  position: absolute;
  top: 0;
  bottom: 0;
  background: RGBA(0, 0, 0, 0.5);
  content: ' '; }

.view-folder-bar__side-padding:first-child::before {
  left: 0;
  width: 2px;
  border-radius: 2px 0 0 2px; }

.view-folder-bar__side-padding:first-child::after {
  left: 2px;
  right: 0; }

.view-folder-bar__side-padding:last-child::before {
  left: 0;
  right: 2px; }

.view-folder-bar__side-padding:last-child::after {
  right: 0;
  width: 2px;
  border-radius: 0 2px 2px 0; }

.view-folder {
  display: inline-flex;
  height: 87.5px;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 140px; }

.view-folder__background,
.view-folder__background-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 87.5px;
  overflow: hidden; }

.view-folder__background::before,
.view-folder__background-hover::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: ' ';
  border-radius: 50%;
  margin: -27.5px;
  padding: 27.5px;
  box-shadow: 0 0 0 300px RGBA(0, 0, 0, 0.5); }

.view-folder__background-hover {
  left: 1px;
  right: 1px; }

.view-folder__background-hover::before {
  box-shadow: 0 0 0 300px RGBA(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s; }

.view-folder__names {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  z-index: 1;
  color: white; }

.view-folder__icon {
  position: absolute;
  left: 50%;
  top: 0;
  width: 55px;
  height: 55px;
  margin-left: -27.5px;
  margin-top: -27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  background: RGBA(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  font-size: 24.5px;
  color: white; }

.view-folder-bar__item:hover .view-folder__background-hover::before {
  opacity: 1; }

.view-folder-bar__item:hover .view-folder:not(.view-folder--selected) .view-folder__icon {
  background: rgba(0, 0, 0, 0.7); }

.view-folder--selected {
  cursor: default; }
  .view-folder--selected .view-folder__icon {
    background: white;
    color: #000;
    border-color: #000; }

.content-header .view-folder-base-heading {
  padding-left: 20px;
  padding-right: 20px; }

.settings-menu-main-view .settings-menu-main-view__content {
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0 auto; }

.settings-menu-main-view .settings-menu-main-view__groups {
  margin: 0; }

.settings-menu-group-view {
  margin-bottom: 40px; }

/* Styles for OrganizationChartView the chart itself has it'
    own styles in ...Scripts/orgchart/css/sympa-orgchart.scss/css
*/
#sympa-orgchart-lastupdated-container {
  float: right;
  display: none;
  margin: 0 6px 0 0;
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 8pt; }

#sympa-orgchart-container h2 div {
  display: none; }

.data-input-view-folders {
  white-space: nowrap; }

.data-input-view-folder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
  cursor: pointer; }

.data-input-view-folder__icon-container {
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
  font-size: 18px; }

.data-input-view-folder--selected .data-input-view-folder__icon-container {
  background: white;
  color: #333; }

.data-input-view-folder__names {
  display: flex;
  flex-direction: column;
  align-items: center; }

.data-input-view-folder__name {
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis; }

.data-input-view-folder__menu {
  overflow-y: auto; }

@media (min-width: 900px) {
  .data-input-view-folder__name {
    max-width: none;
    overflow: visible; } }

@media (max-height: 450px) {
  .data-input-header__view-folders .popup-menu[data-item-count-gt*="8_"] {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  .data-input-header__view-folders .popup-menu[data-item-count-gt*="16_"] {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; } }

.data-input-action-buttons {
  white-space: nowrap;
  display: flex; }

.data-input-action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
  cursor: pointer; }

.data-input-action-button__icon-container {
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
  font-size: 18px; }

.data-input-action-button--selected .data-input-action-button__icon-container {
  background: white;
  color: #333; }

.data-input-action-button__names {
  display: flex;
  flex-direction: column;
  align-items: center; }

.data-input-action-button__name {
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 900px) {
  .data-input-action-button__name {
    max-width: none;
    overflow: visible; } }

.data-input-header {
  position: fixed;
  display: flex;
  background-image: linear-gradient(7deg, #333, #888);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  z-index: 2;
  transition: all 0.3s;
  color: #eee;
  text-transform: uppercase; }

.data-input-header__layout {
  flex: 1; }

.data-input-header__menu-cell {
  display: flex;
  justify-content: center;
  align-items: center; }

.data-input-header__mobile-menu {
  padding: 0 8px;
  display: flex;
  align-items: center; }

.data-input-header__image-container {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background: rgba(95, 95, 95, 0.95);
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  cursor: pointer; }
  .data-input-header__image-container img {
    width: 100%;
    opacity: 0; }

.data-input-header__close {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: white;
  color: black; }

.data-input-header__name-row {
  display: flex;
  font-size: 24px;
  transition: padding 0.3s; }

.data-input-header--at-top .data-input-header__name-row {
  padding-right: 24px; }

.data-input-header__browse-controls {
  display: flex;
  margin-right: 12px; }

.data-input-header__browse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  cursor: pointer; }

.data-input-header__card-name {
  flex: 1;
  cursor: pointer; }

.data-input-header__settings {
  font-size: 16px;
  transition: margin 0.2s, opacity 0.1s 0.2s;
  margin-right: 16px;
  padding-left: 24px; }

.data-input-header--slim .data-input-header__settings {
  transition: margin 0.2s 0.1s, opacity 0.1s;
  margin-top: -200px;
  opacity: 0; }

.data-input-header__view-folders {
  display: flex;
  margin-top: 16px;
  transition: margin 0.2s, opacity 0.1s 0.2s;
  min-height: 92px; }

.data-input-header__action-buttons {
  display: flex;
  flex-direction: row;
  margin-left: auto; }

.data-input-header--slim .data-input-header__view-folders {
  transition: margin 0.2s 0.1s, opacity 0.1s;
  margin-top: -200px;
  opacity: 0; }

.data-input-header__menu-container {
  display: none; }

.data-input-header__info-tooltip {
  padding: 12px 16px;
  min-width: 400px;
  max-height: 65vh;
  overflow-y: auto;
  cursor: default; }

@media (max-width: 599px) {
  .data-input-header {
    height: 48px; }
  .data-input-header__layout {
    display: flex;
    padding: 2px;
    width: 100%; }
    .data-input-header__layout .data-input-header__menu-cell {
      font-size: 15px; }
    .data-input-header__layout .data-input-header__image-cell {
      width: 32px;
      line-height: 1px;
      display: flex;
      align-items: center; }
    .data-input-header__layout .data-input-header__image-cell > a {
      flex: 1; }
    .data-input-header__layout .data-input-header__name-cell {
      flex: 1;
      flex-shrink: 0;
      flex-basis: 1px;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding-left: 6px; }
    .data-input-header__layout .data-input-header__name-row {
      font-size: 18px; }
    .data-input-header__layout .data-input-header__view-folder-cell {
      display: none; }
    .data-input-header__layout .data-input-header__settings-cell {
      display: none; }
    .data-input-header__layout .data-input-header__settings {
      display: none; }
    .data-input-header__layout .data-input-header__close-cell {
      width: 32px; }
  .data-input-header__name-row {
    font-size: 16px;
    flex: 1;
    flex-shrink: 0;
    overflow: hidden; }
  .data-input-header__browse-controls {
    margin-right: 0; }
  .data-input-header__card-name {
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .data-input-header__close {
    background: none;
    color: white; }
  .data-input-header__menu-container {
    position: fixed;
    max-height: calc(100% - 48px);
    overflow-y: auto;
    margin-top: 48px;
    left: 0;
    right: 48px;
    display: block;
    z-index: 1; }
  .data-input-header__menu-content-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 48px;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1; }
  .data-input-header__menu-content-overlay-enter-active,
  .data-input-header__menu-content-overlay-leave-active {
    transition: opacity 0.2s linear; }
  .data-input-header__menu-content-overlay-enter,
  .data-input-header__menu-content-overlay-leave-to {
    opacity: 0; } }

@media (min-width: 600px) {
  .data-input-header {
    top: 12px; }
  .data-input-header__name-row {
    min-height: 29px; }
  .data-input-header__layout {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 16px; }
    .data-input-header__layout .data-input-header__menu-cell {
      display: none; }
    .data-input-header__layout .data-input-header__image-cell {
      width: 32px;
      line-height: 1px; }
    .data-input-header__layout .data-input-header__name-cell {
      flex: 1;
      padding-left: 6px; }
    .data-input-header__layout .data-input-header__view-folder-cell {
      order: 10;
      width: 100%; }
    .data-input-header__layout .data-input-header__settings-cell {
      transition: all 0.3s;
      padding-right: 20px; }
    .data-input-header__layout .data-input-header__close-cell {
      transition: all 0.3s;
      position: absolute;
      width: 30px;
      height: 30px;
      top: -12px;
      right: -12px; }
  .data-input-header--at-top {
    top: 0; }
    .data-input-header--at-top .data-input-header__close-cell {
      top: 2px;
      right: 4px; }
    .data-input-header--at-top .data-input-header__close {
      background: none;
      color: white; }
    .data-input-header--at-top .data-input-header__settings-cell {
      padding-right: 40px; }
  .data-input-header--slim {
    top: 0; }
    .data-input-header--slim .data-input-header__close-cell {
      top: 2px;
      right: 4px; }
    .data-input-header--slim .data-input-header__close {
      background: none;
      color: white; } }

@media (min-width: 1200px) {
  .data-input-header {
    top: 24px; }
  .data-input-header__layout {
    position: relative;
    margin-left: 32px;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 224px;
    transition: all 0.3s; }
    .data-input-header__layout .data-input-header__image-cell {
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      transition: all 0.3s; }
    .data-input-header__layout .data-input-header__name-cell {
      flex-basis: 1px;
      padding-left: 0; }
  .data-input-header__image-container {
    margin-top: -16px;
    border: 6px solid white; }
  .data-input-header--at-top {
    top: 0; }
    .data-input-header--at-top .data-input-header__close-cell {
      top: 0;
      right: -12px; }
    .data-input-header--at-top .data-input-header__close-cell {
      top: 9px;
      right: 4px; }
    .data-input-header--at-top .data-input-header__close {
      background: none;
      color: white; }
  .data-input-header--slim {
    top: 0; }
    .data-input-header--slim .data-input-header__layout {
      margin-left: 16px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 46px; }
    .data-input-header--slim .data-input-header__image-cell {
      width: 34px; }
    .data-input-header--slim .data-input-header__image-container {
      margin-top: 5px;
      border-width: 0; }
    .data-input-header--slim .data-input-header__close-cell {
      top: 9px;
      right: 4px; }
    .data-input-header--slim .data-input-header__close {
      background: none;
      color: white; }
  .data-input-header:not(.data-input-header--profile-photo-enabled) .data-input-header__layout {
    padding-left: 0; } }

.history-dialog__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.vue-block__search-toggle-icon {
  display: none; }

.vue-block__extra-search-form {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }

.vue-block__extra-search-form-input {
  flex: 1; }

@media (max-width: 599px) {
  .vue-block .vue-block__title-bar {
    margin-bottom: 16px;
    flex-wrap: wrap; }
  .vue-block__search-form {
    display: none; }
  .vue-block__search-toggle-icon {
    display: block;
    cursor: pointer;
    font-size: 18px; }
  .vue-block__extra-search-form {
    flex: 0 0 100%;
    order: -1; } }

.vue-pending-approvals-table__search-toggle-icon {
  display: none;
  color: #AC0023; }

.vue-pending-approvals-table__extra-search-form {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }

.vue-pending-approvals-table__extra-search-form-input {
  flex: 1; }

.vue-pending-approvals-table__title-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.vue-pending-approvals-table__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 599px) {
  .vue-pending-approvals-table__title-bar {
    margin-bottom: 16px; }
  .vue-pending-approvals-table__search-form {
    display: none; }
  .vue-pending-approvals-table__search-toggle-icon {
    display: block;
    cursor: pointer;
    font-size: 18px; } }

.data-input-data-view {
  position: relative;
  padding: 32px;
  min-height: 300px; }
  @media (max-width: 599px) {
    .data-input-data-view {
      padding: 0 8px; } }

.data-input-data-view__title-container {
  display: flex; }

.data-input-data-view__title {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  color: #555;
  text-transform: uppercase;
  word-break: break-word;
  padding-right: 5px; }

.data-input-data-view__errors {
  margin: 0;
  transition: margin 0.3s;
  border: 1px solid transparent; }

.data-input-data-view__errors--show {
  margin: 20px 0 12px; }

.data-input-data-view__warnings {
  margin: 0;
  transition: margin 0.3s;
  border: 1px solid transparent; }

.data-input-data-view__warnings--show {
  margin: 20px 0 27px; }

.data-input-data-view__error {
  background: #972528;
  padding: 8px 16px;
  text-align: center;
  color: white;
  animation: show-error-animation 0.3s forwards;
  margin-bottom: 8px; }

.data-input-data-view__error {
  background: #972528;
  padding: 8px 16px;
  text-align: center;
  color: white;
  animation: show-error-animation 0.3s forwards;
  margin-bottom: 8px; }

.data-input-data-view__warning {
  background: #fd8505;
  padding: 8px 16px;
  text-align: center;
  color: white;
  animation: show-error-animation 0.3s forwards;
  margin-bottom: 8px; }

.data-input-data-view__error--fade-in {
  animation: data-input-error-fade 0.3s; }

.data-input-data-view__error--fade-out {
  animation: data-input-error-fade 1s reverse; }

.data-input-data-view__document-templates-popper {
  margin-top: 5px;
  margin-left: 32px;
  line-height: 34px; }
  @media (max-width: 599px) {
    .data-input-data-view__document-templates-popper {
      margin-left: 0px; } }

@media (max-width: 599px) {
  .data-input-data-view__document-templates-button,
  .button--hidden-fields {
    height: 36px;
    width: 36px;
    min-width: 0; }
    .data-input-data-view__document-templates-button .button__icon,
    .button--hidden-fields .button__icon {
      margin: 0; } }

@media (max-width: 599px) {
  .data-input-data-view__document-templates-button-text,
  .data-input-data-view__hidden-fields-button-text {
    display: none; } }

.data-input-data-view_document-templates-container {
  width: 365px; }

@keyframes data-input-error-fade {
  0% {
    opacity: 0;
    margin-top: -40px; }
  100% {
    opacity: 1; } }

.data-input-data-view__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  align-items: stretch; }
  @media (max-width: 599px) {
    .data-input-data-view__grid {
      grid-template-columns: repeat(auto-fill, minmax(80%, 1fr));
      grid-gap: 12px; } }

@keyframes data-input-drop-in {
  0% {
    opacity: 0;
    transform: translate(0, -50px); } }

.data-input-data-view__cell {
  display: flex; }

.data-input-data-view__cell-content {
  display: flex;
  flex: 1;
  max-width: 100%; }

.data-input-data-view__cell--wide {
  grid-column: 1 / -1; }

.data-input-data-view__cell--hidden {
  display: none !important; }

.button--hidden-fields {
  margin-top: 10px; }
  @media (max-width: 599px) {
    .button--hidden-fields {
      margin-top: 5px; } }

/*
    "Flex grid" is implemented like this:

       +------------------------------------------+
       |              some container              |
       |                                          |
    +------------------------------------------------+
    |nm|               "flex grid"                |  |
    |  |                                          |  |
    +--------------------------------+---------------+
    |  |  cell      ||     cell      |     cell   |  |
    |  |            ||               |            |  |
    |  +---------+  ||  +---------+  |  +---------+  |
    |gp| cell    |gp||gp| cell    |  |  | cell    |  |
    |  | content |  ||  | content |  |  | content |  |
    |  +---------+  ||  +---------+  |  +---------+  |
    |  |    gp      ||               |            |  |
    |  |    gp      ||               |            |  |
    +--------------------------------+---------------+
    |  |                                          |  |
    +------------------------------------------------+
       |                                          |
       |                                          |
       +------------------------------------------+

    "cell": Element to layout cells, there is no space between "cells".
        These elements contain padding ("gp" in the drawing) to provide 
        constant (pixel unit) spacing between "cell content" elements

    "cell content": Element to wrap actual cell content

    "gp": Gap padding, spacing between "cell content" elements

    "nm": Negative margin to align edges of "cell content" elements with the
        container element. Top and bottom edges are aligned as well, but
        the drawing would have been too messy with that thing illustrated.

*/
@media all and (-ms-high-contrast: none) {
  .data-input-data-view__grid {
    margin: -10px;
    display: flex;
    flex-wrap: wrap; }
  .data-input-data-view__cell {
    padding: 10px;
    width: 100%;
    display: flex; }
  .data-input-data-view__cell-content {
    flex: 1; } }

@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .data-input-data-view__cell {
    width: 50%; } }

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
  .data-input-data-view__cell {
    width: 33.33333%; } }

@media all and (-ms-high-contrast: none) and (min-width: 1800px) {
  .data-input-data-view__cell {
    width: 25%; } }

@media all and (-ms-high-contrast: none) {
  .data-input-data-view__cell--wide {
    width: 100%; } }

.data-input-frame__matt-glass,
.data-input-frame__glass,
.data-input-frame__background-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(113, 113, 113, 0.6);
  z-index: 90;
  /* TODO: $layerModalGlass */ }

.data-input-frame__background-image {
  opacity: 0.85; }

.data-input-frame__glass::after {
  /* pattern for glass */
  background: URL("/content/modules/images/sympa_bg_pattern.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' '; }

.data-input-frame__modern-bg {
  background-size: cover;
  background-position: center;
  background-color: #999;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' '; }

.data-input-frame__ie-bg {
  /* In normal case, hide ie bg (svg) */
  display: none; }

/* IE case, hide modern bg */
html[data-agent*="Trident"] _:-ms-fullscreen, :root .data-input-frame__modern-bg {
  display: none; }

_:-ms-fullscreen, :root .data-input-frame__ie-bg {
  display: block;
  width: 100%;
  height: 100%; }

.data-input-frame__main {
  position: absolute;
  top: 0;
  /* spread full wide to center children correctly */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  /* TODO: $layerModal */ }

.data-input-frame__content {
  width: 100%;
  max-width: 1920px;
  min-height: 0;
  transition: margin-top 0.3s, min-height 0.5s; }

.data-input-frame--slim-header .data-input-frame__content {
  margin-top: 45px;
  /* TODO: variable, bottom of slim header */ }

.data-input-frame__inner-content {
  max-width: 1920px;
  background: rgba(210, 210, 210, 0.7);
  padding-bottom: 32px;
  border-radius: 2px; }

.data-input-frame__outer-content {
  max-width: 1920px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  margin-top: 5px; }

.data-input-frame__passive-icon {
  font-size: 30px;
  padding: 5px; }

.data-input-frame__passive-text {
  margin-left: 7px;
  font-size: 15px;
  vertical-align: middle;
  font-weight: normal; }

.data-input-frame__card-toggle {
  text-align: center; }

.data-input-frame__card-toggle-button {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: fixed; }

.data-input-frame__card-toggle-icon {
  border-radius: 50%; }

.data-input-frame__card-toggle-button:hover .data-input-frame__card-toggle-icon {
  background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 599px) {
  .data-input-frame__content {
    margin-top: 48px; }
  .data-input-frame__card-toggle {
    display: none; }
  .data-input-frame--has-open-dialogs .data-input-frame__main {
    position: fixed; } }

@media (min-width: 600px) {
  .data-input-frame__content {
    margin-top: 170px; }
  .data-input-frame--slim-header .data-input-frame__content {
    margin-bottom: 200px; }
  .data-input-frame__card-toggle {
    font-size: 18px;
    flex: 0 0 32px;
    margin-left: 4px;
    margin-right: 4px; }
  .data-input-frame__card-toggle-button {
    width: 32px;
    height: 96px;
    line-height: 32px;
    top: 40px; } }

@media (min-width: 1200px) {
  .data-input-frame__content {
    margin-top: 200px; }
  .data-input-frame__card-toggle {
    font-size: 24px;
    flex: 0 0 48px;
    margin-left: 24px;
    margin-right: 24px; }
  .data-input-frame__card-toggle-button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    top: 83px; } }

.data-input-user-settings__profile-photo-container {
  display: flex; }

.data-input-user-settings__profile-photo-help {
  flex: 1;
  margin-left: 16px; }

.contract-template-selection__icon-container {
  text-align: center;
  padding: 30px 0; }

.contract-template-selection__template-selector select {
  width: 100%; }

.contract-template-selection__form-header:not(:first-child) {
  margin-top: 30px; }

@media (min-width: 600px) {
  .contract-template-selection__separator {
    width: 1px;
    margin: 0 23px;
    border-left: 1px solid silver; }
  .contract-template-selection__form {
    margin: 0 3px;
    width: 260px; }
  .contract-template-selection__form:first-child {
    margin-left: 0px; }
  .contract-template-selection__form:last-child {
    margin-right: 0px; } }

@media (max-width: 599px) {
  .contract-template-selection__form {
    width: 100%; }
  .contract-template-selection__separator {
    width: 100%;
    height: 1px;
    margin: 23px 0;
    border-top: 1px solid silver; } }

.esigning-contract-electronic-preview__open-preview {
  margin-top: 5px; }

.reject-proposal-dialog--container > .grid__row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.reject-proposal-dialog__mananger-info-container {
  padding-bottom: 5px !important; }

.reject-proposal-dialog__mananger-info-container > .grid__cell {
  font-size: 15px !important; }

.reject-proposal-dialog__employees-info-container {
  padding-bottom: 5px !important; }

.reject-proposal-dialog__employees-info-container > .grid__cell {
  font-size: 15px !important; }

.button-clear-comment {
  float: right;
  color: #169BD5; }

.button-clear-comment:hover {
  background-color: unset !important;
  opacity: 0.8; }

.button-clear-comment:active {
  background-color: unset !important;
  opacity: 0.4; }

.reject-proposal-dialog--container__comment-container {
  margin-bottom: 0 !important; }
  .reject-proposal-dialog--container__comment-container > .grid__content > .grid__cell--12 {
    margin-bottom: 0 !important; }

.view-folder-forms-select,
.view-folder-forms-select-new {
  display: inline-block; }

.view-folder-forms-select-item,
.view-folder-forms-select-new-item {
  display: flex;
  align-items: center; }

.view-folder-forms-select-item:hover {
  background-color: #eee; }

.view-folder-forms-select-item-cell {
  padding: 5px; }

.view-folder-forms-select-item-cell--dropdown {
  width: 275px;
  overflow: hidden; }

.view-folder-forms-select-item-cell--drag-handle {
  width: 25px; }

.multiedit-add-new-row-dialog-insert-info-form {
  min-height: 260px; }
  .multiedit-add-new-row-dialog-insert-info-form .working-indicator {
    margin-top: 20px; }
  .multiedit-add-new-row-dialog-insert-info-form .input--error, .multiedit-add-new-row-dialog-insert-info-form .legacy .input.input--error, .legacy .multiedit-add-new-row-dialog-insert-info-form .input.input--error, .multiedit-add-new-row-dialog-insert-info-form .legacy .input--error.select, .legacy .multiedit-add-new-row-dialog-insert-info-form .input--error.select, .multiedit-add-new-row-dialog-insert-info-form .legacy select.input--error, .legacy .multiedit-add-new-row-dialog-insert-info-form select.input--error, .multiedit-add-new-row-dialog-insert-info-form .legacy .input--error.textarea, .legacy .multiedit-add-new-row-dialog-insert-info-form .input--error.textarea, .multiedit-add-new-row-dialog-insert-info-form .legacy textarea.input--error, .legacy .multiedit-add-new-row-dialog-insert-info-form textarea.input--error, .multiedit-add-new-row-dialog-insert-info-form .legacy .input--error.optgroup, .legacy .multiedit-add-new-row-dialog-insert-info-form .input--error.optgroup, .multiedit-add-new-row-dialog-insert-info-form .legacy input.input--error[type="text"], .legacy .multiedit-add-new-row-dialog-insert-info-form input.input--error[type="text"], .multiedit-add-new-row-dialog-insert-info-form .legacy input.input--error[type="password"], .legacy .multiedit-add-new-row-dialog-insert-info-form input.input--error[type="password"] {
    background-color: #fff; }

.privileges-information-dialog__heading {
  font: 400 14px "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 20px; }

.privileges-information-dialog__box {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  resize: both;
  overflow: auto;
  min-height: 70px; }

.vue-block-title {
  color: #000;
  font: 400 16px "Lato", sans-serif;
  margin-bottom: 5px;
  margin-top: 5px; }

.popup-context .popup-context__popups {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0; }

.popup-context--stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.popup-context--center {
  display: flex;
  align-items: center;
  justify-content: center; }

.checkbox {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  cursor: default; }

.checkbox--wide {
  display: flex; }

.checkbox--inline {
  align-items: baseline; }

.checkbox .checkbox__input {
  position: absolute;
  opacity: 0; }

.checkbox__button {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 7px 8px 9px; }

.checkbox__extra-hit-area {
  display: none; }

@media (max-width: 599px) {
  .checkbox__extra-hit-area {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 30px;
    margin-left: -20px;
    margin-top: -15px; } }

.checkbox__button-border {
  position: absolute;
  top: 3px;
  height: 16px;
  left: 0;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  content: ' ';
  transition: all 0.3s ease; }

.checkbox--disabled:not(.checkbox--read) {
  color: #aaa; }
  .checkbox--disabled:not(.checkbox--read) .checkbox__button-border {
    background: #f8f8f8; }
  .checkbox--disabled:not(.checkbox--read) .checkbox__button-check {
    color: #aaa; }

.checkbox--read .checkbox__button-border {
  background: #f8f8f8; }

.checkbox__input:focus + .checkbox__button .checkbox__button-border {
  outline: none;
  box-shadow: 0 0 0 1px #67cafa; }

.checkbox__button-check {
  display: none;
  font-size: 18px;
  color: #790019;
  right: -5px;
  top: -1px;
  position: absolute; }

.checkbox__input:checked ~ .checkbox__button .checkbox__button-check {
  display: block;
  animation: pop-check-mark 0.15s; }

@keyframes pop-check-mark {
  0% {
    transform: scale(0.1); }
  70% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

.checkbox__label {
  flex-grow: 1;
  margin-top: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 14px;
  font-family: 'Lato';
  min-width: 0; }

.checkbox--wide .checkbox__label {
  flex-basis: 0; }

.checkbox--align-left-edge .checkbox__button {
  margin-left: 0; }

.checkbox--settings-flavor .checkbox__button-check {
  color: #169BD5; }

.checkbox--radio .checkbox__button-border {
  border-radius: 50%; }

.checkbox--radio .checkbox__button-check {
  font-size: 0;
  background: #790019;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  margin-left: -5px;
  border-radius: 50%; }

.checkbox--radio.checkbox--settings-flavor .checkbox__button-check {
  background: #169BD5; }

.checkbox--radio.checkbox--disabled:not(.checkbox--read) .checkbox__button-check {
  background: #aaa; }

.scrollable-text {
  position: relative;
  overflow: hidden;
  margin-bottom: -5px; }

.scrollable-text__shadow {
  position: absolute;
  top: 10em;
  left: 0;
  right: 0;
  height: 14px;
  margin-top: -14px;
  background: linear-gradient(transparent, white);
  transition: all 0.3s; }

.scrollable-text:hover .scrollable-text__shadow {
  opacity: 0; }

.scrollable-text__content {
  max-width: 35em;
  max-height: 10em;
  overflow-y: auto;
  padding-bottom: 5px; }

.scrollable-text__content--scrollable {
  padding-right: 8px;
  /* for firefox */
  /* for IE11*/ }

@-moz-document url-prefix() {
  .scrollable-text__content--scrollable {
    scrollbar-width: thin;
    padding-right: 15px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .scrollable-text__content--scrollable {
      display: flex;
      -ms-flex: 1;
      width: 100%;
      padding-right: 20px; } }

.scrollable-text__content::-webkit-scrollbar {
  width: 8px; }

.scrollable-text__content::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollable-text__content::-webkit-scrollbar-thumb {
  opacity: 0.1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  transition: all 1s; }

.scrollable-text:hover ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.vue-date-picker {
  display: inline-block;
  position: relative; }

.vue-date-picker:after {
  font-family: 'FontAwesome';
  content: '\f073';
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 20px; }

.vue-date-picker__date-picker .ui-datepicker-current, .vue-date-picker__date-picker .ui-datepicker-close {
  visibility: hidden;
  margin: 0 !important;
  height: 25px !important; }

.vue-date-picker__date-picker--settings-flavor .datepicker__calendar-text--selected, .vue-date-picker__date-picker--settings-flavor body .ui-datepicker td.ui-datepicker-current-day .ui-state-default, body .ui-datepicker td.ui-datepicker-current-day .vue-date-picker__date-picker--settings-flavor .ui-state-default, .vue-date-picker__date-picker--settings-flavor
body .ui-datepicker td.ui-datepicker-current-day .ui-state-active,
body .ui-datepicker td.ui-datepicker-current-day .vue-date-picker__date-picker--settings-flavor .ui-state-active,
.vue-date-picker__date-picker--settings-flavor .ui-datepicker-current-day .ui-state-default,
.vue-date-picker__date-picker--settings-flavor .ui-datepicker-current-day .ui-state-active {
  background: #169BD5 !important; }

.menu {
  font-size: 16px;
  padding: 12px 0;
  background-color: white;
  position: relative; }

.menu_slide-enter-active,
.menu_slide-leave-active,
.menu_fade-enter-active,
.menu_fade-leave-active {
  transition: all 0.5s ease; }

.menu_slide-enter, .menu_slide-leave-to {
  transform: translateX(-150%); }

.menu_fade-enter, .menu_fade-leave-to {
  opacity: 0; }

.menu__menu-item:only-child .menu__menu-item-link .menu__menu-item-name {
  border-bottom: 0; }

.menu__menu-item-link {
  color: #333;
  text-decoration: none;
  display: flex;
  padding-top: 12px;
  padding-right: 8px;
  position: relative;
  padding-left: 24px;
  border-left: 8px solid transparent; }
  .menu__menu-item-link:hover {
    background-color: #f8f8f8; }
  .menu__menu-item-link:active {
    background-color: #e4e4e4; }

.menu__menu-item-link--expanded {
  background-color: #f8f8f8; }

.menu__menu-item-link--active {
  background-color: #f2f2f2;
  font-weight: bold;
  border-color: #333; }

.menu__menu-item-icon-wrapper {
  margin-right: 4px;
  margin-bottom: 12px;
  width: 24px;
  min-width: 24px;
  line-height: 24px;
  text-align: center; }

.menu__menu-item-icon {
  font-size: 20px; }

.menu__menu-item-name {
  flex-grow: 1;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 11px;
  padding-right: 32px;
  padding-left: 8px;
  text-transform: none;
  word-break: break-word;
  box-sizing: content-box;
  min-height: 24px;
  white-space: normal; }

.menu__menu-item-name--active {
  font-weight: bold; }

.menu__menu-item-name--uppercase {
  text-transform: uppercase; }

.menu__menu-item-icon-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease; }

.menu__menu-item-angle-icon {
  font-size: 28px;
  color: #3c3c3c;
  line-height: 24px; }

.menu__menu-item-icon-right--expanded {
  transform: rotate(180deg); }

.menu__submenu {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; }

@media all and (-ms-high-contrast: none) {
  .menu__submenu {
    transition: none; } }

.menu__submenu-item-link {
  color: #333;
  text-decoration: none;
  display: flex;
  padding-top: 12px;
  padding-right: 8px;
  position: relative;
  padding-left: 52px; }
  .menu__submenu-item-link:hover {
    background-color: #f8f8f8; }
  .menu__submenu-item-link:active {
    background-color: #e4e4e4; }

.menu__submenu-item-link--active::before {
  position: absolute;
  width: 8px;
  top: 0;
  bottom: 0;
  background: #AC0023;
  left: 44px;
  content: ' '; }

.menu--technical-item-names .menu__menu-item-name {
  word-break: break-all; }

.mobile-menu__card-toggle {
  display: flex;
  padding-top: 16px; }

.mobile-menu__card-toggle-button {
  display: flex;
  flex-grow: 1;
  padding: 4px 0;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  max-width: 50%; }

.mobile-menu__card-toggle-button--right {
  justify-content: flex-end;
  margin-left: auto; }

.mobile-menu__card-toggle-icon {
  margin: 0 16px; }

.mobile-menu__menu-item-angle-icon {
  font-size: 28px;
  color: #3c3c3c;
  line-height: 24px; }

.vue-dropdown__option--inactive {
  color: #aaa; }

.v-data-table {
  position: relative; }

.v-data-table.theme--light .v-data-table-header th {
  position: relative;
  text-align: left;
  border: 1px solid #e4e4e4;
  padding: 0 24px 0 8px;
  height: 40px; }

.v-data-table.theme--light .v-data-table-header .v-data-table-header__icon,
.v-data-table.theme--light .v-data-table-header .v-data-table-header__icon--secondary {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 16px !important; }

.v-data-table.theme--light .v-data-table-header .v-data-table-header__icon--secondary {
  right: 24px; }

.v-data-table.theme--light .v-data-table-header .v-data-table-header__has-help-icon {
  padding-right: 48px; }

.v-data-table.theme--light .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: #8c353a !important; }

.v-data-table.theme--light tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
  border-bottom: 1px solid #ccc; }

.vue-table--stripes .vue-table__row {
  background: #f4f4f4; }

.vue-table--stripes .vue-table__row--odd {
  background: #fff; }

.vue-table__cell--error-color {
  color: #AC0023; }

.vue-table__cell--success-color {
  color: green; }

.v-data-table__cell--sorted {
  background: RGBA(0, 0, 0, 0.05); }

.vue-table__row > td {
  border: 1px solid #e4e4e4;
  padding: 9px 8px 8px 8px;
  height: 36px;
  font-size: 13px;
  vertical-align: top;
  min-width: 100px; }

.vue-table__row > td > div > span.date {
  word-break: keep-all; }

.v-data-table__cell--vertical-align-middle {
  vertical-align: middle; }

.v-data-table__cell--actions:hover {
  background: RGBA(0, 0, 0, 0.05); }

.vue-table__row > td.v-data-table__cell--toggle-collapsed {
  cursor: pointer;
  padding: 6px 0 0 0;
  min-width: 1rem; }

.v-data-table__cell--toggle-collapsed:hover {
  background: RGBA(0, 0, 0, 0.05); }

.v-data-table__approval {
  white-space: nowrap;
  display: flex;
  justify-content: space-between; }

.v-data-table__approval-comment {
  align-self: center;
  margin-left: 10px; }

.vue-table__collapsed-colums-row {
  padding-top: 1px;
  box-shadow: inset 0px 2px 2px #ccc; }

.vue-table__collapsed-colums-row > td {
  border: 1px solid #e4e4e4;
  font-size: 13px; }

.theme--light.v-data-table tbody tr.vue-table__collapsed-colums-row:hover {
  background: none; }

.vue-table__collapsed-field {
  display: flex;
  margin: 8px 0; }

.vue-table__collapsed-field-label {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 8px;
  font-weight: 700; }
  .vue-table__collapsed-field-label .v-data-table-header__icon--secondary {
    font-size: 16px !important;
    margin: 0 4px; }

.vue-table__collapsed-field-value {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line; }

td.v-data-table__cell--wide {
  min-width: 350px;
  max-width: 550px; }

td.v-data-table__cell--approval,
td.v-data-table__cell--actions,
.v-data-table__cell--content-width {
  width: 1px;
  min-width: 1px; }

.v-data-table__cell--nowrap {
  white-space: nowrap; }

.v-data-table__cell--toggle-collapsed,
.v-data-table__cell--toggle-collapsed-header {
  display: none; }

.vue-table__can-toggle-collapsed .v-data-table__cell--toggle-collapsed,
.vue-table__can-toggle-collapsed .v-data-table__cell--toggle-collapsed-header,
.v-data-table__wrapper--show-all-columns .v-data-table__cell--toggle-collapsed,
.v-data-table__wrapper--show-all-columns .v-data-table__cell--toggle-collapsed-header {
  display: table-cell; }

.v-data-table__wrapper:not(.v-data-table__wrapper--show-all-columns) .v-data-table__cell--collapsed {
  display: none; }

.vue-table__collapsed-colums-row-toggle {
  display: flex;
  justify-content: center; }

.vue-table__collapsed-colums-row-toggle i {
  cursor: pointer;
  font-size: 23.4px; }

.vue-table__row .v-data-table__cell--actions {
  padding: 0; }

.v-data-table__stretch-cell-content-wrapper {
  height: 100%; }

.v-data-table .v-data-footer {
  padding: 10px 0; }
  .v-data-table .v-data-footer .v-btn {
    border: none;
    background-color: transparent; }
    .v-data-table .v-data-footer .v-btn.v-btn--disabled {
      color: #aaa; }

.v-data-table__cell--sorting-handle {
  text-align: center;
  width: 2em;
  color: #555;
  cursor: grab; }

.v-data-table .link:hover, .v-data-table .input-ui-tweak .table-show-all:hover, .input-ui-tweak .v-data-table .table-show-all:hover, .v-data-table .legacy .profile-report-container .button-info-text:hover, .legacy .profile-report-container .v-data-table .button-info-text:hover, .v-data-table
.legacy .profile-report-container .specs-setup-label:hover,
.legacy .profile-report-container .v-data-table .specs-setup-label:hover, .v-data-table .legacy a:hover, .legacy .v-data-table a:hover {
  text-decoration: underline; }

.v-data-table .popper .link:hover, .v-data-table .popper .input-ui-tweak .table-show-all:hover, .input-ui-tweak .v-data-table .popper .table-show-all:hover, .v-data-table .popper .legacy .profile-report-container .button-info-text:hover, .legacy .profile-report-container .v-data-table .popper .button-info-text:hover, .v-data-table .popper
.legacy .profile-report-container .specs-setup-label:hover,
.legacy .profile-report-container .v-data-table .popper .specs-setup-label:hover, .v-data-table .popper .legacy a:hover, .legacy .v-data-table .popper a:hover {
  text-decoration: none; }

.vue-table--list .vue-table__row > td {
  border: none; }

.vue-table--list .v-data-table.theme--light .v-data-table-header th {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  border-color: #eee; }

.vue-table--list .v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
  border-color: #eee; }

.vue-table--list .v-data-table__cell--sorted {
  background: none; }

.vue-table--list .v-data-table__cell--vertical-align-middle {
  vertical-align: middle; }

.vue-table.vue-table--horizontal-scroll .v-data-table__wrapper {
  overflow-x: scroll;
  overflow-y: hidden; }

.vue-table.vue-table--horizontal-scroll .v-data-table__cell--approval,
.vue-table.vue-table--horizontal-scroll .v-data-table__cell--actions,
.vue-table.vue-table--horizontal-scroll th.v-data-table__cell--approval-header,
.vue-table.vue-table--horizontal-scroll th.v-data-table__cell--actions-header {
  position: sticky;
  z-index: 1;
  right: 1px;
  outline: 1px solid #ccc; }

.vue-table.vue-table--horizontal-scroll .v-data-table__cell--approval,
.vue-table.vue-table--horizontal-scroll .v-data-table__cell--actions {
  background-color: inherit; }

.vue-table.vue-table--horizontal-scroll.vue-table--list .v-data-table__cell--approval,
.vue-table.vue-table--horizontal-scroll.vue-table--list .v-data-table__cell--actions {
  background-color: #fff; }

.vue-table.vue-table--horizontal-scroll th.v-data-table__cell--approval-header,
.vue-table.vue-table--horizontal-scroll th.v-data-table__cell--actions-header {
  background-color: #fff; }

.vue-table.vue-table--horizontal-scroll .v-data-table__cell--action-opened {
  position: absolute;
  z-index: 2;
  border: 0; }

.vue-table.vue-table--horizontal-scroll .v-data-table__sticky-shadow,
.vue-table.vue-table--horizontal-scroll .v-data-table__wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  width: 25px;
  height: calc(100% - 54px);
  transition: opacity 0.2s linear; }

.vue-table.vue-table--horizontal-scroll .v-data-table__sticky-shadow {
  right: 0;
  opacity: 100%;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1); }

.vue-table.vue-table--horizontal-scroll .v-data-table__wrapper::before {
  opacity: 0;
  content: '';
  left: -25px;
  box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.1); }

.vue-table.vue-table--horizontal-scroll.vue-table--is-scrolled .v-data-table__sticky-shadow,
.vue-table.vue-table--horizontal-scroll.vue-table--is-scrolled .v-data-table__wrapper::before {
  opacity: 100%; }

.vue-table.vue-table--horizontal-scroll.vue-table--is-scrolled-end .v-data-table__sticky-shadow {
  opacity: 0; }

.v-data-table__wrapper {
  overflow: visible;
  scrollbar-width: thin; }

.v-data-table__wrapper::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

.v-data-table__wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

.v-data-table__wrapper::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 50px; }

.v-data-table__wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #7d7d7d; }

.v-data-table__wrapper::-webkit-scrollbar-thumb:active {
  background-color: #6b6b6b; }

.v-data-table__wrapper::-webkit-scrollbar-track {
  border: 1px solid #E4E4E4; }

.v-data-table__wrapper::-webkit-scrollbar-track,
.v-data-table__wrapper::-webkit-scrollbar-track:active,
.v-data-table__wrapper::-webkit-scrollbar-track:hover {
  background: #FAFAFA; }

.v-data-table__wrapper::-webkit-scrollbar-corner {
  background: transparent; }

.vue-table--settings-flavor .v-data-table.theme--light .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: #169BD5 !important; }

.v-data-table__info-icon {
  cursor: pointer; }

.v-data-table__info-icon:hover {
  cursor: pointer; }

.vue-title {
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  color: #AC0023;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto; }

.vue-title__link {
  color: #AC0023;
  text-decoration: none; }

.vue-title__text {
  margin: 0;
  font-weight: 300;
  font-size: inherit; }

.vue-title--large {
  font-size: 36px; }
  .vue-title--large .vue-title__icon {
    margin-right: 20px; }

.vue-title--medium {
  font-size: 24px; }
  .vue-title--medium .vue-title__icon {
    margin-right: 10px; }

.vue-title--small, .vue-title--tiny {
  font-size: 18px;
  color: #000;
  text-transform: none;
  margin-bottom: 5px; }
  .vue-title--small .vue-title__icon, .vue-title--tiny .vue-title__icon {
    margin-right: 5px; }

.vue-title--settings-flavor {
  color: #169BD5; }

.vue-title--settings-flavor .vue-title__link {
  color: #169BD5; }

.vue-title--tiny {
  font-size: 14px; }
  .vue-title--tiny .vue-title__text {
    font-weight: 600; }

.vue-field-layout {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
  padding: 8px 0; }

.vue-field-layout__label-area {
  flex: 1;
  font-size: 12px;
  color: #222;
  margin-right: 8px;
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.vue-field-layout--highlighted .vue-field-layout__label-content {
  color: orange; }

.vue-field-layout--disabled .vue-field-layout__label-content {
  color: #aaa; }

.vue-field-layout__label-content {
  margin-top: -0.1em;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.2em;
  word-break: break-word;
  word-wrap: break-word; }

.vue-field-layout__value-area {
  position: relative;
  flex: 2;
  margin-left: 8px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  min-width: 0; }

.vue-field-layout__clipper-and-bottom-line-container {
  position: relative; }

.vue-field-layout__value-clipper {
  display: flex;
  overflow-y: hidden;
  position: relative; }

.vue-field-layout--disabled .vue-field-layout__value-area {
  color: #aaa; }

.vue-field-layout__bottom-line {
  position: absolute;
  bottom: 0;
  left: -8px;
  right: 0;
  border-bottom: 1px solid #E4E4E4; }

.vue-field-layout__value-viewport {
  flex: 1;
  max-height: 15.5em;
  overflow-y: auto;
  padding-bottom: 4px;
  margin-right: 8px;
  width: 100%; }

.vue-field-layout__value-viewport::-webkit-scrollbar {
  width: 8px; }

.vue-field-layout__value-viewport::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.vue-field-layout__value-viewport::-webkit-scrollbar-thumb {
  opacity: 0.1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  transition: all 1s; }

.vue-field-layout__value-area:hover ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.vue-field-layout__scroll-indicator {
  position: absolute;
  left: 0;
  right: 0;
  top: 15em;
  height: 0.5em;
  background: linear-gradient(transparent, #eee);
  transition: opacity 0.3s; }

.vue-field-layout__value-clipper:hover .vue-field-layout__scroll-indicator {
  opacity: 0; }

.vue-field-layout__value-content {
  margin-top: -0.1em;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 16px;
  color: #222;
  width: 100%;
  font-size: 15px;
  line-height: 1.4em; }

.vue-field-layout--disabled .vue-field-layout__value-content {
  color: #aaa; }

.vue-field-layout__action-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: -4px; }

.vue-field-layout__action-area:hover {
  color: #800; }

.vue-field-layout__mandatory-mark {
  position: absolute;
  left: -8px;
  top: 9.6px;
  margin-left: -0.5em;
  margin-top: -0.5em;
  font-size: 7px;
  color: #800; }

.vue-field-layout--disabled .vue-field-layout__mandatory-mark {
  color: #aaa; }

.vue-field-layout__errors-area {
  color: #AC0023;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 4px; }

.vue-field-layout--edit-mode {
  margin-bottom: 8px; }
  .vue-field-layout--edit-mode .vue-field-layout__value-clipper {
    overflow-y: visible; }
  .vue-field-layout--edit-mode .vue-field-layout__value-viewport {
    overflow-y: visible;
    max-height: none; }
  .vue-field-layout--edit-mode .vue-field-layout__scroll-indicator {
    display: none; }
  .vue-field-layout--edit-mode .vue-field-layout__value-content {
    margin-top: -0.3em; }
  .vue-field-layout--edit-mode .vue-field-layout__value-viewport {
    padding-bottom: 0; }

.vue-field-layout--no-scroll .vue-field-layout__value-clipper {
  overflow-y: visible; }

.vue-field-layout--no-scroll .vue-field-layout__value-viewport {
  overflow-y: visible;
  max-height: none; }

.vue-field-layout--no-scroll .vue-field-layout__scroll-indicator {
  display: none; }

.vue-field-layout--stacked {
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr; }
  .vue-field-layout--stacked .vue-field-layout__value-area {
    margin-left: 0;
    margin-top: 8px;
    -ms-grid-row: 2;
    -ms-grid-column: 1; }

@media (max-width: 599px) {
  .vue-field-layout {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr; }
    .vue-field-layout .vue-field-layout__value-area {
      margin-left: 0;
      margin-top: 8px;
      -ms-grid-row: 2;
      -ms-grid-column: 1; } }

.vue-field-layout--show-special-action {
  padding: 8px;
  margin-bottom: 8px;
  background: #F2F2F2;
  border: 1px solid #ddd;
  border-radius: 2px; }
  .vue-field-layout--show-special-action.vue-field-layout__special-action-grid {
    grid-template-columns: 40px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 40px 1fr;
    -ms-grid-rows: auto auto; }
  .vue-field-layout--show-special-action .vue-field-layout__label-area {
    grid-column-start: 2;
    grid-row-start: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-top: 2px;
    margin-bottom: 4px; }
  .vue-field-layout--show-special-action .vue-field-layout__value-area {
    grid-column-start: 2;
    grid-row-start: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .vue-field-layout--show-special-action .vue-field-layout__value-viewport {
    padding-bottom: 0; }
  .vue-field-layout--show-special-action .vue-field-layout__bottom-line {
    display: none; }
  .vue-field-layout--show-special-action .vue-field-layout__scroll-indicator {
    background: linear-gradient(transparent, #F2F2F2); }

.vue-field-layout__special-action-area {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
  display: flex;
  align-items: center;
  color: #222; }

.vue-field-layout__special-action {
  width: 32px;
  height: 32px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.vue-field-layout__special-action--inactive {
  cursor: default; }

.vue-field-layout--disabled .vue-field-layout__special-action {
  color: #aaa; }

.vue-field-layout__special-action:hover {
  color: #800; }

.vue-field-layout__special-action--inactive:hover {
  color: inherit; }

.vue-field-layout__special-action-image-container {
  border: 1px #ddd solid;
  width: 36px;
  height: 36px;
  border-radius: 50%; }

.vue-field-layout__special-action-image {
  border: 1px white solid;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

.vue-field-layout--settings-flavor .vue-field-layout__mandatory-mark,
.vue-field-layout--settings-flavor .vue-field-layout__errors-area,
.vue-field-layout--settings-flavor .form__error,
.vue-field-layout--settings-flavor .vue-field-layout__special-action:hover {
  color: #169BD5; }

.vue-listbox__heading {
  font: 400 14px "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 20px; }

.vue-listbox__box {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  resize: both;
  overflow: auto;
  min-height: 70px; }

.vue-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px; }

.vue-breadcrumbs__item {
  align-items: center;
  display: inline-flex; }

.vue-breadcrumbs__divider {
  align-items: center;
  display: inline-flex;
  padding-left: 5px;
  padding-right: 5px; }

.special-title-field__edit-mode {
  margin-right: 8px; }

.vue-form-field-attachment--highlighted .vue-title {
  color: orange; }

.vue-attachment-editor__attachment-list {
  margin-top: 8px; }

.vue-attachment-editor__attachment {
  padding: 4px 0;
  display: flex;
  align-items: center; }

.vue-attachment-editor__attachment:hover {
  background-color: RGBA(0, 0, 0, 0.05); }

.vue-attachment-editor__attachment-sorting-handle,
.vue-attachment-editor__delete-attachment {
  text-align: center;
  width: 2em;
  color: #555;
  font-size: 1rem; }

.vue-attachment-editor__attachment-sorting-handle {
  cursor: grab !important; }

.vue-attachment-editor__delete-attachment {
  cursor: pointer; }
  .vue-attachment-editor__delete-attachment:hover {
    cursor: pointer;
    color: #8c353a; }

.vue-attachment-editor__name-input {
  flex-grow: 1;
  margin-right: 4px; }

.vue-attachment-editor__extension-input {
  width: 40px; }

.vue-attachment-editor--setting-flavor .vue-attachment-editor__delete-attachment:hover {
  color: #169BD5; }

.attachment-dropdown {
  position: relative;
  margin: -8px; }

.attachment-dropdown__attachment-icon {
  margin: 0 4px; }

.attachment-dropdown__attachment-icon, .attachment-dropdown__angle-icon {
  font-size: 18px; }

.attachment-dropdown__dropdown-attachment-menu {
  min-width: 300px;
  background-color: white;
  border-radius: 2px;
  border: solid 1px #c9c9c9;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.35);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.35);
  box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.35);
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto; }

.attachment-dropdown__cursor-pointer {
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.attachment-dropdown__text {
  margin-left: 4px;
  margin-right: 4px; }

.attachment-dropdown__angle-icon {
  margin-left: auto; }

.attachment-download-div {
  cursor: pointer;
  font-size: 30px;
  padding-left: 8px;
  padding-right: 8px;
  grid-column-start: 3;
  grid-row-start: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1; }

.attachment-icon-div {
  font-size: 30px;
  padding-left: 8px;
  padding-right: 8px;
  grid-column-start: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1; }

.attachment-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
  grid-column-start: 2;
  grid-row-start: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1; }

.attachment-previewable {
  cursor: pointer; }

.attachment-box-list {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  background: #F2F2F2;
  border: 1px solid #ddd;
  border-radius: 2px;
  position: relative;
  padding: 8px 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 40px auto 50px;
  grid-template-rows: auto;
  -ms-grid-row: 1;
  -ms-grid-columns: 40px 1fr 50px; }

.attachment-datafield-name {
  font-size: 15px;
  margin-bottom: 10px; }

.vue-datacard-renderer {
  display: flex; }

.vue-datacard-renderer__card-name {
  flex: 1; }

.vue-datacard-renderer__navi-icon {
  margin-left: 8px; }

.vue-datacard-renderer--passive-card .vue-datacard-renderer__card-name {
  color: #a6a6a6; }

.vue-text {
  font-size: 14px;
  margin-bottom: 20px; }

.vue-block .vue-text, .dialog .vue-text {
  font-size: 13px; }

.vue-block {
  position: relative;
  padding: 16px 16px;
  background: white;
  flex: 1;
  max-width: 100%;
  border-radius: 2px; }
  @media screen {
    .vue-block {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); } }

.vue-block--drop-1 {
  opacity: 0;
  animation: block-drop-in-1 0.3s 0.05s forwards; }

@keyframes vue-block-drop-in-1 {
  0% {
    transform: translate(0, -75px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block--drop-2 {
  opacity: 0;
  animation: block-drop-in-2 0.3s 0.1s forwards; }

@keyframes vue-block-drop-in-2 {
  0% {
    transform: translate(0, -100px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block--drop-3 {
  opacity: 0;
  animation: block-drop-in-3 0.3s 0.15s forwards; }

@keyframes vue-block-drop-in-3 {
  0% {
    transform: translate(0, -125px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block--drop-4 {
  opacity: 0;
  animation: block-drop-in-4 0.3s 0.2s forwards; }

@keyframes vue-block-drop-in-4 {
  0% {
    transform: translate(0, -150px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block--drop-5 {
  opacity: 0;
  animation: block-drop-in-5 0.3s 0.25s forwards; }

@keyframes vue-block-drop-in-5 {
  0% {
    transform: translate(0, -175px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block--drop-6 {
  opacity: 0;
  animation: block-drop-in-6 0.3s 0.3s forwards; }

@keyframes vue-block-drop-in-6 {
  0% {
    transform: translate(0, -200px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.vue-block::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background-image: linear-gradient(7deg, #741a1f, #c63334);
  height: 4px;
  border-radius: 2px 2px 0 0; }

.vue-block__title-bar {
  display: flex;
  align-items: flex-start;
  color: #8c353a;
  margin-bottom: 20px; }

.vue-block__title {
  flex: 1;
  font-size: 20px;
  word-break: break-word;
  word-wrap: break-word; }

.vue-block__buttons-wrapper {
  display: flex; }

.vue-block__actions-menu,
.vue-block__edit {
  font-size: 20px;
  margin-left: 12px;
  cursor: pointer; }

.vue-block--settings-flavor:before {
  background-image: linear-gradient(to right, #169BD5, #66ccff); }

.vue-block--settings-flavor .vue-block__title-bar {
  color: #169BD5; }

.confirm-dialog-content__msg {
  margin-bottom: 20px; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  border: 6px solid #fff;
  box-shadow: 0 0 2000px 2000px rgba(120, 120, 120, 0.5); }

.croppie-container .cr-slider-wrap {
  width: auto; }

.croppie-container .cr-slider {
  width: 100%; }

@supports not (-ms-high-contrast: none) {
  .croppie-container .cr-slider {
    height: 1px;
    background: #888;
    padding: 0;
    border: none; }
  .croppie-container .cr-slider::-webkit-slider-runnable-track {
    background: none;
    height: auto; }
  .croppie-container .cr-slider::-moz-range-track {
    height: 1px; }
  .croppie-container .cr-slider::-moz-range-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #AC0023;
    margin-top: 0;
    cursor: pointer; }
  .croppie-container .cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #AC0023;
    margin-top: 0;
    cursor: pointer; }
  .croppie-container .cr-slider.cr-slider--disabled::-webkit-slider-thumb {
    background: #aaa;
    cursor: default; }
  .croppie-container .cr-slider.cr-slider--disabled::-moz-range-thumb {
    background: #aaa;
    cursor: default; } }

@media all and (-ms-high-contrast: none) {
  .croppie-container .cr-slider::-ms-track {
    width: 100%;
    height: 2px;
    /* remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 8px 0;
    /*remove default tick marks*/
    color: transparent; }
  .croppie-container .cr-slider::-ms-fill-lower {
    background: #888;
    border-radius: 10px; }
  .croppie-container .cr-slider::-ms-fill-upper {
    background: #888;
    border-radius: 10px; }
  .croppie-container .cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #AC0023; }
  .croppie-container .cr-slider:focus::-ms-fill-lower {
    background: #888; }
  .croppie-container .cr-slider:focus::-ms-fill-upper {
    background: #888; }
  .croppie-container .cr-slider[disabled]::-ms-thumb {
    background: #aaa;
    cursor: default; } }

.vue-photo-cropper-dialog__top-info {
  margin-bottom: 20px; }

.vue-photo-cropper-dialog__buttons {
  margin-bottom: 20px; }

.vue-photo-cropper-dialog__bottom-info {
  margin-bottom: 20px; }

.vue-profile-photo {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  border: 1px transparent solid;
  border-radius: 50%; }

.vue-profile-photo--small {
  font-size: 30px;
  width: 36px;
  height: 36px; }

.vue-profile-photo--medium {
  font-size: 50px;
  width: 60px;
  height: 60px; }

.vue-profile-photo--has-image {
  border-color: #ddd; }

.vue-profile-photo--clickable {
  cursor: pointer; }

.vue-profile-photo__image-element {
  display: none; }

.vue-profile-photo__photo {
  border: 1px white solid;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

.vue-profile-photo__placeholder-icon {
  color: #333; }

.component-road-block {
  text-align: center; }

.component-road-block__icon {
  font-size: 72px;
  margin: 40px 0; }

.component-road-block__description {
  padding: 10px 0; }

.component-road-block__button {
  margin: 20px 0; }

.data-input-error-page {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.workflow-settings-page-step-dialog-approver__item-container:not(:last-of-type) {
  padding-right: 5px; }

.workflow-settings-page-step-dialog-approver__item-container {
  cursor: pointer; }

.workflow-settings-page-step-dialog-approver__item--selected {
  color: #AC0023; }

.workflow-settings-page-step-table__name-item {
  display: flex;
  margin: 5px -5px; }

.workflow-settings-page-step-table__name-item-icon {
  flex: 0 0 30px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }

.vue-field-layout--settings-flavor .workflow-settings-page-step-dialog-approver__item--selected {
  color: #169BD5; }

.vue-action-card__item {
  padding: 20px; }

.vue-action-card__button {
  align-self: flex-end;
  width: 100%;
  margin-top: 40px; }

@media (min-width: 900px) {
  .vue-action-card {
    display: flex; }
  .vue-action-card__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .vue-action-card__item:not(:last-of-type) {
    border-right: 1px #ddd solid; } }

.vue-guide-nav__item {
  text-decoration: none;
  color: #000; }
  .vue-guide-nav__item.router-link-active {
    color: #AC0023; }

.vue-guide__heading {
  margin-bottom: 20px; }

.vue-guide-example {
  margin-bottom: 30px; }
  .vue-guide-example__content {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 0; }
  .vue-guide-example__title {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    padding: 10px;
    background-color: #f2f2f2;
    margin: 0; }
  .vue-guide-example__actions {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    background-color: #f6f6f6; }
    .vue-guide-example__actions__item {
      margin-right: 15px; }

.vue-guide-section {
  padding: 0 10px; }
  .vue-guide-section__header {
    margin-bottom: 32px; }

.example-person-wizard {
  min-height: 300px; }

.example-person-admin__persons {
  margin-top: 10px; }

.example-person-summary-form__card {
  text-align: center; }
  .example-person-summary-form__card img {
    margin: 10px;
    width: 200px;
    border: 5px solid white;
    box-shadow: 0 0 10px 1px RGBA(0, 0, 0, 0.2); }

body.legacy:not(.public-query),
body.legacy:not(.public-query):before {
  background: none !important; }

.icon--legacy-wrapper {
  position: relative;
  z-index: 0; }
  .icon--legacy-wrapper img, .icon--legacy-wrapper input {
    opacity: 0;
    cursor: pointer; }

.legacy .f_field_value .icon--legacy-wrapper input {
  margin: 0; }

.icon--legacy-wrapper:before,
.icon--legacy-wrapper:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  text-align: center; }

.icon.fa-header, .fa-header.popup-menu__item--has-submenu:after, .fa-header.toggle__remove-icon, .fa-header.model-selector-dropdown-select-icon,
.model-selector-dropdown-view .fa-header.select-icon, .legacy .ses-select .fa-header.select-icon, .fa-header.icon--legacy-wrapper, .legacy .input-ui-tweak .fa-header.dc_view_image_container.no-image, .legacy .ui-dialog .fa-header.ui-icon-closethick {
  font-size: 0.9em; }

[src$="down-01.png"],
img[src$="/info-01.png"] [src$="/history_field-01.png"],
.imgbuttonhistory,
.helptext_opener,
img[src$="/down-01.png"],
img[src$="/up-01.png"],
img[src$="/add-01.png"],
img[src$="/add-01.svg"],
[src$="/save-01.png"],
[src$="/edit-01.png"],
[src$="/remove-01.png"],
[src$="/left-01.png"],
[id$="PrintLinkImage"],
[id$="ExcelLinkImage"],
[id$="UpdateReportButton"],
[id$="CardBaseAction"],
[id$="ItemAction"],
[id$="ItemDetailAction"],
[id$="SpecsSetup"],
[id$="AddGroupImage"],
[id$="ClearSpecs"],
[id$="ReportSave"],
[id$="ExtendBasicConditions"],
[id$="ExtendProfileConditions"] [id$="SearchButtonImage"],
[id$="SearchAndSaveImage"],
[src$="right-01.png"] {
  opacity: 0; }

.icon--history-legacy {
  margin-left: 3px; }

.icon--history-legacy:after {
  content: 'H';
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: white;
  line-height: 15px !important;
  z-index: -1; }

.icon--history-legacy:before {
  z-index: -2; }

.legacy .asearch_cond_basic,
.legacy .asearch_cond_form {
  margin-bottom: 15px; }

.legacy div.asearch_header, .legacy table.asearch_header {
  width: 100%; }

.legacy div.asearch_header {
  background: #f8f8f8 !important; }

.legacy [id$="SearchResultsCountLabel"] {
  display: inline-block; }

.legacy .asearch_results_grid {
  border-collapse: collapse; }
  .legacy .asearch_results_grid td, .legacy .asearch_results_grid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .asearch_results_grid td--center,
  .legacy .asearch_results_grid th--center {
    text-align: center; }
  .legacy .asearch_results_grid td--number,
  .legacy .asearch_results_grid th--number {
    text-align: right; }
  .legacy .asearch_results_grid td--input,
  .legacy .asearch_results_grid th--input {
    padding: 1px; }
  .legacy .asearch_results_grid td--no-padding,
  .legacy .asearch_results_grid th--no-padding {
    padding: 0; }
  .legacy .asearch_results_grid td--selection,
  .legacy .asearch_results_grid th--selection {
    border: none;
    background: transparent; }
  .legacy .asearch_results_grid td--small,
  .legacy .asearch_results_grid th--small {
    width: 100px; }
  .legacy .asearch_results_grid td--at-least-small,
  .legacy .asearch_results_grid th--at-least-small {
    min-width: 100px; }
  .legacy .asearch_results_grid td--single-action, .legacy .asearch_results_grid td--disabled-single-action, .legacy .asearch_results_grid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .asearch_results_grid td--disabled-single-action, .legacy .asearch_results_grid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .asearch_results_grid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .asearch_results_grid td--single-action:not(td--disabled-single-action):hover, .legacy .asearch_results_grid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .asearch_results_grid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .asearch_results_grid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .asearch_results_grid td--column-group-header {
    background: #f8f8f8; }
    .legacy .asearch_results_grid td--column-group-headertd--selection {
      background: transparent; }

.legacy .asearch_results_grid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .asearch_results_grid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .asearch_results_grid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .asearch_results_grid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .asearch_results_grid__triangle:hover {
  border-right-color: #790019; }

.legacy .asearch_results_grid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .asearch_results_grid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .asearch_results_grid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .asearch_results_grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .asearch_results_grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .asearch_results_grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .asearch_results_grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .asearch_results_grid--full-width {
  width: 100%; }

.legacy .asearch_results_grid--limit-width td, .legacy .asearch_results_grid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .asearch_results_grid--no-selection-column td--selection,
.legacy .asearch_results_grid--no-selection-column th--selection {
  display: none; }

.legacy .asearch_results_grid--no-cell-padding td, .legacy .asearch_results_grid--no-cell-padding th {
  padding: 0; }

.legacy .asearch_results_grid--plain td, .legacy .asearch_results_grid--plain th {
  background: none;
  border: none; }

.legacy .asearch_results_grid--plain trtr--odd .table__cell, .legacy .asearch_results_grid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .asearch_results_grid--list td, .legacy .asearch_results_grid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .asearch_results_grid--tiny td, .legacy .asearch_results_grid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .asearch_results_grid--tiny trtr--odd td, .legacy .asearch_results_grid--tiny trtr--odd th, .legacy .asearch_results_grid--tiny tr:nth-child(odd) td, .legacy .asearch_results_grid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .asearch_results_grid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .asearch_results_grid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .asearch_results_grid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .asearch_results_grid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .asearch_results_grid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .asearch_results_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .asearch_results_grid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .asearch_results_grid--row-hover-highlight tbody tr:hover td,
.legacy .asearch_results_grid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .asearch_results_grid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .asearch_results_grid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .asearch_results_grid > tbody > .even > td {
  background: #f8f8f8; }
  .legacy .asearch_results_grid > tbody > .even > tdtd--selection {
    background: transparent; }

.legacy .asearch_results_grid > tbody > .even > td--single-action:hover, .legacy .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .appr_form_history table .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .TableFieldGrid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .link-list-grid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .front_page_admin_field .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .public_search_admin_grid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .asearch_results_grid > tbody > .even > td--disabled-single-action:hover, .legacy .mass-message-rec-list .asearch_results_grid > tbody > .even > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .asearch_results_grid > tbody > .even > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .asearch_conditions table td {
  padding: 7.5px 5px; }

.legacy .asearch_results_grid tr:nth-child(even) > td,
.legacy .asearch tr:nth-child(even) > td {
  background: #f8f8f8 !important; }

.legacy .asearch_cond_profile,
.legacy .asearch_cond_basic,
.legacy .asearch_cond_form,
.legacy .dcrs_img {
  border: 1px solid #ddd !important; }

.legacy .asearch_value table td:first-child:not(.asearch_header) {
  width: 0.1%;
  padding: 0; }

.legacy .asearch_value input, .legacy .asearch_value select {
  margin: 2px 0; }

.legacy [id$=ExtendedBasic] .asearch,
.legacy [id$=ExtendedForm] .asearch,
.legacy [id$=ExtendedProfile] .asearch {
  width: 100%; }

.legacy [href$="SkipLink"] {
  display: none; }

.legacy .asearch_controls {
  text-align: right;
  margin-top: 5px; }
  .legacy .asearch_controls a {
    margin-left: 10px; }

.legacy .asearch_results_grid .input-choice-item,
.legacy [id$="FieldSelectionProfile_Fields"] .input-choice-item {
  display: inline-block; }

.legacy .asearch_cond_profile .asearch_value > * {
  vertical-align: top; }

.legacy [id$="RemCondition"] {
  padding-top: 5px; }

.legacy [id$="RemCondition"] img {
  width: 20px;
  height: 20px; }

.legacy .input-ui-tweak {
  /*--- Table row dialog --- */ }
  .legacy .input-ui-tweak table.personal-datacard-content {
    max-width: 1580px;
    border-bottom: none;
    margin-bottom: 30px;
    background: white;
    border-radius: 0 0 2px 2px; }
  .legacy .input-ui-tweak #datacard_buttons_target {
    height: 0;
    min-height: 0;
    z-index: 10;
    padding: 0 20px 0; }
    .legacy .input-ui-tweak #datacard_buttons_target a {
      margin-top: 20px; }
  .legacy .input-ui-tweak .dataCardContent {
    padding: 0; }
  .legacy .input-ui-tweak .dc_view_image_container {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    background: #eee;
    padding-top: 20px;
    padding-bottom: 10px; }
    .legacy .input-ui-tweak .dc_view_image_container.hidden {
      display: table-cell !important; }
    .legacy .input-ui-tweak .dc_view_image_container.no-image {
      color: white;
      vertical-align: top;
      padding: 30px 0;
      font-size: 140px;
      text-align: center; }
    .legacy .input-ui-tweak .dc_view_image_container [id$="DataCardImagePopup"] {
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top;
      width: 225px;
      height: 300px; }
      .legacy .input-ui-tweak .dc_view_image_container [id$="DataCardImagePopup"] .dc_view {
        box-shadow: none; }
        @media screen {
          .legacy .input-ui-tweak .dc_view_image_container [id$="DataCardImagePopup"] .dc_view {
            display: none; } }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column td:first-child {
    padding-left: 0px;
    width: 60%;
    height: 1px; }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column td:first-child > * {
    display: inline-block;
    vertical-align: top; }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column td:first-child:before {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    height: 100%;
    background: #eee;
    color: transparent;
    content: 'x';
    margin-right: 20px; }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column .block_bottom_item_content {
    padding-bottom: 0;
    vertical-align: top; }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column .block_bottom_item_content > * {
    padding-bottom: 10px; }

@-moz-document url-prefix() {
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column td:first-child {
    height: 100%; }
  .legacy .input-ui-tweak [id$='DataCardExtra'].with-image-column td:first-child:before {
    display: inline-table; } }
  .legacy .input-ui-tweak #td_datacardfields {
    display: table-cell;
    padding-bottom: 20px; }
  .legacy .input-ui-tweak .td_datacardfields {
    vertical-align: top;
    padding: 20px 20px 0px; }
    .legacy .input-ui-tweak .td_datacardfields .dc_view_title {
      margin-bottom: 15px;
      margin-top: 0; }
  .legacy .input-ui-tweak td.td_dc_view_name {
    width: 250px; }
  .legacy .input-ui-tweak div.dc_view_value {
    max-width: 600px;
    white-space: pre-line; }
  .legacy .input-ui-tweak [id$='DataCardExtra'] td:first-child {
    padding-left: 20px; }
  .legacy .input-ui-tweak [id$='DataCardExtra'] td:last-child {
    padding-right: 20px; }
  .legacy .input-ui-tweak td.f_field input.GridViewTemplate_text_box {
    min-width: 200px; }
  .legacy .input-ui-tweak table.datacardfields_cluster {
    width: 100%; }
  .legacy .input-ui-tweak table.TableFieldGrid .ApprovalInfo table {
    border: 1px solid #eee !important; }
  .legacy .input-ui-tweak div.form-tablefield-div {
    display: inline-block;
    margin-bottom: 10px; }
  .legacy .input-ui-tweak #inputuitweak_form_tabs .tabs__content {
    display: none; }
  .legacy .input-ui-tweak #inputuitweak_form_tabs_popup {
    position: absolute;
    display: none;
    z-index: 20; }
  .legacy .input-ui-tweak .HTMLTable_FormInput_Container,
  .legacy .input-ui-tweak #ProfileInput_Target {
    margin: 0; }
    @media screen {
      .legacy .input-ui-tweak .HTMLTable_FormInput_Container,
      .legacy .input-ui-tweak #ProfileInput_Target {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); } }
  .legacy .input-ui-tweak ul.inputuitweak_form_tabs_popup_list {
    position: relative;
    z-index: 0; }
    .legacy .input-ui-tweak ul.inputuitweak_form_tabs_popup_list li {
      cursor: pointer;
      padding: 3px 10px; }
    .legacy .input-ui-tweak ul.inputuitweak_form_tabs_popup_list li:hover {
      background-color: #eee; }
  .legacy .input-ui-tweak table#formContentTable .f_field_header {
    max-width: 400px !important; }
  .legacy .input-ui-tweak table#formContentTable .f_field_caption {
    width: 250px; }
  .legacy .input-ui-tweak table#formContentTable .f_field_header.contentText,
  .legacy .input-ui-tweak table#formContentTable .f_field_header.f_title {
    /* Static texts and titles can be longer */
    max-width: 950px !important; }
  .legacy .input-ui-tweak table#formContentTable .f_field_header.contentText {
    margin-bottom: 10px; }
    .legacy .input-ui-tweak table#formContentTable .f_field_header.contentText p {
      margin-top: 0;
      margin-bottom: 0; }
  .legacy .input-ui-tweak #ProfileInput_Target,
  .legacy .input-ui-tweak .HTMLTable_FormInput_Container {
    margin: 0;
    border-radius: 0 0 2px 2px; }
    @media screen {
      .legacy .input-ui-tweak #ProfileInput_Target,
      .legacy .input-ui-tweak .HTMLTable_FormInput_Container {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); } }
  .legacy .input-ui-tweak .FormContentUpdatePanel {
    position: relative; }
  .legacy .input-ui-tweak .FormContentUpdatePanel br {
    display: none; }
  .legacy .input-ui-tweak .FormContentUpdatePanel .appr_short_html_comment br {
    display: block; }
  .legacy .input-ui-tweak .f_field_value span {
    white-space: pre-line; }
  .legacy .input-ui-tweak .f_field_value br {
    display: block; }
  .legacy .input-ui-tweak .GridViewTemplate_textarea_label br {
    display: block; }
  .legacy .input-ui-tweak td.right_block_container {
    display: none; }
  .legacy .input-ui-tweak .right_block_toggle {
    display: none; }
  .legacy .input-ui-tweak #profile-show, .legacy .input-ui-tweak #profile-hide {
    display: none !important; }
  .legacy .input-ui-tweak .left_block_container {
    padding-right: 0; }
  .legacy .input-ui-tweak #profileContentTable {
    margin-top: 20px;
    margin-bottom: 20px; }
  .legacy .input-ui-tweak .td_dc_view_name, .legacy .input-ui-tweak .dc_view_name, .legacy .input-ui-tweak .td_dc_view_value, .legacy .input-ui-tweak .dc_view_value {
    vertical-align: top; }
  .legacy .input-ui-tweak .f_field_value table td {
    padding-bottom: 3px; }
  .legacy .input-ui-tweak input[type="radio"], .legacy .input-ui-tweak input[type="checkbox"] {
    margin: 3px;
    margin-right: 5px; }
  .legacy .input-ui-tweak div.f_field_header {
    display: inline-block; }
  .legacy .input-ui-tweak input.hasDatepicker, .legacy .input-ui-tweak input.InputNumber {
    /* Same width as input.input_textrow in skin */
    width: 200px; }
  .legacy .input-ui-tweak .helptext_opener {
    display: inline-block;
    margin-left: 0.3em; }
  .legacy .input-ui-tweak .modern-add-link {
    padding-bottom: 10px; }
  .legacy .input-ui-tweak .tableRowEditDialogButtons {
    text-align: right;
    white-space: nowrap; }
  .legacy .input-ui-tweak .adjustleft {
    margin-left: -20px; }
  .legacy .input-ui-tweak .nonclickable {
    pointer-events: none; }
  .legacy .input-ui-tweak span.GridViewTemplate_requiredfield_validator, .legacy .input-ui-tweak span.GridViewTemplate_numeric_validator {
    margin-left: 10px; }
  .legacy .input-ui-tweak .modifyInfo {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 0;
    display: inline-block; }

.legacy .ui-datepicker.ui-datepicker--from-dialog {
  z-index: 495 !important; }

/* Edit card -page */
.input-ui-tweak#HTMLTable_DataCardInput {
  border: none;
  margin: 0px; }
  .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field input {
      margin-bottom: 0; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field .f_dropdown {
      margin-bottom: 2px; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field input[type=checkbox], .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field input[type="radio"] {
      margin-top: -2px;
      margin-right: 5px; }
      .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field input[type=checkbox] + label, .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field input[type="radio"] + label {
        line-height: 20px; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field .input-group {
      width: 200px; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field .input-group input {
      margin-right: 0; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field .input-group button {
      margin-left: 0; }
    .input-ui-tweak#HTMLTable_DataCardInput table#DataCardContentTable td.f_field .f_title {
      margin-top: 15px;
      margin-bottom: 5px; }
  .input-ui-tweak#HTMLTable_DataCardInput .dc_userdata_collapse {
    height: 25px !important; }

/* For table modal dialog */
.input-ui-tweak.tablefield-modal-target th {
  text-align: left;
  padding-bottom: 7px;
  padding-right: 10px;
  color: black;
  font-weight: normal; }

.input-ui-tweak.tablefield-modal-target td {
  padding-bottom: 7px; }

/* --- Table row edit dialog --- */
.input-ui-tweak {
  /* Table row actions header */
  /* icon colors */
  /*.TableFieldGrid tr.highlighted {
        background-color: #dfd !important;
    }*/ }
  .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
    background: #f8f8f8; }
    .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
      background: transparent; }
  .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(odd) > td--single-action:hover, .input-ui-tweak .legacy .asearch_results_grid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .HistoryFieldGrid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .appr_form_history table .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .link-list-grid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .profile-report-container .profile-report-grid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .front_page_admin_field .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .public_search_admin_grid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .public_search_admin_fieldgrid .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .datacard_copy_repeater .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .input-ui-tweak .legacy .mass-message-rec-list .TableFieldGrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
    background-clip: padding-box; }
  .input-ui-tweak .TableFieldGrid > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .input-ui-tweak .TableFieldGrid .appr_form_table_history td {
    background: transparent; }
  .input-ui-tweak .roundbutton {
    width: 20px; }
  .input-ui-tweak div.table-row-actions {
    position: relative; }
    .input-ui-tweak div.table-row-actions .popup, .input-ui-tweak div.table-row-actions .popup-menu, .input-ui-tweak div.table-row-actions .dialog, .input-ui-tweak div.table-row-actions body .ui-datepicker, body .input-ui-tweak div.table-row-actions .ui-datepicker, .input-ui-tweak div.table-row-actions .legacy .report_template_select, .legacy .input-ui-tweak div.table-row-actions .report_template_select, .input-ui-tweak div.table-row-actions .legacy .modalPopup, .legacy .input-ui-tweak div.table-row-actions .modalPopup, .input-ui-tweak div.table-row-actions .legacy .ui-dialog, .legacy .input-ui-tweak div.table-row-actions .ui-dialog {
      display: none;
      position: absolute; }
    @media print {
      .input-ui-tweak div.table-row-actions {
        display: none !important; } }
  .input-ui-tweak .row-actions {
    white-space: nowrap;
    overflow: hidden; }
    .input-ui-tweak .row-actions i {
      color: #555; }
  .input-ui-tweak .table-add-more-link {
    white-space: nowrap;
    margin: 0; }
  .input-ui-tweak .icon-color, .input-ui-tweak .icon-color-default {
    color: #555; }
  .input-ui-tweak .icon-color-red {
    color: #AC0023; }
  .input-ui-tweak .icon-color-green {
    color: green; }
  .input-ui-tweak .icon-color-black {
    color: black; }
  .input-ui-tweak i.appr_form_table_status {
    margin-right: 5px;
    font-size: 16px; }
  .input-ui-tweak .table-show-all {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    text-transform: none; }
    .input-ui-tweak .table-show-all:hover, .input-ui-tweak .table-show-all:active {
      background: none;
      box-shadow: none; }
  .input-ui-tweak .TableFieldGrid .hide_column {
    display: none; }

.ui-dialog:focus {
  outline: none; }

/* Hide/disable close dialog resize */
.ui-dialog:not(.tooltip-dialog--column-info):not(.tooltip-dialog--scroll-content) .ui-resizable-handle {
  display: none !important; }

.ui-dialog .input-ui-tweak td.f_field {
  white-space: nowrap; }

/* common for approve actions */
/* icons for approvals */
.input-ui-tweak .icon-with-margin-right,
.appr_form_table_container .icon-with-margin-right,
.approve-status-container .icon-with-margin-right {
  margin-right: 5px; }

.input-ui-tweak .icon--approve-action,
.appr_form_table_container .icon--approve-action,
.approve-status-container .icon--approve-action {
  margin-right: 5px;
  font-size: 16px;
  color: green; }

.input-ui-tweak .icon--decline-action,
.appr_form_table_container .icon--decline-action,
.approve-status-container .icon--decline-action {
  margin-right: 5px;
  font-size: 16px;
  color: #555; }

.input-ui-tweak .icon--approved,
.appr_form_table_container .icon--approved,
.approve-status-container .icon--approved {
  margin-right: 5px;
  font-size: 16px;
  color: green; }

.input-ui-tweak .icon--declined,
.appr_form_table_container .icon--declined,
.approve-status-container .icon--declined {
  margin-right: 5px;
  font-size: 16px;
  color: #AC0023; }

.input-ui-tweak .icon--approval-open-for-edit,
.appr_form_table_container .icon--approval-open-for-edit,
.approve-status-container .icon--approval-open-for-edit {
  margin-right: 5px;
  font-size: 16px;
  color: #555; }

.input-ui-tweak .icon--approval-other,
.appr_form_table_container .icon--approval-other,
.approve-status-container .icon--approval-other {
  margin-right: 5px;
  font-size: 16px;
  color: #555; }

.input-ui-tweak .icon--request-for-approval,
.appr_form_table_container .icon--request-for-approval,
.approve-status-container .icon--request-for-approval {
  margin-right: 5px;
  font-size: 16px;
  color: #555; }

/* editor dialog */
.ui-dialog .input-ui-tweak .GridViewTemplate_numeric_box {
  width: 80px; }

body.legacy:not(.public-query):not(.input-ui-tweak) {
  background: white !important; }

.legacy:not(.input-ui-tweak) .block_container {
  margin-top: 10px; }

.legacy:not(.input-ui-tweak) .left_block_container {
  padding-left: 20px; }

.legacy:not(.input-ui-tweak) .right_block_container {
  padding-right: 20px; }

.legacy:not(.input-ui-tweak) td.block_top {
  padding-bottom: 10px; }

.legacy:not(.input-ui-tweak) [id$="DataCardImagePopup"] {
  margin-right: 20px; }

.legacy:not(.input-ui-tweak) #td_datacardfields {
  display: table-cell;
  vertical-align: top; }

.legacy .wide-dc-view-personal-data-card {
  width: 150px; }

.legacy table.block_container {
  width: 100%; }

.legacy .block_navi_container {
  text-align: right; }
  .legacy .block_navi_container .block_navi {
    margin-left: auto; }

.legacy .left_block_container {
  margin-top: 15px;
  vertical-align: top;
  padding-right: 10px; }

.legacy .block_top td, .legacy .block_top th {
  vertical-align: top; }

.legacy .blockLinkButton {
  min-width: 0; }

.legacy #DataCardContentTable {
  margin-top: -25px; }

.legacy #HTMLTable_DataCardInput {
  width: 100%;
  margin: 0; }

.legacy .f_field_value input[type="text"] {
  width: 200px; }

.legacy .f_field_value input {
  margin-right: 5px;
  margin-bottom: 5px; }

.legacy .field-type--checkbox .f_field_value {
  line-height: 23px;
  padding-top: 3px; }

.legacy .DataCardValidationSummary, .legacy [id*="RegExpValidator"] {
  color: #AC0023 !important; }
  .legacy .DataCardValidationSummary > p, .legacy [id*="RegExpValidator"] > p {
    display: inline; }

.legacy .dc_view_image_container img {
  box-shadow: 3px 2px 10px RGBA(0, 0, 0, 0.2);
  padding: 5px;
  margin-left: 1px; }

.legacy a.form-save-button .dc-input-button:not(.unsaved), .legacy a.profile-save-button .dc-input-button:not(.unsaved), .legacy a.dc-save-button .dc-input-button:not(.unsaved) {
  cursor: default;
  background-color: #ddd; }
  .legacy a.form-save-button .dc-input-button:not(.unsaved) span, .legacy a.profile-save-button .dc-input-button:not(.unsaved) span, .legacy a.dc-save-button .dc-input-button:not(.unsaved) span {
    color: #aaa; }

.legacy .f_field {
  padding-right: 20px;
  vertical-align: top;
  padding-bottom: 5px; }

.legacy .f_field_header p:first-child {
  margin: 0;
  display: inline-block; }

.legacy .f_field_header.contentText {
  font-weight: normal; }

.legacy .f_field_header a {
  display: inline; }

.legacy .f_field_header.table-field-header,
.legacy .f_field_header.form-link-title {
  margin-top: 15px;
  margin-bottom: 15px; }
  .legacy .f_field_header.table-field-header > p,
  .legacy .f_field_header.form-link-title > p {
    font: 13px "Lato", sans-serif;
    color: #000;
    text-transform: none; }
  .legacy .f_field_header.table-field-header p:first-child,
  .legacy .f_field_header.form-link-title p:first-child {
    margin: 0; }

.legacy .td_dc_view_name {
  width: 250px;
  padding-right: 20px; }
  .legacy .td_dc_view_name p:first-child {
    margin: 0;
    display: inline-block; }

.legacy .td_dc_view_name, .legacy .td_dc_view_value {
  vertical-align: top;
  padding-bottom: 10px; }

.legacy .dc_view_title p:first-child,
.legacy .dc_view_value p:first-child {
  margin: 0;
  display: inline-block; }

.legacy .dc_view_value--birthdate {
  white-space: nowrap; }

.legacy .dc_view_value.dc_view_value--richtext p {
  margin: 1em 0;
  display: block; }

.legacy .dc_view_value.dc_view_value--richtext p:first-child {
  margin-top: 0; }

.legacy .personal-datacard-content {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.legacy .TreeViewContainer {
  margin-bottom: 10px; }

.legacy .delete_datacard_link,
.legacy .delete_datacard_link:hover {
  color: #AC0023 !important; }

.legacy .dc-field-link.passive-datacard {
  color: #aaa; }

.legacy .block_bottom_item_header {
  margin-bottom: 5px; }

.legacy .block_bottom_item_content {
  padding-bottom: 10px; }

.legacy .file-edit-link {
  vertical-align: top; }

.legacy .datacard-files-container .block_bottom_item_content a {
  max-width: 400px; }

@media only screen and (max-width: 1024px) {
  .legacy .datacard-files-container .block_bottom_item_content a {
    max-width: 250px; } }

.legacy [id$="UpdatePanelHistoryField"] br {
  display: none; }

.legacy [id$="UpdatePanelHistoryField"] .errorlabel {
  display: block;
  color: #AC0023;
  margin: 5px 0;
  font-weight: bold; }

.legacy [id$="UpdatePanelHistoryField"] table .errorlabel {
  display: inline-block;
  margin: 0; }

.legacy .HistoryFieldGrid {
  border-collapse: collapse; }
  .legacy .HistoryFieldGrid td, .legacy .HistoryFieldGrid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .HistoryFieldGrid td--center,
  .legacy .HistoryFieldGrid th--center {
    text-align: center; }
  .legacy .HistoryFieldGrid td--number,
  .legacy .HistoryFieldGrid th--number {
    text-align: right; }
  .legacy .HistoryFieldGrid td--input,
  .legacy .HistoryFieldGrid th--input {
    padding: 1px; }
  .legacy .HistoryFieldGrid td--no-padding,
  .legacy .HistoryFieldGrid th--no-padding {
    padding: 0; }
  .legacy .HistoryFieldGrid td--selection,
  .legacy .HistoryFieldGrid th--selection {
    border: none;
    background: transparent; }
  .legacy .HistoryFieldGrid td--small,
  .legacy .HistoryFieldGrid th--small {
    width: 100px; }
  .legacy .HistoryFieldGrid td--at-least-small,
  .legacy .HistoryFieldGrid th--at-least-small {
    min-width: 100px; }
  .legacy .HistoryFieldGrid td--single-action, .legacy .HistoryFieldGrid td--disabled-single-action, .legacy .HistoryFieldGrid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .HistoryFieldGrid td--disabled-single-action, .legacy .HistoryFieldGrid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .HistoryFieldGrid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .HistoryFieldGrid td--single-action:not(td--disabled-single-action):hover, .legacy .HistoryFieldGrid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .HistoryFieldGrid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .HistoryFieldGrid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .HistoryFieldGrid td--column-group-header {
    background: #f8f8f8; }
    .legacy .HistoryFieldGrid td--column-group-headertd--selection {
      background: transparent; }

.legacy .HistoryFieldGrid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .HistoryFieldGrid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .HistoryFieldGrid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .HistoryFieldGrid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .HistoryFieldGrid__triangle:hover {
  border-right-color: #790019; }

.legacy .HistoryFieldGrid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .HistoryFieldGrid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .HistoryFieldGrid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .HistoryFieldGrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .HistoryFieldGrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .HistoryFieldGrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .HistoryFieldGrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .HistoryFieldGrid--full-width {
  width: 100%; }

.legacy .HistoryFieldGrid--limit-width td, .legacy .HistoryFieldGrid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .HistoryFieldGrid--no-selection-column td--selection,
.legacy .HistoryFieldGrid--no-selection-column th--selection {
  display: none; }

.legacy .HistoryFieldGrid--no-cell-padding td, .legacy .HistoryFieldGrid--no-cell-padding th {
  padding: 0; }

.legacy .HistoryFieldGrid--plain td, .legacy .HistoryFieldGrid--plain th {
  background: none;
  border: none; }

.legacy .HistoryFieldGrid--plain trtr--odd .table__cell, .legacy .HistoryFieldGrid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .HistoryFieldGrid--list td, .legacy .HistoryFieldGrid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .HistoryFieldGrid--tiny td, .legacy .HistoryFieldGrid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .HistoryFieldGrid--tiny trtr--odd td, .legacy .HistoryFieldGrid--tiny trtr--odd th, .legacy .HistoryFieldGrid--tiny tr:nth-child(odd) td, .legacy .HistoryFieldGrid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .HistoryFieldGrid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .HistoryFieldGrid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .HistoryFieldGrid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .HistoryFieldGrid--row-hover-highlight tbody tr:hover td,
.legacy .HistoryFieldGrid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .HistoryFieldGrid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .HistoryFieldGrid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .HistoryFieldGrid td, .legacy .HistoryFieldGrid th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .HistoryFieldGrid trtr--odd td, .legacy .HistoryFieldGrid trtr--odd th, .legacy .HistoryFieldGrid tr:nth-child(odd) td, .legacy .HistoryFieldGrid tr:nth-child(odd) th {
  background: none; }

.legacy .HistoryFieldGrid {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 5px solid #f8f8f8;
  border-width: 5px 10px;
  margin-left: -10px; }
  .legacy .HistoryFieldGrid a {
    font-size: inherit; }

.legacy .f_field_value.dcinput_image {
  margin-bottom: 5px; }

.legacy .image-update-panel.image-update-panel--edit {
  background: #f8f8f8;
  padding: 5px 10px;
  margin-left: -10px; }
  .legacy .image-update-panel.image-update-panel--edit input[type=file] {
    background: none; }
  .legacy .image-update-panel.image-update-panel--edit .input_error {
    display: inline-block;
    margin-top: 10px; }

.legacy [id$="FileEditPanel"], .legacy [id$="RemindEditPanel"] {
  padding: 5px 10px;
  background: #f8f8f8; }
  .legacy [id$="FileEditPanel"] td, .legacy [id$="RemindEditPanel"] td {
    padding-bottom: 5px;
    padding-right: 10px; }
  .legacy [id$="FileEditPanel"] a, .legacy [id$="RemindEditPanel"] a {
    margin-bottom: 10px; }
    .legacy [id$="FileEditPanel"] a br, .legacy [id$="RemindEditPanel"] a br {
      display: none; }

.legacy td.dc_userdata_collapse {
  padding-bottom: 10px; }

.legacy .dc_userdata_collapse > div {
  display: inline-block;
  min-width: 400px;
  padding: 10px;
  padding-bottom: 0;
  background: #eee; }
  .legacy .dc_userdata_collapse > div .icon:before, .legacy .dc_userdata_collapse > div .toggle__remove-icon:before, .legacy .dc_userdata_collapse > div .model-selector-dropdown-select-icon:before, .legacy .dc_userdata_collapse > div
  .model-selector-dropdown-view .select-icon:before,
  .model-selector-dropdown-view .legacy .dc_userdata_collapse > div .select-icon:before, .legacy .dc_userdata_collapse > div .ses-select .select-icon:before, .legacy .ses-select .dc_userdata_collapse > div .select-icon:before, .legacy .dc_userdata_collapse > div .icon--legacy-wrapper:before, .legacy .dc_userdata_collapse > div .input-ui-tweak .dc_view_image_container.no-image:before, .legacy .input-ui-tweak .dc_userdata_collapse > div .dc_view_image_container.no-image:before, .legacy .dc_userdata_collapse > div .ui-dialog .ui-icon-closethick:before, .legacy .ui-dialog .dc_userdata_collapse > div .ui-icon-closethick:before {
    top: 0; }
  .legacy .dc_userdata_collapse > div table.dc_userdata {
    width: 100%; }

.legacy .dc_userdata {
  margin-bottom: 10px; }
  .legacy .dc_userdata td {
    padding-bottom: 5px;
    padding-right: 20px; }
  .legacy .dc_userdata input[type="checkbox"] {
    margin-top: 4px; }
  .legacy .dc_userdata .dc_data_saved {
    width: 200px;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    margin-top: -20px;
    font-weight: bold; }

.legacy .dc_view_value--process-type-pqsetupurl {
  min-width: 500px;
  font-size: 0; }
  .legacy .dc_view_value--process-type-pqsetupurl a {
    font-size: 13px; }
  .legacy .dc_view_value--process-type-pqsetupurl [href*=lang] {
    margin-top: 5px;
    margin-right: 10px; }

.legacy .public_query_admin_block_setting {
  margin-top: 10px; }

.legacy .public_query_admin_fields {
  margin: 10px 0; }
  .legacy .public_query_admin_fields th {
    text-align: left;
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
  .legacy .public_query_admin_fields td {
    padding-right: 10px; }

.legacy .public_query_input_field {
  vertical-align: top;
  padding-top: 5px; }

.legacy .public_query_input_field p {
  display: inline; }

.legacy div.reference_option_head {
  background: #f8f8f8;
  padding: 5px;
  cursor: pointer;
  min-width: 300px; }

.legacy .reference_option_panel {
  background: #f4f4f8;
  margin-top: 1px;
  padding: 5px; }

.legacy table.reference_option_head {
  width: 100%; }
  .legacy table.reference_option_head td {
    padding-left: 5px;
    padding-right: 5px; }
  .legacy table.reference_option_head .reference_option_select_all_title {
    opacity: 0.7; }

.legacy .formprofile_input.ui-sortable {
  padding: 0; }
  .legacy .formprofile_input.ui-sortable li {
    list-style: none; }
  .legacy .formprofile_input.ui-sortable table.reference_option {
    width: 100%;
    margin: 5px 0;
    cursor: move;
    border-radius: 2px; }
    .legacy .formprofile_input.ui-sortable table.reference_option td {
      padding: 7.5px 5px; }
  .legacy .formprofile_input.ui-sortable .public_query_profile_form_type {
    text-align: right; }

.legacy .modalButtons a:hover {
  color: white; }

.legacy .modalButtons a .icon, .legacy .modalButtons a .popup-menu__item--has-submenu:after, .legacy .modalButtons a .toggle__remove-icon, .legacy .modalButtons a .model-selector-dropdown-select-icon, .legacy .modalButtons a
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .legacy .modalButtons a .select-icon, .legacy .modalButtons a .ses-select .select-icon, .legacy .ses-select .modalButtons a .select-icon, .legacy .modalButtons a .icon--legacy-wrapper, .legacy .modalButtons a .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .modalButtons a .dc_view_image_container.no-image, .legacy .modalButtons a .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .modalButtons a .ui-icon-closethick {
  color: white;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  margin-top: -3px; }

.legacy div.f_title {
  margin-top: 5px;
  margin-bottom: 10px; }

.legacy div.f_title > strong,
.legacy div.f_title > p:first-child,
.legacy div.f_title > p:first-child strong {
  font-weight: inherit;
  margin: 0; }

.legacy #inputview_form_title_td {
  padding-right: 5px; }

.legacy .inputview_form_navi_container_inner {
  height: 0;
  position: relative; }

.legacy .inputview_form_navi_container_inner > .block_navi {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin-top: 10px; }

.legacy td.form_spacer {
  height: 10px;
  height: 0; }

.legacy .table-field-header {
  margin-bottom: 10px; }
  .legacy .table-field-header strong {
    font-weight: inherit; }

.legacy .f_field_caption {
  width: 250px; }

.legacy .report_template_select {
  position: absolute;
  display: none; }

.legacy #HTMLTable_FormInput input[type="text"] {
  width: 200px; }

.legacy .f_field_value textarea {
  width: 400px; }

.legacy .f_dropdown {
  margin-bottom: 5px; }

.legacy .f_dropdown select {
  width: 200px; }

.legacy input[type="radio"] {
  margin-bottom: 5px; }

.legacy input[type="checkbox"] {
  margin-bottom: 5px; }

.legacy .tablefield-modal-target {
  padding-top: 0; }
  .legacy .tablefield-modal-target .validation-errors {
    position: static;
    visibility: visible;
    color: red;
    margin-bottom: 15px; }
    .legacy .tablefield-modal-target .validation-errors .fa, .legacy .tablefield-modal-target .validation-errors .icon, .legacy .tablefield-modal-target .validation-errors .popup-menu__item--has-submenu:after, .legacy .tablefield-modal-target .validation-errors .toggle__remove-icon, .legacy .tablefield-modal-target .validation-errors .model-selector-dropdown-select-icon, .legacy .tablefield-modal-target .validation-errors
    .model-selector-dropdown-view .select-icon,
    .model-selector-dropdown-view .legacy .tablefield-modal-target .validation-errors .select-icon, .legacy .tablefield-modal-target .validation-errors .ses-select .select-icon, .legacy .ses-select .tablefield-modal-target .validation-errors .select-icon, .legacy .tablefield-modal-target .validation-errors .icon--legacy-wrapper, .legacy .tablefield-modal-target .validation-errors .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .tablefield-modal-target .validation-errors .dc_view_image_container.no-image, .legacy .tablefield-modal-target .validation-errors .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .tablefield-modal-target .validation-errors .ui-icon-closethick, .legacy .tablefield-modal-target .validation-errors .icon-stack__background, .legacy .tablefield-modal-target .validation-errors .icon-stack__foreground, .legacy .tablefield-modal-target .validation-errors .button.button--context-menu:after, .legacy .tablefield-modal-target .validation-errors body button.button--context-menu.ui-widget.ui-button:after, body .legacy .tablefield-modal-target .validation-errors button.button--context-menu.ui-widget.ui-button:after, .legacy .tablefield-modal-target .validation-errors body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:after, body .ui-datepicker .ui-datepicker-buttonpane .legacy .tablefield-modal-target .validation-errors input.button--context-menu[type="button"]:after, .legacy .tablefield-modal-target .validation-errors .button--context-menu.blockLinkButton:after, .legacy .tablefield-modal-target .validation-errors .button--context-menu.dc-input-button:after, .legacy .tablefield-modal-target .validation-errors button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .tablefield-modal-target .validation-errors .button--context-menu.modalPopupButton:after, .legacy .tablefield-modal-target .validation-errors .button--context-menu.ui-button.ui-button-text-only:after, .legacy .tablefield-modal-target .validation-errors body .ui-datepicker .ui-icon, body .ui-datepicker .legacy .tablefield-modal-target .validation-errors .ui-icon, .legacy .tablefield-modal-target .validation-errors .datacard-image-container--no-image {
      margin-right: 5px; }
  .legacy .tablefield-modal-target .attachment-edit__error-mark {
    color: red; }
  .legacy .tablefield-modal-target input[type="text"],
  .legacy .tablefield-modal-target .GridViewTemplate_textarea_box,
  .legacy .tablefield-modal-target .GridViewTemplate_datetime_box,
  .legacy .tablefield-modal-target .GridViewTemplate_dropdown_dropdown,
  .legacy .tablefield-modal-target select.dc-selector {
    width: 200px; }
  .legacy .tablefield-modal-target .datacard-autocomplete-selector {
    min-width: 200px; }
  .legacy .tablefield-modal-target input.GridViewTemplate_numeric_box {
    width: 80px; }
  .legacy .tablefield-modal-target .GridViewTemplate_dropdown_dropdown[id$="roworderdropdown_dlg"] {
    width: auto;
    height: 26px; }
  .legacy .tablefield-modal-target .f_field:not(.f_field_caption) {
    width: 215px;
    padding-right: 0; }
  .legacy .tablefield-modal-target .f_field_caption {
    width: auto; }
  .legacy .tablefield-modal-target .f_dropdown {
    margin-bottom: 0; }
  .legacy .tablefield-modal-target .attachment-validator {
    float: right;
    margin-top: 5px; }
  .legacy .tablefield-modal-target > table {
    margin-bottom: 10px; }
  .legacy .tablefield-modal-target > table tr:last-child {
    display: none; }

.legacy .form-tablefield-div .tablefield-modal-target {
  display: none; }

.legacy .tableRowEditDialogButtons {
  margin-bottom: 5px; }

.legacy .dc-input.left_block_container table.block {
  width: 100%; }

.legacy #formContentTable {
  width: 100%; }

.legacy .ui-datepicker-calendar a {
  font-size: 12px; }

.legacy .appr_form_container {
  background: #f8f8f8;
  padding: 10px;
  margin: 35px 0 10px; }
  .legacy .appr_form_container .icon:before, .legacy .appr_form_container .toggle__remove-icon:before, .legacy .appr_form_container .model-selector-dropdown-select-icon:before, .legacy .appr_form_container
  .model-selector-dropdown-view .select-icon:before,
  .model-selector-dropdown-view .legacy .appr_form_container .select-icon:before, .legacy .appr_form_container .ses-select .select-icon:before, .legacy .ses-select .appr_form_container .select-icon:before, .legacy .appr_form_container .icon--legacy-wrapper:before, .legacy .appr_form_container .input-ui-tweak .dc_view_image_container.no-image:before, .legacy .input-ui-tweak .appr_form_container .dc_view_image_container.no-image:before, .legacy .appr_form_container .ui-dialog .ui-icon-closethick:before, .legacy .ui-dialog .appr_form_container .ui-icon-closethick:before {
    top: 5px; }
  .legacy .appr_form_container .icon.icon--declined img, .legacy .appr_form_container .icon--declined.popup-menu__item--has-submenu:after img, .legacy .appr_form_container .icon--declined.toggle__remove-icon img, .legacy .appr_form_container .icon--declined.model-selector-dropdown-select-icon img, .legacy .appr_form_container
  .model-selector-dropdown-view .icon--declined.select-icon img,
  .model-selector-dropdown-view .legacy .appr_form_container .icon--declined.select-icon img, .legacy .appr_form_container .ses-select .icon--declined.select-icon img, .legacy .ses-select .appr_form_container .icon--declined.select-icon img, .legacy .appr_form_container .icon--declined.icon--legacy-wrapper img, .legacy .appr_form_container .input-ui-tweak .icon--declined.dc_view_image_container.no-image img, .legacy .input-ui-tweak .appr_form_container .icon--declined.dc_view_image_container.no-image img, .legacy .appr_form_container .ui-dialog .icon--declined.ui-icon-closethick img, .legacy .ui-dialog .appr_form_container .icon--declined.ui-icon-closethick img {
    cursor: default; }
  .legacy .appr_form_container .icon.icon--declined:before, .legacy .appr_form_container .icon--declined.toggle__remove-icon:before, .legacy .appr_form_container .icon--declined.model-selector-dropdown-select-icon:before, .legacy .appr_form_container
  .model-selector-dropdown-view .icon--declined.select-icon:before,
  .model-selector-dropdown-view .legacy .appr_form_container .icon--declined.select-icon:before, .legacy .appr_form_container .ses-select .icon--declined.select-icon:before, .legacy .ses-select .appr_form_container .icon--declined.select-icon:before, .legacy .appr_form_container .icon--declined.icon--legacy-wrapper:before, .legacy .appr_form_container .input-ui-tweak .icon--declined.dc_view_image_container.no-image:before, .legacy .input-ui-tweak .appr_form_container .icon--declined.dc_view_image_container.no-image:before, .legacy .appr_form_container .ui-dialog .icon--declined.ui-icon-closethick:before, .legacy .ui-dialog .appr_form_container .icon--declined.ui-icon-closethick:before {
    top: 2px; }
  .legacy .appr_form_container .icon--approval-approve, .legacy .appr_form_container .icon--approve-action {
    color: green; }
  .legacy .appr_form_container .icon--remove {
    color: #AC0023; }

.legacy .appr_form_actionbutton {
  margin-bottom: 5px; }

.legacy .appr_form_comment,
.legacy .appr_form_comment_watermark {
  width: 500px; }

.legacy .appr_form_history table {
  border-collapse: collapse; }
  .legacy .appr_form_history table td, .legacy .appr_form_history table th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .appr_form_history table td--center,
  .legacy .appr_form_history table th--center {
    text-align: center; }
  .legacy .appr_form_history table td--number,
  .legacy .appr_form_history table th--number {
    text-align: right; }
  .legacy .appr_form_history table td--input,
  .legacy .appr_form_history table th--input {
    padding: 1px; }
  .legacy .appr_form_history table td--no-padding,
  .legacy .appr_form_history table th--no-padding {
    padding: 0; }
  .legacy .appr_form_history table td--selection,
  .legacy .appr_form_history table th--selection {
    border: none;
    background: transparent; }
  .legacy .appr_form_history table td--small,
  .legacy .appr_form_history table th--small {
    width: 100px; }
  .legacy .appr_form_history table td--at-least-small,
  .legacy .appr_form_history table th--at-least-small {
    min-width: 100px; }
  .legacy .appr_form_history table td--single-action, .legacy .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .appr_form_history table td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .appr_form_history table td--single-action:not(td--disabled-single-action):hover, .legacy .appr_form_history table td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .appr_form_history table td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .appr_form_history table .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .appr_form_history table td--column-group-header {
    background: #f8f8f8; }
    .legacy .appr_form_history table td--column-group-headertd--selection {
      background: transparent; }

.legacy .appr_form_history table--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .appr_form_history table--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .appr_form_history table--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .appr_form_history table__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .appr_form_history table__triangle:hover {
  border-right-color: #790019; }

.legacy .appr_form_history table__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .appr_form_history table__cell-icon--on-left {
  margin-right: 5px; }

.legacy .appr_form_history table__cell-icon--on-right {
  margin-left: 5px; }

.legacy .appr_form_history table__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .appr_form_history table__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .appr_form_history table__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .appr_form_history table__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .appr_form_history table--full-width {
  width: 100%; }

.legacy .appr_form_history table--limit-width td, .legacy .appr_form_history table--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .appr_form_history table--no-selection-column td--selection,
.legacy .appr_form_history table--no-selection-column th--selection {
  display: none; }

.legacy .appr_form_history table--no-cell-padding td, .legacy .appr_form_history table--no-cell-padding th {
  padding: 0; }

.legacy .appr_form_history table--plain td, .legacy .appr_form_history table--plain th {
  background: none;
  border: none; }

.legacy .appr_form_history table--plain trtr--odd .table__cell, .legacy .appr_form_history table--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .appr_form_history table--list td, .legacy .appr_form_history table--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .appr_form_history table--tiny td, .legacy .appr_form_history table--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .appr_form_history table--tiny trtr--odd td, .legacy .appr_form_history table--tiny trtr--odd th, .legacy .appr_form_history table--tiny tr:nth-child(odd) td, .legacy .appr_form_history table--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .appr_form_history .asearch_results_grid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .asearch_results_grid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .HistoryFieldGrid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .TableFieldGrid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .link-list-grid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .profile-report-container .profile-report-grid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .front_page_admin_field table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .public_search_admin_grid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .public_search_admin_fieldgrid table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .datacard_copy_repeater table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history .mass-message-rec-list table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .appr_form_history table--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .appr_form_history table--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .appr_form_history table--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .appr_form_history table--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .appr_form_history table--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .appr_form_history .asearch_results_grid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .asearch_results_grid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .HistoryFieldGrid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .TableFieldGrid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .link-list-grid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .profile-report-container .profile-report-grid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .front_page_admin_field table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .public_search_admin_grid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .public_search_admin_fieldgrid table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .datacard_copy_repeater table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history .mass-message-rec-list table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .appr_form_history table--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .appr_form_history table--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .appr_form_history table--row-hover-highlight tbody tr:hover td,
.legacy .appr_form_history table--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .appr_form_history table--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .appr_form_history table--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .appr_form_history table td, .legacy .appr_form_history table th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .appr_form_history table trtr--odd td, .legacy .appr_form_history table trtr--odd th, .legacy .appr_form_history table tr:nth-child(odd) td, .legacy .appr_form_history table tr:nth-child(odd) th {
  background: none; }

.legacy .appr_form_history table th {
  display: none; }

.legacy .TableFieldGrid {
  width: 100%;
  margin-bottom: 10px; }

.legacy .TableFieldGrid {
  border-collapse: collapse; }
  .legacy .TableFieldGrid td, .legacy .TableFieldGrid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .TableFieldGrid td--center,
  .legacy .TableFieldGrid th--center {
    text-align: center; }
  .legacy .TableFieldGrid td--number,
  .legacy .TableFieldGrid th--number {
    text-align: right; }
  .legacy .TableFieldGrid td--input,
  .legacy .TableFieldGrid th--input {
    padding: 1px; }
  .legacy .TableFieldGrid td--no-padding,
  .legacy .TableFieldGrid th--no-padding {
    padding: 0; }
  .legacy .TableFieldGrid td--selection,
  .legacy .TableFieldGrid th--selection {
    border: none;
    background: transparent; }
  .legacy .TableFieldGrid td--small,
  .legacy .TableFieldGrid th--small {
    width: 100px; }
  .legacy .TableFieldGrid td--at-least-small,
  .legacy .TableFieldGrid th--at-least-small {
    min-width: 100px; }
  .legacy .TableFieldGrid td--single-action, .legacy .TableFieldGrid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .TableFieldGrid td--disabled-single-action, .legacy .TableFieldGrid td--disabled-single-action, .legacy .TableFieldGrid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .TableFieldGrid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .TableFieldGrid td--single-action:not(td--disabled-single-action):hover, .legacy .TableFieldGrid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .TableFieldGrid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .TableFieldGrid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .TableFieldGrid td--column-group-header {
    background: #f8f8f8; }
    .legacy .TableFieldGrid td--column-group-headertd--selection {
      background: transparent; }

.legacy .TableFieldGrid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .TableFieldGrid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .TableFieldGrid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .TableFieldGrid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .TableFieldGrid__triangle:hover {
  border-right-color: #790019; }

.legacy .TableFieldGrid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .TableFieldGrid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .TableFieldGrid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .TableFieldGrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .TableFieldGrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .TableFieldGrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .TableFieldGrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .TableFieldGrid--full-width {
  width: 100%; }

.legacy .TableFieldGrid--limit-width td, .legacy .TableFieldGrid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .TableFieldGrid--no-selection-column td--selection,
.legacy .TableFieldGrid--no-selection-column th--selection {
  display: none; }

.legacy .TableFieldGrid--no-cell-padding td, .legacy .TableFieldGrid--no-cell-padding th {
  padding: 0; }

.legacy .TableFieldGrid--plain td, .legacy .TableFieldGrid--plain th {
  background: none;
  border: none; }

.legacy .TableFieldGrid--plain trtr--odd .table__cell, .legacy .TableFieldGrid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .TableFieldGrid--list td, .legacy .TableFieldGrid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .TableFieldGrid--tiny td, .legacy .TableFieldGrid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .TableFieldGrid--tiny trtr--odd td, .legacy .TableFieldGrid--tiny trtr--odd th, .legacy .TableFieldGrid--tiny tr:nth-child(odd) td, .legacy .TableFieldGrid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .TableFieldGrid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .TableFieldGrid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .TableFieldGrid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .TableFieldGrid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .TableFieldGrid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .TableFieldGrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .TableFieldGrid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .TableFieldGrid--row-hover-highlight tbody tr:hover td,
.legacy .TableFieldGrid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .TableFieldGrid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .TableFieldGrid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .TableFieldGrid > tbody > .odd > td {
  background: #f8f8f8; }
  .legacy .TableFieldGrid > tbody > .odd > tdtd--selection {
    background: transparent; }

.legacy .TableFieldGrid > tbody > .odd > td--single-action:hover, .legacy .asearch_results_grid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .appr_form_history table .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .link-list-grid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .TableFieldGrid > tbody > .odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .TableFieldGrid > tbody > .odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .gridHeader_TableField .icon--legacy-wrapper {
  vertical-align: top; }
  .legacy .gridHeader_TableField .icon--legacy-wrapper:before {
    top: -1px; }

.legacy .TableFieldGrid .appr_form_table_container > tbody > tr > td {
  border: none;
  padding: 0;
  background: none; }
  .legacy .TableFieldGrid .appr_form_table_container > tbody > tr > td a {
    margin-bottom: 5px; }

.legacy .appr_form_table_container .appr_form_table_history {
  margin-bottom: 5px; }

@media print {
  .legacy .TableFieldGrid .appr_form_table_container {
    display: none !important; } }

.legacy .TableFieldGrid .icon--legacy-wrapper {
  margin: 0 5px; }

.legacy .TableFieldGrid .icon--decline-action {
  color: #AC0023; }

.legacy .table-field-grid__header-cell-wrapper {
  position: relative; }

.legacy .table-field-grid__header-cell-wrapper--has-help-icon {
  padding-right: 20px; }

.legacy .table-field-grid__header-cell-wrapper .icon--legacy-wrapper {
  position: absolute;
  right: -7px;
  top: 1px; }

.legacy .tableRowEditorDialog .table-field-grid__header-cell-wrapper--has-help-icon {
  padding-right: 0; }

.legacy .tableRowEditorDialog .table-field-grid__header-cell-wrapper .icon--legacy-wrapper {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 3px; }

.legacy .tableRowEditorDialog .table-field-grid__header-cell-wrapper .icon--legacy-wrapper {
  position: relative; }

.legacy .ApprovalInfo {
  margin-top: 3px; }

.legacy .table-show-all {
  margin: 10px 0; }

.legacy .link-list-grid {
  border-collapse: collapse; }
  .legacy .link-list-grid td, .legacy .link-list-grid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .link-list-grid td--center,
  .legacy .link-list-grid th--center {
    text-align: center; }
  .legacy .link-list-grid td--number,
  .legacy .link-list-grid th--number {
    text-align: right; }
  .legacy .link-list-grid td--input,
  .legacy .link-list-grid th--input {
    padding: 1px; }
  .legacy .link-list-grid td--no-padding,
  .legacy .link-list-grid th--no-padding {
    padding: 0; }
  .legacy .link-list-grid td--selection,
  .legacy .link-list-grid th--selection {
    border: none;
    background: transparent; }
  .legacy .link-list-grid td--small,
  .legacy .link-list-grid th--small {
    width: 100px; }
  .legacy .link-list-grid td--at-least-small,
  .legacy .link-list-grid th--at-least-small {
    min-width: 100px; }
  .legacy .link-list-grid td--single-action, .legacy .link-list-grid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .link-list-grid td--disabled-single-action, .legacy .link-list-grid td--disabled-single-action, .legacy .link-list-grid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .link-list-grid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .link-list-grid td--single-action:not(td--disabled-single-action):hover, .legacy .link-list-grid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .link-list-grid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .link-list-grid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .link-list-grid td--column-group-header {
    background: #f8f8f8; }
    .legacy .link-list-grid td--column-group-headertd--selection {
      background: transparent; }

.legacy .link-list-grid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .link-list-grid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .link-list-grid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .link-list-grid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .link-list-grid__triangle:hover {
  border-right-color: #790019; }

.legacy .link-list-grid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .link-list-grid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .link-list-grid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .link-list-grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .link-list-grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .link-list-grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .link-list-grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .link-list-grid--full-width {
  width: 100%; }

.legacy .link-list-grid--limit-width td, .legacy .link-list-grid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .link-list-grid--no-selection-column td--selection,
.legacy .link-list-grid--no-selection-column th--selection {
  display: none; }

.legacy .link-list-grid--no-cell-padding td, .legacy .link-list-grid--no-cell-padding th {
  padding: 0; }

.legacy .link-list-grid--plain td, .legacy .link-list-grid--plain th {
  background: none;
  border: none; }

.legacy .link-list-grid--plain trtr--odd .table__cell, .legacy .link-list-grid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .link-list-grid--list td, .legacy .link-list-grid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .link-list-grid--tiny td, .legacy .link-list-grid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .link-list-grid--tiny trtr--odd td, .legacy .link-list-grid--tiny trtr--odd th, .legacy .link-list-grid--tiny tr:nth-child(odd) td, .legacy .link-list-grid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .link-list-grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .link-list-grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .link-list-grid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .link-list-grid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .link-list-grid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .link-list-grid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .link-list-grid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .link-list-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .link-list-grid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .link-list-grid--row-hover-highlight tbody tr:hover td,
.legacy .link-list-grid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .link-list-grid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .link-list-grid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .link-list-grid > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .link-list-grid > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .link-list-grid > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .link-list-grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .link-list-grid > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .link-list-grid > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .link-list-grid {
  margin-bottom: 5px; }

.legacy .right_block_container {
  border-left: 1px solid #ddd;
  vertical-align: top;
  padding-left: 15px; }

.legacy .inputview_profile_selection {
  display: none; }

.legacy .inputview_profile_navi_container_inner > table.block_navi {
  margin-top: 10px; }

.legacy #profile-show, .legacy #profile-hide {
  float: right;
  margin-bottom: 5px; }

.legacy #profileContentTable td {
  padding: 2px; }

.legacy #profileContentTable td.p_scale_name {
  padding: 2px 5px; }

.legacy #scaleTitles td {
  padding: 5px 2px;
  text-align: center; }

.legacy .p_scale_name {
  vertical-align: top; }

.legacy .p_row_title {
  margin-top: 10px;
  margin-bottom: 5px;
  max-width: 700px; }

.legacy div.p_row_eval {
  padding: 2px 0;
  padding-right: 5em;
  white-space: nowrap;
  border-bottom: 1px dotted #ddd; }

.legacy .p_input_container_dd,
.legacy .p_input_radio {
  text-align: center; }

.legacy .p_input_container_dd select {
  min-width: 50px; }

.legacy .passive-datacard {
  color: #a6a6a6; }

.legacy .f_field--first .signing-field {
  margin-top: 40px; }

.legacy .f_field--signing-field {
  padding-right: 0; }

.legacy .signing-field__header {
  display: flex;
  margin-bottom: 10px; }

.legacy .signing-field__heading {
  flex: 1; }
  .legacy .signing-field__heading .f_field_header.table-field-header {
    margin: 0; }

.legacy .signing-field [id$=editButton] {
  display: none; }

.legacy .input-ui-tweak .signing-field div.form-tablefield-div {
  display: block; }

.legacy .profile-report-container .icon--legacy-wrapper input, .legacy .profile-report-container .icon--legacy-wrapper img {
  width: 19px;
  height: 19px; }

.legacy .profile-report-container table.block {
  border: none;
  width: 99%; }

.legacy .profile-report-container .reportspecs_main_action > .block_navi {
  margin-top: 2px; }

.legacy .profile-report-container tr.block_top {
  background: #f8f8f8 !important; }
  @media print {
    .legacy .profile-report-container tr.block_top {
      display: none !important; } }

.legacy .profile-report-container .left_block_container > table > tbody > tr.block_top {
  border: none; }

@media print {
  .legacy .profile-report-container .left_block_container {
    display: none !important; } }

.legacy .profile-report-container .block_top td {
  height: 34px; }

.legacy .profile-report-container [id$="ProfileSelectionProgress"],
.legacy .profile-report-container [id$="UpdateProgressReport"] {
  line-height: 30px; }

.legacy .profile-report-container table.block_navi {
  margin-right: 10px; }

.legacy .profile-report-container .block_navi {
  vertical-align: top;
  padding: 0; }

.legacy .profile-report-container .block_navi a {
  padding: 0 3px; }

.legacy .profile-report-container .block_navi .icon--legacy-wrapper img, .legacy .profile-report-container .block_navi .icon--legacy-wrapper input {
  height: 25px;
  width: 25px;
  margin-right: 0;
  margin-top: 2px; }

.legacy .profile-report-container .block_navi .icon--legacy-wrapper:before {
  top: 7px; }

.legacy .profile-report-container .fa-sync-alt {
  margin-right: 5px;
  margin-left: 2px; }

.legacy .profile-report-container .specs-setup-label .icon, .legacy .profile-report-container .specs-setup-label .popup-menu__item--has-submenu:after, .legacy .profile-report-container .specs-setup-label .toggle__remove-icon, .legacy .profile-report-container .specs-setup-label .model-selector-dropdown-select-icon, .legacy .profile-report-container .specs-setup-label
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .legacy .profile-report-container .specs-setup-label .select-icon, .legacy .profile-report-container .specs-setup-label .ses-select .select-icon, .legacy .ses-select .profile-report-container .specs-setup-label .select-icon, .legacy .profile-report-container .specs-setup-label .icon--legacy-wrapper, .legacy .profile-report-container .specs-setup-label .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .profile-report-container .specs-setup-label .dc_view_image_container.no-image, .legacy .profile-report-container .specs-setup-label .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .profile-report-container .specs-setup-label .ui-icon-closethick {
  margin-left: 5px; }

.legacy .profile-report-container [id$="SpecsUpdatePanel"] {
  z-index: 0;
  position: relative; }

.legacy .profile-report-container .specs-table-wrapper {
  position: relative;
  box-shadow: 0 0 20px 1px RGBA(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 2px;
  background: white;
  margin: 20px 0;
  margin-left: -10px; }

.legacy .profile-report-container [id$="SpecsTable"] {
  border: none;
  margin: 0;
  padding: 0; }
  .legacy .profile-report-container [id$="SpecsTable"] .specs-setup-label {
    left: 20px; }
  .legacy .profile-report-container [id$="SpecsTable"] tr td:first-child {
    padding-left: 20px; }
  .legacy .profile-report-container [id$="SpecsTable"] tr:last-child .empty-content {
    height: 45px; }

.legacy .profile-report-container .reportspecs_content_action {
  padding-right: 10px; }

.legacy .profile-report-container .reportspecs_addgroup {
  margin-right: 0; }

.legacy .profile-report-container .reportspecs_addgroup .icon, .legacy .profile-report-container .reportspecs_addgroup .popup-menu__item--has-submenu:after, .legacy .profile-report-container .reportspecs_addgroup .toggle__remove-icon, .legacy .profile-report-container .reportspecs_addgroup .model-selector-dropdown-select-icon, .legacy .profile-report-container .reportspecs_addgroup
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .legacy .profile-report-container .reportspecs_addgroup .select-icon, .legacy .profile-report-container .reportspecs_addgroup .ses-select .select-icon, .legacy .ses-select .profile-report-container .reportspecs_addgroup .select-icon, .legacy .profile-report-container .reportspecs_addgroup .icon--legacy-wrapper, .legacy .profile-report-container .reportspecs_addgroup .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .profile-report-container .reportspecs_addgroup .dc_view_image_container.no-image, .legacy .profile-report-container .reportspecs_addgroup .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .profile-report-container .reportspecs_addgroup .ui-icon-closethick {
  margin-left: 5px; }

.legacy .profile-report-container [id$="AddGroupImage"] {
  position: static; }

.legacy .profile-report-container .reportspecs .icon--close, .legacy .profile-report-container .reportspecs .icon--close-dialog, .legacy .profile-report-container .reportspecs .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .profile-report-container .reportspecs .ui-icon-closethick {
  position: absolute;
  right: -9px;
  top: -11px; }
  .legacy .profile-report-container .reportspecs .icon--close input, .legacy .profile-report-container .reportspecs .icon--close-dialog input, .legacy .profile-report-container .reportspecs .ui-dialog .ui-icon-closethick input, .legacy .ui-dialog .profile-report-container .reportspecs .ui-icon-closethick input {
    position: static; }

.legacy .profile-report-container .right_block_container .block_top {
  border: none; }
  .legacy .profile-report-container .right_block_container .block_top td {
    padding: 0; }

@media print {
  .legacy .profile-report-container .right_block_container {
    border-left: none; } }

.legacy .profile-report-container .report-data-container > table {
  margin-top: 5px; }
  .legacy .profile-report-container .report-data-container > table .prc_caption {
    padding-top: 4px;
    padding-bottom: 4px; }
  .legacy .profile-report-container .report-data-container > table tr,
  .legacy .profile-report-container .report-data-container > table td {
    border-color: #ddd; }
  .legacy .profile-report-container .report-data-container > table .prp_scale {
    width: 50px; }
  .legacy .profile-report-container .report-data-container > table thead tr:nth-child(even),
  .legacy .profile-report-container .report-data-container > table tbody tr:nth-child(2n),
  .legacy .profile-report-container .report-data-container > table thead tr:nth-child(2n) {
    background-color: #f8f8f8; }

.legacy .profile-report-container .prc_caption_title {
  font-weight: bold;
  color: inherit;
  padding-top: 5px;
  padding-bottom: 5px; }

.legacy .profile-report-container table[id$="RadarValues"] {
  margin: 10px auto; }

.legacy .profile-report-container .profile-report-grid {
  border-collapse: collapse; }
  .legacy .profile-report-container .profile-report-grid td, .legacy .profile-report-container .profile-report-grid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .profile-report-container .profile-report-grid td--center,
  .legacy .profile-report-container .profile-report-grid th--center {
    text-align: center; }
  .legacy .profile-report-container .profile-report-grid td--number,
  .legacy .profile-report-container .profile-report-grid th--number {
    text-align: right; }
  .legacy .profile-report-container .profile-report-grid td--input,
  .legacy .profile-report-container .profile-report-grid th--input {
    padding: 1px; }
  .legacy .profile-report-container .profile-report-grid td--no-padding,
  .legacy .profile-report-container .profile-report-grid th--no-padding {
    padding: 0; }
  .legacy .profile-report-container .profile-report-grid td--selection,
  .legacy .profile-report-container .profile-report-grid th--selection {
    border: none;
    background: transparent; }
  .legacy .profile-report-container .profile-report-grid td--small,
  .legacy .profile-report-container .profile-report-grid th--small {
    width: 100px; }
  .legacy .profile-report-container .profile-report-grid td--at-least-small,
  .legacy .profile-report-container .profile-report-grid th--at-least-small {
    min-width: 100px; }
  .legacy .profile-report-container .profile-report-grid td--single-action, .legacy .profile-report-container .profile-report-grid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .profile-report-container .profile-report-grid td--single-action:not(td--disabled-single-action):hover, .legacy .profile-report-container .profile-report-grid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .profile-report-container .profile-report-grid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .profile-report-container .profile-report-grid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .profile-report-container .profile-report-grid td--column-group-header {
    background: #f8f8f8; }
    .legacy .profile-report-container .profile-report-grid td--column-group-headertd--selection {
      background: transparent; }

.legacy .profile-report-container .profile-report-grid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .profile-report-container .profile-report-grid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .profile-report-container .profile-report-grid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .profile-report-container .profile-report-grid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .profile-report-container .profile-report-grid__triangle:hover {
  border-right-color: #790019; }

.legacy .profile-report-container .profile-report-grid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .profile-report-container .profile-report-grid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .profile-report-container .profile-report-grid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .profile-report-container .profile-report-grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .profile-report-container .profile-report-grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .profile-report-container .profile-report-grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .profile-report-container .profile-report-grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .profile-report-container tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .profile-report-container .profile-report-grid--full-width {
  width: 100%; }

.legacy .profile-report-container .profile-report-grid--limit-width td, .legacy .profile-report-container .profile-report-grid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .profile-report-container .profile-report-grid--no-selection-column td--selection,
.legacy .profile-report-container .profile-report-grid--no-selection-column th--selection {
  display: none; }

.legacy .profile-report-container .profile-report-grid--no-cell-padding td, .legacy .profile-report-container .profile-report-grid--no-cell-padding th {
  padding: 0; }

.legacy .profile-report-container .profile-report-grid--plain td, .legacy .profile-report-container .profile-report-grid--plain th {
  background: none;
  border: none; }

.legacy .profile-report-container .profile-report-grid--plain trtr--odd .table__cell, .legacy .profile-report-container .profile-report-grid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .profile-report-container .profile-report-grid--list td, .legacy .profile-report-container .profile-report-grid--list th {
  border-left: none;
  border-right: none; }

.legacy .profile-report-container td--nowrap {
  white-space: nowrap; }

.legacy .profile-report-container tr--selected td, .legacy .profile-report-container tr--selected th {
  background-color: #f8f8f8; }

.legacy .profile-report-container .profile-report-grid--tiny td, .legacy .profile-report-container .profile-report-grid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .profile-report-container .profile-report-grid--tiny trtr--odd td, .legacy .profile-report-container .profile-report-grid--tiny trtr--odd th, .legacy .profile-report-container .profile-report-grid--tiny tr:nth-child(odd) td, .legacy .profile-report-container .profile-report-grid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .profile-report-container .asearch_results_grid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .asearch_results_grid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .HistoryFieldGrid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .appr_form_history table .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .TableFieldGrid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .link-list-grid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .front_page_admin_field .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_grid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_fieldgrid .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .datacard_copy_repeater .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .mass-message-rec-list .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .profile-report-container .profile-report-grid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .profile-report-container .asearch_results_grid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .asearch_results_grid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .HistoryFieldGrid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .appr_form_history table .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .TableFieldGrid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .link-list-grid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .front_page_admin_field .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_grid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_fieldgrid .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .datacard_copy_repeater .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .mass-message-rec-list .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .profile-report-container .profile-report-grid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .profile-report-container .profile-report-grid--row-hover-highlight tbody tr:hover td,
.legacy .profile-report-container .profile-report-grid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .profile-report-container .profile-report-grid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .profile-report-container .profile-report-grid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .profile-report-container .profile-report-grid > tbody > .even > td {
  background: #f8f8f8; }
  .legacy .profile-report-container .profile-report-grid > tbody > .even > tdtd--selection {
    background: transparent; }

.legacy .profile-report-container .profile-report-grid > tbody > .even > td--single-action:hover, .legacy .profile-report-container .asearch_results_grid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .HistoryFieldGrid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .appr_form_history table .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .TableFieldGrid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .link-list-grid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .front_page_admin_field .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_grid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .public_search_admin_fieldgrid .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .datacard_copy_repeater .profile-report-grid > tbody > .even > td--disabled-single-action:hover, .legacy .profile-report-container .mass-message-rec-list .profile-report-grid > tbody > .even > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .profile-report-container .profile-report-grid > tbody > .even > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .profile-report-container .prpp_data tr.even > td,
.legacy .profile-report-container .prp tr.even > td,
.legacy .profile-report-container .frpp_data tr.even > td,
.legacy .profile-report-container .dcrs_vt tr.even > td,
.legacy .profile-report-container .profile-report-grid tr.even > td {
  background: #f8f8f8 !important; }

.legacy .profile-report-container tr.prr.even td,
.legacy .profile-report-container tr.prr.even td,
.legacy .profile-report-container .prpp_data tr.even td,
.legacy .profile-report-container .prp tr.even td,
.legacy .profile-report-container .frpp_data tr.even td,
.legacy .profile-report-container .dcrs_vt tr.even td,
.legacy .profile-report-container table.prr > tbody > tr.prr.even td {
  background: #f8f8f8 !important; }

.legacy .profile-report-container .prpp_data,
.legacy .profile-report-container .ftfr_table,
.legacy .profile-report-container .dcrs,
.legacy .profile-report-container table.frpp_data,
.legacy .profile-report-container table.prr,
.legacy .profile-report-container .dcrs_img {
  border: 1px solid #ddd !important; }

.legacy .profile-report-container [href$="SkipLink"] {
  display: none; }

.legacy .profile-report-container [id$="FieldSelectionProfile_Fields"] .input-choice-item {
  display: inline-block; }

.legacy .asearch_results_grid .input-choice-item input {
  margin-left: 3px; }

.legacy td.block_top {
  padding-bottom: 10px; }

.legacy .front_page_admin_select_fields {
  margin-bottom: 10px; }

.legacy .front_page_admin_setup_main td, .legacy front_page_admin_field td {
  height: 30px;
  padding-bottom: 5px;
  padding-right: 20px; }

.legacy .front_page_admin_field {
  border-collapse: collapse; }
  .legacy .front_page_admin_field td, .legacy .front_page_admin_field th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .front_page_admin_field td--center,
  .legacy .front_page_admin_field th--center {
    text-align: center; }
  .legacy .front_page_admin_field td--number,
  .legacy .front_page_admin_field th--number {
    text-align: right; }
  .legacy .front_page_admin_field td--input,
  .legacy .front_page_admin_field th--input {
    padding: 1px; }
  .legacy .front_page_admin_field td--no-padding,
  .legacy .front_page_admin_field th--no-padding {
    padding: 0; }
  .legacy .front_page_admin_field td--selection,
  .legacy .front_page_admin_field th--selection {
    border: none;
    background: transparent; }
  .legacy .front_page_admin_field td--small,
  .legacy .front_page_admin_field th--small {
    width: 100px; }
  .legacy .front_page_admin_field td--at-least-small,
  .legacy .front_page_admin_field th--at-least-small {
    min-width: 100px; }
  .legacy .front_page_admin_field td--single-action, .legacy .front_page_admin_field .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .front_page_admin_field td--disabled-single-action, .legacy .front_page_admin_field .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .front_page_admin_field td--disabled-single-action, .legacy .front_page_admin_field td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .front_page_admin_field td--single-action:not(td--disabled-single-action):hover, .legacy .front_page_admin_field td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .front_page_admin_field td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .front_page_admin_field .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .front_page_admin_field td--column-group-header {
    background: #f8f8f8; }
    .legacy .front_page_admin_field td--column-group-headertd--selection {
      background: transparent; }

.legacy .front_page_admin_field--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .front_page_admin_field--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .front_page_admin_field--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .front_page_admin_field__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .front_page_admin_field__triangle:hover {
  border-right-color: #790019; }

.legacy .front_page_admin_field__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .front_page_admin_field__cell-icon--on-left {
  margin-right: 5px; }

.legacy .front_page_admin_field__cell-icon--on-right {
  margin-left: 5px; }

.legacy .front_page_admin_field__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .front_page_admin_field__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .front_page_admin_field__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .front_page_admin_field__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .front_page_admin_field--full-width {
  width: 100%; }

.legacy .front_page_admin_field--limit-width td, .legacy .front_page_admin_field--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .front_page_admin_field--no-selection-column td--selection,
.legacy .front_page_admin_field--no-selection-column th--selection {
  display: none; }

.legacy .front_page_admin_field--no-cell-padding td, .legacy .front_page_admin_field--no-cell-padding th {
  padding: 0; }

.legacy .front_page_admin_field--plain td, .legacy .front_page_admin_field--plain th {
  background: none;
  border: none; }

.legacy .front_page_admin_field--plain trtr--odd .table__cell, .legacy .front_page_admin_field--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .front_page_admin_field--list td, .legacy .front_page_admin_field--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .front_page_admin_field--tiny td, .legacy .front_page_admin_field--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .front_page_admin_field--tiny trtr--odd td, .legacy .front_page_admin_field--tiny trtr--odd th, .legacy .front_page_admin_field--tiny tr:nth-child(odd) td, .legacy .front_page_admin_field--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .front_page_admin_field--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .front_page_admin_field--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .front_page_admin_field--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .front_page_admin_field--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .front_page_admin_field--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .front_page_admin_field--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .front_page_admin_field--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .front_page_admin_field--row-hover-highlight tbody tr:hover td,
.legacy .front_page_admin_field--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .front_page_admin_field--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .front_page_admin_field--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .front_page_admin_field > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .front_page_admin_field > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .front_page_admin_field > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .front_page_admin_field > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .front_page_admin_field > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .front_page_admin_field > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_grid {
  border-collapse: collapse; }
  .legacy .public_search_admin_grid td, .legacy .public_search_admin_grid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .public_search_admin_grid td--center,
  .legacy .public_search_admin_grid th--center {
    text-align: center; }
  .legacy .public_search_admin_grid td--number,
  .legacy .public_search_admin_grid th--number {
    text-align: right; }
  .legacy .public_search_admin_grid td--input,
  .legacy .public_search_admin_grid th--input {
    padding: 1px; }
  .legacy .public_search_admin_grid td--no-padding,
  .legacy .public_search_admin_grid th--no-padding {
    padding: 0; }
  .legacy .public_search_admin_grid td--selection,
  .legacy .public_search_admin_grid th--selection {
    border: none;
    background: transparent; }
  .legacy .public_search_admin_grid td--small,
  .legacy .public_search_admin_grid th--small {
    width: 100px; }
  .legacy .public_search_admin_grid td--at-least-small,
  .legacy .public_search_admin_grid th--at-least-small {
    min-width: 100px; }
  .legacy .public_search_admin_grid td--single-action, .legacy .public_search_admin_grid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .public_search_admin_grid td--disabled-single-action, .legacy .public_search_admin_grid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .public_search_admin_grid td--disabled-single-action, .legacy .public_search_admin_grid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .public_search_admin_grid td--single-action:not(td--disabled-single-action):hover, .legacy .public_search_admin_grid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .public_search_admin_grid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .public_search_admin_grid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .public_search_admin_grid td--column-group-header {
    background: #f8f8f8; }
    .legacy .public_search_admin_grid td--column-group-headertd--selection {
      background: transparent; }

.legacy .public_search_admin_grid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .public_search_admin_grid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .public_search_admin_grid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .public_search_admin_grid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .public_search_admin_grid__triangle:hover {
  border-right-color: #790019; }

.legacy .public_search_admin_grid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .public_search_admin_grid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .public_search_admin_grid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .public_search_admin_grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .public_search_admin_grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .public_search_admin_grid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .public_search_admin_grid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .public_search_admin_grid--full-width {
  width: 100%; }

.legacy .public_search_admin_grid--limit-width td, .legacy .public_search_admin_grid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .public_search_admin_grid--no-selection-column td--selection,
.legacy .public_search_admin_grid--no-selection-column th--selection {
  display: none; }

.legacy .public_search_admin_grid--no-cell-padding td, .legacy .public_search_admin_grid--no-cell-padding th {
  padding: 0; }

.legacy .public_search_admin_grid--plain td, .legacy .public_search_admin_grid--plain th {
  background: none;
  border: none; }

.legacy .public_search_admin_grid--plain trtr--odd .table__cell, .legacy .public_search_admin_grid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .public_search_admin_grid--list td, .legacy .public_search_admin_grid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .public_search_admin_grid--tiny td, .legacy .public_search_admin_grid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .public_search_admin_grid--tiny trtr--odd td, .legacy .public_search_admin_grid--tiny trtr--odd th, .legacy .public_search_admin_grid--tiny tr:nth-child(odd) td, .legacy .public_search_admin_grid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_grid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_grid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_grid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_grid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_grid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_grid--row-hover-highlight tbody tr:hover td,
.legacy .public_search_admin_grid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .public_search_admin_grid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .public_search_admin_grid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .public_search_admin_grid > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_grid > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_grid > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_grid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_grid > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_grid > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid {
  border-collapse: collapse; }
  .legacy .public_search_admin_fieldgrid td, .legacy .public_search_admin_fieldgrid th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .public_search_admin_fieldgrid td--center,
  .legacy .public_search_admin_fieldgrid th--center {
    text-align: center; }
  .legacy .public_search_admin_fieldgrid td--number,
  .legacy .public_search_admin_fieldgrid th--number {
    text-align: right; }
  .legacy .public_search_admin_fieldgrid td--input,
  .legacy .public_search_admin_fieldgrid th--input {
    padding: 1px; }
  .legacy .public_search_admin_fieldgrid td--no-padding,
  .legacy .public_search_admin_fieldgrid th--no-padding {
    padding: 0; }
  .legacy .public_search_admin_fieldgrid td--selection,
  .legacy .public_search_admin_fieldgrid th--selection {
    border: none;
    background: transparent; }
  .legacy .public_search_admin_fieldgrid td--small,
  .legacy .public_search_admin_fieldgrid th--small {
    width: 100px; }
  .legacy .public_search_admin_fieldgrid td--at-least-small,
  .legacy .public_search_admin_fieldgrid th--at-least-small {
    min-width: 100px; }
  .legacy .public_search_admin_fieldgrid td--single-action, .legacy .public_search_admin_fieldgrid .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .public_search_admin_fieldgrid td--disabled-single-action, .legacy .public_search_admin_fieldgrid .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .public_search_admin_fieldgrid td--disabled-single-action, .legacy .public_search_admin_fieldgrid td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .public_search_admin_fieldgrid td--single-action:not(td--disabled-single-action):hover, .legacy .public_search_admin_fieldgrid td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .public_search_admin_fieldgrid td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .public_search_admin_fieldgrid .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .public_search_admin_fieldgrid td--column-group-header {
    background: #f8f8f8; }
    .legacy .public_search_admin_fieldgrid td--column-group-headertd--selection {
      background: transparent; }

.legacy .public_search_admin_fieldgrid--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .public_search_admin_fieldgrid--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .public_search_admin_fieldgrid__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .public_search_admin_fieldgrid__triangle:hover {
  border-right-color: #790019; }

.legacy .public_search_admin_fieldgrid__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .public_search_admin_fieldgrid__cell-icon--on-left {
  margin-right: 5px; }

.legacy .public_search_admin_fieldgrid__cell-icon--on-right {
  margin-left: 5px; }

.legacy .public_search_admin_fieldgrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .public_search_admin_fieldgrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .public_search_admin_fieldgrid__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .public_search_admin_fieldgrid__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .public_search_admin_fieldgrid--full-width {
  width: 100%; }

.legacy .public_search_admin_fieldgrid--limit-width td, .legacy .public_search_admin_fieldgrid--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .public_search_admin_fieldgrid--no-selection-column td--selection,
.legacy .public_search_admin_fieldgrid--no-selection-column th--selection {
  display: none; }

.legacy .public_search_admin_fieldgrid--no-cell-padding td, .legacy .public_search_admin_fieldgrid--no-cell-padding th {
  padding: 0; }

.legacy .public_search_admin_fieldgrid--plain td, .legacy .public_search_admin_fieldgrid--plain th {
  background: none;
  border: none; }

.legacy .public_search_admin_fieldgrid--plain trtr--odd .table__cell, .legacy .public_search_admin_fieldgrid--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .public_search_admin_fieldgrid--list td, .legacy .public_search_admin_fieldgrid--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .public_search_admin_fieldgrid--tiny td, .legacy .public_search_admin_fieldgrid--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .public_search_admin_fieldgrid--tiny trtr--odd td, .legacy .public_search_admin_fieldgrid--tiny trtr--odd th, .legacy .public_search_admin_fieldgrid--tiny tr:nth-child(odd) td, .legacy .public_search_admin_fieldgrid--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_fieldgrid--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid--row-hover-highlight tbody tr:hover td,
.legacy .public_search_admin_fieldgrid--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .public_search_admin_fieldgrid--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .public_search_admin_fieldgrid--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .public_search_admin_fieldgrid > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_repeater {
  background: none; }

.legacy .datacard_copy_repeater {
  border-collapse: collapse; }
  .legacy .datacard_copy_repeater td, .legacy .datacard_copy_repeater th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .datacard_copy_repeater td--center,
  .legacy .datacard_copy_repeater th--center {
    text-align: center; }
  .legacy .datacard_copy_repeater td--number,
  .legacy .datacard_copy_repeater th--number {
    text-align: right; }
  .legacy .datacard_copy_repeater td--input,
  .legacy .datacard_copy_repeater th--input {
    padding: 1px; }
  .legacy .datacard_copy_repeater td--no-padding,
  .legacy .datacard_copy_repeater th--no-padding {
    padding: 0; }
  .legacy .datacard_copy_repeater td--selection,
  .legacy .datacard_copy_repeater th--selection {
    border: none;
    background: transparent; }
  .legacy .datacard_copy_repeater td--small,
  .legacy .datacard_copy_repeater th--small {
    width: 100px; }
  .legacy .datacard_copy_repeater td--at-least-small,
  .legacy .datacard_copy_repeater th--at-least-small {
    min-width: 100px; }
  .legacy .datacard_copy_repeater td--single-action, .legacy .datacard_copy_repeater .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .datacard_copy_repeater td--disabled-single-action, .legacy .datacard_copy_repeater .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .datacard_copy_repeater td--disabled-single-action, .legacy .datacard_copy_repeater td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .datacard_copy_repeater td--single-action:not(td--disabled-single-action):hover, .legacy .datacard_copy_repeater td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .datacard_copy_repeater td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .datacard_copy_repeater .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .datacard_copy_repeater td--column-group-header {
    background: #f8f8f8; }
    .legacy .datacard_copy_repeater td--column-group-headertd--selection {
      background: transparent; }

.legacy .datacard_copy_repeater--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .datacard_copy_repeater--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .datacard_copy_repeater--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .datacard_copy_repeater__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .datacard_copy_repeater__triangle:hover {
  border-right-color: #790019; }

.legacy .datacard_copy_repeater__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .datacard_copy_repeater__cell-icon--on-left {
  margin-right: 5px; }

.legacy .datacard_copy_repeater__cell-icon--on-right {
  margin-left: 5px; }

.legacy .datacard_copy_repeater__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .datacard_copy_repeater__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .datacard_copy_repeater__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .datacard_copy_repeater__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .datacard_copy_repeater--full-width {
  width: 100%; }

.legacy .datacard_copy_repeater--limit-width td, .legacy .datacard_copy_repeater--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .datacard_copy_repeater--no-selection-column td--selection,
.legacy .datacard_copy_repeater--no-selection-column th--selection {
  display: none; }

.legacy .datacard_copy_repeater--no-cell-padding td, .legacy .datacard_copy_repeater--no-cell-padding th {
  padding: 0; }

.legacy .datacard_copy_repeater--plain td, .legacy .datacard_copy_repeater--plain th {
  background: none;
  border: none; }

.legacy .datacard_copy_repeater--plain trtr--odd .table__cell, .legacy .datacard_copy_repeater--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .datacard_copy_repeater--list td, .legacy .datacard_copy_repeater--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .datacard_copy_repeater--tiny td, .legacy .datacard_copy_repeater--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .datacard_copy_repeater--tiny trtr--odd td, .legacy .datacard_copy_repeater--tiny trtr--odd th, .legacy .datacard_copy_repeater--tiny tr:nth-child(odd) td, .legacy .datacard_copy_repeater--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_repeater--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .datacard_copy_repeater--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .datacard_copy_repeater--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_repeater--row-hover-highlight tbody tr:hover td,
.legacy .datacard_copy_repeater--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .datacard_copy_repeater--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .datacard_copy_repeater--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .datacard_copy_repeater > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .datacard_copy_repeater > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .datacard_copy_repeater > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .datacard_copy_repeater > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_repeater > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .datacard_copy_block_settings {
  border: none; }

.legacy .datacard_copy_setuppanel table {
  margin-bottom: 10px; }
  .legacy .datacard_copy_setuppanel table td {
    padding-bottom: 5px;
    padding-right: 20px; }

.login-page {
  height: 100%; }
  .login-page body, .login-page body > form, .login-page #table1 {
    height: 100%; }

.box__header .heading, .box__header body .ui-dialog .ui-dialog-title, body .ui-dialog .box__header .ui-dialog-title, .box__header .legacy [id$="SearchResultsCountLabel"], .legacy .box__header [id$="SearchResultsCountLabel"], .box__header .legacy .input-ui-tweak .td_datacardfields .dc_view_title, .legacy .input-ui-tweak .td_datacardfields .box__header .dc_view_title, .box__header .legacy .block_top .block_name, .legacy .block_top .box__header .block_name, .box__header
.legacy .f_field_header.form-link-title,
.legacy .box__header .f_field_header.form-link-title, .box__header .legacy .f_field_header.table-field-header > p > strong, .legacy .box__header .f_field_header.table-field-header > p > strong, .box__header
.legacy .f_field_header.form-link-title > p > strong,
.legacy .box__header .f_field_header.form-link-title > p > strong, .box__header .legacy .block_bottom_item_header, .legacy .box__header .block_bottom_item_header, .box__header .legacy .public_query_titlebar, .legacy .box__header .public_query_titlebar, .box__header .legacy div.f_title, .legacy .box__header div.f_title, .box__header .legacy .table-field-header, .legacy .box__header .table-field-header, .box__header .legacy .ui-dialog-title.f_field_header, .legacy .box__header .ui-dialog-title.f_field_header, .box__header .legacy .p_row_title, .legacy .box__header .p_row_title, .box__header .legacy .profile-report-container .reportspecs_header_info span, .legacy .profile-report-container .reportspecs_header_info .box__header span, .box__header .legacy .front_page_admin_select_fields, .legacy .box__header .front_page_admin_select_fields, .box__header .legacy .modalHeader, .legacy .box__header .modalHeader, .box__header .legacy .ui-dialog .ui-dialog-title, .legacy .ui-dialog .box__header .ui-dialog-title {
  text-transform: uppercase; }

.login__box-container {
  display: inline-block;
  text-align: left;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2); }

.login__logo-container {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px; }

.login__form-container {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  border-left: 1px solid #ddd;
  padding-bottom: 10px; }

.login__forget-password {
  margin-top: 5px;
  text-align: right; }

.login__buttons {
  text-align: right;
  margin-top: 10px; }

.login__errors {
  color: #AC0023;
  text-align: right;
  max-width: 300px; }

.login__error-msg {
  margin-top: 5px;
  display: block; }

.modalHeader {
  margin-bottom: 15px; }

.modalPopup .uidBox {
  margin: 5px 0 10px 20px;
  width: 220px; }

.modalButtons {
  text-align: right; }

#ForgotPasswordOkButton {
  margin-right: 5px; }

.modalBackground {
  background: #ddd;
  opacity: 0.7; }

.legacy .mass_message_cbasetitle {
  padding-bottom: 5px; }

.legacy .mass_message_cbselector {
  padding-bottom: 20px; }

.legacy .mass_message_adminpanel {
  margin-bottom: 30px; }

.legacy .mass_message_sendingtable input, .legacy .mass_message_sendingtable textarea {
  width: 400px;
  margin-top: 3px;
  margin-bottom: 5px; }

.legacy .mass_message_sendingtable input[type=radio] {
  width: auto; }

.legacy .mass_message_sendingtable textarea {
  height: 250px; }

.legacy .mass_message_sendingtable .mass_message_sms_cell {
  padding-bottom: 10px; }

.legacy .mass_message_sendbutton {
  margin-top: 10px; }
  .legacy .mass_message_sendbutton .button, .legacy .mass_message_sendbutton body button.ui-widget.ui-button, body .legacy .mass_message_sendbutton button.ui-widget.ui-button, .legacy .mass_message_sendbutton body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], body .ui-datepicker .ui-datepicker-buttonpane .legacy .mass_message_sendbutton input[type="button"], .legacy .mass_message_sendbutton .blockLinkButton, .legacy .mass_message_sendbutton .dc-input-button, .legacy .mass_message_sendbutton button:not([role="presentation"]):not([class^="mce"]), .legacy .mass_message_sendbutton .modalPopupButton, .legacy .mass_message_sendbutton .ui-button.ui-button-text-only {
    color: white; }
    .legacy .mass_message_sendbutton .button i, .legacy .mass_message_sendbutton body button.ui-widget.ui-button i, body .legacy .mass_message_sendbutton button.ui-widget.ui-button i, .legacy .mass_message_sendbutton body .ui-datepicker .ui-datepicker-buttonpane input[type="button"] i, body .ui-datepicker .ui-datepicker-buttonpane .legacy .mass_message_sendbutton input[type="button"] i, .legacy .mass_message_sendbutton .blockLinkButton i, .legacy .mass_message_sendbutton .dc-input-button i, .legacy .mass_message_sendbutton button:not([role="presentation"]):not([class^="mce"]) i, .legacy .mass_message_sendbutton .modalPopupButton i, .legacy .mass_message_sendbutton .ui-button.ui-button-text-only i {
      display: none; }

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

.legacy .rec-list-expand-header {
  background: #f8f8f8; }
  .legacy .rec-list-expand-header td {
    padding-left: 2px; }

.legacy .mass-message-rec-list {
  border-collapse: collapse; }
  .legacy .mass-message-rec-list td, .legacy .mass-message-rec-list th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 7.5px 5px;
    background: white; }
  .legacy .mass-message-rec-list td--center,
  .legacy .mass-message-rec-list th--center {
    text-align: center; }
  .legacy .mass-message-rec-list td--number,
  .legacy .mass-message-rec-list th--number {
    text-align: right; }
  .legacy .mass-message-rec-list td--input,
  .legacy .mass-message-rec-list th--input {
    padding: 1px; }
  .legacy .mass-message-rec-list td--no-padding,
  .legacy .mass-message-rec-list th--no-padding {
    padding: 0; }
  .legacy .mass-message-rec-list td--selection,
  .legacy .mass-message-rec-list th--selection {
    border: none;
    background: transparent; }
  .legacy .mass-message-rec-list td--small,
  .legacy .mass-message-rec-list th--small {
    width: 100px; }
  .legacy .mass-message-rec-list td--at-least-small,
  .legacy .mass-message-rec-list th--at-least-small {
    min-width: 100px; }
  .legacy .mass-message-rec-list td--single-action, .legacy .mass-message-rec-list .appr_form_history table td--disabled-single-action, .legacy .appr_form_history table .mass-message-rec-list td--disabled-single-action, .legacy .mass-message-rec-list .profile-report-container .profile-report-grid td--disabled-single-action, .legacy .profile-report-container .profile-report-grid .mass-message-rec-list td--disabled-single-action, .legacy .mass-message-rec-list td--disabled-single-action {
    cursor: pointer;
    color: #AC0023;
    padding-left: 5px;
    padding-right: 5px;
    font: 13px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    text-align: center; }
  .legacy .mass-message-rec-list td--single-action:not(td--disabled-single-action):hover, .legacy .mass-message-rec-list td--disabled-single-action:not(td--disabled-single-action):hover {
    background-color: RGBA(0, 0, 0, 0.075); }
  .legacy .mass-message-rec-list td--disabled-single-action {
    color: #aaa;
    cursor: default; }
  .legacy .mass-message-rec-list .table--triangle-popper-positioner {
    background-clip: padding-box; }
  .legacy .mass-message-rec-list td--column-group-header {
    background: #f8f8f8; }
    .legacy .mass-message-rec-list td--column-group-headertd--selection {
      background: transparent; }

.legacy .mass-message-rec-list--triangle-popper-popup {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 600px; }

.legacy .mass-message-rec-list--triangle-popper-positioner {
  position: relative;
  background-clip: padding-box; }

.legacy .mass-message-rec-list--triangle-popper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  font: 13px "Lato", sans-serif;
  color: #000;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none; }

.legacy .mass-message-rec-list__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #AC0023 transparent transparent; }

.legacy .mass-message-rec-list__triangle:hover {
  border-right-color: #790019; }

.legacy .mass-message-rec-list__cell-icon {
  display: inline-block;
  margin-top: -5px;
  vertical-align: bottom; }

.legacy .mass-message-rec-list__cell-icon--on-left {
  margin-right: 5px; }

.legacy .mass-message-rec-list__cell-icon--on-right {
  margin-left: 5px; }

.legacy .mass-message-rec-list__cell-icon--drag-grip {
  min-width: 30px;
  position: relative;
  background-clip: padding-box !important; }
  .legacy .mass-message-rec-list__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy .mass-message-rec-list__cell-icon--drag-grip {
  min-width: 30px;
  position: relative; }
  .legacy .mass-message-rec-list__cell-icon--drag-grip .icon--drag-grip {
    position: absolute;
    left: 7px; }

.legacy tbody {
  font: 13px "Lato", sans-serif;
  color: #000; }

.legacy .mass-message-rec-list--full-width {
  width: 100%; }

.legacy .mass-message-rec-list--limit-width td, .legacy .mass-message-rec-list--limit-width th {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }

.legacy .mass-message-rec-list--no-selection-column td--selection,
.legacy .mass-message-rec-list--no-selection-column th--selection {
  display: none; }

.legacy .mass-message-rec-list--no-cell-padding td, .legacy .mass-message-rec-list--no-cell-padding th {
  padding: 0; }

.legacy .mass-message-rec-list--plain td, .legacy .mass-message-rec-list--plain th {
  background: none;
  border: none; }

.legacy .mass-message-rec-list--plain trtr--odd .table__cell, .legacy .mass-message-rec-list--plain tr:nth-child(odd) .table__cell {
  background: none; }

.legacy .mass-message-rec-list--list td, .legacy .mass-message-rec-list--list th {
  border-left: none;
  border-right: none; }

.legacy td--nowrap {
  white-space: nowrap; }

.legacy tr--selected td, .legacy tr--selected th {
  background-color: #f8f8f8; }

.legacy .mass-message-rec-list--tiny td, .legacy .mass-message-rec-list--tiny th {
  background: none;
  border: none;
  font-size: 12px;
  padding: 3px 5px 3px 0; }

.legacy .mass-message-rec-list--tiny trtr--odd td, .legacy .mass-message-rec-list--tiny trtr--odd th, .legacy .mass-message-rec-list--tiny tr:nth-child(odd) td, .legacy .mass-message-rec-list--tiny tr:nth-child(odd) th {
  background: none; }

.legacy .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .mass-message-rec-list--stripes-auto > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .mass-message-rec-list--stripes-manual > tbody > tr--odd > td {
  background: #f8f8f8; }
  .legacy .mass-message-rec-list--stripes-manual > tbody > tr--odd > tdtd--selection {
    background: transparent; }

.legacy .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--single-action:hover, .legacy .asearch_results_grid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .appr_form_history table .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .TableFieldGrid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .link-list-grid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .front_page_admin_field .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_grid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover, .legacy .mass-message-rec-list .mass-message-rec-list--stripes-manual > tbody > tr--odd > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .mass-message-rec-list--stripes-manual > tbody > tr--odd > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .mass-message-rec-list--row-hover-highlight tbody tr:hover td,
.legacy .mass-message-rec-list--row-hover-highlight tbody tr:hover td:nth-child(odd),
.legacy .mass-message-rec-list--row-hover-highlight tbody tr:hover td:nth-child(even),
.legacy .mass-message-rec-list--row-hover-highlight tbody tr.table__row--hover td {
  background: #eee;
  border-right-color: #ddd;
  border-bottom-color: #ddd; }

.legacy .mass-message-rec-list > tbody > tr:nth-child(odd):not(.table__row--selected) > td {
  background: #f8f8f8; }
  .legacy .mass-message-rec-list > tbody > tr:nth-child(odd):not(.table__row--selected) > tdtd--selection {
    background: transparent; }

.legacy .mass-message-rec-list > tbody > tr:nth-child(odd) > td--single-action:hover, .legacy .asearch_results_grid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .HistoryFieldGrid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .appr_form_history table .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .TableFieldGrid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .link-list-grid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .profile-report-container .profile-report-grid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .front_page_admin_field .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_grid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .public_search_admin_fieldgrid .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .datacard_copy_repeater .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover, .legacy .mass-message-rec-list > tbody > tr:nth-child(odd) > td--disabled-single-action:hover {
  background-color: RGBA(0, 0, 0, 0.075); }

.legacy .mass-message-rec-list > tbody > tr:nth-child(odd) > td.table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .mass-message-rec-list > tbody > tr:nth-child(even) > .table--triangle-popper-positioner {
  background-clip: padding-box; }

.legacy .mass-message-rec-list {
  margin-top: 10px; }

.public-query {
  font: 13px "Lato", sans-serif; }

.public-query div.pq_container {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 10px 20px 10px; }

.public-query div.pq_header_container {
  padding-left: 0; }

.public-query div.pq_header_description {
  margin-left: 0;
  padding-left: 10px; }

.pq_header_title {
  font-size: 18px; }

.public-query .pq_header_title {
  font-weight: 400;
  margin: 20px 0;
  padding-left: 10px; }

.pq_input_container {
  padding: 0 10px; }

.public-query .inputfields td, .public-query .inputfields th {
  padding: 2px; }

.public-query td.inputfields_tablecell_inputcontrol {
  padding: 4px 2px; }

.public-query .inputfields td:first-child, .public-query .inputfields th:first-child {
  padding-left: 0; }

.title_field, .input_field_table_title, .input_field_table_title > p > strong, .input_field_profile {
  font-size: 16px;
  /*font: $fontHeading;
        color: $textColorHeading;*/ }

.public-query .input_field_title, .public-query .table_field_title > span, .public-query .input_field_table_title > p > strong, .public-query .input_field_profile {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block; }

.public-query td.inputfields_tablecell_fieldname, .public-query td.inputfields_tablecell_fieldname_mandatory {
  padding-top: 5px; }

.public-query div.inputfields_inputcontrol_container_dropdown {
  margin-bottom: 0; }
  .public-query div.inputfields_inputcontrol_container_dropdown td {
    padding: 0; }
  .public-query div.inputfields_inputcontrol_container_dropdown [id$=InputInfoTextRow] td {
    padding: 4px 0; }
  .public-query div.inputfields_inputcontrol_container_dropdown [id$=InputInfoText] {
    font-size: 12px; }

.public-query div.inputfields_inputcontrol_container_textrow {
  padding-bottom: 0; }

.public-query textarea.input_textbox {
  margin-top: 3px; }

.public-query div.inputfields_inputcontrol_container_textbox {
  margin-left: 0; }

.public-query .inputfields_inputcontrol_container_checkbox td, .public-query .input_radiobutton td {
  padding-bottom: 5px; }

.public-query .inputfields_tablecell_fieldname.text_field {
  height: 38px; }

.public-query .inputfields_inputcontrol_container_file br {
  display: none; }

.public-query .inputfields_inputcontrol_container_file .input_linkbutton {
  margin-bottom: 10px; }

.public-query .inputfields_inputcontrol_file_filelist .input_linkbutton {
  margin-bottom: 0; }

.public-query .inputfields_inputcontrol_file_filelist {
  margin-bottom: 10px; }

.public-query table.inputfields_inputcontrol_file_filelist {
  width: auto; }

.public-query table.inputfields_inputcontrol_file_filelist td {
  border-color: #ddd;
  padding: 4px 2px; }

.public-query table.inputfields_inputcontrol_file_filelist td.inputfields_inputcontrol_file_filename {
  padding-right: 10px; }

.public-query [id$=InputFileContainer] {
  background: #eee;
  padding: 10px 20px;
  display: inline-block; }
  .public-query [id$=InputFileContainer] input[type=file] {
    background: none; }
  .public-query [id$=InputFileContainer] .input_linkbutton {
    margin-top: 5px;
    margin-right: 20px; }

.public-query table.public_query_form_table_field {
  margin-left: 0; }

.public-query .public_query_form_table_field_input_checkbox {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 4px; }

.public-query .pq_table_controls {
  width: 20px;
  text-align: center; }

.public-query .public_query_form_table_field_row_delete {
  padding: 0 5px;
  margin-top: 4px; }

.public-query .public_query_form_table_field th {
  padding-bottom: 10px; }

.public-query .public_query_form_table_field input[type="text"] {
  width: 100%; }

.public-query [id*="ColumnMinWidth"] {
  display: none; }

.public-query .pq_profile_input_dropdown_container {
  padding-right: 3px;
  padding-bottom: 1px; }

.public-query .pq_profile_input_scale_name {
  text-align: center;
  max-width: 160px; }

.public-query div.inputfields_inputcontrol_container_profile {
  margin: 0 10px 15px 0; }

.public-query .pq_profile_input_row_title div {
  width: auto; }

.public-query .pq_profile_input_row_eval {
  padding-right: 20px;
  margin-left: 0; }

.public-query .pq_profile_input_text_container {
  white-space: nowrap; }

.legacy a .icon, .legacy a .popup-menu__item--has-submenu:after, .legacy a .toggle__remove-icon, .legacy a .model-selector-dropdown-select-icon, .legacy a
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .legacy a .select-icon, .legacy a .ses-select .select-icon, .legacy .ses-select a .select-icon, .legacy a .icon--legacy-wrapper, .legacy a .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak a .dc_view_image_container.no-image, .legacy a .ui-dialog .ui-icon-closethick, .legacy .ui-dialog a .ui-icon-closethick {
  margin: 0 2.5px; }

.legacy a .icon:before, .legacy a .toggle__remove-icon:before, .legacy a .model-selector-dropdown-select-icon:before, .legacy a
.model-selector-dropdown-view .select-icon:before,
.model-selector-dropdown-view .legacy a .select-icon:before, .legacy a .ses-select .select-icon:before, .legacy .ses-select a .select-icon:before, .legacy a .icon--legacy-wrapper:before, .legacy a .input-ui-tweak .dc_view_image_container.no-image:before, .legacy .input-ui-tweak a .dc_view_image_container.no-image:before, .legacy a .ui-dialog .ui-icon-closethick:before, .legacy .ui-dialog a .ui-icon-closethick:before {
  top: 4px; }

.legacy .dc-input-button {
  min-width: 0;
  white-space: nowrap;
  margin-left: 5px;
  height: auto; }
  .legacy .dc-input-button span {
    color: white; }
  .legacy .dc-input-button img, .legacy .dc-input-button .icon, .legacy .dc-input-button .popup-menu__item--has-submenu:after, .legacy .dc-input-button .toggle__remove-icon, .legacy .dc-input-button .model-selector-dropdown-select-icon, .legacy .dc-input-button
  .model-selector-dropdown-view .select-icon,
  .model-selector-dropdown-view .legacy .dc-input-button .select-icon, .legacy .dc-input-button .ses-select .select-icon, .legacy .ses-select .dc-input-button .select-icon, .legacy .dc-input-button .icon--legacy-wrapper, .legacy .dc-input-button .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .dc-input-button .dc_view_image_container.no-image, .legacy .dc-input-button .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .dc-input-button .ui-icon-closethick {
    display: none; }

.legacy button:not([role="presentation"]):not([class^="mce"]) {
  min-width: 0;
  margin-left: 5px; }

.legacy .dialog .button, .legacy .dialog body button.ui-widget.ui-button, body .legacy .dialog button.ui-widget.ui-button, .legacy .dialog body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], body .ui-datepicker .ui-datepicker-buttonpane .legacy .dialog input[type="button"], .legacy .dialog .blockLinkButton, .legacy .dialog .dc-input-button, .legacy .dialog button:not([role="presentation"]):not([class^="mce"]), .legacy .dialog .modalPopupButton, .legacy .dialog .ui-button.ui-button-text-only {
  margin-left: 0; }

.legacy .file-input button {
  margin-left: 0; }

.legacy select[disabled] {
  color: #aaa; }

.legacy .modern-add-link {
  white-space: nowrap; }
  .legacy .modern-add-link div {
    display: inline-block; }
  @media print {
    .legacy .modern-add-link {
      display: none !important; } }

.legacy .input_error {
  color: #AC0023; }

.legacy [id$="_hButton"], .legacy [src$="button_help.gif"] {
  display: none; }

.legacy .modalPopup {
  position: absolute; }

.legacy .ui-dialog.tooltip-dialog .ui-dialog-titlebar {
  height: 20px;
  margin-top: -10px;
  background: none; }
  .legacy .ui-dialog.tooltip-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: none; }
  .legacy .ui-dialog.tooltip-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 3px; }

.legacy .ui-dialog.tooltip-dialog.tooltip-dialog--column-info {
  display: flex; }
  .legacy .ui-dialog.tooltip-dialog.tooltip-dialog--column-info .ui-dialog-content {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    width: auto !important;
    height: auto !important;
    max-height: none !important; }
  .legacy .ui-dialog.tooltip-dialog.tooltip-dialog--column-info .ui-dialog-titlebar {
    position: absolute;
    right: 0;
    left: 0; }
  .legacy .ui-dialog.tooltip-dialog.tooltip-dialog--column-info .ui-resizable-e {
    width: 7px;
    right: -7px; }

.legacy .ui-dialog.tooltip-dialog {
  position: absolute;
  padding: 0;
  outline: none; }
  .legacy .ui-dialog.tooltip-dialog .ui-dialog-content {
    padding-top: 0px;
    padding-bottom: 10px; }
  .legacy .ui-dialog.tooltip-dialog .ui-dialog-content p:first-child {
    margin: 0; }

.legacy .ui-dialog.tooltip-dialog.tooltip-dialog--scroll-content {
  padding-bottom: 10px; }
  .legacy .ui-dialog.tooltip-dialog.tooltip-dialog--scroll-content .ui-widget-content {
    overflow: auto;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important; }
  .legacy .ui-dialog.tooltip-dialog.tooltip-dialog--scroll-content .ui-resizable-s {
    height: 6px; }

.legacy .modalHeader {
  margin-bottom: 10px; }

.legacy .modalText {
  margin-bottom: 20px; }

.legacy .modalButtons {
  text-align: right;
  white-space: nowrap; }

.legacy .modalPopupButton {
  min-width: 0; }

.legacy .modalBackground {
  background: RGBA(0, 0, 0, 0.2); }

.legacy .popup-list .popup__item-icon .icon, .legacy .popup-list .popup__item-icon .popup-menu__item--has-submenu:after, .legacy .popup-list .popup__item-icon .toggle__remove-icon, .legacy .popup-list .popup__item-icon .model-selector-dropdown-select-icon, .legacy .popup-list .popup__item-icon
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .legacy .popup-list .popup__item-icon .select-icon, .legacy .popup-list .popup__item-icon .ses-select .select-icon, .legacy .ses-select .popup-list .popup__item-icon .select-icon, .legacy .popup-list .popup__item-icon .icon--legacy-wrapper, .legacy .popup-list .popup__item-icon .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .popup-list .popup__item-icon .dc_view_image_container.no-image, .legacy .popup-list .popup__item-icon .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .popup-list .popup__item-icon .ui-icon-closethick {
  margin: 0;
  vertical-align: baseline; }

.legacy .ui-dialog {
  position: absolute;
  padding: 0; }
  .legacy .ui-dialog .ui-dialog-title {
    margin-bottom: 0; }
  .legacy .ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    border-radius: 2px 2px 0 0; }
  .legacy .ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    right: -11px;
    top: -7px; }
    .legacy .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
      position: absolute;
      right: 12px;
      top: 17px;
      height: 13px;
      width: 13px;
      background: white;
      border-radius: 100%; }
  .legacy .ui-dialog .ui-icon-closethick {
    background: none;
    text-indent: 0;
    font-size: 22px;
    width: auto;
    height: auto;
    z-index: 10; }

.legacy a.grid_tooltip {
  z-index: 0; }
  .legacy a.grid_tooltip:hover {
    z-index: 1; }

.legacy .tile {
  padding: 10px 20px; }

.legacy .ui-datepicker {
  z-index: 495 !important; }

.app-header {
  background: RGBA(0, 0, 0, 0.5); }

.app-header__logo-outer {
  background-color: white; }

.app-header__navi-item-content {
  padding-bottom: 11px; }

.app-header__navi-item-container:hover .app-header__box {
  background-color: RGBA(0, 0, 0, 0.3); }

.app-header__navi-item-icon {
  color: white; }

.app-header__approval-notification {
  background: #d9002f; }

.app-header__user-menu {
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }

.app-header__user-menu-container:hover .app-header__user-menu {
  background-color: RGBA(0, 0, 0, 0.3); }

.app-header__search-input {
  border: none;
  background: none;
  border-bottom: 2px solid white;
  box-shadow: none;
  color: white;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  width: 7em;
  vertical-align: bottom;
  margin-bottom: 6px; }

.app-header__search-input::placeholder {
  color: white !important;
  opacity: 0.8; }

/* - Internet Explorer 10�11
   - Internet Explorer Mobile 10-11 */
.app-header__search-input:-ms-input-placeholder {
  color: white !important;
  opacity: 0.8; }

/* Edge (also supports ::-webkit-input-placeholder) */
.app-header__search-input::-ms-input-placeholder {
  color: white !important;
  opacity: 0.8; }

.app-header__search-icon {
  margin-left: 0; }

.app-header__search-icon:hover {
  background: RGBA(0, 0, 0, 0.3); }

.app-header input::-webkit-input-placeholder {
  color: white; }

.app-header input:focus::-webkit-input-placeholder {
  color: transparent; }

.app-header__culture-selector-region {
  display: inline-block; }

@media (min-width: 1180px) and (max-width: 1385px) {
  .app-header--narrow-tool-container .app-header__tools {
    top: 0; }
  .app-header--narrow-tool-container .app-header__search {
    position: absolute;
    top: 0;
    right: 0; }
  .app-header--narrow-tool-container .app-header__user-menu-container {
    position: absolute;
    bottom: 0;
    right: 0; }
  .app-header--narrow-tool-container .app-header__task-state-region {
    position: absolute;
    top: 35px; } }

@media (max-width: 1180px) {
  .app-header__navi {
    vertical-align: bottom; }
  .app-header__navi-item-icon {
    display: none; }
  .app-header__navi-item,
  .app-header__navi-item-container--low {
    height: 40px;
    line-height: 40px; }
  .app-header__navi-item-link {
    line-height: 40px;
    margin-top: -4px; }
  .app-header__tools {
    top: 0;
    bottom: auto; }
  .app-header__task-state-region {
    position: absolute;
    top: 35px; } }

.heading, body .ui-dialog .ui-dialog-title, .legacy [id$="SearchResultsCountLabel"], .legacy .input-ui-tweak .td_datacardfields .dc_view_title, .legacy .block_top .block_name, .legacy .f_field_header.table-field-header,
.legacy .f_field_header.form-link-title, .legacy .f_field_header.table-field-header > p > strong,
.legacy .f_field_header.form-link-title > p > strong, .legacy .block_bottom_item_header, .legacy .public_query_titlebar, .legacy div.f_title, .legacy .table-field-header, .legacy .ui-dialog-title.f_field_header, .legacy .p_row_title, .legacy .profile-report-container .reportspecs_header_info span, .legacy .front_page_admin_select_fields, .legacy .modalHeader, .legacy .ui-dialog .ui-dialog-title {
  text-transform: uppercase;
  letter-spacing: 0.025rem; }

.tabs .tabs__tab-spacer {
  padding-right: 5px; }

.tabs .tabs__tab {
  background-color: RGBA(0, 0, 0, 0.6);
  padding: 8px 15px 5px; }

.tabs .tabs__tab--disabled {
  background-color: #ddd;
  opacity: 0.8; }

.tabs .tabs__tab:not(.tabs__tab--disabled):not(.tabs__tab--selected):hover {
  background: RGBA(0, 0, 0, 0.85); }

.tabs .tabs__tab.tabs__tab--selected {
  border-top: 2px solid #AC0023;
  padding-top: 6px; }

.button, body button.ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[type="button"], .legacy .blockLinkButton, .legacy .dc-input-button, .legacy button:not([role="presentation"]):not([class^="mce"]), .legacy .modalPopupButton, input[type=button].button, .ui-button.ui-button-text-only {
  box-shadow: none;
  padding: 5px 10px;
  border: none; }

.button[disabled="disabled"], body button[disabled="disabled"].ui-widget.ui-button, body .ui-datepicker .ui-datepicker-buttonpane input[disabled="disabled"][type="button"], .legacy [disabled="disabled"].blockLinkButton, .legacy [disabled="disabled"].dc-input-button, .legacy button[disabled="disabled"]:not([role="presentation"]):not([class^="mce"]), .legacy [disabled="disabled"].modalPopupButton, input[disabled="disabled"][type=button].button, [disabled="disabled"].ui-button.ui-button-text-only,
.button.button--disabled,
body button.button--disabled.ui-widget.ui-button,
body .ui-datepicker .ui-datepicker-buttonpane input.button--disabled[type="button"],
.legacy .button--disabled.blockLinkButton,
.legacy .button--disabled.dc-input-button,
.legacy button.button--disabled:not([role="presentation"]):not([class^="mce"]),
.legacy .button--disabled.modalPopupButton,
input.button--disabled[type=button].button,
input[type=button].ui-button[disabled="disabled"],
input[type=button].ui-button[disabled],
.button--disabled.ui-button.ui-button-text-only,
.ui-button[disabled="disabled"],
.ui-button[disabled] {
  border-color: transparent; }

.toggle__group-button-text {
  padding-top: 4px;
  padding-bottom: 4px; }

.link:not(.link--disabled) .link__icon, .input-ui-tweak .table-show-all:not(.link--disabled) .link__icon, .legacy .profile-report-container .button-info-text:not(.link--disabled) .link__icon,
.legacy .profile-report-container .specs-setup-label:not(.link--disabled) .link__icon, .legacy a:not(.link--disabled) .link__icon {
  color: #555; }

.link.link--text-only, .input-ui-tweak .link--text-only.table-show-all, .input-ui-tweak .legacy .table-show-all.dc-field-link, .legacy .input-ui-tweak .table-show-all.dc-field-link, .legacy .f_field_header .profile-report-container a.button-info-text, .legacy .profile-report-container .f_field_header a.button-info-text, .legacy .f_field_header .profile-report-container a.specs-setup-label, .legacy .profile-report-container .f_field_header a.specs-setup-label, .legacy .f_field_header a, .legacy .link.dc-field-link, .legacy .profile-report-container .dc-field-link.button-info-text, .legacy .profile-report-container .dc-field-link.specs-setup-label, .legacy a.dc-field-link, .legacy #profileContentTable a, .legacy .profile-report-container .link--text-only.button-info-text,
.legacy .profile-report-container .link--text-only.specs-setup-label, .legacy a.link--text-only {
  text-decoration: underline; }

.link.link--text-only:hover, .input-ui-tweak .link--text-only.table-show-all:hover, .input-ui-tweak .legacy .table-show-all.dc-field-link:hover, .legacy .input-ui-tweak .table-show-all.dc-field-link:hover, .legacy .f_field_header a:hover, .legacy .link.dc-field-link:hover, .legacy .profile-report-container .dc-field-link.button-info-text:hover, .legacy .profile-report-container .dc-field-link.specs-setup-label:hover, .legacy a.dc-field-link:hover, .legacy #profileContentTable a:hover, .legacy .profile-report-container .link--text-only.button-info-text:hover,
.legacy .profile-report-container .link--text-only.specs-setup-label:hover, .legacy a.link--text-only:hover {
  text-decoration: none; }

.app-header .link:not(.link--disabled) .link__icon, .app-header .input-ui-tweak .table-show-all:not(.link--disabled) .link__icon, .input-ui-tweak .app-header .table-show-all:not(.link--disabled) .link__icon, .app-header .legacy .profile-report-container .button-info-text:not(.link--disabled) .link__icon, .legacy .profile-report-container .app-header .button-info-text:not(.link--disabled) .link__icon, .app-header
.legacy .profile-report-container .specs-setup-label:not(.link--disabled) .link__icon,
.legacy .profile-report-container .app-header .specs-setup-label:not(.link--disabled) .link__icon, .app-header .legacy a:not(.link--disabled) .link__icon, .legacy .app-header a:not(.link--disabled) .link__icon {
  color: white; }

.login-page .modalBackground {
  background: #777; }

.tile, .report-edit-view .report-presentations-region .content-region {
  background-color: white; }

body .ui-datepicker .ui-datepicker-buttonpane input[type=button][type="button"], .legacy input[type=button].blockLinkButton, .legacy input[type=button].dc-input-button, .legacy input[type=button].modalPopupButton, input[type=button].button, input[type=button].ui-button.ui-button-text-only {
  min-width: 0; }

.ui-widget {
  font: 13px "Lato", sans-serif;
  color: #000; }
  .ui-widget input:not(.input):not(.select):not(.legacy select):not(.textarea):not(.legacy textarea):not(.optgroup):not(.legacy input[type="text"]):not(
  .legacy input[type="password"]), .ui-widget input:not(.button):not(body button.ui-widget.ui-button):not(body .ui-datepicker .ui-datepicker-buttonpane input[type="button"]):not(.legacy .blockLinkButton):not(.legacy .dc-input-button):not(.legacy button:not([role="presentation"]):not([class^="mce"])):not(.legacy .modalPopupButton):not(input[type=button].button):not(.ui-button.ui-button-text-only), .ui-widget input:not[type=button], .ui-widget select:not(.select):not(.legacy select), .ui-widget textarea:not(.input):not(.select):not(.legacy select):not(.textarea):not(.legacy textarea):not(.optgroup):not(.legacy input[type="text"]):not(
  .legacy input[type="password"]) {
    color: black; }

.ui-widget-content {
  background: white;
  color: #000; }

.ui-widget-overlay {
  background: RGBA(170, 170, 170, 0.4);
  opacity: 0.3; }

.ui-button.ui-button-text-only {
  min-width: 0;
  margin-right: 5px; }
  .ui-button.ui-button-text-only .ui-button-text {
    padding: 0px; }
  .ui-button.ui-button-text-only.ui-button-disabled, .ui-button.ui-button-text-only.ui-state-disabled {
    opacity: 1; }

.quick-data-access-view .quick-data-access-view__close-icon-container {
  position: absolute;
  right: -20px;
  top: -20px; }

.public-search-form .public-search-form__form-profile-controls, .public-search-form .public-search-form__form-controls {
  display: block;
  text-align: right; }

.public-search-form .public-search-form__form-profile-controls {
  margin-bottom: 10px; }

.public-search-profile-filter .public-search-profile-filter__close-icon {
  position: absolute;
  top: 0;
  right: 0; }

.public-search-frontpage-widget .public-search-frontpage-widget__close-icon-container {
  visibility: hidden;
  position: absolute;
  right: -20px;
  top: -20px; }

.public-search-frontpage-widget.search-visible .public-search-frontpage-widget__close-icon-container {
  visibility: visible; }

.toggle {
  border: none;
  padding: 0;
  cursor: default; }

.public-search-frontpage-widget .public-search-form .description {
  font-weight: normal;
  color: #000;
  margin-bottom: 15px; }

@media screen {
  .public-search-frontpage-widget .public-search-form .public-search-profile-filter {
    box-shadow: 0 0 20px 1px RGBA(0, 0, 0, 0.05); } }

.report-header-view .report-info-container .report-name .heading, .report-header-view .report-info-container .report-name body .ui-dialog .ui-dialog-title, body .ui-dialog .report-header-view .report-info-container .report-name .ui-dialog-title, .report-header-view .report-info-container .report-name .legacy [id$="SearchResultsCountLabel"], .legacy .report-header-view .report-info-container .report-name [id$="SearchResultsCountLabel"], .report-header-view .report-info-container .report-name .legacy .input-ui-tweak .td_datacardfields .dc_view_title, .legacy .input-ui-tweak .td_datacardfields .report-header-view .report-info-container .report-name .dc_view_title, .report-header-view .report-info-container .report-name .legacy .block_top .block_name, .legacy .block_top .report-header-view .report-info-container .report-name .block_name, .report-header-view .report-info-container .report-name
.legacy .f_field_header.form-link-title,
.legacy .report-header-view .report-info-container .report-name .f_field_header.form-link-title, .report-header-view .report-info-container .report-name .legacy .f_field_header.table-field-header > p > strong, .legacy .report-header-view .report-info-container .report-name .f_field_header.table-field-header > p > strong, .report-header-view .report-info-container .report-name
.legacy .f_field_header.form-link-title > p > strong,
.legacy .report-header-view .report-info-container .report-name .f_field_header.form-link-title > p > strong, .report-header-view .report-info-container .report-name .legacy .block_bottom_item_header, .legacy .report-header-view .report-info-container .report-name .block_bottom_item_header, .report-header-view .report-info-container .report-name .legacy .public_query_titlebar, .legacy .report-header-view .report-info-container .report-name .public_query_titlebar, .report-header-view .report-info-container .report-name .legacy div.f_title, .legacy .report-header-view .report-info-container .report-name div.f_title, .report-header-view .report-info-container .report-name .legacy .table-field-header, .legacy .report-header-view .report-info-container .report-name .table-field-header, .report-header-view .report-info-container .report-name .legacy .ui-dialog-title.f_field_header, .legacy .report-header-view .report-info-container .report-name .ui-dialog-title.f_field_header, .report-header-view .report-info-container .report-name .legacy .p_row_title, .legacy .report-header-view .report-info-container .report-name .p_row_title, .report-header-view .report-info-container .report-name .legacy .profile-report-container .reportspecs_header_info span, .legacy .profile-report-container .reportspecs_header_info .report-header-view .report-info-container .report-name span, .report-header-view .report-info-container .report-name .legacy .front_page_admin_select_fields, .legacy .report-header-view .report-info-container .report-name .front_page_admin_select_fields, .report-header-view .report-info-container .report-name .legacy .modalHeader, .legacy .report-header-view .report-info-container .report-name .modalHeader, .report-header-view .report-info-container .report-name .legacy .ui-dialog .ui-dialog-title, .legacy .ui-dialog .report-header-view .report-info-container .report-name .ui-dialog-title {
  font-size: 28px; }

.report-table-presentation-view .paging-region,
.sqm-report .paging-region {
  padding-top: 0; }

.footer .paging-region {
  margin-top: 10px; }

.report-list-main-view .user-reports, .report-list-main-view .shared-reports {
  padding-bottom: 10px; }

.report-list-main-view .user-reports .report-list-container, .report-list-main-view .shared-reports .report-list-container {
  padding-top: 0; }

/*// Override specific list background-colors
    .report-list-main-view .user-reports .report-list li, 
    .report-list-main-view .shared-reports .report-list li {
        background-color: $backgroundColorDefault;
    }
    .report-list-main-view .user-reports .report-list li.odd, 
    .report-list-main-view .shared-reports .report-list li.odd {
        background-color: $backgroundColorHighlightOdd;
    }*/
.result-table .table__cell a {
  color: #000;
  text-decoration: none; }

.result-table .table__cell span {
  text-decoration: inherit;
  white-space: pre-line; }

.result-table .dc-passive .table__cell a {
  color: #a6a6a6; }

.result-table .headerColumn-first .content-container {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.result-table .header-row {
  position: relative; }

.result-table .table__body .table__row, .result-table .table__body .table__row label, .result-table .table__body .table__row input[type=checkbox] {
  cursor: pointer; }

.result-table .content-container {
  padding-right: 25px; }

.result-table .report-header-basic--has-date-icon .content-container {
  padding-right: 40px; }

.result-table .header-container .date-icon-container {
  position: absolute;
  right: 16px;
  top: -1px; }
  .result-table .header-container .date-icon-container i {
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg);
    /* Chrome, Safari, Opera */
    transform: rotate(10deg);
    font-size: 16px; }

.result-table .sort-container {
  position: absolute;
  right: 0;
  top: 0; }

.result-table .input-choice-item {
  text-align: center;
  margin: 0; }

.column-aggregates:not(.floating) .table__cell {
  border-top: none; }

.report-table-presentation-view .render-result-region-container .colum-aggregates-region {
  z-index: auto; }

.column-aggregates.floating {
  z-index: 10; }

.report-table-presentation-view .report-column-aggregate-selector {
  padding-top: 3px; }

.sqm-report .result-table .table__row {
  cursor: default; }

.sqm-report .inner-table-cell {
  padding: 0; }

_:-ms-lang(x), .column-aggregates .column-aggregates-table {
  margin-left: -0.5px; }

.approvals-region {
  position: relative; }

.approval-items-table-container tbody:hover {
  background: #f8f8f8; }

.approvals-widget .approval-items .approval-item-history-row.first-row td {
  padding-top: 5px; }

.approvals-widget .approval-items .approval-item-footer-row td {
  padding-top: 15px;
  padding-bottom: 5px; }

.approval-spacing-animation-row td {
  transition: height 0.3s;
  height: 0px; }

.details-visible .approval-spacing-animation-row {
  display: none; }

.approval-item-separator-row td {
  padding-right: 0;
  padding-left: 0;
  background: white; }

.filter-summaries-view .filter-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  background: white; }

.report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected {
  font-weight: bold; }
  .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container {
    border-color: #555; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container
    .model-selector-dropdown-view .select-icon,
    .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.is-selected .icon-container .ui-icon-closethick {
      background-color: #555;
      color: white; }

.report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled {
  color: #aaa; }
  .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container {
    border-color: transparent; }
    .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container
    .model-selector-dropdown-view .select-icon,
    .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view.disabled .icon-container .ui-icon-closethick {
      background-color: #aaa; }

.report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container {
  border: 3px solid transparent; }
  .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .popup-menu__item--has-submenu:after, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .toggle__remove-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .model-selector-dropdown-select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container
  .model-selector-dropdown-view .select-icon,
  .model-selector-dropdown-view .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ses-select .select-icon, .legacy .ses-select .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .select-icon, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .icon--legacy-wrapper, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .dc_view_image_container.no-image, .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-presentation-configuration-view .report-presentation-selector-view .report-presentation-selector-item-view .icon-container .ui-icon-closethick {
    font-size: 22px;
    background-color: #555;
    color: white; }

.datafield-selector-view .working-indicator-container {
  padding-top: 5px;
  margin-left: 75px; }

.datafield-selector-view .working-indicator-container.browse-list {
  margin-left: 230px; }

li .browseField.selectable {
  color: #000 !important; }

.non-selectable {
  color: #aaa; }

.datafield-selector-dropdown.ui-widget-content a {
  color: #000; }

.default-report-view .teaser-text {
  margin-bottom: 10px; }

.default-report-view .report-header .teaser-text {
  margin-bottom: 0; }

.default-report-view .cardbase-selector-region {
  max-width: 400px; }

.datafield_selector.no-autocomplete .autocomplete {
  display: none; }

.report-column-selector-view .report-column-selector-selected-column-group-view .icon.background, .report-column-selector-view .report-column-selector-selected-column-group-view .background.popup-menu__item--has-submenu:after, .report-column-selector-view .report-column-selector-selected-column-group-view .background.toggle__remove-icon, .report-column-selector-view .report-column-selector-selected-column-group-view .background.model-selector-dropdown-select-icon, .report-column-selector-view .report-column-selector-selected-column-group-view
.model-selector-dropdown-view .background.select-icon,
.model-selector-dropdown-view .report-column-selector-view .report-column-selector-selected-column-group-view .background.select-icon, .report-column-selector-view .report-column-selector-selected-column-group-view .legacy .ses-select .background.select-icon, .legacy .ses-select .report-column-selector-view .report-column-selector-selected-column-group-view .background.select-icon, .report-column-selector-view .report-column-selector-selected-column-group-view .background.icon--legacy-wrapper, .report-column-selector-view .report-column-selector-selected-column-group-view .legacy .input-ui-tweak .background.dc_view_image_container.no-image, .legacy .input-ui-tweak .report-column-selector-view .report-column-selector-selected-column-group-view .background.dc_view_image_container.no-image, .report-column-selector-view .report-column-selector-selected-column-group-view .legacy .ui-dialog .background.ui-icon-closethick, .legacy .ui-dialog .report-column-selector-view .report-column-selector-selected-column-group-view .background.ui-icon-closethick,
.report-column-selector-view .report-column-selector-selected-column-group-view .icon.remove-group,
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.popup-menu__item--has-submenu:after,
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.toggle__remove-icon,
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.model-selector-dropdown-select-icon,
.report-column-selector-view .report-column-selector-selected-column-group-view
.model-selector-dropdown-view .remove-group.select-icon,
.model-selector-dropdown-view
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.select-icon,
.report-column-selector-view .report-column-selector-selected-column-group-view .legacy .ses-select .remove-group.select-icon, .legacy .ses-select
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.select-icon,
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.icon--legacy-wrapper,
.report-column-selector-view .report-column-selector-selected-column-group-view .legacy .input-ui-tweak .remove-group.dc_view_image_container.no-image, .legacy .input-ui-tweak
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.dc_view_image_container.no-image,
.report-column-selector-view .report-column-selector-selected-column-group-view .legacy .ui-dialog .remove-group.ui-icon-closethick, .legacy .ui-dialog
.report-column-selector-view .report-column-selector-selected-column-group-view .remove-group.ui-icon-closethick {
  color: #555; }

.close-icon-anchor {
  position: absolute;
  top: 0;
  right: 0; }

.timeframe input.timeframe-input {
  width: 6.5em; }

input[type="checkbox"],
input[type="radio"] {
  bottom: auto;
  margin-right: 3px; }

.report-column-selector-selected-column-view .icon, .report-column-selector-selected-column-view .popup-menu__item--has-submenu:after, .report-column-selector-selected-column-view .toggle__remove-icon, .report-column-selector-selected-column-view .model-selector-dropdown-select-icon, .report-column-selector-selected-column-view
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .report-column-selector-selected-column-view .select-icon, .report-column-selector-selected-column-view .legacy .ses-select .select-icon, .legacy .ses-select .report-column-selector-selected-column-view .select-icon, .report-column-selector-selected-column-view .icon--legacy-wrapper, .report-column-selector-selected-column-view .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .report-column-selector-selected-column-view .dc_view_image_container.no-image, .report-column-selector-selected-column-view .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .report-column-selector-selected-column-view .ui-icon-closethick {
  position: relative;
  margin-left: 5px; }

.gant-segment-popup-view .control {
  margin-right: 10px; }

.frame-page {
  min-width: 100%; }

.frame-content {
  width: auto;
  min-width: 100%;
  margin-top: 0;
  font-size: 0; }

.frame-content iframe {
  min-width: 100%; }

@media print {
  .datacard-navigation-region {
    display: none !important; } }

.content-header.content-header--frame-header {
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: RGBA(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  letter-spacing: 0.025rem;
  border-radius: 2px 2px 0 0; }
  .content-header.content-header--frame-header .breadcrumb-node {
    border-radius: 0;
    background: none;
    padding: 0; }
    .content-header.content-header--frame-header .breadcrumb-node a, .content-header.content-header--frame-header .breadcrumb-node a:hover, .content-header.content-header--frame-header .breadcrumb-node a:active, .content-header.content-header--frame-header .breadcrumb-node a:visited {
      color: white; }
  .content-header.content-header--frame-header .menu-title.root-node {
    padding: 0; }
  .content-header.content-header--frame-header .menu-title.root-node {
    border: none; }
    .content-header.content-header--frame-header .menu-title.root-node a {
      display: inline-block;
      height: 40px;
      color: white;
      padding: 0 20px; }
      .content-header.content-header--frame-header .menu-title.root-node a:hover {
        background: RGBA(0, 0, 0, 0.3); }
  .content-header.content-header--frame-header .breadcrumb-node-txt {
    padding-top: 0;
    text-transform: uppercase; }
  .content-header.content-header--frame-header.breadcrumb--prefixed-title .root-node .breadcrumb-node-txt {
    max-width: 400px; }
  .content-header.content-header--frame-header .fa, .content-header.content-header--frame-header .icon, .content-header.content-header--frame-header .popup-menu__item--has-submenu:after, .content-header.content-header--frame-header .toggle__remove-icon, .content-header.content-header--frame-header .model-selector-dropdown-select-icon, .content-header.content-header--frame-header
  .model-selector-dropdown-view .select-icon,
  .model-selector-dropdown-view .content-header.content-header--frame-header .select-icon, .content-header.content-header--frame-header .legacy .ses-select .select-icon, .legacy .ses-select .content-header.content-header--frame-header .select-icon, .content-header.content-header--frame-header .icon--legacy-wrapper, .content-header.content-header--frame-header .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .content-header.content-header--frame-header .dc_view_image_container.no-image, .content-header.content-header--frame-header .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .content-header.content-header--frame-header .ui-icon-closethick, .content-header.content-header--frame-header .icon-stack__background, .content-header.content-header--frame-header .icon-stack__foreground, .content-header.content-header--frame-header .button.button--context-menu:after, .content-header.content-header--frame-header body button.button--context-menu.ui-widget.ui-button:after, body .content-header.content-header--frame-header button.button--context-menu.ui-widget.ui-button:after, .content-header.content-header--frame-header body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:after, body .ui-datepicker .ui-datepicker-buttonpane .content-header.content-header--frame-header input.button--context-menu[type="button"]:after, .content-header.content-header--frame-header .legacy .button--context-menu.blockLinkButton:after, .legacy .content-header.content-header--frame-header .button--context-menu.blockLinkButton:after, .content-header.content-header--frame-header .legacy .button--context-menu.dc-input-button:after, .legacy .content-header.content-header--frame-header .button--context-menu.dc-input-button:after, .content-header.content-header--frame-header .legacy button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .content-header.content-header--frame-header button.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .content-header.content-header--frame-header .legacy .button--context-menu.modalPopupButton:after, .legacy .content-header.content-header--frame-header .button--context-menu.modalPopupButton:after, .content-header.content-header--frame-header .button--context-menu.ui-button.ui-button-text-only:after, .content-header.content-header--frame-header body .ui-datepicker .ui-icon, body .ui-datepicker .content-header.content-header--frame-header .ui-icon, .content-header.content-header--frame-header .datacard-image-container--no-image {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 2em;
    text-align: center;
    color: white; }
  .content-header.content-header--frame-header .fa.disabled, .content-header.content-header--frame-header .disabled.icon, .content-header.content-header--frame-header .disabled.popup-menu__item--has-submenu:after, .content-header.content-header--frame-header .disabled.toggle__remove-icon, .content-header.content-header--frame-header .disabled.model-selector-dropdown-select-icon, .content-header.content-header--frame-header
  .model-selector-dropdown-view .disabled.select-icon,
  .model-selector-dropdown-view .content-header.content-header--frame-header .disabled.select-icon, .content-header.content-header--frame-header .legacy .ses-select .disabled.select-icon, .legacy .ses-select .content-header.content-header--frame-header .disabled.select-icon, .content-header.content-header--frame-header .disabled.icon--legacy-wrapper, .content-header.content-header--frame-header .legacy .input-ui-tweak .disabled.dc_view_image_container.no-image, .legacy .input-ui-tweak .content-header.content-header--frame-header .disabled.dc_view_image_container.no-image, .content-header.content-header--frame-header .legacy .ui-dialog .disabled.ui-icon-closethick, .legacy .ui-dialog .content-header.content-header--frame-header .disabled.ui-icon-closethick, .content-header.content-header--frame-header .disabled.icon-stack__background, .content-header.content-header--frame-header .disabled.icon-stack__foreground, .content-header.content-header--frame-header .disabled.button.button--context-menu:after, .content-header.content-header--frame-header body button.disabled.button--context-menu.ui-widget.ui-button:after, body .content-header.content-header--frame-header button.disabled.button--context-menu.ui-widget.ui-button:after, .content-header.content-header--frame-header body .ui-datepicker .ui-datepicker-buttonpane input.disabled.button--context-menu[type="button"]:after, body .ui-datepicker .ui-datepicker-buttonpane .content-header.content-header--frame-header input.disabled.button--context-menu[type="button"]:after, .content-header.content-header--frame-header .legacy .disabled.button--context-menu.blockLinkButton:after, .legacy .content-header.content-header--frame-header .disabled.button--context-menu.blockLinkButton:after, .content-header.content-header--frame-header .legacy .disabled.button--context-menu.dc-input-button:after, .legacy .content-header.content-header--frame-header .disabled.button--context-menu.dc-input-button:after, .content-header.content-header--frame-header .legacy button.disabled.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .legacy .content-header.content-header--frame-header button.disabled.button--context-menu:not([class^="mce"]):not([role="presentation"]):after, .content-header.content-header--frame-header .legacy .disabled.button--context-menu.modalPopupButton:after, .legacy .content-header.content-header--frame-header .disabled.button--context-menu.modalPopupButton:after, .content-header.content-header--frame-header .disabled.button--context-menu.ui-button.ui-button-text-only:after, .content-header.content-header--frame-header body .ui-datepicker .disabled.ui-icon, body .ui-datepicker .content-header.content-header--frame-header .disabled.ui-icon, .content-header.content-header--frame-header .disabled.datacard-image-container--no-image {
    color: #aaa; }
  .content-header.content-header--frame-header .fa:not(.disabled):hover, .content-header.content-header--frame-header .icon:not(.disabled):hover, .content-header.content-header--frame-header .popup-menu__item--has-submenu:not(.disabled):hover:after, .content-header.content-header--frame-header .toggle__remove-icon:not(.disabled):hover, .content-header.content-header--frame-header .model-selector-dropdown-select-icon:not(.disabled):hover, .content-header.content-header--frame-header
  .model-selector-dropdown-view .select-icon:not(.disabled):hover,
  .model-selector-dropdown-view .content-header.content-header--frame-header .select-icon:not(.disabled):hover, .content-header.content-header--frame-header .legacy .ses-select .select-icon:not(.disabled):hover, .legacy .ses-select .content-header.content-header--frame-header .select-icon:not(.disabled):hover, .content-header.content-header--frame-header .icon--legacy-wrapper:not(.disabled):hover, .content-header.content-header--frame-header .legacy .input-ui-tweak .dc_view_image_container.no-image:not(.disabled):hover, .legacy .input-ui-tweak .content-header.content-header--frame-header .dc_view_image_container.no-image:not(.disabled):hover, .content-header.content-header--frame-header .legacy .ui-dialog .ui-icon-closethick:not(.disabled):hover, .legacy .ui-dialog .content-header.content-header--frame-header .ui-icon-closethick:not(.disabled):hover, .content-header.content-header--frame-header .icon-stack__background:not(.disabled):hover, .content-header.content-header--frame-header .icon-stack__foreground:not(.disabled):hover, .content-header.content-header--frame-header .button.button--context-menu:not(.disabled):hover:after, .content-header.content-header--frame-header body button.button--context-menu.ui-widget.ui-button:not(.disabled):hover:after, body .content-header.content-header--frame-header button.button--context-menu.ui-widget.ui-button:not(.disabled):hover:after, .content-header.content-header--frame-header body .ui-datepicker .ui-datepicker-buttonpane input.button--context-menu[type="button"]:not(.disabled):hover:after, body .ui-datepicker .ui-datepicker-buttonpane .content-header.content-header--frame-header input.button--context-menu[type="button"]:not(.disabled):hover:after, .content-header.content-header--frame-header .legacy .button--context-menu.blockLinkButton:not(.disabled):hover:after, .legacy .content-header.content-header--frame-header .button--context-menu.blockLinkButton:not(.disabled):hover:after, .content-header.content-header--frame-header .legacy .button--context-menu.dc-input-button:not(.disabled):hover:after, .legacy .content-header.content-header--frame-header .button--context-menu.dc-input-button:not(.disabled):hover:after, .content-header.content-header--frame-header .legacy button.button--context-menu:not([class^="mce"]):not([role="presentation"]):not(.disabled):hover:after, .legacy .content-header.content-header--frame-header button.button--context-menu:not([class^="mce"]):not([role="presentation"]):not(.disabled):hover:after, .content-header.content-header--frame-header .legacy .button--context-menu.modalPopupButton:not(.disabled):hover:after, .legacy .content-header.content-header--frame-header .button--context-menu.modalPopupButton:not(.disabled):hover:after, .content-header.content-header--frame-header .button--context-menu.ui-button.ui-button-text-only:not(.disabled):hover:after, .content-header.content-header--frame-header body .ui-datepicker .ui-icon:not(.disabled):hover, body .ui-datepicker .content-header.content-header--frame-header .ui-icon:not(.disabled):hover, .content-header.content-header--frame-header .datacard-image-container--no-image:not(.disabled):hover {
    background: RGBA(0, 0, 0, 0.3); }

.quick-data-access-view .card-base-selection .region-separator-container,
.public-search-frontpage-widget.is-wide.search-visible .region-separator-container {
  top: -20px;
  bottom: -20px; }

#sympa-orgchart-lastupdated-container {
  font: 13px "Lato", sans-serif;
  text-transform: none; }

.approve-control .icon, .approve-control .popup-menu__item--has-submenu:after, .approve-control .toggle__remove-icon, .approve-control .model-selector-dropdown-select-icon, .approve-control
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .approve-control .select-icon, .approve-control .legacy .ses-select .select-icon, .legacy .ses-select .approve-control .select-icon, .approve-control .icon--legacy-wrapper, .approve-control .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .approve-control .dc_view_image_container.no-image, .approve-control .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .approve-control .ui-icon-closethick {
  color: green; }

.decline-control .icon, .decline-control .popup-menu__item--has-submenu:after, .decline-control .toggle__remove-icon, .decline-control .model-selector-dropdown-select-icon, .decline-control
.model-selector-dropdown-view .select-icon,
.model-selector-dropdown-view .decline-control .select-icon, .decline-control .legacy .ses-select .select-icon, .legacy .ses-select .decline-control .select-icon, .decline-control .icon--legacy-wrapper, .decline-control .legacy .input-ui-tweak .dc_view_image_container.no-image, .legacy .input-ui-tweak .decline-control .dc_view_image_container.no-image, .decline-control .legacy .ui-dialog .ui-icon-closethick, .legacy .ui-dialog .decline-control .ui-icon-closethick {
  color: #AC0023; }

.team-api-extra-field__remove-icon {
  margin-left: 5px;
  cursor: pointer; }

.dlg-checkbox-container .input-choice-item {
  white-space: normal; }

.dlg-checkbox-container label {
  display: inline; }

.datacard-autocomplete-selector .ui-menu-item {
  padding: 0; }

.datacard-autocomplete-selector .ui-menu-item-wrapper {
  display: block;
  padding: 2.5px 5px; }

.datacard-autocomplete-selector .ui-menu-item-wrapper.ui-state-active {
  background: #eee; }

.datacard-autocomplete-selector .msg-menu-item {
  padding: 2.5px 5px;
  cursor: default; }

.datafield-selector-view .ui-autocomplete div.non-selectable {
  margin: 0;
  padding: 0; }

.datafield-selector-view .ui-autocomplete .datafield-category.ui-menu-item {
  margin: 0;
  padding: 2.5px;
  padding-left: 20px; }

.datafield-selector-view .ui-autocomplete .datafield.ui-menu-item {
  margin: 0;
  padding: 0; }
  .datafield-selector-view .ui-autocomplete .datafield.ui-menu-item a, .datafield-selector-view .ui-autocomplete .datafield.ui-menu-item .ui-menu-item-wrapper {
    display: block;
    padding: 1px;
    padding-left: 30px; }

.datafield-selector-view .ui-autocomplete .datafield.ui-menu-item:not(.non-selectable) .ui-state-active {
  background: #eee; }

.datafield-selector-view .ui-autocomplete .tablefield.ui-menu-item-wrapper {
  padding: 2.5px;
  padding-left: 30px; }

.datafield-selector-view .ui-autocomplete .datafield_selector_field_in_tbl {
  margin: 0;
  padding-left: 10px; }

.datacard-autocomplete-selector .report-inactive-datacard {
  width: auto; }

.ui-autocomplete {
  margin-top: -1px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05); }

.passive-visibility-selector {
  background: #f8f8f8; }

.passive-visibility-selector .link, .passive-visibility-selector .input-ui-tweak .table-show-all, .input-ui-tweak .passive-visibility-selector .table-show-all, .passive-visibility-selector .legacy .profile-report-container .button-info-text, .legacy .profile-report-container .passive-visibility-selector .button-info-text, .passive-visibility-selector
.legacy .profile-report-container .specs-setup-label,
.legacy .profile-report-container .passive-visibility-selector .specs-setup-label, .passive-visibility-selector .legacy a, .legacy .passive-visibility-selector a {
  width: 100%; }

.link__end {
  display: inline-block;
  float: right; }

.approval-items .card-name a:hover, .approval-items .form-name a:hover {
  text-decoration: underline; }

.global-working-indicator .glass {
  z-index: 500; }

.report-conditions-view .static-conditions .input-choice-item {
  min-height: 19px;
  margin-top: 4px;
  margin-bottom: 4px; }

.input-choice-item {
  display: block;
  margin: 5px 0;
  white-space: nowrap; }
  .input-choice-item input:disabled + label {
    color: #aaa;
    cursor: default; }
  .input-choice-item input + label {
    cursor: pointer;
    display: inline-block; }

.datafield-selector-dropdown {
  max-height: 301px;
  min-width: 250px;
  overflow: auto; }

.ui-autocomplete .datafield-category {
  cursor: default; }

.ui-autocomplete .non-selectable.tablefield {
  color: #000; }

.ui-autocomplete .non-selectable {
  cursor: default; }

.ui-autocomplete .is-label .non-selectable {
  color: #aaa; }
