@charset "UTF-8";
/* CSS Document */
/*List all dependencies here, then include this one file as a dependency in the main css file. Note: Any unnecessary Bootstrap files have been omitted. In some cases, as with buttons, some of the Bootstrap styles have been included in the poeticStyles-specific files. This helps reduce the size and complexity of the compiled CSS.*/
@import url("https://fonts.googleapis.com/css?family=Museo Sans:300,400");
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* CSS Document */
/**

*/
:root {
  --blue: #0073d0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff1744;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #1cb2a9;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #0073d0;
  --secondary: #000;
  --success: #28a745;
  --info: #a05eb5;
  --warning: #8a6d3b;
  --danger: #ff1744;
  --light: #dee2e6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: auto;
  margin-bottom: auto; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.table, .usage {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .usage th,
  .table td,
  .usage td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .usage thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .usage tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table, .usage .table, .table .usage, .usage .usage {
    background-color: #FFFFFF; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d8f2; }

.table-hover .table-primary:hover {
  background-color: #a2ccee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2ccee; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8b8; }

.table-hover .table-secondary:hover {
  background-color: #ababab; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ababab; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e4d2ea; }

.table-hover .table-info:hover {
  background-color: #dac1e2; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #dac1e2; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ded6c8; }

.table-hover .table-warning:hover {
  background-color: #d4cab8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #d4cab8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffbecb; }

.table-hover .table-danger:hover {
  background-color: #ffa5b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffa5b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f7f8; }

.table-hover .table-light:hover {
  background-color: #e8eaed; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e8eaed; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .usage .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th, .usage .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #FFFFFF;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .form-group .hasDatepicker {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand, .form-group .hasDatepicker::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .form-group .hasDatepicker:focus {
    color: #000;
    background-color: transparent;
    border-color: #0073d0;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder, .form-group .hasDatepicker::placeholder {
    color: transparent;
    opacity: 1; }
  .form-control:disabled, .form-group .hasDatepicker:disabled, .form-control[readonly], .form-group [readonly].hasDatepicker {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), .form-group select.hasDatepicker:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px); }
select.form-control:focus::-ms-value, .form-group select.hasDatepicker:focus::-ms-value {
  color: #495057;
  background-color: transparent; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .form-group .input-group-sm > .form-control-plaintext.hasDatepicker,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .form-group .input-group-lg > .form-control-plaintext.hasDatepicker,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .form-group .input-group-sm > .hasDatepicker,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .form-group .input-group-sm > select.hasDatepicker:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.6484375rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .form-group .input-group-lg > .hasDatepicker,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .form-group .input-group-lg > select.hasDatepicker:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.640625rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .form-group .hasDatepicker:valid, .form-group .was-validated .hasDatepicker:valid, .form-control.is-valid, .form-group .is-valid.hasDatepicker,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .form-group .hasDatepicker:valid:focus, .form-group .was-validated .hasDatepicker:valid:focus, .form-control.is-valid:focus, .form-group .is-valid.hasDatepicker:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-group .hasDatepicker:valid ~ .valid-feedback, .form-group .was-validated .hasDatepicker:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .form-group .hasDatepicker:valid ~ .valid-tooltip,
  .form-group .was-validated .hasDatepicker:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-group .is-valid.hasDatepicker ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .form-group .is-valid.hasDatepicker ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff1744; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 23, 68, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .was-validated .form-group .hasDatepicker:invalid, .form-group .was-validated .hasDatepicker:invalid, .form-control.is-invalid, .form-group .is-invalid.hasDatepicker,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff1744; }
  .was-validated .form-control:invalid:focus, .was-validated .form-group .hasDatepicker:invalid:focus, .form-group .was-validated .hasDatepicker:invalid:focus, .form-control.is-invalid:focus, .form-group .is-invalid.hasDatepicker:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ff1744;
    box-shadow: 0 0 0 0.2rem rgba(255, 23, 68, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-group .hasDatepicker:invalid ~ .invalid-feedback, .form-group .was-validated .hasDatepicker:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .form-group .hasDatepicker:invalid ~ .invalid-tooltip,
  .form-group .was-validated .hasDatepicker:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-group .is-invalid.hasDatepicker ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .form-group .is-invalid.hasDatepicker ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff1744; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff1744; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ff97ab; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff4a6d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(255, 23, 68, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff1744; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 68, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .form-group .hasDatepicker, .form-group .form-inline .hasDatepicker {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .form-inline #Body form #familyCombo, #Body form .form-inline #familyCombo, .form-inline .form-group .hasDatepicker > div, .form-group .form-inline .hasDatepicker > div {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after, .table .tableCellLink.contextMenuLink > a::after, .usage .tableCellLink.contextMenuLink > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after, .table .tableCellLink.contextMenuLink > a:empty::after, .usage .tableCellLink.contextMenuLink > a:empty::after {
  margin-left: 0; }

.dropdown-menu, .contextMenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu, .dropup .contextMenu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after, .dropup .table .tableCellLink.contextMenuLink > a::after, .table .dropup .tableCellLink.contextMenuLink > a::after, .dropup .usage .tableCellLink.contextMenuLink > a::after, .usage .dropup .tableCellLink.contextMenuLink > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after, .dropup .table .tableCellLink.contextMenuLink > a:empty::after, .table .dropup .tableCellLink.contextMenuLink > a:empty::after, .dropup .usage .tableCellLink.contextMenuLink > a:empty::after, .usage .dropup .tableCellLink.contextMenuLink > a:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu, .dropright .contextMenu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after, .dropright .table .tableCellLink.contextMenuLink > a::after, .table .dropright .tableCellLink.contextMenuLink > a::after, .dropright .usage .tableCellLink.contextMenuLink > a::after, .usage .dropright .tableCellLink.contextMenuLink > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after, .dropright .table .tableCellLink.contextMenuLink > a:empty::after, .table .dropright .tableCellLink.contextMenuLink > a:empty::after, .dropright .usage .tableCellLink.contextMenuLink > a:empty::after, .usage .dropright .tableCellLink.contextMenuLink > a:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after, .dropright .table .tableCellLink.contextMenuLink > a::after, .table .dropright .tableCellLink.contextMenuLink > a::after, .dropright .usage .tableCellLink.contextMenuLink > a::after, .usage .dropright .tableCellLink.contextMenuLink > a::after {
  vertical-align: 0; }

.dropleft .dropdown-menu, .dropleft .contextMenu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after, .dropleft .table .tableCellLink.contextMenuLink > a::after, .table .dropleft .tableCellLink.contextMenuLink > a::after, .dropleft .usage .tableCellLink.contextMenuLink > a::after, .usage .dropleft .tableCellLink.contextMenuLink > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after, .dropleft .table .tableCellLink.contextMenuLink > a::after, .table .dropleft .tableCellLink.contextMenuLink > a::after, .dropleft .usage .tableCellLink.contextMenuLink > a::after, .usage .dropleft .tableCellLink.contextMenuLink > a::after {
  display: none; }
.dropleft .dropdown-toggle::before, .dropleft .table .tableCellLink.contextMenuLink > a::before, .table .dropleft .tableCellLink.contextMenuLink > a::before, .dropleft .usage .tableCellLink.contextMenuLink > a::before, .usage .dropleft .tableCellLink.contextMenuLink > a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after, .dropleft .table .tableCellLink.contextMenuLink > a:empty::after, .table .dropleft .tableCellLink.contextMenuLink > a:empty::after, .dropleft .usage .tableCellLink.contextMenuLink > a:empty::after, .usage .dropleft .tableCellLink.contextMenuLink > a:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before, .dropleft .table .tableCellLink.contextMenuLink > a::before, .table .dropleft .tableCellLink.contextMenuLink > a::before, .dropleft .usage .tableCellLink.contextMenuLink > a::before, .usage .dropleft .tableCellLink.contextMenuLink > a::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item, .dropdown-menu li, .contextMenu li, .dropdown .toolbarItem {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:focus, .dropdown-menu li:focus, .contextMenu li:focus, .dropdown .toolbarItem:focus, .dropdown-item:hover, .dropdown-menu li:hover, .contextMenu li:hover, .dropdown .toolbarItem:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-menu li.active, .contextMenu li.active, .dropdown-menu .tabs.ui-tabs.ui-widget.ui-widget-content li.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .dropdown-menu li.ui-state-active, .contextMenu .tabs.ui-tabs.ui-widget.ui-widget-content li.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .contextMenu li.ui-state-active, .dropdown .active.toolbarItem, .dropdown .tabs.ui-tabs.ui-widget.ui-widget-content .toolbarItem.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .dropdown .toolbarItem.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .dropdown-item.ui-state-active, .dropdown-item:active, .dropdown-menu li:active, .contextMenu li:active, .dropdown .toolbarItem:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0073d0; }
  .dropdown-item.disabled, .dropdown-menu li.disabled, .contextMenu li.disabled, .dropdown .disabled.toolbarItem, .dropdown-item:disabled, .dropdown-menu li:disabled, .contextMenu li:disabled, .dropdown .toolbarItem:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show, .show.contextMenu {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #868e96;
  white-space: nowrap; }

.input-group, #Body form #familyCombo, .form-group .hasDatepicker > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group .form-control, #Body form #familyCombo .form-control, .form-group .hasDatepicker > div .form-control, .input-group .form-group .hasDatepicker, .form-group .input-group .hasDatepicker, #Body form #familyCombo .form-group .hasDatepicker, .form-group #Body form #familyCombo .hasDatepicker, .form-group .hasDatepicker > div .hasDatepicker,
  .input-group .custom-select,
  #Body form #familyCombo .custom-select,
  .form-group .hasDatepicker > div .custom-select,
  .input-group .custom-file,
  #Body form #familyCombo .custom-file,
  .form-group .hasDatepicker > div .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, #Body form #familyCombo .form-control:focus, .form-group .hasDatepicker > div .form-control:focus, .input-group .form-group .hasDatepicker:focus, .form-group .input-group .hasDatepicker:focus, #Body form #familyCombo .form-group .hasDatepicker:focus, .form-group #Body form #familyCombo .hasDatepicker:focus, .form-group .hasDatepicker > div .hasDatepicker:focus,
    .input-group .custom-select:focus,
    #Body form #familyCombo .custom-select:focus,
    .form-group .hasDatepicker > div .custom-select:focus,
    .input-group .custom-file:focus,
    #Body form #familyCombo .custom-file:focus,
    .form-group .hasDatepicker > div .custom-file:focus {
      z-index: 3; }
    .input-group .form-control + .form-control, #Body form #familyCombo .form-control + .form-control, .form-group .hasDatepicker > div .form-control + .form-control, .input-group .form-group .hasDatepicker + .form-control, .form-group .input-group .hasDatepicker + .form-control, #Body form #familyCombo .form-group .hasDatepicker + .form-control, .form-group #Body form #familyCombo .hasDatepicker + .form-control, .form-group .hasDatepicker > div .hasDatepicker + .form-control, .input-group .form-group .form-control + .hasDatepicker, .form-group .input-group .form-control + .hasDatepicker, #Body form #familyCombo .form-group .form-control + .hasDatepicker, .form-group #Body form #familyCombo .form-control + .hasDatepicker, .form-group .hasDatepicker > div .form-control + .hasDatepicker, .input-group .form-group .hasDatepicker + .hasDatepicker, .form-group .input-group .hasDatepicker + .hasDatepicker, #Body form #familyCombo .form-group .hasDatepicker + .hasDatepicker, .form-group #Body form #familyCombo .hasDatepicker + .hasDatepicker, .form-group .hasDatepicker > div .hasDatepicker + .hasDatepicker,
    .input-group .custom-select + .form-control,
    #Body form #familyCombo .custom-select + .form-control,
    .form-group .hasDatepicker > div .custom-select + .form-control,
    .input-group .form-group .custom-select + .hasDatepicker,
    .form-group .input-group .custom-select + .hasDatepicker,
    #Body form #familyCombo .form-group .custom-select + .hasDatepicker,
    .form-group #Body form #familyCombo .custom-select + .hasDatepicker,
    .form-group .hasDatepicker > div .custom-select + .hasDatepicker,
    .input-group .custom-file + .form-control,
    #Body form #familyCombo .custom-file + .form-control,
    .form-group .hasDatepicker > div .custom-file + .form-control,
    .input-group .form-group .custom-file + .hasDatepicker,
    .form-group .input-group .custom-file + .hasDatepicker,
    #Body form #familyCombo .form-group .custom-file + .hasDatepicker,
    .form-group #Body form #familyCombo .custom-file + .hasDatepicker,
    .form-group .hasDatepicker > div .custom-file + .hasDatepicker {
      margin-left: -1px; }
  .input-group .form-control:not(:last-child), #Body form #familyCombo .form-control:not(:last-child), .form-group .hasDatepicker > div .form-control:not(:last-child), .input-group .form-group .hasDatepicker:not(:last-child), .form-group .input-group .hasDatepicker:not(:last-child), #Body form #familyCombo .form-group .hasDatepicker:not(:last-child), .form-group #Body form #familyCombo .hasDatepicker:not(:last-child), .form-group .hasDatepicker > div .hasDatepicker:not(:last-child),
  .input-group .custom-select:not(:last-child),
  #Body form #familyCombo .custom-select:not(:last-child),
  .form-group .hasDatepicker > div .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group .form-control:not(:first-child), #Body form #familyCombo .form-control:not(:first-child), .form-group .hasDatepicker > div .form-control:not(:first-child), .input-group .form-group .hasDatepicker:not(:first-child), .form-group .input-group .hasDatepicker:not(:first-child), #Body form #familyCombo .form-group .hasDatepicker:not(:first-child), .form-group #Body form #familyCombo .hasDatepicker:not(:first-child), .form-group .hasDatepicker > div .hasDatepicker:not(:first-child),
  .input-group .custom-select:not(:first-child),
  #Body form #familyCombo .custom-select:not(:first-child),
  .form-group .hasDatepicker > div .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group .custom-file, #Body form #familyCombo .custom-file, .form-group .hasDatepicker > div .custom-file {
    display: flex;
    align-items: center; }
    .input-group .custom-file:not(:last-child) .custom-file-control, #Body form #familyCombo .custom-file:not(:last-child) .custom-file-control, .form-group .hasDatepicker > div .custom-file:not(:last-child) .custom-file-control, .input-group .custom-file:not(:last-child) .custom-file-control::before, #Body form #familyCombo .custom-file:not(:last-child) .custom-file-control::before, .form-group .hasDatepicker > div .custom-file:not(:last-child) .custom-file-control::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group .custom-file:not(:first-child) .custom-file-control, #Body form #familyCombo .custom-file:not(:first-child) .custom-file-control, .form-group .hasDatepicker > div .custom-file:not(:first-child) .custom-file-control, .input-group .custom-file:not(:first-child) .custom-file-control::before, #Body form #familyCombo .custom-file:not(:first-child) .custom-file-control::before, .form-group .hasDatepicker > div .custom-file:not(:first-child) .custom-file-control::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex;
  align-items: center; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, #Body form #familyCombo > .input-group-prepend > .btn, .form-group .hasDatepicker > div > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
#Body form #familyCombo > .input-group-prepend > .input-group-text,
.form-group .hasDatepicker > div > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
#Body form #familyCombo > .input-group-append:not(:last-child) > .btn,
.form-group .hasDatepicker > div > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
#Body form #familyCombo > .input-group-append:not(:last-child) > .input-group-text,
.form-group .hasDatepicker > div > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#Body form #familyCombo > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.form-group .hasDatepicker > div > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
#Body form #familyCombo > .input-group-append:last-child > .input-group-text:not(:last-child),
.form-group .hasDatepicker > div > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, #Body form #familyCombo > .input-group-append > .btn, .form-group .hasDatepicker > div > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
#Body form #familyCombo > .input-group-append > .input-group-text,
.form-group .hasDatepicker > div > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
#Body form #familyCombo > .input-group-prepend:not(:first-child) > .btn,
.form-group .hasDatepicker > div > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
#Body form #familyCombo > .input-group-prepend:not(:first-child) > .input-group-text,
.form-group .hasDatepicker > div > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
#Body form #familyCombo > .input-group-prepend:first-child > .btn:not(:first-child),
.form-group .hasDatepicker > div > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
#Body form #familyCombo > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.form-group .hasDatepicker > div > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body, #RaiseFormBase #RaisedForm #RaisedFormContent, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormContent, #Overlaybase #Overlay #TimeOutBase, #RaisedFormCancelBase #RaisedFormCancel RaisedFormCancelContent {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title, #RaiseFormBase #RaisedForm #title h3, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle h3 {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header, #RaiseFormBase #RaisedForm #title, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle, #Overlaybase #Overlay #Overlaytitle, #RaisedFormCancelBase #RaisedFormCancel #Title2, body#search_subscriptions div.modal-dialog.modal-lg #title, body#home div.modal-dialog.modal-lg #title {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child, #RaiseFormBase #RaisedForm #title:first-child, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle:first-child, #Overlaybase #Overlay #Overlaytitle:first-child, #RaisedFormCancelBase #RaisedFormCancel #Title2:first-child, body#search_subscriptions div.modal-dialog.modal-lg #title:first-child, body#home div.modal-dialog.modal-lg #title:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child, #RaiseFormBase #RaisedForm #title + .list-group .list-group-item:first-child, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle + .list-group .list-group-item:first-child, #Overlaybase #Overlay #Overlaytitle + .list-group .list-group-item:first-child, #RaisedFormCancelBase #RaisedFormCancel #Title2 + .list-group .list-group-item:first-child, body#search_subscriptions div.modal-dialog.modal-lg #title + .list-group .list-group-item:first-child, body#home div.modal-dialog.modal-lg #title + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header,
          .card-group > .card:first-child #RaiseFormBase #RaisedForm #title,
          #RaiseFormBase #RaisedForm .card-group > .card:first-child #title,
          .card-group > .card:first-child #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle,
          #ModalRaisedFormBase #ModalRaisedForm .card-group > .card:first-child #ModalRaisedFormTitle,
          .card-group > .card:first-child #Overlaybase #Overlay #Overlaytitle,
          #Overlaybase #Overlay .card-group > .card:first-child #Overlaytitle,
          .card-group > .card:first-child #RaisedFormCancelBase #RaisedFormCancel #Title2,
          #RaisedFormCancelBase #RaisedFormCancel .card-group > .card:first-child #Title2,
          .card-group > .card:first-child body#search_subscriptions div.modal-dialog.modal-lg #title,
          body#search_subscriptions div.modal-dialog.modal-lg .card-group > .card:first-child #title,
          .card-group > .card:first-child body#home div.modal-dialog.modal-lg #title,
          body#home div.modal-dialog.modal-lg .card-group > .card:first-child #title {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header,
          .card-group > .card:last-child #RaiseFormBase #RaisedForm #title,
          #RaiseFormBase #RaisedForm .card-group > .card:last-child #title,
          .card-group > .card:last-child #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle,
          #ModalRaisedFormBase #ModalRaisedForm .card-group > .card:last-child #ModalRaisedFormTitle,
          .card-group > .card:last-child #Overlaybase #Overlay #Overlaytitle,
          #Overlaybase #Overlay .card-group > .card:last-child #Overlaytitle,
          .card-group > .card:last-child #RaisedFormCancelBase #RaisedFormCancel #Title2,
          #RaisedFormCancelBase #RaisedFormCancel .card-group > .card:last-child #Title2,
          .card-group > .card:last-child body#search_subscriptions div.modal-dialog.modal-lg #title,
          body#search_subscriptions div.modal-dialog.modal-lg .card-group > .card:last-child #title,
          .card-group > .card:last-child body#home div.modal-dialog.modal-lg #title,
          body#home div.modal-dialog.modal-lg .card-group > .card:last-child #title {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header,
          .card-group > .card:only-child #RaiseFormBase #RaisedForm #title,
          #RaiseFormBase #RaisedForm .card-group > .card:only-child #title,
          .card-group > .card:only-child #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle,
          #ModalRaisedFormBase #ModalRaisedForm .card-group > .card:only-child #ModalRaisedFormTitle,
          .card-group > .card:only-child #Overlaybase #Overlay #Overlaytitle,
          #Overlaybase #Overlay .card-group > .card:only-child #Overlaytitle,
          .card-group > .card:only-child #RaisedFormCancelBase #RaisedFormCancel #Title2,
          #RaisedFormCancelBase #RaisedFormCancel .card-group > .card:only-child #Title2,
          .card-group > .card:only-child body#search_subscriptions div.modal-dialog.modal-lg #title,
          body#search_subscriptions div.modal-dialog.modal-lg .card-group > .card:only-child #title,
          .card-group > .card:only-child body#home div.modal-dialog.modal-lg #title,
          body#home div.modal-dialog.modal-lg .card-group > .card:only-child #title {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #RaiseFormBase #RaisedForm #title,
          #RaiseFormBase #RaisedForm .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #title,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle,
          #ModalRaisedFormBase #ModalRaisedForm .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #ModalRaisedFormTitle,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #Overlaybase #Overlay #Overlaytitle,
          #Overlaybase #Overlay .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #Overlaytitle,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #RaisedFormCancelBase #RaisedFormCancel #Title2,
          #RaisedFormCancelBase #RaisedFormCancel .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #Title2,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) body#search_subscriptions div.modal-dialog.modal-lg #title,
          body#search_subscriptions div.modal-dialog.modal-lg .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #title,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) body#home div.modal-dialog.modal-lg #title,
          body#home div.modal-dialog.modal-lg .card-group > .card:not(:first-child):not(:last-child):not(:only-child) #title,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.alert, .notice {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.8125rem; }
  .alert-dismissible .close, .alert-dismissible #hideSearch a, #hideSearch .alert-dismissible a, .alert-dismissible #hideSearch1 a, #hideSearch1 .alert-dismissible a, .alert-dismissible #hideSearch2 a, #hideSearch2 .alert-dismissible a, .alert-dismissible #hideSearch3 a, #hideSearch3 .alert-dismissible a, .alert-dismissible body#home .closeModalRaisedForm, body#home .alert-dismissible .closeModalRaisedForm {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #003c6c;
  background-color: #cce3f6;
  border-color: #b8d8f2; }
  .alert-primary hr {
    border-top-color: #a2ccee; }
  .alert-primary .alert-link {
    color: #002039; }

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-secondary hr {
    border-top-color: #ababab; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info, .notice {
  color: #53315e;
  background-color: #ecdff0;
  border-color: #e4d2ea; }
  .alert-info hr, .notice hr {
    border-top-color: #dac1e2; }
  .alert-info .alert-link, .notice .alert-link {
    color: #35203c; }

.alert-warning {
  color: #48391f;
  background-color: #e8e2d8;
  border-color: #ded6c8; }
  .alert-warning hr {
    border-top-color: #d4cab8; }
  .alert-warning .alert-link {
    color: #241d10; }

.alert-danger {
  color: #850c23;
  background-color: #ffd1da;
  border-color: #ffbecb; }
  .alert-danger hr {
    border-top-color: #ffa5b7; }
  .alert-danger .alert-link {
    color: #560817; }

.alert-light {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8; }
  .alert-light hr {
    border-top-color: #e8eaed; }
  .alert-light .alert-link {
    color: #5a5c5e; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #FFFFFF; }
  .list-group-item.active, .tabs.ui-tabs.ui-widget.ui-widget-content .list-group-item.ui-state-active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #0073d0;
    border-color: #0073d0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #003c6c;
  background-color: #b8d8f2; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003c6c; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #003c6c;
    background-color: #a2ccee; }
  a.list-group-item-primary.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-primary.ui-state-active,
  button.list-group-item-primary.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-primary.ui-state-active {
    color: #fff;
    background-color: #003c6c;
    border-color: #003c6c; }

.list-group-item-secondary {
  color: black;
  background-color: #b8b8b8; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: black; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: black;
    background-color: #ababab; }
  a.list-group-item-secondary.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-secondary.ui-state-active,
  button.list-group-item-secondary.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-secondary.ui-state-active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb; }
  a.list-group-item-success.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-success.ui-state-active,
  button.list-group-item-success.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-success.ui-state-active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #53315e;
  background-color: #e4d2ea; }

a.list-group-item-info,
button.list-group-item-info {
  color: #53315e; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #53315e;
    background-color: #dac1e2; }
  a.list-group-item-info.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-info.ui-state-active,
  button.list-group-item-info.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-info.ui-state-active {
    color: #fff;
    background-color: #53315e;
    border-color: #53315e; }

.list-group-item-warning {
  color: #48391f;
  background-color: #ded6c8; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #48391f; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #48391f;
    background-color: #d4cab8; }
  a.list-group-item-warning.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-warning.ui-state-active,
  button.list-group-item-warning.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-warning.ui-state-active {
    color: #fff;
    background-color: #48391f;
    border-color: #48391f; }

.list-group-item-danger {
  color: #850c23;
  background-color: #ffbecb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #850c23; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #850c23;
    background-color: #ffa5b7; }
  a.list-group-item-danger.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-danger.ui-state-active,
  button.list-group-item-danger.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-danger.ui-state-active {
    color: #fff;
    background-color: #850c23;
    border-color: #850c23; }

.list-group-item-light {
  color: #737678;
  background-color: #f6f7f8; }

a.list-group-item-light,
button.list-group-item-light {
  color: #737678; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #737678;
    background-color: #e8eaed; }
  a.list-group-item-light.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-light.ui-state-active,
  button.list-group-item-light.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-light.ui-state-active {
    color: #fff;
    background-color: #737678;
    border-color: #737678; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  a.list-group-item-dark.active, .tabs.ui-tabs.ui-widget.ui-widget-content a.list-group-item-dark.ui-state-active,
  button.list-group-item-dark.active,
  .tabs.ui-tabs.ui-widget.ui-widget-content button.list-group-item-dark.ui-state-active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close, #hideSearch a, #hideSearch1 a, #hideSearch2 a, #hideSearch3 a, body#home .closeModalRaisedForm {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:focus, #hideSearch a:focus, #hideSearch1 a:focus, #hideSearch2 a:focus, #hideSearch3 a:focus, body#home .closeModalRaisedForm:focus, .close:hover, #hideSearch a:hover, #hideSearch1 a:hover, #hideSearch2 a:hover, #hideSearch3 a:hover, body#home .closeModalRaisedForm:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not([disabled]):not(.disabled), #hideSearch a:not([disabled]):not(.disabled), #hideSearch1 a:not([disabled]):not(.disabled), #hideSearch2 a:not([disabled]):not(.disabled), #hideSearch3 a:not([disabled]):not(.disabled), body#home .closeModalRaisedForm:not([disabled]):not(.disabled) {
    cursor: pointer; }

button.close, body#home button.closeModalRaisedForm {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #FFFFFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #FFFFFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #FFFFFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #FFFFFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* CSS Document */
/*Useful utility classes. Some of these were copied from the Bootstrap 4.0 library and modified.*/
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes progressBar {
  0% {
    width: 10px;
    color: white;
    border-color: white; }
  90% {
    color: white;
    border-color: white; }
  100% {
    width: 200%; } }
@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Page layout styles for header, menu, body and footer containers (and menu interactions) */
@keyframes menuOut {
  from {
    width: 55px; }
  to {
    width: 200px; } }
@keyframes menuIn {
  from {
    width: 200px; }
  to {
    width: 55px; } }
@keyframes bodyOut {
  from {
    margin-left: 55px; }
  to {
    margin-left: 200px; } }
@keyframes bodyIn {
  from {
    margin-left: 200px; }
  to {
    margin-left: 55px; } }
@keyframes reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#Header {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 0.875rem 1.09375rem;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #0073d0;
  z-index: 900;
  height: 82px;
  padding-top: 11px;
  padding-bottom: 15px; }
  #Header .logoAndText {
    display: grid;
    grid-row-gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #Header .brandLogo {
    width: 165px;
    height: 38px;
    background-image: url(../images/Logo_WHITE.png);
    background-position: 0,0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0.875rem;
    font-size: 1.3125rem;
    line-height: inherit;
    white-space: nowrap; }
  #Header .userInfo {
    background-color: #0073d0;
    position: absolute;
    top: 64px;
    left: 0;
    width: 13.125rem;
    display: none;
    z-index: 2010;
    padding: 0.875rem; }
    #Header .userInfo.showMenu {
      display: block; }
      #Header .userInfo.showMenu .dropdown {
        margin-top: -1.75rem;
        margin-right: -1.3125rem;
        text-align: right; }
        @media screen and (min-width: 768px) {
          #Header .userInfo.showMenu .dropdown {
            margin-top: 0;
            margin-right: 0; } }
        #Header .userInfo.showMenu .dropdown .dropdown-menu, #Header .userInfo.showMenu .dropdown .contextMenu {
          z-index: 2010; }
    @media screen and (min-width: 768px) {
      #Header .userInfo {
        position: static;
        display: grid;
        grid-row-gap: 10px;
        flex: 2;
        flex-flow: row;
        justify-content: flex-end;
        top: 0;
        padding: 0;
        padding: 5px;
        padding-bottom: 10px;
        padding-top: 0px; }
      #Header .userInfo.hideMenuAnimation {
        animation-duration: 0s !important; }
      #Header .userInfo.showMenu {
        display: flex; } }
  #Header .userName::before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 0.328125rem 0.4921875rem;
    min-width: 1.3125rem;
    min-height: 1.3125rem;
    margin-right: 0.875rem;
    color: #0073d0;
    content: ""; }
  #Header .headerButton {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Verdana';
    font-weight: 400;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #808080;
    background: -moz-linear-gradient(90deg, #808080 0%, #808080 100%);
    background: -webkit-linear-gradient(90deg, #808080 0%, #808080 100%);
    background: -o-linear-gradient(90deg, #808080 0%, #808080 100%);
    background: -ms-linear-gradient(90deg, #808080 0%, #808080 100%);
    background: linear-gradient(0deg, #808080 0%, #808080 100%); }

#MainMenu {
  background-color: #58595b;
  position: absolute;
  top: 121px;
  bottom: 0;
  left: 0;
  width: 13.125rem;
  color: #dee2e6;
  font-size: 15px;
  font-weight: 500;
  display: none;
  z-index: 1070;
  overflow-y: scroll; }
  @media screen and (min-width: 768px) {
    #MainMenu {
      top: 81px;
      display: table;
      overflow: hidden;
      width: 100%; }
      .hideMenuAnimation#MainMenu {
        animation-duration: 0s !important; } }
  #MainMenu nav .nav {
    flex-flow: column;
    white-space: nowrap;
    list-style-type: none;
    display: -webkit-box;
    -webkit-box-align: center;
    float: left;
    margin: auto; }
    #MainMenu nav .nav a {
      border-left: 8px solid transparent;
      color: #FFFFFF;
      padding: 0.4375rem 2.625rem 0.4375rem 0.21875rem;
      display: inline;
      text-transform: uppercase;
      font-size: small;
      font-weight: 500; }
      #MainMenu nav .nav a:hover, #MainMenu nav .nav a.active, #MainMenu nav .nav .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content #MainMenu nav .nav a.ui-state-active {
        border-left: 8px solid #0073d0;
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none; }

#Body {
  min-height: 340px;
  padding: 0.875rem 0.4375rem;
  position: relative;
  background-color: #f8f9fa;
  display: flex;
  flex: 1 0 auto;
  opacity: 0;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start; }
  #Body > * {
    order: 1; }
  #Body > hgroup {
    order: 0; }
  #Body > form {
    width: 100%; }
  .reveal#Body {
    animation-name: reveal;
    animation-duration: .2s;
    animation-fill-mode: both; }
  .showMenu#Body::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 900; }
  @media screen and (min-width: 768px) {
    #Body {
      padding: 1.75rem 2.625rem; }
      .hideMenuAnimation#Body {
        animation-duration: 0s !important; } }

#Footer {
  padding: 0.4375rem;
  background-color: #0073d0;
  color: #FFFFFF; }
  #Footer a {
    color: #FFFFFF;
    margin-right: 1.3125rem; }
  #Footer .copyRight {
    float: left; }
  #Footer .footerLinks {
    float: right; }

/*Page-level heading and sub-heading styles*/
h1 {
  font-size: 1.3125rem;
  line-height: 1;
  text-align: left;
  color: #0073d0;
  margin-bottom: 0; }
  h1 span {
    color: rgba(0, 0, 0, 0.54); }
    h1 span::before {
      content: "\f105";
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin: 0.4375rem 0.875rem 0.875rem;
      font-size: 1.53125rem; }

/* CSS Document */
/*Styles used to format tabs. All tabs are expected to use UL lists for the tabs, themselves and to follow the Bootstrap model.*/
.tabs.ui-tabs.ui-widget.ui-widget-content {
  border-radius: 1px;
  border: none;
  background-color: #FFFFFF;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  padding: 0.875rem 0;
  flex: 0 0 100%;
  width: 100%; }
  .tabs.ui-tabs.ui-widget.ui-widget-content .tab-panel, .tabs.ui-tabs.ui-widget.ui-widget-content .ui-tabs-panel {
    padding: 0.875rem; }
  @media screen and (min-width: 768px) {
    .tabs.ui-tabs.ui-widget.ui-widget-content {
      padding: 1.75rem 0; }
      .tabs.ui-tabs.ui-widget.ui-widget-content .tab-panel, .tabs.ui-tabs.ui-widget.ui-widget-content .ui-tabs-panel {
        padding: 1.75rem; } }
  .tabs.ui-tabs.ui-widget.ui-widget-content > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    border: none;
    background: #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 0 !important;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      .tabs.ui-tabs.ui-widget.ui-widget-content > ul {
        border-bottom: 1px solid #e9ecef;
        flex-flow: row;
        padding: 0 0.875rem !important; } }
    .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li {
      border: none;
      background: #FFFFFF;
      color: #495057;
      border-radius: 0;
      border-bottom: 1px solid #e9ecef;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li {
          border-bottom: none; } }
      .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li.ui-state-active {
        padding-bottom: 0;
        margin-bottom: 0; }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li.ui-state-active a {
          color: #262a2d;
          border-color: #0073d0;
          font-weight: 500; }
      .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a {
        display: block;
        background: #FFFFFF;
        color: #495057;
        border-bottom: 4px solid transparent;
        border-radius: 0;
        text-align: left;
        margin-bottom: 0;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a:focus, .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a:hover {
          text-decoration: none; }
        @media screen and (min-width: 768px) {
          .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a {
            text-align: center;
            margin-right: 1rem; } }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a .nonAbbr {
          display: none; }
          @media screen and (min-width: 768px) {
            .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a .nonAbbr {
              display: inline-block; } }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a .abbr {
          display: inline-block; }
          @media screen and (min-width: 768px) {
            .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a .abbr {
              display: none; } }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a.active, .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a.ui-state-active {
          color: #262a2d;
          border-color: #0073d0;
          font-weight: 500; }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a:hover {
          background: #e6e6e6;
          border-color: #495057; }
        .tabs.ui-tabs.ui-widget.ui-widget-content > ul > li > a.disabled {
          color: #868e96; }

/* Styles to define buttons.
	Requires Bootstrap mixins.
*/
.table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a, .pagination > a, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel, .form-group .ui-datepicker-trigger, .btn, .panel-body .buttons a:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .page-toolbar > .toolbarItem > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .search-toolbar > .toolbarItem > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, #ShowSearch a, #showSearch1 a, #showSearch2 a, #showSearch3 a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a, body#machine_dashboard .machineDashboardResults .options > a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 1rem; }
  .table .tableCellLink.contextMenuLink > a:focus, .usage .tableCellLink.contextMenuLink > a:focus, .pagination > a:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:focus, .form-group .ui-datepicker-trigger:focus, .btn:focus, .panel-body .buttons a:focus:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .page-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .search-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, #ShowSearch a:focus, #showSearch1 a:focus, #showSearch2 a:focus, #showSearch3 a:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:focus, body#machine_dashboard .machineDashboardResults .options > a:focus, .table .tableCellLink.contextMenuLink > a:hover, .usage .tableCellLink.contextMenuLink > a:hover, .pagination > a:hover, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:hover, .form-group .ui-datepicker-trigger:hover, .btn:hover, .panel-body .buttons a:hover:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .page-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .search-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, #ShowSearch a:hover, #showSearch1 a:hover, #showSearch2 a:hover, #showSearch3 a:hover, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:hover, body#machine_dashboard .machineDashboardResults .options > a:hover {
    text-decoration: none; }
  .table .tableCellLink.contextMenuLink > a:focus, .usage .tableCellLink.contextMenuLink > a:focus, .pagination > a:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:focus, .form-group .ui-datepicker-trigger:focus, .btn:focus, .panel-body .buttons a:focus:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .page-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .search-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, #ShowSearch a:focus, #showSearch1 a:focus, #showSearch2 a:focus, #showSearch3 a:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:focus, body#machine_dashboard .machineDashboardResults .options > a:focus, .table .tableCellLink.contextMenuLink > a.focus, .usage .tableCellLink.contextMenuLink > a.focus, .pagination > a.focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .focus.loadingCancel, .form-group .focus.ui-datepicker-trigger, .focus.btn, .panel-body .buttons a.focus:not(.btn), .tabs-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .page-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .search-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, #ShowSearch a.focus, #showSearch1 a.focus, #showSearch2 a.focus, #showSearch3 a.focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.focus, body#machine_dashboard .machineDashboardResults .options > a.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 115, 208, 0.25); }
  .table .tableCellLink.contextMenuLink > a.disabled, .usage .tableCellLink.contextMenuLink > a.disabled, .pagination > a.disabled, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .disabled.loadingCancel, .form-group .disabled.ui-datepicker-trigger, .disabled.btn, .panel-body .buttons a.disabled:not(.btn), .tabs-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .page-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .search-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, #ShowSearch a.disabled, #showSearch1 a.disabled, #showSearch2 a.disabled, #showSearch3 a.disabled, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.disabled, body#machine_dashboard .machineDashboardResults .options > a.disabled, .table .tableCellLink.contextMenuLink > a:disabled, .usage .tableCellLink.contextMenuLink > a:disabled, .pagination > a:disabled, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:disabled, .form-group .ui-datepicker-trigger:disabled, .btn:disabled, .panel-body .buttons a:disabled:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .page-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .search-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, #ShowSearch a:disabled, #showSearch1 a:disabled, #showSearch2 a:disabled, #showSearch3 a:disabled, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:disabled, body#machine_dashboard .machineDashboardResults .options > a:disabled {
    opacity: 0.65; }
  .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled), .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled), .pagination > a:not([disabled]):not(.disabled), #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled), .form-group .ui-datepicker-trigger:not([disabled]):not(.disabled), .btn:not([disabled]):not(.disabled), .panel-body .buttons a:not([disabled]):not(.disabled):not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled), .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled), .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled), .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled), #ShowSearch a:not([disabled]):not(.disabled), #showSearch1 a:not([disabled]):not(.disabled), #showSearch2 a:not([disabled]):not(.disabled), #showSearch3 a:not([disabled]):not(.disabled), #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled), body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled) {
    cursor: pointer; }
  .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active, .pagination > a:not([disabled]):not(.disabled):active, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled):active, .form-group .ui-datepicker-trigger:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled):active, .panel-body .buttons a:not([disabled]):not(.disabled):active:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, #ShowSearch a:not([disabled]):not(.disabled):active, #showSearch1 a:not([disabled]):not(.disabled):active, #showSearch2 a:not([disabled]):not(.disabled):active, #showSearch3 a:not([disabled]):not(.disabled):active, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled):active, body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled):active, .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .pagination > a:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .pagination > a.ui-state-active:not([disabled]):not(.disabled), #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled).active, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tabs.ui-tabs.ui-widget.ui-widget-content .loadingCancel.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel.ui-state-active:not([disabled]):not(.disabled), .form-group .ui-datepicker-trigger:not([disabled]):not(.disabled).active, .form-group .tabs.ui-tabs.ui-widget.ui-widget-content .ui-datepicker-trigger.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .form-group .ui-datepicker-trigger.ui-state-active:not([disabled]):not(.disabled), .btn:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .btn.ui-state-active:not([disabled]):not(.disabled), .panel-body .buttons a:not([disabled]):not(.disabled).active:not(.btn), .panel-body .buttons .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):not(.btn), .tabs.ui-tabs.ui-widget.ui-widget-content .panel-body .buttons a.ui-state-active:not([disabled]):not(.disabled):not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), #ShowSearch a:not([disabled]):not(.disabled).active, #ShowSearch .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #ShowSearch a.ui-state-active:not([disabled]):not(.disabled), #showSearch1 a:not([disabled]):not(.disabled).active, #showSearch1 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch1 a.ui-state-active:not([disabled]):not(.disabled), #showSearch2 a:not([disabled]):not(.disabled).active, #showSearch2 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch2 a.ui-state-active:not([disabled]):not(.disabled), #showSearch3 a:not([disabled]):not(.disabled).active, #showSearch3 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch3 a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.ui-state-active:not([disabled]):not(.disabled), #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content body#machine_dashboard .machineDashboardResults .options > a.ui-state-active:not([disabled]):not(.disabled), body#machine_dashboard .machineDashboardResults .tabs.ui-tabs.ui-widget.ui-widget-content .options > a.ui-state-active:not([disabled]):not(.disabled), #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled).active, body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled).active {
    background-image: none; }
  @media screen and (min-width: 768px) {
    .table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a, .pagination > a, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel, .form-group .ui-datepicker-trigger, .btn, .panel-body .buttons a:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .page-toolbar > .toolbarItem > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .search-toolbar > .toolbarItem > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, #ShowSearch a, #showSearch1 a, #showSearch2 a, #showSearch3 a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a, body#machine_dashboard .machineDashboardResults .options > a {
      padding: .5rem 2rem; } }
  .table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a, .pagination > a.dropdown-toggle, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .dropdown-toggle.loadingCancel, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .table .tableCellLink.contextMenuLink > a.loadingCancel, .table #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink > a.loadingCancel, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .usage .tableCellLink.contextMenuLink > a.loadingCancel, .usage #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink > a.loadingCancel, .form-group .dropdown-toggle.ui-datepicker-trigger, .table .form-group .tableCellLink.contextMenuLink > a.ui-datepicker-trigger, .usage .form-group .tableCellLink.contextMenuLink > a.ui-datepicker-trigger, .dropdown-toggle.btn, .panel-body .buttons a.dropdown-toggle:not(.btn), .table .panel-body .buttons .tableCellLink.contextMenuLink > a:not(.btn), .usage .panel-body .buttons .tableCellLink.contextMenuLink > a:not(.btn), .tabs-toolbar > .toolbarItem > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .page-toolbar > .toolbarItem > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .search-toolbar > .toolbarItem > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, #ShowSearch a.dropdown-toggle, #ShowSearch .table .tableCellLink.contextMenuLink > a, .table #ShowSearch .tableCellLink.contextMenuLink > a, #ShowSearch .usage .tableCellLink.contextMenuLink > a, .usage #ShowSearch .tableCellLink.contextMenuLink > a, #showSearch1 a.dropdown-toggle, #showSearch1 .table .tableCellLink.contextMenuLink > a, .table #showSearch1 .tableCellLink.contextMenuLink > a, #showSearch1 .usage .tableCellLink.contextMenuLink > a, .usage #showSearch1 .tableCellLink.contextMenuLink > a, #showSearch2 a.dropdown-toggle, #showSearch2 .table .tableCellLink.contextMenuLink > a, .table #showSearch2 .tableCellLink.contextMenuLink > a, #showSearch2 .usage .tableCellLink.contextMenuLink > a, .usage #showSearch2 .tableCellLink.contextMenuLink > a, #showSearch3 a.dropdown-toggle, #showSearch3 .table .tableCellLink.contextMenuLink > a, .table #showSearch3 .tableCellLink.contextMenuLink > a, #showSearch3 .usage .tableCellLink.contextMenuLink > a, .usage #showSearch3 .tableCellLink.contextMenuLink > a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.dropdown-toggle, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .table .tableCellLink.contextMenuLink > a, .table #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink > a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .usage .tableCellLink.contextMenuLink > a, .usage #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink > a, body#machine_dashboard .machineDashboardResults .options > a.dropdown-toggle, body#machine_dashboard .machineDashboardResults .table .tableCellLink.contextMenuLink.options > a, .table body#machine_dashboard .machineDashboardResults .tableCellLink.contextMenuLink.options > a, body#machine_dashboard .machineDashboardResults .usage .tableCellLink.contextMenuLink.options > a, .usage body#machine_dashboard .machineDashboardResults .tableCellLink.contextMenuLink.options > a {
    border-radius: 5px; }

