/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**************************************************************************************
* This file is intended for font styles.
**************************************************************************************/
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'), url('Fonts/Karla/400.woff') format('woff');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: local('Karla Italic'), local('Karla-Italic'), url('Fonts/Karla/400-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: bold;
  src: local('Karla'), local('Karla-Regular'), url('Fonts/Karla/700.woff') format('woff');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: bold;
  src: local('Karla Italic'), local('Karla-Italic'), url('Fonts/Karla/700-Italic.woff') format('woff');
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('Fonts/Roboto-Flex/Roboto-Flex-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('Fonts/Roboto-Flex/Roboto-Flex-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* This file is copied to all Products.
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/*************************************************************
* New Theme Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
/**************************************************************************************
* This file is intended for base style layouts used across all products.
**************************************************************************************/
body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #444;
  font-family: "Roboto Flex", "Open Sans", roboto, Helvetica Neue, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-display: block;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
  background-color: #F5F5F5;
}
h1 {
  line-height: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
h2 {
  line-height: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
h3 {
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
h4 {
  line-height: 100%;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
h5 {
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 7px;
}
h6 {
  line-height: 100%;
  font-size: 15px;
  margin-bottom: 7px;
}
th {
  font-weight: 500;
}
b,
strong {
  font-weight: 600;
}
p {
  margin: 7px 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  color: #5B85AA;
}
a:hover {
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: #914C94;
}
ul {
  margin: 7px 0;
  padding: 0 0 0 25px;
  list-style-type: none;
}
ul li {
  list-style-type: circle;
}
hr {
  border: 1px solid #282b3a;
}
input,
textarea,
select,
button {
  color: #444;
  padding: 0.25em 0.5em;
  border: 1px solid #AAAAAA;
  font-family: inherit;
  border-style: solid;
}
input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"],
button[type="checkbox"],
input[type="radio"],
textarea[type="radio"],
select[type="radio"],
button[type="radio"] {
  width: 20px;
}
select::-ms-expand {
  border: none;
  background-color: inherit;
  color: inherit;
}
input[type="button"],
input[type="submit"],
button {
  border: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #aaaaaa;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #aaaaaa;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #aaaaaa;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #aaaaaa;
}
input[type=text],
input[type=password],
textarea,
select {
  min-height: 25px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}
input[type=text] .select2-input,
input[type=password] .select2-input,
textarea .select2-input,
select .select2-input {
  background-position-x: right 8px;
  background-position-y: -22px, 0%;
}
input[type=submit].button,
input[type=button].button {
  border: 1px solid rgba(27, 31, 35, 0.2);
}
code,
code.console {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ie-message {
  display: none;
  text-align: center;
  height: 0px;
  padding: 0px;
  margin: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-message {
    display: block;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ee9d66;
  }
}
/**************************************************************************************
* This file is intended for icon styles.
**************************************************************************************/
.icon {
  font-size: 0;
  opacity: 0.5;
}
.icon:hover {
  opacity: 1;
  transition: opacity ease 250ms;
}
.icon.button {
  box-shadow: none;
}
.icon.delete {
  width: 20px;
  height: 20px;
  background-image: url('icons/delete.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.redo {
  width: 20px;
  height: 20px;
  background-image: url('Icons/redo.png');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.edit {
  width: 20px;
  height: 20px;
  background-image: url('icons/edit.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.download {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/blue-download.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.settings {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/white-settings.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.job {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/blue-tie.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.user {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/white-user.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.search {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/white-search.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.add {
  width: 20px;
  height: 20px;
  background-image: url('Icons/add.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.run {
  width: 20px;
  height: 20px;
  background-image: url('Icons/run.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.info {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/blue-info.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.warning {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/orange-alert.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.error {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/red-exclamation.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.debug {
  width: 20px;
  height: 20px;
  background-image: url('Icons2/gray-settings.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-size: 70%;
}
.icon.help {
  width: 16px;
  height: 16px;
  background: url('icons/help.svg');
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.icon.disabled {
  cursor: not-allowed;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.icon.clean {
  cursor: default;
  opacity: 1;
}
.icon.clean:hover {
  transition: none;
}
/**************************************************************************************
* This file is for non-canonical styles.  Do not add to this unless absolutely needed.
**************************************************************************************/
.error-log tr.unread td,
.error-log tr.unread a {
  font-weight: bold;
}
.error-log .status-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
}
.error-log .status-icon.warning {
  background-image: url('/Resources/Images/Icons/status-warning.svg');
}
.error-log .status-icon.error {
  background-image: url('/Resources/Images/Icons/status-fail.svg');
}
.error-log tr td:last-child,
.error-log tr th:last-child {
  width: 25px;
}
.stack-trace-view > div {
  white-space: pre;
  font-family: 'Consolas';
  padding: 10px;
  width: 95%;
  font-size: 11px;
  max-height: 425px;
  overflow: auto;
}
.live-output {
  font-family: 'Consolas';
  overflow-y: scroll;
  height: 300px;
  font-size: 8pt;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.live-output span {
  display: block;
}
.live-output .debug {
  color: #bbbbbb;
}
.live-output .debug:before {
  content: 'DEBUG: ';
}
.live-output .info {
  color: #333333;
}
.live-output .info:before {
  content: ' INFO: ';
}
.live-output .warning {
  color: #ff9e28;
}
.live-output .warning:before {
  content: ' WARN: ';
}
.live-output .error {
  color: #d81731;
}
.live-output .error:before {
  content: 'ERROR: ';
}
.live-status .start-time {
  float: left;
}
.live-status .elapsed-time {
  float: right;
}
.live-status .separator {
  clear: both;
}
.live-status .status-text {
  font-size: 14px;
  font-weight: normal;
}
.white-box {
  background-color: white;
  border-radius: 6px;
  margin-bottom: 20px;
}
.padded-box {
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.assessment {
  border-radius: 3px;
}
.diffs .delete {
  color: red;
  background-color: pink;
  text-decoration: line-through;
}
.diffs .insert {
  color: darkgreen;
  background-color: lightgreen;
  font-weight: bold;
}
.dialog-help-button.icon.help {
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 10;
  background-size: auto;
}
.hilite-container .hilite {
  color: #A55;
}
.hilite-container .variable {
  color: #55A;
}
/***************************************************************************************************************
* This file is intended for shared less variables and shared less mixins styles that are only used in InedoLib.  
****************************************************************************************************************/
/**************************************************************************************
* This file is intended for info-box and info-block styles.
**************************************************************************************/
.info-box {
  box-sizing: content-box;
  background-size: 24px 24px;
  background-color: #ffffff !important;
  background-image: none !important;
  background-position: 10px 10px;
  border-radius: 5px;
  color: #444444;
  background-repeat: no-repeat;
  min-height: 25px;
  margin: 15px 5px;
  border: 1px solid #e8edef;
  border-left-width: 7px;
  font-size: 13px;
  padding: 10px;
  box-shadow: 5px 5px 10px #EBEBEB;
}
.info-box h2 {
  font-size: 17px;
  margin: 0 0 3px 0;
  font-size: 16px;
}
.info-box a:not(.button) {
  text-decoration: underline;
  color: #444444;
}
.info-box a:not(.button):hover {
  color: #ffffff;
  color: #000000;
}
.info-box p {
  margin-top: 0;
}
.info-box p:last-child {
  margin-bottom: 0;
}
.info-box .action-button-container {
  font-size: 12.6px;
}
.info-box .action-button-container a.button {
  text-decoration: none;
}
.info-box.error {
  background-image: url('icons2/white-exclamation.svg');
  background-color: #de5948;
  border-color: #f1b0b5;
  border-left-color: #cb2431;
}
.info-box.error .action-button-container a.button {
  color: #de5948;
  border-color: #de5948;
}
.info-box.error h2 {
  color: #cb2431;
}
.info-box.error h2 a {
  color: #cb2431;
}
.info-box.error .action-button-container a.button {
  text-decoration: none;
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.error .action-button-container a.button:active,
.info-box.error .action-button-container a.button.selected,
.info-box.error .action-button-container a.button.solid:active,
.info-box.error .action-button-container a.button.hollow:active,
.info-box.error .action-button-container a.button.solid.selected,
.info-box.error .action-button-container a.button.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button:hover,
.info-box.error .action-button-container a.button.solid:hover,
.info-box.error .action-button-container a.button.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.error .action-button-container a.button.blue:active,
.info-box.error .action-button-container a.button.blue.selected,
.info-box.error .action-button-container a.button.blue.solid:active,
.info-box.error .action-button-container a.button.blue.hollow:active,
.info-box.error .action-button-container a.button.blue.solid.selected,
.info-box.error .action-button-container a.button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.blue:hover,
.info-box.error .action-button-container a.button.blue.solid:hover,
.info-box.error .action-button-container a.button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.error .action-button-container a.button.grey:active,
.info-box.error .action-button-container a.button.grey.selected,
.info-box.error .action-button-container a.button.grey.solid:active,
.info-box.error .action-button-container a.button.grey.hollow:active,
.info-box.error .action-button-container a.button.grey.solid.selected,
.info-box.error .action-button-container a.button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.grey:hover,
.info-box.error .action-button-container a.button.grey.solid:hover,
.info-box.error .action-button-container a.button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.error .action-button-container a.button.green:active,
.info-box.error .action-button-container a.button.green.selected,
.info-box.error .action-button-container a.button.green.solid:active,
.info-box.error .action-button-container a.button.green.hollow:active,
.info-box.error .action-button-container a.button.green.solid.selected,
.info-box.error .action-button-container a.button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.green:hover,
.info-box.error .action-button-container a.button.green.solid:hover,
.info-box.error .action-button-container a.button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.error .action-button-container a.button.orange:active,
.info-box.error .action-button-container a.button.orange.selected,
.info-box.error .action-button-container a.button.orange.solid:active,
.info-box.error .action-button-container a.button.orange.hollow:active,
.info-box.error .action-button-container a.button.orange.solid.selected,
.info-box.error .action-button-container a.button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.orange:hover,
.info-box.error .action-button-container a.button.orange.solid:hover,
.info-box.error .action-button-container a.button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.error .action-button-container a.button.red:active,
.info-box.error .action-button-container a.button.red.selected,
.info-box.error .action-button-container a.button.red.solid:active,
.info-box.error .action-button-container a.button.red.hollow:active,
.info-box.error .action-button-container a.button.red.solid.selected,
.info-box.error .action-button-container a.button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.red:hover,
.info-box.error .action-button-container a.button.red.solid:hover,
.info-box.error .action-button-container a.button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.error .action-button-container a.button.purple:active,
.info-box.error .action-button-container a.button.purple.selected,
.info-box.error .action-button-container a.button.purple.solid:active,
.info-box.error .action-button-container a.button.purple.hollow:active,
.info-box.error .action-button-container a.button.purple.solid.selected,
.info-box.error .action-button-container a.button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.purple:hover,
.info-box.error .action-button-container a.button.purple.solid:hover,
.info-box.error .action-button-container a.button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.light-grey,
.info-box.error .action-button-container a.button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.error .action-button-container a.button.light-grey:active,
.info-box.error .action-button-container a.button.lightgrey:active,
.info-box.error .action-button-container a.button.light-grey.selected,
.info-box.error .action-button-container a.button.lightgrey.selected,
.info-box.error .action-button-container a.button.light-grey.solid:active,
.info-box.error .action-button-container a.button.lightgrey.solid:active,
.info-box.error .action-button-container a.button.light-grey.hollow:active,
.info-box.error .action-button-container a.button.lightgrey.hollow:active,
.info-box.error .action-button-container a.button.light-grey.solid.selected,
.info-box.error .action-button-container a.button.lightgrey.solid.selected,
.info-box.error .action-button-container a.button.light-grey.hollow.selected,
.info-box.error .action-button-container a.button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.light-grey:hover,
.info-box.error .action-button-container a.button.lightgrey:hover,
.info-box.error .action-button-container a.button.light-grey.solid:hover,
.info-box.error .action-button-container a.button.lightgrey.solid:hover,
.info-box.error .action-button-container a.button.light-grey.hollow:hover,
.info-box.error .action-button-container a.button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.light-grey.default-hovered,
.info-box.error .action-button-container a.button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.light-grey.show-when-busy.show-busy,
.info-box.error .action-button-container a.button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.light-grey.show-when-busy.show-busy:hover,
.info-box.error .action-button-container a.button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.error .action-button-container a.button.hollow.blue:active,
.info-box.error .action-button-container a.button.hollow.blue.selected,
.info-box.error .action-button-container a.button.hollow.blue.solid:active,
.info-box.error .action-button-container a.button.hollow.blue.hollow:active,
.info-box.error .action-button-container a.button.hollow.blue.solid.selected,
.info-box.error .action-button-container a.button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.blue:hover,
.info-box.error .action-button-container a.button.hollow.blue.solid:hover,
.info-box.error .action-button-container a.button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.error .action-button-container a.button.hollow.grey:active,
.info-box.error .action-button-container a.button.hollow.grey.selected,
.info-box.error .action-button-container a.button.hollow.grey.solid:active,
.info-box.error .action-button-container a.button.hollow.grey.hollow:active,
.info-box.error .action-button-container a.button.hollow.grey.solid.selected,
.info-box.error .action-button-container a.button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.grey:hover,
.info-box.error .action-button-container a.button.hollow.grey.solid:hover,
.info-box.error .action-button-container a.button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.error .action-button-container a.button.hollow.green:active,
.info-box.error .action-button-container a.button.hollow.green.selected,
.info-box.error .action-button-container a.button.hollow.green.solid:active,
.info-box.error .action-button-container a.button.hollow.green.hollow:active,
.info-box.error .action-button-container a.button.hollow.green.solid.selected,
.info-box.error .action-button-container a.button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.green:hover,
.info-box.error .action-button-container a.button.hollow.green.solid:hover,
.info-box.error .action-button-container a.button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.error .action-button-container a.button.hollow.orange:active,
.info-box.error .action-button-container a.button.hollow.orange.selected,
.info-box.error .action-button-container a.button.hollow.orange.solid:active,
.info-box.error .action-button-container a.button.hollow.orange.hollow:active,
.info-box.error .action-button-container a.button.hollow.orange.solid.selected,
.info-box.error .action-button-container a.button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.orange:hover,
.info-box.error .action-button-container a.button.hollow.orange.solid:hover,
.info-box.error .action-button-container a.button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.error .action-button-container a.button.hollow.red:active,
.info-box.error .action-button-container a.button.hollow.red.selected,
.info-box.error .action-button-container a.button.hollow.red.solid:active,
.info-box.error .action-button-container a.button.hollow.red.hollow:active,
.info-box.error .action-button-container a.button.hollow.red.solid.selected,
.info-box.error .action-button-container a.button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.red:hover,
.info-box.error .action-button-container a.button.hollow.red.solid:hover,
.info-box.error .action-button-container a.button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.error .action-button-container a.button.hollow.purple:active,
.info-box.error .action-button-container a.button.hollow.purple.selected,
.info-box.error .action-button-container a.button.hollow.purple.solid:active,
.info-box.error .action-button-container a.button.hollow.purple.hollow:active,
.info-box.error .action-button-container a.button.hollow.purple.solid.selected,
.info-box.error .action-button-container a.button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.purple:hover,
.info-box.error .action-button-container a.button.hollow.purple.solid:hover,
.info-box.error .action-button-container a.button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.light-grey,
.info-box.error .action-button-container a.button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.error .action-button-container a.button.hollow.light-grey:active,
.info-box.error .action-button-container a.button.hollow.lightgrey:active,
.info-box.error .action-button-container a.button.hollow.light-grey.selected,
.info-box.error .action-button-container a.button.hollow.lightgrey.selected,
.info-box.error .action-button-container a.button.hollow.light-grey.solid:active,
.info-box.error .action-button-container a.button.hollow.lightgrey.solid:active,
.info-box.error .action-button-container a.button.hollow.light-grey.hollow:active,
.info-box.error .action-button-container a.button.hollow.lightgrey.hollow:active,
.info-box.error .action-button-container a.button.hollow.light-grey.solid.selected,
.info-box.error .action-button-container a.button.hollow.lightgrey.solid.selected,
.info-box.error .action-button-container a.button.hollow.light-grey.hollow.selected,
.info-box.error .action-button-container a.button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.error .action-button-container a.button.hollow.light-grey:hover,
.info-box.error .action-button-container a.button.hollow.lightgrey:hover,
.info-box.error .action-button-container a.button.hollow.light-grey.solid:hover,
.info-box.error .action-button-container a.button.hollow.lightgrey.solid:hover,
.info-box.error .action-button-container a.button.hollow.light-grey.hollow:hover,
.info-box.error .action-button-container a.button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.light-grey.default-hovered,
.info-box.error .action-button-container a.button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.error .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy,
.info-box.error .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.info-box.error .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.error .action-button-container a.button.solid {
  color: #ffffff;
  background-color: #cb2431;
  background-image: none;
}
.info-box.error .action-button-container a.button.solid.red {
  background-color: #de5948;
}
.info-box.error .action-button-container a.button.solid.orange {
  background-color: #f15a24;
}
.info-box.error .action-button-container a.button.solid.purple {
  background-color: #9163aa;
}
.info-box.error .action-button-container a.button.solid.blue {
  background-color: #5B85AA;
}
.info-box.error .action-button-container a.button.solid.green {
  background-color: #499e8d;
}
.info-box.error .action-button-container a.button.solid.grey {
  background-color: #666d76;
}
.info-box.error .action-button-container a.button.solid.light-grey,
.info-box.error .action-button-container a.button.solid.lightgrey {
  background-color: #A6AdB6;
}
.info-box.warning {
  background-image: url('icons2/white-alert.svg');
  background-color: #ee9d66;
  border-color: #fce3da;
  border-left-color: #f16633;
}
.info-box.warning .action-button-container a.button {
  color: #ee9d66;
  border-color: #ee9d66;
}
.info-box.warning h2 {
  color: #f16633;
}
.info-box.warning h2 a {
  color: #f16633;
}
.info-box.warning .action-button-container a.button {
  text-decoration: none;
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.warning .action-button-container a.button:active,
.info-box.warning .action-button-container a.button.selected,
.info-box.warning .action-button-container a.button.solid:active,
.info-box.warning .action-button-container a.button.hollow:active,
.info-box.warning .action-button-container a.button.solid.selected,
.info-box.warning .action-button-container a.button.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button:hover,
.info-box.warning .action-button-container a.button.solid:hover,
.info-box.warning .action-button-container a.button.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.warning .action-button-container a.button.blue:active,
.info-box.warning .action-button-container a.button.blue.selected,
.info-box.warning .action-button-container a.button.blue.solid:active,
.info-box.warning .action-button-container a.button.blue.hollow:active,
.info-box.warning .action-button-container a.button.blue.solid.selected,
.info-box.warning .action-button-container a.button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.blue:hover,
.info-box.warning .action-button-container a.button.blue.solid:hover,
.info-box.warning .action-button-container a.button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.warning .action-button-container a.button.grey:active,
.info-box.warning .action-button-container a.button.grey.selected,
.info-box.warning .action-button-container a.button.grey.solid:active,
.info-box.warning .action-button-container a.button.grey.hollow:active,
.info-box.warning .action-button-container a.button.grey.solid.selected,
.info-box.warning .action-button-container a.button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.grey:hover,
.info-box.warning .action-button-container a.button.grey.solid:hover,
.info-box.warning .action-button-container a.button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.warning .action-button-container a.button.green:active,
.info-box.warning .action-button-container a.button.green.selected,
.info-box.warning .action-button-container a.button.green.solid:active,
.info-box.warning .action-button-container a.button.green.hollow:active,
.info-box.warning .action-button-container a.button.green.solid.selected,
.info-box.warning .action-button-container a.button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.green:hover,
.info-box.warning .action-button-container a.button.green.solid:hover,
.info-box.warning .action-button-container a.button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.warning .action-button-container a.button.orange:active,
.info-box.warning .action-button-container a.button.orange.selected,
.info-box.warning .action-button-container a.button.orange.solid:active,
.info-box.warning .action-button-container a.button.orange.hollow:active,
.info-box.warning .action-button-container a.button.orange.solid.selected,
.info-box.warning .action-button-container a.button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.orange:hover,
.info-box.warning .action-button-container a.button.orange.solid:hover,
.info-box.warning .action-button-container a.button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.warning .action-button-container a.button.red:active,
.info-box.warning .action-button-container a.button.red.selected,
.info-box.warning .action-button-container a.button.red.solid:active,
.info-box.warning .action-button-container a.button.red.hollow:active,
.info-box.warning .action-button-container a.button.red.solid.selected,
.info-box.warning .action-button-container a.button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.red:hover,
.info-box.warning .action-button-container a.button.red.solid:hover,
.info-box.warning .action-button-container a.button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.warning .action-button-container a.button.purple:active,
.info-box.warning .action-button-container a.button.purple.selected,
.info-box.warning .action-button-container a.button.purple.solid:active,
.info-box.warning .action-button-container a.button.purple.hollow:active,
.info-box.warning .action-button-container a.button.purple.solid.selected,
.info-box.warning .action-button-container a.button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.purple:hover,
.info-box.warning .action-button-container a.button.purple.solid:hover,
.info-box.warning .action-button-container a.button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.light-grey,
.info-box.warning .action-button-container a.button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.warning .action-button-container a.button.light-grey:active,
.info-box.warning .action-button-container a.button.lightgrey:active,
.info-box.warning .action-button-container a.button.light-grey.selected,
.info-box.warning .action-button-container a.button.lightgrey.selected,
.info-box.warning .action-button-container a.button.light-grey.solid:active,
.info-box.warning .action-button-container a.button.lightgrey.solid:active,
.info-box.warning .action-button-container a.button.light-grey.hollow:active,
.info-box.warning .action-button-container a.button.lightgrey.hollow:active,
.info-box.warning .action-button-container a.button.light-grey.solid.selected,
.info-box.warning .action-button-container a.button.lightgrey.solid.selected,
.info-box.warning .action-button-container a.button.light-grey.hollow.selected,
.info-box.warning .action-button-container a.button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.light-grey:hover,
.info-box.warning .action-button-container a.button.lightgrey:hover,
.info-box.warning .action-button-container a.button.light-grey.solid:hover,
.info-box.warning .action-button-container a.button.lightgrey.solid:hover,
.info-box.warning .action-button-container a.button.light-grey.hollow:hover,
.info-box.warning .action-button-container a.button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.light-grey.default-hovered,
.info-box.warning .action-button-container a.button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.light-grey.show-when-busy.show-busy,
.info-box.warning .action-button-container a.button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.light-grey.show-when-busy.show-busy:hover,
.info-box.warning .action-button-container a.button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.warning .action-button-container a.button.hollow.blue:active,
.info-box.warning .action-button-container a.button.hollow.blue.selected,
.info-box.warning .action-button-container a.button.hollow.blue.solid:active,
.info-box.warning .action-button-container a.button.hollow.blue.hollow:active,
.info-box.warning .action-button-container a.button.hollow.blue.solid.selected,
.info-box.warning .action-button-container a.button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.blue:hover,
.info-box.warning .action-button-container a.button.hollow.blue.solid:hover,
.info-box.warning .action-button-container a.button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.warning .action-button-container a.button.hollow.grey:active,
.info-box.warning .action-button-container a.button.hollow.grey.selected,
.info-box.warning .action-button-container a.button.hollow.grey.solid:active,
.info-box.warning .action-button-container a.button.hollow.grey.hollow:active,
.info-box.warning .action-button-container a.button.hollow.grey.solid.selected,
.info-box.warning .action-button-container a.button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.grey:hover,
.info-box.warning .action-button-container a.button.hollow.grey.solid:hover,
.info-box.warning .action-button-container a.button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.warning .action-button-container a.button.hollow.green:active,
.info-box.warning .action-button-container a.button.hollow.green.selected,
.info-box.warning .action-button-container a.button.hollow.green.solid:active,
.info-box.warning .action-button-container a.button.hollow.green.hollow:active,
.info-box.warning .action-button-container a.button.hollow.green.solid.selected,
.info-box.warning .action-button-container a.button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.green:hover,
.info-box.warning .action-button-container a.button.hollow.green.solid:hover,
.info-box.warning .action-button-container a.button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.warning .action-button-container a.button.hollow.orange:active,
.info-box.warning .action-button-container a.button.hollow.orange.selected,
.info-box.warning .action-button-container a.button.hollow.orange.solid:active,
.info-box.warning .action-button-container a.button.hollow.orange.hollow:active,
.info-box.warning .action-button-container a.button.hollow.orange.solid.selected,
.info-box.warning .action-button-container a.button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.orange:hover,
.info-box.warning .action-button-container a.button.hollow.orange.solid:hover,
.info-box.warning .action-button-container a.button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.warning .action-button-container a.button.hollow.red:active,
.info-box.warning .action-button-container a.button.hollow.red.selected,
.info-box.warning .action-button-container a.button.hollow.red.solid:active,
.info-box.warning .action-button-container a.button.hollow.red.hollow:active,
.info-box.warning .action-button-container a.button.hollow.red.solid.selected,
.info-box.warning .action-button-container a.button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.red:hover,
.info-box.warning .action-button-container a.button.hollow.red.solid:hover,
.info-box.warning .action-button-container a.button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.warning .action-button-container a.button.hollow.purple:active,
.info-box.warning .action-button-container a.button.hollow.purple.selected,
.info-box.warning .action-button-container a.button.hollow.purple.solid:active,
.info-box.warning .action-button-container a.button.hollow.purple.hollow:active,
.info-box.warning .action-button-container a.button.hollow.purple.solid.selected,
.info-box.warning .action-button-container a.button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.purple:hover,
.info-box.warning .action-button-container a.button.hollow.purple.solid:hover,
.info-box.warning .action-button-container a.button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.light-grey,
.info-box.warning .action-button-container a.button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.warning .action-button-container a.button.hollow.light-grey:active,
.info-box.warning .action-button-container a.button.hollow.lightgrey:active,
.info-box.warning .action-button-container a.button.hollow.light-grey.selected,
.info-box.warning .action-button-container a.button.hollow.lightgrey.selected,
.info-box.warning .action-button-container a.button.hollow.light-grey.solid:active,
.info-box.warning .action-button-container a.button.hollow.lightgrey.solid:active,
.info-box.warning .action-button-container a.button.hollow.light-grey.hollow:active,
.info-box.warning .action-button-container a.button.hollow.lightgrey.hollow:active,
.info-box.warning .action-button-container a.button.hollow.light-grey.solid.selected,
.info-box.warning .action-button-container a.button.hollow.lightgrey.solid.selected,
.info-box.warning .action-button-container a.button.hollow.light-grey.hollow.selected,
.info-box.warning .action-button-container a.button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.warning .action-button-container a.button.hollow.light-grey:hover,
.info-box.warning .action-button-container a.button.hollow.lightgrey:hover,
.info-box.warning .action-button-container a.button.hollow.light-grey.solid:hover,
.info-box.warning .action-button-container a.button.hollow.lightgrey.solid:hover,
.info-box.warning .action-button-container a.button.hollow.light-grey.hollow:hover,
.info-box.warning .action-button-container a.button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.light-grey.default-hovered,
.info-box.warning .action-button-container a.button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.warning .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy,
.info-box.warning .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.info-box.warning .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.warning .action-button-container a.button.solid {
  color: #ffffff;
  background-color: #f16633;
  background-image: none;
}
.info-box.warning .action-button-container a.button.solid.red {
  background-color: #de5948;
}
.info-box.warning .action-button-container a.button.solid.orange {
  background-color: #f15a24;
}
.info-box.warning .action-button-container a.button.solid.purple {
  background-color: #9163aa;
}
.info-box.warning .action-button-container a.button.solid.blue {
  background-color: #5B85AA;
}
.info-box.warning .action-button-container a.button.solid.green {
  background-color: #499e8d;
}
.info-box.warning .action-button-container a.button.solid.grey {
  background-color: #666d76;
}
.info-box.warning .action-button-container a.button.solid.light-grey,
.info-box.warning .action-button-container a.button.solid.lightgrey {
  background-color: #A6AdB6;
}
.info-box.info {
  background-image: url('icons2/white-info.svg');
  background-color: #5B85AA;
  border-color: #9db7cd;
  border-left-color: #3E5E79;
}
.info-box.info .action-button-container a.button {
  color: #5B85AA;
  border-color: #5B85AA;
}
.info-box.info h2 {
  color: #3E5E79;
}
.info-box.info h2 a {
  color: #3E5E79;
}
.info-box.info .action-button-container a.button {
  text-decoration: none;
  color: #3E5E79;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #3E5E79;
}
.info-box.info .action-button-container a.button:active,
.info-box.info .action-button-container a.button.selected,
.info-box.info .action-button-container a.button.solid:active,
.info-box.info .action-button-container a.button.hollow:active,
.info-box.info .action-button-container a.button.solid.selected,
.info-box.info .action-button-container a.button.hollow.selected {
  color: #ffffff;
  background-color: #355168;
  background-image: none;
  border-color: #3E5E79;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button:hover,
.info-box.info .action-button-container a.button.solid:hover,
.info-box.info .action-button-container a.button.hollow:hover {
  color: #ffffff;
  background-color: #3E5E79;
  background-image: linear-gradient(-180deg, #476b8a 0%, #3E5E79 90%);
  border-color: #3E5E79;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.default-hovered {
  color: #ffffff;
  background-color: #3E5E79;
  background-image: linear-gradient(-180deg, #476b8a 0%, #3E5E79 90%);
  border-color: #3E5E79;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.info .action-button-container a.button.blue:active,
.info-box.info .action-button-container a.button.blue.selected,
.info-box.info .action-button-container a.button.blue.solid:active,
.info-box.info .action-button-container a.button.blue.hollow:active,
.info-box.info .action-button-container a.button.blue.solid.selected,
.info-box.info .action-button-container a.button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.blue:hover,
.info-box.info .action-button-container a.button.blue.solid:hover,
.info-box.info .action-button-container a.button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.info .action-button-container a.button.grey:active,
.info-box.info .action-button-container a.button.grey.selected,
.info-box.info .action-button-container a.button.grey.solid:active,
.info-box.info .action-button-container a.button.grey.hollow:active,
.info-box.info .action-button-container a.button.grey.solid.selected,
.info-box.info .action-button-container a.button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.grey:hover,
.info-box.info .action-button-container a.button.grey.solid:hover,
.info-box.info .action-button-container a.button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.info .action-button-container a.button.green:active,
.info-box.info .action-button-container a.button.green.selected,
.info-box.info .action-button-container a.button.green.solid:active,
.info-box.info .action-button-container a.button.green.hollow:active,
.info-box.info .action-button-container a.button.green.solid.selected,
.info-box.info .action-button-container a.button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.green:hover,
.info-box.info .action-button-container a.button.green.solid:hover,
.info-box.info .action-button-container a.button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.info .action-button-container a.button.orange:active,
.info-box.info .action-button-container a.button.orange.selected,
.info-box.info .action-button-container a.button.orange.solid:active,
.info-box.info .action-button-container a.button.orange.hollow:active,
.info-box.info .action-button-container a.button.orange.solid.selected,
.info-box.info .action-button-container a.button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.orange:hover,
.info-box.info .action-button-container a.button.orange.solid:hover,
.info-box.info .action-button-container a.button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.info .action-button-container a.button.red:active,
.info-box.info .action-button-container a.button.red.selected,
.info-box.info .action-button-container a.button.red.solid:active,
.info-box.info .action-button-container a.button.red.hollow:active,
.info-box.info .action-button-container a.button.red.solid.selected,
.info-box.info .action-button-container a.button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.red:hover,
.info-box.info .action-button-container a.button.red.solid:hover,
.info-box.info .action-button-container a.button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.info .action-button-container a.button.purple:active,
.info-box.info .action-button-container a.button.purple.selected,
.info-box.info .action-button-container a.button.purple.solid:active,
.info-box.info .action-button-container a.button.purple.hollow:active,
.info-box.info .action-button-container a.button.purple.solid.selected,
.info-box.info .action-button-container a.button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.purple:hover,
.info-box.info .action-button-container a.button.purple.solid:hover,
.info-box.info .action-button-container a.button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.light-grey,
.info-box.info .action-button-container a.button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.info .action-button-container a.button.light-grey:active,
.info-box.info .action-button-container a.button.lightgrey:active,
.info-box.info .action-button-container a.button.light-grey.selected,
.info-box.info .action-button-container a.button.lightgrey.selected,
.info-box.info .action-button-container a.button.light-grey.solid:active,
.info-box.info .action-button-container a.button.lightgrey.solid:active,
.info-box.info .action-button-container a.button.light-grey.hollow:active,
.info-box.info .action-button-container a.button.lightgrey.hollow:active,
.info-box.info .action-button-container a.button.light-grey.solid.selected,
.info-box.info .action-button-container a.button.lightgrey.solid.selected,
.info-box.info .action-button-container a.button.light-grey.hollow.selected,
.info-box.info .action-button-container a.button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.light-grey:hover,
.info-box.info .action-button-container a.button.lightgrey:hover,
.info-box.info .action-button-container a.button.light-grey.solid:hover,
.info-box.info .action-button-container a.button.lightgrey.solid:hover,
.info-box.info .action-button-container a.button.light-grey.hollow:hover,
.info-box.info .action-button-container a.button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.light-grey.default-hovered,
.info-box.info .action-button-container a.button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.light-grey.show-when-busy.show-busy,
.info-box.info .action-button-container a.button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.light-grey.show-when-busy.show-busy:hover,
.info-box.info .action-button-container a.button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.info .action-button-container a.button.hollow.blue:active,
.info-box.info .action-button-container a.button.hollow.blue.selected,
.info-box.info .action-button-container a.button.hollow.blue.solid:active,
.info-box.info .action-button-container a.button.hollow.blue.hollow:active,
.info-box.info .action-button-container a.button.hollow.blue.solid.selected,
.info-box.info .action-button-container a.button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.blue:hover,
.info-box.info .action-button-container a.button.hollow.blue.solid:hover,
.info-box.info .action-button-container a.button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.info .action-button-container a.button.hollow.grey:active,
.info-box.info .action-button-container a.button.hollow.grey.selected,
.info-box.info .action-button-container a.button.hollow.grey.solid:active,
.info-box.info .action-button-container a.button.hollow.grey.hollow:active,
.info-box.info .action-button-container a.button.hollow.grey.solid.selected,
.info-box.info .action-button-container a.button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.grey:hover,
.info-box.info .action-button-container a.button.hollow.grey.solid:hover,
.info-box.info .action-button-container a.button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.info .action-button-container a.button.hollow.green:active,
.info-box.info .action-button-container a.button.hollow.green.selected,
.info-box.info .action-button-container a.button.hollow.green.solid:active,
.info-box.info .action-button-container a.button.hollow.green.hollow:active,
.info-box.info .action-button-container a.button.hollow.green.solid.selected,
.info-box.info .action-button-container a.button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.green:hover,
.info-box.info .action-button-container a.button.hollow.green.solid:hover,
.info-box.info .action-button-container a.button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.info .action-button-container a.button.hollow.orange:active,
.info-box.info .action-button-container a.button.hollow.orange.selected,
.info-box.info .action-button-container a.button.hollow.orange.solid:active,
.info-box.info .action-button-container a.button.hollow.orange.hollow:active,
.info-box.info .action-button-container a.button.hollow.orange.solid.selected,
.info-box.info .action-button-container a.button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.orange:hover,
.info-box.info .action-button-container a.button.hollow.orange.solid:hover,
.info-box.info .action-button-container a.button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.info .action-button-container a.button.hollow.red:active,
.info-box.info .action-button-container a.button.hollow.red.selected,
.info-box.info .action-button-container a.button.hollow.red.solid:active,
.info-box.info .action-button-container a.button.hollow.red.hollow:active,
.info-box.info .action-button-container a.button.hollow.red.solid.selected,
.info-box.info .action-button-container a.button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.red:hover,
.info-box.info .action-button-container a.button.hollow.red.solid:hover,
.info-box.info .action-button-container a.button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.info .action-button-container a.button.hollow.purple:active,
.info-box.info .action-button-container a.button.hollow.purple.selected,
.info-box.info .action-button-container a.button.hollow.purple.solid:active,
.info-box.info .action-button-container a.button.hollow.purple.hollow:active,
.info-box.info .action-button-container a.button.hollow.purple.solid.selected,
.info-box.info .action-button-container a.button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.purple:hover,
.info-box.info .action-button-container a.button.hollow.purple.solid:hover,
.info-box.info .action-button-container a.button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.light-grey,
.info-box.info .action-button-container a.button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.info .action-button-container a.button.hollow.light-grey:active,
.info-box.info .action-button-container a.button.hollow.lightgrey:active,
.info-box.info .action-button-container a.button.hollow.light-grey.selected,
.info-box.info .action-button-container a.button.hollow.lightgrey.selected,
.info-box.info .action-button-container a.button.hollow.light-grey.solid:active,
.info-box.info .action-button-container a.button.hollow.lightgrey.solid:active,
.info-box.info .action-button-container a.button.hollow.light-grey.hollow:active,
.info-box.info .action-button-container a.button.hollow.lightgrey.hollow:active,
.info-box.info .action-button-container a.button.hollow.light-grey.solid.selected,
.info-box.info .action-button-container a.button.hollow.lightgrey.solid.selected,
.info-box.info .action-button-container a.button.hollow.light-grey.hollow.selected,
.info-box.info .action-button-container a.button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.info .action-button-container a.button.hollow.light-grey:hover,
.info-box.info .action-button-container a.button.hollow.lightgrey:hover,
.info-box.info .action-button-container a.button.hollow.light-grey.solid:hover,
.info-box.info .action-button-container a.button.hollow.lightgrey.solid:hover,
.info-box.info .action-button-container a.button.hollow.light-grey.hollow:hover,
.info-box.info .action-button-container a.button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.light-grey.default-hovered,
.info-box.info .action-button-container a.button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.info .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy,
.info-box.info .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.info-box.info .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.info .action-button-container a.button.solid {
  color: #ffffff;
  background-color: #3E5E79;
  background-image: none;
}
.info-box.info .action-button-container a.button.solid.red {
  background-color: #de5948;
}
.info-box.info .action-button-container a.button.solid.orange {
  background-color: #f15a24;
}
.info-box.info .action-button-container a.button.solid.purple {
  background-color: #9163aa;
}
.info-box.info .action-button-container a.button.solid.blue {
  background-color: #5B85AA;
}
.info-box.info .action-button-container a.button.solid.green {
  background-color: #499e8d;
}
.info-box.info .action-button-container a.button.solid.grey {
  background-color: #666d76;
}
.info-box.info .action-button-container a.button.solid.light-grey,
.info-box.info .action-button-container a.button.solid.lightgrey {
  background-color: #A6AdB6;
}
.info-box.success {
  background-image: url('icons2/white-check.svg');
  background-color: #499e8d;
  border-color: #9be7ac;
  border-left-color: #28a745;
}
.info-box.success .action-button-container a.button {
  color: #499e8d;
  border-color: #499e8d;
}
.info-box.success h2 {
  color: #28a745;
}
.info-box.success h2 a {
  color: #28a745;
}
.info-box.success .action-button-container a.button {
  text-decoration: none;
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.success .action-button-container a.button:active,
.info-box.success .action-button-container a.button.selected,
.info-box.success .action-button-container a.button.solid:active,
.info-box.success .action-button-container a.button.hollow:active,
.info-box.success .action-button-container a.button.solid.selected,
.info-box.success .action-button-container a.button.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button:hover,
.info-box.success .action-button-container a.button.solid:hover,
.info-box.success .action-button-container a.button.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.success .action-button-container a.button.blue:active,
.info-box.success .action-button-container a.button.blue.selected,
.info-box.success .action-button-container a.button.blue.solid:active,
.info-box.success .action-button-container a.button.blue.hollow:active,
.info-box.success .action-button-container a.button.blue.solid.selected,
.info-box.success .action-button-container a.button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.blue:hover,
.info-box.success .action-button-container a.button.blue.solid:hover,
.info-box.success .action-button-container a.button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.success .action-button-container a.button.grey:active,
.info-box.success .action-button-container a.button.grey.selected,
.info-box.success .action-button-container a.button.grey.solid:active,
.info-box.success .action-button-container a.button.grey.hollow:active,
.info-box.success .action-button-container a.button.grey.solid.selected,
.info-box.success .action-button-container a.button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.grey:hover,
.info-box.success .action-button-container a.button.grey.solid:hover,
.info-box.success .action-button-container a.button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.success .action-button-container a.button.green:active,
.info-box.success .action-button-container a.button.green.selected,
.info-box.success .action-button-container a.button.green.solid:active,
.info-box.success .action-button-container a.button.green.hollow:active,
.info-box.success .action-button-container a.button.green.solid.selected,
.info-box.success .action-button-container a.button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.green:hover,
.info-box.success .action-button-container a.button.green.solid:hover,
.info-box.success .action-button-container a.button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.success .action-button-container a.button.orange:active,
.info-box.success .action-button-container a.button.orange.selected,
.info-box.success .action-button-container a.button.orange.solid:active,
.info-box.success .action-button-container a.button.orange.hollow:active,
.info-box.success .action-button-container a.button.orange.solid.selected,
.info-box.success .action-button-container a.button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.orange:hover,
.info-box.success .action-button-container a.button.orange.solid:hover,
.info-box.success .action-button-container a.button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.success .action-button-container a.button.red:active,
.info-box.success .action-button-container a.button.red.selected,
.info-box.success .action-button-container a.button.red.solid:active,
.info-box.success .action-button-container a.button.red.hollow:active,
.info-box.success .action-button-container a.button.red.solid.selected,
.info-box.success .action-button-container a.button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.red:hover,
.info-box.success .action-button-container a.button.red.solid:hover,
.info-box.success .action-button-container a.button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.success .action-button-container a.button.purple:active,
.info-box.success .action-button-container a.button.purple.selected,
.info-box.success .action-button-container a.button.purple.solid:active,
.info-box.success .action-button-container a.button.purple.hollow:active,
.info-box.success .action-button-container a.button.purple.solid.selected,
.info-box.success .action-button-container a.button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.purple:hover,
.info-box.success .action-button-container a.button.purple.solid:hover,
.info-box.success .action-button-container a.button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.light-grey,
.info-box.success .action-button-container a.button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.success .action-button-container a.button.light-grey:active,
.info-box.success .action-button-container a.button.lightgrey:active,
.info-box.success .action-button-container a.button.light-grey.selected,
.info-box.success .action-button-container a.button.lightgrey.selected,
.info-box.success .action-button-container a.button.light-grey.solid:active,
.info-box.success .action-button-container a.button.lightgrey.solid:active,
.info-box.success .action-button-container a.button.light-grey.hollow:active,
.info-box.success .action-button-container a.button.lightgrey.hollow:active,
.info-box.success .action-button-container a.button.light-grey.solid.selected,
.info-box.success .action-button-container a.button.lightgrey.solid.selected,
.info-box.success .action-button-container a.button.light-grey.hollow.selected,
.info-box.success .action-button-container a.button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.light-grey:hover,
.info-box.success .action-button-container a.button.lightgrey:hover,
.info-box.success .action-button-container a.button.light-grey.solid:hover,
.info-box.success .action-button-container a.button.lightgrey.solid:hover,
.info-box.success .action-button-container a.button.light-grey.hollow:hover,
.info-box.success .action-button-container a.button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.light-grey.default-hovered,
.info-box.success .action-button-container a.button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.light-grey.show-when-busy.show-busy,
.info-box.success .action-button-container a.button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.light-grey.show-when-busy.show-busy:hover,
.info-box.success .action-button-container a.button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.success .action-button-container a.button.hollow.blue:active,
.info-box.success .action-button-container a.button.hollow.blue.selected,
.info-box.success .action-button-container a.button.hollow.blue.solid:active,
.info-box.success .action-button-container a.button.hollow.blue.hollow:active,
.info-box.success .action-button-container a.button.hollow.blue.solid.selected,
.info-box.success .action-button-container a.button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.blue:hover,
.info-box.success .action-button-container a.button.hollow.blue.solid:hover,
.info-box.success .action-button-container a.button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.success .action-button-container a.button.hollow.grey:active,
.info-box.success .action-button-container a.button.hollow.grey.selected,
.info-box.success .action-button-container a.button.hollow.grey.solid:active,
.info-box.success .action-button-container a.button.hollow.grey.hollow:active,
.info-box.success .action-button-container a.button.hollow.grey.solid.selected,
.info-box.success .action-button-container a.button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.grey:hover,
.info-box.success .action-button-container a.button.hollow.grey.solid:hover,
.info-box.success .action-button-container a.button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.success .action-button-container a.button.hollow.green:active,
.info-box.success .action-button-container a.button.hollow.green.selected,
.info-box.success .action-button-container a.button.hollow.green.solid:active,
.info-box.success .action-button-container a.button.hollow.green.hollow:active,
.info-box.success .action-button-container a.button.hollow.green.solid.selected,
.info-box.success .action-button-container a.button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.green:hover,
.info-box.success .action-button-container a.button.hollow.green.solid:hover,
.info-box.success .action-button-container a.button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.success .action-button-container a.button.hollow.orange:active,
.info-box.success .action-button-container a.button.hollow.orange.selected,
.info-box.success .action-button-container a.button.hollow.orange.solid:active,
.info-box.success .action-button-container a.button.hollow.orange.hollow:active,
.info-box.success .action-button-container a.button.hollow.orange.solid.selected,
.info-box.success .action-button-container a.button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.orange:hover,
.info-box.success .action-button-container a.button.hollow.orange.solid:hover,
.info-box.success .action-button-container a.button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.success .action-button-container a.button.hollow.red:active,
.info-box.success .action-button-container a.button.hollow.red.selected,
.info-box.success .action-button-container a.button.hollow.red.solid:active,
.info-box.success .action-button-container a.button.hollow.red.hollow:active,
.info-box.success .action-button-container a.button.hollow.red.solid.selected,
.info-box.success .action-button-container a.button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.red:hover,
.info-box.success .action-button-container a.button.hollow.red.solid:hover,
.info-box.success .action-button-container a.button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.success .action-button-container a.button.hollow.purple:active,
.info-box.success .action-button-container a.button.hollow.purple.selected,
.info-box.success .action-button-container a.button.hollow.purple.solid:active,
.info-box.success .action-button-container a.button.hollow.purple.hollow:active,
.info-box.success .action-button-container a.button.hollow.purple.solid.selected,
.info-box.success .action-button-container a.button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.purple:hover,
.info-box.success .action-button-container a.button.hollow.purple.solid:hover,
.info-box.success .action-button-container a.button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.light-grey,
.info-box.success .action-button-container a.button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.success .action-button-container a.button.hollow.light-grey:active,
.info-box.success .action-button-container a.button.hollow.lightgrey:active,
.info-box.success .action-button-container a.button.hollow.light-grey.selected,
.info-box.success .action-button-container a.button.hollow.lightgrey.selected,
.info-box.success .action-button-container a.button.hollow.light-grey.solid:active,
.info-box.success .action-button-container a.button.hollow.lightgrey.solid:active,
.info-box.success .action-button-container a.button.hollow.light-grey.hollow:active,
.info-box.success .action-button-container a.button.hollow.lightgrey.hollow:active,
.info-box.success .action-button-container a.button.hollow.light-grey.solid.selected,
.info-box.success .action-button-container a.button.hollow.lightgrey.solid.selected,
.info-box.success .action-button-container a.button.hollow.light-grey.hollow.selected,
.info-box.success .action-button-container a.button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.success .action-button-container a.button.hollow.light-grey:hover,
.info-box.success .action-button-container a.button.hollow.lightgrey:hover,
.info-box.success .action-button-container a.button.hollow.light-grey.solid:hover,
.info-box.success .action-button-container a.button.hollow.lightgrey.solid:hover,
.info-box.success .action-button-container a.button.hollow.light-grey.hollow:hover,
.info-box.success .action-button-container a.button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.light-grey.default-hovered,
.info-box.success .action-button-container a.button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.success .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy,
.info-box.success .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.info-box.success .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.success .action-button-container a.button.solid {
  color: #ffffff;
  background-color: #28a745;
  background-image: none;
}
.info-box.success .action-button-container a.button.solid.red {
  background-color: #de5948;
}
.info-box.success .action-button-container a.button.solid.orange {
  background-color: #f15a24;
}
.info-box.success .action-button-container a.button.solid.purple {
  background-color: #9163aa;
}
.info-box.success .action-button-container a.button.solid.blue {
  background-color: #5B85AA;
}
.info-box.success .action-button-container a.button.solid.green {
  background-color: #499e8d;
}
.info-box.success .action-button-container a.button.solid.grey {
  background-color: #666d76;
}
.info-box.success .action-button-container a.button.solid.light-grey,
.info-box.success .action-button-container a.button.solid.lightgrey {
  background-color: #A6AdB6;
}
.info-box.none {
  background-color: #666d76;
  border-color: #c3c7cb;
  border-left-color: #666d76;
}
.info-box.none .action-button-container a.button {
  color: #666d76;
  border-color: #666d76;
}
.info-box.none h2 {
  color: #666d76;
}
.info-box.none h2 a {
  color: #666d76;
}
.info-box.none .action-button-container a.button {
  text-decoration: none;
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.none .action-button-container a.button:active,
.info-box.none .action-button-container a.button.selected,
.info-box.none .action-button-container a.button.solid:active,
.info-box.none .action-button-container a.button.hollow:active,
.info-box.none .action-button-container a.button.solid.selected,
.info-box.none .action-button-container a.button.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button:hover,
.info-box.none .action-button-container a.button.solid:hover,
.info-box.none .action-button-container a.button.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.none .action-button-container a.button.blue:active,
.info-box.none .action-button-container a.button.blue.selected,
.info-box.none .action-button-container a.button.blue.solid:active,
.info-box.none .action-button-container a.button.blue.hollow:active,
.info-box.none .action-button-container a.button.blue.solid.selected,
.info-box.none .action-button-container a.button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.blue:hover,
.info-box.none .action-button-container a.button.blue.solid:hover,
.info-box.none .action-button-container a.button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.none .action-button-container a.button.grey:active,
.info-box.none .action-button-container a.button.grey.selected,
.info-box.none .action-button-container a.button.grey.solid:active,
.info-box.none .action-button-container a.button.grey.hollow:active,
.info-box.none .action-button-container a.button.grey.solid.selected,
.info-box.none .action-button-container a.button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.grey:hover,
.info-box.none .action-button-container a.button.grey.solid:hover,
.info-box.none .action-button-container a.button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.none .action-button-container a.button.green:active,
.info-box.none .action-button-container a.button.green.selected,
.info-box.none .action-button-container a.button.green.solid:active,
.info-box.none .action-button-container a.button.green.hollow:active,
.info-box.none .action-button-container a.button.green.solid.selected,
.info-box.none .action-button-container a.button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.green:hover,
.info-box.none .action-button-container a.button.green.solid:hover,
.info-box.none .action-button-container a.button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.none .action-button-container a.button.orange:active,
.info-box.none .action-button-container a.button.orange.selected,
.info-box.none .action-button-container a.button.orange.solid:active,
.info-box.none .action-button-container a.button.orange.hollow:active,
.info-box.none .action-button-container a.button.orange.solid.selected,
.info-box.none .action-button-container a.button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.orange:hover,
.info-box.none .action-button-container a.button.orange.solid:hover,
.info-box.none .action-button-container a.button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.none .action-button-container a.button.red:active,
.info-box.none .action-button-container a.button.red.selected,
.info-box.none .action-button-container a.button.red.solid:active,
.info-box.none .action-button-container a.button.red.hollow:active,
.info-box.none .action-button-container a.button.red.solid.selected,
.info-box.none .action-button-container a.button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.red:hover,
.info-box.none .action-button-container a.button.red.solid:hover,
.info-box.none .action-button-container a.button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.none .action-button-container a.button.purple:active,
.info-box.none .action-button-container a.button.purple.selected,
.info-box.none .action-button-container a.button.purple.solid:active,
.info-box.none .action-button-container a.button.purple.hollow:active,
.info-box.none .action-button-container a.button.purple.solid.selected,
.info-box.none .action-button-container a.button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.purple:hover,
.info-box.none .action-button-container a.button.purple.solid:hover,
.info-box.none .action-button-container a.button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.light-grey,
.info-box.none .action-button-container a.button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.none .action-button-container a.button.light-grey:active,
.info-box.none .action-button-container a.button.lightgrey:active,
.info-box.none .action-button-container a.button.light-grey.selected,
.info-box.none .action-button-container a.button.lightgrey.selected,
.info-box.none .action-button-container a.button.light-grey.solid:active,
.info-box.none .action-button-container a.button.lightgrey.solid:active,
.info-box.none .action-button-container a.button.light-grey.hollow:active,
.info-box.none .action-button-container a.button.lightgrey.hollow:active,
.info-box.none .action-button-container a.button.light-grey.solid.selected,
.info-box.none .action-button-container a.button.lightgrey.solid.selected,
.info-box.none .action-button-container a.button.light-grey.hollow.selected,
.info-box.none .action-button-container a.button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.light-grey:hover,
.info-box.none .action-button-container a.button.lightgrey:hover,
.info-box.none .action-button-container a.button.light-grey.solid:hover,
.info-box.none .action-button-container a.button.lightgrey.solid:hover,
.info-box.none .action-button-container a.button.light-grey.hollow:hover,
.info-box.none .action-button-container a.button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.light-grey.default-hovered,
.info-box.none .action-button-container a.button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.light-grey.show-when-busy.show-busy,
.info-box.none .action-button-container a.button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.light-grey.show-when-busy.show-busy:hover,
.info-box.none .action-button-container a.button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
.info-box.none .action-button-container a.button.hollow.blue:active,
.info-box.none .action-button-container a.button.hollow.blue.selected,
.info-box.none .action-button-container a.button.hollow.blue.solid:active,
.info-box.none .action-button-container a.button.hollow.blue.hollow:active,
.info-box.none .action-button-container a.button.hollow.blue.solid.selected,
.info-box.none .action-button-container a.button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.blue:hover,
.info-box.none .action-button-container a.button.hollow.blue.solid:hover,
.info-box.none .action-button-container a.button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
.info-box.none .action-button-container a.button.hollow.grey:active,
.info-box.none .action-button-container a.button.hollow.grey.selected,
.info-box.none .action-button-container a.button.hollow.grey.solid:active,
.info-box.none .action-button-container a.button.hollow.grey.hollow:active,
.info-box.none .action-button-container a.button.hollow.grey.solid.selected,
.info-box.none .action-button-container a.button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.grey:hover,
.info-box.none .action-button-container a.button.hollow.grey.solid:hover,
.info-box.none .action-button-container a.button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
.info-box.none .action-button-container a.button.hollow.green:active,
.info-box.none .action-button-container a.button.hollow.green.selected,
.info-box.none .action-button-container a.button.hollow.green.solid:active,
.info-box.none .action-button-container a.button.hollow.green.hollow:active,
.info-box.none .action-button-container a.button.hollow.green.solid.selected,
.info-box.none .action-button-container a.button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.green:hover,
.info-box.none .action-button-container a.button.hollow.green.solid:hover,
.info-box.none .action-button-container a.button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
.info-box.none .action-button-container a.button.hollow.orange:active,
.info-box.none .action-button-container a.button.hollow.orange.selected,
.info-box.none .action-button-container a.button.hollow.orange.solid:active,
.info-box.none .action-button-container a.button.hollow.orange.hollow:active,
.info-box.none .action-button-container a.button.hollow.orange.solid.selected,
.info-box.none .action-button-container a.button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.orange:hover,
.info-box.none .action-button-container a.button.hollow.orange.solid:hover,
.info-box.none .action-button-container a.button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
.info-box.none .action-button-container a.button.hollow.red:active,
.info-box.none .action-button-container a.button.hollow.red.selected,
.info-box.none .action-button-container a.button.hollow.red.solid:active,
.info-box.none .action-button-container a.button.hollow.red.hollow:active,
.info-box.none .action-button-container a.button.hollow.red.solid.selected,
.info-box.none .action-button-container a.button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.red:hover,
.info-box.none .action-button-container a.button.hollow.red.solid:hover,
.info-box.none .action-button-container a.button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
.info-box.none .action-button-container a.button.hollow.purple:active,
.info-box.none .action-button-container a.button.hollow.purple.selected,
.info-box.none .action-button-container a.button.hollow.purple.solid:active,
.info-box.none .action-button-container a.button.hollow.purple.hollow:active,
.info-box.none .action-button-container a.button.hollow.purple.solid.selected,
.info-box.none .action-button-container a.button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.purple:hover,
.info-box.none .action-button-container a.button.hollow.purple.solid:hover,
.info-box.none .action-button-container a.button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.light-grey,
.info-box.none .action-button-container a.button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
.info-box.none .action-button-container a.button.hollow.light-grey:active,
.info-box.none .action-button-container a.button.hollow.lightgrey:active,
.info-box.none .action-button-container a.button.hollow.light-grey.selected,
.info-box.none .action-button-container a.button.hollow.lightgrey.selected,
.info-box.none .action-button-container a.button.hollow.light-grey.solid:active,
.info-box.none .action-button-container a.button.hollow.lightgrey.solid:active,
.info-box.none .action-button-container a.button.hollow.light-grey.hollow:active,
.info-box.none .action-button-container a.button.hollow.lightgrey.hollow:active,
.info-box.none .action-button-container a.button.hollow.light-grey.solid.selected,
.info-box.none .action-button-container a.button.hollow.lightgrey.solid.selected,
.info-box.none .action-button-container a.button.hollow.light-grey.hollow.selected,
.info-box.none .action-button-container a.button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.info-box.none .action-button-container a.button.hollow.light-grey:hover,
.info-box.none .action-button-container a.button.hollow.lightgrey:hover,
.info-box.none .action-button-container a.button.hollow.light-grey.solid:hover,
.info-box.none .action-button-container a.button.hollow.lightgrey.solid:hover,
.info-box.none .action-button-container a.button.hollow.light-grey.hollow:hover,
.info-box.none .action-button-container a.button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.light-grey.default-hovered,
.info-box.none .action-button-container a.button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
.info-box.none .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy,
.info-box.none .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.info-box.none .action-button-container a.button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.solid {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.info-box.none .action-button-container a.button.solid.red {
  background-color: #de5948;
}
.info-box.none .action-button-container a.button.solid.orange {
  background-color: #f15a24;
}
.info-box.none .action-button-container a.button.solid.purple {
  background-color: #9163aa;
}
.info-box.none .action-button-container a.button.solid.blue {
  background-color: #5B85AA;
}
.info-box.none .action-button-container a.button.solid.green {
  background-color: #499e8d;
}
.info-box.none .action-button-container a.button.solid.grey {
  background-color: #666d76;
}
.info-box.none .action-button-container a.button.solid.light-grey,
.info-box.none .action-button-container a.button.solid.lightgrey {
  background-color: #A6AdB6;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.info-block {
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-left: 22px;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 6px center;
  border-radius: 3px;
  font-size: 14px;
}
.info-block.error {
  background-image: url('icons2/red-exclamation.svg');
  color: #de5948;
}
.info-block.warning {
  background-image: url('icons2/orange-alert.svg');
  color: #ee9d66;
}
.info-block.drifted {
  background-image: url('icons2/orange-drift.svg');
  color: #ee9d66;
}
.info-block.info {
  background-image: url('icons2/blue-info.svg');
  color: #5B85AA;
}
.info-block.success {
  background-image: url('icons2/green-check.svg');
  color: #499e8d;
}
.info-block.pending {
  background-image: url('icons2/blue-inprocess.svg');
  color: #48729d;
}
.info-block.unknown {
  background-image: url('icons2/gray-question-mark.svg');
  background-size: 15px 15px;
}
.info-block.executing {
  background: inherit;
  padding-left: 34px;
  padding-right: 8px;
}
.info-block.executing:before {
  content: '';
  display: inline-block;
  margin-left: -28px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-image: url('icons2/blue-inprocess.svg');
  background-repeat: no-repeat;
  background-size: contain;
  animation: spinner 4s linear 0s infinite;
}
.info-block.scheduled {
  color: #9163aa;
  background-image: url('/Resources/Images/Icons/purple-clock.svg');
}
.info-block.scheduled.solid {
  color: white;
  background-color: #9163aa;
  background-image: url('/Resources/Images/Icons/white-clock.svg');
}
.info-block.solid {
  color: #ffffff;
}
.info-block.solid a {
  color: #ffffff;
}
.info-block.solid a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.info-block.solid.error {
  background-color: #de5948;
  background-image: url('icons2/white-exclamation.svg');
}
.info-block.solid.warning {
  background-color: #ee9d66;
  background-image: url('icons2/white-alert.svg');
}
.info-block.solid.drifted {
  background-color: #ee9d66;
  background-image: url('icons2/white-drift.svg');
}
.info-block.solid.info {
  background-color: #5B85AA;
  background-image: url('icons2/white-info.svg');
}
.info-block.solid.success {
  background-color: #499e8d;
  background-image: url('icons2/white-check.svg');
}
.info-block.solid.pending {
  background-color: #48729d;
  background-image: url('icons2/white-inprocess.svg');
}
.info-block.solid.unknown {
  background-color: #666d76;
  background-image: url('icons2/white-question-mark.svg');
}
.info-block.solid.none {
  background-color: #666d76;
}
.info-block.solid.executing {
  background: #8da0b1;
  padding-left: 34px;
  padding-right: 8px;
}
.info-block.solid.executing:before {
  content: '';
  display: inline-block;
  margin-left: -28px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-image: url('icons2/white-inprocess.svg');
  background-repeat: no-repeat;
  background-size: contain;
  animation: spinner 4s linear 0s infinite;
}
.info-block.solid .action-button-container a.button {
  text-decoration: none;
}
/**************************************************************************************
* This file is intended for styled table styles.
**************************************************************************************/
.styled-table,
.titled-container .styled-table {
  width: 100%;
  margin: 7px 0;
  border-collapse: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #B8B8B8;
}
.styled-table th,
.titled-container .styled-table th,
.styled-table td,
.titled-container .styled-table td {
  padding: 0.5em;
  line-height: 125%;
  text-align: left;
  vertical-align: middle;
  font-family: inherit;
}
.styled-table th,
.titled-container .styled-table th {
  color: #fff;
  background-color: #48729d;
  background-color: #3E5E79;
  border-bottom: solid 1px #B8B8B8;
}
.styled-table th.sorting-desc:after,
.titled-container .styled-table th.sorting-desc:after {
  content: '\2191';
}
.styled-table th.sorting-asc:after,
.titled-container .styled-table th.sorting-asc:after {
  content: '\2193';
}
.styled-table th:first-child,
.titled-container .styled-table th:first-child {
  border-top-left-radius: 5px;
}
.styled-table th:last-child,
.titled-container .styled-table th:last-child {
  border-top-right-radius: 5px;
}
.styled-table td,
.titled-container .styled-table td {
  color: #000000;
}
.styled-table tr:nth-child(odd),
.titled-container .styled-table tr:nth-child(odd) {
  background: #ffffff;
}
.styled-table tr:nth-child(even),
.titled-container .styled-table tr:nth-child(even) {
  background: #f6f6f6;
}
.styled-table tr.highlight,
.titled-container .styled-table tr.highlight {
  background-color: #FFFEEE;
}
.styled-table tr:nth-child(2n),
.titled-container .styled-table tr:nth-child(2n) {
  background: #F5F5F5;
}
.styled-table tr td,
.titled-container .styled-table tr td {
  border-bottom: solid 1px #B8B8B8;
}
.styled-table tr:last-child td,
.titled-container .styled-table tr:last-child td {
  border-bottom: none;
}
/**************************************************************************************
* This file is intended for button styles.
**************************************************************************************/
a.button,
.button,
button:not(.select25-selection__choice__remove),
.action-button-container .button,
.action-button-container button {
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27, 31, 35, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5em;
  font-weight: 500;
  font-size: 13px;
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
a.button:active,
.button:active,
button:not(.select25-selection__choice__remove):active,
.action-button-container .button:active,
.action-button-container button:active,
a.button.selected,
.button.selected,
button:not(.select25-selection__choice__remove).selected,
.action-button-container .button.selected,
.action-button-container button.selected,
a.button.solid:active,
.button.solid:active,
button:not(.select25-selection__choice__remove).solid:active,
.action-button-container .button.solid:active,
.action-button-container button.solid:active,
a.button.hollow:active,
.button.hollow:active,
button:not(.select25-selection__choice__remove).hollow:active,
.action-button-container .button.hollow:active,
.action-button-container button.hollow:active,
a.button.solid.selected,
.button.solid.selected,
button:not(.select25-selection__choice__remove).solid.selected,
.action-button-container .button.solid.selected,
.action-button-container button.solid.selected,
a.button.hollow.selected,
.button.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.selected,
.action-button-container .button.hollow.selected,
.action-button-container button.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button:hover,
.button:hover,
button:not(.select25-selection__choice__remove):hover,
.action-button-container .button:hover,
.action-button-container button:hover,
a.button.solid:hover,
.button.solid:hover,
button:not(.select25-selection__choice__remove).solid:hover,
.action-button-container .button.solid:hover,
.action-button-container button.solid:hover,
a.button.hollow:hover,
.button.hollow:hover,
button:not(.select25-selection__choice__remove).hollow:hover,
.action-button-container .button.hollow:hover,
.action-button-container button.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.default-hovered,
.button.default-hovered,
button:not(.select25-selection__choice__remove).default-hovered,
.action-button-container .button.default-hovered,
.action-button-container button.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.show-when-busy.show-busy,
.button.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).show-when-busy.show-busy,
.action-button-container .button.show-when-busy.show-busy,
.action-button-container button.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.show-when-busy.show-busy:hover,
.button.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).show-when-busy.show-busy:hover,
.action-button-container .button.show-when-busy.show-busy:hover,
.action-button-container button.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.error,
.button.error,
button:not(.select25-selection__choice__remove).error,
.action-button-container .button.error,
.action-button-container button.error {
  padding-left: 24px;
  background-origin: padding-box;
  background-color: #de5948;
  background-image: url('icons2/white-exclamation.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 4px center;
}
a.button.warning,
.button.warning,
button:not(.select25-selection__choice__remove).warning,
.action-button-container .button.warning,
.action-button-container button.warning {
  padding-left: 24px;
  background-origin: padding-box;
  background-color: #ee9d66;
  background-image: url('icons2/white-alert.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 4px center;
}
a.button.success,
.button.success,
button:not(.select25-selection__choice__remove).success,
.action-button-container .button.success,
.action-button-container button.success {
  padding-left: 24px;
  background-origin: padding-box;
  background-color: #499e8d;
  background-image: url('icons2/white-check.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 4px center;
}
a.button.blue,
.button.blue,
button:not(.select25-selection__choice__remove).blue,
.action-button-container .button.blue,
.action-button-container button.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
a.button.blue:active,
.button.blue:active,
button:not(.select25-selection__choice__remove).blue:active,
.action-button-container .button.blue:active,
.action-button-container button.blue:active,
a.button.blue.selected,
.button.blue.selected,
button:not(.select25-selection__choice__remove).blue.selected,
.action-button-container .button.blue.selected,
.action-button-container button.blue.selected,
a.button.blue.solid:active,
.button.blue.solid:active,
button:not(.select25-selection__choice__remove).blue.solid:active,
.action-button-container .button.blue.solid:active,
.action-button-container button.blue.solid:active,
a.button.blue.hollow:active,
.button.blue.hollow:active,
button:not(.select25-selection__choice__remove).blue.hollow:active,
.action-button-container .button.blue.hollow:active,
.action-button-container button.blue.hollow:active,
a.button.blue.solid.selected,
.button.blue.solid.selected,
button:not(.select25-selection__choice__remove).blue.solid.selected,
.action-button-container .button.blue.solid.selected,
.action-button-container button.blue.solid.selected,
a.button.blue.hollow.selected,
.button.blue.hollow.selected,
button:not(.select25-selection__choice__remove).blue.hollow.selected,
.action-button-container .button.blue.hollow.selected,
.action-button-container button.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.blue:hover,
.button.blue:hover,
button:not(.select25-selection__choice__remove).blue:hover,
.action-button-container .button.blue:hover,
.action-button-container button.blue:hover,
a.button.blue.solid:hover,
.button.blue.solid:hover,
button:not(.select25-selection__choice__remove).blue.solid:hover,
.action-button-container .button.blue.solid:hover,
.action-button-container button.blue.solid:hover,
a.button.blue.hollow:hover,
.button.blue.hollow:hover,
button:not(.select25-selection__choice__remove).blue.hollow:hover,
.action-button-container .button.blue.hollow:hover,
.action-button-container button.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.blue.default-hovered,
.button.blue.default-hovered,
button:not(.select25-selection__choice__remove).blue.default-hovered,
.action-button-container .button.blue.default-hovered,
.action-button-container button.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.blue.show-when-busy.show-busy,
.button.blue.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).blue.show-when-busy.show-busy,
.action-button-container .button.blue.show-when-busy.show-busy,
.action-button-container button.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.blue.show-when-busy.show-busy:hover,
.button.blue.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).blue.show-when-busy.show-busy:hover,
.action-button-container .button.blue.show-when-busy.show-busy:hover,
.action-button-container button.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.grey,
.button.grey,
button:not(.select25-selection__choice__remove).grey,
.action-button-container .button.grey,
.action-button-container button.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
a.button.grey:active,
.button.grey:active,
button:not(.select25-selection__choice__remove).grey:active,
.action-button-container .button.grey:active,
.action-button-container button.grey:active,
a.button.grey.selected,
.button.grey.selected,
button:not(.select25-selection__choice__remove).grey.selected,
.action-button-container .button.grey.selected,
.action-button-container button.grey.selected,
a.button.grey.solid:active,
.button.grey.solid:active,
button:not(.select25-selection__choice__remove).grey.solid:active,
.action-button-container .button.grey.solid:active,
.action-button-container button.grey.solid:active,
a.button.grey.hollow:active,
.button.grey.hollow:active,
button:not(.select25-selection__choice__remove).grey.hollow:active,
.action-button-container .button.grey.hollow:active,
.action-button-container button.grey.hollow:active,
a.button.grey.solid.selected,
.button.grey.solid.selected,
button:not(.select25-selection__choice__remove).grey.solid.selected,
.action-button-container .button.grey.solid.selected,
.action-button-container button.grey.solid.selected,
a.button.grey.hollow.selected,
.button.grey.hollow.selected,
button:not(.select25-selection__choice__remove).grey.hollow.selected,
.action-button-container .button.grey.hollow.selected,
.action-button-container button.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.grey:hover,
.button.grey:hover,
button:not(.select25-selection__choice__remove).grey:hover,
.action-button-container .button.grey:hover,
.action-button-container button.grey:hover,
a.button.grey.solid:hover,
.button.grey.solid:hover,
button:not(.select25-selection__choice__remove).grey.solid:hover,
.action-button-container .button.grey.solid:hover,
.action-button-container button.grey.solid:hover,
a.button.grey.hollow:hover,
.button.grey.hollow:hover,
button:not(.select25-selection__choice__remove).grey.hollow:hover,
.action-button-container .button.grey.hollow:hover,
.action-button-container button.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.grey.default-hovered,
.button.grey.default-hovered,
button:not(.select25-selection__choice__remove).grey.default-hovered,
.action-button-container .button.grey.default-hovered,
.action-button-container button.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.grey.show-when-busy.show-busy,
.button.grey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).grey.show-when-busy.show-busy,
.action-button-container .button.grey.show-when-busy.show-busy,
.action-button-container button.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.grey.show-when-busy.show-busy:hover,
.button.grey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).grey.show-when-busy.show-busy:hover,
.action-button-container .button.grey.show-when-busy.show-busy:hover,
.action-button-container button.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.green,
.button.green,
button:not(.select25-selection__choice__remove).green,
.action-button-container .button.green,
.action-button-container button.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
a.button.green:active,
.button.green:active,
button:not(.select25-selection__choice__remove).green:active,
.action-button-container .button.green:active,
.action-button-container button.green:active,
a.button.green.selected,
.button.green.selected,
button:not(.select25-selection__choice__remove).green.selected,
.action-button-container .button.green.selected,
.action-button-container button.green.selected,
a.button.green.solid:active,
.button.green.solid:active,
button:not(.select25-selection__choice__remove).green.solid:active,
.action-button-container .button.green.solid:active,
.action-button-container button.green.solid:active,
a.button.green.hollow:active,
.button.green.hollow:active,
button:not(.select25-selection__choice__remove).green.hollow:active,
.action-button-container .button.green.hollow:active,
.action-button-container button.green.hollow:active,
a.button.green.solid.selected,
.button.green.solid.selected,
button:not(.select25-selection__choice__remove).green.solid.selected,
.action-button-container .button.green.solid.selected,
.action-button-container button.green.solid.selected,
a.button.green.hollow.selected,
.button.green.hollow.selected,
button:not(.select25-selection__choice__remove).green.hollow.selected,
.action-button-container .button.green.hollow.selected,
.action-button-container button.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.green:hover,
.button.green:hover,
button:not(.select25-selection__choice__remove).green:hover,
.action-button-container .button.green:hover,
.action-button-container button.green:hover,
a.button.green.solid:hover,
.button.green.solid:hover,
button:not(.select25-selection__choice__remove).green.solid:hover,
.action-button-container .button.green.solid:hover,
.action-button-container button.green.solid:hover,
a.button.green.hollow:hover,
.button.green.hollow:hover,
button:not(.select25-selection__choice__remove).green.hollow:hover,
.action-button-container .button.green.hollow:hover,
.action-button-container button.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
a.button.green.default-hovered,
.button.green.default-hovered,
button:not(.select25-selection__choice__remove).green.default-hovered,
.action-button-container .button.green.default-hovered,
.action-button-container button.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
a.button.green.show-when-busy.show-busy,
.button.green.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).green.show-when-busy.show-busy,
.action-button-container .button.green.show-when-busy.show-busy,
.action-button-container button.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.green.show-when-busy.show-busy:hover,
.button.green.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).green.show-when-busy.show-busy:hover,
.action-button-container .button.green.show-when-busy.show-busy:hover,
.action-button-container button.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.orange,
.button.orange,
button:not(.select25-selection__choice__remove).orange,
.action-button-container .button.orange,
.action-button-container button.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
a.button.orange:active,
.button.orange:active,
button:not(.select25-selection__choice__remove).orange:active,
.action-button-container .button.orange:active,
.action-button-container button.orange:active,
a.button.orange.selected,
.button.orange.selected,
button:not(.select25-selection__choice__remove).orange.selected,
.action-button-container .button.orange.selected,
.action-button-container button.orange.selected,
a.button.orange.solid:active,
.button.orange.solid:active,
button:not(.select25-selection__choice__remove).orange.solid:active,
.action-button-container .button.orange.solid:active,
.action-button-container button.orange.solid:active,
a.button.orange.hollow:active,
.button.orange.hollow:active,
button:not(.select25-selection__choice__remove).orange.hollow:active,
.action-button-container .button.orange.hollow:active,
.action-button-container button.orange.hollow:active,
a.button.orange.solid.selected,
.button.orange.solid.selected,
button:not(.select25-selection__choice__remove).orange.solid.selected,
.action-button-container .button.orange.solid.selected,
.action-button-container button.orange.solid.selected,
a.button.orange.hollow.selected,
.button.orange.hollow.selected,
button:not(.select25-selection__choice__remove).orange.hollow.selected,
.action-button-container .button.orange.hollow.selected,
.action-button-container button.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.orange:hover,
.button.orange:hover,
button:not(.select25-selection__choice__remove).orange:hover,
.action-button-container .button.orange:hover,
.action-button-container button.orange:hover,
a.button.orange.solid:hover,
.button.orange.solid:hover,
button:not(.select25-selection__choice__remove).orange.solid:hover,
.action-button-container .button.orange.solid:hover,
.action-button-container button.orange.solid:hover,
a.button.orange.hollow:hover,
.button.orange.hollow:hover,
button:not(.select25-selection__choice__remove).orange.hollow:hover,
.action-button-container .button.orange.hollow:hover,
.action-button-container button.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
a.button.orange.default-hovered,
.button.orange.default-hovered,
button:not(.select25-selection__choice__remove).orange.default-hovered,
.action-button-container .button.orange.default-hovered,
.action-button-container button.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
a.button.orange.show-when-busy.show-busy,
.button.orange.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).orange.show-when-busy.show-busy,
.action-button-container .button.orange.show-when-busy.show-busy,
.action-button-container button.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.orange.show-when-busy.show-busy:hover,
.button.orange.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).orange.show-when-busy.show-busy:hover,
.action-button-container .button.orange.show-when-busy.show-busy:hover,
.action-button-container button.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.red,
.button.red,
button:not(.select25-selection__choice__remove).red,
.action-button-container .button.red,
.action-button-container button.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
a.button.red:active,
.button.red:active,
button:not(.select25-selection__choice__remove).red:active,
.action-button-container .button.red:active,
.action-button-container button.red:active,
a.button.red.selected,
.button.red.selected,
button:not(.select25-selection__choice__remove).red.selected,
.action-button-container .button.red.selected,
.action-button-container button.red.selected,
a.button.red.solid:active,
.button.red.solid:active,
button:not(.select25-selection__choice__remove).red.solid:active,
.action-button-container .button.red.solid:active,
.action-button-container button.red.solid:active,
a.button.red.hollow:active,
.button.red.hollow:active,
button:not(.select25-selection__choice__remove).red.hollow:active,
.action-button-container .button.red.hollow:active,
.action-button-container button.red.hollow:active,
a.button.red.solid.selected,
.button.red.solid.selected,
button:not(.select25-selection__choice__remove).red.solid.selected,
.action-button-container .button.red.solid.selected,
.action-button-container button.red.solid.selected,
a.button.red.hollow.selected,
.button.red.hollow.selected,
button:not(.select25-selection__choice__remove).red.hollow.selected,
.action-button-container .button.red.hollow.selected,
.action-button-container button.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.red:hover,
.button.red:hover,
button:not(.select25-selection__choice__remove).red:hover,
.action-button-container .button.red:hover,
.action-button-container button.red:hover,
a.button.red.solid:hover,
.button.red.solid:hover,
button:not(.select25-selection__choice__remove).red.solid:hover,
.action-button-container .button.red.solid:hover,
.action-button-container button.red.solid:hover,
a.button.red.hollow:hover,
.button.red.hollow:hover,
button:not(.select25-selection__choice__remove).red.hollow:hover,
.action-button-container .button.red.hollow:hover,
.action-button-container button.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
a.button.red.default-hovered,
.button.red.default-hovered,
button:not(.select25-selection__choice__remove).red.default-hovered,
.action-button-container .button.red.default-hovered,
.action-button-container button.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
a.button.red.show-when-busy.show-busy,
.button.red.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).red.show-when-busy.show-busy,
.action-button-container .button.red.show-when-busy.show-busy,
.action-button-container button.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.red.show-when-busy.show-busy:hover,
.button.red.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).red.show-when-busy.show-busy:hover,
.action-button-container .button.red.show-when-busy.show-busy:hover,
.action-button-container button.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.purple,
.button.purple,
button:not(.select25-selection__choice__remove).purple,
.action-button-container .button.purple,
.action-button-container button.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
a.button.purple:active,
.button.purple:active,
button:not(.select25-selection__choice__remove).purple:active,
.action-button-container .button.purple:active,
.action-button-container button.purple:active,
a.button.purple.selected,
.button.purple.selected,
button:not(.select25-selection__choice__remove).purple.selected,
.action-button-container .button.purple.selected,
.action-button-container button.purple.selected,
a.button.purple.solid:active,
.button.purple.solid:active,
button:not(.select25-selection__choice__remove).purple.solid:active,
.action-button-container .button.purple.solid:active,
.action-button-container button.purple.solid:active,
a.button.purple.hollow:active,
.button.purple.hollow:active,
button:not(.select25-selection__choice__remove).purple.hollow:active,
.action-button-container .button.purple.hollow:active,
.action-button-container button.purple.hollow:active,
a.button.purple.solid.selected,
.button.purple.solid.selected,
button:not(.select25-selection__choice__remove).purple.solid.selected,
.action-button-container .button.purple.solid.selected,
.action-button-container button.purple.solid.selected,
a.button.purple.hollow.selected,
.button.purple.hollow.selected,
button:not(.select25-selection__choice__remove).purple.hollow.selected,
.action-button-container .button.purple.hollow.selected,
.action-button-container button.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.purple:hover,
.button.purple:hover,
button:not(.select25-selection__choice__remove).purple:hover,
.action-button-container .button.purple:hover,
.action-button-container button.purple:hover,
a.button.purple.solid:hover,
.button.purple.solid:hover,
button:not(.select25-selection__choice__remove).purple.solid:hover,
.action-button-container .button.purple.solid:hover,
.action-button-container button.purple.solid:hover,
a.button.purple.hollow:hover,
.button.purple.hollow:hover,
button:not(.select25-selection__choice__remove).purple.hollow:hover,
.action-button-container .button.purple.hollow:hover,
.action-button-container button.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
a.button.purple.default-hovered,
.button.purple.default-hovered,
button:not(.select25-selection__choice__remove).purple.default-hovered,
.action-button-container .button.purple.default-hovered,
.action-button-container button.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
a.button.purple.show-when-busy.show-busy,
.button.purple.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).purple.show-when-busy.show-busy,
.action-button-container .button.purple.show-when-busy.show-busy,
.action-button-container button.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.purple.show-when-busy.show-busy:hover,
.button.purple.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).purple.show-when-busy.show-busy:hover,
.action-button-container .button.purple.show-when-busy.show-busy:hover,
.action-button-container button.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.light-grey,
.button.light-grey,
button:not(.select25-selection__choice__remove).light-grey,
.action-button-container .button.light-grey,
.action-button-container button.light-grey,
a.button.lightgrey,
.button.lightgrey,
button:not(.select25-selection__choice__remove).lightgrey,
.action-button-container .button.lightgrey,
.action-button-container button.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
a.button.light-grey:active,
.button.light-grey:active,
button:not(.select25-selection__choice__remove).light-grey:active,
.action-button-container .button.light-grey:active,
.action-button-container button.light-grey:active,
a.button.lightgrey:active,
.button.lightgrey:active,
button:not(.select25-selection__choice__remove).lightgrey:active,
.action-button-container .button.lightgrey:active,
.action-button-container button.lightgrey:active,
a.button.light-grey.selected,
.button.light-grey.selected,
button:not(.select25-selection__choice__remove).light-grey.selected,
.action-button-container .button.light-grey.selected,
.action-button-container button.light-grey.selected,
a.button.lightgrey.selected,
.button.lightgrey.selected,
button:not(.select25-selection__choice__remove).lightgrey.selected,
.action-button-container .button.lightgrey.selected,
.action-button-container button.lightgrey.selected,
a.button.light-grey.solid:active,
.button.light-grey.solid:active,
button:not(.select25-selection__choice__remove).light-grey.solid:active,
.action-button-container .button.light-grey.solid:active,
.action-button-container button.light-grey.solid:active,
a.button.lightgrey.solid:active,
.button.lightgrey.solid:active,
button:not(.select25-selection__choice__remove).lightgrey.solid:active,
.action-button-container .button.lightgrey.solid:active,
.action-button-container button.lightgrey.solid:active,
a.button.light-grey.hollow:active,
.button.light-grey.hollow:active,
button:not(.select25-selection__choice__remove).light-grey.hollow:active,
.action-button-container .button.light-grey.hollow:active,
.action-button-container button.light-grey.hollow:active,
a.button.lightgrey.hollow:active,
.button.lightgrey.hollow:active,
button:not(.select25-selection__choice__remove).lightgrey.hollow:active,
.action-button-container .button.lightgrey.hollow:active,
.action-button-container button.lightgrey.hollow:active,
a.button.light-grey.solid.selected,
.button.light-grey.solid.selected,
button:not(.select25-selection__choice__remove).light-grey.solid.selected,
.action-button-container .button.light-grey.solid.selected,
.action-button-container button.light-grey.solid.selected,
a.button.lightgrey.solid.selected,
.button.lightgrey.solid.selected,
button:not(.select25-selection__choice__remove).lightgrey.solid.selected,
.action-button-container .button.lightgrey.solid.selected,
.action-button-container button.lightgrey.solid.selected,
a.button.light-grey.hollow.selected,
.button.light-grey.hollow.selected,
button:not(.select25-selection__choice__remove).light-grey.hollow.selected,
.action-button-container .button.light-grey.hollow.selected,
.action-button-container button.light-grey.hollow.selected,
a.button.lightgrey.hollow.selected,
.button.lightgrey.hollow.selected,
button:not(.select25-selection__choice__remove).lightgrey.hollow.selected,
.action-button-container .button.lightgrey.hollow.selected,
.action-button-container button.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.light-grey:hover,
.button.light-grey:hover,
button:not(.select25-selection__choice__remove).light-grey:hover,
.action-button-container .button.light-grey:hover,
.action-button-container button.light-grey:hover,
a.button.lightgrey:hover,
.button.lightgrey:hover,
button:not(.select25-selection__choice__remove).lightgrey:hover,
.action-button-container .button.lightgrey:hover,
.action-button-container button.lightgrey:hover,
a.button.light-grey.solid:hover,
.button.light-grey.solid:hover,
button:not(.select25-selection__choice__remove).light-grey.solid:hover,
.action-button-container .button.light-grey.solid:hover,
.action-button-container button.light-grey.solid:hover,
a.button.lightgrey.solid:hover,
.button.lightgrey.solid:hover,
button:not(.select25-selection__choice__remove).lightgrey.solid:hover,
.action-button-container .button.lightgrey.solid:hover,
.action-button-container button.lightgrey.solid:hover,
a.button.light-grey.hollow:hover,
.button.light-grey.hollow:hover,
button:not(.select25-selection__choice__remove).light-grey.hollow:hover,
.action-button-container .button.light-grey.hollow:hover,
.action-button-container button.light-grey.hollow:hover,
a.button.lightgrey.hollow:hover,
.button.lightgrey.hollow:hover,
button:not(.select25-selection__choice__remove).lightgrey.hollow:hover,
.action-button-container .button.lightgrey.hollow:hover,
.action-button-container button.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
a.button.light-grey.default-hovered,
.button.light-grey.default-hovered,
button:not(.select25-selection__choice__remove).light-grey.default-hovered,
.action-button-container .button.light-grey.default-hovered,
.action-button-container button.light-grey.default-hovered,
a.button.lightgrey.default-hovered,
.button.lightgrey.default-hovered,
button:not(.select25-selection__choice__remove).lightgrey.default-hovered,
.action-button-container .button.lightgrey.default-hovered,
.action-button-container button.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
a.button.light-grey.show-when-busy.show-busy,
.button.light-grey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).light-grey.show-when-busy.show-busy,
.action-button-container .button.light-grey.show-when-busy.show-busy,
.action-button-container button.light-grey.show-when-busy.show-busy,
a.button.lightgrey.show-when-busy.show-busy,
.button.lightgrey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).lightgrey.show-when-busy.show-busy,
.action-button-container .button.lightgrey.show-when-busy.show-busy,
.action-button-container button.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.light-grey.show-when-busy.show-busy:hover,
.button.light-grey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).light-grey.show-when-busy.show-busy:hover,
.action-button-container .button.light-grey.show-when-busy.show-busy:hover,
.action-button-container button.light-grey.show-when-busy.show-busy:hover,
a.button.lightgrey.show-when-busy.show-busy:hover,
.button.lightgrey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).lightgrey.show-when-busy.show-busy:hover,
.action-button-container .button.lightgrey.show-when-busy.show-busy:hover,
.action-button-container button.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.close-modal,
.button.close-modal,
button:not(.select25-selection__choice__remove).close-modal,
.action-button-container .button.close-modal,
.action-button-container button.close-modal {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
a.button.close-modal:active,
.button.close-modal:active,
button:not(.select25-selection__choice__remove).close-modal:active,
.action-button-container .button.close-modal:active,
.action-button-container button.close-modal:active,
a.button.close-modal.selected,
.button.close-modal.selected,
button:not(.select25-selection__choice__remove).close-modal.selected,
.action-button-container .button.close-modal.selected,
.action-button-container button.close-modal.selected,
a.button.close-modal.solid:active,
.button.close-modal.solid:active,
button:not(.select25-selection__choice__remove).close-modal.solid:active,
.action-button-container .button.close-modal.solid:active,
.action-button-container button.close-modal.solid:active,
a.button.close-modal.hollow:active,
.button.close-modal.hollow:active,
button:not(.select25-selection__choice__remove).close-modal.hollow:active,
.action-button-container .button.close-modal.hollow:active,
.action-button-container button.close-modal.hollow:active,
a.button.close-modal.solid.selected,
.button.close-modal.solid.selected,
button:not(.select25-selection__choice__remove).close-modal.solid.selected,
.action-button-container .button.close-modal.solid.selected,
.action-button-container button.close-modal.solid.selected,
a.button.close-modal.hollow.selected,
.button.close-modal.hollow.selected,
button:not(.select25-selection__choice__remove).close-modal.hollow.selected,
.action-button-container .button.close-modal.hollow.selected,
.action-button-container button.close-modal.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.close-modal:hover,
.button.close-modal:hover,
button:not(.select25-selection__choice__remove).close-modal:hover,
.action-button-container .button.close-modal:hover,
.action-button-container button.close-modal:hover,
a.button.close-modal.solid:hover,
.button.close-modal.solid:hover,
button:not(.select25-selection__choice__remove).close-modal.solid:hover,
.action-button-container .button.close-modal.solid:hover,
.action-button-container button.close-modal.solid:hover,
a.button.close-modal.hollow:hover,
.button.close-modal.hollow:hover,
button:not(.select25-selection__choice__remove).close-modal.hollow:hover,
.action-button-container .button.close-modal.hollow:hover,
.action-button-container button.close-modal.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.close-modal.default-hovered,
.button.close-modal.default-hovered,
button:not(.select25-selection__choice__remove).close-modal.default-hovered,
.action-button-container .button.close-modal.default-hovered,
.action-button-container button.close-modal.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.close-modal.show-when-busy.show-busy,
.button.close-modal.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).close-modal.show-when-busy.show-busy,
.action-button-container .button.close-modal.show-when-busy.show-busy,
.action-button-container button.close-modal.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.close-modal.show-when-busy.show-busy:hover,
.button.close-modal.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).close-modal.show-when-busy.show-busy:hover,
.action-button-container .button.close-modal.show-when-busy.show-busy:hover,
.action-button-container button.close-modal.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.blue,
.button.hollow.blue,
button:not(.select25-selection__choice__remove).hollow.blue,
.action-button-container .button.hollow.blue,
.action-button-container button.hollow.blue {
  color: #5B85AA;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #5B85AA;
}
a.button.hollow.blue:active,
.button.hollow.blue:active,
button:not(.select25-selection__choice__remove).hollow.blue:active,
.action-button-container .button.hollow.blue:active,
.action-button-container button.hollow.blue:active,
a.button.hollow.blue.selected,
.button.hollow.blue.selected,
button:not(.select25-selection__choice__remove).hollow.blue.selected,
.action-button-container .button.hollow.blue.selected,
.action-button-container button.hollow.blue.selected,
a.button.hollow.blue.solid:active,
.button.hollow.blue.solid:active,
button:not(.select25-selection__choice__remove).hollow.blue.solid:active,
.action-button-container .button.hollow.blue.solid:active,
.action-button-container button.hollow.blue.solid:active,
a.button.hollow.blue.hollow:active,
.button.hollow.blue.hollow:active,
button:not(.select25-selection__choice__remove).hollow.blue.hollow:active,
.action-button-container .button.hollow.blue.hollow:active,
.action-button-container button.hollow.blue.hollow:active,
a.button.hollow.blue.solid.selected,
.button.hollow.blue.solid.selected,
button:not(.select25-selection__choice__remove).hollow.blue.solid.selected,
.action-button-container .button.hollow.blue.solid.selected,
.action-button-container button.hollow.blue.solid.selected,
a.button.hollow.blue.hollow.selected,
.button.hollow.blue.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.blue.hollow.selected,
.action-button-container .button.hollow.blue.hollow.selected,
.action-button-container button.hollow.blue.hollow.selected {
  color: #ffffff;
  background-color: #50789b;
  background-image: none;
  border-color: #5B85AA;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.blue:hover,
.button.hollow.blue:hover,
button:not(.select25-selection__choice__remove).hollow.blue:hover,
.action-button-container .button.hollow.blue:hover,
.action-button-container button.hollow.blue:hover,
a.button.hollow.blue.solid:hover,
.button.hollow.blue.solid:hover,
button:not(.select25-selection__choice__remove).hollow.blue.solid:hover,
.action-button-container .button.hollow.blue.solid:hover,
.action-button-container button.hollow.blue.solid:hover,
a.button.hollow.blue.hollow:hover,
.button.hollow.blue.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.blue.hollow:hover,
.action-button-container .button.hollow.blue.hollow:hover,
.action-button-container button.hollow.blue.hollow:hover {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.hollow.blue.default-hovered,
.button.hollow.blue.default-hovered,
button:not(.select25-selection__choice__remove).hollow.blue.default-hovered,
.action-button-container .button.hollow.blue.default-hovered,
.action-button-container button.hollow.blue.default-hovered {
  color: #ffffff;
  background-color: #5B85AA;
  background-image: linear-gradient(-180deg, #6c91b3 0%, #5B85AA 90%);
  border-color: #5B85AA;
  text-decoration: none;
}
a.button.hollow.blue.show-when-busy.show-busy,
.button.hollow.blue.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.blue.show-when-busy.show-busy,
.action-button-container .button.hollow.blue.show-when-busy.show-busy,
.action-button-container button.hollow.blue.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.blue.show-when-busy.show-busy:hover,
.button.hollow.blue.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.blue.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.blue.show-when-busy.show-busy:hover,
.action-button-container button.hollow.blue.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.grey,
.button.hollow.grey,
button:not(.select25-selection__choice__remove).hollow.grey,
.action-button-container .button.hollow.grey,
.action-button-container button.hollow.grey {
  color: #666d76;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #666d76;
}
a.button.hollow.grey:active,
.button.hollow.grey:active,
button:not(.select25-selection__choice__remove).hollow.grey:active,
.action-button-container .button.hollow.grey:active,
.action-button-container button.hollow.grey:active,
a.button.hollow.grey.selected,
.button.hollow.grey.selected,
button:not(.select25-selection__choice__remove).hollow.grey.selected,
.action-button-container .button.hollow.grey.selected,
.action-button-container button.hollow.grey.selected,
a.button.hollow.grey.solid:active,
.button.hollow.grey.solid:active,
button:not(.select25-selection__choice__remove).hollow.grey.solid:active,
.action-button-container .button.hollow.grey.solid:active,
.action-button-container button.hollow.grey.solid:active,
a.button.hollow.grey.hollow:active,
.button.hollow.grey.hollow:active,
button:not(.select25-selection__choice__remove).hollow.grey.hollow:active,
.action-button-container .button.hollow.grey.hollow:active,
.action-button-container button.hollow.grey.hollow:active,
a.button.hollow.grey.solid.selected,
.button.hollow.grey.solid.selected,
button:not(.select25-selection__choice__remove).hollow.grey.solid.selected,
.action-button-container .button.hollow.grey.solid.selected,
.action-button-container button.hollow.grey.solid.selected,
a.button.hollow.grey.hollow.selected,
.button.hollow.grey.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.grey.hollow.selected,
.action-button-container .button.hollow.grey.hollow.selected,
.action-button-container button.hollow.grey.hollow.selected {
  color: #ffffff;
  background-color: #5a6068;
  background-image: none;
  border-color: #666d76;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.grey:hover,
.button.hollow.grey:hover,
button:not(.select25-selection__choice__remove).hollow.grey:hover,
.action-button-container .button.hollow.grey:hover,
.action-button-container button.hollow.grey:hover,
a.button.hollow.grey.solid:hover,
.button.hollow.grey.solid:hover,
button:not(.select25-selection__choice__remove).hollow.grey.solid:hover,
.action-button-container .button.hollow.grey.solid:hover,
.action-button-container button.hollow.grey.solid:hover,
a.button.hollow.grey.hollow:hover,
.button.hollow.grey.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.grey.hollow:hover,
.action-button-container .button.hollow.grey.hollow:hover,
.action-button-container button.hollow.grey.hollow:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.hollow.grey.default-hovered,
.button.hollow.grey.default-hovered,
button:not(.select25-selection__choice__remove).hollow.grey.default-hovered,
.action-button-container .button.hollow.grey.default-hovered,
.action-button-container button.hollow.grey.default-hovered {
  color: #ffffff;
  background-color: #666d76;
  background-image: linear-gradient(-180deg, #727a84 0%, #666d76 90%);
  border-color: #666d76;
  text-decoration: none;
}
a.button.hollow.grey.show-when-busy.show-busy,
.button.hollow.grey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.grey.show-when-busy.show-busy,
.action-button-container .button.hollow.grey.show-when-busy.show-busy,
.action-button-container button.hollow.grey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.grey.show-when-busy.show-busy:hover,
.button.hollow.grey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.grey.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.grey.show-when-busy.show-busy:hover,
.action-button-container button.hollow.grey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.green,
.button.hollow.green,
button:not(.select25-selection__choice__remove).hollow.green,
.action-button-container .button.hollow.green,
.action-button-container button.hollow.green {
  color: #28a745;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #28a745;
}
a.button.hollow.green:active,
.button.hollow.green:active,
button:not(.select25-selection__choice__remove).hollow.green:active,
.action-button-container .button.hollow.green:active,
.action-button-container button.hollow.green:active,
a.button.hollow.green.selected,
.button.hollow.green.selected,
button:not(.select25-selection__choice__remove).hollow.green.selected,
.action-button-container .button.hollow.green.selected,
.action-button-container button.hollow.green.selected,
a.button.hollow.green.solid:active,
.button.hollow.green.solid:active,
button:not(.select25-selection__choice__remove).hollow.green.solid:active,
.action-button-container .button.hollow.green.solid:active,
.action-button-container button.hollow.green.solid:active,
a.button.hollow.green.hollow:active,
.button.hollow.green.hollow:active,
button:not(.select25-selection__choice__remove).hollow.green.hollow:active,
.action-button-container .button.hollow.green.hollow:active,
.action-button-container button.hollow.green.hollow:active,
a.button.hollow.green.solid.selected,
.button.hollow.green.solid.selected,
button:not(.select25-selection__choice__remove).hollow.green.solid.selected,
.action-button-container .button.hollow.green.solid.selected,
.action-button-container button.hollow.green.solid.selected,
a.button.hollow.green.hollow.selected,
.button.hollow.green.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.green.hollow.selected,
.action-button-container .button.hollow.green.hollow.selected,
.action-button-container button.hollow.green.hollow.selected {
  color: #ffffff;
  background-color: #23923c;
  background-image: none;
  border-color: #28a745;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.green:hover,
.button.hollow.green:hover,
button:not(.select25-selection__choice__remove).hollow.green:hover,
.action-button-container .button.hollow.green:hover,
.action-button-container button.hollow.green:hover,
a.button.hollow.green.solid:hover,
.button.hollow.green.solid:hover,
button:not(.select25-selection__choice__remove).hollow.green.solid:hover,
.action-button-container .button.hollow.green.solid:hover,
.action-button-container button.hollow.green.solid:hover,
a.button.hollow.green.hollow:hover,
.button.hollow.green.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.green.hollow:hover,
.action-button-container .button.hollow.green.hollow:hover,
.action-button-container button.hollow.green.hollow:hover {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
a.button.hollow.green.default-hovered,
.button.hollow.green.default-hovered,
button:not(.select25-selection__choice__remove).hollow.green.default-hovered,
.action-button-container .button.hollow.green.default-hovered,
.action-button-container button.hollow.green.default-hovered {
  color: #ffffff;
  background-color: #28a745;
  background-image: linear-gradient(-180deg, #2dbc4d 0%, #28a745 90%);
  border-color: #28a745;
  text-decoration: none;
}
a.button.hollow.green.show-when-busy.show-busy,
.button.hollow.green.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.green.show-when-busy.show-busy,
.action-button-container .button.hollow.green.show-when-busy.show-busy,
.action-button-container button.hollow.green.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.green.show-when-busy.show-busy:hover,
.button.hollow.green.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.green.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.green.show-when-busy.show-busy:hover,
.action-button-container button.hollow.green.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.orange,
.button.hollow.orange,
button:not(.select25-selection__choice__remove).hollow.orange,
.action-button-container .button.hollow.orange,
.action-button-container button.hollow.orange {
  color: #f16633;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #f16633;
}
a.button.hollow.orange:active,
.button.hollow.orange:active,
button:not(.select25-selection__choice__remove).hollow.orange:active,
.action-button-container .button.hollow.orange:active,
.action-button-container button.hollow.orange:active,
a.button.hollow.orange.selected,
.button.hollow.orange.selected,
button:not(.select25-selection__choice__remove).hollow.orange.selected,
.action-button-container .button.hollow.orange.selected,
.action-button-container button.hollow.orange.selected,
a.button.hollow.orange.solid:active,
.button.hollow.orange.solid:active,
button:not(.select25-selection__choice__remove).hollow.orange.solid:active,
.action-button-container .button.hollow.orange.solid:active,
.action-button-container button.hollow.orange.solid:active,
a.button.hollow.orange.hollow:active,
.button.hollow.orange.hollow:active,
button:not(.select25-selection__choice__remove).hollow.orange.hollow:active,
.action-button-container .button.hollow.orange.hollow:active,
.action-button-container button.hollow.orange.hollow:active,
a.button.hollow.orange.solid.selected,
.button.hollow.orange.solid.selected,
button:not(.select25-selection__choice__remove).hollow.orange.solid.selected,
.action-button-container .button.hollow.orange.solid.selected,
.action-button-container button.hollow.orange.solid.selected,
a.button.hollow.orange.hollow.selected,
.button.hollow.orange.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.orange.hollow.selected,
.action-button-container .button.hollow.orange.hollow.selected,
.action-button-container button.hollow.orange.hollow.selected {
  color: #ffffff;
  background-color: #ef541b;
  background-image: none;
  border-color: #f16633;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.orange:hover,
.button.hollow.orange:hover,
button:not(.select25-selection__choice__remove).hollow.orange:hover,
.action-button-container .button.hollow.orange:hover,
.action-button-container button.hollow.orange:hover,
a.button.hollow.orange.solid:hover,
.button.hollow.orange.solid:hover,
button:not(.select25-selection__choice__remove).hollow.orange.solid:hover,
.action-button-container .button.hollow.orange.solid:hover,
.action-button-container button.hollow.orange.solid:hover,
a.button.hollow.orange.hollow:hover,
.button.hollow.orange.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.orange.hollow:hover,
.action-button-container .button.hollow.orange.hollow:hover,
.action-button-container button.hollow.orange.hollow:hover {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
a.button.hollow.orange.default-hovered,
.button.hollow.orange.default-hovered,
button:not(.select25-selection__choice__remove).hollow.orange.default-hovered,
.action-button-container .button.hollow.orange.default-hovered,
.action-button-container button.hollow.orange.default-hovered {
  color: #ffffff;
  background-color: #f16633;
  background-image: linear-gradient(-180deg, #f3784b 0%, #f16633 90%);
  border-color: #f16633;
  text-decoration: none;
}
a.button.hollow.orange.show-when-busy.show-busy,
.button.hollow.orange.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.orange.show-when-busy.show-busy,
.action-button-container .button.hollow.orange.show-when-busy.show-busy,
.action-button-container button.hollow.orange.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.orange.show-when-busy.show-busy:hover,
.button.hollow.orange.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.orange.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.orange.show-when-busy.show-busy:hover,
.action-button-container button.hollow.orange.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.red,
.button.hollow.red,
button:not(.select25-selection__choice__remove).hollow.red,
.action-button-container .button.hollow.red,
.action-button-container button.hollow.red {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #cb2431;
}
a.button.hollow.red:active,
.button.hollow.red:active,
button:not(.select25-selection__choice__remove).hollow.red:active,
.action-button-container .button.hollow.red:active,
.action-button-container button.hollow.red:active,
a.button.hollow.red.selected,
.button.hollow.red.selected,
button:not(.select25-selection__choice__remove).hollow.red.selected,
.action-button-container .button.hollow.red.selected,
.action-button-container button.hollow.red.selected,
a.button.hollow.red.solid:active,
.button.hollow.red.solid:active,
button:not(.select25-selection__choice__remove).hollow.red.solid:active,
.action-button-container .button.hollow.red.solid:active,
.action-button-container button.hollow.red.solid:active,
a.button.hollow.red.hollow:active,
.button.hollow.red.hollow:active,
button:not(.select25-selection__choice__remove).hollow.red.hollow:active,
.action-button-container .button.hollow.red.hollow:active,
.action-button-container button.hollow.red.hollow:active,
a.button.hollow.red.solid.selected,
.button.hollow.red.solid.selected,
button:not(.select25-selection__choice__remove).hollow.red.solid.selected,
.action-button-container .button.hollow.red.solid.selected,
.action-button-container button.hollow.red.solid.selected,
a.button.hollow.red.hollow.selected,
.button.hollow.red.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.red.hollow.selected,
.action-button-container .button.hollow.red.hollow.selected,
.action-button-container button.hollow.red.hollow.selected {
  color: #ffffff;
  background-color: #b5202c;
  background-image: none;
  border-color: #cb2431;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.red:hover,
.button.hollow.red:hover,
button:not(.select25-selection__choice__remove).hollow.red:hover,
.action-button-container .button.hollow.red:hover,
.action-button-container button.hollow.red:hover,
a.button.hollow.red.solid:hover,
.button.hollow.red.solid:hover,
button:not(.select25-selection__choice__remove).hollow.red.solid:hover,
.action-button-container .button.hollow.red.solid:hover,
.action-button-container button.hollow.red.solid:hover,
a.button.hollow.red.hollow:hover,
.button.hollow.red.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.red.hollow:hover,
.action-button-container .button.hollow.red.hollow:hover,
.action-button-container button.hollow.red.hollow:hover {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
a.button.hollow.red.default-hovered,
.button.hollow.red.default-hovered,
button:not(.select25-selection__choice__remove).hollow.red.default-hovered,
.action-button-container .button.hollow.red.default-hovered,
.action-button-container button.hollow.red.default-hovered {
  color: #ffffff;
  background-color: #cb2431;
  background-image: linear-gradient(-180deg, #da2e3c 0%, #cb2431 90%);
  border-color: #cb2431;
  text-decoration: none;
}
a.button.hollow.red.show-when-busy.show-busy,
.button.hollow.red.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.red.show-when-busy.show-busy,
.action-button-container .button.hollow.red.show-when-busy.show-busy,
.action-button-container button.hollow.red.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.red.show-when-busy.show-busy:hover,
.button.hollow.red.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.red.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.red.show-when-busy.show-busy:hover,
.action-button-container button.hollow.red.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.purple,
.button.hollow.purple,
button:not(.select25-selection__choice__remove).hollow.purple,
.action-button-container .button.hollow.purple,
.action-button-container button.hollow.purple {
  color: #9163aa;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #9163aa;
}
a.button.hollow.purple:active,
.button.hollow.purple:active,
button:not(.select25-selection__choice__remove).hollow.purple:active,
.action-button-container .button.hollow.purple:active,
.action-button-container button.hollow.purple:active,
a.button.hollow.purple.selected,
.button.hollow.purple.selected,
button:not(.select25-selection__choice__remove).hollow.purple.selected,
.action-button-container .button.hollow.purple.selected,
.action-button-container button.hollow.purple.selected,
a.button.hollow.purple.solid:active,
.button.hollow.purple.solid:active,
button:not(.select25-selection__choice__remove).hollow.purple.solid:active,
.action-button-container .button.hollow.purple.solid:active,
.action-button-container button.hollow.purple.solid:active,
a.button.hollow.purple.hollow:active,
.button.hollow.purple.hollow:active,
button:not(.select25-selection__choice__remove).hollow.purple.hollow:active,
.action-button-container .button.hollow.purple.hollow:active,
.action-button-container button.hollow.purple.hollow:active,
a.button.hollow.purple.solid.selected,
.button.hollow.purple.solid.selected,
button:not(.select25-selection__choice__remove).hollow.purple.solid.selected,
.action-button-container .button.hollow.purple.solid.selected,
.action-button-container button.hollow.purple.solid.selected,
a.button.hollow.purple.hollow.selected,
.button.hollow.purple.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.purple.hollow.selected,
.action-button-container .button.hollow.purple.hollow.selected,
.action-button-container button.hollow.purple.hollow.selected {
  color: #ffffff;
  background-color: #84569e;
  background-image: none;
  border-color: #9163aa;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.purple:hover,
.button.hollow.purple:hover,
button:not(.select25-selection__choice__remove).hollow.purple:hover,
.action-button-container .button.hollow.purple:hover,
.action-button-container button.hollow.purple:hover,
a.button.hollow.purple.solid:hover,
.button.hollow.purple.solid:hover,
button:not(.select25-selection__choice__remove).hollow.purple.solid:hover,
.action-button-container .button.hollow.purple.solid:hover,
.action-button-container button.hollow.purple.solid:hover,
a.button.hollow.purple.hollow:hover,
.button.hollow.purple.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.purple.hollow:hover,
.action-button-container .button.hollow.purple.hollow:hover,
.action-button-container button.hollow.purple.hollow:hover {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
a.button.hollow.purple.default-hovered,
.button.hollow.purple.default-hovered,
button:not(.select25-selection__choice__remove).hollow.purple.default-hovered,
.action-button-container .button.hollow.purple.default-hovered,
.action-button-container button.hollow.purple.default-hovered {
  color: #ffffff;
  background-color: #9163aa;
  background-image: linear-gradient(-180deg, #9d74b3 0%, #9163aa 90%);
  border-color: #9163aa;
  text-decoration: none;
}
a.button.hollow.purple.show-when-busy.show-busy,
.button.hollow.purple.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.purple.show-when-busy.show-busy,
.action-button-container .button.hollow.purple.show-when-busy.show-busy,
.action-button-container button.hollow.purple.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.purple.show-when-busy.show-busy:hover,
.button.hollow.purple.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.purple.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.purple.show-when-busy.show-busy:hover,
.action-button-container button.hollow.purple.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.light-grey,
.button.hollow.light-grey,
button:not(.select25-selection__choice__remove).hollow.light-grey,
.action-button-container .button.hollow.light-grey,
.action-button-container button.hollow.light-grey,
a.button.hollow.lightgrey,
.button.hollow.lightgrey,
button:not(.select25-selection__choice__remove).hollow.lightgrey,
.action-button-container .button.hollow.lightgrey,
.action-button-container button.hollow.lightgrey {
  color: #A6AdB6;
  background-color: #fafbfc;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #ffffff 90%);
  border-color: #A6AdB6;
}
a.button.hollow.light-grey:active,
.button.hollow.light-grey:active,
button:not(.select25-selection__choice__remove).hollow.light-grey:active,
.action-button-container .button.hollow.light-grey:active,
.action-button-container button.hollow.light-grey:active,
a.button.hollow.lightgrey:active,
.button.hollow.lightgrey:active,
button:not(.select25-selection__choice__remove).hollow.lightgrey:active,
.action-button-container .button.hollow.lightgrey:active,
.action-button-container button.hollow.lightgrey:active,
a.button.hollow.light-grey.selected,
.button.hollow.light-grey.selected,
button:not(.select25-selection__choice__remove).hollow.light-grey.selected,
.action-button-container .button.hollow.light-grey.selected,
.action-button-container button.hollow.light-grey.selected,
a.button.hollow.lightgrey.selected,
.button.hollow.lightgrey.selected,
button:not(.select25-selection__choice__remove).hollow.lightgrey.selected,
.action-button-container .button.hollow.lightgrey.selected,
.action-button-container button.hollow.lightgrey.selected,
a.button.hollow.light-grey.solid:active,
.button.hollow.light-grey.solid:active,
button:not(.select25-selection__choice__remove).hollow.light-grey.solid:active,
.action-button-container .button.hollow.light-grey.solid:active,
.action-button-container button.hollow.light-grey.solid:active,
a.button.hollow.lightgrey.solid:active,
.button.hollow.lightgrey.solid:active,
button:not(.select25-selection__choice__remove).hollow.lightgrey.solid:active,
.action-button-container .button.hollow.lightgrey.solid:active,
.action-button-container button.hollow.lightgrey.solid:active,
a.button.hollow.light-grey.hollow:active,
.button.hollow.light-grey.hollow:active,
button:not(.select25-selection__choice__remove).hollow.light-grey.hollow:active,
.action-button-container .button.hollow.light-grey.hollow:active,
.action-button-container button.hollow.light-grey.hollow:active,
a.button.hollow.lightgrey.hollow:active,
.button.hollow.lightgrey.hollow:active,
button:not(.select25-selection__choice__remove).hollow.lightgrey.hollow:active,
.action-button-container .button.hollow.lightgrey.hollow:active,
.action-button-container button.hollow.lightgrey.hollow:active,
a.button.hollow.light-grey.solid.selected,
.button.hollow.light-grey.solid.selected,
button:not(.select25-selection__choice__remove).hollow.light-grey.solid.selected,
.action-button-container .button.hollow.light-grey.solid.selected,
.action-button-container button.hollow.light-grey.solid.selected,
a.button.hollow.lightgrey.solid.selected,
.button.hollow.lightgrey.solid.selected,
button:not(.select25-selection__choice__remove).hollow.lightgrey.solid.selected,
.action-button-container .button.hollow.lightgrey.solid.selected,
.action-button-container button.hollow.lightgrey.solid.selected,
a.button.hollow.light-grey.hollow.selected,
.button.hollow.light-grey.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.light-grey.hollow.selected,
.action-button-container .button.hollow.light-grey.hollow.selected,
.action-button-container button.hollow.light-grey.hollow.selected,
a.button.hollow.lightgrey.hollow.selected,
.button.hollow.lightgrey.hollow.selected,
button:not(.select25-selection__choice__remove).hollow.lightgrey.hollow.selected,
.action-button-container .button.hollow.lightgrey.hollow.selected,
.action-button-container button.hollow.lightgrey.hollow.selected {
  color: #ffffff;
  background-color: #98a0ab;
  background-image: none;
  border-color: #A6AdB6;
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
a.button.hollow.light-grey:hover,
.button.hollow.light-grey:hover,
button:not(.select25-selection__choice__remove).hollow.light-grey:hover,
.action-button-container .button.hollow.light-grey:hover,
.action-button-container button.hollow.light-grey:hover,
a.button.hollow.lightgrey:hover,
.button.hollow.lightgrey:hover,
button:not(.select25-selection__choice__remove).hollow.lightgrey:hover,
.action-button-container .button.hollow.lightgrey:hover,
.action-button-container button.hollow.lightgrey:hover,
a.button.hollow.light-grey.solid:hover,
.button.hollow.light-grey.solid:hover,
button:not(.select25-selection__choice__remove).hollow.light-grey.solid:hover,
.action-button-container .button.hollow.light-grey.solid:hover,
.action-button-container button.hollow.light-grey.solid:hover,
a.button.hollow.lightgrey.solid:hover,
.button.hollow.lightgrey.solid:hover,
button:not(.select25-selection__choice__remove).hollow.lightgrey.solid:hover,
.action-button-container .button.hollow.lightgrey.solid:hover,
.action-button-container button.hollow.lightgrey.solid:hover,
a.button.hollow.light-grey.hollow:hover,
.button.hollow.light-grey.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.light-grey.hollow:hover,
.action-button-container .button.hollow.light-grey.hollow:hover,
.action-button-container button.hollow.light-grey.hollow:hover,
a.button.hollow.lightgrey.hollow:hover,
.button.hollow.lightgrey.hollow:hover,
button:not(.select25-selection__choice__remove).hollow.lightgrey.hollow:hover,
.action-button-container .button.hollow.lightgrey.hollow:hover,
.action-button-container button.hollow.lightgrey.hollow:hover {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
a.button.hollow.light-grey.default-hovered,
.button.hollow.light-grey.default-hovered,
button:not(.select25-selection__choice__remove).hollow.light-grey.default-hovered,
.action-button-container .button.hollow.light-grey.default-hovered,
.action-button-container button.hollow.light-grey.default-hovered,
a.button.hollow.lightgrey.default-hovered,
.button.hollow.lightgrey.default-hovered,
button:not(.select25-selection__choice__remove).hollow.lightgrey.default-hovered,
.action-button-container .button.hollow.lightgrey.default-hovered,
.action-button-container button.hollow.lightgrey.default-hovered {
  color: #ffffff;
  background-color: #A6AdB6;
  background-image: linear-gradient(-180deg, #b4bac1 0%, #A6AdB6 90%);
  border-color: #A6AdB6;
  text-decoration: none;
}
a.button.hollow.light-grey.show-when-busy.show-busy,
.button.hollow.light-grey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.light-grey.show-when-busy.show-busy,
.action-button-container .button.hollow.light-grey.show-when-busy.show-busy,
.action-button-container button.hollow.light-grey.show-when-busy.show-busy,
a.button.hollow.lightgrey.show-when-busy.show-busy,
.button.hollow.lightgrey.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).hollow.lightgrey.show-when-busy.show-busy,
.action-button-container .button.hollow.lightgrey.show-when-busy.show-busy,
.action-button-container button.hollow.lightgrey.show-when-busy.show-busy {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.hollow.light-grey.show-when-busy.show-busy:hover,
.button.hollow.light-grey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.light-grey.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.light-grey.show-when-busy.show-busy:hover,
.action-button-container button.hollow.light-grey.show-when-busy.show-busy:hover,
a.button.hollow.lightgrey.show-when-busy.show-busy:hover,
.button.hollow.lightgrey.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).hollow.lightgrey.show-when-busy.show-busy:hover,
.action-button-container .button.hollow.lightgrey.show-when-busy.show-busy:hover,
.action-button-container button.hollow.lightgrey.show-when-busy.show-busy:hover {
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
a.button.solid,
.button.solid,
button:not(.select25-selection__choice__remove).solid,
.action-button-container .button.solid,
.action-button-container button.solid {
  color: #e8edef;
  background-color: #5B85AA;
  background-image: none;
}
a.button.solid.red,
.button.solid.red,
button:not(.select25-selection__choice__remove).solid.red,
.action-button-container .button.solid.red,
.action-button-container button.solid.red {
  background-color: #de5948;
}
a.button.solid.orange,
.button.solid.orange,
button:not(.select25-selection__choice__remove).solid.orange,
.action-button-container .button.solid.orange,
.action-button-container button.solid.orange {
  background-color: #f15a24;
}
a.button.solid.purple,
.button.solid.purple,
button:not(.select25-selection__choice__remove).solid.purple,
.action-button-container .button.solid.purple,
.action-button-container button.solid.purple {
  background-color: #9163aa;
}
a.button.solid.blue,
.button.solid.blue,
button:not(.select25-selection__choice__remove).solid.blue,
.action-button-container .button.solid.blue,
.action-button-container button.solid.blue {
  background-color: #5B85AA;
  color: #FFF;
}
a.button.solid.green,
.button.solid.green,
button:not(.select25-selection__choice__remove).solid.green,
.action-button-container .button.solid.green,
.action-button-container button.solid.green {
  background-color: #499e8d;
}
a.button.solid.grey,
.button.solid.grey,
button:not(.select25-selection__choice__remove).solid.grey,
.action-button-container .button.solid.grey,
.action-button-container button.solid.grey {
  background-color: #666d76;
}
a.button.solid.light-grey,
.button.solid.light-grey,
button:not(.select25-selection__choice__remove).solid.light-grey,
.action-button-container .button.solid.light-grey,
.action-button-container button.solid.light-grey,
a.button.solid.lightgrey,
.button.solid.lightgrey,
button:not(.select25-selection__choice__remove).solid.lightgrey,
.action-button-container .button.solid.lightgrey,
.action-button-container button.solid.lightgrey {
  background-color: #A6AdB6;
}
buttona.button.underlined,
button.button.underlined,
buttonbutton:not(.select25-selection__choice__remove).underlined,
button.action-button-container .button.underlined,
button.action-button-container button.underlined,
a.button.underlined,
.button.underlined,
button:not(.select25-selection__choice__remove).underlined,
.action-button-container .button.underlined,
.action-button-container button.underlined {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 21px;
  color: #282b3a;
  border-bottom: 1px dotted #282b3a;
}
buttona.button.underlined:hover,
button.button.underlined:hover,
buttonbutton:not(.select25-selection__choice__remove).underlined:hover,
button.action-button-container .button.underlined:hover,
button.action-button-container button.underlined:hover,
a.button.underlined:hover,
.button.underlined:hover,
button:not(.select25-selection__choice__remove).underlined:hover,
.action-button-container .button.underlined:hover,
.action-button-container button.underlined:hover {
  text-decoration: none;
  color: #9163aa;
  border-bottom-color: #9163aa;
}
a.button.tapered,
.button.tapered,
button:not(.select25-selection__choice__remove).tapered,
.action-button-container .button.tapered,
.action-button-container button.tapered {
  padding-right: 18px;
  position: relative;
}
a.button.tapered::before,
.button.tapered::before,
button:not(.select25-selection__choice__remove).tapered::before,
.action-button-container .button.tapered::before,
.action-button-container button.tapered::before,
a.button.tapered::after,
.button.tapered::after,
button:not(.select25-selection__choice__remove).tapered::after,
.action-button-container .button.tapered::after,
.action-button-container button.tapered::after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 15px solid #9163aa;
  width: 0;
}
a.button.tapered::before,
.button.tapered::before,
button:not(.select25-selection__choice__remove).tapered::before,
.action-button-container .button.tapered::before,
.action-button-container button.tapered::before {
  top: 0;
  border-top: 15px solid #ffffff;
}
a.button.tapered::after,
.button.tapered::after,
button:not(.select25-selection__choice__remove).tapered::after,
.action-button-container .button.tapered::after,
.action-button-container button.tapered::after {
  bottom: 0;
  border-bottom: 15px solid #ffffff;
}
a.button .unstyled,
.button .unstyled,
button:not(.select25-selection__choice__remove) .unstyled,
.action-button-container .button .unstyled,
.action-button-container button .unstyled {
  padding: 0;
  margin: 0;
}
a.button.show-when-busy:before,
.button.show-when-busy:before,
button:not(.select25-selection__choice__remove).show-when-busy:before,
.action-button-container .button.show-when-busy:before,
.action-button-container button.show-when-busy:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}
a.button.show-when-busy.show-busy,
.button.show-when-busy.show-busy,
button:not(.select25-selection__choice__remove).show-when-busy.show-busy,
.action-button-container .button.show-when-busy.show-busy,
.action-button-container button.show-when-busy.show-busy {
  opacity: 0.3;
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button.show-when-busy.show-busy:before,
.button.show-when-busy.show-busy:before,
button:not(.select25-selection__choice__remove).show-when-busy.show-busy:before,
.action-button-container .button.show-when-busy.show-busy:before,
.action-button-container button.show-when-busy.show-busy:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('icons2/white-inprocess.svg');
  background-repeat: no-repeat;
  background-size: contain;
  animation: spinner 4s linear 0s infinite;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button.show-when-busy.show-busy:hover,
.button.show-when-busy.show-busy:hover,
button:not(.select25-selection__choice__remove).show-when-busy.show-busy:hover,
.action-button-container .button.show-when-busy.show-busy:hover,
.action-button-container button.show-when-busy.show-busy:hover {
  opacity: 0.3;
  color: #ffffff;
  background-color: #666d76;
  background-image: none;
}
.styled-table tr:nth-child(even) .button.tapered::before {
  border-top-color: #e8edef;
}
.styled-table tr:nth-child(even) .button.tapered::after {
  border-bottom-color: #e8edef;
}
.inline-button-container .button {
  margin-right: 4px;
  margin-top: 2px;
}
.inline-button-container .button:last-child {
  margin-right: 0;
}
.inline-button-container.small .button.solid {
  padding: 4px;
}
.inline-button-container.small .button.tapered {
  padding-right: 10px;
  position: relative;
}
.inline-button-container.small .button.tapered::before,
.inline-button-container.small .button.tapered::after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 10px solid #9163aa;
  width: 0;
}
.inline-button-container.small .button.tapered::before {
  top: 0;
  border-top: 10px solid #ffffff;
}
.inline-button-container.small .button.tapered::after {
  bottom: 0;
  border-bottom: 10px solid #ffffff;
}
.inline-button-container .button,
td .button {
  padding: 3px;
}
.action-button-container {
  text-align: right;
  min-width: 60px;
}
.action-button-container a {
  margin: 0;
}
.action-button-container a.button.extra-margin {
  margin-right: 15px;
}
.action-button-container button.button,
.action-button-container a.button,
.action-button-container p.handle,
.action-button-container input {
  margin: 5px 0 0 15px;
}
.action-button-container img {
  width: 14px;
  height: 14px;
  vertical-align: inherit !important;
}
.action-button-container.small .button.solid {
  padding: 4px;
}
.action-button-container.small .button.tapered {
  padding-right: 10px;
  position: relative;
}
.action-button-container.small .button.tapered::before,
.action-button-container.small .button.tapered::after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 10px solid #9163aa;
  width: 0;
}
.action-button-container.small .button.tapered::before {
  top: 0;
  border-top: 10px solid #ffffff;
}
.action-button-container.small .button.tapered::after {
  bottom: 0;
  border-bottom: 10px solid #ffffff;
}
.action-button-container div.left-aligned {
  float: left;
  margin-left: 10px;
}
.action-button-container.fixed {
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  padding-right: 25px;
}
.action-button-container button.button,
.action-button-container a.button,
.action-button-container p.handle,
.action-button-container input {
  padding: 6px 12px;
  vertical-align: top;
  margin-top: 0;
}
.flex-action-button-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 5px 10px 0;
}
.flex-action-button-container a {
  margin: 0;
}
.flex-action-button-container a.button.extra-margin {
  margin-right: 15px;
}
.flex-action-button-container button.button,
.flex-action-button-container a.button,
.flex-action-button-container p.handle,
.flex-action-button-container input {
  margin: 5px 0 0 15px;
}
.flex-action-button-container img {
  width: 14px;
  height: 14px;
  vertical-align: inherit !important;
}
.flex-action-button-container.small .button.solid {
  padding: 4px;
}
.flex-action-button-container.small .button.tapered {
  padding-right: 10px;
  position: relative;
}
.flex-action-button-container.small .button.tapered::before,
.flex-action-button-container.small .button.tapered::after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 10px solid #9163aa;
  width: 0;
}
.flex-action-button-container.small .button.tapered::before {
  top: 0;
  border-top: 10px solid #ffffff;
}
.flex-action-button-container.small .button.tapered::after {
  bottom: 0;
  border-bottom: 10px solid #ffffff;
}
/**************************************************************************************
* MultiButton
**************************************************************************************/
.multi-button {
  display: inline-block;
  height: 34px;
  z-index: 3;
  position: relative;
}
.multi-button > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #B8B8B8;
  border-radius: 0.25em;
  background-color: #FFF;
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  float: right;
}
.multi-button > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-button > ul li {
  border-top: 1px solid #B8B8B8;
}
.multi-button > ul li a {
  display: block;
  padding: 6px 28px 6px 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  color: #5B85AA;
}
.multi-button > ul li a:hover {
  background-color: #5B85AA;
  text-decoration: none;
  color: #FFF;
}
.multi-button > ul li:first-child {
  border-top: none;
}
.multi-button > ul::before {
  content: '\25BC';
  display: block;
  color: #cad5da;
  float: right;
  padding: 6px 4px 6px 2px;
  border-left: 1px solid #cad5da;
  font-size: 12px;
}
.multi-button > ul.single::before {
  display: none;
}
.multi-button > ul.single li a {
  padding: 6px 12px;
}
.multi-button > ul:hover {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.info-box .multi-button a {
  text-decoration: none;
  color: #5B85AA;
}
.info-box .multi-button a:hover {
  color: #FFF;
}
/**************************************************************************************
* This file is intended for slim form field styles.
**************************************************************************************/
.slim-form-field {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  padding-top: 5px;
}
.slim-form-field .SmallHelpIcon {
  width: 16px;
  height: 16px;
  background: url('icons/help.svg');
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
}
.slim-form-field .SmallHelpIcon:hover {
  opacity: 1;
}
.slim-form-field:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.slim-form-field > div {
  display: inline-block;
  vertical-align: middle;
}
.slim-form-field .label {
  min-width: 150px;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.slim-form-field .content {
  width: 400px;
}
.slim-form-field .content > div {
  margin: 5px 0;
}
.slim-form-field .content > div.note {
  margin: 0;
  font-size: 12px;
}
.slim-form-field .content .smaller {
  font-size: 12px;
}
.slim-form-field .content select,
.slim-form-field .content .select2-container,
.slim-form-field .content .select25-container {
  width: 100%;
}
.slim-form-field .content input[type=text],
.slim-form-field .content input[type=file],
.slim-form-field .content input[type=password],
.slim-form-field .content textarea,
.slim-form-field .content .password-textbox-container {
  width: calc(100% - 16px);
}
.slim-form-field .content .password-textbox-container input[type=text],
.slim-form-field .content .password-textbox-container input[type=password] {
  width: auto;
}
.slim-form-field .content .date-time-picker .hasDatepicker {
  width: 30%;
}
.slim-form-field .content .date-time-picker .ui-timepicker-input {
  width: 30%;
}
.slim-form-field + .action-button-container {
  margin-top: 10px;
}
.help-modal .help {
  word-break: break-word;
}
/**************************************************************************************
* This file is intended for tab styles.
**************************************************************************************/
ul.tabs {
  display: block;
  position: relative;
  margin: 0 0 15px 10px;
  padding-right: 0;
  padding-bottom: 0;
  vertical-align: baseline;
  background-color: #f6f6f6;
  border-bottom: 1px solid #8da0b1;
  padding-top: 5px;
  padding-left: 5px;
}
ul.tabs li {
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 4px 16px;
  margin: -2px;
  background-color: #f6f6f6;
  vertical-align: text-bottom;
  line-height: 25px;
  min-height: 25px;
  font-size: 13px;
  margin-bottom: -4px;
}
ul.tabs li a {
  text-decoration: none;
}
ul.tabs li.current-tab {
  background-color: #ffffff;
  border-top: 3px solid #48729d;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 0px solid transparent;
  vertical-align: text-bottom;
}
ul.tabs li.current-tab a {
  text-decoration: none;
  color: inherit;
}
ul.tabs li.current-tab a:hover {
  color: inherit;
}
ul.tabs.hollow {
  color: #8da0b1;
  background-color: transparent;
  border-bottom: none;
}
ul.tabs.hollow li {
  border: 1px solid #B8B8B8;
  background-color: #FFF;
  border-left: 1px solid #B8B8B8;
}
ul.tabs.hollow li.current-tab {
  background-color: #5B85AA;
  position: relative;
  z-index: 2;
  color: #ffffff;
  border: 1px solid #5B85AA;
  border-left: none;
  border-right: none;
  font-weight: 500;
}
ul.tabs.hollow li.current-tab a:hover {
  color: #ffffff;
}
ul.tabs.hollow li li.current-tab {
  font-weight: 500;
}
ul.tabs.hollow li a:hover {
  color: #3fa9f5;
}
ul.tabs.hollow li:first-child {
  border-left: 1px solid #8da0b1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.tabs.hollow li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.tabs.underlined li {
  color: #5B85AA;
  padding-bottom: 2px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  margin-right: 2px;
}
ul.tabs.underlined li.current-tab {
  background-color: transparent;
  border-bottom: solid 2px #914C94;
  color: #914C94;
  font-weight: 600;
  padding-bottom: 2px;
}
ul.tabs.underlined li:hover {
  border-bottom: solid 2px #914C94;
  color: #914C94;
}
ul.tabs.breadcrumb {
  color: #8da0b1;
  margin-bottom: 1px;
  text-align: left;
}
ul.tabs.breadcrumb li {
  padding-left: 0;
}
ul.tabs.breadcrumb li a {
  color: #8da0b1;
  text-decoration: none;
}
ul.tabs.breadcrumb li::after {
  content: ">>";
}
ul.tabs.breadcrumb li:last-child::after {
  content: "";
}
/**************************************************************************************
* This file is intended for flex-popup-editor styles.
**************************************************************************************/
.flex-popup-editor {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.flex-popup-editor > *:first-child {
  flex: 1;
}
/**************************************************************************************
* This file is intended for AhTable styles.
**************************************************************************************/
@keyframes ahtable-loading {
  from {
    width: 125px;
  }
  to {
    width: 90%;
  }
}
.ah-table.ah-loading,
.titled-container .ah-table.ah-loading {
  opacity: 0.4;
  transition: opacity 1s ease-out;
}
.ah-table.ah-loading::before,
.titled-container .ah-table.ah-loading::before {
  content: 'Loading data...';
  display: block;
  line-height: 20px;
  padding: 0 10px;
  overflow: hidden;
  background-color: #ffffff;
  width: 125px;
  animation: ahtable-loading 10s ease-in-out 0s infinite;
  position: relative;
  top: 14px;
  left: 5px;
  margin-bottom: -20px;
}
.ah-table .paging,
.titled-container .ah-table .paging {
  display: inline-block;
  margin: 0 5px;
}
.ah-table .paging.disabled,
.titled-container .ah-table .paging.disabled {
  color: #35394b;
}
.ah-table .paging.disabled:hover,
.titled-container .ah-table .paging.disabled:hover {
  text-decoration: none;
  cursor: default;
}
.ah-table .page-size,
.titled-container .ah-table .page-size {
  padding: 0;
  border: 1px solid #666d76;
  cursor: pointer;
}
.ah-table table,
.titled-container .ah-table table {
  width: 100%;
  margin: 7px 0;
  border-collapse: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #B8B8B8;
}
.ah-table table th,
.titled-container .ah-table table th,
.ah-table table td,
.titled-container .ah-table table td {
  padding: 0.5em;
  line-height: 125%;
  text-align: left;
  vertical-align: middle;
  font-family: inherit;
}
.ah-table table th,
.titled-container .ah-table table th {
  color: #fff;
  background-color: #3E5E79;
  border-bottom: solid 1px #B8B8B8;
}
.ah-table table th.sorting-desc:after,
.titled-container .ah-table table th.sorting-desc:after {
  content: '\2191';
}
.ah-table table th.sorting-asc:after,
.titled-container .ah-table table th.sorting-asc:after {
  content: '\2193';
}
.ah-table table th:first-child,
.titled-container .ah-table table th:first-child {
  border-top-left-radius: 5px;
}
.ah-table table th:last-child,
.titled-container .ah-table table th:last-child {
  border-top-right-radius: 5px;
}
.ah-table table td,
.titled-container .ah-table table td {
  color: #000000;
}
.ah-table table tr:nth-child(odd),
.titled-container .ah-table table tr:nth-child(odd) {
  background: #ffffff;
}
.ah-table table tr:nth-child(even),
.titled-container .ah-table table tr:nth-child(even) {
  background: #f6f6f6;
}
.ah-table table tr.highlight,
.titled-container .ah-table table tr.highlight {
  background-color: #FFFEEE;
}
.ah-table table tr:nth-child(2n),
.titled-container .ah-table table tr:nth-child(2n) {
  background: #F5F5F5;
}
.ah-table table tr td,
.titled-container .ah-table table tr td {
  border-bottom: solid 1px #B8B8B8;
}
.ah-table table tr:last-child td,
.titled-container .ah-table table tr:last-child td {
  border-bottom: none;
}
.ah-table table.selectable tbody tr,
.titled-container .ah-table table.selectable tbody tr {
  border-bottom: solid 1px transparent;
}
.ah-table table.selectable tbody tr.selected,
.titled-container .ah-table table.selectable tbody tr.selected {
  background: #A6AdB6;
  color: #444;
  border-bottom: solid 1px #666d76;
}
.ah-table table.selectable tbody tr.selected a,
.titled-container .ah-table table.selectable tbody tr.selected a {
  color: #38597a;
}
.ah-table table.selectable tbody tr.selected a:hover,
.titled-container .ah-table table.selectable tbody tr.selected a:hover {
  color: #764d8d;
}
.ah-table table.selectable tbody tr:hover,
.titled-container .ah-table table.selectable tbody tr:hover {
  cursor: pointer;
  background: #5897fb;
  color: #e8edef;
}
.ah-table table.selectable tbody tr:hover td,
.titled-container .ah-table table.selectable tbody tr:hover td {
  color: #e8edef;
}
.ah-table table.selectable tbody tr:hover td a,
.titled-container .ah-table table.selectable tbody tr:hover td a {
  color: #38597a;
}
.ah-table table.selectable tbody tr:hover td a:hover,
.titled-container .ah-table table.selectable tbody tr:hover td a:hover {
  color: #764d8d;
}
.ah-table table thead tr th.orderable,
.titled-container .ah-table table thead tr th.orderable {
  cursor: pointer;
}
.ah-table table thead tr th.orderable:after,
.titled-container .ah-table table thead tr th.orderable:after {
  content: '▲▼';
  font-size: 10px;
  width: 10px;
  padding-left: 5px;
  line-height: 14px;
  vertical-align: middle;
}
.ah-table table thead tr th.orderable.asc:after,
.titled-container .ah-table table thead tr th.orderable.asc:after {
  content: '▲ ';
}
.ah-table table thead tr th.orderable.desc:after,
.titled-container .ah-table table thead tr th.orderable.desc:after {
  content: ' ▼';
}
table th[data-sort]:not([data-sort=""]) {
  cursor: pointer;
}
/**************************************************************
* [Control] AhToggleButtonInput
**************************************************************/
.ah-toggle-button {
  margin: 5px;
  display: block;
  vertical-align: middle;
  padding: 0;
}
.ah-toggle-button input[type=checkbox] {
  position: absolute;
  left: 21px;
  padding: 0;
  margin: 14px 0 0 0;
  height: 25px;
  width: 25px;
}
.ah-toggle-button input[type=checkbox] + label {
  display: block;
  background-color: transparent;
  border: solid 1px #CCC;
  color: inherit;
  padding: 6px 12px 6px 43px;
  border-radius: 0.25em;
  user-select: none;
}
.ah-toggle-button input[type=checkbox] + label h3 {
  margin: 0;
  padding: 0;
}
.ah-toggle-button input[type=checkbox] + label:hover {
  cursor: pointer;
  background-color: #A6AdB6;
}
.ah-toggle-button input[type=checkbox]:checked + label {
  background-color: #F0F0F0;
  border-color: #CCC;
}
.ah-toggle-button input[type=checkbox]:checked + label:hover {
  cursor: pointer;
  background-color: #A6AdB6;
}
/***********************************************************************************
* This file is for relatively simple controls in InedoLib.  
* Complex controls should be in their own sub-less. 
* Specialized controls should get a specific side-by-side less, loaded as needed.
***********************************************************************************/
.two-column-container {
  position: static;
  display: flex;
  align-items: flex-start;
  margin: -20px 0 0 -20px;
  width: calc(100% + 20px);
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .two-column-container {
    flex-wrap: wrap;
  }
}
.two-column-container > *:nth-child(1) {
  float: none;
  width: auto;
  flex-grow: 1;
  margin: 20px 0 0 20px;
  flex: 48%;
}
.two-column-container > *:nth-child(2) {
  float: none;
  width: auto;
  flex-grow: 1;
  margin: 20px 0 0 20px;
  flex: 48%;
}
.two-column-container > *:nth-child(n+3) {
  display: none;
}
.two-column-container:after {
  content: '';
  clear: both;
  display: none;
}
.titled-container {
  border: solid 1px #B8B8B8;
  border-radius: 5px;
  padding: 10px;
  background-color: #FDFDFD;
  box-shadow: 5px 5px 10px #EBEBEB;
  margin-bottom: 15px;
  background-color: #FFF;
  align-self: stretch;
}
.titled-container h2 {
  border: none;
  margin: 0;
  color: #5d1d06;
}
.titled-container > h2 {
  margin-bottom: 0;
  line-height: 150%;
}
.titled-container .controls {
  float: right;
  line-height: 20px;
  height: 20px;
  margin-top: -20px;
}
.titled-container .styled-table {
  margin-top: 0;
  border: none;
}
.titled-container table.styled-table {
  margin: 7px 0;
  border: 1px solid #B8B8B8;
}
.titled-container .stage-option-header {
  font-size: 16px;
}
.titled-container .stage-header {
  font-size: 20px;
  font-weight: 500;
}
.titled-container .info-box h2 {
  border-bottom: none;
}
.border-box,
.package-container {
  border: solid 1px #B8B8B8;
  border-radius: 5px;
  padding: 10px;
  background-color: #FDFDFD;
  box-shadow: 5px 5px 10px #EBEBEB;
  background-color: #FFF;
  align-self: stretch;
}
ul.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li {
  padding-left: 5px;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: inherit;
  color: #A6AdB6;
}
ul.breadcrumb li a:hover {
  color: inherit;
}
ul.breadcrumb li a:after {
  content: ' > ';
}
ul.item-pick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.item-pick-list > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.item-pick-list a {
  display: block;
  color: #444;
  background-color: #F0F0F0;
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 7px;
  min-height: 32px;
}
ul.item-pick-list a:hover {
  text-decoration: none;
  background-color: #A6AdB6;
}
ul.item-pick-list a h3 {
  margin: 0;
}
ul.item-pick-list a p {
  margin: 0;
}
ul.item-pick-list img {
  max-height: 32px;
  max-width: 32px;
  float: left;
  margin-right: 10px;
}
ul.item-pick-list li.no-desc h2 {
  line-height: 32px;
}
.ahvalidator.error input,
.ahvalidator.error select,
.ahvalidator.error .select25-container--default .select25-selection--single {
  border: 1px solid #de5948;
}
.ahvalidator.error .message {
  color: #de5948;
  display: block;
}
.ahvalidator.validating input,
.ahvalidator.validating select,
.ahvalidator.validating .select25-container--default .select25-selection--single {
  border: 1px solid #ee9d66;
}
.ui-autocomplete-loading {
  background-image: url("icons2/blue-inprocess.gif");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.ui-autocomplete-loading::-ms-clear {
  display: none;
}
li.select25-results__option {
  min-height: 18px;
}
.tabs-and-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
.tabs-and-button-wrapper > :nth-child(1) {
  flex-grow: 1;
}
.tabs-and-button-wrapper > :nth-child(2) {
  padding-top: 3px;
  flex-grow: 0;
  margin-left: auto;
}
/**************************************************************
* [Control] TitledBox
**************************************************************/
.titled-box {
  background-color: #FDFDFD;
  border: solid 1px #A6AdB6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.titled-box > h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #A6AdB6;
}
.titled-box > .controls {
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  line-height: 20px;
  height: 20px;
}
.titled-box > .controls a {
  color: #ffffff;
}
.titled-container .titled-box > h2 {
  color: #ffffff;
}
/**************************************************************************************
* This file is intended for modal page styles.
**************************************************************************************/
body {
  background-color: #fff;
}
.action-button-container .button {
  color: #ffffff;
  background-color: #48729d;
  background-image: none;
}
.flex-action-button-container .button {
  color: #ffffff;
  background-color: #48729d;
  background-image: none;
}
#divOverflow .action-button-container.fixed {
  padding-top: 5px;
}