.pagination > a, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel, .btn-default, .panel-body .buttons a:not(.btn), #ShowSearch a, #showSearch1 a, #showSearch2 a, #showSearch3 a, body#machine_dashboard .machineDashboardResults .options > a, body#search_subscriptions .btn-outline-dark, div#subscriptionWidget .btn-outline-dark {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #495057; }
  .pagination > a:hover, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:hover, .btn-default:hover, .panel-body .buttons a:hover:not(.btn), #ShowSearch a:hover, #showSearch1 a:hover, #showSearch2 a:hover, #showSearch3 a:hover, body#machine_dashboard .machineDashboardResults .options > a:hover, body#search_subscriptions .btn-outline-dark:hover, div#subscriptionWidget .btn-outline-dark:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #32373b; }
  .pagination > a:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:focus, .btn-default:focus, .panel-body .buttons a:focus:not(.btn), #ShowSearch a:focus, #showSearch1 a:focus, #showSearch2 a:focus, #showSearch3 a:focus, body#machine_dashboard .machineDashboardResults .options > a:focus, body#search_subscriptions .btn-outline-dark:focus, div#subscriptionWidget .btn-outline-dark:focus, .pagination > a.focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .focus.loadingCancel, .focus.btn-default, .panel-body .buttons a.focus:not(.btn), #ShowSearch a.focus, #showSearch1 a.focus, #showSearch2 a.focus, #showSearch3 a.focus, body#machine_dashboard .machineDashboardResults .options > a.focus, body#search_subscriptions .focus.btn-outline-dark, div#subscriptionWidget .focus.btn-outline-dark {
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
  .pagination > a.disabled, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .disabled.loadingCancel, .disabled.btn-default, .panel-body .buttons a.disabled:not(.btn), #ShowSearch a.disabled, #showSearch1 a.disabled, #showSearch2 a.disabled, #showSearch3 a.disabled, body#machine_dashboard .machineDashboardResults .options > a.disabled, body#search_subscriptions .disabled.btn-outline-dark, div#subscriptionWidget .disabled.btn-outline-dark, .pagination > a:disabled, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:disabled, .btn-default:disabled, .panel-body .buttons a:disabled:not(.btn), #ShowSearch a:disabled, #showSearch1 a:disabled, #showSearch2 a:disabled, #showSearch3 a:disabled, body#machine_dashboard .machineDashboardResults .options > a:disabled, body#search_subscriptions .btn-outline-dark:disabled, div#subscriptionWidget .btn-outline-dark:disabled {
    background-color: #FFFFFF;
    border-color: #495057; }
  .pagination > a:not([disabled]):not(.disabled):active, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled):active, .panel-body .buttons a:not([disabled]):not(.disabled):active:not(.btn), #ShowSearch a:not([disabled]):not(.disabled):active, #showSearch1 a:not([disabled]):not(.disabled):active, #showSearch2 a:not([disabled]):not(.disabled):active, #showSearch3 a:not([disabled]):not(.disabled):active, body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled):active, body#search_subscriptions .btn-outline-dark:not([disabled]):not(.disabled):active, div#subscriptionWidget .btn-outline-dark:not([disabled]):not(.disabled):active, .pagination > a:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .pagination > a.ui-state-active:not([disabled]):not(.disabled), #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled).active, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tabs.ui-tabs.ui-widget.ui-widget-content .loadingCancel.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel.ui-state-active:not([disabled]):not(.disabled), .btn-default:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-default.ui-state-active:not([disabled]):not(.disabled), .panel-body .buttons a:not([disabled]):not(.disabled).active:not(.btn), .panel-body .buttons .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):not(.btn), .tabs.ui-tabs.ui-widget.ui-widget-content .panel-body .buttons a.ui-state-active:not([disabled]):not(.disabled):not(.btn), #ShowSearch a:not([disabled]):not(.disabled).active, #ShowSearch .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #ShowSearch a.ui-state-active:not([disabled]):not(.disabled), #showSearch1 a:not([disabled]):not(.disabled).active, #showSearch1 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch1 a.ui-state-active:not([disabled]):not(.disabled), #showSearch2 a:not([disabled]):not(.disabled).active, #showSearch2 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch2 a.ui-state-active:not([disabled]):not(.disabled), #showSearch3 a:not([disabled]):not(.disabled).active, #showSearch3 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch3 a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content body#machine_dashboard .machineDashboardResults .options > a.ui-state-active:not([disabled]):not(.disabled), body#machine_dashboard .machineDashboardResults .tabs.ui-tabs.ui-widget.ui-widget-content .options > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content body#search_subscriptions .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled), body#search_subscriptions .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content div#subscriptionWidget .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled), div#subscriptionWidget .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled), body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled).active, body#search_subscriptions .btn-outline-dark:not([disabled]):not(.disabled).active, div#subscriptionWidget .btn-outline-dark:not([disabled]):not(.disabled).active, .table .pagination.tableCellLink.contextMenuLink.show > a, .usage .pagination.tableCellLink.contextMenuLink.show > a, .table #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink.show > a.loadingCancel, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .table .tableCellLink.contextMenuLink.show > a.loadingCancel, .usage #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink.show > a.loadingCancel, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .usage .tableCellLink.contextMenuLink.show > a.loadingCancel, .table .tableCellLink.contextMenuLink.show > a.btn-default, .usage .tableCellLink.contextMenuLink.show > a.btn-default, .table .panel-body .buttons .tableCellLink.contextMenuLink.show > a:not(.btn), .panel-body .buttons .table .tableCellLink.contextMenuLink.show > a:not(.btn), .usage .panel-body .buttons .tableCellLink.contextMenuLink.show > a:not(.btn), .panel-body .buttons .usage .tableCellLink.contextMenuLink.show > a:not(.btn), .table #ShowSearch .tableCellLink.contextMenuLink.show > a, #ShowSearch .table .tableCellLink.contextMenuLink.show > a, .usage #ShowSearch .tableCellLink.contextMenuLink.show > a, #ShowSearch .usage .tableCellLink.contextMenuLink.show > a, .table #showSearch1 .tableCellLink.contextMenuLink.show > a, #showSearch1 .table .tableCellLink.contextMenuLink.show > a, .usage #showSearch1 .tableCellLink.contextMenuLink.show > a, #showSearch1 .usage .tableCellLink.contextMenuLink.show > a, .table #showSearch2 .tableCellLink.contextMenuLink.show > a, #showSearch2 .table .tableCellLink.contextMenuLink.show > a, .usage #showSearch2 .tableCellLink.contextMenuLink.show > a, #showSearch2 .usage .tableCellLink.contextMenuLink.show > a, .table #showSearch3 .tableCellLink.contextMenuLink.show > a, #showSearch3 .table .tableCellLink.contextMenuLink.show > a, .usage #showSearch3 .tableCellLink.contextMenuLink.show > a, #showSearch3 .usage .tableCellLink.contextMenuLink.show > a, .table body#machine_dashboard .machineDashboardResults .options.tableCellLink.contextMenuLink.show > a, body#machine_dashboard .machineDashboardResults .table .options.tableCellLink.contextMenuLink.show > a, .usage body#machine_dashboard .machineDashboardResults .options.tableCellLink.contextMenuLink.show > a, body#machine_dashboard .machineDashboardResults .usage .options.tableCellLink.contextMenuLink.show > a, .table body#search_subscriptions .tableCellLink.contextMenuLink.show > a.btn-outline-dark, body#search_subscriptions .table .tableCellLink.contextMenuLink.show > a.btn-outline-dark, .usage body#search_subscriptions .tableCellLink.contextMenuLink.show > a.btn-outline-dark, body#search_subscriptions .usage .tableCellLink.contextMenuLink.show > a.btn-outline-dark, .table div#subscriptionWidget .tableCellLink.contextMenuLink.show > a.btn-outline-dark, div#subscriptionWidget .table .tableCellLink.contextMenuLink.show > a.btn-outline-dark, .usage div#subscriptionWidget .tableCellLink.contextMenuLink.show > a.btn-outline-dark, div#subscriptionWidget .usage .tableCellLink.contextMenuLink.show > a.btn-outline-dark, .pagination.show > a.dropdown-toggle, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .show > .dropdown-toggle.loadingCancel, .show > .dropdown-toggle.btn-default, .panel-body .buttons .show > a.dropdown-toggle:not(.btn), #ShowSearch .show > a.dropdown-toggle, #showSearch1 .show > a.dropdown-toggle, #showSearch2 .show > a.dropdown-toggle, #showSearch3 .show > a.dropdown-toggle, body#machine_dashboard .machineDashboardResults .options.show > a.dropdown-toggle, body#search_subscriptions .show > .dropdown-toggle.btn-outline-dark, div#subscriptionWidget .show > .dropdown-toggle.btn-outline-dark {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #2c3034; }
    .pagination > a:not([disabled]):not(.disabled):active:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled):active:focus, .btn-default:not([disabled]):not(.disabled):active:focus, .panel-body .buttons a:not([disabled]):not(.disabled):active:focus:not(.btn), #ShowSearch a:not([disabled]):not(.disabled):active:focus, #showSearch1 a:not([disabled]):not(.disabled):active:focus, #showSearch2 a:not([disabled]):not(.disabled):active:focus, #showSearch3 a:not([disabled]):not(.disabled):active:focus, body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled):active:focus, body#search_subscriptions .btn-outline-dark:not([disabled]):not(.disabled):active:focus, div#subscriptionWidget .btn-outline-dark:not([disabled]):not(.disabled):active:focus, .pagination > a:not([disabled]):not(.disabled).active:focus, .tabs.ui-tabs.ui-widget.ui-widget-content .pagination > a.ui-state-active:not([disabled]):not(.disabled):focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel:not([disabled]):not(.disabled).active:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tabs.ui-tabs.ui-widget.ui-widget-content .loadingCancel.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #LoadingOverlay .loadingBase .loadingContent #cancelSearch .loadingCancel.ui-state-active:not([disabled]):not(.disabled):focus, .btn-default:not([disabled]):not(.disabled).active:focus, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-default.ui-state-active:not([disabled]):not(.disabled):focus, .panel-body .buttons a:not([disabled]):not(.disabled).active:focus:not(.btn), .panel-body .buttons .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus:not(.btn), .tabs.ui-tabs.ui-widget.ui-widget-content .panel-body .buttons a.ui-state-active:not([disabled]):not(.disabled):focus:not(.btn), #ShowSearch a:not([disabled]):not(.disabled).active:focus, #ShowSearch .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #ShowSearch a.ui-state-active:not([disabled]):not(.disabled):focus, #showSearch1 a:not([disabled]):not(.disabled).active:focus, #showSearch1 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch1 a.ui-state-active:not([disabled]):not(.disabled):focus, #showSearch2 a:not([disabled]):not(.disabled).active:focus, #showSearch2 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch2 a.ui-state-active:not([disabled]):not(.disabled):focus, #showSearch3 a:not([disabled]):not(.disabled).active:focus, #showSearch3 .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #showSearch3 a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content body#machine_dashboard .machineDashboardResults .options > a.ui-state-active:not([disabled]):not(.disabled):focus, body#machine_dashboard .machineDashboardResults .tabs.ui-tabs.ui-widget.ui-widget-content .options > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content body#search_subscriptions .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled):focus, body#search_subscriptions .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content div#subscriptionWidget .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled):focus, div#subscriptionWidget .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-outline-dark:not([disabled]):not(.disabled):focus, body#machine_dashboard .machineDashboardResults .options > a:not([disabled]):not(.disabled).active:focus, body#search_subscriptions .btn-outline-dark:not([disabled]):not(.disabled).active:focus, div#subscriptionWidget .btn-outline-dark:not([disabled]):not(.disabled).active:focus, .table .pagination.tableCellLink.contextMenuLink.show > a:focus, .usage .pagination.tableCellLink.contextMenuLink.show > a:focus, .table #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink.show > a.loadingCancel:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .table .tableCellLink.contextMenuLink.show > a.loadingCancel:focus, .usage #LoadingOverlay .loadingBase .loadingContent #cancelSearch .tableCellLink.contextMenuLink.show > a.loadingCancel:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .usage .tableCellLink.contextMenuLink.show > a.loadingCancel:focus, .table .tableCellLink.contextMenuLink.show > a.btn-default:focus, .usage .tableCellLink.contextMenuLink.show > a.btn-default:focus, .table .panel-body .buttons .tableCellLink.contextMenuLink.show > a:focus:not(.btn), .panel-body .buttons .table .tableCellLink.contextMenuLink.show > a:focus:not(.btn), .usage .panel-body .buttons .tableCellLink.contextMenuLink.show > a:focus:not(.btn), .panel-body .buttons .usage .tableCellLink.contextMenuLink.show > a:focus:not(.btn), .table #ShowSearch .tableCellLink.contextMenuLink.show > a:focus, #ShowSearch .table .tableCellLink.contextMenuLink.show > a:focus, .usage #ShowSearch .tableCellLink.contextMenuLink.show > a:focus, #ShowSearch .usage .tableCellLink.contextMenuLink.show > a:focus, .table #showSearch1 .tableCellLink.contextMenuLink.show > a:focus, #showSearch1 .table .tableCellLink.contextMenuLink.show > a:focus, .usage #showSearch1 .tableCellLink.contextMenuLink.show > a:focus, #showSearch1 .usage .tableCellLink.contextMenuLink.show > a:focus, .table #showSearch2 .tableCellLink.contextMenuLink.show > a:focus, #showSearch2 .table .tableCellLink.contextMenuLink.show > a:focus, .usage #showSearch2 .tableCellLink.contextMenuLink.show > a:focus, #showSearch2 .usage .tableCellLink.contextMenuLink.show > a:focus, .table #showSearch3 .tableCellLink.contextMenuLink.show > a:focus, #showSearch3 .table .tableCellLink.contextMenuLink.show > a:focus, .usage #showSearch3 .tableCellLink.contextMenuLink.show > a:focus, #showSearch3 .usage .tableCellLink.contextMenuLink.show > a:focus, .table body#machine_dashboard .machineDashboardResults .options.tableCellLink.contextMenuLink.show > a:focus, body#machine_dashboard .machineDashboardResults .table .options.tableCellLink.contextMenuLink.show > a:focus, .usage body#machine_dashboard .machineDashboardResults .options.tableCellLink.contextMenuLink.show > a:focus, body#machine_dashboard .machineDashboardResults .usage .options.tableCellLink.contextMenuLink.show > a:focus, .table body#search_subscriptions .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, body#search_subscriptions .table .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, .usage body#search_subscriptions .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, body#search_subscriptions .usage .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, .table div#subscriptionWidget .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, div#subscriptionWidget .table .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, .usage div#subscriptionWidget .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, div#subscriptionWidget .usage .tableCellLink.contextMenuLink.show > a.btn-outline-dark:focus, .pagination.show > a.dropdown-toggle:focus, #LoadingOverlay .loadingBase .loadingContent #cancelSearch .show > .dropdown-toggle.loadingCancel:focus, .show > .dropdown-toggle.btn-default:focus, .panel-body .buttons .show > a.dropdown-toggle:focus:not(.btn), #ShowSearch .show > a.dropdown-toggle:focus, #showSearch1 .show > a.dropdown-toggle:focus, #showSearch2 .show > a.dropdown-toggle:focus, #showSearch3 .show > a.dropdown-toggle:focus, body#machine_dashboard .machineDashboardResults .options.show > a.dropdown-toggle:focus, body#search_subscriptions .show > .dropdown-toggle.btn-outline-dark:focus, div#subscriptionWidget .show > .dropdown-toggle.btn-outline-dark:focus {
      box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a, .btn-primary, .tabs-toolbar > .toolbarItem > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .page-toolbar > .toolbarItem > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .search-toolbar > .toolbarItem > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a, body#search_subscriptions #Body form .subscriptionHeading .btn-primary, div#subscriptionWidget .subscriptionHeading .btn-primary {
  color: #FFFFFF;
  background-color: #0073d0;
  border-color: #0073d0; }
  .table .tableCellLink.contextMenuLink > a:hover, .usage .tableCellLink.contextMenuLink > a:hover, .btn-primary:hover, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .page-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .search-toolbar > .toolbarItem > a.dropdown-toggle:hover, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:hover, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:hover, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:hover, div#subscriptionWidget .subscriptionHeading .btn-primary:hover {
    color: #FFFFFF;
    background-color: #005eaa;
    border-color: #00579d; }
  .table .tableCellLink.contextMenuLink > a:focus, .usage .tableCellLink.contextMenuLink > a:focus, .btn-primary:focus, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .page-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .search-toolbar > .toolbarItem > a.dropdown-toggle:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:focus, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:focus, div#subscriptionWidget .subscriptionHeading .btn-primary:focus, .table .tableCellLink.contextMenuLink > a.focus, .usage .tableCellLink.contextMenuLink > a.focus, .focus.btn-primary, .tabs-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .page-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .search-toolbar > .toolbarItem > a.focus.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.focus, body#search_subscriptions #Body form .subscriptionHeading .focus.btn-primary, div#subscriptionWidget .subscriptionHeading .focus.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(0, 115, 208, 0.5); }
  .table .tableCellLink.contextMenuLink > a.disabled, .usage .tableCellLink.contextMenuLink > a.disabled, .disabled.btn-primary, .tabs-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .page-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .search-toolbar > .toolbarItem > a.disabled.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.disabled, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.disabled, body#search_subscriptions #Body form .subscriptionHeading .disabled.btn-primary, div#subscriptionWidget .subscriptionHeading .disabled.btn-primary, .table .tableCellLink.contextMenuLink > a:disabled, .usage .tableCellLink.contextMenuLink > a:disabled, .btn-primary:disabled, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .page-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .search-toolbar > .toolbarItem > a.dropdown-toggle:disabled, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:disabled, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:disabled, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:disabled, div#subscriptionWidget .subscriptionHeading .btn-primary:disabled {
    background-color: #0073d0;
    border-color: #0073d0; }
  .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled):active, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled):active, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:not([disabled]):not(.disabled):active, div#subscriptionWidget .subscriptionHeading .btn-primary:not([disabled]):not(.disabled):active, .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled), .btn-primary:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-primary.ui-state-active:not([disabled]):not(.disabled), .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.ui-state-active:not([disabled]):not(.disabled), #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content body#search_subscriptions #Body form .subscriptionHeading .ui-state-active.btn-primary:not([disabled]):not(.disabled), body#search_subscriptions #Body form .subscriptionHeading .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-primary:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content div#subscriptionWidget .subscriptionHeading .ui-state-active.btn-primary:not([disabled]):not(.disabled), div#subscriptionWidget .subscriptionHeading .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-primary:not([disabled]):not(.disabled), #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled).active, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:not([disabled]):not(.disabled).active, div#subscriptionWidget .subscriptionHeading .btn-primary:not([disabled]):not(.disabled).active, .table .tableCellLink.contextMenuLink.show > a, .usage .tableCellLink.contextMenuLink.show > a, .show > .dropdown-toggle.btn-primary, .tabs-toolbar > .toolbarItem.show > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, .page-toolbar > .toolbarItem.show > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, .search-toolbar > .toolbarItem.show > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .show > a.dropdown-toggle, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .table .tableCellLink.contextMenuLink.show > a, .table #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink.show > a, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .usage .tableCellLink.contextMenuLink.show > a, .usage #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink.show > a, body#search_subscriptions #Body form .subscriptionHeading .show > .dropdown-toggle.btn-primary, body#search_subscriptions #Body form .subscriptionHeading .table .tableCellLink.contextMenuLink.show > a.btn-primary, .table body#search_subscriptions #Body form .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary, body#search_subscriptions #Body form .subscriptionHeading .usage .tableCellLink.contextMenuLink.show > a.btn-primary, .usage body#search_subscriptions #Body form .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary, div#subscriptionWidget .subscriptionHeading .show > .dropdown-toggle.btn-primary, div#subscriptionWidget .subscriptionHeading .table .tableCellLink.contextMenuLink.show > a.btn-primary, .table div#subscriptionWidget .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary, div#subscriptionWidget .subscriptionHeading .usage .tableCellLink.contextMenuLink.show > a.btn-primary, .usage div#subscriptionWidget .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary {
    color: #FFFFFF;
    background-color: #00579d;
    border-color: #005090; }
    .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active:focus, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled):active:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled):active:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled):active:focus, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:not([disabled]):not(.disabled):active:focus, div#subscriptionWidget .subscriptionHeading .btn-primary:not([disabled]):not(.disabled):active:focus, .table .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active:focus, .usage .tableCellLink.contextMenuLink > a:not([disabled]):not(.disabled).active:focus, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .table .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled):focus, .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tableCellLink.contextMenuLink > a.ui-state-active:not([disabled]):not(.disabled):focus, .btn-primary:not([disabled]):not(.disabled).active:focus, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-primary.ui-state-active:not([disabled]):not(.disabled):focus, .tabs-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .tabs-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled):focus, .page-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .table .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .usage .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .page-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled):focus, .search-toolbar > .toolbarItem > a.dropdown-toggle:not([disabled]):not(.disabled).active:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a:not([disabled]):not(.disabled).active:focus, .table .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .usage .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content .search-toolbar > .toolbarItem > a.dropdown-toggle.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a.ui-state-active:not([disabled]):not(.disabled):focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tabs.ui-tabs.ui-widget.ui-widget-content a.ui-state-active:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content body#search_subscriptions #Body form .subscriptionHeading .ui-state-active.btn-primary:not([disabled]):not(.disabled):focus, body#search_subscriptions #Body form .subscriptionHeading .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-primary:not([disabled]):not(.disabled):focus, .tabs.ui-tabs.ui-widget.ui-widget-content div#subscriptionWidget .subscriptionHeading .ui-state-active.btn-primary:not([disabled]):not(.disabled):focus, div#subscriptionWidget .subscriptionHeading .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active.btn-primary:not([disabled]):not(.disabled):focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem a:not([disabled]):not(.disabled).active:focus, body#search_subscriptions #Body form .subscriptionHeading .btn-primary:not([disabled]):not(.disabled).active:focus, div#subscriptionWidget .subscriptionHeading .btn-primary:not([disabled]):not(.disabled).active:focus, .table .tableCellLink.contextMenuLink.show > a:focus, .usage .tableCellLink.contextMenuLink.show > a:focus, .show > .dropdown-toggle.btn-primary:focus, .tabs-toolbar > .toolbarItem.show > a.dropdown-toggle:focus, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, .page-toolbar > .toolbarItem.show > a.dropdown-toggle:focus, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, .search-toolbar > .toolbarItem.show > a.dropdown-toggle:focus, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem.show > a:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .show > a.dropdown-toggle:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .table .tableCellLink.contextMenuLink.show > a:focus, .table #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink.show > a:focus, #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .usage .tableCellLink.contextMenuLink.show > a:focus, .usage #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem .tableCellLink.contextMenuLink.show > a:focus, body#search_subscriptions #Body form .subscriptionHeading .show > .dropdown-toggle.btn-primary:focus, body#search_subscriptions #Body form .subscriptionHeading .table .tableCellLink.contextMenuLink.show > a.btn-primary:focus, .table body#search_subscriptions #Body form .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary:focus, body#search_subscriptions #Body form .subscriptionHeading .usage .tableCellLink.contextMenuLink.show > a.btn-primary:focus, .usage body#search_subscriptions #Body form .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary:focus, div#subscriptionWidget .subscriptionHeading .show > .dropdown-toggle.btn-primary:focus, div#subscriptionWidget .subscriptionHeading .table .tableCellLink.contextMenuLink.show > a.btn-primary:focus, .table div#subscriptionWidget .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary:focus, div#subscriptionWidget .subscriptionHeading .usage .tableCellLink.contextMenuLink.show > a.btn-primary:focus, .usage div#subscriptionWidget .subscriptionHeading .tableCellLink.contextMenuLink.show > a.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 115, 208, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #000;
  border-color: #000; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
  .btn-secondary:focus, .focus.btn-secondary {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .disabled.btn-secondary, .btn-secondary:disabled {
    background-color: #000;
    border-color: #000; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-secondary.ui-state-active:not([disabled]):not(.disabled), .table .tableCellLink.contextMenuLink.show > a.btn-secondary, .usage .tableCellLink.contextMenuLink.show > a.btn-secondary, .show > .dropdown-toggle.btn-secondary {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
    .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus, .tabs.ui-tabs.ui-widget.ui-widget-content .btn-secondary.ui-state-active:not([disabled]):not(.disabled):focus, .table .tableCellLink.contextMenuLink.show > a.btn-secondary:focus, .usage .tableCellLink.contextMenuLink.show > a.btn-secondary:focus, .show > .dropdown-toggle.btn-secondary:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.navigationButtons, #RaiseFormBase #RaisedForm #RaisedFormContent .searchButtons, .buttons {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 1.75rem; }

a {
  color: #000;
  margin-left: 0.875rem;
  margin-right: 0.875rem; }
  a:last-child {
    margin-right: 0; }
  a:first-child {
    margin-left: 0; }
  a.back::before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.875rem; }
  a.next::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.expand::after, a[data-toggle="collapse"].collapsed::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.collapse::after, a[data-toggle="collapse"]::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.help::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.new::before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.875rem; }
  a.select::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.calendar::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.search::after, #ShowSearch a::after, #showSearch1 a::after, #showSearch2 a::after, #showSearch3 a::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.remove::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.add::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.go::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.download::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
  a.close::after, #hideSearch a::after, #hideSearch1 a::after, #hideSearch2 a::after, #hideSearch3 a::after, body#home a.closeModalRaisedForm::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "X";
    padding-left: 0.875rem;
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  a.descDecorExpandCollapse::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  a.descDecorExpandCollapse.collapsed::after {
    content: ""; }
  a.refresh::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "" !important; }

.ui-widget-content a.btn-primary {
  color: #FFFFFF; }

a[roll="button"]:not(.btn) {
  display: inline-block;
  white-space: nowrap;
  color: #0073d0; }
  @media screen and (max-width: 767px) {
    a[roll="button"]:not(.btn) {
      white-space: initial; } }
  a[roll="button"]:not(.btn)::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 10px; }

/* CSS Document */
/*Styles for alert and error messages.*/
.alert, .notice {
  border-radius: 0;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  padding: 0.875rem 1.75rem 0.875rem 3.5rem !important;
  width: 100%; }
  .alert::before, .notice::before {
    border: 1px solid transparent;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0.875rem;
    top: 0.875rem;
    width: 1.53125rem; }

.alert-info, .notice {
  border-color: #a05eb5; }
  .alert-info::before, .notice::before {
    content: "";
    border-color: #a05eb5;
    color: #a05eb5; }
  .alert-info strong, .notice strong {
    color: #a05eb5; }

.alert-warning {
  border-color: #8a6d3b; }
  .alert-warning::before {
    content: "";
    border-color: #8a6d3b;
    color: #8a6d3b; }
  .alert-warning strong {
    color: #8a6d3b; }

.alert-danger {
  border-color: #ff1744; }
  .alert-danger::before {
    content: "";
    border-color: #ff1744;
    color: #ff1744; }
  .alert-danger strong {
    color: #ff1744; }

/*Styles to define all form fields.*/
.form-container .multiDateGroup, .form-container .productWithQuantity {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .form-container .multiDateGroup .form-group, .form-container .productWithQuantity .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .form-container .multiDateGroup .form-group, .form-container .productWithQuantity .form-group {
        flex: 0 0 50%;
        max-width: 50%; } }
    .form-container .multiDateGroup .form-group .control-label, .form-container .productWithQuantity .form-group .control-label {
      left: 0.875rem; }
.form-container .productWithQuantity .form-group + .form-group .form-control, .form-container .productWithQuantity .form-group + .form-group .form-group .hasDatepicker, .form-group .form-container .productWithQuantity .form-group + .form-group .hasDatepicker {
  width: 46%;
  max-width: 46%;
  flex: 0,0,46%;
  display: inline-block; }
.form-container .showAdvancedSearchCriteria {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem; }
  .form-container .showAdvancedSearchCriteria a::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.875rem; }
.form-container .sub-form-group {
  padding-left: 1.75rem; }

.form-group {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  padding: 0.875rem 0 1.75rem;
  max-width: 640px; }
  .form-group * {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .form-group textarea {
    border: 1px solid #e9ecef; }
  .form-group label + textarea, .form-group label + div textarea, .form-group label + input:disabled, .form-group label + select:disabled, .form-group label + div input:disabled, .form-group label + div select:disabled {
    margin-top: 5px; }
  .form-group .btn {
    background: none;
    color: #0073d0 !important;
    border-bottom: 1px solid #e9ecef;
    padding: 0.4375rem 0.875rem;
    margin: 0; }
    .form-group .btn:hover {
      color: #0073d0 !important;
      border-bottom-color: #0073d0; }
  .form-group .buttons {
    padding-top: 0.875rem; }
    .form-group .buttons .btn {
      padding: 0.21875rem;
      border: 1px solid #e9ecef; }
      .form-group .buttons .btn:hover {
        color: #0073d0 !important;
        border: #0073d0 !important; }
  .form-group > .control-label {
    position: absolute;
    color: #495057;
    white-space: nowrap;
    font-weight: normal;
    top: 1.53125rem; }
    .form-group > .control-label.required::before {
      content: "* "; }
    .form-group > .control-label.wildcard::after {
      content: " (%)"; }
  .form-group > input, .form-group > select, .form-group > div {
    position: absolute;
    width: 100%; }
  .checkbox.form-group, .radio.form-group {
    flex-flow: column;
    padding-bottom: 0; }
    .checkbox.form-group > *, .radio.form-group > * {
      display: block;
      /*position:initial;*/
      position: static;
      margin-left: 0.875rem; }
    .checkbox.form-group > label.control-label, .radio.form-group > label.control-label {
      margin-left: 0;
      font-size: 0.875rem; }
  .preText.form-group > .control-label {
    top: 0.175rem;
    left: 0;
    font-size: 0.65625rem; }
  .form-group input[type="text"] {
    flex-grow: 1; }
  .form-group .input-group, .form-group #Body form #familyCombo, #Body form .form-group #familyCombo, .form-group .hasDatepicker > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end; }
    .form-group .input-group#GroupResultList, .form-group .hasDatepicker > div#GroupResultList {
      flex-flow: row wrap; }
      @media screen and (min-width: 768px) {
        .form-group .input-group#GroupResultList, .form-group .hasDatepicker > div#GroupResultList {
          flex-flow: row nowrap; } }
      .form-group .input-group#GroupResultList > select, .form-group .hasDatepicker > div#GroupResultList > select {
        min-width: 100%; }
        @media screen and (min-width: 768px) {
          .form-group .input-group#GroupResultList > select, .form-group .hasDatepicker > div#GroupResultList > select {
            min-width: auto; } }
        .form-group .input-group#GroupResultList > select + a, .form-group .hasDatepicker > div#GroupResultList > select + a {
          margin-left: 0; }
    .form-group .input-group#MultiSelectSurveyField, .form-group .hasDatepicker > div#MultiSelectSurveyField {
      flex-flow: row wrap; }
      @media screen and (min-width: 768px) {
        .form-group .input-group#MultiSelectSurveyField, .form-group .hasDatepicker > div#MultiSelectSurveyField {
          flex-flow: row nowrap; } }
      .form-group .input-group#MultiSelectSurveyField > input, .form-group .hasDatepicker > div#MultiSelectSurveyField > input {
        min-width: 100%; }
        @media screen and (min-width: 768px) {
          .form-group .input-group#MultiSelectSurveyField > input, .form-group .hasDatepicker > div#MultiSelectSurveyField > input {
            min-width: auto; } }
        .form-group .input-group#MultiSelectSurveyField > input + a, .form-group .hasDatepicker > div#MultiSelectSurveyField > input + a {
          margin-left: 0; }
  .form-group .form-inline {
    flex-grow: 1;
    position: absolute;
    width: 100%; }
    .form-group .form-inline > * {
      flex-grow: 1; }
    .form-group .form-inline .form-group * {
      flex: 1;
      position: relative; }
    .form-group .form-inline .form-group > input {
      position: relative;
      width: auto; }
  .pageHelpText.form-group > div, .wildCardHelpText.form-group > div, .subSectionAndHelpText.form-group > div, .fieldValue.form-group > div {
    position: relative; }
  .multiValue.form-group .control-label {
    left: 2.625rem; }
  .fileFormGroup.form-group > .control-label, .mini.form-group > .control-label {
    top: 0.175rem;
    left: 0;
    font-size: 0.65625rem; }
  .fileFormGroup.form-group input[type="file"] {
    padding-left: 0; }
  .form-group .form-group {
    margin-top: 0;
    margin-bottom: 0; }
  .form-group .multiSelect {
    text-align: left; }
    .form-group .multiSelect::after {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right;
      content: ""; }
  .form-group button.ui-multiselect {
    width: 100% !important;
    background: none;
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
    .form-group button.ui-multiselect.ui-state-hover {
      background: none;
      border-bottom-color: #0073d0 !important; }
  .form-group .helpText {
    top: 0;
    color: #343a40; }
  .form-group > .exampleText, .form-group > .maxWarning {
    position: relative;
    display: inherit;
    top: 2.40625rem;
    color: #343a40; }
  .form-group select {
    padding-left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 18px 100px; }
  .form-group select::-ms-expand {
    display: none; }
  .form-group .select::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0; }
  .form-group .calendar::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0; }
  .form-group .search::after, .form-group #ShowSearch a::after, #ShowSearch .form-group a::after, .form-group #showSearch1 a::after, #showSearch1 .form-group a::after, .form-group #showSearch2 a::after, #showSearch2 .form-group a::after, .form-group #showSearch3 a::after, #showSearch3 .form-group a::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0; }
  .form-group .remove::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0; }
  .form-group .add::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0; }
  .form-group .ui-datepicker-trigger {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.form-control, .form-group .hasDatepicker {
  border-top: none;
  border-left: none;
  border-right: none; }
  [type="text"].form-control, .form-group [type="text"].hasDatepicker {
    padding-left: 0;
    padding-right: 0; }
  [type="password"].form-control, .form-group [type="password"].hasDatepicker {
    padding-left: 0;
    padding-right: 0; }

.ui-datepicker {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1; }

input.datePicker {
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important; }

textarea {
  width: 100%; }

.fieldValue {
  padding: 0;
  margin: 0.875rem 0 0;
  max-width: 640px;
  position: relative;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  .fieldValue::last-child {
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .fieldValue {
      display: flex;
      flex-flow: row nowrap; } }
  .fieldValue .control-label {
    position: relative !important;
    top: 0 !important;
    margin-right: 3.5rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .fieldValue .control-label {
        flex: 0 0 50%; } }
  .fieldValue .control-fieldValue {
    display: inline-block;
    color: #495057; }
  .fieldValue .control-label + a {
    margin-left: 0; }

/* CSS Document */
/*Styles for all tables used to display data. All such tables should be wrapped by the "table-responsive" class. */
.table, .usage {
  border: 1px solid #e9ecef;
  background-color: #FFFFFF; }
  .table tr, .usage tr {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef; }
    .table tr.tableRowOdd, .usage tr.tableRowOdd {
      background-color: #fdfeff !important; }
    .table tr.tableRowEven, .usage tr.tableRowEven {
      background-color: #FFFFFF !important; }
    .table tr th, .usage tr th {
      background-color: #e5ecf5;
      border: none;
      padding: 0.875rem 1.3125rem;
      font-size: 0.875rem; }
      .table tr th .sortOrderAsc::before, .usage tr th .sortOrderAsc::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-right: 0.4375rem; }
      .table tr th .sortOrderDesc::before, .usage tr th .sortOrderDesc::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-right: 0.4375rem; }
      .table tr th.number, .usage tr th.number {
        width: 10%;
        white-space: nowrap; }
    .table tr td, .usage tr td {
      border: none;
      padding: 0.875rem 1.3125rem;
      font-size: 0.765625rem; }
      .table tr td.rowSwap > a::before, .usage tr td.rowSwap > a::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "" !important;
        padding-right: 0.4375rem;
        font-size: 1.35rem !important;
        font-weight: bold !important; }
  .table .tableCellCheckbox:hover, .usage .tableCellCheckbox:hover {
    background-color: #e6e6e6;
    cursor: pointer; }
  .table > tbody .tableCellLink > a, .usage > tbody .tableCellLink > a {
    text-decoration: underline;
    font-weight: 590; }
  .table .tableCellLink, .usage .tableCellLink {
    overflow: hidden; }
    .table .tableCellLink > a, .usage .tableCellLink > a {
      display: block;
      margin: -16.625rem;
      padding: 16.625rem; }
      .table .tableCellLink > a:hover, .usage .tableCellLink > a:hover {
        text-decoration: none;
        background-color: #e6e6e6;
        color: #212529; }
      .table .tableCellLink > a:active, .usage .tableCellLink > a:active {
        background-color: #0073d0;
        color: #FFFFFF; }
    .table .tableCellLink.contextMenuLink, .usage .tableCellLink.contextMenuLink {
      position: relative;
      overflow: visible; }
      .table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a {
        margin: 0;
        padding: 0.21875rem 1.3125rem;
        float: left; }
      .table .tableCellLink.contextMenuLink > a:not(.dropdown-toggle)::after, .usage .tableCellLink.contextMenuLink > a:not(.dropdown-toggle)::after {
        content: none; }
      .table .tableCellLink.contextMenuLink .contextMenu, .usage .tableCellLink.contextMenuLink .contextMenu {
        top: 2.625rem;
        left: 2.625rem; }
  .table .tableCellNumeric, .usage .tableCellNumeric, .table .tableCellInputNumeric, .usage .tableCellInputNumeric {
    width: 5%;
    min-width: 4.375rem; }
  .table .responsiveNotesTabs textarea, .usage .responsiveNotesTabs textarea {
    width: 100%; }

.tiled .table, .tiled .usage, .tiled .usage {
  border: none;
  margin: 0 0 0.875rem; }
  .tiled .table tbody, .tiled .usage tbody, .tiled .usage tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: auto -0.875rem auto auto; }
  .tiled .table tr, .tiled .usage tr, .tiled .usage tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0.65625rem 0;
    min-width: 300px;
    max-width: 600px;
    border: 1px solid #e9ecef;
    margin: 1.3125rem;
    border-radius: 5px;
    flex: 1; }
    .tiled .table tr.tableRowHeader, .tiled .usage tr.tableRowHeader, .tiled .usage tr.tableRowHeader {
      display: none; }
  .tiled .table td, .tiled .usage td, .tiled .usage td {
    border: none;
    position: relative;
    padding: 1.09375rem;
    font-size: 0.65625rem; }
    .tiled .table td::before, .tiled .usage td::before, .tiled .usage td::before {
      color: #495057;
      display: block;
      position: absolute;
      top: 0px; }

@media screen and (min-width: 768px) {
  .table-responsive {
    width: 100%;
    overflow-x: visible;
    max-width: initial; } }

/* CSS Document */
/*Styles to define dropdowns. Some of these styles were taken from Bootstrap 4.0.*/
.dropdown-toggle, .table .tableCellLink.contextMenuLink > a, .usage .tableCellLink.contextMenuLink > a {
  border-radius: 5px;
  text-decoration: none !important; }

.dropdown-toggle.btn-primary:not([disabled]):not(.disabled).active, .table .tableCellLink.contextMenuLink > a.btn-primary:not([disabled]):not(.disabled).active, .usage .tableCellLink.contextMenuLink > a.btn-primary:not([disabled]):not(.disabled).active, .table .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.btn-primary.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .table .tableCellLink.contextMenuLink > a.btn-primary.ui-state-active:not([disabled]):not(.disabled), .usage .tabs.ui-tabs.ui-widget.ui-widget-content .tableCellLink.contextMenuLink > a.btn-primary.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .usage .tableCellLink.contextMenuLink > a.btn-primary.ui-state-active:not([disabled]):not(.disabled), .tabs.ui-tabs.ui-widget.ui-widget-content .dropdown-toggle.btn-primary.ui-state-active:not([disabled]):not(.disabled), .dropdown-toggle.btn-primary:not([disabled]):not(.disabled):active, .table .tableCellLink.contextMenuLink > a.btn-primary:not([disabled]):not(.disabled):active, .usage .tableCellLink.contextMenuLink > a.btn-primary:not([disabled]):not(.disabled):active {
  background-color: #0073d0;
  color: #FFFFFF; }

.dropdown-menu, .contextMenu {
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 0;
  z-index: 1070; }
  .dropdown-menu ul, .contextMenu ul {
    padding-left: 0; }
  .dropdown-menu li, .contextMenu li {
    list-style-type: none; }

.dropdown-item, .dropdown-menu li, .contextMenu li, .dropdown .toolbarItem {
  white-space: nowrap;
  color: #495057;
  padding: 0; }
  .dropdown-item a, .dropdown-menu li a, .contextMenu li a, .dropdown .toolbarItem a {
    padding: 0.4375rem 0.875rem;
    display: block; }
    .dropdown-item a:hover, .dropdown-menu li a:hover, .contextMenu li a:hover, .dropdown .toolbarItem a:hover {
      text-decoration: none; }
    .dropdown-item a:active, .dropdown-menu li a:active, .contextMenu li a:active, .dropdown .toolbarItem a:active {
      color: #FFFFFF; }
  .dropdown-item:hover, .dropdown-menu li:hover, .contextMenu li:hover, .dropdown .toolbarItem:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    color: #212529; }
  .dropdown-item:active, .dropdown-menu li:active, .contextMenu li:active, .dropdown .toolbarItem:active {
    background-color: #0073d0;
    color: #FFFFFF; }

.dropdown .dropdown-menu, .dropdown .contextMenu {
  display: none;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem; }
  .dropdown .dropdown-menu.show, .dropdown .show.contextMenu {
    display: block; }
.dropdown .toolbarItem {
  list-style-type: none; }

/* CSS Document */
/*Styles for all raised forms, including those with "modal" backgrounds.*/
/*Portions of this file were taken from the BootStrap 4.0 modal library*/
.modal, #Body form.formTypeSearch .searchCriteriaWrapper, #RaiseFormBase, #ModalRaisedFormBase, #LoadingOverlay, #Overlaybase, #RaisedFormCancelBase, body#search_subscriptions .editForm, div#subscriptionWidget .editForm {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2020;
  display: none;
  overflow: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 0.875rem;
  padding-right: 0.875rem; }
  .modal-open .modal, .modal-open #Body form.formTypeSearch .searchCriteriaWrapper, #Body form.formTypeSearch .modal-open .searchCriteriaWrapper, .modal-open #RaiseFormBase, .modal-open #ModalRaisedFormBase, .modal-open #LoadingOverlay, .modal-open #Overlaybase, .modal-open #RaisedFormCancelBase, .modal-open body#search_subscriptions .editForm, body#search_subscriptions .modal-open .editForm, .modal-open div#subscriptionWidget .editForm, div#subscriptionWidget .modal-open .editForm {
    overflow-x: hidden;
    overflow-y: auto; }
  @media screen and (min-width: 768px) {
    .modal, #Body form.formTypeSearch .searchCriteriaWrapper, #RaiseFormBase, #ModalRaisedFormBase, #LoadingOverlay, #Overlaybase, #RaisedFormCancelBase, body#search_subscriptions .editForm, div#subscriptionWidget .editForm {
      padding-left: 0;
      padding-right: 0; } }

.modal-dialog, #Body form.formTypeSearch .searchCriteriaWrapper .form-container, #RaiseFormBase #RaisedForm, #ModalRaisedFormBase #ModalRaisedForm, #LoadingOverlay .loadingBase, #Overlaybase #Overlay, #RaisedFormCancelBase #RaisedFormCancel, body#search_subscriptions .editForm > app-subscription-address-edit, div#subscriptionWidget .editForm > app-subscription-address-edit {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  margin-top: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  animation-name: reveal;
  animation-duration: .2s;
  animation-fill-mode: both; }
  .modal.fade .modal-dialog, .modal.fade #Body form.formTypeSearch .searchCriteriaWrapper .form-container, #Body form.formTypeSearch .searchCriteriaWrapper .modal.fade .form-container, .modal.fade #RaiseFormBase #RaisedForm, #RaiseFormBase .modal.fade #RaisedForm, .modal.fade #ModalRaisedFormBase #ModalRaisedForm, #ModalRaisedFormBase .modal.fade #ModalRaisedForm, .modal.fade #LoadingOverlay .loadingBase, #LoadingOverlay .modal.fade .loadingBase, .modal.fade #Overlaybase #Overlay, #Overlaybase .modal.fade #Overlay, .modal.fade #RaisedFormCancelBase #RaisedFormCancel, #RaisedFormCancelBase .modal.fade #RaisedFormCancel, .modal.fade body#search_subscriptions .editForm > app-subscription-address-edit, body#search_subscriptions .modal.fade .editForm > app-subscription-address-edit, .modal.fade div#subscriptionWidget .editForm > app-subscription-address-edit, div#subscriptionWidget .modal.fade .editForm > app-subscription-address-edit {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog, .modal.show #Body form.formTypeSearch .searchCriteriaWrapper .form-container, #Body form.formTypeSearch .searchCriteriaWrapper .modal.show .form-container, .modal.show #RaiseFormBase #RaisedForm, #RaiseFormBase .modal.show #RaisedForm, .modal.show #ModalRaisedFormBase #ModalRaisedForm, #ModalRaisedFormBase .modal.show #ModalRaisedForm, .modal.show #LoadingOverlay .loadingBase, #LoadingOverlay .modal.show .loadingBase, .modal.show #Overlaybase #Overlay, #Overlaybase .modal.show #Overlay, .modal.show #RaisedFormCancelBase #RaisedFormCancel, #RaisedFormCancelBase .modal.show #RaisedFormCancel, .modal.show body#search_subscriptions .editForm > app-subscription-address-edit, body#search_subscriptions .modal.show .editForm > app-subscription-address-edit, .modal.show div#subscriptionWidget .editForm > app-subscription-address-edit, div#subscriptionWidget .modal.show .editForm > app-subscription-address-edit {
    transform: translate(0, 0); }

.modal-content, #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection, #RaiseFormBase #RaisedForm, #ModalRaisedFormBase #ModalRaisedForm, #LoadingOverlay .loadingBase, #Overlaybase #Overlay, #RaisedFormCancelBase #RaisedFormCancel, body#search_subscriptions .editForm > app-subscription-address-edit > form, div#subscriptionWidget .editForm > app-subscription-address-edit > form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 0; }
  .modal-content .table-responsive, #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection .table-responsive,
  #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection .table-responsive,
  #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection .table-responsive,
  #Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection .table-responsive,
  #Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection .table-responsive, #RaiseFormBase #RaisedForm .table-responsive, #ModalRaisedFormBase #ModalRaisedForm .table-responsive, #LoadingOverlay .loadingBase .table-responsive, #Overlaybase #Overlay .table-responsive, #RaisedFormCancelBase #RaisedFormCancel .table-responsive, body#search_subscriptions .editForm > app-subscription-address-edit > form .table-responsive, div#subscriptionWidget .editForm > app-subscription-address-edit > form .table-responsive {
    overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    .modal-content .fieldValue, #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection .fieldValue,
    #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection .fieldValue,
    #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection .fieldValue,
    #Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection .fieldValue,
    #Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection .fieldValue, #RaiseFormBase #RaisedForm .fieldValue, #ModalRaisedFormBase #ModalRaisedForm .fieldValue, #LoadingOverlay .loadingBase .fieldValue, #Overlaybase #Overlay .fieldValue, #RaisedFormCancelBase #RaisedFormCancel .fieldValue, body#search_subscriptions .editForm > app-subscription-address-edit > form .fieldValue, div#subscriptionWidget .editForm > app-subscription-address-edit > form .fieldValue {
      flex-flow: row wrap; } }

.modal-header, #RaiseFormBase #RaisedForm #title, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle, #Overlaybase #Overlay #Overlaytitle, #RaisedFormCancelBase #RaisedFormCancel #Title2, body#search_subscriptions div.modal-dialog.modal-lg #title, body#home div.modal-dialog.modal-lg #title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  padding: 2.625rem;
  background-color: #FFFFFF;
  border: none;
  font-size: 1.75rem; }
  .modal-header .close, #RaiseFormBase #RaisedForm #title .close, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle .close, #Overlaybase #Overlay #Overlaytitle .close, #RaisedFormCancelBase #RaisedFormCancel #Title2 .close, body#search_subscriptions div.modal-dialog.modal-lg #title .close, body#home div.modal-dialog.modal-lg #title .close, .modal-header #hideSearch a, #hideSearch .modal-header a, #RaiseFormBase #RaisedForm #title #hideSearch a, #hideSearch #RaiseFormBase #RaisedForm #title a, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle #hideSearch a, #hideSearch #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle a, #Overlaybase #Overlay #Overlaytitle #hideSearch a, #hideSearch #Overlaybase #Overlay #Overlaytitle a, #RaisedFormCancelBase #RaisedFormCancel #Title2 #hideSearch a, #hideSearch #RaisedFormCancelBase #RaisedFormCancel #Title2 a, body#search_subscriptions div.modal-dialog.modal-lg #title #hideSearch a, #hideSearch body#search_subscriptions div.modal-dialog.modal-lg #title a, body#home div.modal-dialog.modal-lg #title #hideSearch a, #hideSearch body#home div.modal-dialog.modal-lg #title a, .modal-header #hideSearch1 a, #hideSearch1 .modal-header a, #RaiseFormBase #RaisedForm #title #hideSearch1 a, #hideSearch1 #RaiseFormBase #RaisedForm #title a, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle #hideSearch1 a, #hideSearch1 #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle a, #Overlaybase #Overlay #Overlaytitle #hideSearch1 a, #hideSearch1 #Overlaybase #Overlay #Overlaytitle a, #RaisedFormCancelBase #RaisedFormCancel #Title2 #hideSearch1 a, #hideSearch1 #RaisedFormCancelBase #RaisedFormCancel #Title2 a, body#search_subscriptions div.modal-dialog.modal-lg #title #hideSearch1 a, #hideSearch1 body#search_subscriptions div.modal-dialog.modal-lg #title a, body#home div.modal-dialog.modal-lg #title #hideSearch1 a, #hideSearch1 body#home div.modal-dialog.modal-lg #title a, .modal-header #hideSearch2 a, #hideSearch2 .modal-header a, #RaiseFormBase #RaisedForm #title #hideSearch2 a, #hideSearch2 #RaiseFormBase #RaisedForm #title a, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle #hideSearch2 a, #hideSearch2 #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle a, #Overlaybase #Overlay #Overlaytitle #hideSearch2 a, #hideSearch2 #Overlaybase #Overlay #Overlaytitle a, #RaisedFormCancelBase #RaisedFormCancel #Title2 #hideSearch2 a, #hideSearch2 #RaisedFormCancelBase #RaisedFormCancel #Title2 a, body#search_subscriptions div.modal-dialog.modal-lg #title #hideSearch2 a, #hideSearch2 body#search_subscriptions div.modal-dialog.modal-lg #title a, body#home div.modal-dialog.modal-lg #title #hideSearch2 a, #hideSearch2 body#home div.modal-dialog.modal-lg #title a, .modal-header #hideSearch3 a, #hideSearch3 .modal-header a, #RaiseFormBase #RaisedForm #title #hideSearch3 a, #hideSearch3 #RaiseFormBase #RaisedForm #title a, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle #hideSearch3 a, #hideSearch3 #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle a, #Overlaybase #Overlay #Overlaytitle #hideSearch3 a, #hideSearch3 #Overlaybase #Overlay #Overlaytitle a, #RaisedFormCancelBase #RaisedFormCancel #Title2 #hideSearch3 a, #hideSearch3 #RaisedFormCancelBase #RaisedFormCancel #Title2 a, body#search_subscriptions div.modal-dialog.modal-lg #title #hideSearch3 a, #hideSearch3 body#search_subscriptions div.modal-dialog.modal-lg #title a, body#home div.modal-dialog.modal-lg #title #hideSearch3 a, #hideSearch3 body#home div.modal-dialog.modal-lg #title a, .modal-header body#home .closeModalRaisedForm, body#home .modal-header .closeModalRaisedForm, #RaiseFormBase #RaisedForm #title body#home .closeModalRaisedForm, body#home #RaiseFormBase #RaisedForm #title .closeModalRaisedForm, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle body#home .closeModalRaisedForm, body#home #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormTitle .closeModalRaisedForm, #Overlaybase #Overlay #Overlaytitle body#home .closeModalRaisedForm, body#home #Overlaybase #Overlay #Overlaytitle .closeModalRaisedForm, #RaisedFormCancelBase #RaisedFormCancel #Title2 body#home .closeModalRaisedForm, body#home #RaisedFormCancelBase #RaisedFormCancel #Title2 .closeModalRaisedForm, body#search_subscriptions div.modal-dialog.modal-lg #title body#home .closeModalRaisedForm, body#home div.modal-dialog.modal-lg #title .closeModalRaisedForm {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-body, #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection,
#Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection, #RaiseFormBase #RaisedForm #RaisedFormContent, #ModalRaisedFormBase #ModalRaisedForm #ModalRaisedFormContent, #LoadingOverlay .loadingBase .loadingContent, #Overlaybase #Overlay #TimeOutBase, #RaisedFormCancelBase #RaisedFormCancel RaisedFormCancelContent, body#home div.modal-dialog.modal-lg .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0 2.625rem 2.625rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.625rem 2.625rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.scrollFix {
  position: fixed;
  width: 100vw; }

.modal-open {
  overflow: hidden; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog, #Body form.formTypeSearch .searchCriteriaWrapper .form-container, #RaiseFormBase #RaisedForm, #ModalRaisedFormBase #ModalRaisedForm, #LoadingOverlay .loadingBase, #Overlaybase #Overlay, #RaisedFormCancelBase #RaisedFormCancel, body#search_subscriptions .editForm > app-subscription-address-edit, div#subscriptionWidget .editForm > app-subscription-address-edit {
    max-width: 700px;
    margin: 10rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
/* CSS Document */
/*Styles for the display of search actions and the links that allow users to page through the result sets.*/
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  padding: 1.75rem 0; }
  .pagination > a {
    margin-right: 0.875rem;
    padding: 0.4375rem 0.875rem;
    margin-bottom: 0; }
    .pagination > a:last-child {
      margin-right: 0; }
  .pagination .dropdown button {
    padding-right: 0; }
  .pagination > a[roll="button"] {
    padding: 0;
    border: none;
    background: transparent;
    color: #000;
    border-radius: 0;
    margin-left: 0.875rem;
    margin-right: 0.875rem; }
    .pagination > a[roll="button"]:hover {
      text-decoration: underline; }

.resultsHeaderBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap; }
  .resultsHeaderBar > a, .resultsHeaderBar > div {
    margin-bottom: 0.875rem; }
  .resultsHeaderBar .searchResultActions {
    position: relative; }
  .resultsHeaderBar .resultsView a {
    visibility: hidden;
    display: none; }
    .resultsHeaderBar .resultsView a.visible {
      display: inline-block; }
    .resultsHeaderBar .resultsView a.viewTiles {
      padding: 0.65625rem 0.875rem; }
      .resultsHeaderBar .resultsView a.viewTiles::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .resultsHeaderBar .resultsView a.viewList {
      padding: 0.65625rem 0.875rem; }
      .resultsHeaderBar .resultsView a.viewList::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }

/* CSS Document */
/*Styles for the bars that indicate multi-step processes*/
.processBar {
  flex: 0 0 100%;
  background-color: #f0f0f0;
  padding: 1.75rem 0.875rem 0 !important;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 768px) {
    .processBar {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      padding: 1.75rem 1.75rem 0 !important; } }
  .processBar > div {
    color: #495057;
    padding: 0 0 0.4375rem;
    margin: 0 0 0.875rem;
    display: block; }
    .processBar > div.newFlowIndicatorLabelCurrent {
      border-bottom: 4px solid #0073d0; }
    @media screen and (min-width: 768px) {
      .processBar > div {
        flex: 0 0 auto;
        border-bottom: 4px solid #0073d0;
        padding-bottom: 1.3125rem;
        padding-right: 4.375rem;
        margin: 0; } }
    .processBar > div::before {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f058";
      color: #0073d0;
      margin-right: 1.75rem;
      font-size: 1.3125rem; }
    .processBar > div.newFlowIndicatorLabelCurrent ~ div {
      border-color: transparent;
      padding-left: 60px;
      margin-left: -60px;
      margin-right: 0; }
      .processBar > div.newFlowIndicatorLabelCurrent ~ div::before {
        color: #495057; }

/* CSS document */
/*Styles for the primary elements that make up most of the "#Body" sections on the pages. They are variously applied to different "#Body" elements.*/
#Body form, #Body form.formTypeProcessFlow > div, #batchJobConfiguration > div {
  display: flex;
  flex-flow: row wrap;
  background: #FFFFFF;
  border: 1px solid #e9ecef;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: flex-start; }
  #Body form .navBar, #Body form.formTypeProcessFlow > div .navBar, #batchJobConfiguration > div .navBar {
    padding: 0;
    width: 100%; }

#Body form > *, #Body form.formTypeProcessFlow > div > div, #batchJobConfiguration > div .pageHelpText, #batchJobConfiguration > div .form-container {
  flex: 0 0 100%;
  padding: 0 0.875rem;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    #Body form > *, #Body form.formTypeProcessFlow > div > div, #batchJobConfiguration > div .pageHelpText, #batchJobConfiguration > div .form-container {
      padding: 0 1.75rem; } }

.navigationButtons {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.875rem 1.75rem; }
  @media screen and (min-width: 768px) {
    .navigationButtons {
      padding: 0 1.75rem 1.75rem; } }

#Body form > .alert, #Body form > .notice, #batchJobConfiguration > div #PAGE_LEVEL_ERROR, #batchJobConfiguration > div #batchJobConfigureErrors, #batchJobConfiguration > div #loadFileErrors {
  flex: 0 0 100% !important;
  max-width: 100%;
  margin: 0; }

/* CSS Document */
/*Styles for some basic page elements*/
body #Body h1 {
  color: #495057;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }
body #Body h3 {
  color: #0073d0;
  padding-top: 1.75rem;
  padding-bottom: 0.875rem; }

/* This is the primary CSS Document for Poetic. Most customer-specific changes should be made to this file and the _variables files only. */
/*Site-wide page styles*/
body {
  display: flex;
  flex-flow: column;
  background: #f8f9fa;
  height: 100vh;
  font-size: 0.875rem; }

#Header {
  position: fixed;
  z-index: 2110; }
  #Header .userName.userDropdown {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF; }
    #Header .userName.userDropdown::after {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 0.765625rem;
      color: #FFFFFF;
      padding: 0 0 0 0.875rem; }
  #Header .userInfo.show .userName.userDropdown::after {
    content: ""; }

#MainMenu {
  position: fixed;
  z-index: 2100; }
  #MainMenu .subMenu > a.nav-link {
    display: block; }
  #MainMenu .subMenu ul {
    padding-left: 0;
    position: fixed;
    background-color: #58595b; }
    #MainMenu .subMenu ul li {
      display: inline;
      list-style-type: none;
      display: none; }
  #MainMenu .subMenu:hover > ul li {
    display: block; }
  #MainMenu ul li.logout {
    display: none; }

#Body {
  padding-top: 80px; }
  #Body.noSearchResults {
    background: url(../images/takeAction.png) no-repeat center; }
  @media screen and (min-width: 768px) {
    #Body {
      margin-top: 60px; } }
  #Body > div {
    flex: 0 0 100%; }
  #Body form {
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      #Body form {
        justify-content: flex-start; } }
    #Body form > * {
      order: 1; }
      #Body form > *.searchCriteriaWrapper + div:not(.searchResults) {
        flex: 0; }
    #Body form .pageHelpText {
      margin-bottom: 0.875rem;
      margin-top: 0.875rem;
      max-width: 640px; }
    #Body form .error {
      background: #FEFACE url(../images/notice.gif) no-repeat 5px 5px;
      padding: 5px 5px 5px 25px !important;
      border: 1px solid #A40105;
      color: #A40105;
      white-space: normal !important;
      margin: 5px 0 5px 0;
      background-image: url(../images/error.gif); }
    #Body form hgroup {
      flex: 1 0 300px;
      order: 0; }
      #Body form hgroup a {
        margin-bottom: 0; }
    #Body form > .page-toolbar, #Body form > .tabs-toolbar {
      margin-bottom: 0;
      margin-top: 0.4375rem;
      flex: 1 0 20%;
      margin-left: 0;
      margin-right: 0; }
    #Body form > .tabs {
      padding-left: 0;
      padding-right: 0; }
    #Body form.formTypeProcessFlow {
      padding: 0;
      border: 0;
      background-color: transparent; }
      #Body form.formTypeProcessFlow > div {
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0; }
        #Body form.formTypeProcessFlow > div > div.alert, #Body form.formTypeProcessFlow > div > div.notice, #Body form.formTypeProcessFlow > div > div.notice {
          flex: auto;
          margin-left: 1.75rem;
          margin-right: 1.75rem; }
      #Body form.formTypeProcessFlow .processBar {
        padding-top: 1.75rem; }
    #Body form.formTypeSearch {
      border: 0;
      background-color: transparent; }
      #Body form.formTypeSearch > * {
        padding: 0 0; }
      #Body form.formTypeSearch h1 {
        color: #0073d0;
        padding: 0; }
      #Body form.formTypeSearch .showHide, #Body form.formTypeSearch .hideShowSearch {
        flex: 1 0 auto;
        text-align: right;
        margin-left: 0.875rem; }
        @media screen and (min-width: 768px) {
          #Body form.formTypeSearch .showHide, #Body form.formTypeSearch .hideShowSearch {
            flex: 1 0 0%; } }
        #Body form.formTypeSearch .showHide #ShowSearch a, #Body form.formTypeSearch .hideShowSearch #ShowSearch a {
          margin-bottom: 0;
          margin-right: 0; }
      #Body form.formTypeSearch .searchCriteriaWrapper {
        top: 150px;
        display: block;
        background-color: transparent; }
        #Body form.formTypeSearch .searchCriteriaWrapper .form-container {
          margin-top: 0.875rem; }
          #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection,
          #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection,
          #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection,
          #Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection,
          #Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection {
            padding-top: 40px; }
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection .pageHelpText,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection .pageHelpText,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection .pageHelpText,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection .pageHelpText,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection .pageHelpText {
              margin-top: 0px; }
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #SearchCriteriaSection .btn,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByMachineCriteriaSection .btn,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #searchByDownloadCriteriaSection .btn,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #suggestedDownloadCriteriaSection .btn,
            #Body form.formTypeSearch .searchCriteriaWrapper .form-container #downloadHistoryCriteriaSection .btn {
              max-width: 250px; }

#RaiseFormBase #RaisedForm #RaisedFormContent .searchButtons {
  flex-flow: row wrap; }
#RaiseFormBase #RaisedForm #RaisedFormContent .hideSearch {
  display: none; }
#RaiseFormBase #RaisedForm #RaisedFormContent .showHide {
  display: none; }
#RaiseFormBase #RaisedForm #RaisedFormContent .searchCriteriaWrapper {
  display: block !important; }
#RaiseFormBase #RaisedForm #RaisedFormContent .search-toolbar {
  flex-flow: row wrap; }
#RaiseFormBase #RaisedForm #RaisedFormContent .error {
  color: #812cc4;
  font-size: 0.765625rem; }
#RaiseFormBase #RaisedForm #ShowSearch, #RaiseFormBase #RaisedForm #hideSearch, #RaiseFormBase #RaisedForm .showHide {
  display: none; }

#LoadingOverlay .loadingBase {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  background-color: transparent;
  box-shadow: none;
  border: none; }
  #LoadingOverlay .loadingBase .loadingContent {
    display: flex;
    flex-flow: column; }
    #LoadingOverlay .loadingBase .loadingContent .loadingText {
      display: inline-block;
      content: " ";
      position: relative;
      text-indent: 0;
      color: transparent;
      border-bottom: 0.5rem solid transparent;
      -webkit-animation: test 10s infinite linear;
      animation: progressBar 10s infinite linear;
      animation-delay: 1s;
      animation-timing-function: cubic-bezier(0.12, 0, 0.78, 0.17);
      animation-fill-mode: forwards; }
    #LoadingOverlay .loadingBase .loadingContent #cancelSearch {
      position: absolute;
      top: 70px;
      opacity: 0;
      animation: reveal 1s 1 linear;
      animation-fill-mode: forwards;
      animation-delay: 11s; }

#Overlaybase {
  display: none;
  height: -webkit-fill-available; }
  #Overlaybase #Overlay {
    display: none;
    top: 15%; }

#RaisedFormCancelBase {
  display: none; }
  #RaisedFormCancelBase #RaisedFormCancel {
    display: none; }

/*REFACTORING
#RaisedFormContent .search-toolbar {
	flex-flow:row wrap;
	margin-left:0;
}
*/
/*Standard styles for common elements.*/
h1 div.backButton {
  display: inline-block; }
  h1 div.backButton::before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.75rem;
    color: #000;
    padding-right: 0.875rem;
    cursor: pointer; }
h1 small {
  display: inline-block; }

h3 {
  text-align: left !important; }
  h3 .dropdown-toggle, h3 .table .tableCellLink.contextMenuLink > a, .table h3 .tableCellLink.contextMenuLink > a, h3 .usage .tableCellLink.contextMenuLink > a, .usage h3 .tableCellLink.contextMenuLink > a {
    margin-left: 0.875rem; }

.alert-link {
  display: inline;
  word-wrap: break-word; }

.form-group .ui-datepicker-trigger {
  background: none;
  color: #495057 !important;
  border-bottom: 1px solid #e9ecef;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0.4375rem 0.875rem;
  position: absolute;
  top: .8rem;
  right: 0;
  margin: 0; }
  .form-group .ui-datepicker-trigger:hover {
    color: #0073d0 !important;
    border-bottom-color: #0073d0; }
.form-group .subSectionAndHelpText, .form-group.subSectionAndHelpText, .form-group.pageHelpText, .form-group.wildCardHelpText {
  padding: 0; }
.form-group.subSectionAndHelpText {
  padding-top: 1.75rem; }
.form-group .subSection {
  display: none; }
.form-group.checkboxContainer {
  flex-flow: column;
  padding-bottom: 0; }
.form-group.checkbox label {
  display: flex;
  align-items: center; }
  .form-group.checkbox label .control-checkbox-radio {
    flex: 1; }
.form-group.checkbox input[type="checkbox"] {
  margin-right: 1.75rem; }
.form-group [onclick="changeContact();"] {
  margin-left: 0; }
.form-group input[name="machineName"] + a {
  position: absolute;
  top: 2.625rem; }
.form-group #MachineMaintenanceISVErrors, .form-group #MachineMaintenanceErrors {
  display: none; }

.nextSteps {
  margin-top: 1.75rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.75rem;
  padding-bottom: 100px;
  justify-content: center;
  display: flex;
  flex-flow: row wrap; }
  @media screen and (min-width: 768px) {
    .nextSteps {
      padding-left: 240px; } }
  .nextSteps::before {
    content: " ";
    padding: 10px 150px 200px 70px;
    background-image: url(../images/processComplete.png);
    background-size: contain;
    display: block; }
    @media screen and (min-width: 768px) {
      .nextSteps::before {
        left: 1.75rem;
        position: absolute; } }
  .nextSteps .congratulations {
    flex: 0 0 100%;
    align-self: flex-start;
    font-size: 1.75rem;
    text-align: center;
    padding-top: 60px; }

.machineImage {
  display: none; }

#TechInfo {
  margin-top: 1.75rem; }

.tabs-toolbar, .page-toolbar, .search-toolbar {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
  margin-left: 1.75rem;
  align-items: center;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .tabs-toolbar, .page-toolbar, .search-toolbar {
      justify-content: flex-end; } }
  @media screen and (max-width: 767px) {
    .tabs-toolbar, .page-toolbar, .search-toolbar {
      flex-flow: row wrap; } }
  .tabs-toolbar *, .page-toolbar *, .search-toolbar * {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .tabs-toolbar > .toolbarItem, .page-toolbar > .toolbarItem, .search-toolbar > .toolbarItem {
    list-style-type: none;
    margin-right: 1rem;
    position: relative; }
    .tabs-toolbar > .toolbarItem.dropdown, .page-toolbar > .toolbarItem.dropdown, .search-toolbar > .toolbarItem.dropdown {
      flex: 0 0 0; }
    .tabs-toolbar > .toolbarItem > a.dropdown-toggle, .table .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .tabs-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .page-toolbar > .toolbarItem > a.dropdown-toggle, .table .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .page-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .search-toolbar > .toolbarItem > a.dropdown-toggle, .table .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a, .usage .search-toolbar > .tableCellLink.contextMenuLink.toolbarItem > a {
      padding: 0.21875rem 1.3125rem; }
    .tabs-toolbar > .toolbarItem > .dropdown-menu ul, .tabs-toolbar > .toolbarItem > .contextMenu ul, .page-toolbar > .toolbarItem > .dropdown-menu ul, .page-toolbar > .toolbarItem > .contextMenu ul, .search-toolbar > .toolbarItem > .dropdown-menu ul, .search-toolbar > .toolbarItem > .contextMenu ul {
      padding-left: 0; }
    .tabs-toolbar > .toolbarItem:last-child, .page-toolbar > .toolbarItem:last-child, .search-toolbar > .toolbarItem:last-child {
      margin-right: 0; }

form > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle), #Body > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle), form > div > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle) {
  display: none;
  font-size: 0; }
  form > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle)::before, #Body > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle)::before, form > div > .page-toolbar > .toolbarItem:first-child > a:not(.dropdown-toggle)::before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.75rem; }

#ShowSearch a, #showSearch1 a, #showSearch2 a, #showSearch3 a {
  padding: 0.4375rem 0.875rem;
  align-self: center;
  margin-top: 0.4375rem; }
  #ShowSearch a::after, #showSearch1 a::after, #showSearch2 a::after, #showSearch3 a::after {
    padding-left: 0; }

/*#showSearch1 a {
	@extend .search;//, %btn, %btnDefault;
	font-size:0;
//	padding:0 1*$standardSpacingUnit 0;
	align-self: center;
	margin-right:1*$standardSpacingUnit;
	&::after {
		font-size:2*$font-size-base;
		padding-left:0;
	}
}
#hideSearch1 a {
	@extend .close;
}
/*#showSearch2 a {
	@extend .search;//, %btn, %btnDefault;
	font-size:0;
	padding:0 1*$standardSpacingUnit 0;
	align-self: center;
	margin-right:1*$standardSpacingUnit;
	&::after {
		font-size:2*$font-size-base;
		padding-left:0;
	}
}
#hideSearch2 a {
	@extend .close;
}
/*#showSearch3 a {
	@extend .search;//, %btn, %btnDefault;
	font-size:0;
	padding:0 1*$standardSpacingUnit 0;
	align-self: center;
	margin-right:1*$standardSpacingUnit;
	&::after {
		font-size:2*$font-size-base;
		padding-left:0;
	}
}
#hideSearch3 a {
	@extend .close;
}*/
.pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem; }
  .pagination * {
    margin-top: 0;
    margin-bottom: 0; }
  .pagination .search-toolbar {
    flex-flow: row wrap; }

.helpText, .exampleText {
  font-size: 0.765625rem;
  color: #343a40; }

.formLink {
  margin: 0.875rem 0; }

.tabs.ui-tabs.ui-widget.ui-widget-content .ui-tabs-loading a span {
  padding-right: 0.875rem; }
.tabs.ui-tabs.ui-widget.ui-widget-content .ui-tabs-loading a::after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  text-indent: 0;
  color: transparent;
  border-top: 3px solid rgba(73, 80, 87, 0.05);
  border-right: 3px solid rgba(73, 80, 87, 0.05);
  border-bottom: 3px solid rgba(73, 80, 87, 0.05);
  border-left: 3px solid #495057;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

#COMPANY_LIST {
  position: relative; }
  #COMPANY_LIST a::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }

#USER_LIST a[onclick*="Registration"]::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.875rem; }
#USER_LIST a[onclick*="Search"]::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.875rem; }

#UPGRADE_PATHS_LIST a[onclick*="Search"]::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0; }
#UPGRADE_PATHS_LIST a[onclick*="JobPath"] {
  background-color: #1cb2a9;
  border-color: #1cb2a9;
  border-radius: 5px;
  padding: 0.3rem 1.3125rem;
  color: #FFFFFF !important; }
#UPGRADE_PATHS_LIST a.m-bottom5px {
  margin-bottom: 5px; }

#APPLY_UPG_FROM_ITEMS a[onclick*="applyUpg"] {
  background-color: #1cb2a9;
  border-color: #1cb2a9;
  border-radius: 5px;
  padding: 0.3rem 1.3125rem;
  color: #FFFFFF !important; }

#applyLacSection {
  padding-left: 25px;
  padding-right: 25px; }
  #applyLacSection a[onclick*="applyLAC"] {
    background-color: #1cb2a9;
    border-color: #1cb2a9;
    border-radius: 5px;
    padding: 0.3rem 1.3125rem;
    color: #FFFFFF !important; }

.buttondisabled {
  background-color: #868e96 !important;
  border-color: #868e96 !important;
  cursor: not-allowed;
  pointer-events: none; }

#useExistingUpgEnt tr.tableCellContainerBlock {
  vertical-align: top; }

.multiLAC .control-label {
  left: 2.625rem; }

.descDecorHeaderCollapse {
  display: inline;
  margin-left: 1.75rem; }

.collapse > div, .collapsing > div {
  font-size: 0.686875rem; }
.collapse > div:not(#aboutYourPurchaseErrors, #loginErrors, #aboutYouErrors), .collapsing > div:not(#aboutYourPurchaseErrors, #loginErrors, #aboutYouErrors) {
  white-space: nowrap; }
.collapse .descriptionHighlight, .collapsing .descriptionHighlight {
  color: #ff1744; }

.glyphicon::before {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-search::before {
  content: ""; }

.glyphicon-triangle-bottom::before {
  content: ""; }

.glyphicon-plus::before {
  content: ""; }

.glyphicon-remove::before {
  content: ""; }

.glyphicon-th-list::before {
  content: ""; }

.glyphicon-edit::before {
  content: ""; }

div[id^="view_notes"] a:after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.875rem; }

div[id^="hide_notes"] a:after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.875rem; }

#Notes {
  padding-bottom: 0;
  margin-bottom: 0; }
  #Notes > .tabs {
    position: relative; }

.ui-widget {
  font-size: 0.875rem;
  color: #000; }
  .ui-widget strong {
    color: #495057; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 0.875rem;
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/* REFACTORING
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size:$font-size-base;
	font-family:$font-family-sans-serif;
}
*/
.ui-autocomplete {
  z-index: 1050; }
  .ui-autocomplete .ui-menu-item.ui-state-focus {
    border: 0;
    background: none;
    background-color: #e6e6e6; }

.productLineGroup {
  background-color: #FFFFFF; }
  .productLineGroup .productLineGroupInfo {
    padding: 0.875rem 1.3125rem 0;
    background-color: #FFFFFF;
    border-top: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef; }
  .productLineGroup .activationSearchCompany {
    padding: 0 1.3125rem 0.875rem;
    background-color: #FFFFFF;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef; }

.ui-multiselect-menu li label.ui-state-hover {
  background: none;
  background-color: #e6e6e6; }
.ui-multiselect-menu .ui-multiselect-header {
  background: none;
  background-color: #e6e6e6;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

.subMenu ul li {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.875rem; }
  .subMenu ul li a {
    flex: 0 0 250px; }
    .subMenu ul li a[roll="button"]:not(.btn)::after {
      display: none; }

#SearchCriteriaSection > a[roll="button"]:not(.btn) {
  margin-top: 0.875rem; }

body.responsive table.usage > tbody > tr > td::before {
  display: none; }

#RaisedFormContent .table tr td input[type="text"], #RaisedFormContent .usage tr td input[type="text"], #RaisedFormContent .table tr td select, #RaisedFormContent .usage tr td select, #RaisedFormContent .usage tr td input[type="text"], #RaisedFormContent .usage tr td select {
  min-width: 200px; }
  #RaisedFormContent .table tr td input[type="text"].numberShort, #RaisedFormContent .usage tr td input[type="text"].numberShort, #RaisedFormContent .table tr td select.numberShort, #RaisedFormContent .usage tr td select.numberShort, #RaisedFormContent .usage tr td input[type="text"].numberShort, #RaisedFormContent .usage tr td select.numberShort {
    min-width: 50px; }

.inlineCheckbox .inlineCheckboxInput {
  flex: 0 0 50px;
  align-self: flex-start; }
.inlineCheckbox .inlineCheckboxText {
  flex: 0 0 150px;
  align-self: flex-start; }

.hierarchyLeftPadding {
  padding-left: 1.75rem; }

.table-responsive {
  overflow-x: inherit;
  position: relative;
  position: relative; }
  .table-responsive tr {
    position: relative; }
    .table-responsive tr.tableRowOdd td {
      background-color: #fdfeff !important; }
    .table-responsive tr.tableRowEven td {
      background-color: #FFFFFF !important; }
    .table-responsive tr td.viewMore {
      font-size: 0;
      text-align: right;
      cursor: pointer; }
      .table-responsive tr td.viewMore div::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #495057;
        font-size: 1.3125rem; }
    .table-responsive tr.moreShown {
      border-bottom: none; }
      .table-responsive tr.moreShown td.viewMore div::before {
        content: ""; }
    .table-responsive tr.rowView {
      border-top: none; }
      .table-responsive tr.rowView td > div {
        display: flex;
        flex-flow: row wrap; }
        .table-responsive tr.rowView td > div > div {
          min-width: 135px;
          margin: 0 0 0.875rem 1.75rem;
          flex: 0 1 22%; }
          .table-responsive tr.rowView td > div > div label {
            margin: 0;
            color: #495057; }
          .table-responsive tr.rowView td > div > div div.fieldValue {
            margin: 0; }
            .table-responsive tr.rowView td > div > div div.fieldValue td {
              padding: 0;
              overflow-wrap: break-word;
              word-wrap: break-word;
              -ms-word-break: break-all;
              word-break: break-all;
              word-break: break-word;
              -ms-hyphens: auto;
              -moz-hyphens: auto;
              -webkit-hyphens: auto;
              hyphens: auto; }

@media screen and (max-width: 767px) {
  .table tr td input[type="text"], .usage tr td input[type="text"], .table tr td select, .usage tr td select, .usage tr td input[type="text"], .usage tr td select {
    min-width: 200px; }
    .table tr td input[type="text"].numberShort, .usage tr td input[type="text"].numberShort, .table tr td select.numberShort, .usage tr td select.numberShort, .usage tr td input[type="text"].numberShort, .usage tr td select.numberShort {
      min-width: 50px; } }

.familyList {
  padding-bottom: 100px; }

.inputGroupLabel {
  padding: 6px; }

.displayMachineNameDecorator {
  display: flex; }
  .displayMachineNameDecorator > label {
    flex: 0 0 5%; }

#SKUTechPassword .tableCell .form-group {
  padding-top: 0; }

@media screen and (max-width: 767px) {
  .search-toolbar *, .page-toolbar * {
    margin-bottom: 3px !important; } }

@media screen and (max-width: 767px) {
  .tabsDisplay {
    display: block !important; } }

body#view_download .searchCriteriaWrapper {
  position: inherit; }

body#emergency_keys .tabPanel {
  padding-left: 0.875rem;
  padding-right: 0.875rem; }

#RegistrationDetailsForm .panel {
  flex: 0 0 35% !important; }

#Body form #ViewEntitlementTabs, #Body form[name="viewMachineCertificateForm"] {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0; }
  #Body form #ViewEntitlementTabs > *, #Body form[name="viewMachineCertificateForm"] > * {
    order: 1; }
  #Body form #ViewEntitlementTabs > hgroup, #Body form[name="viewMachineCertificateForm"] > hgroup {
    order: 0;
    padding-left: 1.75rem; }
  #Body form #ViewEntitlementTabs > ul, #Body form[name="viewMachineCertificateForm"] > ul {
    padding-right: 1.75rem; }

#ViewEntitlementOwnershipTab #noLeftRightPadding, #partyDetails #noLeftRightPadding {
  display: grid;
  grid-template-columns: 50% 50%; }
  #ViewEntitlementOwnershipTab #noLeftRightPadding .panel-body, #partyDetails #noLeftRightPadding .panel-body {
    flex: 0 0 25%;
    margin-right: 2.625rem;
    min-width: 200px; }
    #ViewEntitlementOwnershipTab #noLeftRightPadding .panel-body > .form-group, #partyDetails #noLeftRightPadding .panel-body > .form-group {
      flex-flow: column; }

#batchJobConfiguration .pageHelpText {
  max-width: 792px;
  margin-top: 1.75rem; }
#batchJobConfiguration #companyNameDiv .form-inline {
  position: unset; }
  #batchJobConfiguration #companyNameDiv .form-inline .input-group, #batchJobConfiguration #companyNameDiv .form-inline #Body form #familyCombo, #Body form #batchJobConfiguration #companyNameDiv .form-inline #familyCombo, #batchJobConfiguration #companyNameDiv .form-inline .form-group .hasDatepicker > div, .form-group #batchJobConfiguration #companyNameDiv .form-inline .hasDatepicker > div {
    flex: 0 0 100%; }

#RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar {
  padding-left: 0;
  margin-bottom: 0; }
  #RaisedFormContent form[name="skuSearchForm"] #SearchResults .search-toolbar .toolbarItem {
    list-style-type: none; }

body#export_control #ExportTable, body#export_control #currentlyAssignedTo, body#export_control #currentlyUnassignedTo, body#export_control #currentlyAssignedToOtherRegion,
body#export_control #contractPartyFamily, body#export_control #CountrySelectionList, body#country_selection_by_region #ExportTable, body#country_selection_by_region #currentlyAssignedTo, body#country_selection_by_region #currentlyUnassignedTo, body#country_selection_by_region #currentlyAssignedToOtherRegion,
body#country_selection_by_region #contractPartyFamily, body#country_selection_by_region #CountrySelectionList, body#contract_party_family #ExportTable, body#contract_party_family #currentlyAssignedTo, body#contract_party_family #currentlyUnassignedTo, body#contract_party_family #currentlyAssignedToOtherRegion,
body#contract_party_family #contractPartyFamily, body#contract_party_family #CountrySelectionList, body#country_selection #ExportTable, body#country_selection #currentlyAssignedTo, body#country_selection #currentlyUnassignedTo, body#country_selection #currentlyAssignedToOtherRegion,
body#country_selection #contractPartyFamily, body#country_selection #CountrySelectionList {
  display: flex;
  flex-flow: row wrap; }
body#export_control #ExportTable > *, body#export_control #currentlyAssignedTo > *, body#export_control #currentlyUnassignedTo > *, body#export_control #currentlyAssignedToOtherRegion > *,
body#export_control #contractPartyFamily > *, body#export_control #CountrySelectionList > *, body#country_selection_by_region #ExportTable > *, body#country_selection_by_region #currentlyAssignedTo > *, body#country_selection_by_region #currentlyUnassignedTo > *, body#country_selection_by_region #currentlyAssignedToOtherRegion > *,
body#country_selection_by_region #contractPartyFamily > *, body#country_selection_by_region #CountrySelectionList > *, body#contract_party_family #ExportTable > *, body#contract_party_family #currentlyAssignedTo > *, body#contract_party_family #currentlyUnassignedTo > *, body#contract_party_family #currentlyAssignedToOtherRegion > *,
body#contract_party_family #contractPartyFamily > *, body#contract_party_family #CountrySelectionList > *, body#country_selection #ExportTable > *, body#country_selection #currentlyAssignedTo > *, body#country_selection #currentlyUnassignedTo > *, body#country_selection #currentlyAssignedToOtherRegion > *,
body#country_selection #contractPartyFamily > *, body#country_selection #CountrySelectionList > * {
  flex: 0 0 25%;
  min-width: 150px; }
  body#export_control #ExportTable > * > label, body#export_control #currentlyAssignedTo > * > label, body#export_control #currentlyUnassignedTo > * > label, body#export_control #currentlyAssignedToOtherRegion > * > label,
  body#export_control #contractPartyFamily > * > label, body#export_control #CountrySelectionList > * > label, body#country_selection_by_region #ExportTable > * > label, body#country_selection_by_region #currentlyAssignedTo > * > label, body#country_selection_by_region #currentlyUnassignedTo > * > label, body#country_selection_by_region #currentlyAssignedToOtherRegion > * > label,
  body#country_selection_by_region #contractPartyFamily > * > label, body#country_selection_by_region #CountrySelectionList > * > label, body#contract_party_family #ExportTable > * > label, body#contract_party_family #currentlyAssignedTo > * > label, body#contract_party_family #currentlyUnassignedTo > * > label, body#contract_party_family #currentlyAssignedToOtherRegion > * > label,
  body#contract_party_family #contractPartyFamily > * > label, body#contract_party_family #CountrySelectionList > * > label, body#country_selection #ExportTable > * > label, body#country_selection #currentlyAssignedTo > * > label, body#country_selection #currentlyUnassignedTo > * > label, body#country_selection #currentlyAssignedToOtherRegion > * > label,
  body#country_selection #contractPartyFamily > * > label, body#country_selection #CountrySelectionList > * > label {
    align-items: baseline; }

body#search_activation_certificate #Body #SearchResults .tableCell ul {
  padding-left: 0; }
  body#search_activation_certificate #Body #SearchResults .tableCell ul li {
    list-style-type: none; }
body#search_activation_certificate #Body #SearchResults .tableCellLink ul {
  padding-left: 0; }
  body#search_activation_certificate #Body #SearchResults .tableCellLink ul li {
    list-style-type: none; }
body#search_activation_certificate #Body #SearchResults .tableCellLink > ul > li > a {
  display: block;
  margin: -16.625rem;
  padding: 16.625rem;
  text-decoration: underline;
  font-weight: 590; }
  body#search_activation_certificate #Body #SearchResults .tableCellLink > ul > li > a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    color: #212529; }
  body#search_activation_certificate #Body #SearchResults .tableCellLink > ul > li > a:active {
    background-color: #0073d0;
    color: #FFFFFF; }
body#search_activation_certificate #Body #SearchResults .machineDetails div:last-child div:last-child a::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 1rem; }

body#asset_dashboard .tabs {
  padding-bottom: 0; }
body#asset_dashboard .panelLevel {
  border: 1px solid #e9ecef;
  padding: 0.875rem;
  margin-bottom: 1.75rem; }
body#asset_dashboard .panel-heading {
  display: flex;
  align-items: baseline; }
  body#asset_dashboard .panel-heading h3 {
    padding-top: 0; }
  body#asset_dashboard .panel-heading .options {
    margin-left: 0.875rem; }
body#asset_dashboard #productLine .row, body#asset_dashboard #group .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem; }
  body#asset_dashboard #productLine .row > *, body#asset_dashboard #group .row > * {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      body#asset_dashboard #productLine .row > *, body#asset_dashboard #group .row > * {
        flex: 0 0 48%;
        max-width: 48%; } }
body#asset_dashboard #productLine .panel-body .row > *, body#asset_dashboard #group .panel-body .row > * {
  flex: 0 0 100%;
  max-width: 100%; }
body#asset_dashboard #productLine .panel-body .dashboardData > div, body#asset_dashboard #group .panel-body .dashboardData > div {
  display: block; }
  body#asset_dashboard #productLine .panel-body .dashboardData > div > div, body#asset_dashboard #group .panel-body .dashboardData > div > div {
    display: inline-block; }
    body#asset_dashboard #productLine .panel-body .dashboardData > div > div.graph, body#asset_dashboard #group .panel-body .dashboardData > div > div.graph {
      display: block;
      text-align: right;
      padding: 0.21875rem 0.875rem; }
body#asset_dashboard #productLine .panel-body .license, body#asset_dashboard #group .panel-body .license {
  background-color: #99ff66; }
body#asset_dashboard #productLine .panel-body .maintenance, body#asset_dashboard #group .panel-body .maintenance {
  background-color: #3399ff; }
body#asset_dashboard #productLine .panel-body .support, body#asset_dashboard #group .panel-body .support {
  background-color: #cc9900; }
body#asset_dashboard #productLine .panel-body .available, body#asset_dashboard #group .panel-body .available {
  background-color: #ffe5b7; }
body#asset_dashboard #productLine .panel-body .active, body#asset_dashboard #productLine .panel-body .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content body#asset_dashboard #productLine .panel-body .ui-state-active, body#asset_dashboard #group .panel-body .active, body#asset_dashboard #group .panel-body .tabs.ui-tabs.ui-widget.ui-widget-content .ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content body#asset_dashboard #group .panel-body .ui-state-active {
  background-color: #c5bff5; }
body#asset_dashboard #productLine .panel-body .legend, body#asset_dashboard #group .panel-body .legend {
  background-color: transparent;
  display: inline-block;
  float: right;
  margin-left: 0.875rem; }
  body#asset_dashboard #productLine .panel-body .legend::before, body#asset_dashboard #group .panel-body .legend::before {
    display: inline-block;
    border: 1px solid #e9ecef;
    height: 0.875rem;
    width: 0.875rem;
    content: " "; }
body#asset_dashboard #productLine .panel-body .legend.license::before, body#asset_dashboard #group .panel-body .legend.license::before {
  background-color: #99ff66; }
body#asset_dashboard #productLine .panel-body .legend.maintenance::before, body#asset_dashboard #group .panel-body .legend.maintenance::before {
  background-color: #3399ff; }
body#asset_dashboard #productLine .panel-body .legend.support::before, body#asset_dashboard #group .panel-body .legend.support::before {
  background-color: #cc9900; }
body#asset_dashboard #productLine .panel-body .legend.available::before, body#asset_dashboard #group .panel-body .legend.available::before {
  background-color: #ffe5b7; }
body#asset_dashboard #productLine .panel-body .legend.active::before, body#asset_dashboard #productLine .panel-body .tabs.ui-tabs.ui-widget.ui-widget-content .legend.ui-state-active::before, .tabs.ui-tabs.ui-widget.ui-widget-content body#asset_dashboard #productLine .panel-body .legend.ui-state-active::before, body#asset_dashboard #group .panel-body .legend.active::before, body#asset_dashboard #group .panel-body .tabs.ui-tabs.ui-widget.ui-widget-content .legend.ui-state-active::before, .tabs.ui-tabs.ui-widget.ui-widget-content body#asset_dashboard #group .panel-body .legend.ui-state-active::before {
  background-color: #c5bff5; }
body#asset_dashboard #group .dashboardData .row {
  margin-left: 1.75rem; }
  body#asset_dashboard #group .dashboardData .row.parent {
    margin-left: 0; }

body#machine_dashboard .machineDashboardResults {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between; }
  body#machine_dashboard .machineDashboardResults [class*="nestedTable"] {
    flex: 0 0 100%;
    max-width: 100%;
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 1.75rem;
    margin-bottom: 1.75rem; }
    body#machine_dashboard .machineDashboardResults [class*="nestedTable"] :last-child {
      margin-bottom: 0; }
  body#machine_dashboard .machineDashboardResults .nestedTableLevel1 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 45%;
    border: 1px solid #e9ecef;
    padding: 1.75rem;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      body#machine_dashboard .machineDashboardResults .nestedTableLevel1 {
        flex: 1 0 0; } }
    body#machine_dashboard .machineDashboardResults .nestedTableLevel1 h4 {
      font-size: 1.3125rem;
      color: #0073d0; }
    @media screen and (min-width: 768px) {
      body#machine_dashboard .machineDashboardResults .nestedTableLevel1:nth-child(odd) {
        margin-right: 1.75rem; } }
  body#machine_dashboard .machineDashboardResults .nestedTableLevel2 h4 {
    color: #495057;
    font-size: 0.875rem;
    background-color: transparent;
    padding: 0; }
  body#machine_dashboard .machineDashboardResults .nestedTableLevel6 {
    display: table;
    width: 100%; }
  body#machine_dashboard .machineDashboardResults .options {
    margin-left: 14px;
    margin-bottom: -3px;
    flex: 1 0 110px;
    text-align: right; }
    body#machine_dashboard .machineDashboardResults .options > a {
      padding: 0.21875rem 1.3125rem;
      border-radius: 5px;
      margin: 0; }
    body#machine_dashboard .machineDashboardResults .options > div.contextMenu {
      right: 0;
      left: auto; }
body#machine_dashboard .search-toolbar {
  margin-left: 0; }

body#login {
  background-color: #FFFFFF; }
  body#login #Header {
    display: none; }
  body#login #MainMenu {
    display: none; }
  body#login #Body {
    display: flex;
    align-content: stretch;
    align-items: stretech;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      body#login #Body {
        align-self: auto; } }
    body#login #Body .language {
      color: #0073d0;
      top: 2%;
      position: absolute;
      width: 100%;
      display: flex;
      align-self: baseline;
      flex: 2;
      flex-flow: row;
      justify-content: flex-end; }
    body#login #Body .headerButton {
      color: #FFFFFF;
      display: inline-block;
      font-family: 'Verdana';
      font-weight: 400;
      font-size: 13px;
      height: 20px;
      line-height: 20px;
      padding: 0 10px;
      text-decoration: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: #808080;
      background: -moz-linear-gradient(90deg, #808080 0%, #808080 100%);
      background: -webkit-linear-gradient(90deg, #808080 0%, #808080 100%);
      background: -o-linear-gradient(90deg, #808080 0%, #808080 100%);
      background: -ms-linear-gradient(90deg, #808080 0%, #808080 100%);
      background: linear-gradient(0deg, #808080 0%, #808080 100%); }
    body#login #Body .dropdown-toggle, body#login #Body .table .tableCellLink.contextMenuLink > a, .table body#login #Body .tableCellLink.contextMenuLink > a, body#login #Body .usage .tableCellLink.contextMenuLink > a, .usage body#login #Body .tableCellLink.contextMenuLink > a {
      margin-left: 0.875rem; }
    body#login #Body > form {
      flex: 1;
      display: flex;
      align-content: stretch;
      align-items: stretch;
      flex-wrap: wrap;
      height: -webkit-fill-available; }
      body#login #Body > form #AlertDanger {
        align-self: flex-start; }
      body#login #Body > form #Login {
        flex: 0 0 100%;
        padding: 30px 5%;
        min-width: 300px; }
        @media screen and (min-width: 768px) {
          body#login #Body > form #Login {
            padding: 8% 10%;
            flex: 1; } }
        body#login #Body > form #Login::before {
          content: " ";
          width: 405px;
          height: 80px;
          margin-left: auto;
          margin-right: auto;
          background-image: url(../images/Logo_RGB.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          display: block;
          margin-bottom: 1.75rem; }
          @media screen and (min-width: 768px) {
            body#login #Body > form #Login::before {
              margin-bottom: 65px; } }
        body#login #Body > form #Login > * {
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; }
        body#login #Body > form #Login h3 {
          margin-bottom: 1.75rem;
          font-size: 1.3125rem;
          color: #495057;
          font-weight: normal; }
      body#login #Body > form #ShowLACLoginDiv {
        display: none; }
      body#login #Body > form #LoginLAC {
        flex: 0 0 100%;
        background: #f8f8f8;
        padding: 30px 5%;
        min-width: 300px; }
        @media screen and (min-width: 768px) {
          body#login #Body > form #LoginLAC {
            padding: 100px 10%;
            flex: 1; } }
        body#login #Body > form #LoginLAC::before {
          content: " ";
          width: 100%;
          height: 196px;
          background-image: url(../images/login_activate.png);
          background-position: center top;
          background-repeat: no-repeat;
          display: inline-block;
          margin-top: 50px; }
          @media screen and (min-width: 768px) {
            body#login #Body > form #LoginLAC::before {
              margin-top: 146px; } }
        body#login #Body > form #LoginLAC > * {
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; }
        body#login #Body > form #LoginLAC h3 {
          margin-top: 1.75rem;
          font-size: 1.75rem;
          color: #495057;
          font-weight: normal; }
      body#login #Body > form #registerDevice {
        flex: 0 0 100%;
        background: #f8f8f8;
        padding: 30px 5%;
        min-width: 300px; }
        @media screen and (min-width: 768px) {
          body#login #Body > form #registerDevice {
            padding: 100px 10%;
            flex: 1; } }
        body#login #Body > form #registerDevice .infoTable {
          margin-top: 20%; }
        body#login #Body > form #registerDevice > * {
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; }
        body#login #Body > form #registerDevice h3 {
          margin-top: 1.75rem;
          font-size: 1.75rem;
          color: #495057;
          font-weight: normal; }
      body#login #Body > form .form-group {
        max-width: 300px; }
      body#login #Body > form #ForgotPwdLink {
        display: block;
        margin-top: 30px;
        margin-bottom: 24px;
        margin-left: 0; }
        @media screen and (min-width: 768px) {
          body#login #Body > form #ForgotPwdLink {
            color: #0073d0;
            font-weight: 550; } }
  body#login #Footer {
    margin-left: 0; }

#RaisedFormContent form[name="countrySelectionForm"] #CountrySelectionCheckboxes {
  display: flex;
  flex-flow: row wrap; }
#RaisedFormContent form[name="countrySelectionForm"] #CountrySelectionCheckboxes > * {
  flex: 0 0 50%; }

.preTextAlign {
  padding-bottom: 0.4375rem !important; }

body#home .closeModalRaisedForm img {
  display: none; }
body#home form[name="manageMyLinksForm"] .form-group.checkbox {
  padding-top: 0; }
body#home form[name="manageMyLinksForm"] div[id="dontErase"] {
  padding-bottom: 0.875rem; }
  body#home form[name="manageMyLinksForm"] div[id="dontErase"] img {
    display: none; }
body#home #Body {
  background-color: #FFFFFF;
  align-self: stretch; }
  body#home #Body form {
    border: none;
    display: flex;
    flex-flow: column;
    align-items: center; }
    body#home #Body form > * {
      flex: 0 0 auto;
      max-width: 80vw; }
    body#home #Body form .quickKeys {
      padding-bottom: 75px; }
      body#home #Body form .quickKeys .quickKeyForm {
        max-width: 640px;
        display: flex;
        flex-flow: row nowrap; }
        body#home #Body form .quickKeys .quickKeyForm .form-group {
          min-width: 225px;
          margin-right: 1.75rem; }
          @media screen and (min-width: 768px) {
            body#home #Body form .quickKeys .quickKeyForm .form-group {
              min-width: 400px; } }
  body#home #Body #HomeWidgets {
    border-top: 1px solid #e9ecef;
    padding-top: 65px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center; }
    body#home #Body #HomeWidgets h2 {
      flex: 0 0 100%;
      text-align: center;
      color: #000;
      font-size: 1.75rem;
      padding-bottom: 48px;
      font-weight: 300; }
    body#home #Body #HomeWidgets .homePageWidget {
      border: 2px solid #e9ecef;
      height: 186px;
      width: 260px;
      white-space: normal;
      padding: 1.75rem;
      margin-bottom: 1.75rem;
      margin-right: 1.75rem;
      margin-left: 0;
      text-align: center;
      color: #495057;
      font-size: 1.3125rem;
      display: flex;
      flex-flow: column;
      align-items: stretch;
      text-transform: none;
      word-wrap: break-word; }
      body#home #Body #HomeWidgets .homePageWidget:hover {
        text-decoration: none;
        background-color: #e6e6e6;
        color: #212529; }
      body#home #Body #HomeWidgets .homePageWidget::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 3.5rem;
        color: #000;
        order: 1;
        padding: 0.21875rem; }
      body#home #Body #HomeWidgets .homePageWidget::after {
        content: ""; }
      body#home #Body #HomeWidgets .homePageWidget span:last-of-type {
        order: 2;
        font-size: 0.875rem;
        text-transform: none;
        font-weight: 300; }
      body#home #Body #HomeWidgets .homePageWidget:last-of-type {
        border-style: dashed; }
    body#home #Body #HomeWidgets .myEntitlements::before {
      content: ""; }
    body#home #Body #HomeWidgets .myMachines::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="entitlements"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="activation"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="reports"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="administration"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="faq"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="ASSET_DASHBOARD"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="ENTITLEMENTS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="LAC_GENERATION"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="CONTRACTS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="VIEW_DOWNLOADS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MACHINE_DASHBOARD"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="CERTIFICATES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="ACTIVATE"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="EVALUATION"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="REHOST_LICENSES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="RETURN_LICENSES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="REGENERATE_LICENSES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="SEND_MULTI_CERTIFICATES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="report"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MY_PROFILE"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="USERS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="COMPANY"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="COMPANY_SEARCH"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MAINTAIN_SUBSCRIPTIONS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="SKUS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="SITE"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="UPGRADES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="LICENSE"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="logout"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="SECURITY"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="TRANSFER_ENTITLEMENT"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MANAGE_GROUPS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MANAGE_COORDINATORS"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="BACKGROUND_JOB"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="MANAGE_FILES"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="CONFIG_FILE"]::before {
      content: ""; }
    body#home #Body #HomeWidgets [class*="LOG_FILES"]::before {
      content: ""; }

body#order_mode_setting .linkDescription, body#order_mode_party_setting .linkDescription {
  padding-left: 40px;
  color: #343a40; }
body#order_mode_setting #ExportTable, body#order_mode_party_setting #ExportTable {
  display: flex;
  flex-flow: row wrap; }
body#order_mode_setting #ExportTable > *, body#order_mode_party_setting #ExportTable > * {
  flex: 0 0 50%; }

body#user_profile_edit .fieldValue > .control-label + a {
  margin-left: 0.875rem; }

body#auto_upgrade_general #UpgradeJobScheduleTab .input-group > input + input, body#auto_upgrade_general #UpgradeJobScheduleTab #Body form #familyCombo > input + input, #Body form body#auto_upgrade_general #UpgradeJobScheduleTab #familyCombo > input + input, body#auto_upgrade_general #UpgradeJobScheduleTab .form-group .hasDatepicker > div > input + input, .form-group body#auto_upgrade_general #UpgradeJobScheduleTab .hasDatepicker > div > input + input, body#auto_upgrade_schedule #UpgradeJobScheduleTab .input-group > input + input, body#auto_upgrade_schedule #UpgradeJobScheduleTab #Body form #familyCombo > input + input, #Body form body#auto_upgrade_schedule #UpgradeJobScheduleTab #familyCombo > input + input, body#auto_upgrade_schedule #UpgradeJobScheduleTab .form-group .hasDatepicker > div > input + input, .form-group body#auto_upgrade_schedule #UpgradeJobScheduleTab .hasDatepicker > div > input + input {
  padding-left: 5px; }

body#activation_menu .activationSteps, body#home .activationSteps {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 640px;
  margin-bottom: 1.75rem; }
  @media screen and (min-width: 768px) {
    body#activation_menu .activationSteps, body#home .activationSteps {
      flex-flow: row wrap; } }
  body#activation_menu .activationSteps div, body#home .activationSteps div {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 1.75rem; }
    @media screen and (min-width: 768px) {
      body#activation_menu .activationSteps div, body#home .activationSteps div {
        flex-flow: column;
        margin-right: 3.5rem; }
        body#activation_menu .activationSteps div:last-of-type, body#home .activationSteps div:last-of-type {
          margin-right: 0; } }
    body#activation_menu .activationSteps div h3, body#home .activationSteps div h3 {
      border: 3px solid;
      width: 4rem;
      border-radius: 50%;
      padding: 0.875rem !important;
      text-align: center !important;
      display: block;
      font-weight: 700;
      margin-right: 1.75rem; }
      @media screen and (min-width: 768px) {
        body#activation_menu .activationSteps div h3, body#home .activationSteps div h3 {
          margin-right: 0; } }
body#activation_menu #RegularLogin, body#home #RegularLogin {
  background-color: #f8f8f8;
  margin: 0 -2.625rem -2.625rem;
  padding: 2.625rem; }

body#search_subscriptions #Header a:not(.btn) {
  color: #000; }
body#search_subscriptions #Body {
  font-size: 0.875rem; }
  body#search_subscriptions #Body form {
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border: none; }
    body#search_subscriptions #Body form h1 {
      font-size: 1.3125rem; }
    body#search_subscriptions #Body form .subscriptionHeading .subscriptionName h4 {
      color: #0073d0; }
    body#search_subscriptions #Body form .subscriptionHeading .dropdown {
      max-width: 100%; }
    body#search_subscriptions #Body form .sortOrder .editProfile {
      margin-left: 0.875rem;
      margin-right: 0.875rem; }
    body#search_subscriptions #Body form h4 {
      font-size: 0.875rem;
      color: #495057; }
      body#search_subscriptions #Body form h4 small {
        color: #495057;
        display: block; }
    body#search_subscriptions #Body form h5 {
      font-size: 0.875rem;
      color: #495057; }
    body#search_subscriptions #Body form .sortOrder {
      margin-bottom: 0.875rem; }
    body#search_subscriptions #Body form .subscriptionDetails .editLinks::after {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 0.875rem;
      padding-left: 0.875rem; }
    body#search_subscriptions #Body form .subscriptionDetails h4 .editLinks {
      display: none; }
    body#search_subscriptions #Body form .subscriptionDetails .subscriptionAddressSummary {
      margin-top: 0.875rem !important; }
    body#search_subscriptions #Body form app-subscription-edit a::after, body#search_subscriptions #Body form app-update-payment a::after {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 0.875rem;
      padding-left: 0.875rem; }
    @media screen and (min-width: 768px) {
      body#search_subscriptions #Body form .subscriptionName {
        word-wrap: normal; }
      body#search_subscriptions #Body form .subscriptionInfo {
        display: flex;
        flex-flow: row nowrap; }
        body#search_subscriptions #Body form .subscriptionInfo > * {
          flex: 1 0 33%; }
          body#search_subscriptions #Body form .subscriptionInfo > *:last-child {
            text-align: right; }
      body#search_subscriptions #Body form .subScriptionEditInfo, body#search_subscriptions #Body form .subscriptionAddressSummary {
        display: flex;
        flex-flow: row nowrap; }
        body#search_subscriptions #Body form .subScriptionEditInfo > *, body#search_subscriptions #Body form .subscriptionAddressSummary > * {
          flex: 0 0 50%; } }
    body#search_subscriptions #Body form .subscriptionName {
      word-wrap: break-word; }
    body#search_subscriptions #Body form .subscriptionItems .table, body#search_subscriptions #Body form .subscriptionItems .usage {
      width: 90%; }
    body#search_subscriptions #Body form #SearchResults {
      padding: 1.75rem;
      background-color: #FFFFFF;
      margin-top: 1.75rem;
      border: 1px solid #e9ecef;
      background-color: #FFFFFF; }
      body#search_subscriptions #Body form #SearchResults .container {
        margin-left: 0;
        width: 100%;
        padding: 0; }
        body#search_subscriptions #Body form #SearchResults .container .row .row {
          margin: 0; }
  body#search_subscriptions #Body a:not(.btn) {
    color: #000; }
  body#search_subscriptions #Body .required {
    margin-top: 30px; }
body#search_subscriptions #Overlaybase {
  z-index: 1050 !important; }
body#search_subscriptions .modal {
  z-index: 1040; }
body#search_subscriptions div.modal-dialog.modal-lg {
  margin-top: 4.375rem;
  max-width: 500px; }
  body#search_subscriptions div.modal-dialog.modal-lg .modal-header.row {
    border-bottom: none;
    padding-left: 0;
    width: 100%; }
  body#search_subscriptions div.modal-dialog.modal-lg .modal-body {
    padding: 0 2.625rem 2.625rem; }
  body#search_subscriptions div.modal-dialog.modal-lg .modal-footer {
    border-top: none; }
  body#search_subscriptions div.modal-dialog.modal-lg #subscriptionDetails .form-group.radio > label.control-label {
    white-space: normal; }
  body#search_subscriptions div.modal-dialog.modal-lg #title {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    width: 100%; }
  body#search_subscriptions div.modal-dialog.modal-lg .required {
    margin-top: 30px; }
  body#search_subscriptions div.modal-dialog.modal-lg input[type="number"] {
    padding: 0;
    width: 50px; }
body#search_subscriptions .btn-outline-dark {
  order: 0;
  margin-left: 0;
  margin-right: 0.875rem; }
body#search_subscriptions .btn-primary {
  order: 1; }
body#search_subscriptions .loadingWidget::after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  text-indent: 0;
  color: transparent;
  border-top: 3px solid rgba(73, 80, 87, 0.05);
  border-right: 3px solid rgba(73, 80, 87, 0.05);
  border-bottom: 3px solid rgba(73, 80, 87, 0.05);
  border-left: 3px solid #495057;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
body#search_subscriptions .editForm {
  display: block; }
  body#search_subscriptions .editForm > app-subscription-address-edit {
    display: block; }
    body#search_subscriptions .editForm > app-subscription-address-edit > form {
      padding: 2.625rem; }
body#search_subscriptions .editForm > app-subscription-address-edit {
  margin-top: 4.375rem !important;
  max-width: 500px; }
body#search_subscriptions #editAddressInfo {
  width: 100%;
  padding: 0; }
  body#search_subscriptions #editAddressInfo > #title {
    width: 100%; }
    body#search_subscriptions #editAddressInfo > #title > h3 {
      padding-top: 0 !important;
      float: right !important; }

div#subscriptionWidget {
  font-size: 0.875rem;
  font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: none; }
  div#subscriptionWidget h1 {
    font-size: 1.3125rem !important;
    color: #0073d0 !important;
    font-weight: bold !important; }
  div#subscriptionWidget .subscriptionHeading .subscriptionName h4 {
    color: #0073d0 !important; }
  div#subscriptionWidget .subscriptionHeading .dropdown {
    max-width: 100%; }
  div#subscriptionWidget .sortOrder .editProfile {
    margin-left: 0.875rem;
    margin-right: 0.875rem; }
  div#subscriptionWidget h4 {
    font-size: 0.875rem !important;
    font-weight: bold !important;
    color: #495057 !important;
    text-align: left !important; }
    div#subscriptionWidget h4 small {
      color: #495057;
      display: block; }
  div#subscriptionWidget h5 {
    font-size: 0.875rem !important;
    color: #495057 !important; }
  div#subscriptionWidget .sortOrder {
    margin-bottom: 0.875rem; }
  div#subscriptionWidget .subscriptionDetails .editLinks::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    padding-left: 0.875rem; }
  div#subscriptionWidget .subscriptionDetails h4 .editLinks {
    display: none; }
  div#subscriptionWidget .subscriptionDetails .subscriptionAddressSummary {
    margin-top: 0.875rem !important; }
  div#subscriptionWidget app-subscription-edit a::after, div#subscriptionWidget app-update-payment a::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    padding-left: 0.875rem; }
  @media screen and (min-width: 768px) {
    div#subscriptionWidget .subscriptionName {
      word-wrap: normal; }
    div#subscriptionWidget .subscriptionInfo {
      display: flex;
      flex-flow: row nowrap; }
      div#subscriptionWidget .subscriptionInfo > * {
        flex: 1 0 33%; }
        div#subscriptionWidget .subscriptionInfo > *:last-child {
          text-align: right; }
    div#subscriptionWidget .subScriptionEditInfo, div#subscriptionWidget .subscriptionAddressSummary {
      display: flex;
      flex-flow: row nowrap; }
      div#subscriptionWidget .subScriptionEditInfo > *, div#subscriptionWidget .subscriptionAddressSummary > * {
        flex: 0 0 50%; } }
  div#subscriptionWidget .subscriptionName {
    word-wrap: break-word; }
  div#subscriptionWidget .subscriptionItems .table, div#subscriptionWidget .subscriptionItems .usage {
    width: 90%; }
  div#subscriptionWidget #SearchResults {
    padding: 1.75rem;
    background-color: #FFFFFF;
    margin-top: 1.75rem;
    border: 1px solid #e9ecef;
    background-color: #FFFFFF; }
    div#subscriptionWidget #SearchResults .container {
      margin-left: 0;
      width: 100%;
      padding: 0; }
      div#subscriptionWidget #SearchResults .container .row .row {
        margin: 0; }
  div#subscriptionWidget a:not(.btn) {
    color: #000; }
  div#subscriptionWidget .required {
    margin-top: 30px; }
  div#subscriptionWidget .container {
    width: 100%;
    padding-left: 0; }
  div#subscriptionWidget .btn-outline-dark {
    order: 0;
    margin-left: 0;
    margin-right: 0.875rem; }
  div#subscriptionWidget .btn-primary {
    order: 1; }
  div#subscriptionWidget .loadingWidget::after {
    display: inline-block;
    content: " ";
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
    position: relative;
    text-indent: 0;
    color: transparent;
    border-top: 3px solid rgba(73, 80, 87, 0.05);
    border-right: 3px solid rgba(73, 80, 87, 0.05);
    border-bottom: 3px solid rgba(73, 80, 87, 0.05);
    border-left: 3px solid #495057;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  div#subscriptionWidget .editForm {
    display: block; }
    div#subscriptionWidget .editForm > app-subscription-address-edit {
      display: block; }
      div#subscriptionWidget .editForm > app-subscription-address-edit > form {
        padding: 2.625rem; }
  div#subscriptionWidget .editForm > app-subscription-address-edit {
    margin-top: 4.375rem !important;
    max-width: 500px; }
  div#subscriptionWidget #editAddressInfo {
    width: 100%;
    padding: 0; }
    div#subscriptionWidget #editAddressInfo > #title {
      width: 100%; }
      div#subscriptionWidget #editAddressInfo > #title > h3 {
        padding-top: 0 !important;
        float: right !important; }

body#home #welcomeText {
  padding: 1.75rem; }
body#home #Overlaybase {
  z-index: 2050 !important; }
body#home .modal {
  z-index: 1040; }
body#home div.modal-dialog.modal-lg {
  margin-top: 4.375rem;
  max-width: 500px; }
  body#home div.modal-dialog.modal-lg .modal-header {
    border-bottom: none;
    padding-left: 0;
    width: 100%; }
  body#home div.modal-dialog.modal-lg .modal-footer {
    border-top: none; }
  body#home div.modal-dialog.modal-lg #subscriptionDetails .form-group.radio > label.control-label {
    white-space: normal; }
  body#home div.modal-dialog.modal-lg #title {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    width: 100%; }
  body#home div.modal-dialog.modal-lg .required {
    margin-top: 30px; }
  body#home div.modal-dialog.modal-lg input[type="number"] {
    padding: 0;
    width: 50px; }

#RaisedFormContent form[name*="StaticDataForm"] textarea {
  min-width: 200px; }

body#activation_details .surveyQuestionField {
  padding-bottom: 0.4rem; }
  @media screen and (min-width: 768px) {
    body#activation_details .surveyQuestionField {
      padding-bottom: 0; } }

body#view_machine_certificate .wrapFieldValue {
  margin: 0;
  word-break: normal; }

body#sku_maintenance_options #PageHeaderData, body#site_setup_maintenance #PageHeaderData {
  margin-right: 0.875rem; }
body#sku_maintenance_options .form-group.pageSearch, body#site_setup_maintenance .form-group.pageSearch {
  align-self: center;
  margin-top: 0.4375rem; }
  body#sku_maintenance_options .form-group.pageSearch span::after, body#site_setup_maintenance .form-group.pageSearch span::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 1.3125rem; }
  body#sku_maintenance_options .form-group.pageSearch span:hover, body#site_setup_maintenance .form-group.pageSearch span:hover {
    background-color: #e6e6e6;
    cursor: pointer; }
  body#sku_maintenance_options .form-group.pageSearch span.clear::after, body#site_setup_maintenance .form-group.pageSearch span.clear::after {
    content: ""; }
body#sku_maintenance_options .panel, body#site_setup_maintenance .panel {
  border-top: 1px solid #e9ecef; }
  body#sku_maintenance_options .panel h3, body#site_setup_maintenance .panel h3 {
    cursor: pointer;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem; }
    body#sku_maintenance_options .panel h3:hover, body#site_setup_maintenance .panel h3:hover {
      background-color: #e6e6e6; }
  body#sku_maintenance_options .panel ul, body#site_setup_maintenance .panel ul {
    padding-left: 0; }
    body#sku_maintenance_options .panel ul li, body#site_setup_maintenance .panel ul li {
      flex-flow: row wrap; }
      @media screen and (min-width: 768px) {
        body#sku_maintenance_options .panel ul li, body#site_setup_maintenance .panel ul li {
          flex-flow: row; } }
      body#sku_maintenance_options .panel ul li a, body#site_setup_maintenance .panel ul li a {
        padding: 0.875rem; }
        body#sku_maintenance_options .panel ul li a:hover, body#site_setup_maintenance .panel ul li a:hover {
          background-color: #e6e6e6;
          text-decoration: none; }
      body#sku_maintenance_options .panel ul li span, body#site_setup_maintenance .panel ul li span {
        padding: 0.875rem; }
  body#sku_maintenance_options .panel:first-of-type, body#site_setup_maintenance .panel:first-of-type {
    border-top: none; }

@media screen and (max-width: 767px) {
  body#message_template_header .table tr td input[type="text"], body#message_template_header .usage tr td input[type="text"] {
    min-width: auto; }

  form > ul.page-toolbar li a {
    white-space: nowrap !important; } }
#EAContractMiscTab .textSpacing {
  padding-right: 0.4375rem !important; }

body#view_entitlement #ViewEntitlementOwnershipTab .fieldValue .control-label + a {
  margin-left: 0.875rem; }

body[id$="_report"] h1, body#custom_report_parameter h1 {
  color: #1cb2a9 !important; }

.tableCellHeaderWithLinks {
  width: 4%;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .tableCellHeaderWithLinks {
      white-space: normal; }
      .tableCellHeaderWithLinks a[roll="button"]:not(.btn) {
        white-space: nowrap; }
      .tableCellHeaderWithLinks a {
        margin-left: 0rem; } }

body#search_activation_certificate #machineInfoTile {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between; }
  body#search_activation_certificate #machineInfoTile .panel-default {
    flex: 1 0 0;
    max-width: 100%;
    min-width: 45%;
    align-content: flex-start;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
    margin-right: 1.75rem;
    border: 1px solid #e9ecef;
    background-color: #FFFFFF; }
    body#search_activation_certificate #machineInfoTile .panel-default:nth-child(even) {
      margin-right: 0; }
    body#search_activation_certificate #machineInfoTile .panel-default > .form-group {
      flex-flow: column; }
    body#search_activation_certificate #machineInfoTile .panel-default div.panel-body > h3 {
      color: #495057; }
    body#search_activation_certificate #machineInfoTile .panel-default div.form-horizontal > div > h3 {
      border-top: 1px solid #e9ecef;
      margin-top: 1.75rem; }

body#search_activation_certificate .no-img, body#registration_complete .no-img {
  text-align: center;
  border: 1px solid black;
  padding: 50px 10px;
  width: 150px; }
body#search_activation_certificate .image, body#registration_complete .image {
  max-width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat; }

body#registration #LoadingOverlay, body#registration_complete #LoadingOverlay {
  top: 0; }
body#registration #Header, body#registration_complete #Header {
  display: none; }
body#registration #Body, body#registration_complete #Body {
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  width: 100%;
  max-width: 700px; }
  @media screen and (min-width: 768px) {
    body#registration #Body, body#registration_complete #Body {
      padding-top: 60px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 80px; } }
  body#registration #Body .backButton, body#registration_complete #Body .backButton {
    display: none; }
  body#registration #Body h3, body#registration_complete #Body h3 {
    border-top: 1px solid #e9ecef;
    margin-top: 1.75rem; }
  body#registration #Body .panel .panel-body > h3, body#registration_complete #Body .panel .panel-body > h3 {
    color: #000;
    border-top: none;
    margin-top: 0; }
  body#registration #Body .btn-primary, body#registration_complete #Body .btn-primary {
    color: #FFFFFF !important; }
body#registration #Footer, body#registration_complete #Footer {
  margin-left: 0; }
body#registration #RegistrationLogoImage, body#registration_complete #RegistrationLogoImage {
  width: 100%;
  background-image: url(../images/Logo_WHITE.png);
  background-position: 0,0;
  background-repeat: no-repeat;
  display: inline-block;
  padding-bottom: 6.3125rem;
  margin-right: 0.875rem;
  font-size: 1.3125rem;
  line-height: inherit;
  white-space: nowrap; }
body#registration #MainMenu, body#registration_complete #MainMenu {
  display: none; }

body#search_log_files .tabs {
  margin-top: 1.75rem;
  padding-top: 3.5rem; }

body#analytics_dashboard .hiddenTab::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 10px;
  top: 0px !important; }
body#analytics_dashboard .lightBox {
  display: none;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px; }
body#analytics_dashboard .lightBox .close, body#analytics_dashboard .lightBox #hideSearch a, #hideSearch body#analytics_dashboard .lightBox a, body#analytics_dashboard .lightBox #hideSearch1 a, #hideSearch1 body#analytics_dashboard .lightBox a, body#analytics_dashboard .lightBox #hideSearch2 a, #hideSearch2 body#analytics_dashboard .lightBox a, body#analytics_dashboard .lightBox #hideSearch3 a, #hideSearch3 body#analytics_dashboard .lightBox a, body#analytics_dashboard .lightBox body#home .closeModalRaisedForm, body#home body#analytics_dashboard .lightBox .closeModalRaisedForm {
  display: block;
  float: right;
  vertical-align: top;
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
  padding: 5px;
  cursor: pointer; }
body#analytics_dashboard .lightBox .close:hover, body#analytics_dashboard .lightBox #hideSearch a:hover, #hideSearch body#analytics_dashboard .lightBox a:hover, body#analytics_dashboard .lightBox #hideSearch1 a:hover, #hideSearch1 body#analytics_dashboard .lightBox a:hover, body#analytics_dashboard .lightBox #hideSearch2 a:hover, #hideSearch2 body#analytics_dashboard .lightBox a:hover, body#analytics_dashboard .lightBox #hideSearch3 a:hover, #hideSearch3 body#analytics_dashboard .lightBox a:hover, body#analytics_dashboard .lightBox body#home .closeModalRaisedForm:hover, body#home body#analytics_dashboard .lightBox .closeModalRaisedForm:hover {
  color: rgba(255, 255, 255, 0.3); }
body#analytics_dashboard .lightBoxData {
  height: 80vh;
  width: 75vw;
  margin: 20px auto; }
body#analytics_dashboard .dashboardContainer {
  height: 80vh; }
body#analytics_dashboard .loading .loadAnimation {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 100px; }
body#analytics_dashboard #analyticsDashboard .error {
  display: none; }
body#analytics_dashboard #analyticsDashboard.error .error {
  display: block;
  color: #000; }
  body#analytics_dashboard #analyticsDashboard.error .error a {
    color: #812cc4;
    margin-left: 0px; }
body#analytics_dashboard #analyticsDashboard .editDashboardLink {
  display: none; }
body#analytics_dashboard #analyticsDashboard.editDashboard .editDashboardLink {
  display: block; }
body#analytics_dashboard .loading .loadAnimation div {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: relative;
  text-indent: 0;
  color: transparent;
  border-top: 1rem solid rgba(255, 255, 255, 0.05);
  border-right: 1rem solid rgba(255, 255, 255, 0.05);
  border-bottom: 1rem solid rgba(255, 255, 255, 0.05);
  border-left: 1rem solid #fff;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
body#analytics_dashboard div.tabs {
  margin-top: 1.75rem; }
body#analytics_dashboard .editDashboardLink {
  position: relative;
  margin-left: 0px; }
  body#analytics_dashboard .editDashboardLink:hover {
    text-decoration: none !important; }
  body#analytics_dashboard .editDashboardLink::after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.875rem; }
body#analytics_dashboard #securityRoles {
  display: flex;
  flex-flow: row wrap; }
body#analytics_dashboard #securityRoles > * {
  flex: 0 0 50%;
  min-width: 150px; }
  body#analytics_dashboard #securityRoles > * > label {
    align-items: baseline; }
@media screen and (min-width: 768px) {
  body#analytics_dashboard .tabs > ul {
    display: inherit; } }

.isTermsAccepted {
  display: block !important; }
  .isTermsAccepted a {
    margin-left: 0;
    margin-right: 0; }

#groupSearchIcon {
  padding-top: 0;
  border-bottom: none; }

#sidemenu_buildNumber {
  margin-left: 15px;
  margin-top: 15px; }

body#edit_isv_property #RaiseFormBase #RaisedForm #SearchResults .pagination {
  display: flow-root !important; }

div[id*="findEntitlements"] {
  padding: 10px; }

#entDiv, #cordDiv {
  background: #0073d0;
  padding: 7px 7px 7px 11.5px; }
  #entDiv a, #cordDiv a {
    color: white;
    white-space: nowrap;
    overflow: hidden; }
    #entDiv a::before, #cordDiv a::before {
      position: relative;
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0.4375rem 1.75rem 0.4375rem 0.21875rem;
      font-size: 1.3125rem;
      width: 0.875rem;
      content: "";
      font-weight: bolder; }

#entDiv a::before {
  content: "S"; }

#cordDiv a::before {
  content: "C"; }

.tagView {
  word-wrap: break-word; }

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none; }

.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px; }
  .box.has-advanced-upload .box__dragndrop {
    display: inline; }

.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.box__input {
  padding: 15px;
  margin: 0 auto;
  text-align: center; }
  .box__input .buttons {
    display: block; }

.box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff; }

progress {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  color: #282B63;
  background-color: #999999;
  border-radius: 15px; }
  progress::-webkit-progress-bar {
    background-color: #999999;
    border-radius: 15px; }
  progress::-webkit-progress-bar-value {
    background-color: #282B63;
    border-radius: 15px; }
  progress::-webkit-progress-value {
    background-color: #282B63;
    border-radius: 15px; }
  progress::-moz-progress-bar {
    background-color: #282B63;
    border-radius: 15px; }

progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  color: #282B63;
  background-color: #999999;
  border-radius: 15px; }
  progress[value]::-webkit-progress-bar {
    background-color: #999999;
    border-radius: 15px; }

.resetMFAUser.visible, .resetPoeticUser.visible, #changePassword.visible {
  display: block !important;
  white-space: inherit !important; }
.resetMFAUser.invisible, .resetPoeticUser.invisible, #changePassword.invisible {
  display: none !important; }

.multiselect-wrapper {
  width: 250px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-family: roboto, Verdana, Helvetica, Sans-Serif; }
  .multiselect-wrapper .multiselect-input {
    width: 100%;
    padding-right: 50px; }
  .multiselect-wrapper label {
    display: block;
    font-size: 12px;
    font-weight: 600; }
  .multiselect-wrapper .multiselect-list {
    z-index: 1;
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid grey;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: -2px;
    padding: 5px;
    min-width: 100%; }
    .multiselect-wrapper .multiselect-list.active, .multiselect-wrapper .tabs.ui-tabs.ui-widget.ui-widget-content .multiselect-list.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .multiselect-wrapper .multiselect-list.ui-state-active {
      display: block; }
    .multiselect-wrapper .multiselect-list > span {
      font-weight: 700;
      cursor: default; }
    .multiselect-wrapper .multiselect-list .multiselect-checkbox {
      margin-right: 2px; }
    .multiselect-wrapper .multiselect-list li {
      cursor: default; }
  .multiselect-wrapper ul {
    list-style: none;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
    .multiselect-wrapper ul li {
      padding-right: 20px;
      display: block; }
      .multiselect-wrapper ul li.active, .multiselect-wrapper ul .tabs.ui-tabs.ui-widget.ui-widget-content li.ui-state-active, .tabs.ui-tabs.ui-widget.ui-widget-content .multiselect-wrapper ul li.ui-state-active {
        background-color: #adb5bd;
        color: #fff; }
      .multiselect-wrapper ul li:hover {
        background-color: #adb5bd;
        color: #fff; }

.multiselect-input-div {
  height: 34px; }
  .multiselect-input-div input {
    background: #fff;
    margin: 5px 0 6px;
    padding: 5px;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #495057; }

.multiselect-count {
  position: relative;
  text-align: center;
  border-radius: 2px;
  behavior: url(/Content/Pie/pie.htc);
  background-color: #add8e6;
  display: inline-block !important;
  padding: 2px 7px;
  left: -45px; }

.multiselect-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  line-height: 20px;
  text-align: center;
  display: inline-block !important;
  margin-top: 17px;
  margin-left: -42px; }

form[name*="ReportForm"] .multiselect-input, form[name="jasperReportParameterForm"] .multiselect-input {
  border-bottom: 1px solid #e9ecef;
  padding-top: 2px; }
form[name*="ReportForm"] .multiselect-wrapper, form[name="jasperReportParameterForm"] .multiselect-wrapper {
  width: 100%; }

/*# sourceMappingURL=main_2018.css.map */
