/*!
 * Core.css 
 * apex-builder-apex_ui v20.2.0
 * https://apex.oracle.com/
 * Copyright (c) Oracle
*/

/******************************************************************************

File Name:    Core
Purpose:      APEX Builder Core CSS

******************************************************************************/
/******************************************************************************
Import Relevant SCSS Config
******************************************************************************/
/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
}

.visuallyhidden,
.u-VisuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.u-VisuallyHidden.is-focusable:active,
.u-VisuallyHidden.is-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
.a-Button:focus,
.t-Button:focus,
.ui-button:focus,
a:focus,
button:focus,
div[tabindex]:focus,
li[tabindex]:focus,
span[tabindex]:focus {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dotted;
}

[tabindex='-1'] {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* ==========================================================================
 Color utilities
 ========================================================================== */
/* ==========================================================================
   Table utilities
   ========================================================================== */
.u-Table {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
}

.u-Table-fill,
.u-Table-fit {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}

.u-Table-fill {
  width: 100%;
}

.u-Table--middle .u-Table-fill,
.u-Table--middle .u-Table-fit {
  vertical-align: middle;
}

.u-Table--bottom .u-Table-fill,
.u-Table--bottom .u-Table-fit {
  vertical-align: bottom;
}

.u-Table--equal {
  table-layout: fixed;
}

.u-Table--equal > .u-Table-fill,
.u-Table--equal > .u-Table-fit {
  width: auto;
}

.u-Table--withBorder > .u-Table-fit,
.u-Table--withBorder > .u-Table-fill {
  border-left: 1px solid;
}

.u-Table--withBorder > .u-Table-fit:first-child,
.u-Table--withBorder > .u-Table-fill:first-child {
  border-left: none;
}

/* ==========================================================================
 Text utilities
 ========================================================================== */
/* ==========================================================================
   Height Utility Classes
   ========================================================================== */
/**
 * Contain floats
 *
 * Increment by 10px
 * Max Height: mxh[height]
 * Min Height: mnh[height]
 * Height: h[height]
 */
.mxh10 {
  max-height: 10px;
}

.mxh20 {
  max-height: 20px;
}

.mxh30 {
  max-height: 30px;
}

.mxh40 {
  max-height: 40px;
}

.mxh50 {
  max-height: 50px;
}

.mxh60 {
  max-height: 60px;
}

.mxh70 {
  max-height: 70px;
}

.mxh80 {
  max-height: 80px;
}

.mxh90 {
  max-height: 90px;
}

.mxh100 {
  max-height: 100px;
}

.mxh110 {
  max-height: 110px;
}

.mxh120 {
  max-height: 120px;
}

.mxh130 {
  max-height: 130px;
}

.mxh140 {
  max-height: 140px;
}

.mxh150 {
  max-height: 150px;
}

.mxh160 {
  max-height: 160px;
}

.mxh170 {
  max-height: 170px;
}

.mxh180 {
  max-height: 180px;
}

.mxh190 {
  max-height: 190px;
}

.mxh200 {
  max-height: 200px;
}

.mxh210 {
  max-height: 210px;
}

.mxh220 {
  max-height: 220px;
}

.mxh230 {
  max-height: 230px;
}

.mxh240 {
  max-height: 240px;
}

.mxh250 {
  max-height: 250px;
}

.mxh260 {
  max-height: 260px;
}

.mxh270 {
  max-height: 270px;
}

.mxh280 {
  max-height: 280px;
}

.mxh290 {
  max-height: 290px;
}

.mxh300 {
  max-height: 300px;
}

.mxh310 {
  max-height: 310px;
}

.mxh320 {
  max-height: 320px;
}

.mxh330 {
  max-height: 330px;
}

.mxh340 {
  max-height: 340px;
}

.mxh350 {
  max-height: 350px;
}

.mxh360 {
  max-height: 360px;
}

.mxh370 {
  max-height: 370px;
}

.mxh380 {
  max-height: 380px;
}

.mxh390 {
  max-height: 390px;
}

.mxh400 {
  max-height: 400px;
}

.mxh410 {
  max-height: 410px;
}

.mxh420 {
  max-height: 420px;
}

.mxh430 {
  max-height: 430px;
}

.mxh440 {
  max-height: 440px;
}

.mxh450 {
  max-height: 450px;
}

.mxh460 {
  max-height: 460px;
}

.mxh470 {
  max-height: 470px;
}

.mxh480 {
  max-height: 480px;
}

.mxh490 {
  max-height: 490px;
}

.mxh500 {
  max-height: 500px;
}

.mxh510 {
  max-height: 510px;
}

.mxh520 {
  max-height: 520px;
}

.mxh530 {
  max-height: 530px;
}

.mxh540 {
  max-height: 540px;
}

.mxh550 {
  max-height: 550px;
}

.mxh560 {
  max-height: 560px;
}

.mxh570 {
  max-height: 570px;
}

.mxh580 {
  max-height: 580px;
}

.mxh590 {
  max-height: 590px;
}

.mxh600 {
  max-height: 600px;
}

.mxh610 {
  max-height: 610px;
}

.mxh620 {
  max-height: 620px;
}

.mxh630 {
  max-height: 630px;
}

.mxh640 {
  max-height: 640px;
}

.mxh650 {
  max-height: 650px;
}

.mxh660 {
  max-height: 660px;
}

.mxh670 {
  max-height: 670px;
}

.mxh680 {
  max-height: 680px;
}

.mxh690 {
  max-height: 690px;
}

.mxh700 {
  max-height: 700px;
}

.mxh710 {
  max-height: 710px;
}

.mxh720 {
  max-height: 720px;
}

.mxh730 {
  max-height: 730px;
}

.mxh740 {
  max-height: 740px;
}

.mxh750 {
  max-height: 750px;
}

.mxh760 {
  max-height: 760px;
}

.mxh770 {
  max-height: 770px;
}

.mxh780 {
  max-height: 780px;
}

.mxh790 {
  max-height: 790px;
}

.mxh800 {
  max-height: 800px;
}

.mnh10 {
  min-height: 10px;
}

.mnh20 {
  min-height: 20px;
}

.mnh30 {
  min-height: 30px;
}

.mnh40 {
  min-height: 40px;
}

.mnh50 {
  min-height: 50px;
}

.mnh60 {
  min-height: 60px;
}

.mnh70 {
  min-height: 70px;
}

.mnh80 {
  min-height: 80px;
}

.mnh90 {
  min-height: 90px;
}

.mnh100 {
  min-height: 100px;
}

.mnh110 {
  min-height: 110px;
}

.mnh120 {
  min-height: 120px;
}

.mnh130 {
  min-height: 130px;
}

.mnh140 {
  min-height: 140px;
}

.mnh150 {
  min-height: 150px;
}

.mnh160 {
  min-height: 160px;
}

.mnh170 {
  min-height: 170px;
}

.mnh180 {
  min-height: 180px;
}

.mnh190 {
  min-height: 190px;
}

.mnh200 {
  min-height: 200px;
}

.mnh210 {
  min-height: 210px;
}

.mnh220 {
  min-height: 220px;
}

.mnh230 {
  min-height: 230px;
}

.mnh240 {
  min-height: 240px;
}

.mnh250 {
  min-height: 250px;
}

.mnh260 {
  min-height: 260px;
}

.mnh270 {
  min-height: 270px;
}

.mnh280 {
  min-height: 280px;
}

.mnh290 {
  min-height: 290px;
}

.mnh300 {
  min-height: 300px;
}

.mnh310 {
  min-height: 310px;
}

.mnh320 {
  min-height: 320px;
}

.mnh330 {
  min-height: 330px;
}

.mnh340 {
  min-height: 340px;
}

.mnh350 {
  min-height: 350px;
}

.mnh360 {
  min-height: 360px;
}

.mnh370 {
  min-height: 370px;
}

.mnh380 {
  min-height: 380px;
}

.mnh390 {
  min-height: 390px;
}

.mnh400 {
  min-height: 400px;
}

.mnh410 {
  min-height: 410px;
}

.mnh420 {
  min-height: 420px;
}

.mnh430 {
  min-height: 430px;
}

.mnh440 {
  min-height: 440px;
}

.mnh450 {
  min-height: 450px;
}

.mnh460 {
  min-height: 460px;
}

.mnh470 {
  min-height: 470px;
}

.mnh480 {
  min-height: 480px;
}

.mnh490 {
  min-height: 490px;
}

.mnh500 {
  min-height: 500px;
}

.mnh510 {
  min-height: 510px;
}

.mnh520 {
  min-height: 520px;
}

.mnh530 {
  min-height: 530px;
}

.mnh540 {
  min-height: 540px;
}

.mnh550 {
  min-height: 550px;
}

.mnh560 {
  min-height: 560px;
}

.mnh570 {
  min-height: 570px;
}

.mnh580 {
  min-height: 580px;
}

.mnh590 {
  min-height: 590px;
}

.mnh600 {
  min-height: 600px;
}

.mnh610 {
  min-height: 610px;
}

.mnh620 {
  min-height: 620px;
}

.mnh630 {
  min-height: 630px;
}

.mnh640 {
  min-height: 640px;
}

.mnh650 {
  min-height: 650px;
}

.mnh660 {
  min-height: 660px;
}

.mnh670 {
  min-height: 670px;
}

.mnh680 {
  min-height: 680px;
}

.mnh690 {
  min-height: 690px;
}

.mnh700 {
  min-height: 700px;
}

.mnh710 {
  min-height: 710px;
}

.mnh720 {
  min-height: 720px;
}

.mnh730 {
  min-height: 730px;
}

.mnh740 {
  min-height: 740px;
}

.mnh750 {
  min-height: 750px;
}

.mnh760 {
  min-height: 760px;
}

.mnh770 {
  min-height: 770px;
}

.mnh780 {
  min-height: 780px;
}

.mnh790 {
  min-height: 790px;
}

.mnh800 {
  min-height: 800px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h110 {
  height: 110px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h170 {
  height: 170px;
}

.h180 {
  height: 180px;
}

.h190 {
  height: 190px;
}

.h200 {
  height: 200px;
}

.h210 {
  height: 210px;
}

.h220 {
  height: 220px;
}

.h230 {
  height: 230px;
}

.h240 {
  height: 240px;
}

.h250 {
  height: 250px;
}

.h260 {
  height: 260px;
}

.h270 {
  height: 270px;
}

.h280 {
  height: 280px;
}

.h290 {
  height: 290px;
}

.h300 {
  height: 300px;
}

.h310 {
  height: 310px;
}

.h320 {
  height: 320px;
}

.h330 {
  height: 330px;
}

.h340 {
  height: 340px;
}

.h350 {
  height: 350px;
}

.h360 {
  height: 360px;
}

.h370 {
  height: 370px;
}

.h380 {
  height: 380px;
}

.h390 {
  height: 390px;
}

.h400 {
  height: 400px;
}

.h410 {
  height: 410px;
}

.h420 {
  height: 420px;
}

.h430 {
  height: 430px;
}

.h440 {
  height: 440px;
}

.h450 {
  height: 450px;
}

.h460 {
  height: 460px;
}

.h470 {
  height: 470px;
}

.h480 {
  height: 480px;
}

.h490 {
  height: 490px;
}

.h500 {
  height: 500px;
}

.h510 {
  height: 510px;
}

.h520 {
  height: 520px;
}

.h530 {
  height: 530px;
}

.h540 {
  height: 540px;
}

.h550 {
  height: 550px;
}

.h560 {
  height: 560px;
}

.h570 {
  height: 570px;
}

.h580 {
  height: 580px;
}

.h590 {
  height: 590px;
}

.h600 {
  height: 600px;
}

.h610 {
  height: 610px;
}

.h620 {
  height: 620px;
}

.h630 {
  height: 630px;
}

.h640 {
  height: 640px;
}

.h650 {
  height: 650px;
}

.h660 {
  height: 660px;
}

.h670 {
  height: 670px;
}

.h680 {
  height: 680px;
}

.h690 {
  height: 690px;
}

.h700 {
  height: 700px;
}

.h710 {
  height: 710px;
}

.h720 {
  height: 720px;
}

.h730 {
  height: 730px;
}

.h740 {
  height: 740px;
}

.h750 {
  height: 750px;
}

.h760 {
  height: 760px;
}

.h770 {
  height: 770px;
}

.h780 {
  height: 780px;
}

.h790 {
  height: 790px;
}

.h800 {
  height: 800px;
}

.i-h100 > .a-Region-body {
  height: 100px;
}

.i-h110 > .a-Region-body {
  height: 110px;
}

.i-h120 > .a-Region-body {
  height: 120px;
}

.i-h130 > .a-Region-body {
  height: 130px;
}

.i-h140 > .a-Region-body {
  height: 140px;
}

.i-h150 > .a-Region-body {
  height: 150px;
}

.i-h160 > .a-Region-body {
  height: 160px;
}

.i-h170 > .a-Region-body {
  height: 170px;
}

.i-h180 > .a-Region-body {
  height: 180px;
}

.i-h190 > .a-Region-body {
  height: 190px;
}

.i-h200 > .a-Region-body {
  height: 200px;
}

.i-h210 > .a-Region-body {
  height: 210px;
}

.i-h220 > .a-Region-body {
  height: 220px;
}

.i-h230 > .a-Region-body {
  height: 230px;
}

.i-h240 > .a-Region-body {
  height: 240px;
}

.i-h250 > .a-Region-body {
  height: 250px;
}

.i-h260 > .a-Region-body {
  height: 260px;
}

.i-h270 > .a-Region-body {
  height: 270px;
}

.i-h280 > .a-Region-body {
  height: 280px;
}

.i-h290 > .a-Region-body {
  height: 290px;
}

.i-h300 > .a-Region-body {
  height: 300px;
}

.i-h310 > .a-Region-body {
  height: 310px;
}

.i-h320 > .a-Region-body {
  height: 320px;
}

.i-h330 > .a-Region-body {
  height: 330px;
}

.i-h340 > .a-Region-body {
  height: 340px;
}

.i-h350 > .a-Region-body {
  height: 350px;
}

.i-h360 > .a-Region-body {
  height: 360px;
}

.i-h370 > .a-Region-body {
  height: 370px;
}

.i-h380 > .a-Region-body {
  height: 380px;
}

.i-h390 > .a-Region-body {
  height: 390px;
}

.i-h400 > .a-Region-body {
  height: 400px;
}

.i-h410 > .a-Region-body {
  height: 410px;
}

.i-h420 > .a-Region-body {
  height: 420px;
}

.i-h430 > .a-Region-body {
  height: 430px;
}

.i-h440 > .a-Region-body {
  height: 440px;
}

.i-h450 > .a-Region-body {
  height: 450px;
}

.i-h460 > .a-Region-body {
  height: 460px;
}

.i-h470 > .a-Region-body {
  height: 470px;
}

.i-h480 > .a-Region-body {
  height: 480px;
}

.i-h490 > .a-Region-body {
  height: 490px;
}

.i-h500 > .a-Region-body {
  height: 500px;
}

.i-h510 > .a-Region-body {
  height: 510px;
}

.i-h520 > .a-Region-body {
  height: 520px;
}

.i-h530 > .a-Region-body {
  height: 530px;
}

.i-h540 > .a-Region-body {
  height: 540px;
}

.i-h550 > .a-Region-body {
  height: 550px;
}

.i-h560 > .a-Region-body {
  height: 560px;
}

.i-h570 > .a-Region-body {
  height: 570px;
}

.i-h580 > .a-Region-body {
  height: 580px;
}

.i-h590 > .a-Region-body {
  height: 590px;
}

.i-h600 > .a-Region-body {
  height: 600px;
}

.i-h610 > .a-Region-body {
  height: 610px;
}

.i-h620 > .a-Region-body {
  height: 620px;
}

.i-h630 > .a-Region-body {
  height: 630px;
}

.i-h640 > .a-Region-body {
  height: 640px;
}

.i-h650 > .a-Region-body {
  height: 650px;
}

.i-h660 > .a-Region-body {
  height: 660px;
}

.i-h670 > .a-Region-body {
  height: 670px;
}

.i-h680 > .a-Region-body {
  height: 680px;
}

.i-h690 > .a-Region-body {
  height: 690px;
}

.i-h700 > .a-Region-body {
  height: 700px;
}

.i-h710 > .a-Region-body {
  height: 710px;
}

.i-h720 > .a-Region-body {
  height: 720px;
}

.i-h730 > .a-Region-body {
  height: 730px;
}

.i-h740 > .a-Region-body {
  height: 740px;
}

.i-h750 > .a-Region-body {
  height: 750px;
}

.i-h760 > .a-Region-body {
  height: 760px;
}

.i-h770 > .a-Region-body {
  height: 770px;
}

.i-h780 > .a-Region-body {
  height: 780px;
}

.i-h790 > .a-Region-body {
  height: 790px;
}

.i-h800 > .a-Region-body {
  height: 800px;
}

/* ==========================================================================
 Layout utilities
 ========================================================================== */
.u-staticWidth {
  padding: 64px 5%;
}

.u-staticWidth .apex-grid-container {
  width: 100%;
}

.u-circlePhoto {
  border-radius: 100%;
}

.u-Layout--centerVertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-Border--bottom {
  border-bottom-width: 1px !important;
}

.u-Border--top {
  border-top-width: 1px !important;
}

/* ==========================================================================
 Report utilities
 ========================================================================== */
.u-Report .u-Report-header,
.u-Report th {
  padding: 12px;
}

.u-Report td {
  padding: 8px 12px;
}

.u-Report.u-Report--condensed {
  font-size: 11px;
  line-height: 14px;
}

.u-Report.u-Report--condensed .u-Report-header,
.u-Report.u-Report--condensed th {
  padding: 2px;
}

.u-Report.u-Report--condensed td {
  padding: 2px;
}

.u-Report.u-Report--nowrap .u-Report-header,
.u-Report.u-Report--nowrap th,
.u-Report.u-Report--nowrap td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==========================================================================
 Block utilities
 ========================================================================== */
.u-Block--hero {
  margin: 64px auto;
  max-width: 780px;
}

.u-Block--hero .u-Block-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

/* ==========================================================================
   Block Utility Classes
   ========================================================================== */
.padding-sm {
  padding: 8px !important;
}

.padding-top-sm {
  padding-top: 8px !important;
}

.padding-left-sm {
  padding-left: 8px !important;
}

.padding-right-sm {
  padding-right: 8px !important;
}

.padding-bottom-sm {
  padding-bottom: 8px !important;
}

.margin-sm {
  margin: 8px !important;
}

.margin-top-sm {
  margin-top: 8px !important;
}

.margin-left-sm {
  margin-left: 8px !important;
}

.margin-right-sm {
  margin-right: 8px !important;
}

.margin-bottom-sm {
  margin-bottom: 8px !important;
}

.padding-md {
  padding: 16px !important;
}

.padding-top-md {
  padding-top: 16px !important;
}

.padding-left-md {
  padding-left: 16px !important;
}

.padding-right-md {
  padding-right: 16px !important;
}

.padding-bottom-md {
  padding-bottom: 16px !important;
}

.margin-md {
  margin: 16px !important;
}

.margin-top-md {
  margin-top: 16px !important;
}

.margin-left-md {
  margin-left: 16px !important;
}

.margin-right-md {
  margin-right: 16px !important;
}

.margin-bottom-md {
  margin-bottom: 16px !important;
}

.padding-lg {
  padding: 32px !important;
}

.padding-top-lg {
  padding-top: 32px !important;
}

.padding-left-lg {
  padding-left: 32px !important;
}

.padding-right-lg {
  padding-right: 32px !important;
}

.padding-bottom-lg {
  padding-bottom: 32px !important;
}

.margin-lg {
  margin: 32px !important;
}

.margin-top-lg {
  margin-top: 32px !important;
}

.margin-left-lg {
  margin-left: 32px !important;
}

.margin-right-lg {
  margin-right: 32px !important;
}

.margin-bottom-lg {
  margin-bottom: 32px !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.margin-none {
  margin: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-auto {
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================================
   Height Utility Classes
   ========================================================================== */
/* ==========================================================================
    Height Modifier
    ---
    Example:
    .h200 will set the height to 200px
    ========================================================================== */
.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h110 {
  height: 110px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h170 {
  height: 170px;
}

.h180 {
  height: 180px;
}

.h190 {
  height: 190px;
}

.h200 {
  height: 200px;
}

.h210 {
  height: 210px;
}

.h220 {
  height: 220px;
}

.h230 {
  height: 230px;
}

.h240 {
  height: 240px;
}

.h250 {
  height: 250px;
}

.h260 {
  height: 260px;
}

.h270 {
  height: 270px;
}

.h280 {
  height: 280px;
}

.h290 {
  height: 290px;
}

.h300 {
  height: 300px;
}

.h310 {
  height: 310px;
}

.h320 {
  height: 320px;
}

.h330 {
  height: 330px;
}

.h340 {
  height: 340px;
}

.h350 {
  height: 350px;
}

.h360 {
  height: 360px;
}

.h370 {
  height: 370px;
}

.h380 {
  height: 380px;
}

.h390 {
  height: 390px;
}

.h400 {
  height: 400px;
}

.h410 {
  height: 410px;
}

.h420 {
  height: 420px;
}

.h430 {
  height: 430px;
}

.h440 {
  height: 440px;
}

.h450 {
  height: 450px;
}

.h460 {
  height: 460px;
}

.h470 {
  height: 470px;
}

.h480 {
  height: 480px;
}

.h490 {
  height: 490px;
}

.h500 {
  height: 500px;
}

.h510 {
  height: 510px;
}

.h520 {
  height: 520px;
}

.h530 {
  height: 530px;
}

.h540 {
  height: 540px;
}

.h550 {
  height: 550px;
}

.h560 {
  height: 560px;
}

.h570 {
  height: 570px;
}

.h580 {
  height: 580px;
}

.h590 {
  height: 590px;
}

.h600 {
  height: 600px;
}

.h610 {
  height: 610px;
}

.h620 {
  height: 620px;
}

.h630 {
  height: 630px;
}

.h640 {
  height: 640px;
}

.h650 {
  height: 650px;
}

.h660 {
  height: 660px;
}

.h670 {
  height: 670px;
}

.h680 {
  height: 680px;
}

.h690 {
  height: 690px;
}

.h700 {
  height: 700px;
}

.h710 {
  height: 710px;
}

.h720 {
  height: 720px;
}

.h730 {
  height: 730px;
}

.h740 {
  height: 740px;
}

.h750 {
  height: 750px;
}

.h760 {
  height: 760px;
}

.h770 {
  height: 770px;
}

.h780 {
  height: 780px;
}

.h790 {
  height: 790px;
}

.h800 {
  height: 800px;
}

/* ==========================================================================
    Max Height Modifier
    ---
    Example:
    .max200 will set the max-height to 200px
    ========================================================================== */
.mxh10 {
  max-height: 10px;
}

.mxh20 {
  max-height: 20px;
}

.mxh30 {
  max-height: 30px;
}

.mxh40 {
  max-height: 40px;
}

.mxh50 {
  max-height: 50px;
}

.mxh60 {
  max-height: 60px;
}

.mxh70 {
  max-height: 70px;
}

.mxh80 {
  max-height: 80px;
}

.mxh90 {
  max-height: 90px;
}

.mxh100 {
  max-height: 100px;
}

.mxh110 {
  max-height: 110px;
}

.mxh120 {
  max-height: 120px;
}

.mxh130 {
  max-height: 130px;
}

.mxh140 {
  max-height: 140px;
}

.mxh150 {
  max-height: 150px;
}

.mxh160 {
  max-height: 160px;
}

.mxh170 {
  max-height: 170px;
}

.mxh180 {
  max-height: 180px;
}

.mxh190 {
  max-height: 190px;
}

.mxh200 {
  max-height: 200px;
}

.mxh210 {
  max-height: 210px;
}

.mxh220 {
  max-height: 220px;
}

.mxh230 {
  max-height: 230px;
}

.mxh240 {
  max-height: 240px;
}

.mxh250 {
  max-height: 250px;
}

.mxh260 {
  max-height: 260px;
}

.mxh270 {
  max-height: 270px;
}

.mxh280 {
  max-height: 280px;
}

.mxh290 {
  max-height: 290px;
}

.mxh300 {
  max-height: 300px;
}

.mxh310 {
  max-height: 310px;
}

.mxh320 {
  max-height: 320px;
}

.mxh330 {
  max-height: 330px;
}

.mxh340 {
  max-height: 340px;
}

.mxh350 {
  max-height: 350px;
}

.mxh360 {
  max-height: 360px;
}

.mxh370 {
  max-height: 370px;
}

.mxh380 {
  max-height: 380px;
}

.mxh390 {
  max-height: 390px;
}

.mxh400 {
  max-height: 400px;
}

.mxh410 {
  max-height: 410px;
}

.mxh420 {
  max-height: 420px;
}

.mxh430 {
  max-height: 430px;
}

.mxh440 {
  max-height: 440px;
}

.mxh450 {
  max-height: 450px;
}

.mxh460 {
  max-height: 460px;
}

.mxh470 {
  max-height: 470px;
}

.mxh480 {
  max-height: 480px;
}

.mxh490 {
  max-height: 490px;
}

.mxh500 {
  max-height: 500px;
}

.mxh510 {
  max-height: 510px;
}

.mxh520 {
  max-height: 520px;
}

.mxh530 {
  max-height: 530px;
}

.mxh540 {
  max-height: 540px;
}

.mxh550 {
  max-height: 550px;
}

.mxh560 {
  max-height: 560px;
}

.mxh570 {
  max-height: 570px;
}

.mxh580 {
  max-height: 580px;
}

.mxh590 {
  max-height: 590px;
}

.mxh600 {
  max-height: 600px;
}

.mxh610 {
  max-height: 610px;
}

.mxh620 {
  max-height: 620px;
}

.mxh630 {
  max-height: 630px;
}

.mxh640 {
  max-height: 640px;
}

.mxh650 {
  max-height: 650px;
}

.mxh660 {
  max-height: 660px;
}

.mxh670 {
  max-height: 670px;
}

.mxh680 {
  max-height: 680px;
}

.mxh690 {
  max-height: 690px;
}

.mxh700 {
  max-height: 700px;
}

.mxh710 {
  max-height: 710px;
}

.mxh720 {
  max-height: 720px;
}

.mxh730 {
  max-height: 730px;
}

.mxh740 {
  max-height: 740px;
}

.mxh750 {
  max-height: 750px;
}

.mxh760 {
  max-height: 760px;
}

.mxh770 {
  max-height: 770px;
}

.mxh780 {
  max-height: 780px;
}

.mxh790 {
  max-height: 790px;
}

.mxh800 {
  max-height: 800px;
}

/* ==========================================================================
   width Utility Classes
   ========================================================================== */
/* ==========================================================================
    width Modifier
    ---
    Example:
    .h200 will set the width to 200px
    ========================================================================== */
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.mnw10 {
  min-width: 10px;
}

.mnw20 {
  min-width: 20px;
}

.mnw30 {
  min-width: 30px;
}

.mnw40 {
  min-width: 40px;
}

.mnw50 {
  min-width: 50px;
}

.mnw60 {
  min-width: 60px;
}

.mnw70 {
  min-width: 70px;
}

.mnw80 {
  min-width: 80px;
}

.mnw90 {
  min-width: 90px;
}

.mnw100 {
  min-width: 100px;
}

.mnw110 {
  min-width: 110px;
}

.mnw120 {
  min-width: 120px;
}

.mnw130 {
  min-width: 130px;
}

.mnw140 {
  min-width: 140px;
}

.mnw150 {
  min-width: 150px;
}

.mnw160 {
  min-width: 160px;
}

.mnw170 {
  min-width: 170px;
}

.mnw180 {
  min-width: 180px;
}

.mnw190 {
  min-width: 190px;
}

.mnw200 {
  min-width: 200px;
}

.mnw210 {
  min-width: 210px;
}

.mnw220 {
  min-width: 220px;
}

.mnw230 {
  min-width: 230px;
}

.mnw240 {
  min-width: 240px;
}

.mnw250 {
  min-width: 250px;
}

.mnw260 {
  min-width: 260px;
}

.mnw270 {
  min-width: 270px;
}

.mnw280 {
  min-width: 280px;
}

.mnw290 {
  min-width: 290px;
}

.mnw300 {
  min-width: 300px;
}

.mnw310 {
  min-width: 310px;
}

.mnw320 {
  min-width: 320px;
}

.mnw330 {
  min-width: 330px;
}

.mnw340 {
  min-width: 340px;
}

.mnw350 {
  min-width: 350px;
}

.mnw360 {
  min-width: 360px;
}

.mnw370 {
  min-width: 370px;
}

.mnw380 {
  min-width: 380px;
}

.mnw390 {
  min-width: 390px;
}

.mnw400 {
  min-width: 400px;
}

.mnw410 {
  min-width: 410px;
}

.mnw420 {
  min-width: 420px;
}

.mnw430 {
  min-width: 430px;
}

.mnw440 {
  min-width: 440px;
}

.mnw450 {
  min-width: 450px;
}

.mnw460 {
  min-width: 460px;
}

.mnw470 {
  min-width: 470px;
}

.mnw480 {
  min-width: 480px;
}

.mnw490 {
  min-width: 490px;
}

.mnw500 {
  min-width: 500px;
}

.mnw510 {
  min-width: 510px;
}

.mnw520 {
  min-width: 520px;
}

.mnw530 {
  min-width: 530px;
}

.mnw540 {
  min-width: 540px;
}

.mnw550 {
  min-width: 550px;
}

.mnw560 {
  min-width: 560px;
}

.mnw570 {
  min-width: 570px;
}

.mnw580 {
  min-width: 580px;
}

.mnw590 {
  min-width: 590px;
}

.mnw600 {
  min-width: 600px;
}

.mnw610 {
  min-width: 610px;
}

.mnw620 {
  min-width: 620px;
}

.mnw630 {
  min-width: 630px;
}

.mnw640 {
  min-width: 640px;
}

.mnw650 {
  min-width: 650px;
}

.mnw660 {
  min-width: 660px;
}

.mnw670 {
  min-width: 670px;
}

.mnw680 {
  min-width: 680px;
}

.mnw690 {
  min-width: 690px;
}

.mnw700 {
  min-width: 700px;
}

.mnw710 {
  min-width: 710px;
}

.mnw720 {
  min-width: 720px;
}

.mnw730 {
  min-width: 730px;
}

.mnw740 {
  min-width: 740px;
}

.mnw750 {
  min-width: 750px;
}

.mnw760 {
  min-width: 760px;
}

.mnw770 {
  min-width: 770px;
}

.mnw780 {
  min-width: 780px;
}

.mnw790 {
  min-width: 790px;
}

.mnw800 {
  min-width: 800px;
}

.mxw10 {
  max-width: 10px;
}

.mxw20 {
  max-width: 20px;
}

.mxw30 {
  max-width: 30px;
}

.mxw40 {
  max-width: 40px;
}

.mxw50 {
  max-width: 50px;
}

.mxw60 {
  max-width: 60px;
}

.mxw70 {
  max-width: 70px;
}

.mxw80 {
  max-width: 80px;
}

.mxw90 {
  max-width: 90px;
}

.mxw100 {
  max-width: 100px;
}

.mxw110 {
  max-width: 110px;
}

.mxw120 {
  max-width: 120px;
}

.mxw130 {
  max-width: 130px;
}

.mxw140 {
  max-width: 140px;
}

.mxw150 {
  max-width: 150px;
}

.mxw160 {
  max-width: 160px;
}

.mxw170 {
  max-width: 170px;
}

.mxw180 {
  max-width: 180px;
}

.mxw190 {
  max-width: 190px;
}

.mxw200 {
  max-width: 200px;
}

.mxw210 {
  max-width: 210px;
}

.mxw220 {
  max-width: 220px;
}

.mxw230 {
  max-width: 230px;
}

.mxw240 {
  max-width: 240px;
}

.mxw250 {
  max-width: 250px;
}

.mxw260 {
  max-width: 260px;
}

.mxw270 {
  max-width: 270px;
}

.mxw280 {
  max-width: 280px;
}

.mxw290 {
  max-width: 290px;
}

.mxw300 {
  max-width: 300px;
}

.mxw310 {
  max-width: 310px;
}

.mxw320 {
  max-width: 320px;
}

.mxw330 {
  max-width: 330px;
}

.mxw340 {
  max-width: 340px;
}

.mxw350 {
  max-width: 350px;
}

.mxw360 {
  max-width: 360px;
}

.mxw370 {
  max-width: 370px;
}

.mxw380 {
  max-width: 380px;
}

.mxw390 {
  max-width: 390px;
}

.mxw400 {
  max-width: 400px;
}

.mxw410 {
  max-width: 410px;
}

.mxw420 {
  max-width: 420px;
}

.mxw430 {
  max-width: 430px;
}

.mxw440 {
  max-width: 440px;
}

.mxw450 {
  max-width: 450px;
}

.mxw460 {
  max-width: 460px;
}

.mxw470 {
  max-width: 470px;
}

.mxw480 {
  max-width: 480px;
}

.mxw490 {
  max-width: 490px;
}

.mxw500 {
  max-width: 500px;
}

.mxw510 {
  max-width: 510px;
}

.mxw520 {
  max-width: 520px;
}

.mxw530 {
  max-width: 530px;
}

.mxw540 {
  max-width: 540px;
}

.mxw550 {
  max-width: 550px;
}

.mxw560 {
  max-width: 560px;
}

.mxw570 {
  max-width: 570px;
}

.mxw580 {
  max-width: 580px;
}

.mxw590 {
  max-width: 590px;
}

.mxw600 {
  max-width: 600px;
}

.mxw610 {
  max-width: 610px;
}

.mxw620 {
  max-width: 620px;
}

.mxw630 {
  max-width: 630px;
}

.mxw640 {
  max-width: 640px;
}

.mxw650 {
  max-width: 650px;
}

.mxw660 {
  max-width: 660px;
}

.mxw670 {
  max-width: 670px;
}

.mxw680 {
  max-width: 680px;
}

.mxw690 {
  max-width: 690px;
}

.mxw700 {
  max-width: 700px;
}

.mxw710 {
  max-width: 710px;
}

.mxw720 {
  max-width: 720px;
}

.mxw730 {
  max-width: 730px;
}

.mxw740 {
  max-width: 740px;
}

.mxw750 {
  max-width: 750px;
}

.mxw760 {
  max-width: 760px;
}

.mxw770 {
  max-width: 770px;
}

.mxw780 {
  max-width: 780px;
}

.mxw790 {
  max-width: 790px;
}

.mxw800 {
  max-width: 800px;
}

.w0p {
  width: 0%;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
html {
  font-size: 62.5%;
}

body {
  min-width: 768px;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.2rem;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6rem;
}

body.a-Page--finalWizardStep .u-Layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  max-width: 720px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.a-Page--finalWizardStep .a-Wizard--requestWorkspace {
  display: block;
}

body.a-Page--finalWizardStep .a-Button--wizardFinish {
  padding: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 8px 0;
}

p:only-child {
  margin-bottom: 0;
}

#wwvFlowForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.a-Body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  clear: both;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.apex-resize-block .resize {
  display: block !important;
}

.a-SystemMessage {
  overflow: hidden;
  padding: 8px 12px;
  min-height: 41px;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid;
  border-bottom: 0 solid;
}

.a-LinkBlockList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-LinkBlockList-item {
  padding: 0;
}

.a-LinkBlockList-link {
  display: block;
  margin: 12px;
  padding: 12px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background-color .2s, border-color .2s, -webkit-box-shadow .1s;
  transition: background-color .2s, border-color .2s, -webkit-box-shadow .1s;
  transition: background-color .2s, border-color .2s, box-shadow .1s;
  transition: background-color .2s, border-color .2s, box-shadow .1s, -webkit-box-shadow .1s;
}

.a-LinkBlockList-link:hover {
  text-decoration: none;
}

.a-LinkBlockList-label {
  display: block;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 1;
}

.a-LinkBlockList-info {
  display: block;
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
}

.a-LinkBlockList-text--right {
  float: right;
  margin-left: 8px;
}

.justGageContainer {
  margin: 0 auto;
}

.lButtonContainer .aButton {
  vertical-align: top;
}

.lButtonContainer .aButton.viewMode.rightPill {
  margin-right: 8px;
}

/**
 *
 * Scroll Bars
 *
 */
::-webkit-Scrollbar {
  width: 8px;
  height: 8px;
}

/* Faceted Search Pages
   ========================================================================== */
.a-Page--facetedSearch .a-Side {
  width: 280px;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
.ebaLaunchPadRegion * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  border: 0;
}

table {
  empty-cells: show;
}

.pbutton,
.pb {
  cursor: pointer;
}

/* ANCHOR TAGS */
a.noline:link,
a.noline:visited {
  text-decoration: none;
}

a.itemLabel:visited,
a.itemLabel:link,
a.itemLabel {
  color: black;
  font-size: 10pt;
  text-decoration: none;
}

a.itemLabel:hover {
  text-decoration: underline;
}

a.list,
a.list:link,
a.list:visited {
  color: black;
  font-size: 10pt;
  text-decoration: none;
}

a.list:hover {
  text-decoration: underline;
}

a.nolink:link,
a.nolink:visited,
a.nolink:hover {
  color: black;
  text-decoration: none;
}

/* FONTS */
/* RELATIVE SIZES */
.black80 {
  font-size: 80%;
  color: black;
}

.black85 {
  font-size: 85%;
  color: black;
}

.black90 {
  font-size: 90%;
  color: black;
}

.black95 {
  font-size: 95%;
  color: black;
}

.black100 {
  font-size: 100%;
  color: black;
}

.black110 {
  font-size: 110%;
  color: black;
}

.black120 {
  font-size: 120%;
  color: black;
}

.black130 {
  font-size: 130%;
  color: black;
}

.black140 {
  font-size: 140%;
  color: black;
}

.black150 {
  font-size: 150%;
  color: black;
}

.white80 {
  font-size: 80%;
  color: white;
}

.white85 {
  font-size: 85%;
  color: white;
}

.white90 {
  font-size: 90%;
  color: white;
}

.white95 {
  font-size: 95%;
  color: white;
}

.white100 {
  font-size: 100%;
  color: white;
}

.white110 {
  font-size: 110%;
  color: white;
}

.white120 {
  font-size: 120%;
  color: white;
}

.white130 {
  font-size: 130%;
  color: white;
}

.white140 {
  font-size: 140%;
  color: white;
}

.white150 {
  font-size: 150%;
  color: white;
}

/* ABSOLUTE SIZES - we need to change these to relative sizes eventually. */
.fielddata {
  font-size: 10pt;
  color: #000000;
}

.fielddatabold {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

.fielddatasmall {
  font-size: 8pt;
  color: #000000;
}

table.tiny td {
  padding: 2px;
}

.tiny {
  font-size: 7.5pt;
}

.code {
  font-size: 10pt;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* CLASSES USED BY THE REPORTING ENGINE, MAY BE COLOR SPECIFIC */
.tableheader {
  font-size: 10pt;
  font-weight: bold;
  background: #cccc99;
  color: #336699;
}

.tabledata {
  font-size: 10pt;
  background: #f7f7e7;
  color: #000000;
}

.tabledata-alt {
  font-size: 10pt;
  background: #ffffff;
  color: #000000;
}

.tabledatabold {
  font-size: 10pt;
  font-weight: bold;
  background: #f7f7e7;
  color: #000000;
}

table.standardLook th {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  padding: 2px 3px 2px 3px;
  white-space: nowrap;
  vertical-align: bottom;
}

table.standardLook td {
  font-size: 10pt;
  color: #000000;
  padding: 2px 3px 2px 3px;
}

table.default1 th {
  font-size: 10pt;
  font-weight: bold;
  background: #cccc99;
  color: #336699;
  padding: 2px;
  white-space: nowrap;
  vertical-align: bottom;
}

table.default1 td {
  font-size: 10pt;
  background: #f7f7e7;
  color: #000000;
  padding: 2px;
}

table.default1 td.alt {
  font-size: 10pt;
  background: #ffffff;
  color: #000000;
}

table.default2 {
  border-left: 1px #cccc99 solid;
  border-top: 1px #cccc99 solid;
  background: #f7f7e7;
  font-size: 10pt;
  margin-top: 1px;
}

table.default2 th {
  font-weight: bold;
  background: #cccc99;
  color: #336699;
  padding: 2px;
  border-bottom: 1px #f7f7e7 solid;
  border-right: 1px #f7f7e7 solid;
  font-size: 10pt;
  white-space: nowrap;
  vertical-align: bottom;
}

table.default2 td {
  padding: 2px;
  border-bottom: 1px #cccc99 solid;
  border-right: 1px #cccc99 solid;
  font-size: 10pt;
}

table.default3 th {
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}

table.default3 td {
  font-size: 8pt;
  color: #000000;
}

table.default4 {
  margin: 5px auto 0.5em auto;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #efefef;
}

table.default4 td {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.default4 th {
  font-weight: bold;
  font-size: 10pt;
  color: #ffffff;
  background-color: #bbbbbb;
  border-left: 1px solid #e0e7f7;
  border-top: 1px solid #e0e7f7;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
  vertical-align: bottom;
}

table.default4 td.even {
  background-color: #fefefe;
  font-size: 10pt;
  white-space: nowrap;
}

table.default4 td.odd {
  background-color: #efefef;
  font-size: 10pt;
  white-space: nowrap;
}

table.vertical1 td {
  font-size: 10pt;
  color: #000000;
  padding: 2px 5px 2px 5px;
}

table.vertical1 td.L {
  text-align: right;
  padding-right: 6px;
}

table.vertical1 td.R {
  text-align: left;
  font-weight: bold;
  padding-left: 3px;
}

table.vertical1 td.vertical1Border {
  font-size: 0;
  height: 1px;
}

table.vertical2 {
  border: 1px #bbbbbb solid;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 10pt;
  margin-top: 1px;
}

table.vertical2 td.L {
  font-weight: bold;
  padding: 2px;
  white-space: nowrap;
  vertical-align: bottom;
  width: 30%;
  text-align: right;
  border: 1px #bbbbbb solid;
  background: #999999;
  color: #ffffff;
}

table.vertical2 td {
  padding: 2px;
  border: 1px #bbbbbb solid;
  text-align: left;
}

/* USED FOR INLINE EDIT IMAGES */
img.eLink,
a.eLink {
  border: none;
  display: none !important;
}

img.eLinkOn,
a.eLinkOn {
  border: none;
  display: inline !important;
}

ul.noIndent {
  margin: 0;
  padding-left: 1.2em;
}

ul.noIndent li {
  padding-left: 0;
}

div.popupHead {
  background-color: #cccccc;
  padding: 4px;
  border-bottom: 1px #999999 solid;
}

/* Class(es) to hide html elements that only apply to Section 508 rules */
.hideMe508 {
  display: none;
}

/* Other */
span.errTxt {
  color: #ff0000;
  font-size: 7.5pt;
}

div.htmldbDebug {
  padding-left: 3px;
  font-size: 10 !important;
}

div.htmldbHtmlEditor {
  font-size: 12px;
}

div.htmldbHtmlEditor p {
  font-size: inherit;
}

div.htmldbHtmlEditor em {
  font-style: italic;
  font-size: 12px;
}

div.htmldbHtmlEditor h1 {
  font-size: 120%;
}

div.htmldbHtmlEditor h2 {
  font-size: 140%;
}

div.htmldbHtmlEditor h3 {
  font-size: 160%;
}

div.htmldbHtmlEditor h4 {
  font-size: 180%;
}

div.htmldbHtmlEditor h5 {
  font-size: 200%;
}

div.htmldbHtmlEditor h6 {
  font-size: 220%;
}

div.htmldbHtmlEditor ol,
div.htmldbHtmlEditor ol li {
  list-style-type: decimal;
  font-size: inherit;
}

div.htmldbHtmlEditor ul,
div.htmldbHtmlEditor ul li {
  list-style-type: disc;
  font-size: inherit;
}

img.apexDatePickerIcon[class] {
  vertical-align: middle;
}

ol {
  margin: 0 0 0 20px;
  padding: 0;
}

ul {
  margin: 0 0 0 20px;
  padding: 0;
}

/* built in for shuttle */
.shuttleSort1 img,
.shuttleSort2 img,
.shuttleControl img {
  display: block;
  cursor: pointer;
  margin: 3px;
}

/* built in for color picker */
body.colorpicker {
  background: #fff;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 1px;
}

#color_pallet_tab {
  margin: 0 auto;
}

#color_pallet_tab .color {
  display: block;
  float: left;
  width: 18px;
  height: 12px;
  margin: 1px 1px 0 0;
  cursor: pointer;
}

#color_pallet_tab .color br {
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
}

#current_color {
  height: 20;
  margin: 2 auto;
  clear: both;
}

.colorpreview {
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  border: 1px #000000 solid;
}

/*
* complex default layout
**/
.calculator,
.colorpicker,
.lov,
.datepicker {
  white-space: nowrap;
  vertical-align: top;
}

.checkbox_group,
.radio_group {
  vertical-align: top;
  margin: auto 0;
}

.ajax_shuttle select {
  height: 150;
  width: 300;
}

/*worksheet specific*/
.worksheet_detail {
  font-size: 12px;
}

.worksheet_detail th,
.worksheet_detail td {
  font-size: 1em;
  padding: 2px 8px;
}

.worksheet_detail th {
  text-align: right;
  background: none;
  background-image: none;
}

.worksheet .worksheet_detail th.group,
.worksheet_detail th.group {
  text-align: left;
  padding: 6px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  background: #efefef;
}

.worksheet_detail th.group img {
  margin-right: 5px;
  cursor: pointer;
}

.worksheet .worksheet_detail th.group,
.worksheet .worksheet_detail th {
  background: none;
  border: none;
  background-image: none;
  color: #000;
}

.calculator td.w20 {
  width: 20;
  height: 20;
  text-align: center;
  font-size: 12px;
  color: #000000;
  padding: 4px;
  border: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  cursor: pointer;
}

.calculator td.w40 {
  width: 40;
  height: 20;
  text-align: center;
  font-size: 12px;
  color: #000000;
  padding: 4px;
  border: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  cursor: pointer;
}

.calculator td.w120 {
  width: 100%;
  height: 20;
  font-size: 12px;
  color: #000000;
  padding: 4px;
  border: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
}

th.current {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #efefef;
  color: #000;
  background-image: none;
}

#webpage {
  font-size: 12px !important;
  empty-cells: show;
  height: 100%;
}

#webpage * {
  font-size: 12px !important;
}

#webpage td.column {
  height: 100%;
  border: 1px solid #efefef;
  empty-cells: show;
  padding: 15px 5px;
}

table.wb_region {
  border: 1px solid #999;
  width: 300;
  font-size: 12px !important;
  margin: 2px;
}

table.wb_region th {
  border-bottom: 1px solid #999;
  background: #efefef;
}

#columnbuilder {
  border: 1px solid #aaaaaa;
  background: #efefef;
}

#columnbuilder td {
  white-space: nowrap;
  font-size: 9px;
  border-bottom: 1px solid #fff;
  vertical-align: middle !important;
  height: 1em;
  line-height: 1em;
}

#columnbuilder td span {
  vertical-align: middle !important;
  height: 1em;
  line-height: 1em;
}

#columnbuilder td input {
  border: 1px solid #999 !important;
}

table.TopBarUIFix {
  margin: 0 0 6px 0;
  empty-cells: show;
}

td.TopBarUIFixL {
  white-space: nowrap;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

td.TopBarUIFixC {
  white-space: nowrap;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

td.TopBarUIFixC a {
  display: block;
  height: 100%;
  width: 25px;
  text-decoration: none;
  cursor: help;
}

td.TopBarUIFixR {
  border: none;
  white-space: nowrap;
}

td.TopBarUIFixL *,
td.TopBarUIFixR *,
td.TopBarUIFixC * {
  vertical-align: middle;
}

.dhtmlSubMenu {
  background: #f6f6f6;
  font-size: 11px;
  width: 200;
  border: 2px solid #b7b7b7;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dhtmlSubMenu li {
  margin: 0;
  padding: 0;
}

.dhtmlMenuSep {
  text-align: center;
}

img.dhtmlMenuSep {
  display: block;
  margin: auto;
  width: 80%;
  border: 1px solid #f6f6f6;
  height: 1px;
  background: #ccc;
}

.dhtmlSubMenu img.dhtmlSep {
  width: 180;
  height: 1px;
}

.dhtmlSubMenu .htmldbMIMG,
.dhtmlSubMenuS .htmldbMIMG {
  vertical-align: middle;
  float: right;
  width: 5px;
  height: 9px;
}

.dhtmlSubMenu .dhtmlSubMenuP {
  text-align: center;
  color: #808080;
  padding: 3px 8px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  margin: 1px;
}

.dhtmlSubMenu a.dhtmlSubMenuS,
.dhtmlSubMenu a.dhtmlSubMenuN {
  border: 1px solid #f6f6f6;
  color: #808080;
  display: block;
  font-weight: normal;
  padding: 3px 8px;
  text-decoration: none;
  white-space: nowrap;
  margin: 1px;
  height: 1%;
  overflow: hidden;
}

/* Shows current number of rows selected */
li.dhtmlSubMenuSelected a.dhtmlSubMenuN {
  background-color: #CCC;
}

.dhtmlSubMenu a.dhtmlSubMenuS:hover,
.dhtmlSubMenu a.dhtmlSubMenuN:hover,
.dhtmlSubMenu a.dhtmlSubMenuS:focus,
.dhtmlSubMenu a.dhtmlSubMenuN:focus,
.dhtmlSubMenu a.dhtmlSubMenuS:active,
.dhtmlSubMenu a.dhtmlSubMenuN:active {
  background: #FFC06F;
  border: 1px solid #000;
  color: #000;
}

a.dhtmlSubMenuS,
a.dhtmlSubMenuN {
  font-size: 1em;
  display: block;
  line-height: 1.2em;
  outline: none;
}

a.dhtmlSubMenuS *,
a.dhtmlSubMenuN * {
  vertical-align: middle;
}

a.dhtmlSubMenuS span {
  display: block;
  font-size: 1em;
  float: left;
}

a.dhtmlSubMenuS img {
  display: block;
  float: right;
  width: 5px;
  height: 9px;
}

.dhtmlSubMenu a.dhtmlSubMenuS,
.dhtmlSubMenu a.dhtmlSubMenuN {
  color: #000;
}

div.dhtmlMenuLG {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

div.dhtmlMenuLG div.dhtmlMenuItem {
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}

div.dhtmlMenuLG a.dhtmlBottom {
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin: 0 5px;
  font-weight: bold;
}

div.dhtmlMenuLGButton {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 4px;
  vertical-align: middle;
  white-space: nowrap;
}

div.dhtmlMenuLGButton div.dhtmlMenuItem {
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}

div.dhtmlMenuLGButton a.dhtmlBottom {
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin: 0 5px;
  font-weight: bold;
}

.apex-tabular-form-error {
  border: 1px solid #990000;
  background-color: #fccfcc;
  padding: 2px;
}

.apex-tabular-form-error-highlight {
  border: 2px solid #990000;
  background-color: #fccfcc;
  padding: 2px;
}

.apex-tabular-highlight {
  border: 1px solid #cc9900;
  background-color: #ffffcc;
  padding: 2px;
}

.apex-tabular-form-error-box {
  border-radius: 10;
  background: #ffffcc;
  border: 1px solid #ffcc66;
  margin: 10;
  width: 600;
}

.apex-tabular-form-error-box .msg {
  padding: 10;
  text-align: center;
}

/**
 * Default Month Calendar - Below Calendar Data Display CSS
 */
.DefMonthCalendar .DefDay {
  text-align: left;
  vertical-align: top;
  height: 50;
  color: #465769;
  font-weight: bold;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #999999;
  margin: 0;
  padding: 4px;
  background-color: #E5E5E5;
}

.DefMonthCalendar .DefHour {
  width: 30;
  font: bold 12px/16px Arial, sans-serif;
  color: #465769;
  font-weight: bold;
  text-align: right;
  padding: 0 5px 35px 10;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: #E5E5E5;
}

/**
 * Default Week Calendar CSS
 */
.DefWeekCalendarHolder {
  width: 600;
}

.DefWeekCalendarHolder .DefMonthTitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #FF0000;
}

.DefWeekCalendar {
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  width: 100%;
}

.DefWeekCalendar .DefDayOfWeek {
  color: #000000;
  padding: 3px;
  background-color: #999999;
  border-right: 1px solid #666666;
}

.DefWeekCalendar td {
  height: 30;
  width: 14%;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}

.DefWeekCalendar .DefDayTitle {
  padding: 0;
  font-weight: bold;
  text-align: right;
  float: right;
  border: 0 solid #666666;
  border-right: none;
  border-top: none;
}

.DefWeekCalendar .DefDay {
  vertical-align: top;
}

.DefWeekCalendar .DefNonDay {
  background-color: #EEEEEE;
}

.DefWeekCalendar .DefToday {
  vertical-align: top;
  border-top: #999999 1px solid;
  background-color: #DDDDDD;
}

.DefWeekCalendar .DefToday .DefDayTitle {
  background-color: #FFFFFF;
}

.DefWeekCalendar .DefHour {
  height: 30;
  width: 5%;
  border-top: 1px solid #666666;
  background-color: #999999;
}

.DefWeekCalendar .DefHourTitle {
  width: 40;
  background-color: #999999;
}

/**
 * Default Daily Calendar CSS
 */
.DefDayCalendarHolder {
  width: 600;
}

.DefDayCalendarHolder .DefMonthTitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #FF0000;
}

.DefDayCalendar {
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  width: 100%;
}

.DefDayCalendar .DefDayOfWeek {
  color: #000000;
  padding: 3px;
  background-color: #999999;
  border-right: 1px solid #666666;
}

.DefDayCalendar td {
  width: 560;
  height: 30;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
}

.DefDayCalendar .DefDayTitle {
  padding: 0;
  font-weight: bold;
  text-align: right;
  float: right;
  border: 0 solid #666666;
  border-right: none;
  border-top: none;
}

.DefDayCalendar .DefDay {
  vertical-align: top;
}

.DefDayCalendar .DefToday {
  vertical-align: top;
  border-right: #999999 1px solid;
  border-top: #999999 1px solid;
  background-color: #DDDDDD;
}

.DefDayCalendar .DefToday .DefDayTitle {
  background-color: #FFFFFF;
}

.DefDayCalendar .DefHour {
  width: 40;
  height: 30;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  background-color: #999999;
}

.DefDayCalendar .DefHourTitle {
  width: 40;
  background-color: #999999;
}

/**
* Default Custom Calendar styles
**/
.DefcstCalendarHolder {
  width: 600;
}

.DefcstCalendarHolder .DefMonthTitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #FF0000;
}

.DefcstCalendar {
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  width: 100%;
}

.DefcstCalendar .DefDayOfWeek {
  color: #000000;
  padding: 3px;
  background-color: #999999;
  border-right: 1px solid #666666;
}

.DefcstCalendar td {
  height: 75px;
  width: 14%;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}

.DefcstCalendar .DefDayTitle {
  padding: 0;
  font-weight: bold;
  text-align: right;
  float: right;
  border: 0 solid #666666;
  border-right: none;
  border-top: none;
}

.DefcstCalendar .DefDay {
  vertical-align: top;
}

.DefcstCalendar .DefNonDayTitle {
  text-align: right;
  color: #CCCCCC;
}

.DefcstCalendar .DefNonDay {
  background-color: #EEEEEE;
}

.DefcstCalendar .DefWeekendDayTitle {
  padding: 2px;
  font-weight: bold;
  float: right;
  border: 2px solid #666666;
  border-right: none;
  border-top: none;
  text-align: right;
  color: #CCCCCC;
}

.DefcstCalendar .DefToday {
  vertical-align: top;
  border-top: #999999 1px solid;
  background-color: #DDDDDD;
}

.DefcstCalendar .DefToday .DefDayTitle {
  background-color: #FFFFFF;
}

.DefCstWeekCalendarHolder {
  width: 600;
}

.DefCstWeekCalendarHolder .DefMonthTitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #FF0000;
}

.DefCstWeekCalendar {
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  width: 100%;
}

.DefCstWeekCalendar .DefDayOfWeek {
  color: #000000;
  padding: 3px;
  background-color: #999999;
  border-right: 1px solid #666666;
}

.DefCstWeekCalendar td {
  height: 30;
  width: 14%;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}

.DefCstWeekCalendar .DefDayTitle {
  padding: 0;
  font-weight: bold;
  text-align: right;
  float: right;
  border: 0 solid #666666;
  border-right: none;
  border-top: none;
}

.DefCstWeekCalendar .DefDay {
  vertical-align: top;
}

.DefCstWeekCalendar .DefNonDay {
  background-color: #EEEEEE;
}

.DefCstWeekCalendar .DefToday {
  vertical-align: top;
  border-top: #999999 1px solid;
  background-color: #DDDDDD;
}

.DefCstWeekCalendar .DefToday .DefDayTitle {
  background-color: #FFFFFF;
}

.DefCstWeekCalendar .DefHour {
  height: 30;
  width: 5%;
  border-top: 1px solid #666666;
  background-color: #999999;
}

.DefCstWeekCalendar .DefHourTitle {
  width: 40;
  background-color: #999999;
}

.DefAgendaCalendar {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.DefAgendaCalendar .DefMonthTitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #FF0000;
}

.DefAgendaCalendar .DefDayTitle {
  font: bold 14px/18px Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  border-width: 1px 0 0 0;
  background-color: #999999;
  border-left: 0 solid #666666;
  border-right: 0 solid #666666;
  border-top: 0 solid #999999;
  border-bottom: 0 solid #999999;
  margin: 0;
}

.DefAgendaCalendar .DefDay {
  text-align: left;
  vertical-align: top;
  height: 50;
  color: #465769;
  font-weight: bold;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #999999;
  margin: 0;
  padding: 4px;
  background-color: #E5E5E5;
}

.DefAgendaCalendar .DefHourTitle {
  font: bold 14px/18px Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  background-color: #999999;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #999999;
  margin: 0;
}

.DefAgendaCalendar .DefHour {
  width: 30;
  font: bold 12px/16px Arial, sans-serif;
  color: #465769;
  font-weight: bold;
  text-align: right;
  padding: 0 5px 35px 10;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: #E5E5E5;
  vertical-align: center;
}

.DefAgendaCalendar .DefToDayTitle {
  font: bold 14px/18px Arial, sans-serif;
  text-align: center;
  color: #999999;
  border-width: 1px 0 0 0;
  background-color: #DDDDDD;
  border-left: 0 solid #666666;
  border-right: 0 solid #666666;
  border-top: 0 solid #999999;
  border-bottom: 0 solid #999999;
  margin: 0;
}

.DefAgendaCalendar .DefToday {
  text-align: left;
  vertical-align: top;
  height: 50;
  color: #465769;
  font-weight: bold;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #999999;
  margin: 0;
  padding: 4px;
  background-color: #F5F6F5;
}

.DefAgendaCalendar .DefTodayHourTitle {
  font: bold 14px/18px Arial, sans-serif;
  text-align: center;
  color: #999999;
  background-color: #DDDDDD;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
  margin: 0;
}

.DefAgendaCalendar .DefTodayHour {
  width: 30;
  font: bold 12px/16px Arial, sans-serif;
  color: #465769;
  font-weight: bold;
  text-align: right;
  padding: 0 5px 35px 10;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: #F5F6F5;
  vertical-align: center;
}

/**
*This is Calendar Drag & Drop related Classes
* */
.calDragDrop {
  width: 98%;
}

.apex_cal_data_grid_src {
  width: 100%;
  margin-top: 2px;
}

/**
 *This is the standard apex finderbar
 * */
table.apex_finderbar {
  margin: 5px 0;
  empty-cells: show;
}

td.apex_finderbar_middle {
  white-space: nowrap;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

td.apex_finderbar_middle a {
  display: block;
  height: 100%;
  text-decoration: none;
}

td.apex_finderbar_left {
  white-space: nowrap;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

.apex_finderbar_left_middle {
  background-image: url(../htmldb/builder/builder_find_bg.png);
}

.apex_finderbar_left_top {
  background-image: url(../htmldb/builder/builder_find_bg.png);
}

.apex_finderbar_left_top img.spacer {
  display: block;
  background-image: url(../htmldb/builder/builder_find_top.png);
}

.apex_finderbar_left_bottom {
  background-image: url(../htmldb/builder/builder_find_bg.png);
}

.apex_finderbar_left_bottom img.spacer {
  display: block;
  background-image: url(../htmldb/builder/builder_find_bottom.png);
}

.apex_finderbar_buttons {
  padding-left: 10;
  white-space: nowrap;
}

.apex_close {
  margin-right: 10;
}

#loader {
  position: absolute;
  top: 0;
  left: 45%;
}

td.apex_finderbar_middle label {
  display: block;
}

span.ws_link {
  text-decoration: underline;
  cursor: pointer;
}

.error {
  border: 1px solid red;
}

.error_text {
  color: red;
}

table.accessible-report {
  border: 1px #aaa solid;
  margin: 4px;
}

table.accessible-report tfoot tr td,
table.accessible-report tfoot,
table.accessible-report tfoot tr {
  background: #f4f4f4;
  border: 0;
}

table.accessible-report > tbody > tr > th {
  background: #aaaaaa;
  font-weight: bold;
  border-bottom: 1px #aaa solid;
  white-space: nowrap;
  vertical-align: bottom;
  padding: 4px 9px;
  color: #ffffff;
  font-size: 12px;
  background-repeat: repeat-x;
}

table.accessible-report > tbody > tr > td {
  background: #f4f4f4;
  border-top: 1px #fff solid;
  border-bottom: 1px #ccc solid;
  font-size: 12px;
  padding: 2px 9px;
  empty-cells: show;
}

table.accessible-report > tbody > tr > th a {
  color: #ffffff;
  font-size: 12px;
}

table.standard-report {
  border: 1px #aaa solid;
}

table.standard-report tfoot tr td,
table.standard-report tfoot,
table.standard-report tfoot tr {
  background: #f4f4f4;
  border: 0;
}

table.standard-report > tbody > tr > th {
  background: #879cbd;
  font-weight: bold;
  border-bottom: 1px #aaa solid;
  white-space: nowrap;
  vertical-align: bottom;
  padding: 4px 9px;
  color: #ffffff;
  font-size: 12px;
  background-image: url(../apex/reg_top_bg.png);
  background-repeat: repeat-x;
}

table.standard-report > tbody > tr > td {
  background: #f4f4f4;
  border-top: 1px #fff solid;
  border-bottom: 1px #ccc solid;
  font-size: 12px;
  padding: 2px 9px;
  empty-cells: show;
}

table.standard-report > tbody > tr > th a {
  color: #ffffff;
  font-size: 12px;
}

table.column_mapping {
  border-top: 1px #aaa solid;
  width: 100%;
}

table.column_mapping tfoot tr td,
table.column_mapping tfoot,
table.column_mapping tfoot tr {
  border: 0;
}

table.column_mapping > tbody > tr > th {
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  white-space: nowrap;
  vertical-align: bottom;
  padding: 4px 9px;
  color: #000000;
  font-size: 12px;
  background-repeat: repeat-x;
}

table.column_mapping > tbody > tr > td {
  border-bottom: 1px #ccc solid;
  font-size: 12px;
  padding: 2px 9px;
  empty-cells: show;
}

table.column_mapping > tbody > tr > th a {
  color: #efefef;
  font-size: 12px;
}

/**
 *AJAX Based data adding to Calendar
 */
#apex_cal_DATA_PANEL_DROP {
  background: #efefef;
  border: 1px solid #999999;
  z-index: 1;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 6px;
  clear: both;
  float: left;
}

#apex_cal_DATA_PANEL_DROP label {
  font-size: 12px !important;
}

#apex_cal_DATA_PANEL_DROP td {
  white-space: nowrap !important;
}

/**
 *apex_
 *everthing we automatically output will should be prepended with apex_
 */
table tr td.apex_report_break {
  border-left: none !important;
  border-right: none !important;
  padding: 5px;
}

.apex_wait_popup {
  display: block;
  padding: 5px;
  font-size: 16px;
  width: 300;
  text-align: center;
  left: 40%;
  top: 30%;
  position: absolute;
  border: 2px solid #666;
  background-color: #FFF;
  z-index: 1002;
}

.apex_wait_overlay {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  opacity: .5;
}

.apex-loading-indicator {
  background-image: url("../../apex_ui/img/legacy/loading16x16.gif");
  padding: 1px 8px 1px 8px;
}

/*.apex_disabled {
  background-color: #ccc;
}
*/
.apex_disabled_multi {
  color: #ccc;
}

/* topbar */
.topbar {
  padding: 0 0 4px 0;
  float: left;
  clear: right;
  overflow: hidden;
}

.topbar .topbar-items {
  float: left;
}

.topbar .topbar-buttons {
  float: left;
  padding: 16px 0;
}

.topbar .topbar-top {
  width: 100%;
  float: left;
  background: url(../apex/builder/bg-topbox.gif) no-repeat 0 0;
}

.topbar .topbar-top .topbar-top-r {
  height: 3px;
  color: #ffffff;
  font-size: 1px;
  font-weight: bold;
  background: url(../apex/builder/bg-topbox-r.gif) no-repeat 100% 0;
}

.topbar .topbar-body {
  float: left;
  width: 100%;
  background: url(../apex/builder/bg-region-frame-l.gif) repeat-y scroll 0 0;
}

.topbar .topbar-body .topbar-body-r {
  color: #000000;
  font-size: 14px;
  padding: 0 12px 0 2px;
  background: url(../apex/builder/bg-region-frame-r.gif) repeat-y scroll 100% 0;
}

.topbar .topbar-body .topbar-content {
  padding: 6px;
  clear: right;
  background: #f8f8f8 url(../apex/builder/bg-announcements.gif) repeat-x scroll 0 100%;
  height: 1%;
  overflow: hidden;
}

.topbar .topbar-body .topbar-content .formlayout .body {
  padding: 2px 0 0 0;
}

.topbar .topbar-bottom {
  width: 100%;
  float: left;
  height: 10;
  overflow: hidden;
  background: url(../apex/builder/bg-region-bottom-l.gif) no-repeat scroll 0 0;
}

.topbar .topbar-bottom .topbar-bottom-r {
  color: #000000;
  height: 5px;
  overflow: hidden;
  background: url(../apex/builder/bg-region-bottom-r.gif) no-repeat scroll 100% 0;
}

/* Two Col Report */
div.two-col-report-portlet div.report-row {
  clear: both;
  border-bottom: 1px dotted #CCC;
}

div.two-col-report-portlet div.report-row div.report-col-hdr {
  float: left;
  font: normal 12px/20 Arial, sans-serif;
}

div.two-col-report-portlet div.report-row div.report-col-val {
  float: right;
  font: bold 12px/20 Arial, sans-serif;
}

/* show pre- and post-text on the same line as the item type */
fieldset.checkbox_group {
  vertical-align: baseline;
}

fieldset.datepicker,
fieldset.lov,
fieldset.radio_group,
fieldset.textarea,
fieldset.shuttle,
fieldset.colorpicker,
fieldset.html_editor,
fieldset.listmanager {
  vertical-align: middle;
}

.fixed-header-report table {
  empty-cells: show;
  border: 1px solid #cccccc;
}

.fixed-header-report table tbody {
  display: block;
  height: 200;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.fixed-header-report table thead tr {
  background-color: #cccccc;
  background-image: url(../images/report_bg.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #cccccc;
  display: block;
}

.fixed-header-report table th.header {
  color: #ffffff;
  padding: 4px 10;
  font-size: 12px;
}

.fixed-header-report table th.header a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
}

.fixed-header-report table td.data {
  background-color: #f0f0f0;
  padding: 4px 10;
  border-bottom: 1px solid #cccccc;
}

.fixed-header-report table td.data-alt {
  background-color: #ffffff;
  padding: 4px 10;
  border-bottom: 1px solid #cccccc;
}

.fixed-header-report table p {
  overflow: hidden;
  margin: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
.comp-view-page div.htmldbBodyMargin {
  margin: 0;
}

.comp-view-col-cell {
  border-right: 1px solid;
}

.comp-view-col-cell:last-child {
  border-right-width: 0;
}

#body4150 {
  border-bottom: 1px solid;
}

.gotoPage .gotoPageIcon {
  float: left;
  margin: 8px 4px 8px 8px;
  width: 16px;
  height: 16px;
}

.comp-view-col .aRegion {
  margin-bottom: 0;
  border-width: 0 0 1px 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Accordion
   ========================================================================== */
/**
 * Core Accordion
 *
 * This component provides the structure for an Accordion style component which
 * allows regions to appear together as part of one set with at most one
 * being expanded at a time.
 *
 * jQuery Call:
* $( "#accordion" ).accordion({
*   icons: false,
*   header: ".a-Region-header",
*   heightStyle: 'content',
*   collapsible: true
* });
 *
 */
.a-Accordion-item {
  margin-top: -1px;
}

.a-Accordion-item .a-Region {
  border-width: 0;
  border-radius: 0 !important;
}

.a-Accordion-item .a-Region > .a-Region-header {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
}

.a-Accordion.ui-accordion .ui-accordion-header.ui-state-focus {
  outline: none;
  z-index: 100;
}

.a-Accordion.ui-accordion .ui-accordion-header,
.a-Accordion.ui-accordion .ui-accordion-header.ui-state-active {
  padding: 0 8px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Alert
   ========================================================================== */
.a-AlertMessages-messageTitle .a-Notification-title {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Wizard Alert
   ========================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: .25;
    -webkit-transform: translateY(24px) scale(0.75);
            transform: translateY(24px) scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: .25;
    -webkit-transform: translateY(24px) scale(0.75);
            transform: translateY(24px) scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

.a-Alert--wizard {
  margin: 16px auto;
  padding: 16px;
  max-width: 760px;
  width: 50vw;
  background-clip: border-box;
  border: 1px solid;
  border-radius: 6px;
  opacity: .25;
  -webkit-transform: translateY(24px) scale(0.75) origin(bottom center);
          transform: translateY(24px) scale(0.75) origin(bottom center);
  -webkit-animation: fadeIn ease-in-out 1;
          animation: fadeIn ease-in-out 1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /**
   * Media Queries
   */
}

.a-Alert--wizard .a-Alert-icon {
  padding: 24px 0 12px 0;
  text-align: center;
}

.a-Alert--wizard .a-Alert-icon .a-Icon {
  width: 64px;
  height: 64px;
}

.a-Alert--wizard .a-Alert-icon .a-Icon:before {
  font-size: 64px;
}

.a-Alert--wizard .a-Alert-header {
  padding: 0 0 24px 0;
  border-bottom: 1px solid;
}

.a-Alert--wizard .a-Alert-title {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.a-Alert--wizard .a-Alert-subTitle {
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.a-Alert--wizard .a-Alert-body {
  padding: 16px 24px 8px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.a-Alert--wizard .a-Alert-buttons {
  margin: 0 auto;
  padding: 16px 24px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .a-Alert--wizard {
    width: auto;
  }
}

.a-Alert--wizard .a-Alert-inset {
  padding: 12px 16px;
  border-radius: 2px;
}

.a-Alert--wizard .a-Alert-inset ul {
  margin: 12px 0 12px 24px;
  list-style: decimal;
  font-size: 12px;
  line-height: 16px;
}

.a-Alert--wizard .a-Alert-inset li {
  margin-bottom: 4px;
}

.a-Alert--wizard .a-Alert-inset pre {
  font-size: 10px;
  line-height: 16px;
}

/* Alert within Wizard
   ========================================================================== */
.a-Wizard-body > .a-Alert--wizard,
.a-Alert--inlineDialog.a-Alert--wizard {
  width: auto;
  border: none;
}

.a-Wizard-body > .a-Alert--wizard .a-Alert-title,
.a-Alert--inlineDialog.a-Alert--wizard .a-Alert-title {
  font-weight: 600;
  font-size: 32px;
}

/* Horizontal Alert
   ========================================================================== */
.a-Alert--horizontal {
  position: relative;
  margin-bottom: 8px;
  border-radius: 2px;
}

.a-Alert--horizontal .a-Alert-wrap {
  display: table;
  width: 100%;
}

.a-Alert--horizontal .a-Alert-icon,
.a-Alert--horizontal .a-Alert-content,
.a-Alert--horizontal .a-Alert-buttons {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

.a-Alert--horizontal .a-Alert-icon {
  margin: 48px;
  padding-right: 0;
  width: 1%;
  text-align: center;
}

.a-Alert--horizontal .a-Alert-buttons {
  padding-left: 0;
  width: 1%;
  text-align: right;
  white-space: nowrap;
}

.a-Alert--horizontal .a-Alert-title {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.a-Alert--horizontal .a-Alert-body {
  margin-top: 4px;
}

.a-Alert--horizontal .a-Alert-body p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.a-Alert--horizontal .a-Alert-title,
.a-Alert--horizontal .a-Alert-body {
  font-weight: 400;
}

.a-Alert--horizontal .a-Alert-icon .a-Icon {
  width: 32px;
  height: 32px;
}

.a-Alert--horizontal .a-Alert-icon .a-Icon:before {
  font-size: 32px;
}

/**
 * Default Icons
 */
.a-Alert--defaultIcons.a-Alert--warning .a-Alert-icon .a-Icon:before {
  content: '\e017';
}

.a-Alert--defaultIcons.a-Alert--success .a-Alert-icon .a-Icon:before {
  content: '\e007';
}

.a-Alert--defaultIcons.a-Alert--danger .a-Alert-icon .a-Icon:before {
  content: '\e010';
}

.a-Alert--defaultIcons.a-Alert--info .a-Alert-icon .a-Icon:before {
  content: '\e023';
}

/**
 * Modifier: No Icon
 */
.a-Alert--noIcon.a-Alert--wizard .a-Alert-icon {
  padding-top: 0;
}

.a-Alert--noIcon.a-Alert--horizontal .a-Alert-icon {
  display: none !important;
}

.a-Alert--noIcon .a-Alert-icon .a-Icon {
  display: none;
}

/**
 * Modifier: No Title
 */
.a-Alert--noTitle .a-Alert-title {
  display: none !important;
}

/**
 * Modifier: Page Alert
 */
.a-Alert--page {
  margin-bottom: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}

.a-Alert--page .a-Alert-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Alert--page .a-Alert-body {
  margin: 4px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.a-Alert--page .a-Alert-content,
.a-Alert--page .a-Alert-buttons {
  padding: 8px;
}

.a-Alert--page .a-Alert-icon {
  padding: 8px 0 8px 8px;
}

.a-Alert--page .a-Alert-icon .a-Icon {
  padding: 4px;
}

.a-Alert--page .a-Alert-icon .a-Icon:before {
  font-size: 24px;
}

.a-Alert--page ul.htmldbUlErr {
  font-weight: normal;
}

/**
 * Modifier: Page Alert
 */
.a-Alert--dialog {
  margin: 0 12px;
  border-width: 0;
}

.a-Alert--dialog .a-Alert-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Alert--dialog .a-Alert-body {
  margin: 4px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.a-Alert--dialog .a-Alert-content,
.a-Alert--dialog .a-Alert-buttons {
  padding: 8px;
}

.a-Alert--dialog .a-Alert-icon {
  padding: 8px 0 8px 8px;
}

.a-Alert--dialog .a-Alert-icon .a-Icon {
  padding: 4px;
}

.a-Alert--dialog .a-Alert-icon .a-Icon:before {
  font-size: 24px;
}

.a-Alert--dialog ul.htmldbUlErr {
  font-weight: normal;
}

/**
 * Modifier: Inline Horizontal
 */
.a-Alert--horizontal.a-Alert--inline {
  margin: 0;
  border-top: 1px solid;
  border-radius: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Alert Badge
   ========================================================================== */
.a-AlertBadge {
  display: inline-block;
  margin-left: 4px;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  border-radius: 20px;
}

.a-AlertBadge:empty {
  display: none;
}

.a-AlertBadge--leftArrow {
  position: relative;
  margin-left: 8px;
  border-radius: 3px;
}

.a-AlertBadge--leftArrow:before {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -4px;
  width: 0;
  height: 0;
  content: " ";
  border: solid transparent;
  border-width: 4px;
  pointer-events: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Alert Messages
   ========================================================================== */
/**
 * Core Alert Message
 *
 * Alert Messages are used in the Page Designer page to indicate warnings and
 * errors that can occur as you change properties in the Property Editor.
 *
 * Example HTML:
 *
 * <li class="a-AlertMessages-item">
 *   <a href="#" class="a-MediaBlock a-AlertMessages-message is-error">
 *     <div class="a-MediaBlock-graphic">
 *       <span class="a-FAIcon a-FAIcon--medium a-FAIcon--error icon-remove-sign"></span>
 *     </div>
 *     <div class="a-MediaBlock-content">
 *       <h5 class="a-AlertMessages-propertyTitle">Region Name &rarr; Property Name</h5>
 *       <p class="a-AlertMessages-messageDescription">Error</p>
 *     </div>
 *   </a>
 * </li>
 */
/**
 * Base Container
 */
.a-AlertMessages-item {
  margin-top: -1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.a-AlertMessages-item:first-child {
  margin-top: 0;
  border-top-width: 0;
}

/**
 * List
 * Used to contain multiple messages
 */
.a-AlertMessages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Property Title
 */
.a-AlertMessages-propertyTitle,
.a-AlertMessages-messageTitle {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

/**
 * Message Link
 */
.a-AlertMessages-message {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-size: 12px;
  border-left: 3px solid;
}

.a-AlertMessages-message .a-MediaBlock-graphic {
  margin: 8px 8px 8px 0;
  width: 24px;
  text-align: center;
}

.a-AlertMessages-message:hover, .a-AlertMessages-message:focus {
  position: relative;
  z-index: 100;
  text-decoration: none;
}

.a-AlertMessages-message:focus {
  outline: none;
  border-width: 0 1px;
}

/**
 * Mesage Description
 */
.a-AlertMessages-messageDescription {
  margin: 0;
  padding: 0;
}

/**
 * Page Alert Messages
 */
.a-AlertMessages--page {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
  margin: 8px;
  width: 360px;
}

.a-AlertMessages--page .a-AlertMessages-item {
  margin-bottom: 8px;
  border-top: none !important;
  border-bottom: none;
}

.a-AlertMessages--page .a-AlertMessages-item:only-child {
  margin-bottom: 0;
}

.a-AlertMessages--page .a-AlertMessages-message {
  position: relative;
  overflow: hidden;
  border-left-width: 0;
  border-radius: 2px;
}

.a-AlertMessages--page .a-AlertMessages-message .a-MediaBlock-graphic {
  margin: 4px 8px 4px 0;
}

.a-AlertMessages--page .a-AlertMessages-message .a-MediaBlock-graphic .a-Icon.icon-remove:before {
  content: "\e027";
}

.a-AlertMessages--page .a-AlertMessages-messageTitle {
  padding: 8px 36px 8px 0;
  font-size: 14px;
  line-height: 16px;
}

.a-AlertMessages--page .a-Button--alertMessages {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  margin: 12px 8px;
}

.a-AlertMessages--page ul.htmldbUlErr a {
  text-decoration: underline;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   App Block
   ========================================================================== */
.a-AppBlock {
  position: relative;
  border-radius: 2px;
  -webkit-transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, box-shadow .1s;
  transition: background-color .1s, box-shadow .1s, -webkit-box-shadow .1s;
}

.a-AppBlock .a-Icon {
  margin: 8px 0;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.a-AppBlock-link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 40px;
  padding: 8px;
}

.a-AppBlock-link:hover {
  text-decoration: none;
}

.a-AppBlock-link:focus {
  outline: none;
  border-radius: 2px;
}

.a-AppBlock-link:focus .a-AppBlock-icon:before {
  opacity: 1;
}

.a-AppBlock-icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 4px;
}

.a-AppBlock-icon:before {
  margin: 16px;
  padding: 8px;
  content: "\e046";
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 16px;
  font-family: "apex-5-icon-font" !important;
  line-height: 64px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  speak: none;
}

.a-AppBlock-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.a-AppBlock-button {
  display: block;
  height: 40px;
  border: none;
}

.a-AppBlock-name {
  overflow: hidden;
  margin: 0;
  max-height: 48px;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.a-AppBlock-id {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 12px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   App Cards
   ========================================================================== */
.a-AppCards {
  clear: both;
  margin: 0;
  list-style: none;
}

.a-AppCards-item,
.a-AppCards-name,
.a-AppCards-info {
  position: relative;
}

.a-AppCards-absLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.a-AppCards-link {
  overflow: hidden;
  text-decoration: none;
}

.a-AppCards-link:hover {
  text-decoration: none;
}

.a-AppCards-link:focus {
  position: relative;
  z-index: 1;
}

.a-AppCards-icon--initials {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  line-height: 64px;
}

/* ==========================================================================
   App Cards -- Slim
   ========================================================================== */
.a-AppCards--slim .a-AppCards-item {
  position: relative;
  margin: 0;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.a-AppCards--slim .a-AppCards-item:hover .a-AppCards-button, .a-AppCards--slim .a-AppCards-item:focus .a-AppCards-button {
  opacity: 1;
}

.a-AppCards--slim .a-AppCards-itemContainer {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-AppCards--slim .a-AppCards-itemContainer:before, .a-AppCards--slim .a-AppCards-itemContainer:after {
  display: table;
  content: '';
}

.a-AppCards--slim .a-AppCards-itemContainer:after {
  clear: both;
}

.a-AppCards--slim .a-AppCards-iconContainer,
.a-AppCards--slim .a-AppCards-contentContainer,
.a-AppCards--slim .a-AppCards-actionsContainer {
  vertical-align: top;
}

.a-AppCards--slim .a-AppCards-iconContainer {
  float: left;
  width: 80px;
}

.a-AppCards--slim .a-AppCards-contentContainer {
  overflow: hidden;
  padding: 8px 8px 8px 0;
}

.a-AppCards--slim .a-AppCards-actionsContainer {
  padding: 24px 8px;
  width: 1%;
  white-space: nowrap;
}

.a-AppCards--slim .a-AppCards-button {
  min-width: 48px;
  opacity: 0.25;
  -webkit-transition: background-color 0, opacity .1s, -webkit-box-shadow .1s;
  transition: background-color 0, opacity .1s, -webkit-box-shadow .1s;
  transition: background-color 0, box-shadow .1s, opacity .1s;
  transition: background-color 0, box-shadow .1s, opacity .1s, -webkit-box-shadow .1s;
}

.a-AppCards--slim .a-AppCards-button:hover, .a-AppCards--slim .a-AppCards-button:focus {
  opacity: 1;
}

.a-AppCards--slim .a-AppCards-icon {
  display: block;
  overflow: hidden;
  margin: 8px;
  width: 64px;
  height: 64px;
  border-radius: 4px;
}

.a-AppCards--slim .a-AppCards-name,
.a-AppCards--slim .a-AppCards-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99.9%;
}

.a-AppCards--slim .a-AppCards-name {
  margin: 9px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.a-AppCards--slim .a-AppCards-info {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 20px;
}

.a-AppCards--slim .a-AppCards-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
}

/* ==========================================================================
   App Cards -- IRR
   ========================================================================== */
.a-AppCards--irr .a-AppCards-link {
  display: block;
  text-decoration: none;
  border-radius: 2px;
}

.a-AppCards--irr .a-AppCards-link:focus {
  outline: none;
}

.a-AppCards--irr .a-AppCards-itemContainer {
  display: block;
}

.a-AppCards--irr .a-AppCards-iconContainer,
.a-AppCards--irr .a-AppCards-contentContainer,
.a-AppCards--irr .a-AppCards-actionsContainer {
  display: block;
  width: auto;
}

.a-AppCards--irr .a-AppCards-iconContainer {
  float: left;
}

.a-AppCards--irr .a-AppCards-contentContainer {
  overflow: hidden;
  margin-right: 48px;
}

.a-AppCards--irr .a-AppCards-item {
  position: relative;
}

.a-AppCards--irr .a-AppCards-item .a-AppCards-button {
  opacity: 0;
}

.a-AppCards--irr .a-AppCards-item:hover .a-AppCards-button, .a-AppCards--irr .a-AppCards-item:focus .a-AppCards-button, .a-AppCards--irr .a-AppCards-item:focus-within .a-AppCards-button {
  opacity: .25;
}

.a-AppCards--irr .a-AppCards-icon-img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.a-AppCards--irr .a-AppCards-name {
  margin-top: 0;
  max-height: 48px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.a-AppCards--irr .a-AppCards-info {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
}

.a-AppCards--irr .a-AppCards-actionsContainer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 1;
}

.a-AppCards--irr .a-AppCards-button {
  display: block;
  float: none;
  margin: 0 !important;
  min-width: 32px;
}

.a-AppCards--irr .a-AppCards-button:hover, .a-AppCards--irr .a-AppCards-button:focus {
  opacity: 1 !important;
}

/* ==========================================================================
   App Cards -- Stacked
   ========================================================================== */
/* Used in Packaged Apps page to display installed pkg apps */
.a-AppCards--stacked .a-AppCards-item {
  border-bottom: 1px solid;
}

.a-AppCards--stacked .a-AppCards-itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-AppCards--stacked .a-AppCards-iconContainer,
.a-AppCards--stacked .a-AppCards-actionsContainer {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-AppCards--stacked .a-AppCards-contentContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* ==========================================================================
   App Cards -- Grid
   ========================================================================== */
.a-AppCards--grid {
  overflow: hidden;
}

.a-AppCards--grid .a-AppCards-item {
  float: left;
  overflow: hidden;
  width: 33.33%;
  height: 80px;
}

@media only screen and (max-width: 800px) {
  .a-AppCards--grid .a-AppCards-item {
    width: 50%;
  }
}

.a-AppCards--grid .a-AppCards-link {
  display: block;
  border-radius: 2px;
}

.a-AppCards--grid .a-AppCards-link:focus {
  outline: none;
}

/* ==========================================================================
   App Cards -- Hero
   ========================================================================== */
.a-AppCards--hero .a-AppCards-icon {
  display: block;
  overflow: hidden;
  width: 160px;
  height: 128px;
  background-position: 50%;
  border-radius: 2px;
}

.a-AppCards--hero .a-AppCards-item {
  float: left;
  overflow: hidden;
  margin: 0 8px 8px 0;
  border-radius: 2px;
}

.a-AppCards--hero .a-AppCards-iconContainer {
  padding: 8px;
}

.a-AppCards--hero .a-AppCards-contentContainer {
  padding: 0 8px 8px 8px;
}

.a-AppCards--hero .a-AppCards-name {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.a-AppCards--hero .a-AppCards-info {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

/* ==========================================================================
   App Cards -- Search Results
   ========================================================================== */
.a-AppCards--searchResults .u-textHighlight {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
}

.a-AppCards--searchResults .a-AppCards-item {
  position: relative;
  overflow: hidden;
  margin: 0 0 8px 0;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.a-AppCards--searchResults .a-AppCards-link {
  display: block;
  border-radius: 2px;
}

.a-AppCards--searchResults .a-AppCards-link:focus {
  outline: none;
}

.a-AppCards--searchResults .a-AppCards-itemContainer {
  border-spacing: 0;
  border-collapse: collapse;
}

.a-AppCards--searchResults .a-AppCards-iconContainer,
.a-AppCards--searchResults .a-AppCards-contentContainer,
.a-AppCards--searchResults .a-AppCards-actionsContainer {
  vertical-align: top;
}

.a-AppCards--searchResults .a-AppCards-iconContainer {
  float: left;
}

.a-AppCards--searchResults .a-AppCards-contentContainer {
  overflow: hidden;
  padding: 12px 12px 12px 0;
}

.a-AppCards--searchResults .a-AppCards-icon {
  display: block;
  overflow: hidden;
  margin: 12px;
  width: 32px;
  height: 32px;
  border-radius: 2px;
}

.a-AppCards--searchResults .a-AppCards-name {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.a-AppCards--searchResults .a-AppCards-desc {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.a-AppCards--searchResults .a-AppCards-info {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 16px;
}

.a-AppCards--searchResults .a-AppCards-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
}

/* ==========================================================================
   Search Container
   ========================================================================== */
.a-AppCards-search {
  margin: 0 auto;
  max-width: 800px;
  width: 70%;
  text-align: left;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.a-AppCards-search-field {
  position: relative;
  margin: 0 16px;
}

.a-AppCards-search-input {
  display: block;
  padding: 24px 16px 24px 64px;
  width: 100%;
  height: 80px;
  font-size: 32px;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 32px;
  outline: none;
  border: 2px solid;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.a-AppCards-search-input:focus + .a-AppCards-search-icon {
  opacity: .75;
}

.a-AppCards-search-icon {
  position: absolute;
  top: 24px;
  left: 16px;
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: .35;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.a-AppCards-search-results {
  margin: 48px 0;
}

.a-AppCards-search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-AppCards-search-item {
  display: block;
  padding: 16px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.a-AppCards-search-item:focus {
  outline: none;
}

.a-AppCards-search-title {
  margin: 0;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
}

.a-AppCards-search-title a {
  text-decoration: none;
}

.a-AppCards-search-title a:hover {
  text-decoration: underline;
}

.a-AppCards-search-title a:hover .a-AppCards-search-hotTerm {
  text-decoration: underline;
}

.a-AppCards-search-desc {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}

.a-AppCards-search-annotations {
  display: block;
  margin-top: 4px;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 20px;
}

.a-AppCards-search-category {
  display: inline-block;
  margin-right: 12px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 14px;
  border-radius: 2px;
}

.a-AppCards-search-tags a {
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
}

.a-AppCards-search-tags a:hover {
  text-decoration: underline;
}

.a-AppCards-search-hotTerm {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
}

.a-AppCards-search-clear {
  position: absolute;
  top: 0;
  right: 0;
  margin: 28px 24px 28px 12px;
  padding: 0;
  width: 24px;
  height: 24px;
  background-repeat: none;
  border: none;
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.a-AppCards-search-clear.is-enabled {
  opacity: 1;
}

.a-AppCards-search-clear.is-enabled:focus {
  outline: none;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-AppCards-icon {
  border: 1px solid !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   App Region
   ---
   Used in 4750 to showcase Featured Applications and Details Page
   ========================================================================== */
.a-AppRegion {
  position: relative;
}

.a-AppRegion-hero {
  display: inline-block;
}

.a-AppRegion-icon {
  display: block;
  float: left;
}

.a-AppRegion-about {
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.a-AppRegion-title,
.a-AppRegion-subTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

/* ==========================================================================
   Modifier: Featured Applications (Carousel)
   ---
   Used in 4750 to showcase Featured Applications and Details Page
   ========================================================================== */
.a-AppRegion--featuredApps .a-AppRegion-item {
  visibility: hidden;
  padding: 12px;
  text-align: center;
}

.a-AppRegion--featuredApps .a-Region-carouselItem .a-AppRegion-item {
  visibility: visible;
}

.a-AppRegion--featuredApps .a-AppRegion-link {
  display: block;
}

.a-AppRegion--featuredApps .a-AppRegion-link:focus {
  outline: none;
  border-radius: 2px;
}

.a-AppRegion--featuredApps .a-AppRegion-link:hover {
  text-decoration: none;
}

.a-AppRegion--featuredApps .a-AppRegion-hero {
  position: relative;
  display: block;
  padding: 24px 32px 32px 32px;
}

.a-AppRegion--featuredApps .a-AppRegion-icon {
  margin-right: 12px;
  width: 64px;
  height: 64px;
  border-radius: 2px;
}

.a-AppRegion--featuredApps .a-AppRegion-about {
  display: block;
}

.a-AppRegion--featuredApps .a-AppRegion-title {
  margin: 5px 0 0 0;
  font-size: 32px;
  line-height: 36px;
}

.a-AppRegion--featuredApps .a-AppRegion-subTitle {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 18px;
}

.a-AppRegion--featuredApps .a-AppRegion-body {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-radius: 2px;
}

.a-AppRegion--featuredApps .a-AppRegion-screenshot,
.a-AppRegion--featuredApps .a-AppRegion-info {
  display: table-cell;
  vertical-align: top;
}

.a-AppRegion--featuredApps .a-AppRegion-info {
  padding: 24px;
  height: 292px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-left: 1px solid;
  border-radius: 2px 2px 0 0;
}

.a-AppRegion--featuredApps .a-AppRegion-info .a-Icon {
  line-height: 24px;
}

.a-AppRegion--featuredApps .a-AppRegion-screenshot {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
}

.a-AppRegion--featuredApps .a-AppRegion-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 0 0 2px 2px;
}

/* ==========================================================================
   Modifier: App Info Page
   ---
   Used in 4750 to showcase Featured Applications and Details Page
   ========================================================================== */
.a-AppRegion--appInfo .a-AppRegion-heroWrap {
  text-align: center;
}

.a-AppRegion--appInfo .a-AppRegion-hero {
  padding: 48px;
}

.a-AppRegion--appInfo .a-AppRegion-icon {
  margin-right: 16px;
  width: 128px;
  height: 128px;
  border-radius: 4px;
}

.a-AppRegion--appInfo .a-AppRegion-title {
  margin-top: 16px;
  font-size: 32px;
  line-height: 36px;
}

.a-AppRegion--appInfo .a-AppRegion-subTitle {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.a-AppRegion--appInfo .a-AppRegion-actions {
  margin-bottom: 16px;
}

.a-AppRegion--appInfo .a-AppRegion-appStatus {
  display: inline-block;
  margin: 6px 0;
  margin-right: 4px;
  vertical-align: top;
  line-height: 20px;
}

.a-AppRegion--appInfo .a-AppRegion-appStatus .a-Icon {
  margin-right: 4px;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.a-AppRegion--appInfo .a-AppRegion-body {
  display: table;
  width: 100%;
  border-top: 1px solid;
}

.a-AppRegion--appInfo .a-AppRegion-info,
.a-AppRegion--appInfo .a-AppRegion-screenshots {
  display: table-cell;
  vertical-align: top;
}

.a-AppRegion--appInfo .a-AppRegion-details {
  margin-top: 48px;
  padding: 0;
}

.a-AppRegion--appInfo .a-AppRegion-info {
  padding: 48px;
  width: 50%;
}

.a-AppRegion--appInfo .a-AppRegion-screenshots {
  padding: 48px 24px;
  width: 30%;
}

.a-AppRegion--appInfo .a-AppRegion-infoText {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.a-AppRegion--appInfo .a-AppRegion-infoText p {
  margin-bottom: 16px;
}

.a-AppRegion--appInfo .a-AppRegion-infoText p:first-child {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.a-AppRegion--appInfo .a-AppRegion-colTitle {
  display: none;
  margin: 12px 0 24px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.a-AppRegion--appInfo .a-AppRegion-screenshot {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 36px;
}

.a-AppRegion--appInfo .a-AppRegion-img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.a-AppRegion--appInfo .a-AppRegion-imgCaption {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  opacity: .9;
  -webkit-transition: bottom .4s, opacity .1s, -webkit-transform .4s;
  transition: bottom .4s, opacity .1s, -webkit-transform .4s;
  transition: transform .4s, bottom .4s, opacity .1s;
  transition: transform .4s, bottom .4s, opacity .1s, -webkit-transform .4s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.a-AppRegion--appInfo .a-AppRegion-imgTitle,
.a-AppRegion--appInfo .a-AppRegion-imgDesc {
  display: block;
}

.a-AppRegion--appInfo .a-AppRegion-imgTitle {
  padding: 12px;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.a-AppRegion--appInfo .a-AppRegion-imgDesc {
  padding: 0 12px 12px 12px;
  font-size: 14px;
  line-height: 20px;
}

.a-AppRegion--appInfo .a-AppRegion-screenshot:hover .a-AppRegion-imgCaption {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom .4s, opacity .4s, -webkit-transform .4s;
  transition: bottom .4s, opacity .4s, -webkit-transform .4s;
  transition: transform .4s, bottom .4s, opacity .4s;
  transition: transform .4s, bottom .4s, opacity .4s, -webkit-transform .4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.a-AppRegion--appInfo .a-AppRegion-screenshot:hover .a-AppRegion-imgCaption .a-AppRegion-imgTitle {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.a-AppRegion--appInfo .a-AppRegion-screenshot:hover .a-AppRegion-img {
  -webkit-transform: translate3d(0, -48px, 0);
          transform: translate3d(0, -48px, 0);
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Attributes
   ========================================================================== */
.a-Attributes:not(:first-child) {
  margin-top: 6px;
}

.a-Attributes:not(:last-child) {
  margin-bottom: 8px;
}

.a-Attribute:not(:last-child) {
  margin-right: 8px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Attribute Value Pair List
   ========================================================================== */
.a-AVPList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-AVPList-item {
  display: table;
  width: 100%;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.a-AVPList-label,
.a-AVPList-value {
  display: table-cell;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}

.a-AVPList-label {
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.a-AVPList-value {
  text-align: right;
}

.a-AVPList--shortcuts {
  line-height: 24px;
}

.a-AVPList--shortcuts .a-AVPList-label,
.a-AVPList--shortcuts .a-AVPList-value {
  line-height: inherit;
}

.a-AVPList--shortcuts .a-AVPList-value {
  width: 60%;
  text-align: left;
}

/* Left Aligned
   ========================================================================== */
.a-AVPList--leftAligned {
  padding: 0 0 12px 0;
}

.a-AVPList--leftAligned .a-AVPList-label {
  padding-left: 12px;
  width: 30%;
}

.a-AVPList--leftAligned .a-AVPList-value {
  padding-right: 12px;
  width: auto;
  text-align: left;
}

/* ==========================================================================
   Widths
   ========================================================================== */
/* Fixed - Small
   ========================================================================== */
.a-AVPList--fixedLabelSmall .a-AVPList-label {
  width: 160px;
}

/* Fixed - Medium
   ========================================================================== */
.a-AVPList--fixedLabelMedium .a-AVPList-label {
  width: 220px;
}

/* Fixed - Large
   ========================================================================== */
.a-AVPList--fixedLabelLarge .a-AVPList-label {
  width: 260px;
}

/* Variable - Small
   ========================================================================== */
.a-AVPList--variableLabelSmall .a-AVPList-label {
  width: 20%;
}

/* Variable - Medium
   ========================================================================== */
.a-AVPList--variableLabelMedium .a-AVPList-label {
  width: 30%;
}

/* Variable - Large
   ========================================================================== */
.a-AVPList--variableLabelLarge .a-AVPList-label {
  width: 40%;
}

/* ==========================================================================
   UI Modifiers
   ========================================================================== */
/* Variable - Large
   ========================================================================== */
.a-AVPList--appDetails .a-AVPList-label,
.a-AVPList--appDetails .a-AVPList-value {
  font-size: 14px;
  line-height: 22px;
}

.a-AVPList--appDetails .a-AVPList-label {
  padding-left: 0;
}

.a-AVPList--appDetails .a-AVPList-value {
  padding-right: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Circular Badges
   ========================================================================== */
.a-BadgeChart {
  position: relative;
  display: block;
  padding: 16px;
  text-align: center;
}

.a-BadgeChart-value,
.a-BadgeChart-label {
  display: block;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.a-BadgeChart-value {
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 32px;
  line-height: 94px;
  cursor: default;
  -webkit-transition: background-color ease .3s, border-color .1s;
  transition: background-color ease .3s, border-color .1s;
}

.a-BadgeChart-text {
  display: block;
  margin-top: 12px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .a-BadgeChart-text {
    margin-top: 4px;
  }
}

.a-BadgeChart-label {
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

@media only screen and (max-width: 800px) {
  .a-BadgeChart-label {
    margin-bottom: 4px;
    font-size: 12px;
  }
}

.a-BadgeChart-desc {
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 800px) {
  .a-BadgeChart-desc {
    font-size: 11px;
    line-height: 14px;
  }
}

.a-BadgeChart-link {
  display: block;
  text-decoration: none;
}

.a-BadgeChart-link:hover {
  text-decoration: none;
}

.a-BadgeChart-link .a-BadgeChart-label:hover {
  text-decoration: underline;
}

.a-BadgeChart-link .a-BadgeChart-value {
  cursor: pointer;
}

/* ==========================================================================
   Full Height Label Bottom
   ========================================================================== */
.a-BadgeChart--labelBelow {
  height: 100%;
}

.a-BadgeChart--labelBelow .a-BadgeChart-wrap {
  margin: 0 0 48px 0;
}

.a-BadgeChart--labelBelow .a-BadgeChart-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 8px;
}

/* ==========================================================================
   JustGage
   ========================================================================== */
.a-BadgeChart--justGage {
  padding: 0;
}

.a-BadgeChart--justGage .a-BadgeChart-text {
  margin-top: -5px;
}

.a-BadgeChart--justGage svg {
  margin-top: -1px;
}

.a-BadgeChart--justGage svg tspan {
  font-weight: 400;
  font-size: 32px;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.a-BadgeChart--justGageLike {
  padding-top: 20px;
}

@media only screen and (max-width: 800px) {
  .a-BadgeChart--justGageLike {
    padding-top: 10px;
  }
}

.a-BadgeChart--justGageLike .a-BadgeChart-link {
  display: inline-block;
}

.a-BadgeChart--justGageLike .a-BadgeChart-value {
  width: 96px;
  height: 96px;
  border: 2px solid;
  border-radius: 100%;
  -webkit-transition: background-color ease .3s, border-color .1s, color .3s, -webkit-box-shadow .2s;
  transition: background-color ease .3s, border-color .1s, color .3s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, background-color ease .3s, border-color .1s, color .3s;
  transition: box-shadow .2s, background-color ease .3s, border-color .1s, color .3s, -webkit-box-shadow .2s;
}

.a-BadgeChart--justGage,
.a-BadgeChart--justGageLike {
  padding-bottom: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Badge List
   ---
   Core Button Component used in APEX 5 Builder
   ========================================================================== */
.a-BadgeList {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-BadgeList-item {
  position: relative;
  display: block;
  padding: 16px 16px 32px 16px;
}

.a-BadgeList-label {
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  display: block;
  padding: 0 0 12px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.333;
}

/* ==========================================================================
   Positioned on Side of Page
   ========================================================================== */
.a-Side .a-BadgeList .a-BadgeList-item:after,
.a-Side .a-BadgeList .a-BadgeList-item:before {
  content: none;
}

.a-Side .a-BadgeList--bottomBorder {
  border-bottom: 0;
}

.a-BadgeList-value {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.a-BadgeList-value a {
  display: block;
  text-decoration: none;
  line-height: 62px;
}

.a-BadgeList-value a:hover {
  text-decoration: none;
}

.a-BadgeList-value > a {
  margin-top: -1px;
  margin-left: -1px;
}

/* ==========================================================================
   BadgeList Sizes
   ========================================================================== */
/*
 * Mixin
 */
/*
 * Default Size
 */
.a-BadgeList-value,
.a-BadgeList-value > a {
  height: 48px;
  font-size: 16px;
  line-height: 48px;
}

/*
 * Multiple Sizes
 */
.a-BadgeList--small .a-BadgeList-value,
.a-BadgeList--small .a-BadgeList-value > a {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}

.a-BadgeList--medium .a-BadgeList-value,
.a-BadgeList--medium .a-BadgeList-value > a {
  height: 48px;
  font-size: 16px;
  line-height: 48px;
}

.a-BadgeList--large .a-BadgeList-value,
.a-BadgeList--large .a-BadgeList-value > a {
  height: 64px;
  font-size: 24px;
  line-height: 64px;
}

.a-BadgeList--xlarge .a-BadgeList-value,
.a-BadgeList--xlarge .a-BadgeList-value > a {
  height: 96px;
  font-size: 30px;
  line-height: 96px;
}

.a-BadgeList--xxlarge .a-BadgeList-value,
.a-BadgeList--xxlarge .a-BadgeList-value > a {
  height: 128px;
  font-size: 36px;
  line-height: 128px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--large .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--large .a-BadgeList-value > a {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 800px) {
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--large .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--large .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--medium .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--medium .a-BadgeList-value > a {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xxlarge .a-BadgeList-value > a, .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value,
  .a-BadgeList--responsive.a-BadgeList--xlarge .a-BadgeList-value > a {
    height: 64px;
    font-size: 24px;
    line-height: 64px;
  }
}

/* ==========================================================================
   Layout Modifiers
   ========================================================================== */
.a-BadgeList--float .a-BadgeList-item:after,
.a-BadgeList--flex .a-BadgeList-item:after,
.a-BadgeList--cols .a-BadgeList-item:after,
.a-BadgeList--fixed .a-BadgeList-item:after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  content: '';
}

.a-BadgeList--float .a-BadgeList-item:before,
.a-BadgeList--flex .a-BadgeList-item:before,
.a-BadgeList--cols .a-BadgeList-item:before,
.a-BadgeList--fixed .a-BadgeList-item:before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: '';
}

.a-BadgeList--bottomBorder {
  border-bottom: 1px solid;
}

/* ==========================================================================
   Floated
   ========================================================================== */
.a-BadgeList--float .a-BadgeList-item {
  float: left;
}

/* ==========================================================================
   Stacked
   ========================================================================== */
.a-BadgeList--stacked .a-BadgeList-item:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: '';
}

/* ==========================================================================
   Flexed
   ========================================================================== */
.a-BadgeList--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-BadgeList--flex .a-BadgeList-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@supports not (flex-wrap: wrap) {
  .a-BadgeList.a-BadgeList--flex {
    display: inline;
  }
  .a-BadgeList--flex .a-BadgeList-item {
    display: block;
  }
}

/* ==========================================================================
   Columns
   ========================================================================== */
.a-BadgeList--cols .a-BadgeList-item {
  float: left;
  width: 50%;
}

.a-BadgeList--3cols .a-BadgeList-item {
  width: 33.33%;
}

.a-BadgeList--4cols .a-BadgeList-item {
  width: 25%;
}

.a-BadgeList--5cols .a-BadgeList-item {
  width: 20%;
}

/* ==========================================================================
   Fluid
   ========================================================================== */
.a-BadgeList--fixed {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.a-BadgeList--fixed .a-BadgeList-item {
  display: table-cell;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Bar Chart
   ========================================================================== */
.a-BarChart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-BarChart-item {
  display: block;
  position: relative;
  padding: 16px 12px;
}

.a-BarChart-item:first-child {
  border-top: none;
}

.a-BarChart-image {
  border-radius: 100%;
  width: 32px;
}

.a-BarChart-link:hover {
  text-decoration: none;
}

.a-BarChart-icon {
  display: block;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.a-BarChart-icon.a-BarChart-icon--square {
  border-radius: 2px;
}

.a-BarChart-icon.a-BarChart-icon--img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.a-BarChart-initials {
  display: block;
  border-radius: 2px;
  font-size: 12px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
}

.a-BarChart-label,
.a-BarChart-value {
  font-size: 12px;
  line-height: 20px;
}

.a-BarChart-label a,
.a-BarChart-value a {
  text-decoration: none;
}

.a-BarChart-label a:hover,
.a-BarChart-value a:hover {
  text-decoration: underline;
}

.a-BarChart-label {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.a-BarChart-value {
  float: right;
}

.a-BarChart-bar {
  height: 8px;
  border-radius: 1px;
  overflow: hidden;
  margin: 2px 0;
}

.a-BarChart-barLink {
  display: block;
}

.a-BarChart-filled {
  height: 8px;
  border-radius: 1px;
}

.u-HCM .a-BarChart-filled {
  border-bottom: 8px solid;
}

/* Classic Bar Chart
   ========================================================================== */
.a-BarChart--classic {
  display: table;
  width: 100%;
}

.a-BarChart--classic .a-BarChart-item {
  display: table-row;
  padding: 0;
}

.a-BarChart--classic .a-BarChart-label,
.a-BarChart--classic .a-BarChart-barLink,
.a-BarChart--classic .a-BarChart-value {
  padding-top: 12px;
  padding-bottom: 12px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}

.a-BarChart--classic .a-BarChart-barLink {
  width: 80%;
}

.a-BarChart--classic .a-BarChart-value {
  width: 5%;
  float: none;
  text-align: right;
  padding-left: 8px;
  padding-right: 12px;
}

.a-BarChart--classic .a-BarChart-label {
  padding-right: 8px;
  padding-left: 12px;
}

.a-BarChart--classic .a-BarChart-bar {
  margin: 4px 0;
}

.a-BarChart--classic .a-BarChart-filled {
  opacity: .75;
}

.a-BarChart--classic .a-BarChart-filled,
.a-BarChart--classic .a-BarChart-bar {
  height: 12px;
}

/* Bar Charts for Apps
   ========================================================================== */
.a-BarChart--apps .a-BarChart-initials {
  border-radius: 2px;
  border-width: 0;
  line-height: 32px;
}

/* Bar Charts for Users
   ========================================================================== */
.a-BarChart--users {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Modern Bar Charts (For Apps / Users)
   ========================================================================== */
.a-BarChart--modern .a-BarChart-labelContainer {
  display: table;
  width: 100%;
}

.a-BarChart--modern .a-BarChart-label,
.a-BarChart--modern .a-BarChart-value {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.a-BarChart--modern .a-BarChart-value {
  text-align: right;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-BarChart-item {
  border-bottom: 1px solid !important;
}

.u-HCM .a-BarChart-initials {
  border: 1px solid !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Boxed Forms
   ---
   Displays items with a label that automatically shrinks as a value is entered.
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.a-BoxedForms .display_only {
  display: block;
}

.a-BoxedForms .field-input,
.a-BoxedForms .text_field,
.a-BoxedForms .password,
.a-BoxedForms .file,
.a-BoxedForms .number_field,
.a-BoxedForms .datepicker,
.a-BoxedForms .textarea,
.a-BoxedForms .rich_text_editor,
.a-BoxedForms .selectlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.7rem;
  padding-right: .8rem;
  padding-bottom: 0.7rem;
  padding-left: .8rem;
  min-width: 0;
  max-width: 100%;
  font-size: 12px;
  line-height: 16px;
  background-repeat: no-repeat;
  outline: none;
  border-width: .1rem;
  border-style: solid;
  border-radius: .1rem;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, padding 0.25s ease, font-size 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, padding 0.25s ease, font-size 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, padding 0.25s ease, font-size 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, padding 0.25s ease, font-size 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.a-BoxedForms .field-input:disabled,
.a-BoxedForms .text_field:disabled,
.a-BoxedForms .password:disabled,
.a-BoxedForms .file:disabled,
.a-BoxedForms .number_field:disabled,
.a-BoxedForms .datepicker:disabled,
.a-BoxedForms .textarea:disabled,
.a-BoxedForms .rich_text_editor:disabled,
.a-BoxedForms .selectlist:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.a-BoxedForms .field-input::-webkit-input-placeholder, .a-BoxedForms .text_field::-webkit-input-placeholder, .a-BoxedForms .password::-webkit-input-placeholder, .a-BoxedForms .file::-webkit-input-placeholder, .a-BoxedForms .number_field::-webkit-input-placeholder, .a-BoxedForms .datepicker::-webkit-input-placeholder, .a-BoxedForms .textarea::-webkit-input-placeholder, .a-BoxedForms .rich_text_editor::-webkit-input-placeholder, .a-BoxedForms .selectlist::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.a-BoxedForms .field-input::-moz-placeholder, .a-BoxedForms .text_field::-moz-placeholder, .a-BoxedForms .password::-moz-placeholder, .a-BoxedForms .file::-moz-placeholder, .a-BoxedForms .number_field::-moz-placeholder, .a-BoxedForms .datepicker::-moz-placeholder, .a-BoxedForms .textarea::-moz-placeholder, .a-BoxedForms .rich_text_editor::-moz-placeholder, .a-BoxedForms .selectlist::-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  opacity: 0;
  -moz-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.a-BoxedForms .field-input:-ms-input-placeholder, .a-BoxedForms .text_field:-ms-input-placeholder, .a-BoxedForms .password:-ms-input-placeholder, .a-BoxedForms .file:-ms-input-placeholder, .a-BoxedForms .number_field:-ms-input-placeholder, .a-BoxedForms .datepicker:-ms-input-placeholder, .a-BoxedForms .textarea:-ms-input-placeholder, .a-BoxedForms .rich_text_editor:-ms-input-placeholder, .a-BoxedForms .selectlist:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  opacity: 0;
  -ms-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.a-BoxedForms .field-input::-ms-input-placeholder, .a-BoxedForms .text_field::-ms-input-placeholder, .a-BoxedForms .password::-ms-input-placeholder, .a-BoxedForms .file::-ms-input-placeholder, .a-BoxedForms .number_field::-ms-input-placeholder, .a-BoxedForms .datepicker::-ms-input-placeholder, .a-BoxedForms .textarea::-ms-input-placeholder, .a-BoxedForms .rich_text_editor::-ms-input-placeholder, .a-BoxedForms .selectlist::-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  opacity: 0;
  -ms-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.a-BoxedForms .field-input::placeholder,
.a-BoxedForms .text_field::placeholder,
.a-BoxedForms .password::placeholder,
.a-BoxedForms .file::placeholder,
.a-BoxedForms .number_field::placeholder,
.a-BoxedForms .datepicker::placeholder,
.a-BoxedForms .textarea::placeholder,
.a-BoxedForms .rich_text_editor::placeholder,
.a-BoxedForms .selectlist::placeholder {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.a-BoxedForms .field-input,
.a-BoxedForms .text_field,
.a-BoxedForms .password,
.a-BoxedForms .number_field,
.a-BoxedForms .datepicker,
.a-BoxedForms .textarea,
.a-BoxedForms .rich_text_editor {
  cursor: text;
}

.a-BoxedForms .file,
.a-BoxedForms .selectlist {
  cursor: pointer;
}

.a-BoxedForms textarea.textarea {
  width: 100%;
  resize: vertical;
}

.a-BoxedForms .selectlist {
  padding-right: 4.8rem !important;
  background-position: right center;
}

.a-BoxedForms .selectlist,
.a-BoxedForms .selectlist option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-BoxedForms .selectlist::-ms-expand {
  display: none;
}

.a-BoxedForms .radio_group input[type=radio],
.a-BoxedForms .radio_group input[type=checkbox],
.a-BoxedForms .checkbox_group input[type=radio],
.a-BoxedForms .checkbox_group input[type=checkbox] {
  margin-right: .6rem;
  vertical-align: middle;
  font-size: inherit;
}

.a-BoxedForms .radio_group label,
.a-BoxedForms .checkbox_group label {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

fieldset.a-BoxedForms .radio_group, .a-BoxedForms .checkbox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 0;
}

table.a-BoxedForms .radio_group, .a-BoxedForms .checkbox_group {
  border-collapse: collapse;
}

@media (max-width: 767px) {
  table.a-BoxedForms .radio_group, .a-BoxedForms .checkbox_group {
    width: 100%;
  }
}

table.a-BoxedForms .radio_group tr td, .a-BoxedForms .checkbox_group tr td {
  padding: 0;
  padding-right: 4rem;
}

table.a-BoxedForms .radio_group tr td:last-child, .a-BoxedForms .checkbox_group tr td:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  table.a-BoxedForms .radio_group tr td, .a-BoxedForms .checkbox_group tr td {
    display: block;
    padding-right: 0;
  }
  table.a-BoxedForms .radio_group tr td:not(:first-child), .a-BoxedForms .checkbox_group tr td:not(:first-child) {
    padding-top: .6rem;
  }
}

.a-BoxedForms .field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.a-BoxedForms .field-label__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-BoxedForms .field-label {
  display: inline-block;
  margin-bottom: .4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  opacity: .65;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.a-BoxedForms .field-input__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.a-BoxedForms .field-input__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-BoxedForms .field-input__wrap .button:not(.button--sm) {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.a-BoxedForms .field-input__wrap .button:first-child {
  margin-right: .8rem;
}

.a-BoxedForms .field-input__wrap .button:last-child {
  margin-left: .8rem;
}

.a-BoxedForms .field-input__wrap .button[disabled] {
  opacity: .25;
}

.a-BoxedForms .field-input__wrap .u-Processing--inline {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  margin-left: -32px;
}

.a-BoxedForms .field-error-message {
  margin-top: .2rem;
  margin-bottom: .4rem;
  font-size: 1.1rem;
  line-height: 1.55;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.a-BoxedForms .field-error-message:last-child {
  margin-bottom: 0;
}

.a-BoxedForms .field-description {
  margin-top: .4rem;
  font-size: 1.3rem;
  line-height: 1.55;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media (min-width: 768px) {
  .a-BoxedForms .field-description {
    margin-top: .8rem;
    font-size: 1.4rem;
  }
}

.a-BoxedForms .field-description:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .a-BoxedForms .field--label--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -4px;
    margin-left: -4px;
  }
}

@media (min-width: 480px) and (min-width: 1258px) {
  .a-BoxedForms .field--label--inline {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 480px) {
  .a-BoxedForms .field--label--inline .field-col-null,
  .a-BoxedForms .field--label--inline .field-col-1,
  .a-BoxedForms .field--label--inline .field-col-2,
  .a-BoxedForms .field--label--inline .field-col-3,
  .a-BoxedForms .field--label--inline .field-col-4,
  .a-BoxedForms .field--label--inline .field-col-5,
  .a-BoxedForms .field--label--inline .field-col-6,
  .a-BoxedForms .field--label--inline .field-col-7,
  .a-BoxedForms .field--label--inline .field-col-8,
  .a-BoxedForms .field--label--inline .field-col-9,
  .a-BoxedForms .field--label--inline .field-col-10,
  .a-BoxedForms .field--label--inline .field-col-11,
  .a-BoxedForms .field--label--inline .field-col-12 {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 480px) and (min-width: 1258px) {
  .a-BoxedForms .field--label--inline .field-col-null,
  .a-BoxedForms .field--label--inline .field-col-1,
  .a-BoxedForms .field--label--inline .field-col-2,
  .a-BoxedForms .field--label--inline .field-col-3,
  .a-BoxedForms .field--label--inline .field-col-4,
  .a-BoxedForms .field--label--inline .field-col-5,
  .a-BoxedForms .field--label--inline .field-col-6,
  .a-BoxedForms .field--label--inline .field-col-7,
  .a-BoxedForms .field--label--inline .field-col-8,
  .a-BoxedForms .field--label--inline .field-col-9,
  .a-BoxedForms .field--label--inline .field-col-10,
  .a-BoxedForms .field--label--inline .field-col-11,
  .a-BoxedForms .field--label--inline .field-col-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 480px) {
  .a-BoxedForms .field--label--inline .field-col-1 {
    max-width: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
  }
  .a-BoxedForms .field--label--inline .field-col-2 {
    max-width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
  .a-BoxedForms .field--label--inline .field-col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .a-BoxedForms .field--label--inline .field-label__container.field-col-null,
  .a-BoxedForms .field--label--inline .field-col-4 {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
  .a-BoxedForms .field--label--inline .field-col-5 {
    max-width: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
  }
  .a-BoxedForms .field--label--inline .field-col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .a-BoxedForms .field--label--inline .field-col-7 {
    max-width: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
  }
  .a-BoxedForms .field--label--inline .field-input__container.field-col-null,
  .a-BoxedForms .field--label--inline .field-col-8 {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
  .a-BoxedForms .field--label--inline .field-col-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .a-BoxedForms .field--label--inline .field-col-10 {
    max-width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }
  .a-BoxedForms .field--label--inline .field-col-11 {
    max-width: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
  }
  .a-BoxedForms .field--label--inline .field-col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.a-BoxedForms .field--no-margin {
  margin-bottom: 0;
}

.a-BoxedForms .field--label-display--removed .field-label__container {
  display: none;
}

@media (min-width: 480px) {
  .a-BoxedForms .field--label-align--center .field-label {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (min-width: 480px) {
  .a-BoxedForms .field--label-align--right .field-label {
    margin-left: auto;
    text-align: right;
  }
}

.a-BoxedForms .field--style--boxed .field-input__wrap {
  position: relative;
  border-width: .1rem;
  border-style: solid;
  border-radius: .2rem;
}

.a-BoxedForms .field--style--boxed .field-input,
.a-BoxedForms .field--style--boxed .text_field,
.a-BoxedForms .field--style--boxed .password,
.a-BoxedForms .field--style--boxed .file,
.a-BoxedForms .field--style--boxed .number_field,
.a-BoxedForms .field--style--boxed .datepicker,
.a-BoxedForms .field--style--boxed .textarea:not(fieldset),
.a-BoxedForms .field--style--boxed .rich_text_editor,
.a-BoxedForms .field--style--boxed .selectlist,
.a-BoxedForms .field--style--boxed .display_only {
  padding-top: 1.4rem;
  padding-right: .8rem;
  padding-bottom: 1.4rem;
  padding-left: .8rem;
  min-height: 5.2rem;
  border-width: 0;
  border-radius: .1rem;
}

.a-BoxedForms .field--style--boxed .field-label__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.a-BoxedForms .field--style--boxed .field-label__container .field-label {
  display: block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.45rem;
  padding-right: .8rem;
  padding-bottom: 1.45rem;
  padding-left: .8rem;
  width: 100%;
  opacity: .65;
}

.a-BoxedForms .field--style--boxed .field-input__wrap .button {
  margin-top: auto;
  margin-right: .8rem;
  margin-bottom: auto;
  margin-left: .8rem;
}

.a-BoxedForms .field--style--boxed.is-active .field-label__container .field-label, .a-BoxedForms .field--style--boxed.field--show-label .field-label__container .field-label,
html.no-js .a-BoxedForms .field--style--boxed .field-label__container .field-label {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
}

.a-BoxedForms .field--style--boxed.is-active .field-input,
.a-BoxedForms .field--style--boxed.is-active .text_field,
.a-BoxedForms .field--style--boxed.is-active .password,
.a-BoxedForms .field--style--boxed.is-active .file,
.a-BoxedForms .field--style--boxed.is-active .number_field,
.a-BoxedForms .field--style--boxed.is-active .datepicker,
.a-BoxedForms .field--style--boxed.is-active .textarea,
.a-BoxedForms .field--style--boxed.is-active .rich_text_editor,
.a-BoxedForms .field--style--boxed.is-active .selectlist,
.a-BoxedForms .field--style--boxed.is-active .display_only, .a-BoxedForms .field--style--boxed.field--show-label .field-input,
.a-BoxedForms .field--style--boxed.field--show-label .text_field,
.a-BoxedForms .field--style--boxed.field--show-label .password,
.a-BoxedForms .field--style--boxed.field--show-label .file,
.a-BoxedForms .field--style--boxed.field--show-label .number_field,
.a-BoxedForms .field--style--boxed.field--show-label .datepicker,
.a-BoxedForms .field--style--boxed.field--show-label .textarea,
.a-BoxedForms .field--style--boxed.field--show-label .rich_text_editor,
.a-BoxedForms .field--style--boxed.field--show-label .selectlist,
.a-BoxedForms .field--style--boxed.field--show-label .display_only,
html.no-js .a-BoxedForms .field--style--boxed .field-input,
html.no-js .a-BoxedForms .field--style--boxed .text_field,
html.no-js .a-BoxedForms .field--style--boxed .password,
html.no-js .a-BoxedForms .field--style--boxed .file,
html.no-js .a-BoxedForms .field--style--boxed .number_field,
html.no-js .a-BoxedForms .field--style--boxed .datepicker,
html.no-js .a-BoxedForms .field--style--boxed .textarea,
html.no-js .a-BoxedForms .field--style--boxed .rich_text_editor,
html.no-js .a-BoxedForms .field--style--boxed .selectlist,
html.no-js .a-BoxedForms .field--style--boxed .display_only {
  padding-top: 2.2rem;
  padding-bottom: .6rem;
  opacity: 1;
}

.a-BoxedForms .field--style--boxed.field--display-only .field-input__wrap {
  border-style: dashed;
}

.a-BoxedForms .field--style--boxed.field--display-only .field-label__container {
  pointer-events: all;
}

.a-BoxedForms .field--style--boxed.field--display-only .field-label {
  cursor: inherit;
}

.a-BoxedForms .field .apex-item-group--popup-lov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.a-BoxedForms .field .apex-item-popup-lov {
  padding: 22px 8px 6px 8px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  background-repeat: no-repeat;
  border-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: none;
}

.a-BoxedForms .field .a-Button--popupLOV {
  padding: 8px 12px;
}

.a-BoxedForms .field--required .field-label {
  opacity: 1;
}

.a-BoxedForms .field--required .field-input__wrap .selectlist {
  background-position: left top, right center;
}

.a-BoxedForms .field--optional .field-label {
  font-style: italic;
}

/* Large Forms
   ========================================================================== */
.a-BoxedForms.a-BoxedForms--large .field-input,
.a-BoxedForms.a-BoxedForms--large .text_field,
.a-BoxedForms.a-BoxedForms--large .password,
.a-BoxedForms.a-BoxedForms--large .file,
.a-BoxedForms.a-BoxedForms--large .number_field,
.a-BoxedForms.a-BoxedForms--large .datepicker,
.a-BoxedForms.a-BoxedForms--large .textarea,
.a-BoxedForms.a-BoxedForms--large .rich_text_editor,
.a-BoxedForms.a-BoxedForms--large .selectlist {
  padding-top: 2.2rem;
  padding-bottom: .6rem;
  font-size: 1.6rem;
}

/* ==========================================================================
   Field Spacing
   ========================================================================== */
.a-BoxedForms .apex-col .field {
  margin-right: 16px;
}

.a-BoxedForms .apex-col:last-child .field,
.a-BoxedForms .apex-col:only-child .field {
  margin-right: 0;
}

.a-BoxedForms .apex-col-6:only-child .field {
  margin-right: 16px;
}

.a-BoxedForms .a-Button--itemSized {
  width: 100%;
  line-height: 26px;
}

.a-BoxedForms .a-Button--itemSized .a-Icon {
  top: 18px;
}

.a-BoxedForms .field--noBottomPadding {
  margin-bottom: 0;
}

.a-BoxedForms .field--marginTop {
  margin-top: 16px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.a-Breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.a-Breadcrumb-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  min-height: 48px;
}

.a-Breadcrumb-item:first-child:after {
  display: none;
}

.a-Breadcrumb-item:last-child:after {
  display: none;
}

.a-Breadcrumb-item:after {
  display: inline-block;
  content: '\\';
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  border: solid transparent;
  pointer-events: none;
  font-weight: 300;
}

.a-Breadcrumb-item:first-child .a-Breadcrumb-label {
  padding-right: 4px;
  padding-left: 4px;
  margin-left: 12px;
}

.u-HCM .a-Breadcrumb-item:first-child .a-Breadcrumb-label {
  padding-left: 0;
}

.a-Breadcrumb-item:last-child .a-Breadcrumb-label {
  font-weight: bold;
}

.a-Breadcrumb-label {
  display: inline-block;
  padding: 8px 4px;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

a.a-Breadcrumb-label:hover {
  text-decoration: underline;
}

a.a-Breadcrumb-label:focus {
  outline: none;
}

/* ==========================================================================
   Breadcrumb Top Icon
   ========================================================================== */
.a-Breadcrumb-label .a-Icon.icon-breadcrumb-previous {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 2px 2px 2px 2px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-Icon.icon-breadcrumb-previous {
  border: 1px solid !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Builder
   ========================================================================== */
body.sql-workshop-iframe-page table.main {
  margin-top: 20px;
  margin-bottom: 20px;
}

body span.boxspan {
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 8px 4px;
  padding: 14px 12px;
  height: 48px;
  border: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

body span.boxspan a {
  display: block;
  margin: -14px -12px;
  padding: 14px 12px;
  text-decoration: none;
  border-radius: 6px;
  outline: none;
}

body div.updiv {
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  margin-left: 16px;
  margin-right: 16px;
  width: auto;
  height: 12px;
}

body div.downdiv {
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  margin-left: 16px;
  margin-right: 16px;
  width: auto;
  height: 12px;
}

body span.ctrbarspan {
  border-right-width: 2px;
  display: inline-block;
  width: auto;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************
Button for Theme
******************************************************************************/
.a-Button,
.fc-button,
.apex-button-group input + label {
  --a-button-border-width: 0px;
}

.a-Button,
.ui-button {
  --a-button-border-radius: 2px;
  --a-button-border-width: 0px;
}

.a-Button:hover,
.fc-button.ui-state-hover,
.apex-button-group input + label:hover {
  z-index: 100;
}

.a-Button:focus,
.ui-button.ui-state-focus,
.fc-button.ui-state-focus,
.apex-button-group input:focus + label {
  z-index: 110;
  outline: none;
}

.u-HCM .a-Button:focus,
.u-HCM .ui-button.ui-state-focus,
.u-HCM .fc-button.ui-state-focus {
  outline: 2px dotted;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .a-Button:focus,
  .ui-button.ui-state-focus,
  .fc-button.ui-state-focus {
    outline: 2px dotted;
  }
}

.u-HCM .a-Button,
.u-HCM .fc-button,
.u-HCM .ui-button {
  --a-button-border-width: 1px;
}

.a-Button:active,
.a-Button:focus:active,
.fc-button.ui-state-hover:active {
  z-index: 100;
}

.a-Button.is-active,
.ui-buttonset .ui-button.ui-state-active,
.fc-button.ui-state-active,
.a-Button.is-active:active,
.ui-buttonset .ui-button.ui-state-active.ui-state-hover:active,
.a-MenuButton.is-active {
  z-index: 100;
}

.a-Button.a-Button--activeTab {
  z-index: 100;
}

.a-Button.a-Button--regionHeader {
  --a-button-padding-y: 4px;
  --a-button-padding-x: 4px;
  margin: 4px;
}

.a-Button,
.ui-button {
  --a-button-padding-y: 8px;
  --a-button-padding-x: 12px;
  --a-button-font-size: 12px;
  --a-button-line-height: 16px;
}

.a-Button--popupLOV {
  --a-button-padding-y: 4px;
  --a-button-padding-x: 8px;
}

.a-Button .a-Icon--pullRight {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 4px;
}

.a-Button--withIcon {
  --a-button-padding-y: 8px;
  --a-button-padding-x: 10px;
}

.a-Button--withIcon .a-Icon {
  margin-right: 4px;
}

.a-Button--withIcon.a-Button--slim {
  --a-button-padding-x: 8px;
}

.a-Button--noLabel .a-FAIcon,
.a-Button--noLabel .a-Icon {
  margin-right: 0;
}

.a-Button--iconLeft {
  position: relative;
  padding-right: 12px;
  padding-left: 28px;
}

.a-Button--iconLeft .a-Icon {
  position: absolute;
  left: 8px;
}

.a-Wizard-buttons .a-Button--iconLeft.a-Button--large, .a-Button--iconLeft.a-Button--large {
  padding-right: 16px;
  padding-left: 32px;
}

.a-Wizard-buttons .a-Button--iconLeft.a-Button--large .a-Icon, .a-Button--iconLeft.a-Button--large .a-Icon {
  left: 12px;
}

.a-Button--iconLeft.a-Button--small {
  padding-right: 8px !important;
  padding-left: 24px !important;
}

.a-Button--iconLeft.a-Button--small .a-Icon {
  left: 6px;
}

.a-Button--small,
.a-Button--listManager {
  --a-button-padding-y: 4px;
  --a-button-padding-x: 8px;
  --a-button-font-size: 11px;
  --a-button-line-height: 16px;
}

.a-Wizard-buttons .a-Button,
.a-Button--large {
  --a-button-padding-y: 14px;
  --a-button-padding-x: 16px;
  --a-button-font-size: 14px;
  --a-button-line-height: 16px;
}

.a-Wizard-buttons .a-Button.a-Button--withIcon,
.a-Button--large.a-Button--withIcon {
  --a-button-line-height: 16px;
}

.a-Button--largeIcon {
  --a-button-padding-y: 6px;
}

.a-Wizard-buttons .a-Button,
.a-Button--largeIcon {
  --a-button-line-height: 20px;
}

.a-Wizard-buttons .a-Button .a-Icon,
.a-Button--largeIcon .a-Icon {
  width: 20px;
  height: 20px;
}

.a-Wizard-buttons .a-Button .a-Icon:before,
.a-Button--largeIcon .a-Icon:before {
  font-size: 20px !important;
}

.a-Button--largeIcon.a-Button--large,
.a-Wizard-buttons .a-Button {
  --a-button-padding-y: 12px;
}

.a-Button--largeIcon.a-Button--small {
  --a-button-padding-y: 2px;
}

.a-Button--navLink {
  --a-button-padding-y: 12px;
  --a-button-padding-x: 12px;
  margin-left: 4px;
}

.a-Button--navLink .a-Icon {
  line-height: 20px;
  font-size: 20px;
  height: 20px;
  width: 20px;
}

.a-Button--navLink .a-Icon:before {
  font-size: 20px;
}

.a-Button--navLink:focus:before, .a-Button--navLink.is-focused:before {
  display: none;
}

.a-Button--navLink .a-Icon.icon-menu-drop-down {
  display: none;
}

.a-Button.a-Button--hot,
.a-Button--strongLabel,
.ui-button.ui-button--hot {
  font-weight: 700;
}

/******************************************************************************
jQuery Button Set
******************************************************************************/
.ui-buttonset {
  font-size: 0;
}

.ui-buttonset .ui-button.ui-corner-left {
  border-radius: 2px 0 0 2px;
}

.ui-buttonset .ui-button.ui-corner-right {
  border-radius: 0 2px 2px 0;
}

.ui-buttonset .ui-state-active {
  font-weight: bold;
}

.ui-button .ui-button-text {
  line-height: 14px;
}

.a-Button--listManager {
  margin-left: 4px;
}

/******************************************************************************
Button Badge (used in Page Designer)
******************************************************************************/
.a-Button-badge {
  position: static;
  top: auto;
  right: auto;
  display: inline-block;
  margin-left: 2px;
  padding: 0 4px;
  min-width: 14px;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  border-radius: 14px;
}

.a-Button-badge:empty {
  visibility: hidden;
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* ==========================================================================
   Buttons
   ---
   Core Button Component used in APEX 5 Builder
   ========================================================================== */
.a-Button--iconTopAction {
  min-width: 54px;
}

@media only screen and (min-width: 1281px) {
  .a-Button--iconTopAction {
    min-width: 72px;
  }
}

.a-Button.a-Button--editPageButton {
  padding-left: 28px;
}

.a-Button--goToTop {
  display: none;
}

.a-Button--goToTop .a-Icon {
  opacity: .5;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.a-Button--goToTop:hover .a-Icon {
  opacity: 1;
}

.a-Button + .a-Button {
  margin-left: 4px;
}

.a-Button-list {
  padding: 8px 12px;
}

.a-Button--templateOptions {
  margin-bottom: 4px;
}

.a-Button--forceWrap {
  word-break: break-all;
}

/* Interactive Grid Sort Buttons */
.a-GV-columnControls .a-Button + .a-Button {
  margin-left: 0;
}

/* ==========================================================================
   APEX Button Group (for Items)
   ========================================================================== */
.apex-button-group label {
  padding: 4px 8px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.apex-button-group {
  display: inline-block;
  vertical-align: top;
}

.apex-button-group input + label {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-Button:focus,
.u-HCM button:focus {
  outline: 1px dotted !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Button Group
   ========================================================================== */
/**
 * Core Button Group Component
 *
 * This component contains multiple buttons and allows you to create groups of
 * buttons that appear together.  It allows you to group buttons together for
 * any given context.
 *
 * Example HTML:
 *
 * <div class="a-ButtonGroup">
 *   <div class="a-ButtonGroup-item">
 *   <button class="a-Button [modifiers]" type="submit">Button 1</button>
 *   </div>
 *   <div class="a-ButtonGroup-item">
 *   <button class="a-Button [modifiers]" type="submit">Button 2</button>
 *   </div>
  *   <div class="a-ButtonGroup-item">
 *   <button class="a-Button [modifiers]" type="submit">Button 3</button>
 *   </div>
 * </div>
 */
/**
 * Button Group
 *
 * 1. Use negative letter spacing to remove white space between inline blocks
 * 2. Webkit bug with optimizelegibility
 */
.a-ButtonGroup {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}

/**
 * Button Group item
 */
.a-ButtonGroup-item {
  display: inline-block;
  margin-left: -1px;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
  text-rendering: auto;
}

.a-ButtonGroup-item:first-child {
  margin-left: 0;
}

/**
 * Make active / current button always on top of other buttons
 */
.a-ButtonGroup-item .a-Button:hover,
.a-ButtonGroup-item .a-Button:focus,
.a-ButtonGroup-item .a-Button:active,
.a-ButtonGroup-item .a-Button.is-active {
  z-index: 1;
}

/**
 * Set border-radius appropriately.
 */
.a-ButtonGroup-item:not(:first-child):not(:last-child) .a-Button {
  border-radius: 0;
}

.a-ButtonGroup-item:first-child:not(:only-child) .a-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.a-ButtonGroup-item:last-child:not(:only-child) .a-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Button Region
   ========================================================================== */
.a-ButtonRegion {
  margin-bottom: 16px;
  border: 1px solid;
  border-radius: 2px;
}

.a-Region + .a-ButtonRegion {
  margin-top: 16px;
}

.a-ButtonRegion-wrap {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.a-ButtonRegion-title {
  display: none;
}

.a-ButtonRegion-col {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
}

.a-ButtonRegion-buttons {
  white-space: nowrap;
}

.a-ButtonRegion-buttons:empty {
  display: none;
}

.a-ButtonRegion-col--left .a-ButtonRegion-buttons {
  text-align: left;
}

.a-ButtonRegion-col--content .a-ButtonRegion-buttons {
  text-align: center;
}

.a-ButtonRegion-col--right .a-ButtonRegion-buttons {
  text-align: right;
}

.a-ButtonRegion-col--left .a-ButtonRegion-buttons,
.a-ButtonRegion-col--right .a-ButtonRegion-buttons,
.a-ButtonRegion-col--content {
  padding: 16px;
}

/* ==========================================================================
   Modifier: No UI (used for Wizard Dialogs)
   ========================================================================== */
.a-EditScreen-header .a-ButtonRegion,
.a-Dialog--wizard .a-ButtonRegion,
.a-Dialog--dialogRegion .a-ButtonRegion,
.a-Wizard-buttons .a-ButtonRegion,
.a-ButtonRegion--noUI {
  margin: 0;
  border-width: 0;
}

/* ==========================================================================
   Modifier: Borderless
   ========================================================================== */
.a-ButtonRegion--noBorder {
  border-width: 0;
}

.a-ButtonRegion--noBorder + .a-Region {
  border-top-width: 0;
}

/* ==========================================================================
   Modifier: Slim Padding
   ========================================================================== */
.a-ButtonRegion--slimPadding .a-ButtonRegion-col--left .a-ButtonRegion-buttons,
.a-ButtonRegion--slimPadding .a-ButtonRegion-col--right .a-ButtonRegion-buttons,
.a-ButtonRegion--slimPadding .a-ButtonRegion-col--content {
  padding: 8px;
}

/* ==========================================================================
   Modifier: No Padding
   ========================================================================== */
.a-ButtonRegion--noPadding .a-ButtonRegion-col--left .a-ButtonRegion-buttons,
.a-ButtonRegion--noPadding .a-ButtonRegion-col--right .a-ButtonRegion-buttons,
.a-ButtonRegion--noPadding .a-ButtonRegion-col--content {
  padding: 0;
}

/* ==========================================================================
   Modifier: No Padding
   ========================================================================== */
.a-ButtonRegion--withItems .a-ButtonRegion-col--left,
.a-ButtonRegion--withItems .a-ButtonRegion-col--right {
  width: 0;
}

.a-ButtonRegion--withItems .a-ButtonRegion-col--left:empty,
.a-ButtonRegion--withItems .a-ButtonRegion-col--right:empty {
  padding: 0;
}

.a-ButtonRegion--withItems .a-ButtonRegion-col--left .a-ButtonRegion-buttons {
  padding-right: 0;
}

.a-ButtonRegion--withItems .a-ButtonRegion-col--right .a-ButtonRegion-buttons {
  padding-left: 0;
}

.a-ButtonRegion--withItems .a-ButtonRegion-col--content {
  width: 100%;
}

.a-ButtonRegion--withItems .a-Form-labelContainer,
.a-ButtonRegion--withItems .a-Form-inputContainer {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.a-ButtonRegion--withItems .a-Form-labelContainer {
  float: none;
  width: auto;
}

.a-ButtonRegion--withItems .apex-col {
  margin-bottom: 4px;
  width: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}

.a-ButtonRegion--withItems .apex-row {
  padding-bottom: 4px;
}

.a-ButtonRegion--withItems .apex-grid-container .apex-row:last-child {
  margin-bottom: -4px;
  padding-bottom: 0;
}

.a-ButtonRegion--withItems.a-Form--labelsAbove .apex-col > .a-Button {
  margin-top: 24px;
}

/* ==========================================================================
   Modifier: Wizard Dialog
   ========================================================================== */
.a-ButtonRegion--wizard {
  margin-bottom: 0;
  border-width: 1px 0 0 0;
  border-radius: 0 0 2px 2px;
}

.a-ButtonRegion--wizard.a-ButtonRegion--noBorder, .a-ButtonRegion--wizard.a-ButtonRegion--noUI {
  border-width: 0;
}

.a-Main > .a-ButtonRegion--wizard.a-ButtonRegion--noBorder {
  border-bottom-width: 1px;
  border-radius: 0;
}

.a-ButtonRegion--dialogRegion {
  margin-bottom: 0;
  border-width: 0;
  border-radius: 0 0 2px 2px;
}

.a-ButtonRegion--dialogRegion .a-ButtonRegion-col--left .a-ButtonRegion-buttons,
.a-ButtonRegion--dialogRegion .a-ButtonRegion-col--right .a-ButtonRegion-buttons {
  padding: 12px;
}

/* ==========================================================================
   Modifier: Show Title
   ========================================================================== */
.a-ButtonRegion--showTitle .a-ButtonRegion-title {
  display: block;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1;
}

/* ==========================================================================
   Modifier: Accessible Title
   ========================================================================== */
.a-ButtonRegion--accessibleTitle .a-ButtonRegion-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-ButtonRegion + .a-IRR-region--noOuterBorders .a-IRR {
  border-top-width: 1px;
}

/* ==========================================================================
   Modifier: Packaged Apps
   ========================================================================== */
.a-ButtonRegion--pkgApps .a-Form-inputContainer {
  padding: 0;
  width: 100%;
  text-align: center;
}

.a-ButtonRegion--pkgApps input[type=text].a-Form-field--searchField {
  padding: 8px 36px;
  min-width: 480px;
  width: 50%;
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  background-position: 12px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.a-ButtonRegion--pkgApps .ls-Search-clear {
  display: none;
}

.a-AppCards.a-AppCards--slim.a-AppCards--grid .a-AppCards-desc {
  display: none;
}

/* Packaged Apps
   ========================================================================== */
.a-ButtonRegion--pkgApps .a-Form-inputContainer fieldset.radio_group table td {
  padding: 0;
}

.a-ButtonRegion--pkgApps .a-Form-inputContainer .radio_group label {
  padding-left: 0;
}

.a-ButtonRegion--pkgApps .a-Form-inputContainer fieldset.radio_group + .a-Form-error {
  margin-top: 0;
}

.a-ButtonRegion--pkgApps .radio_group td:last-child .ui-button {
  margin-right: 0;
}

.a-ButtonRegion--pkgApps .a-Form-inputContainer fieldset table.radio_group {
  margin-left: 12px;
}

.a-ButtonRegion--pkgApps .a-Form-inputContainer .radio_group label {
  display: block;
  padding: 12px 8px;
}

.a-ButtonRegion--pkgApps .radio_group .ui-button .ui-button-text {
  line-height: 16px;
}

.a-ButtonRegion--pkgApps .a-ButtonRegion-col--content .apex-grid-container {
  display: inline-block;
  vertical-align: top;
}

.a-ButtonRegion--pkgApps .a-Button--iconLeft {
  padding-left: 28px;
}

.a-ButtonRegion--pkgApps.is-stuck {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.a-ButtonRegion--pkgApps:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.a-ButtonRegion--pkgApps.is-stuck:after {
  opacity: 1;
}

.a-ButtonRegion--pkgApps.is-stuck:hover {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* Banner Button Region (used for Getting Started)
   ========================================================================== */
.a-ButtonRegion--banner {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}

.a-ButtonRegion--banner .a-ButtonRegion-buttons,
.a-ButtonRegion--banner .a-ButtonRegion-col--content {
  padding: 24px 16px;
}

.a-ButtonRegion--banner .a-MediaBlock h2 {
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 32px;
}

.a-ButtonRegion--banner.apex-app-builder {
  margin-top: 0;
}

.a-ButtonRegion--banner.apex-pkg-apps {
  margin-top: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Calendars
   ========================================================================== */
.fc .fc-toolbar {
  margin: 0;
}

.fc-toolbar .fc-left,
.fc-toolbar .fc-right,
.fc-toolbar .fc-center {
  padding: 16px 12px;
}

.fc .ui-button {
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 16px;
}

.fc button.ui-button {
  height: auto;
}

.fc .fc-button .fc-icon-wrap {
  display: block;
  float: none;
  height: 32px;
}

.fc .ui-button .ui-icon {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

/* Header Title */
.fc-toolbar h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

/* Calendar Container */
.fc td.fc-today {
  border-width: 1px 0 0 0;
  border-style: solid;
}

.fc-content .fc-day.fc-today {
  border-width: 1px 0 0 0;
}

/* Table Header */
.fc-grid .fc-day-header {
  padding: 4px 8px;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  border-width: 0 0 1px 0;
}

.fc-content .fc-day {
  padding: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom-width: 0;
  border-left-width: 0;
}

.fc .fc-grid .fc-day-content {
  padding: 8px;
}

.fc-content .fc-last.fc-day {
  border-right: none;
}

.fc-content .fc-grid .fc-day-number {
  padding: 4px 12px;
}

.fc-header span.fc-button.fc-button-next,
.fc-header span.fc-button.fc-button-prev {
  padding: 0 8px;
}

/* Calendar Cell Events*/
.fc-event-container .fc-event,
.fc-event-container .fc-event.fc-apex-events-default {
  margin-bottom: 2px;
  padding: 4px;
  white-space: nowrap;
  font-size: 11px;
  border: none;
  border-radius: 2px !important;
}

.fc-content .fc-event a {
  text-decoration: none;
}

.fc-content .fc-event .fc-event-title {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: normal !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Code Editor
   ========================================================================== */
.a-Form-fieldContainer .a-CodeEditor {
  border: 1px solid;
  border-radius: 2px;
}

.a-CodeEditor,
.a-CodeEditor .CodeMirror,
.a-CodeEditor--resizeWrapper {
  max-width: 100%;
  width: 100% !important;
}

.a-CodeEditor .CodeMirror {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
}

body .ui-widget .a-CodeEditor textarea {
  padding: 4px;
  width: 100%;
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 16px;
  border-width: 1px 0 0 0;
  border-style: solid;
}

.a-CodeEditor textarea {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.a-CodeEditor-toolbar {
  padding: 4px;
  opacity: .25;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.a-CodeEditor-toolbar .a-Button {
  -webkit-transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, box-shadow .1s;
  transition: background-color .1s, box-shadow .1s, -webkit-box-shadow .1s;
}

.a-CodeEditor.is-active .a-CodeEditor-toolbar,
.a-CodeEditor:hover .a-CodeEditor-toolbar {
  opacity: 1;
}

#editorDlg {
  overflow: hidden;
}

.CodeMirror-hints {
  z-index: 2000 !important;
}

body .CodeMirror-hint {
  padding: 2px 8px;
  max-width: 400px;
  text-overflow: ellipsis;
  font-size: 11px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 14px;
}

.CodeMirror-linewidget .is-error,
.CodeMirror-linewidget .is-warning {
  margin-left: 4px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 14px;
  border-radius: 2px;
}

.a-CodeEditor-searchBar,
.a-CodeEditor-notification {
  position: relative;
  overflow: hidden;
  border-top: 1px solid;
}

.a-CodeEditor-searchBar {
  padding: 8px;
  min-height: 40px;
}

.a-CodeEditor-searchBar-label {
  margin-right: 4px;
  min-width: 72px;
}

.a-CodeEditor-searchBar-textInput {
  margin-right: 8px;
}

.a-CodeEditor-message {
  overflow: auto;
  margin-right: 40px;
  padding: 0;
  max-height: 64px;
  line-height: 16px;
}

.a-CodeEditor-message ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.a-CodeEditor-message li {
  margin: 2px 8px;
  padding: 4px 8px;
  line-height: 16px;
  border-radius: 2px;
}

.a-CodeEditor-searchBar-closeButton {
  position: absolute;
  top: 8px;
  right: 8px;
}

.a-CodeEditor-searchBar-checkboxGroup {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  line-height: 24px;
}

.a-CodeEditor-searchBar-checkboxGroup input[type=checkbox] {
  margin-right: 4px;
}

.a-CodeEditor-replace {
  margin-top: 4px;
}

/* Resize Bar
   ========================================================================== */
.a-CodeEditor--resizeWrapper .ui-resizable-handle.ui-resizable-s {
  bottom: -6px;
  height: 5px;
  cursor: row-resize;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.a-CodeEditor--resizeWrapper .ui-resizable-handle.ui-resizable-s:before, .a-CodeEditor--resizeWrapper .ui-resizable-handle.ui-resizable-s:after {
  position: absolute;
  left: 50%;
  content: '';
}

.a-CodeEditor--resizeWrapper .ui-resizable-handle.ui-resizable-s:before {
  top: 0;
  margin-left: -16px;
  width: 32px;
  height: 6px;
  border: 1px solid;
  border-radius: 0 0 2px 2px;
}

.a-CodeEditor--resizeWrapper .ui-resizable-handle.ui-resizable-s:after {
  top: 2px;
  margin-left: -12px;
  width: 24px;
  height: 1px;
}

#scCommandHolder .a-Form-fieldContainer {
  overflow: hidden;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Comments

  <li class="a-Comments-item">
      <div class="a-Comments-icon a-MediaBlock-graphic">
          <div class="a-Comments-userIcon">SR</div>
      </div>
      <div class="a-Comments-body a-MediaBlock-content">
          <div class="a-Comments-info">
              <a href="#">Shakeeb Rahman</a> &middot; <span clas="a-Comments-date">3 days ago</span>
          </div>
          <div class="a-Comments-comment">
              Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis repellendus, quibusdam magni fugiat! Temporibus fuga fugit officia, excepturi iure assumenda architecto impedit sed enim reprehenderit minima nulla harum! Dolorum, animi!
          </div>
      </div>
  </li>

   ========================================================================== */
.a-Comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-Comments-item {
  margin-bottom: 16px;
}

.a-Comments .a-Comments-item:last-child {
  margin-bottom: 0;
}

.a-Comments-icon {
  margin-right: 12px;
}

.a-Comments-userIcon,
.a-Comments-userImg {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.a-Comments-userIcon {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid;
}

.a-Comments-info {
  font-size: 12px;
  line-height: 16px;
}

.a-Comments-user {
  margin-right: 8px;
}

.a-Comments-actions {
  float: right;
}

.a-Comments-comment {
  white-space: pre-line;
  font-size: 14px;
  line-height: 20px;
}

/* Chat Message Style
   ========================================================================== */
.a-Comments--chat .a-Comments-info {
  position: relative;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 2px 2px 0 0;
}

.a-Comments--chat .a-Comments-info:after, .a-Comments--chat .a-Comments-info:before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  content: " ";
  border: solid transparent;
  pointer-events: none;
}

.a-Comments--chat .a-Comments-info:after {
  margin-top: -6px;
  border-width: 6px;
}

.a-Comments--chat .a-Comments-info:before {
  margin-top: -7px;
  border-width: 7px;
}

.a-Comments--chat .a-Comments-comment {
  padding: 8px 12px;
  border: 1px solid;
  border-top-width: 0;
  border-radius: 0 0 2px 2px;
}

.a-Comments--chat .a-Comments-icon {
  margin-right: 0;
}

.a-Comments--chat .a-Comments-body {
  padding-left: 12px;
}

/* No User Icon
   ========================================================================== */
.a-Comments--noUserIcon .a-Comments-icon,
.a-Comments-item--noUserIcon .a-Comments-icon {
  display: none;
}

.a-Comments--noUserIcon .a-Comments-body,
.a-Comments-item--noUserIcon .a-Comments-body {
  padding-left: 0;
}

.a-Comments--noUserIcon .a-Comments-info:before, .a-Comments--noUserIcon .a-Comments-info:after,
.a-Comments-item--noUserIcon .a-Comments-info:before,
.a-Comments-item--noUserIcon .a-Comments-info:after {
  display: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Component View (in Page Designer)
   ========================================================================== */
/* Container and Columns
   ========================================================================== */
.a-CV {
  table-layout: fixed;
}

.a-CV.u-Table {
  padding: 4px;
}

.a-CV-colWrap {
  height: 50vh;
}

.a-CV-colWrap.u-Table-fit {
  padding: 4px;
}

.a-CV-colWrap--pr {
  width: 40%;
}

.a-CV-colWrap--pp {
  width: 30%;
}

.a-CV-colWrap--sc {
  width: 30%;
}

.a-CV-col {
  border-radius: 2px;
}

.a-CV-colHeader {
  margin: 0;
  padding: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

/* Groups
   ========================================================================== */
.a-CV-group {
  border-width: 1px 0;
  border-style: solid;
}

.a-CV-group + .a-CV-group {
  border-top-width: 0;
}

.a-CV-group:last-child {
  border-bottom-width: 0;
}

.a-CV-groupHeader {
  position: relative;
}

.a-CV-groupHeader:before, .a-CV-groupHeader:after {
  display: table;
  content: '';
}

.a-CV-groupHeader:after {
  clear: both;
}

.a-CV-groupHeader .a-Button--regionHeader {
  position: absolute;
  top: 0;
  right: 0;
}

.a-CV-groupTitle {
  overflow: hidden;
  margin: 0;
  padding: 8px 40px 8px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.a-CV-groupBody {
  border-top: 1px solid;
}

.a-CV-groupBody:empty {
  display: none;
}

/* Component Group
   ========================================================================== */
.a-CV-componentGroup:first-child .a-CV-componentGroupTitle {
  border-top-width: 0;
}

.a-CV-componentGroupTitle {
  margin: 0;
  padding: 8px 12px 0 12px;
  font-weight: normal;
  font-size: 11px;
  border-top: 1px solid;
}

.a-CV-componentGroupTitle-context {
  margin-right: 8px;
}

/* Component List
   ========================================================================== */
.a-CV-components {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.a-CV-components--page {
  display: table-cell;
  width: 50%;
}

.a-CV-component {
  display: table;
  padding: 4px;
  width: 100%;
  table-layout: fixed;
  font-size: 10px;
  line-height: 14px;
}

.a-CV-component.is-conditional {
  font-style: italic;
}

.a-CV-component.is-conditional .a-CV-icon {
  position: relative;
}

.a-CV-component.is-conditional .a-CV-icon:after {
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 9px 0 0 9px;
  width: 6px;
  height: 6px;
  content: '';
  border: 1px solid;
  border-radius: 100%;
}

/* Component Columns
   ========================================================================== */
.a-CV-cell {
  display: table-cell;
  padding: 0 4px;
  vertical-align: top;
  text-overflow: ellipsis;
}

.a-CV-cell--seq {
  width: 24px;
  text-overflow: clip;
}

.a-CV-cell--primary {
  width: 50%;
}

.a-CV-cell--secondary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-CV-cell--label {
  padding-left: 8px;
  width: 30%;
  text-align: right;
}

/* Component Name Cell
   ========================================================================== */
.a-CV-cellWrap {
  display: table;
  width: 100%;
  table-layout: auto;
}

.a-CV-cellWrap .a-CV-icon {
  display: table-cell;
  padding-right: 4px;
  width: 20px;
}

.a-CV-cellWrap .a-CV-icon:before {
  vertical-align: top;
}

.a-CV-cellWrap .a-CV-cellLabel {
  display: inline-block;
  line-height: 16px;
}

.a-CV-indent {
  position: relative;
  display: table-cell;
  width: 16px;
}

.a-CV-indent:before {
  position: absolute;
  top: -3px;
  bottom: -4px;
  left: 0;
  width: 8px;
  content: '';
  border-right: 1px dotted;
  opacity: .25;
}

.a-CV-icon {
  margin-right: 4px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Content Row Report
   ========================================================================== */
.a-ContentRowReport-itemWrap {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

a.a-ContentRowReport-itemWrap {
  text-decoration: none !important;
  outline: none;
}

.a-ContentRowReport-itemSelection {
  margin-right: 16px;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.a-ContentRowReport-itemSelection input {
  font-size: 16px;
  margin: 0;
}

.a-ContentRowReport-itemSelection:empty {
  display: none;
}

.a-ContentRowReport-itemIconWrap {
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-ContentRowReport-itemIconWrap:empty {
  display: none;
}

.a-ContentRowReport-itemBody {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.a-ContentRowReport-itemBody p:empty {
  display: none;
}

.a-ContentRowReport-itemContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-ContentRowReport-itemTitle {
  font-weight: 600;
  margin-bottom: 0;
}

.a-ContentRowReport-itemTitle .a-User {
  vertical-align: top;
}

.a-ContentRowReport-itemTitle > label {
  display: block;
}

.a-ContentRowReport-itemDescription {
  margin: 4px 0 0;
  font-size: 13px;
}

.a-ContentRowReport-itemDescription:empty {
  display: none;
}

.a-ContentRowReport-itemMisc {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-ContentRowReport-itemMisc:empty {
  display: none;
}

.a-ContentRowReport-itemActions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-ContentRowReport-itemActions:empty {
  display: none;
}

.a-ContentRowReport .a-Report-percentChart {
  width: 100%;
  margin: 4px 0;
  height: 8px;
  border-radius: 8px;
}

.a-ContentRowReport--hideIcons .a-ContentRowReport-itemIconWrap {
  display: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Control Bar
   ========================================================================== */
.a-ControlBar {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid;
}

.a-ControlBar-col {
  display: table-cell;
  padding: 8px;
  vertical-align: top;
}

.a-ControlBar-col--noPadding {
  padding: 0;
}

.a-ControlBar-col:first-child {
  text-align: left;
}

.a-ControlBar-col:last-child {
  text-align: right;
}

.a-ControlBar-col:only-child {
  text-align: left;
}

.a-ControlBar-spacer {
  display: inline-block;
  width: 8px;
}

.a-Toolbar--simple .a-Button.a-Button--goToPageButton {
  border-radius: 2px !important;
  margin-left: 4px;
}

.a-Button--savePage {
  margin-right: 4px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Data Loader Page
   ========================================================================== */
.a-Page--DataLoad #page_success_msg {
  margin-top: 16px;
}

.a-Page--DataLoad .a-Dialog--wizard .a-Dialog-body {
  padding: 0;
}

.a-Page--DataLoad .apex-item-group--rc {
  outline: none;
}

.a-Page--DataLoad .apex-page-error .a-Alert {
  margin: 0;
  border-radius: 0;
}

.a-Page--DataLoad.is-first-step .a-Dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-Page--DataLoad.is-first-step #copy_paste_file,
.a-Page--DataLoad.is-first-step #copy_paste_file > div,
.a-Page--DataLoad.is-first-step #copy_paste_file > div .a-Form-fieldContainer,
.a-Page--DataLoad.is-first-step #copy_paste_file > div .a-Form-inputContainer,
.a-Page--DataLoad.is-first-step #drag_drop_file,
.a-Page--DataLoad.is-first-step #drag_drop_file .a-FileDrop,
.a-Page--DataLoad.is-first-step #drag_drop_file .a-Form-inputContainer,
.a-Page--DataLoad.is-first-step .apex-item-group--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.a-Page--DataLoad.is-first-step .apex-item-group--file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.a-Page--DataLoad.is-first-step #copy_paste_file {
  width: 100%;
  margin: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-Page--DataLoad.is-first-step #copy_paste_file .a-Report-colHead .a-Form-inputContainer {
  padding-top: 0;
}

.a-Page--DataLoad.is-first-step #copy_paste_file > .a-Form-fieldContainer,
.a-Page--DataLoad.is-first-step #copy_paste_file .apex-item-group--textarea,
.a-Page--DataLoad.is-first-step #copy_paste_file .apex-item-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-Page--DataLoad.is-first-step .apex-item-file-dropzone,
.a-Page--DataLoad.is-first-step .apex-item-file-dropzone:focus {
  border: 0;
  background-color: transparent !important;
}

.a-Page--DataLoad.is-first-step .apex-item-file-dropzone:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 320px;
  z-index: -1;
  content: '';
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: dashed;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.a-Page--DataLoad.is-first-step .u-Processing {
  display: none !important;
}

.a-Alert--DataLoadPreview {
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.a-Alert--DataLoadPreview .a-Alert-body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Alert--DataLoadPreview .a-Alert-body .a-Form-fieldContainer {
  width: auto;
  margin-left: 4px;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* ==========================================================================
   Data Loader Page
   ========================================================================== */
.a-Page--DataLoadPreview ul.apex-rds li a {
  padding: 16px;
  font-size: 13px;
}

.a-Page--DataLoadPreview ul.apex-rds li a .a-Icon {
  margin-right: 6px;
}

.a-Page--DataLoadPreview .apex-rds-selected {
  font-weight: 700;
}

.a-Page--DataLoadPreview .a-Report-colHead {
  border-top-width: 0;
}

.a-Page--DataLoadPreview .a-Dialog-footer .a-ButtonRegion-col--content {
  white-space: nowrap;
}

.a-Page--DataLoadPreview .a-Dialog-footer .a-ButtonRegion-col--content .desc {
  margin-bottom: 0;
}

/* ==========================================================================
   Data Loader
   ========================================================================== */
/* ==========================================================================
   Data Loader - Source Type
   ========================================================================== */
.a-DataLoad-sourceType .radio_group {
  width: 100%;
}

.a-DataLoad-sourceType .apex-item-option {
  width: 50%;
}

.a-DataLoad-sourceType.apex-button-group input + label {
  display: block;
  padding: 16px;
  font-size: 14px;
}

.a-DataLoad-sourceType.apex-button-group input + label .a-Icon {
  margin-right: 4px;
}

/* ==========================================================================
   Data Loader - Progress Meter
   ========================================================================== */
.a-DataLoad-progressMeter {
  margin-right: auto;
  margin-left: auto;
  width: 240px;
}

.a-DataLoad-progressMeter, .a-DataLoad-progressMeter:before {
  overflow: hidden;
  height: 12px;
  border-radius: 6px;
}

.a-DataLoad-progressMeter:before {
  display: block;
  width: 20%;
  content: '';
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  -webkit-animation-name: KnightRider;
          animation-name: KnightRider;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes KnightRider {
  from {
    margin: 0;
  }
  to {
    margin-left: 80%;
  }
}

@keyframes KnightRider {
  from {
    margin: 0;
  }
  to {
    margin-left: 80%;
  }
}

/* ==========================================================================
   Data Loader - Preview
   ========================================================================== */
.a-DataLoad-preview .a-Tabs-panel {
  padding: 12px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

.a-DataLoad-preview .a-Tabs-panel .a-Report {
  max-height: 320px;
  overflow: auto;
}

.a-DataLoad-preview .a-Report-colHead,
.a-DataLoad-preview .first-row-headers .a-Report-report tbody tr:first-child td {
  padding: 8px 12px;
}

.a-DataLoad-preview .first-row-headers .a-Report-report thead tr:first-child {
  display: none;
}

.a-DataLoad-preview .first-row-headers .a-Report-report tbody tr:first-child td {
  vertical-align: bottom;
  font-weight: bold;
}

.a-DataLoad-preview :not(.first-row-headers) th {
  white-space: nowrap;
}

.a-DataLoad-preview td[headers=LINE_NUMBER] {
  border-right: 1px solid;
  width: 48px;
}

.a-DataLoad-preview pre:only-child {
  margin: 16px;
}

.a-DataLoad-previewColumns .a-Report {
  overflow: initial;
}

/* ==========================================================================
   Data Loader - File Drop Area
   ========================================================================== */
.a-FileDrop .apex-item-group--file {
  position: relative;
}

.a-FileDrop .apex-item-file {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  outline: none;
}

.a-FileDrop .apex-item-file-dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 1.35;
  border: 2px dashed;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  min-height: 200px;
  text-align: center;
  -webkit-transition: min-height .5s ease, background-color .15s ease, border-color .15s ease;
  transition: min-height .5s ease, background-color .15s ease, border-color .15s ease;
}

.a-FileDrop-icon {
  margin-right: 12px;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-FileDrop-label {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-FileDrop-heading {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.a-FileDrop--small .a-FileDrop-heading {
  font-size: 16px;
  line-height: 1.5;
}

.a-FileDrop-action {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.a-FileDrop-formats,
.a-FileDrop-filename {
  margin-top: 12px;
  display: block;
}

.a-FileDrop-formats:empty,
.a-FileDrop-filename:empty {
  display: none;
}

.a-FileDrop .uploading {
  cursor: wait;
}

.a-FileDrop .uploading .apex-item-file {
  pointer-events: none;
}

.a-FileDrop .uploading .apex-item-file-dropzone {
  min-height: 72px;
}

.a-FileDrop .upload-completed .apex-item-file {
  pointer-events: none;
}

.a-FileDrop .upload-completed .apex-item-file-dropzone {
  min-height: 0;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.a-ButtonRegion--DataLoadPreview {
  border-bottom: 1px solid;
}

#loadError .a-Alert-body,
#loadSuccess .a-Alert-body {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

#failed_rows .a-Region-bodyHeader {
  padding: 12px;
  margin: 0;
  border-bottom: 1px solid;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Date List
   ========================================================================== */
.a-DateList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-DateList-item {
  padding: 16px 12px;
  min-height: 64px;
}

.a-DateList-item:first-child {
  border-top: none;
}

.a-DateList-item .a-MediaBlock-content {
  line-height: 0;
}

.a-DateList-date,
.a-DateList-icon {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 100%;
}

.a-DateList-icon {
  padding: 8px;
}

.a-DateList-day {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  line-height: 1;
}

.a-DateList-month {
  display: block;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
}

.a-DateList-desc {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.a-DateList-attribute {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
  font-size: 11px;
  line-height: 16px;
}

.a-DateList-attribute--tag {
  padding: 0 8px;
  border-radius: 2px;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-DateList-icon {
  border: 1px solid !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Dialog Page and Regions
   ========================================================================== */
.a-Dialog--noBodyPadding {
  --jui-dialog-content-padding-y: 0px;
  --jui-dialog-content-padding-x: 0px;
}

.a-Dialog-page {
  min-width: 0;
}

/* ==========================================================================
   jQuery UI Dialog
   ========================================================================== */
.ui-dialog {
  --jui-dialog-overflow: hidden;
}

.ui-dialog-titlebar-close {
  --a-button-border-width: 0px;
  --a-button-border-radius: 100%;
}

.a-Dialog--uiDialog.ui-dialog .ui-dialog-content {
  --jui-dialog-content-padding-y: 0px;
  --jui-dialog-content-padding-x: 0px;
}

.a-Dialog--uiDialog iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

/* ==========================================================================
   Modal Wizard
   ========================================================================== */
.ui-dialog.a-Dialog--wizard {
  --jui-dialog-titlebar-padding-y: 12px;
  --jui-dialog-titlebar-padding-x: 16px;
  --jui-dialog-titlebar-border-width: 0px;
  --jui-dialog-title-font-weight: 600;
  --jui-dialog-title-font-size: 24px;
  --jui-dialog-title-line-height: 32px;
  --jui-dialog-content-padding-x: 0px;
  --jui-dialog-content-padding-y: 0px;
  --jui-dialog-border-radius: 3px;
  --jui-dialog-buttonpane-content-padding-y: 16px;
  --jui-dialog-buttonpane-content-padding-x: 16px;
  --jui-dialog-buttonpane-border-width: 0px;
}

.ui-dialog.a-Dialog--wizard .ui-dialog-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-dialog.a-Dialog--wizard .ui-dialog-content {
  font-size: 1.4rem;
  border: 0;
}

.ui-dialog.a-Dialog--wizard .ui-dialog-buttonpane .ui-button {
  --a-button-padding-y: 10px;
  --a-button-padding-x: 8px;
  --a-button-font-size: 14px;
  --a-button-line-height: 16px;
  min-width: 64px;
}

/* ==========================================================================
   Modifier: Wizard Modal
   ========================================================================== */
.a-Dialog .a-Dialog-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
}

.a-Dialog .a-Dialog-wizardSteps {
  overflow: hidden;
}

.a-Dialog .a-Dialog-wizardSteps:empty {
  display: none;
}

.a-Dialog .a-Dialog-controls,
.a-Dialog .a-Dialog-footer {
  position: fixed;
  right: 0;
  left: 0;
}

.a-Dialog .a-Dialog-controls {
  top: 0;
  z-index: 100;
}

.a-Dialog .a-Dialog-footer {
  bottom: 0;
  z-index: 110;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.a-Dialog--wizard .a-Dialog-body {
  padding: 12px 0;
}

.a-Dialog--wizard .a-Form {
  padding: 0 12px;
}

.a-Dialog-icon {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  background-size: 100%;
}

.about-page .u-Report td.textHere {
  word-break: break-all;
}

.about-page .a-Dialog-about {
  overflow: hidden;
  margin-bottom: -1px;
  padding: 16px 0;
}

.a-Dialog-aboutTitle {
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

/* ==========================================================================
   Help Dialog
   ========================================================================== */
@-webkit-keyframes openHelpDialog {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes openHelpDialog {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Dialog Text Content
   Used for help pages such as Getting Started in Page Designer
   ========================================================================== */
.a-Dialog-textContent {
  margin: 0 32px;
  font-size: 14px;
  line-height: 1.5;
}

/* Shame for Page Designer Getting Started
   ========================================================================== */
.a-Dialog--pageDesignerGetStarted .a-Dialog-textContent big {
  display: block;
  font-size: 16px;
}

.a-Dialog--pageDesignerGetStarted .a-ButtonRegion--banner .a-MediaBlock h2 {
  font-size: 1.6rem;
}

/* Full Screen Dialogs
   ---
   These dialogs use JS to adjust their size to fit the viewport
   ========================================================================== */
@-webkit-keyframes anim-spin-stop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(179deg);
            transform: rotate(179deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(719deg);
            transform: rotate(719deg);
    opacity: 0;
  }
}
@keyframes anim-spin-stop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(179deg);
            transform: rotate(179deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(719deg);
            transform: rotate(719deg);
    opacity: 0;
  }
}

.ui-dialog.ui-dialog--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-height: 100%;
  /* Removing until the class js-dislogReady is added via JS on this page */
  /*
  .ui-dialog-content:not(.js-dialogReady) {
    &:before {
      //content: "\e01e";
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -16px;
      margin-left: -16px;
      width: 32px;
      height: 32px;
      font-size: 32px;

      font-family: "apex-5-icon-font" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;

      animation: anim-spin-stop 2s 1 linear;
      animation-delay: .2s;
    }
  }
   */
}

.ui-dialog.ui-dialog--stretch .ui-dialog-titlebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ui-dialog.ui-dialog--stretch .ui-dialog-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}

.ui-dialog.ui-dialog--stretch .ui-dialog-content iframe {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* ==========================================================================
   Monaco Editor Dialog
   ========================================================================== */
#editorDlg {
  --jui-dialog-content-padding-y: 0px;
  --jui-dialog-content-padding-x: 0px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Dialog Regions
   ========================================================================== */
.a-DialogRegion-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.a-DialogRegion-body {
  position: absolute;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background-repeat: no-repeat;
  background-size: 100% 16px, 100% 16px, 100% 8px, 100% 8px;
  background-attachment: local, local, scroll, scroll;
}

.a-DialogRegion--noPadding .a-DialogRegion-body {
  padding: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Edit Screen
   ---
   Used for edit pages within APEX
   ========================================================================== */
.a-EditScreen {
  padding-bottom: 70vh;
}

.a-EditScreen-header {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.a-EditScreen-header.is-fixed {
  position: fixed;
  top: 0;
  right: 200px;
  left: 0;
  z-index: 800;
}

.a-EditScreen-header.is-fixed:after {
  position: absolute;
  width: 100%;
  height: 8px;
  content: '';
  background-size: 100% 8px;
  background-repeat: no-repeat;
}

.a-EditScreen-body {
  padding: 8px 0;
}

.a-EditScreen-body .a-Form-labelContainer {
  width: 256px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-EditScreen-body .a-List--templateOptions .a-Form-labelContainer {
  min-width: 96px;
  width: auto;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Embedded Code Analysis Report
   ========================================================================== */
/*
<div class="a-EmbeddedCode ">
  <div class="a-EmbeddedCode-header">
    <div class="a-EmbeddedCode-headerItems a-EmbeddedCode-headerItems--primary">
      Text
      <div class="a-EmbeddedCode-attr">text</div>
      <div class="a-EmbeddedCode-attr">text</div>
    </div>
    <div class="a-EmbeddedCode-headerItems a-EmbeddedCode-headerItems--secondary">
      Text
    </div>
    <div class="a-EmbeddedCode-headerItems a-EmbeddedCode-headerItems--buttons">
      <button />
    </div>
  </div>
  <div class="a-EmbeddedCode-body">
    <!-- Code -->
  </div>
</div>
*/
.a-EmbeddedCode {
  border-style: solid;
  margin-bottom: -1px;
  border-width: 1px 0;
  background-clip: padding-box;
}

.a-EmbeddedCode--noPadding .a-EmbeddedCode-body {
  padding: 0;
}

.a-EmbeddedCode-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-EmbeddedCode-headerItems {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-EmbeddedCode-headerItems--primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-right: 12px;
}

.a-EmbeddedCode-headerItems--secondary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: auto;
  text-align: right;
}

.a-EmbeddedCode-headerItems--secondary:empty {
  display: none;
}

.a-EmbeddedCode-headerItems--buttons {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}

.a-EmbeddedCode-headerItems--buttons:empty {
  display: none;
}

.a-EmbeddedCode-body {
  padding: 12px;
  max-height: 200px;
  overflow: auto;
  border-top-width: 1px;
  border-top-style: solid;
}

.a-EmbeddedCode-attr:empty {
  display: none;
}

.apex-item-filedrop {
  --a-filedrop-progress-height: 2px;
  --a-filedrop-progress-border-radius: 2px;
  --a-filedrop-progress-backdrop-filter: none;
  --a-filedrop-progress-content-opacity: 0;
  --a-filedrop-padding-y: 24px;
  --a-filedrop-padding-x: 24px;
  --a-filedrop-border-radius: 8px;
  --a-filedrop-border-width: 1px;
  --a-filedrop-border-style: dashed;
  --a-filedrop-heading-font-weight: 700;
  --a-filedrop-heading-font-size: 20px;
  --a-filedrop-heading-line-height: 28px;
  --a-filedrop-icon-character: "\e069";
}

.apex-item-filedrop-body {
  --a-filedrop-item-spacing: 8px;
}

.apex-item-group--file-browse .apex-item-filedrop-icon {
  --a-filedrop-border-width: 0px;
  --a-filedrop-icon-size: 20px;
}

.a-FileDrop > br {
  display: none;
}

.a-FileDrop > .errTxt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: center;
      align-self: center;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Footer
   ========================================================================== */
.a-Footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 11px;
  line-height: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid;
}

.a-Footer-info,
.a-Footer-copyright,
.a-Footer-version {
  display: table-cell;
  padding: 8px;
}

.a-Footer-attribute {
  text-transform: lowercase;
}

.a-Footer-attribute:not(:last-child) {
  margin-right: 16px;
}

.a-Footer-copyright {
  text-align: center;
}

.a-Footer-version {
  text-align: right;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Forms
   ========================================================================== */
.a-Form-fieldContainer {
  clear: both;
  width: 100%;
  border-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-Form-labelContainer,
.a-Form-inputContainer {
  padding: 8px;
}

.a-Form-inputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Form-inputContainer .a-Form-error,
.a-Form-inputContainer .apex-quick-picks {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.a-Form-inputContainer .apex-quick-picks {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.a-Form-fieldContainer--stretch .apex-item-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Form-itemWrapper {
  display: inline-block;
  vertical-align: top;
}

.a-Form-labelContainer {
  float: left;
  width: 30%;
  text-align: right;
}

.a-Form-inputContainer .a-Switch-toggle {
  margin-top: 1px;
}

.a-Form-inputContainer input::-moz-placeholder,
input.a-SearchBox-input::-moz-placeholder {
  opacity: .55;
}

.a-Form-inputContainer input:-ms-input-placeholder,
input.a-SearchBox-input:-ms-input-placeholder {
  opacity: .55;
}

.a-CodeEditor-searchBar-label,
.a-Form-label {
  display: inline-block;
  padding: 4px 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}

.a-CodeEditor-searchBar-textInput,
.a-Form-field,
.a-Form-select,
.a-Report-report input[type="text"],
.a-Form-inputContainer input[type="text"],
.a-Form-inputContainer select[size="1"].selectlist,
.a-Form-inputContainer select.yes_no,
.a-Form-inputContainer input.text_field,
.a-Form-inputContainer input.password,
.a-Form-inputContainer input.datepicker,
.a-Form-inputContainer span.display_only,
.a-Form-inputContainer input.popup_lov {
  height: 24px;
}

.a-Form-inputContainer input.apex-item-popup-lov.popup_lov {
  height: auto;
  padding: 1px 2px;
}

.a-Form-inputContainer span.display_only {
  min-height: 24px;
  height: auto;
}

.a-CodeEditor-searchBar-textInput,
.a-Report-report input[type="text"],
.a-Form-field,
.a-Form-select,
.a-Toolbar-selectList,
.a-IRR-selectList,
.legacy-tableForm input,
.legacy-tableForm select,
.selectlist,
.a-Form-inputContainer input[type="text"],
.a-Form-inputContainer select.selectlist,
.a-Form-inputContainer select.yes_no,
.a-Form-inputContainer input.text_field,
.a-Form-inputContainer input.password,
.a-Form-inputContainer textarea,
.a-Form-inputContainer textarea.textarea,
#queryText_table textarea.textarea,
.a-Form-inputContainer input.datepicker,
.a-Form-inputContainer span.display_only,
.a-Form-inputContainer input.popup_lov,
.a-Form-inputContainer select[multiple],
.a-Form-textarea,
.a-FS-search .apex-item-text,
.a-FS-filter .apex-item-text {
  display: inline-block;
  padding: 3px;
  max-width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid;
  border-radius: 2px;
}

.a-CodeEditor-searchBar-textInput:focus,
.a-Report-report input[type="text"]:focus,
.a-Form-field:focus,
.a-Form-select:focus,
.a-Toolbar-selectList:focus,
.a-IRR-selectList:focus,
.legacy-tableForm input:focus,
.legacy-tableForm select:focus,
.selectlist:focus,
.a-Form-inputContainer input[type="text"]:focus,
.a-Form-inputContainer select.selectlist:focus,
.a-Form-inputContainer select.yes_no:focus,
.a-Form-inputContainer input.text_field:focus,
.a-Form-inputContainer input.password:focus,
.a-Form-inputContainer textarea:focus,
.a-Form-inputContainer textarea.textarea:focus,
#queryText_table textarea.textarea:focus,
.a-Form-inputContainer input.datepicker:focus,
.a-Form-inputContainer span.display_only:focus,
.a-Form-inputContainer input.popup_lov:focus,
.a-Form-inputContainer select[multiple]:focus,
.a-Form-textarea:focus,
.a-FS-search .apex-item-text:focus,
.a-FS-filter .apex-item-text:focus {
  outline: none;
}

.a-Form input.file {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}

.a-Form-select,
.a-Toolbar-selectList,
.a-IRR-selectList,
.legacy-tableForm select,
.a-Form-inputContainer select.yes_no,
.a-Form-inputContainer select[multiple],
.a-Form-inputContainer select.selectlist {
  padding-top: 0;
  padding-bottom: 0;
}

.a-Form-inputContainer textarea.textarea,
#queryText_table textarea.textarea {
  min-height: 64px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.a-Form-inputContainer textarea.apex-item-textarea {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.a-Form-searchField {
  padding-left: 2.4rem;
  background-position: .3rem .3rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
}

input[type=text].a-Form-searchField {
  padding-left: 2.4rem;
}

.a-Form-inputContainer span.display_only {
  font-weight: bold;
}

.a-Form-select,
.a-Toolbar-selectList,
.a-IRR-selectList,
.legacy-tableForm select,
.a-Report-report select[size="1"],
.a-Form-inputContainer select[size="1"].selectlist,
.a-Form-inputContainer select.yes_no {
  overflow: hidden;
  padding-right: 26px;
  text-indent: 0.01px;
  text-overflow: ' ';
  background-position: 100% 50%;
  background-size: 32px 16px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body:not(:-moz-handler-blocked) .a-Form-select,
body:not(:-moz-handerl-blocked) .a-Toolbar-selectList,
body:not(:-moz-handerl-blocked) .a-IRR-selectList {
  padding: 2px 24px 2px 2px;
}

.a-Form-select,
.a-Toolbar-selectList,
.a-IRR-selectList,
.legacy-tableForm select,
.a-Report-report select[size="1"],
.a-Form-inputContainer select[size="1"].selectlist,
.a-Form-inputContainer select.yes_no,
.a-Property-field--select {
  background-position: right;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .a-Form-select,
  .a-Toolbar-selectList,
  .a-IRR-selectList,
  .legacy-tableForm select,
  .a-Report-report select[size="1"],
  .a-Form-inputContainer select[size="1"].selectlist,
  .a-Form-inputContainer select.yes_no,
  .a-Property-field--select {
    -moz-appearance: menulist;
  }
  .a-Form-select::-ms-expand,
  .a-Toolbar-selectList::-ms-expand,
  .a-IRR-selectList::-ms-expand,
  .legacy-tableForm select::-ms-expand,
  .a-Report-report select[size="1"]::-ms-expand,
  .a-Form-inputContainer select[size="1"].selectlist::-ms-expand,
  .a-Form-inputContainer select.yes_no::-ms-expand,
  .a-Property-field--select::-ms-expand {
    display: none !important;
  }
  .u-HCM .a-Form-select::-ms-expand, .u-HCM
  .a-Toolbar-selectList::-ms-expand, .u-HCM
  .a-IRR-selectList::-ms-expand, .u-HCM
  .legacy-tableForm select::-ms-expand, .u-HCM
  .a-Report-report select[size="1"]::-ms-expand, .u-HCM
  .a-Form-inputContainer select[size="1"].selectlist::-ms-expand, .u-HCM
  .a-Form-inputContainer select.yes_no::-ms-expand, .u-HCM
  .a-Property-field--select::-ms-expand {
    display: inline-block !important;
  }
  .a-Form-select,
  .a-Toolbar-selectList,
  .a-IRR-selectList,
  .legacy-tableForm select,
  .a-Report-report select[size="1"],
  .a-Form-inputContainer select[size="1"].selectlist,
  .a-Form-inputContainer select.yes_no,
  .a-Property-field--select {
    background-size: contain;
  }
  .u-HCM .a-Form-select, .u-HCM
  .a-Toolbar-selectList, .u-HCM
  .a-IRR-selectList, .u-HCM
  .legacy-tableForm select, .u-HCM
  .a-Report-report select[size="1"], .u-HCM
  .a-Form-inputContainer select[size="1"].selectlist, .u-HCM
  .a-Form-inputContainer select.yes_no, .u-HCM
  .a-Property-field--select {
    padding-right: 0;
  }
}

.a-Form-inputContainer .a-Button.a-Button--helpButton,
.a-Form-inputContainer .a-Button.a-Button--calendar,
.a-Form-labelContainer .a-Button.a-Button--helpButton,
.a-Form-labelContainer .a-Button.a-Button--calendar {
  --a-button-padding-y: 4px;
  --a-button-padding-x: 8px;
}

.u-HCM .a-Form-inputContainer .a-Button.a-Button--helpButton,
.u-HCM .a-Form-inputContainer .a-Button.a-Button--calendar,
.u-HCM .a-Form-labelContainer .a-Button.a-Button--helpButton,
.u-HCM .a-Form-labelContainer .a-Button.a-Button--calendar {
  border-width: 0 !important;
}

.a-Form-inputContainer select + .a-Button--helpButton,
.a-Form-inputContainer input + .a-Button--helpButton,
.a-Form-inputContainer fieldset + .a-Button--helpButton {
  vertical-align: top;
}

.RegionQuickLinks {
  float: left;
}

.a-Form-field--readOnly {
  font-weight: bold;
  border: none;
}

.hasDatepicker {
  margin: 0;
}

.apex-item-textarea-counter {
  margin-top: 2px;
}

/* ==========================================================================
   Select List Width
   ========================================================================== */
.a-Form-inputContainer .radio_group .apex-item-option:not(:last-child),
.a-Form-inputContainer .checkbox_group .apex-item-option:not(:last-child) {
  margin-bottom: 4px;
}

.a-Form-inputContainer fieldset.radio_group,
.a-Form-inputContainer fieldset.checkbox_group {
  line-height: 24px;
}

.a-Form-inputContainer fieldset.radio_group br,
.a-Form-inputContainer fieldset.checkbox_group br {
  line-height: 20px;
}

.a-Form-inputContainer fieldset.radio_group:focus,
.a-Form-inputContainer fieldset.checkbox_group:focus {
  outline: none;
}

.a-Form-inputContainer fieldset.radio_group table td,
.a-Form-inputContainer fieldset.checkbox_group table td {
  padding-right: 16px;
}

.a-Form-inputContainer fieldset table {
  border-spacing: 0;
}

.a-Form-radioLabel,
.a-Form-inputContainer .radio_group label,
.a-Form-checkboxLabel,
.a-Form-inputContainer .checkbox_group label {
  font-size: 12px;
  line-height: 16px;
}

.a-Form-radio + .a-Form-error,
.a-Form-inputContainer fieldset.radio_group + .a-Form-error,
.a-Form-checkbox + .a-Form-error,
.a-Form-inputContainer fieldset.checkbox-group + .a-Form-error {
  margin-top: 8px;
}

.a-Form-inputContainer .radio_group input[type=radio]:checked + label,
.a-Form-inputContainer .checkbox_group input[type=checkbox]:checked + label,
.a-Form-checkbox:checked + label {
  font-weight: bold;
}

.a-Form-fieldContainer--boxLabels input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Form-fieldContainer--boxLabels fieldset label {
  display: inline-block;
  margin: 0 1%;
  padding: 12px;
  min-height: 76px;
  width: 31%;
  vertical-align: top;
  border-radius: 2px;
}

.a-Form-fieldContainer--boxLabels fieldset br {
  display: none;
}

.a-Form-fieldContainer--boxLabels .a-Form-inputContainer input:checked + label,
.a-Form-fieldContainer--boxLabels .a-Form-inputContainer input:checked + .fielddata label {
  font-weight: bold;
}

.a-Form-fieldContainer--boxLabels .a-Form-inputContainer input:checked + label .a-Form-radioLabel-desc,
.a-Form-fieldContainer--boxLabels .a-Form-inputContainer input:checked + .fielddata label .a-Form-radioLabel-desc {
  font-weight: bold;
}

.a-Form-radioLabel-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.a-Form-radioLabel-desc {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.a-Form-postText,
.a-Form-inputContainer input + span.fielddata {
  margin-left: 8px;
  font-size: 1.2rem;
}

.a-Form-quickPicks {
  display: inline-block;
  padding: 0 .8rem;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 2.4rem;
}

.a-Form-quickPicks.display_only {
  font-weight: normal !important;
}

.a-Form-quickPicks a {
  margin-right: 8px;
}

/* ==========================================================================
   Image Preview (4000:601)
   ========================================================================== */
.a-Form-iconPreview {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Select List Width
   ========================================================================== */
.a-Form-inputContainer select[size="1"].selectlist {
  min-width: 180px;
  max-width: 100%;
}

.a-Form-inputContainer select[size="1"].selectlist.is-small {
  min-width: 80px;
}

.a-Side .a-Form-inputContainer select[size="1"].selectlist {
  min-width: 0;
}

.a-Form-select--multi {
  min-height: 120px;
  width: 350px;
}

.a-Form-select--conditions {
  max-width: 480px;
}

.a-Form-select--conditions + .a-Form-quickPicks {
  display: block;
}

/* ==========================================================================
   Validations
   ========================================================================== */
.a-Form-error {
  display: block;
  font-size: 11px;
  line-height: 16px;
}

/* ==========================================================================
   Large Form
   ========================================================================== */
.a-Form--large .a-Form-label {
  padding: 6px 0;
  font-size: 14px;
  line-height: 16px;
}

.a-Form--large .a-Form-field,
.a-Form--large .a-Form-select,
.a-Form--large select[size="1"].selectlist,
.a-Form--large select.yes_no,
.a-Form--large input.text_field,
.a-Form--large input.password,
.a-Form--large input.datepicker,
.a-Form--large span.display_only,
.a-Form--large input.popup_lov {
  padding: 7px;
  height: 32px;
  font-size: 14px;
}

.a-Form--large select[size="1"].selectlist {
  padding: 4px 7px;
}

.a-Form--large span.display_only {
  min-height: 32px;
  height: auto;
}

.a-Form--large .a-Button.a-Button--helpButton,
.a-Form--large .a-Button.a-Button--calendar {
  --a-button-padding-y: 8px;
  --a-button-padding-x: 12px;
}

.a-Form--large .a-Form-radioLabel,
.a-Form--large .radio_group label,
.a-Form--large .a-Form-checkboxLabel,
.a-Form--large .checkbox_group label,
.a-Form--large select[multiple] {
  font-size: 14px;
  line-height: 20px;
}

.a-Form--large .a-Form-searchField {
  background-position: .8rem;
  background-size: 1.6rem;
}

.a-Form--large input[type=text].a-Form-searchField {
  padding-left: 3.0rem;
}

/* ==========================================================================
   Slim Padding
   ========================================================================== */
.a-Form--slimPadding .a-Form-inputContainer,
.a-Form--slimPadding .a-Form-labelContainer {
  padding: 0;
}

/* ==========================================================================
   Table Based
   ========================================================================== */
.a-Form--tableBased .a-Form-labelContainer {
  margin-right: 8px;
  width: auto;
}

.a-Form--tableBased .a-Form-select,
.a-Form--tableBased .a-Toolbar-selectList,
.a-Form--tableBased .a-IRR-selectList,
.a-Form--tableBased select.selectlist {
  max-width: 100%;
}

/* ==========================================================================
   Table Based
   ========================================================================== */
.a-Form--schemaSelect {
  float: right;
  white-space: nowrap;
}

.a-Form--schemaSelect .a-Form-labelContainer {
  width: auto;
}

.a-Form--schemaSelect .a-Form-labelContainer,
.a-Form--schemaSelect .a-Form-inputContainer {
  padding: 4px 8px;
}

.a-Form--schemaSelect .a-Form-select,
.a-Form--schemaSelect .a-Toolbar-selectList,
.a-Form--schemaSelect .a-IRR-selectList,
.a-Form--schemaSelect select.selectlist {
  width: 180px;
}

.a-Form--schemaSelect .a-Form-inputContainer {
  float: left;
}

.a-Form--schemaSelect .a-Form-select,
.a-Form--schemaSelect .a-Toolbar-selectList,
.a-Form--schemaSelect .a-IRR-selectList,
.a-Form--schemaSelect .a-Button--helpButton {
  display: block;
  float: left;
}

/* ==========================================================================
   Wizard
   ========================================================================== */
.a-Form--wizard .a-Form-field,
.a-Form--wizard .a-Form-select,
.a-Form--wizard .a-Toolbar-selectList,
.a-Form--wizard .a-IRR-selectList,
.a-Form--wizard select.selectlist,
.a-Form--wizard input.text_field {
  min-width: 320px;
  max-width: 520px;
}

/* ==========================================================================
   Labels Above
   ========================================================================== */
.a-Form--labelsAbove .a-Form-fieldContainer,
.a-Form-fieldContainer--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Button--helpButton,
.a-Form-fieldContainer--stacked .a-Button--helpButton {
  vertical-align: top;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-labelContainer,
.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-inputContainer,
.a-Form-fieldContainer--stacked .a-Form-labelContainer,
.a-Form-fieldContainer--stacked .a-Form-inputContainer {
  display: block;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-labelContainer,
.a-Form-fieldContainer--stacked .a-Form-labelContainer {
  float: none;
  padding-bottom: 0;
  width: auto;
  text-align: left;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-inputContainer,
.a-Form-fieldContainer--stacked .a-Form-inputContainer {
  padding-top: 0;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-select,
.a-Form--labelsAbove .a-Form-fieldContainer .a-Toolbar-selectList,
.a-Form--labelsAbove .a-Form-fieldContainer .a-IRR-selectList,
.a-Form--labelsAbove .a-Form-fieldContainer select.selectlist,
.a-Form-fieldContainer--stacked .a-Form-select,
.a-Form-fieldContainer--stacked .a-Toolbar-selectList,
.a-Form-fieldContainer--stacked .a-IRR-selectList,
.a-Form-fieldContainer--stacked select.selectlist {
  max-width: 100%;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-radio,
.a-Form--labelsAbove .a-Form-fieldContainer .a-Form fieldset.radio_group,
.a-Form-fieldContainer--stacked .a-Form-radio,
.a-Form-fieldContainer--stacked .a-Form fieldset.radio_group {
  display: block;
  margin-left: 24px;
}

.a-Form--labelsAbove .a-Form-fieldContainer .a-Form-labelContainer--visuallyhidden,
.a-Form-fieldContainer--stacked .a-Form-labelContainer--visuallyhidden {
  padding: 0;
  min-width: 0;
}

/* ==========================================================================
   Field Modifiers
   ========================================================================== */
/* ==========================================================================
   Modifier: Stretch Input Field
   ---
   Stretches input to 100%
   ========================================================================== */
.a-Form--stretchInputs .a-Form-fieldContainer .a-Form-inputContainer input[type="text"],
.a-Form--stretchInputs .a-Form-fieldContainer .a-Form-inputContainer input[type="password"],
.a-Form--stretchInputs .a-Form-fieldContainer .a-Form-inputContainer select,
.a-Form--stretchInputs .a-Form-fieldContainer .a-Form-inputContainer textarea,
.a-Form-fieldContainer--stretch .a-Form-inputContainer input[type="text"],
.a-Form-fieldContainer--stretch .a-Form-inputContainer input[type="password"],
.a-Form-fieldContainer--stretch .a-Form-inputContainer select,
.a-Form-fieldContainer--stretch .a-Form-inputContainer textarea {
  min-width: 0 !important;
  width: 100% !important;
}

.a-Form--stretchInputs .a-Form-fieldContainer fieldset.shuttle,
.a-Form--stretchInputs .a-Form-fieldContainer table.shuttle,
.a-Form-fieldContainer--stretch fieldset.shuttle,
.a-Form-fieldContainer--stretch table.shuttle {
  width: 100%;
}

.a-Form--stretchInputs .a-Form-fieldContainer fieldset.shuttle td.shuttleSelect1,
.a-Form--stretchInputs .a-Form-fieldContainer fieldset.shuttle td.shuttleSelect2,
.a-Form-fieldContainer--stretch fieldset.shuttle td.shuttleSelect1,
.a-Form-fieldContainer--stretch fieldset.shuttle td.shuttleSelect2 {
  width: 50%;
}

.a-Form--stretchInputs .a-Form-fieldContainer fieldset.shuttle select.shuttle_left,
.a-Form--stretchInputs .a-Form-fieldContainer fieldset.shuttle select.shuttle_right,
.a-Form-fieldContainer--stretch fieldset.shuttle select.shuttle_left,
.a-Form-fieldContainer--stretch fieldset.shuttle select.shuttle_right {
  max-width: 100%;
}

/* ==========================================================================
   Modifier: Make Fieldset Stretch
   ---
   Makes Fieldset (for textareas, and others) use display b lock
   ========================================================================== */
.a-Form-fieldContainer--fieldsetBlock fieldset.textarea {
  display: block;
}

/* ==========================================================================
   Modifier: Post Item Text
   ---

   ========================================================================== */
.a-Form-fieldContainer--postItemText .a-Form-labelContainer,
.a-Form-fieldContainer--postItemText .a-Form-inputContainer {
  left: 0;
  padding-top: 0;
  min-height: 0;
}

.a-Form-fieldContainer--postItemText .a-Form-inputContainer span.display_only {
  padding: 0;
  min-height: 0;
  font-weight: normal;
  border-width: 0;
}

/* ==========================================================================
   Modifier: Auto Width Label
   ---
   Sets label width to be auto (default is 30%)
   ========================================================================== */
.a-Form-fieldContainer--autoLabelWidth .a-Form-labelContainer {
  width: auto !important;
}

.a-Form-fieldContainer--autoLabelWidth .a-Form-labelContainer--visuallyhidden {
  padding: 0;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.a-Form-fieldContainer--autoLabelWidth .a-Form-labelContainer--visuallyhidden + .a-Form-inputContainer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ==========================================================================
   Modifier: Hide Label
   ---
   Hides labelContainer for the given field
   ========================================================================== */
.a-Form--floatColsLeft .a-Form-fieldContainer.a-Form-fieldContainer--valueAsLabel {
  width: 256px;
}

.a-Form-fieldContainer--valueAsLabel .a-Form-labelContainer {
  display: none !important;
}

.a-Form-fieldContainer--valueAsLabel .a-Form-inputContainer {
  text-align: right;
}

.a-Form-fieldContainer--valueAsLabel .a-Form-inputContainer span.display_only {
  padding: 4px 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 16px;
}

/* ==========================================================================
   Modifier: Hide Label
   ---
   Hides labelContainer for the given field
   ========================================================================== */
.a-Form-fieldContainer--hideLabel .a-Form-labelContainer {
  display: none !important;
}

/* ==========================================================================
   Modifier: Hide Field
   ---
   Hides inputContainer for the given field
   ========================================================================== */
.a-Form-fieldContainer--hideField .a-Form-inputContainer {
  display: none !important;
}

/* ==========================================================================
   Modifier: Column-based label
   ---
   Used when you have a column of labels only
   ========================================================================== */
.a-Form-fieldContainer--colLabel .a-Form-labelContainer {
  padding: 0 8px;
  text-align: right !important;
}

.a-Form-fieldContainer--colLabel .a-Form-inputContainer {
  display: none !important;
}

/* ==========================================================================
   Modifier: Hidden Label Checkbox
   ---
   Reduces padding for checkboxes that have no labels
   ========================================================================== */
.a-Form-fieldContainer--noLabelCheckbox .a-Form-inputContainer {
  padding-top: 0;
  padding-bottom: 0;
}

/* ==========================================================================
   Modifier: Hidden Label Checkbox
   ---
   Reduces padding for checkboxes that have no labels
   ========================================================================== */
.a-Form-fieldContainer--largeDisplayOnlyText .a-Form-inputContainer span.display_only {
  font-weight: normal;
}

/* ==========================================================================
   List Manager
   ========================================================================== */
fieldset.listmanager table {
  border-collapse: collapse;
}

fieldset.listmanager td {
  padding: 0 !important;
}

fieldset.listmanager select.listmanager {
  margin-top: 8px;
}

/* ==========================================================================
   Shuttles
   ========================================================================== */
.apex-item-group--shuttle {
  width: 100%;
}

.apex-item-group--shuttle table.shuttle {
  width: 100%;
  border-collapse: collapse;
}

.apex-item-group--shuttle td {
  vertical-align: top;
}

.apex-item-group--shuttle .shuttleControl,
.apex-item-group--shuttle .shuttleSort2 {
  width: 1%;
}

.apex-item-group--shuttle .shuttleSelect1,
.apex-item-group--shuttle .shuttleSelect2 {
  width: 49%;
}

.apex-item-group--shuttle select.shuttle_left,
.apex-item-group--shuttle select.shuttle_right {
  margin: .4rem 0;
  min-height: 14.0rem;
  width: 100%;
}

/* ==========================================================================
   Textarea
   ========================================================================== */
.a-Form-fieldContainer--stacked fieldset.textarea {
  display: block;
}

fieldset.textarea {
  max-width: 100%;
}

.a-Form-textarea--code {
  padding: 8px;
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 16px;
}

/* ==========================================================================
   Popup LOV
   ========================================================================== */
fieldset.lov {
  display: inline;
}

/* ==========================================================================
   Popup LOV
   ========================================================================== */
fieldset.color_picker {
  display: inline-block;
}

/* ==========================================================================
   Fieldsets
   ========================================================================== */
.a-Form-inputContainer fieldset:focus {
  outline: none;
}

/* ==========================================================================
   Left Aligned Field Container
   ========================================================================== */
.a-Form-fieldContainer--floatLeft {
  float: left;
  clear: none;
  width: auto;
}

/* ==========================================================================
   Form Alignment
   ========================================================================== */
.a-Form-col--2 .a-Form-labelContainer {
  width: 15%;
}

.a-Form-col--3 .a-Form-labelContainer {
  width: 10%;
}

.a-Form--alignLeft .a-Form-fieldContainer {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.a-Form--floatFieldsLeft {
  overflow: hidden;
}

.a-Form--floatFieldsLeft .a-Form-fieldContainer {
  float: left;
  clear: none;
  width: auto;
}

.a-Form--floatColsLeft {
  overflow: hidden;
}

.a-Form--floatColsLeft .apex-col {
  width: auto;
}

.a-Form--floatColsLeft .a-Form-fieldContainer {
  float: left;
  clear: none;
  width: auto;
}

.a-Form--leftLabels .a-Form-labelContainer {
  text-align: left;
}

.a-Form--autoWidthLabels .a-Form-labelContainer {
  width: auto;
}

.a-Form--fixedLabelsSmall .a-Form-labelContainer {
  width: 120px;
}

.a-Form--fixedLabels .a-Form-labelContainer {
  width: 160px;
}

.a-Form--fixedLabelsMedium .a-Form-labelContainer {
  width: 200px;
}

.a-Form--fixedLabelsLarge .a-Form-labelContainer {
  width: 300px;
}

/* ==========================================================================
   Form using table.formlayout
   ========================================================================== */
.a-Form table.formlayout {
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-Form table.formlayout .a-Form-labelContainer {
  float: none;
  padding: 0;
}

.a-Form table.formlayout .a-Form-inputContainer {
  float: left;
  padding: 0;
}

.a-Form table.formlayout .a-Form-inputContainer + button {
  float: left;
}

.a-Form table.formlayout tbody > tr > td {
  padding: 8px;
}

.a-Form table.formlayout .a-Form-labelContainer + br {
  display: none;
}

table.formlayout .a-Form-labelContainer {
  float: none;
  min-width: 120px;
  width: auto;
}

/* Radio Alignment
   ========================================================================== */
.apex-item-group--rc {
  display: inline-block;
  vertical-align: top;
}

.apex-item-group--rc input + label {
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* Button Group
   ========================================================================== */
/* Radio Button Pills
   ========================================================================== */
.apex-button-group label {
  min-width: 48px;
}

.apex-button-group table.radio_group td + td {
  margin-left: -1px;
}

.apex-button-group table.radio_group tr td {
  padding: 0;
}

.apex-button-group table.radio_group label {
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, -webkit-box-shadow .2s ease;
}

.apex-button-group table.radio_group label:first-of-type {
  border-radius: 2px 0 0 2px;
}

.apex-button-group table.radio_group label:last-of-type {
  border-radius: 0 2px 2px 0;
}

.apex-button-group table.radio_group label:only-of-type {
  border-radius: 2px;
}

.apex-button-group table.radio_group input + label {
  padding: 4px 12px;
  width: 100%;
  text-align: center;
}

.apex-button-group table.radio_group input + label:before, .apex-button-group table.radio_group input + label:after {
  display: none;
}

.apex-button-group table.radio_group td label {
  display: block;
  margin: 0;
  border-radius: 2px;
}

.apex-button-group table.radio_group td:first-child label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.apex-button-group table.radio_group td:last-child label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.apex-button-group table.radio_group td:not(:last-child):not(:first-child) label {
  border-radius: 0;
}

.apex-button-group input + label .t-Icon {
  vertical-align: top;
}

.apex-button-group input:active + label,
.apex-button-group input:focus + label {
  outline: none;
}

/* File
   ========================================================================== */
.apex-item-group--file a {
  display: inline-block;
  padding: 4px 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}

/* Page Specific Overrides
   ========================================================================== */
/* Create / Edit Text Message -- 4000:4009 */
#F4000_P4009_FLOW_ID_CONTAINER .a-Form-labelContainer,
#F4000_P4009_NAME_CONTAINER .a-Form-labelContainer,
#F4000_P4009_MESSAGE_LANGUAGE_CONTAINER .a-Form-labelContainer,
#P4009_IS_JS_MESSAGE_CONTAINER .a-Form-labelContainer,
#F4000_P4009_MESSAGE_TEXT_CONTAINER .a-Form-labelContainer {
  width: 15%;
}

#F4000_P4009_MESSAGE_TEXT_fieldset {
  width: 100%;
}

.a-Form-postTextInlineHelp {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.a-Form-postTextInlineHelp code {
  font-size: 12px;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM select {
  border: 1px solid !important;
}

.u-HCM input:focus,
.u-HCM textarea:focus,
.u-HCM select:focus {
  outline: 1px dotted !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Grid
   ---
   Grid Layout system for Theme 42
   ========================================================================== */
/*
 * Basic Grid Structure
 */
.grid-debug-on .grid-container {
  background-size: 16.6666667% 100%;
  border-bottom: 1px solid;
}

.grid-debug-on .apex-row {
  border-right: 1px solid;
}

.grid-debug-on .apex-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid;
  border-left: 1px solid;
}

.apex-grid--tableBased .apex-row {
  display: table;
  width: 100%;
}

.apex-grid--tableBased .apex-col {
  display: table-cell;
  float: none;
}

.apex-col--leftBorder {
  border-left: 1px solid;
}

.apex-col--rightBorder {
  border-right: 1px solid;
}

.apex-col--bottomBorder {
  border-bottom: 1px solid;
}

.apex-col--topBorder {
  border-top: 1px solid;
}

.apex-col--pullUp {
  margin-top: -1px;
}

/* ==========================================================================
   Default Grid for Desktops
   ========================================================================== */
/*
   * Pull modifier classes
   */
.apex-col-pull-12 {
  right: 100%;
}

.apex-col-pull-11 {
  right: 91.66666666666666%;
}

.apex-col-pull-10 {
  right: 83.33333333333334%;
}

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

.apex-col-pull-8 {
  right: 66.66666666666666%;
}

.apex-col-pull-7 {
  right: 58.333333333333336%;
}

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

.apex-col-pull-5 {
  right: 41.66666666666667%;
}

.apex-col-pull-4 {
  right: 33.33333333333333%;
}

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

.apex-col-pull-2 {
  right: 16.666666666666664%;
}

.apex-col-pull-1 {
  right: 8.333333333333332%;
}

.apex-col-pull-0 {
  right: 0;
}

/*
   * Push modifier classes
   */
.apex-col-push-12 {
  left: 100%;
}

.apex-col-push-11 {
  left: 91.66666666666666%;
}

.apex-col-push-10 {
  left: 83.33333333333334%;
}

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

.apex-col-push-8 {
  left: 66.66666666666666%;
}

.apex-col-push-7 {
  left: 58.333333333333336%;
}

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

.apex-col-push-5 {
  left: 41.66666666666667%;
}

.apex-col-push-4 {
  left: 33.33333333333333%;
}

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

.apex-col-push-2 {
  left: 16.666666666666664%;
}

.apex-col-push-1 {
  left: 8.333333333333332%;
}

.apex-col-push-0 {
  left: 0;
}

/*
   * Offset modifier classes
   */
.apex-col-offset-12 {
  margin-left: 100%;
}

.apex-col-offset-11 {
  margin-left: 91.66666666666666%;
}

.apex-col-offset-10 {
  margin-left: 83.33333333333334%;
}

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

.apex-col-offset-8 {
  margin-left: 66.66666666666666%;
}

.apex-col-offset-7 {
  margin-left: 58.333333333333336%;
}

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

.apex-col-offset-5 {
  margin-left: 41.66666666666667%;
}

.apex-col-offset-4 {
  margin-left: 33.33333333333333%;
}

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

.apex-col-offset-2 {
  margin-left: 16.666666666666664%;
}

.apex-col-offset-1 {
  margin-left: 8.333333333333332%;
}

.apex-col-offset-0 {
  margin-left: 0;
}

/* ==========================================================================
   Grid for XS Devices
   ========================================================================== */
@media (max-width: 479px) {
  /*
   * Classes for small sized devices
   */
  .apex-col-12,
  .apex-col-11,
  .apex-col-10,
  .apex-col-9,
  .apex-col-8,
  .apex-col-7,
  .apex-col-6,
  .apex-col-5,
  .apex-col-4,
  .apex-col-3,
  .apex-col-2,
  .apex-col-1 {
    float: none;
    clear: both;
    width: 100%;
  }
  .apex-col-xxs-12 {
    width: 100%;
  }
  .apex-col-xxs-11 {
    width: 91.66666666666666%;
  }
  .apex-col-xxs-10 {
    width: 83.33333333333334%;
  }
  .apex-col-xxs-9 {
    width: 75%;
  }
  .apex-col-xxs-8 {
    width: 66.66666666666666%;
  }
  .apex-col-xxs-7 {
    width: 58.333333333333336%;
  }
  .apex-col-xxs-6 {
    width: 50%;
  }
  .apex-col-xxs-5 {
    width: 41.66666666666667%;
  }
  .apex-col-xxs-4 {
    width: 33.33333333333333%;
  }
  .apex-col-xxs-3 {
    width: 25%;
  }
  .apex-col-xxs-2 {
    width: 16.666666666666664%;
  }
  .apex-col-xxs-1 {
    width: 8.333333333333332%;
  }
  .apex-col-xxs-12,
  .apex-col-xxs-11,
  .apex-col-xxs-10,
  .apex-col-xxs-9,
  .apex-col-xxs-8,
  .apex-col-xxs-7,
  .apex-col-xxs-6,
  .apex-col-xxs-5,
  .apex-col-xxs-4,
  .apex-col-xxs-3,
  .apex-col-xxs-2,
  .apex-col-xxs-1 {
    clear: none;
  }
  /*
   * Pull modifier classes
   */
  .apex-col-xxs-pull-12 {
    right: 100%;
  }
  .apex-col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .apex-col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .apex-col-xxs-pull-9 {
    right: 75%;
  }
  .apex-col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .apex-col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .apex-col-xxs-pull-6 {
    right: 50%;
  }
  .apex-col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .apex-col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .apex-col-xxs-pull-3 {
    right: 25%;
  }
  .apex-col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .apex-col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .apex-col-xxs-pull-0 {
    right: 0;
  }
  /*
   * Push modifier classes
   */
  .apex-col-xxs-push-12 {
    left: 100%;
  }
  .apex-col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .apex-col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .apex-col-xxs-push-9 {
    left: 75%;
  }
  .apex-col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .apex-col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .apex-col-xxs-push-6 {
    left: 50%;
  }
  .apex-col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .apex-col-xxs-push-4 {
    left: 33.33333333333333%;
  }
  .apex-col-xxs-push-3 {
    left: 25%;
  }
  .apex-col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .apex-col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .apex-col-xxs-push-0 {
    left: 0;
  }
  /*
   * Offset modifier classes
   */
  .apex-col-xxs-offset-12 {
    margin-left: 100%;
  }
  .apex-col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .apex-col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .apex-col-xxs-offset-9 {
    margin-left: 75%;
  }
  .apex-col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .apex-col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .apex-col-xxs-offset-6 {
    margin-left: 50%;
  }
  .apex-col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .apex-col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .apex-col-xxs-offset-3 {
    margin-left: 25%;
  }
  .apex-col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .apex-col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .apex-col-xxs-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /*
   * Classes for medium sized devices
   */
  .apex-col-xs-12 {
    width: 100%;
  }
  .apex-col-xs-11 {
    width: 91.66666666666666%;
  }
  .apex-col-xs-10 {
    width: 83.33333333333334%;
  }
  .apex-col-xs-9 {
    width: 75%;
  }
  .apex-col-xs-8 {
    width: 66.66666666666666%;
  }
  .apex-col-xs-7 {
    width: 58.333333333333336%;
  }
  .apex-col-xs-6 {
    width: 50%;
  }
  .apex-col-xs-5 {
    width: 41.66666666666667%;
  }
  .apex-col-xs-4 {
    width: 33.33333333333333%;
  }
  .apex-col-xs-3 {
    width: 25%;
  }
  .apex-col-xs-2 {
    width: 16.666666666666664%;
  }
  .apex-col-xs-1 {
    width: 8.333333333333332%;
  }
  /*
   * Pull modifier classes
   */
  .apex-col-xs-pull-12 {
    right: 100%;
  }
  .apex-col-xs-pull-11 {
    right: 91.66666666666666%;
  }
  .apex-col-xs-pull-10 {
    right: 83.33333333333334%;
  }
  .apex-col-xs-pull-9 {
    right: 75%;
  }
  .apex-col-xs-pull-8 {
    right: 66.66666666666666%;
  }
  .apex-col-xs-pull-7 {
    right: 58.333333333333336%;
  }
  .apex-col-xs-pull-6 {
    right: 50%;
  }
  .apex-col-xs-pull-5 {
    right: 41.66666666666667%;
  }
  .apex-col-xs-pull-4 {
    right: 33.33333333333333%;
  }
  .apex-col-xs-pull-3 {
    right: 25%;
  }
  .apex-col-xs-pull-2 {
    right: 16.666666666666664%;
  }
  .apex-col-xs-pull-1 {
    right: 8.333333333333332%;
  }
  .apex-col-xs-pull-0 {
    right: 0;
  }
  /*
   * Push modifier classes
   */
  .apex-col-xs-push-12 {
    left: 100%;
  }
  .apex-col-xs-push-11 {
    left: 91.66666666666666%;
  }
  .apex-col-xs-push-10 {
    left: 83.33333333333334%;
  }
  .apex-col-xs-push-9 {
    left: 75%;
  }
  .apex-col-xs-push-8 {
    left: 66.66666666666666%;
  }
  .apex-col-xs-push-7 {
    left: 58.333333333333336%;
  }
  .apex-col-xs-push-6 {
    left: 50%;
  }
  .apex-col-xs-push-5 {
    left: 41.66666666666667%;
  }
  .apex-col-xs-push-4 {
    left: 33.33333333333333%;
  }
  .apex-col-xs-push-3 {
    left: 25%;
  }
  .apex-col-xs-push-2 {
    left: 16.666666666666664%;
  }
  .apex-col-xs-push-1 {
    left: 8.333333333333332%;
  }
  .apex-col-xs-push-0 {
    left: 0;
  }
  /*
   * Offset modifier classes
   */
  .apex-col-xs-offset-12 {
    margin-left: 100%;
  }
  .apex-col-xs-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .apex-col-xs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .apex-col-xs-offset-9 {
    margin-left: 75%;
  }
  .apex-col-xs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .apex-col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .apex-col-xs-offset-6 {
    margin-left: 50%;
  }
  .apex-col-xs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .apex-col-xs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .apex-col-xs-offset-3 {
    margin-left: 25%;
  }
  .apex-col-xs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .apex-col-xs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .apex-col-xs-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*
   * Classes for medium sized devices
   */
  .apex-col-sm-12 {
    width: 100%;
  }
  .apex-col-sm-11 {
    width: 91.66666666666666%;
  }
  .apex-col-sm-10 {
    width: 83.33333333333334%;
  }
  .apex-col-sm-9 {
    width: 75%;
  }
  .apex-col-sm-8 {
    width: 66.66666666666666%;
  }
  .apex-col-sm-7 {
    width: 58.333333333333336%;
  }
  .apex-col-sm-6 {
    width: 50%;
  }
  .apex-col-sm-5 {
    width: 41.66666666666667%;
  }
  .apex-col-sm-4 {
    width: 33.33333333333333%;
  }
  .apex-col-sm-3 {
    width: 25%;
  }
  .apex-col-sm-2 {
    width: 16.666666666666664%;
  }
  .apex-col-sm-1 {
    width: 8.333333333333332%;
  }
  /*
   * Pull modifier classes
   */
  .apex-col-sm-pull-12 {
    right: 100%;
  }
  .apex-col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .apex-col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .apex-col-sm-pull-9 {
    right: 75%;
  }
  .apex-col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .apex-col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .apex-col-sm-pull-6 {
    right: 50%;
  }
  .apex-col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .apex-col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .apex-col-sm-pull-3 {
    right: 25%;
  }
  .apex-col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .apex-col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .apex-col-sm-pull-0 {
    right: 0;
  }
  /*
   * Push modifier classes
   */
  .apex-col-sm-push-12 {
    left: 100%;
  }
  .apex-col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .apex-col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .apex-col-sm-push-9 {
    left: 75%;
  }
  .apex-col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .apex-col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .apex-col-sm-push-6 {
    left: 50%;
  }
  .apex-col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .apex-col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .apex-col-sm-push-3 {
    left: 25%;
  }
  .apex-col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .apex-col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .apex-col-sm-push-0 {
    left: 0;
  }
  /*
   * Offset modifier classes
   */
  .apex-col-sm-offset-12 {
    margin-left: 100%;
  }
  .apex-col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .apex-col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .apex-col-sm-offset-9 {
    margin-left: 75%;
  }
  .apex-col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .apex-col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .apex-col-sm-offset-6 {
    margin-left: 50%;
  }
  .apex-col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .apex-col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .apex-col-sm-offset-3 {
    margin-left: 25%;
  }
  .apex-col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .apex-col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .apex-col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*
   * Classes for medium sized devices
   */
  .apex-col-md-12 {
    width: 100%;
  }
  .apex-col-md-11 {
    width: 91.66666666666666%;
  }
  .apex-col-md-10 {
    width: 83.33333333333334%;
  }
  .apex-col-md-9 {
    width: 75%;
  }
  .apex-col-md-8 {
    width: 66.66666666666666%;
  }
  .apex-col-md-7 {
    width: 58.333333333333336%;
  }
  .apex-col-md-6 {
    width: 50%;
  }
  .apex-col-md-5 {
    width: 41.66666666666667%;
  }
  .apex-col-md-4 {
    width: 33.33333333333333%;
  }
  .apex-col-md-3 {
    width: 25%;
  }
  .apex-col-md-2 {
    width: 16.666666666666664%;
  }
  .apex-col-md-1 {
    width: 8.333333333333332%;
  }
  /*
   * Pull modifier classes
   */
  .apex-col-md-pull-12 {
    right: 100%;
  }
  .apex-col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .apex-col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .apex-col-md-pull-9 {
    right: 75%;
  }
  .apex-col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .apex-col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .apex-col-md-pull-6 {
    right: 50%;
  }
  .apex-col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .apex-col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .apex-col-md-pull-3 {
    right: 25%;
  }
  .apex-col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .apex-col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .apex-col-md-pull-0 {
    right: 0;
  }
  /*
   * Push modifier classes
   */
  .apex-col-md-push-12 {
    left: 100%;
  }
  .apex-col-md-push-11 {
    left: 91.66666666666666%;
  }
  .apex-col-md-push-10 {
    left: 83.33333333333334%;
  }
  .apex-col-md-push-9 {
    left: 75%;
  }
  .apex-col-md-push-8 {
    left: 66.66666666666666%;
  }
  .apex-col-md-push-7 {
    left: 58.333333333333336%;
  }
  .apex-col-md-push-6 {
    left: 50%;
  }
  .apex-col-md-push-5 {
    left: 41.66666666666667%;
  }
  .apex-col-md-push-4 {
    left: 33.33333333333333%;
  }
  .apex-col-md-push-3 {
    left: 25%;
  }
  .apex-col-md-push-2 {
    left: 16.666666666666664%;
  }
  .apex-col-md-push-1 {
    left: 8.333333333333332%;
  }
  .apex-col-md-push-0 {
    left: 0;
  }
  /*
   * Offset modifier classes
   */
  .apex-col-md-offset-12 {
    margin-left: 100%;
  }
  .apex-col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .apex-col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .apex-col-md-offset-9 {
    margin-left: 75%;
  }
  .apex-col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .apex-col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .apex-col-md-offset-6 {
    margin-left: 50%;
  }
  .apex-col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .apex-col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .apex-col-md-offset-3 {
    margin-left: 25%;
  }
  .apex-col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .apex-col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .apex-col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /*
   * Classes for medium sized devices
   */
  .apex-col-lg-12 {
    width: 100%;
  }
  .apex-col-lg-11 {
    width: 91.66666666666666%;
  }
  .apex-col-lg-10 {
    width: 83.33333333333334%;
  }
  .apex-col-lg-9 {
    width: 75%;
  }
  .apex-col-lg-8 {
    width: 66.66666666666666%;
  }
  .apex-col-lg-7 {
    width: 58.333333333333336%;
  }
  .apex-col-lg-6 {
    width: 50%;
  }
  .apex-col-lg-5 {
    width: 41.66666666666667%;
  }
  .apex-col-lg-4 {
    width: 33.33333333333333%;
  }
  .apex-col-lg-3 {
    width: 25%;
  }
  .apex-col-lg-2 {
    width: 16.666666666666664%;
  }
  .apex-col-lg-1 {
    width: 8.333333333333332%;
  }
  /*
   * Pull modifier classes
   */
  .apex-col-lg-pull-12 {
    right: 100%;
  }
  .apex-col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .apex-col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .apex-col-lg-pull-9 {
    right: 75%;
  }
  .apex-col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .apex-col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .apex-col-lg-pull-6 {
    right: 50%;
  }
  .apex-col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .apex-col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .apex-col-lg-pull-3 {
    right: 25%;
  }
  .apex-col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .apex-col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .apex-col-lg-pull-0 {
    right: 0;
  }
  /*
   * Push modifier classes
   */
  .apex-col-lg-push-12 {
    left: 100%;
  }
  .apex-col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .apex-col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .apex-col-lg-push-9 {
    left: 75%;
  }
  .apex-col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .apex-col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .apex-col-lg-push-6 {
    left: 50%;
  }
  .apex-col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .apex-col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .apex-col-lg-push-3 {
    left: 25%;
  }
  .apex-col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .apex-col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .apex-col-lg-push-0 {
    left: 0;
  }
  /*
   * Offset modifier classes
   */
  .apex-col-lg-offset-12 {
    margin-left: 100%;
  }
  .apex-col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .apex-col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .apex-col-lg-offset-9 {
    margin-left: 75%;
  }
  .apex-col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .apex-col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .apex-col-lg-offset-6 {
    margin-left: 50%;
  }
  .apex-col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .apex-col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .apex-col-lg-offset-3 {
    margin-left: 25%;
  }
  .apex-col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .apex-col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .apex-col-lg-offset-0 {
    margin-left: 0;
  }
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Grid Layout Editor
   ========================================================================== */
.a-GridLayout-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.a-GridLayout {
  padding: 8px;
}

.a-GridLayout-page > h3 {
  margin: 8px;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
}

.a-GridLayout-page > h3 .a-GridLayout-label {
  line-height: 32px;
}

.a-GridLayout-page > h3 > .a-Icon {
  display: block;
  float: left;
  margin: 5px;
  padding: 3px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.a-GridLayout-page > h3 > .a-Icon:before {
  line-height: 16px;
}

.a-GridLayout-page > h3,
.a-GridLayout-region > h3,
.a-GridLayout-pageItem > h3,
.a-GridLayout-button > h3 {
  margin: 0;
}

.a-GridLayout-region > h3.is-draggable,
.a-GridLayout-pageItem > h3.is-draggable,
.a-GridLayout-button > h3.is-draggable {
  cursor: move;
}

td > .a-GridLayout-regionContainer,
.a-GridLayout-page > .a-GridLayout-regionContainer, .a-GridLayout-regionContainer.a-GridLayout--legacy {
  margin: 0;
  padding: 4px;
}

.a-GridLayout-region .a-GridLayout-regionContainer, .a-GridLayout-region
.a-GridLayout-buttonContainer, .a-GridLayout-region
.a-GridLayout-itemContainer, .a-GridLayout-region
.a-GridLayout-regionContent {
  margin: 4px 8px;
  padding: 4px;
  border-radius: 2px;
  cursor: normal;
}

.a-GridLayout-regionContainer > h3,
.a-GridLayout-itemContainer > h3,
.a-GridLayout-regionContent > h3,
.a-GridLayout-buttonContainer > h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}

.a-GridLayout-page > .a-GridLayout-regionContainer > h3,
td > .a-GridLayout-regionContainer > h3 {
  padding: 0 4px;
}

.a-GridLayout-buttonGroup {
  margin: 4px;
}

.a-GridLayout-buttonGroup .a-GridLayout-buttonContainer {
  margin: 0 4px;
}

.a-GridLayout-buttonGroup + .a-GridLayout-itemContainer,
.a-GridLayout-buttonGroup + .a-GridLayout-itemContainer + .a-GridLayout-regionContent,
.a-GridLayout-buttonGroup + .a-GridLayout-regionContainer {
  margin-top: 4px;
}

.a-GridLayout-regionContainer + .a-GridLayout-buttonGroup .a-GridLayout-buttonContainer {
  margin-top: 0;
  margin-bottom: 4px;
}

.a-GridLayout-regionContent {
  overflow: hidden;
}

.a-GridLayout-regionContent > h3 {
  float: left;
}

.a-GridLayout-regionContent > .a-GridLayout-buttonContainer {
  float: right;
  margin: 4px;
}

.a-GridLayout-flow .a-GridLayout-button,
.a-GridLayout-flow .a-GridLayout-pageItem,
.a-GridLayout-flow .a-GridLayout-placeholder,
.a-GridLayout-buttonGroup > .a-GridLayout-buttonContainer {
  float: left;
}

.a-GridLayout-flow .a-GridLayout-placeholder,
.a-GridLayout-buttonGroup > .a-GridLayout-buttonContainer {
  width: 30px;
}

.a-GridLayout-regions.is-active,
.a-GridLayout-items.is-active, .a-GridLayout-buttons.is-active {
  overflow: hidden;
}

.a-GridLayout-regions.is-active,
.a-GridLayout-items.is-active,
.a-GridLayout-buttons.is-active {
  padding: 4px;
  min-height: 8px;
}

.a-GridLayout-region {
  padding: 0 0 4px 0;
  background-clip: padding-box;
  border-radius: 4px;
}

.a-GridLayout-region + .a-GridLayout-region {
  margin-top: 8px !important;
}

.a-GridLayout-regions > .a-GridLayout-region {
  margin: 4px;
}

.a-GridLayout-region > h3 {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.a-GridLayout-region > h3 .a-Icon {
  display: block;
  float: left;
  margin: 5px;
  padding: 3px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.a-GridLayout-region > h3 .a-Icon:before {
  line-height: 16px;
}

.a-GridLayout-region > h3 .a-GridLayout-label {
  display: block;
  overflow: hidden;
  padding: 6px 0;
  line-height: 20px;
}

.a-GridLayout-pageItem .a-Icon {
  display: inline-block;
  margin-right: 4px;
  padding: 3px;
  width: 22px;
  height: 22px;
  vertical-align: top;
}

.a-GridLayout-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  line-height: 22px;
}

.a-GridLayout-label .a-Icon {
  display: none !important;
}

.a-GridLayout-pageItem {
  margin: 4px;
  padding: 0;
  border: 1px solid;
  border-radius: 2px;
}

.a-GridLayout-pageItem .a-Icon {
  border-radius: 2px;
}

.a-GridLayout-button {
  margin: 4px;
  padding: 0;
  border-radius: 24px;
}

.a-GridLayout-button .a-Icon {
  display: none;
}

.a-GridLayout-button .a-GridLayout-label {
  padding: 0 8px;
}

.a-GridLayout-button.is-error h3 > .a-Icon, .a-GridLayout-button.is-warning h3 > .a-Icon {
  display: inline-block;
  margin: 1px 4px;
  padding: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
}

.a-GridLayout-button.is-error .a-GridLayout-label, .a-GridLayout-button.is-warning .a-GridLayout-label {
  padding-left: 0;
}

.a-GridLayout-button.a-GridLayout--conditional {
  position: relative;
}

.a-GridLayout-button.a-GridLayout--conditional:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  content: '';
  border: 1px solid;
  border-radius: 100%;
}

.a-GridLayout-pageItem > h3,
.a-GridLayout-button > h3 {
  overflow: hidden;
  padding: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}

.a-GridLayout-pageItem.a-GridLayout--conditional .a-Icon,
.a-GridLayout-region.a-GridLayout--conditional > h3 .a-Icon {
  position: relative;
}

.a-GridLayout-pageItem.a-GridLayout--conditional .a-Icon:after,
.a-GridLayout-region.a-GridLayout--conditional > h3 .a-Icon:after {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  content: '';
  border: 1px solid;
  border-radius: 100%;
}

.a-GridLayout-page.is-error > h3 .a-Icon:before,
.a-GridLayout-region.is-error > h3 .a-Icon:before,
.a-GridLayout-pageItem.is-error .a-Icon:before,
.a-GridLayout-button.is-error .a-Icon:before {
  content: "\e0a2" !important;
}

.a-GridLayout-page.is-warning > h3 .a-Icon:before,
.a-GridLayout-region.is-warning > h3 .a-Icon:before,
.a-GridLayout-pageItem.is-warning .a-Icon:before,
.a-GridLayout-button.is-warning .a-Icon:before {
  content: "\e017" !important;
}

.a-GridLayout-grid,
.a-GridLayout-templateGrid, .a-GridLayout-buttonRow {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-GridLayout-grid td,
.a-GridLayout-templateGrid td {
  vertical-align: top;
}

.a-GridLayout-grid.is-active {
  padding: 0;
  border-collapse: separate;
}

.a-GridLayout-grid.is-active td {
  padding: 2px !important;
  border: 1px solid;
}

.a-GridLayout-grid.is-active .a-GridLayout-pageItem,
.a-GridLayout-grid.is-active .a-GridLayout-region,
.a-GridLayout-grid.is-active .a-GridLayout-button {
  margin: 0 !important;
}

.a-GridLayout-buttonGroup {
  overflow: hidden;
}

.a-GridLayout-flow .a-GridLayout-placeholder,
.a-GridLayout-buttonGroup > .a-GridLayout-buttonContainer {
  min-width: 60px;
  width: auto;
}

.u-HCM .a-GridLayout-region.is-focused,
.u-HCM .a-GridLayout-pageItem.is-focused,
.u-HCM .a-GridLayout-button.is-focused {
  outline: 1px dotted !important;
}

.u-HCM .a-GridLayout-region.is-selected,
.u-HCM .a-GridLayout-pageItem.is-selected,
.u-HCM .a-GridLayout-button.is-selected {
  outline: 1px solid !important;
}

.u-HCM .a-GridLayout-region.is-selected.is-focused,
.u-HCM .a-GridLayout-pageItem.is-selected.is-focused,
.u-HCM .a-GridLayout-button.is-selected.is-focused {
  outline: 1px dotted !important;
}

.u-HCM .a-GridLayout-region.is-selected > h3 .a-GridLayout-label,
.u-HCM .a-GridLayout-pageItem.is-selected > h3 .a-GridLayout-label,
.u-HCM .a-GridLayout-button.is-selected > h3 .a-GridLayout-label {
  font-weight: bold !important;
}

.u-HCM .a-GridLayout-page.is-focused > h3 {
  outline: 1px dotted !important;
}

.u-HCM .a-GridLayout-page.is-selected > h3 {
  outline: 1px solid !important;
}

.u-HCM .a-GridLayout-page.is-selected.is-focused > h3 {
  outline: 1px dotted !important;
}

.u-HCM .a-GridLayout-page.is-selected > h3 .a-GridLayout-label {
  font-weight: bold !important;
}

.gi-icon-admin-dashboards {
  background-image: url("../img/icons/admin-dashboards.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-manage-instance {
  background-image: url("../img/icons/admin-manage-instance.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-manage-requests {
  background-image: url("../img/icons/admin-manage-requests.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-manage-service {
  background-image: url("../img/icons/admin-manage-service.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-manage-users {
  background-image: url("../img/icons/admin-manage-users.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-manage-workspaces {
  background-image: url("../img/icons/admin-manage-workspaces.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-monitor-activity {
  background-image: url("../img/icons/admin-monitor-activity.svg");
  background-repeat: no-repeat;
}

.gi-icon-admin-utilization-report {
  background-image: url("../img/icons/admin-utilization-report.svg");
  background-repeat: no-repeat;
}

.gi-icon-apex-logo-icon {
  background-image: url("../img/icons/apex-logo-icon.svg");
  background-repeat: no-repeat;
}

.gi-icon-apex-logo {
  background-image: url("../img/icons/apex-logo.svg");
  background-repeat: no-repeat;
}

.gi-icon-apex-sql-script {
  background-image: url("../img/icons/apex-sql-script.svg");
  background-repeat: no-repeat;
}

.app-builder .gi-icon-apex-sql-script {
  background-image: url("../img/icons/app-bulider-supporting-objects.svg");
  background-repeat: no-repeat;
}

.sql-workshop .gi-icon-apex-sql-script {
  background-image: url("../img/icons/sql-workshop-sql-scripts.svg");
  background-repeat: no-repeat;
}

.gi-icon-apex-utilities {
  background-image: url("../img/icons/apex-utilities.svg");
  background-repeat: no-repeat;
}

.sql-workshop .gi-icon-apex-utilities {
  background-image: url("../img/icons/sql-workshop-utilities.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-create-app {
  background-image: url("../img/icons/app-builder-create-app.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-export-app {
  background-image: url("../img/icons/app-builder-export-app.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-export-import {
  background-image: url("../img/icons/app-builder-export-import.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-import-app {
  background-image: url("../img/icons/app-builder-import-app.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-remote-deploy {
  background-image: url("../img/icons/app-builder-import-app.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-run-app {
  background-image: url("../img/icons/app-builder-run-app.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder-shared-components {
  background-image: url("../img/icons/app-builder-shared-components.svg");
  background-repeat: no-repeat;
}

.gi-icon-app-builder {
  background-image: url("../img/icons/app-builder.svg");
  background-repeat: no-repeat;
}

.gi-icon-create-app-desktop {
  background-image: url("../img/icons/create-app-desktop.svg");
  background-repeat: no-repeat;
}

.gi-icon-create-app-mobile {
  background-image: url("../img/icons/create-app-mobile.svg");
  background-repeat: no-repeat;
}

.gi-icon-create-app-pkg-apps {
  background-image: url("../img/icons/create-app-pkg-apps.svg");
  background-repeat: no-repeat;
}

.gi-icon-create-app-websheet {
  background-image: url("../img/icons/app-builder-create-spreadsheet.svg");
  background-repeat: no-repeat;
}

.gi-icon-input-select-large {
  background-image: url("../img/icons/input-select-large.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-app-chg-auth {
  background-image: url("../img/icons/pkg-app-chg-auth.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-app-install {
  background-image: url("../img/icons/pkg-app-install.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-app-remove {
  background-image: url("../img/icons/pkg-app-remove.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-app-unlock {
  background-image: url("../img/icons/pkg-app-unlock.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-apps-admin {
  background-image: url("../img/icons/pkg-apps-admin.svg");
  background-repeat: no-repeat;
}

.gi-icon-pkg-apps {
  background-image: url("../img/icons/app-gallery.svg");
  background-repeat: no-repeat;
}

.gi-icon-splitter-down {
  background-image: url("../img/icons/splitter-down.svg");
  background-repeat: no-repeat;
}

.gi-icon-splitter-left {
  background-image: url("../img/icons/splitter-left.svg");
  background-repeat: no-repeat;
}

.gi-icon-splitter-right {
  background-image: url("../img/icons/splitter-right.svg");
  background-repeat: no-repeat;
}

.gi-icon-splitter-up {
  background-image: url("../img/icons/splitter-up.svg");
  background-repeat: no-repeat;
}

.gi-icon-sql-workshop-commands {
  background-image: url("../img/icons/sql-workshop-commands.svg");
  background-repeat: no-repeat;
}

.gi-icon-sql-workshop-object-browser {
  background-image: url("../img/icons/sql-workshop-object-browser.svg");
  background-repeat: no-repeat;
}

.gi-icon-sql-workshop-rest {
  background-image: url("../img/icons/sql-workshop-rest.svg");
  background-repeat: no-repeat;
}

.gi-icon-sql-workshop {
  background-image: url("../img/icons/sql-workshop.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev-bugs {
  background-image: url("../img/icons/team-dev-bugs.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev-features {
  background-image: url("../img/icons/team-dev-features.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev-feedback {
  background-image: url("../img/icons/team-dev-feedback.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev-milestones {
  background-image: url("../img/icons/team-dev-milestones.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev-todos {
  background-image: url("../img/icons/team-dev-todos.svg");
  background-repeat: no-repeat;
}

.gi-icon-team-dev {
  background-image: url("../img/icons/issues.svg");
  background-repeat: no-repeat;
}

.gi-icon-user-no-photo {
  background-image: url("../img/icons/user-no-photo.svg");
  background-repeat: no-repeat;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Header
   ========================================================================== */
.a-Header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Header .a-Icon.icon-menu-split-drop-down,
.a-Header .a-Icon.icon-menu-drop-down {
  text-align: center;
  font-size: 16px;
}

.a-Header .a-Icon.icon-menu-split-drop-down:before,
.a-Header .a-Icon.icon-menu-drop-down:before {
  font-size: inherit !important;
  line-height: inherit !important;
}

.a-Header-col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Header-col--left > div,
.a-Header-col--right > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-Header--login,
.a-Page--simpleWizard .a-Header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.a-Header-logo {
  margin: 6px 8px;
  display: inline-block;
  padding: 10px 12px;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.a-Header-logo:focus {
  outline: none;
}

.a-Header-apexLogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0;
  width: 94px;
  height: 24px;
  vertical-align: top;
  font-weight: bold;
}

.a-Header-apexLogo:before, .a-Header-apexLogo:after {
  background-image: url("../img/apex-logo.svg");
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  content: '';
}

.a-Header-apexLogo:before {
  width: 36px;
  background-position: 0 0;
}

.a-Header-apexLogo:after {
  background-position: -49px 0;
  width: 45px;
  margin-left: 13px;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.a-Header-tabsContainer .a-Menu-statusCol {
  width: 12px;
}

.a-Header-tabsContainer > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.a-Header-tabsContainer .a-MenuBar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 0;
}

.a-Header-tabsContainer .a-MenuBar-item:not(:first-child) {
  margin-left: 4px;
}

.a-Header-tabsContainer .a-MenuBar-item.is-expanded {
  outline: none;
}

.a-Header-tabsContainer .a-Menu--current .a-MenuBar-label {
  font-weight: 700;
}

.a-Header-tabsContainer.a-MenuBar:not(.u-RTL) .a-Menu--split.a-MenuBar-item > .a-MenuBar-label {
  padding-right: 4px;
}

.a-Header-tabsContainer.a-MenuBar:not(.u-RTL) .a-MenuBar-item > .a-Menu-subMenuCol {
  --a-menubar-item-split-icon-size: 22px;
  margin: 0;
  padding: 11px 12px 11px 2px;
  width: auto;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-Header-tabsContainer.a-MenuBar:not(.u-RTL) .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  border-radius: 4px;
}

.a-Header-tabsContainer .a-Menu-label {
  min-width: 140px;
}

.a-Header-tabsContainer .a-MenuBar-label {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  -ms-flex-item-align: center;
      align-self: center;
  outline: none !important;
}

.a-Header-tabItem--withIcon .a-Header-tabsContainer .a-MenuBar-label {
  padding-right: 12px;
  padding-left: 12px;
}

.a-Header-tabsContainer .a-MenuBar-label:hover {
  background-clip: padding-box;
}

.a-Header-tabsContainer .a-Header-tabLabel {
  margin-left: 4px;
}

@media only screen and (max-width: 920px) {
  .a-Header-tabsContainer .a-Header-tabLabel {
    display: none;
  }
}

body .a-Menu button.a-Menu-label,
body .a-MenuBar button.a-MenuBar-label {
  text-align: left;
}

.a-Header-account {
  position: relative;
  margin-right: 8px;
}

.a-Button--accountMenu {
  padding: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Button--accountMenu .a-User-name {
  max-width: 120px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  .a-Button--accountMenu .a-User-name {
    display: none;
  }
}

.a-Header-search .a-SearchBox {
  position: relative;
  z-index: 100;
}

.a-Header-search .a-SearchBox:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  content: '';
}

.a-Header-accountDialog {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
  display: none;
  width: 320px;
  text-align: left;
  border: 1px solid;
  border-radius: 4px;
  overflow: hidden;
}

.a-Header-accountDialog .a-Menu-content {
  border-width: 0;
  border-radius: 0;
}

.a-Header-accountDialog.a-Menu .a-Menu-label {
  padding: 0;
}

.a-Header-accountDialog.a-Menu .a-Menu-item {
  display: inherit;
  float: none;
  line-height: inherit;
}

.a-Header-accountDialog.a-Menu .a-MediaBlock-content .a-Menu-item.a-Menu-label {
  cursor: default;
}

.a-Header-accountDialog .a-MediaBlock {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.a-Header-accountDialog .a-MediaBlock-graphic {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  float: none;
}

.a-Header-accountDialog .a-MediaBlock-content {
  padding: 4px 0;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: visible;
}

.a-Header-dialogText {
  display: block;
  line-height: 16px;
}

.a-Header-dialogName {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.a-Header-dialogUsername {
  font-weight: normal;
  font-size: 11px;
}

.a-Header-dialogLabel {
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
}

.a-Header-dialogValue {
  font-size: 12px;
  line-height: 16px;
}

.a-Header-dialogName,
.a-Header-dialogValue {
  white-space: normal;
}

.a-Header-accountDialog-buttons {
  border-top: 1px solid;
}

.a-Header-accountDialog-buttons .a-Toolbar-items {
  padding: 12px 16px;
}

.a-Header-accountDialog-buttons .a-Toolbar-items--right {
  margin-left: auto;
}

.a-Header-accountDialog-buttons .a-Button.a-Menu-item.a-Menu-label {
  display: inline-block;
  padding: 8px 12px;
  line-height: 16px;
  -webkit-transition: none;
  transition: none;
}

.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label,
.a-Menu-content .a-Header-dialogLink.a-Menu-item .a-Menu-label {
  display: block;
  margin-top: 6px;
}

.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label:hover,
.a-Menu-content .a-Header-dialogLink.a-Menu-item .a-Menu-label:hover {
  text-decoration: underline;
}

.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label {
  text-align: center;
}

.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label,
.a-Header-dialogLink.a-Menu-item .a-Menu-label {
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  border-radius: 2px;
  -webkit-transition: none;
  transition: none;
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer !important;
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  cursor: pointer;
  width: 44px;
  padding: 2px;
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease;
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: margin .25s ease-in-out;
  transition: margin .25s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/ui/toggle-dark-mode.svg");
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher > span:active:before {
  margin-left: 10px;
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher.is-on > span:before {
  margin-left: 20px;
  background-image: url("../img/ui/toggle-light-mode.svg");
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher.is-on > span:active:before {
  margin-left: 10px;
}

.a-Header-accountDialog.a-Menu .a-Header-accountDialog-switcher:focus > span {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dotted;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-Header {
  border-bottom: 1px solid !important;
}

.u-HCM .a-Header-navLinks .a-Button--navLink {
  margin-right: -1px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.u-HCM .a-Header-navLinks .a-Button--accountMenu {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.u-HCM .a-Header-accountDialog {
  border-top: 1px solid !important;
}

.u-HCM .a-Header-tabsContainer.a-MenuBar .a-Menu--current {
  height: 38px !important;
  border-top: 2px solid !important;
}

.u-HCM .a-Header-tabsContainer.a-MenuBar .a-Menu--current .a-MenuBar-label {
  font-weight: bold;
}

.a-Header-accountDialog-uiModeSwitch {
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  border-radius: 8px;
}

.a-Header-accountDialog-uiModeSwitch .a-Menu-item,
.a-Header-accountDialog-uiModeSwitch .a-Menu-item.a-Menu-label {
  border-radius: 6px;
  padding: 6px;
  border: 0;
  display: block;
  cursor: pointer !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background-color .1s ease, -webkit-transform .1s ease;
  transition: background-color .1s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, background-color .1s ease;
  transition: transform .1s ease, background-color .1s ease, -webkit-transform .1s ease;
}

.a-Header-accountDialog-uiModeSwitch .a-Menu-item.is-focused .uiModeSwitch-icon, .a-Header-accountDialog-uiModeSwitch .a-Menu-item.is-on .uiModeSwitch-icon,
.a-Header-accountDialog-uiModeSwitch .a-Menu-item.a-Menu-label.is-focused .uiModeSwitch-icon,
.a-Header-accountDialog-uiModeSwitch .a-Menu-item.a-Menu-label.is-on .uiModeSwitch-icon {
  opacity: .8;
}

.a-Header-accountDialog-uiModeSwitch .a-Menu-item:active,
.a-Header-accountDialog-uiModeSwitch .a-Menu-item.a-Menu-label:active {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.a-Header-accountDialog-uiModeSwitch .a-Menu-item + .a-Menu-item {
  margin-left: 2px;
}

.uiModeSwitch-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .6;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.uiModeSwitch-icon-auto {
  background-image: url("../img/ui/ui-mode-automatic-off.svg");
}

.is-on .uiModeSwitch-icon-auto {
  background-image: url("../img/ui/ui-mode-automatic-on.svg");
}

.uiModeSwitch-icon-light {
  background-image: url("../img/ui/ui-mode-light-off.svg");
}

.is-on .uiModeSwitch-icon-light {
  background-image: url("../img/ui/ui-mode-light-on.svg");
}

.uiModeSwitch-icon-dark {
  background-image: url("../img/ui/ui-mode-dark-off.svg");
}

.is-on .uiModeSwitch-icon-dark {
  background-image: url("../img/ui/ui-mode-dark-on.svg");
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Help Region
   ========================================================================== */
.a-HelpRegion {
  padding: 12px;
  min-height: 100%;
}

.a-HelpRegion h3 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.a-HelpRegion dl {
  display: block;
}

.a-HelpRegion dt {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 12px;
}

.a-HelpRegion dd {
  display: block;
  margin: 0 0 12px 24px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

/* ==========================================================================
   Help Region (Property Editor)
   ========================================================================== */
.a-Region.a-Region--helpRegion .a-Region-body {
  overflow: auto;
}

/* ==========================================================================
   Help Typography
   ========================================================================== */
.a-HelpRegion p,
.a-Region--helpRegion .a-Region-body p {
  margin: 0 0 12px 0;
}

.a-HelpRegion p:only-child, .a-HelpRegion p:last-child,
.a-Region--helpRegion .a-Region-body p:only-child,
.a-Region--helpRegion .a-Region-body p:last-child {
  margin-bottom: 0;
}

.a-HelpRegion p,
.a-HelpRegion li,
.a-Region--helpRegion .a-Region-body p,
.a-Region--helpRegion .a-Region-body li {
  font-size: 12px;
  line-height: 20px;
}

.a-HelpRegion pre,
.a-Region--helpRegion .a-Region-body pre {
  margin: 8px 0;
  padding: 2px;
  font-size: 11px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 14px;
  border: 1px solid;
  border-radius: 2px;
}

/* ==========================================================================
   Keyboard Shortcuts
   ========================================================================== */
.apex-kb-shortcut {
  display: block;
  white-space: nowrap;
}

.apex-kb-shortcut b,
.apex-kb-shortcut i {
  font-size: inherit;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
}

.apex-kb-shortcut b {
  font-size: 11px;
  padding: 0 8px;
  min-width: 24px;
  text-align: center;
  border-radius: 2px;
  margin: 0 4px 0 8px;
}

.apex-kb-shortcut b:first-child {
  margin-left: 4px;
}

.apex-kb-shortcut i {
  font-size: 14px;
  opacity: .5;
}

.apex-kb-shortcut i + b {
  margin-left: 4px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************

File Name:    FontIcon.scss
Purpose:      Custom APEX 5 Font Icon

******************************************************************************/
.a-Icon.a-Icon--circle {
  border-radius: 100%;
  background-color: #A0A0A0;
  color: #FFF;
}

.a-Icon.a-Icon--dangerBG {
  background-color: red;
  color: #FFF;
}

.a-Icon.icon-up-arrow:before {
  content: "\e127";
}

.a-Icon.icon-left-arrow:before {
  content: "\e002";
}

.a-GridLayout-pageItem > h3 > .a-Icon:before,
.a-Gallery-pageItem .a-Icon:before,
.a-Icon.icon-page-item:before,
.a-Icon.icon-tree-item:before {
  content: "\e00a";
}

.a-Icon.icon-cm-autocomplete:before {
  content: "\e060";
}

.a-Icon.icon-region:before,
.a-Icon.icon-tree-region:before {
  content: "\e00c";
}

.a-Icon.icon-page:before {
  content: "\e00d";
}

.a-Icon.icon-button:before {
  content: "\e00e";
}

.a-GridLayout-button > h3 > .a-Icon:before,
.a-Icon.icon-tree-button:before {
  content: "\e087";
}

.a-Icon.icon-error:before {
  content: "\e010";
}

.a-Icon.icon-gear-alt:before {
  content: "\e00b";
}

.a-Icon.icon-three-col:before {
  content: "\e018";
}

.a-Icon.icon-page-designer:before {
  content: "\e01c";
}

.a-Icon.icon-expand-all:before {
  content: "\e01f";
}

.a-Icon.icon-goto-group:before {
  content: "\e0a5";
}

.a-Icon.icon-collapse-all:before {
  content: "\e020";
}

.a-Icon.icon-users:before,
.a-Icon.icon-team-dev:before {
  content: "\e19d";
}

.a-Icon.icon-page-select:before {
  content: "\e02b";
}

.a-Icon.icon-unlock:before {
  content: "\e02f";
}

.a-Icon.icon-lock:before,
.a-Icon.icon-tree-security:before {
  content: "\e031";
}

.a-Icon.icon-run-script:before,
.a-Icon.icon-run-page:before {
  content: "\e034";
}

.a-Icon.icon-lock-user:before {
  content: "\e035";
}

.a-Icon.icon-alert:before,
.a-Icon.icon-comments:before,
.a-Icon.icon-system-message:before,
.a-Icon.icon-announcement:before {
  content: "\e036";
}

.a-Icon.icon-edit:before {
  content: "\e046";
}

.a-Icon.icon-shared-components:before,
.a-Icon.icon-pd-shared-components:before {
  content: "\e048";
}

/******************************************************************************
Region Icons
******************************************************************************/
.a-Gallery-region .a-Icon:before,
.a-Icon.icon-template-region:before,
.a-Icon.icon-region-native:before {
  content: "\e06e";
}

.a-Icon.icon-template-breadcrumb:before,
.a-Icon.icon-sc-breadcrumb:before,
.a-Icon.icon-region-native-breadcrumb:before {
  content: "\e06f";
}

.a-Icon.icon-region-native-data-upload-column-mapping:before,
.a-Icon.icon-util-data-unload:before {
  content: "\e072";
}

.a-Icon.icon-region-native-display-selector:before {
  content: "\e0aa";
}

.a-Icon.icon-page-chart:before,
.a-Icon.icon-region-native-flash-chart5:before {
  content: "\e159";
}

.a-Icon.icon-page-map:before,
.a-Icon.icon-region-native-flash-map:before {
  content: "\e075";
}

.a-Icon.icon-region-native-fnc-report:before {
  content: "\e076";
}

.a-Icon.icon-region-native-help-text:before {
  content: "\e077";
}

.a-Icon.icon-page-ir:before,
.a-Icon.icon-region-native-ir:before {
  content: "\e078";
}

.a-Icon.icon-region-native-ig:before {
  content: "\e1Ad";
}

.a-Icon.icon-template-popup:before,
.a-Icon.icon-region-native-jqm-column-toggle:before {
  content: "\e08e";
}

.a-Icon.icon-region-native-jqm-list-view:before {
  content: "\e079";
}

.a-Icon.icon-region-native-jqm-reflow:before {
  content: "\e07a";
}

.a-Icon.icon-page-tree:before,
.a-Icon.icon-region-native-jstree:before,
.a-Icon.icon-sc-tree:before {
  content: "\e098";
}

.a-Icon.icon-template-list:before,
.a-Icon.icon-util-component-counts:before,
.a-Icon.icon-region-native-list:before,
.a-Icon.icon-sc-list:before {
  content: "\e07b";
}

.a-Icon.icon-region-native-plsql:before {
  content: "\e07c";
}

.a-Icon.icon-template-report:before,
.a-Icon.icon-saved-reports:before,
.a-Icon.icon-cross-app-reports:before,
.a-Icon.icon-region-native-sql-report:before,
.a-Icon.icon-page-report:before,
.a-Icon.icon-utilities-methods-tables:before,
.a-Icon.icon-sc-report-query:before {
  content: "\e07d";
}

.a-Icon.icon-region-native-fs:before,
.a-Icon.icon-page-faceted-search:before,
.a-Icon.icon-region-native-faceted-search {
  content: "\e902";
}

.a-Icon.icon-page-static:before,
.a-Icon.icon-region-native-static:before {
  content: "\e07e";
}

.a-Icon.icon-template-field:before,
.a-Icon.icon-page-form:before,
.a-Icon.icon-page-form-tabular:before,
.a-Icon.icon-region-native-tabform:before {
  content: "\e044";
}

.a-Icon.icon-region-native-url:before {
  content: "\e084";
}

.a-Icon.icon-region-plugin-tag-cloud:before {
  content: "\e085";
}

.a-Icon.icon-region-native-form:before {
  content: "\e044";
}

.a-Icon.icon-region-native-cards-report:before,
.a-Icon.icon-region-native-cards:before {
  content: "\e201";
}

.a-Icon.icon-region-card-grid:before {
  content: "\e203";
}

.a-Icon.icon-region-card-float:before {
  content: "\e204";
}

.a-Icon.icon-region-card-row:before {
  content: "\e205";
}

.a-Icon.icon-region-card-masonry:before {
  content: "\e206";
}

.a-Icon.icon-util-embedded-code:before {
  content: "\e185";
}

/******************************************************************************
Button Component Icons
******************************************************************************/
.a-Icon.icon-button-hot:before {
  content: "\e00b";
}

.a-Icon.icon-template-button:before,
.a-Icon.icon-button-normal:before {
  content: "\e00e";
}

/******************************************************************************
Item Component Icons
******************************************************************************/
.a-Icon.icon-item-native-auto-complete:before {
  content: "\e018";
}

.a-Icon.icon-item-native-checkbox:before {
  content: "\e01c";
}

.a-Icon.icon-item-native-single-checkbox:before {
  content: "\e07f";
}

.a-Icon.icon-util-theme-summary:before,
.a-Icon.icon-util-workspace-themes:before,
.a-Icon.icon-sc-theme:before,
.a-Icon.icon-sc-ui:before {
  content: "\e02a";
}

.a-Icon.icon-item-native-color-picker:before {
  content: "\e14c";
}

.a-Icon.icon-item-native-display-image:before {
  content: "\e02d";
}

.a-Icon.icon-util-news:before,
.a-Icon.icon-item-native-display-only:before {
  content: "\e02e";
}

.a-Icon.icon-item-native-file:before {
  content: "\e032";
}

.a-Icon.icon-item-native-hidden:before {
  content: "\e099";
}

.a-Icon.icon-manage-focus-areas:before,
.a-Icon.icon-feature-utilities:before {
  content: "\e07b";
}

.a-Icon.icon-item-native-list-manager:before {
  content: "\e038";
}

.a-Icon.icon-item-native-number-field:before {
  content: "\e039";
}

.a-Icon.icon-item-native-popup-lov:before {
  content: "\e03b";
}

.a-Icon.icon-util-build-options:before,
.a-Icon.icon-item-native-radiogroup:before {
  content: "\e03c";
}

.a-Icon.icon-item-native-rich-text-editor:before {
  content: "\e03d";
}

.a-Icon.icon-item-native-select-list:before {
  content: "\e03e";
}

.a-Icon.icon-item-native-shuttle:before {
  content: "\e03f";
}

.a-Icon.icon-item-native-slider:before {
  content: "\e040";
}

.a-Icon.icon-template-label:before,
.a-Icon.icon-item-native-pct-graph:before,
.a-Icon.icon-item-native-text-field:before {
  content: "\e041";
}

.a-Icon.icon-item-native-textarea:before {
  content: "\e042";
}

.a-Icon.icon-item-native-yes-no:before {
  content: "\e043";
}

.a-Icon.icon-item-plugin-masked-field:before {
  content: "\e045";
}

.a-Icon.icon-item-plugin-search-box:before {
  content: "\e06c";
}

.a-Icon.icon-item-plugin-tags:before {
  content: "\e06d";
}

.a-Icon.icon-item-native-star-rating:before {
  content: "\e905";
}

.a-Icon.icon-item-native-markdown:before,
.a-Icon.icon-item-native-markdown-editor:before {
  content: "\e904";
}

/******************************************************************************
Plugin Component Icons
******************************************************************************/
.a-Icon.icon-item-plugin:before,
.a-Icon.icon-region-plugin:before,
.a-Icon.icon-sc-plugin:before {
  content: "\e082";
}

/******************************************************************************
Date Picker + Calendar Icons
******************************************************************************/
.a-Icon.icon-util-comments-calendar:before,
.a-Icon.icon-page-calendar:before,
.a-Icon.icon-region-native-css-calendar:before,
.a-Icon.icon-item-native-date-picker:before,
.a-Icon.icon-item-native-date-picker-html5:before {
  content: "\e071";
}

.a-Icon.icon-user-round:before {
  content: "\e0f5";
}

.a-Icon.icon-workspace:before,
.a-Icon.icon-database:before {
  content: "\e04e";
}

.a-Icon.icon-page-cache:before {
  content: "\e053";
}

.a-Icon.icon-edit-app:before {
  content: "\e049";
}

.a-Icon.icon-gears-alt:before {
  content: "\e059";
}

.a-Icon.icon-sql-workshop:before {
  content: "\e05a";
}

.a-Icon.icon-variable:before {
  content: "\e068";
}

.a-Icon.icon-zoom-page:before {
  content: "\e101";
}

.a-Icon.icon-zoom-region:before {
  content: "\e100";
}

.a-Icon.icon-test:before {
  content: "\E06F";
}

.a-Icon.icon-app-database:before {
  content: "\e089";
}

.a-Icon.icon-app-websheet:before {
  content: "\e08a";
}

.a-Icon.icon-page-form-procedure:before {
  content: "\e08b";
}

.a-Icon.icon-page-form-table:before {
  content: "\e08c";
}

.a-Icon.icon-page-form-table-report:before {
  content: "\e08c";
}

.a-Icon.icon-util-security-profiles:before,
.a-Icon.icon-page-access-control:before,
.a-Icon.icon-login-password:before {
  content: "\e08f";
}

.a-Icon.icon-util-script:before,
.a-Icon.icon-page-blank:before,
.a-Icon.icon-sc-css:before,
.a-Icon.icon-template-page:before,
.a-Icon.icon-sc-file:before {
  content: "\e090";
}

.a-Icon.icon-page-data-loading:before,
.a-Icon.icon-sc-data-loading:before,
.a-Icon.icon-util-data-load:before,
.a-Icon.icon-sc-data-references:before {
  content: "\e091";
}

.a-Icon.icon-util-comments:before,
.a-Icon.icon-page-feedback:before {
  content: "\e092";
}

.a-Icon.icon-page-form-master-detail:before {
  content: "\e094";
}

.a-Icon.icon-utilities-page-views:before,
.a-Icon.icon-utilities-object-reports:before,
.a-Icon.icon-util-page-group:before,
.a-Icon.icon-page-multiple:before {
  content: "\e095";
}

.a-Icon.icon-page-wizard:before {
  content: "\e096";
}

.a-Icon.icon-page-cards:before {
  content: "\e201";
}

.a-Icon.icon-util-app-groups:before,
.a-Icon.icon-pkg-apps:before {
  content: "\e097";
}

.a-Icon.icon-page-dashboard:before {
  content: "\e15c";
}

.a-Icon.icon-page-side-md:before {
  content: "\e1af";
}

.a-Icon.icon-page-one-md:before {
  content: "\e06e";
}

.a-Icon.icon-page-two-md:before {
  content: "\e1c1";
}

.a-Icon.icon-page-master-detail:before {
  content: "\e1c2";
}

.a-Icon.icon-ui-desktop:before {
  content: "\e09a";
}

.a-Icon.icon-page-form-webservice:before,
.a-Icon.icon-page-form-report-webservice:before {
  content: "\e09b";
}

.a-Icon.icon-util-password:before,
.a-Icon.icon-page-login:before,
.a-Icon.icon-item-native-password:before {
  content: "\e0e7";
}

.a-Icon.icon-page-form-sql:before {
  content: "\e09d";
}

.a-Icon.icon-util-release-summary:before,
.a-Icon.icon-util-application-attributes:before,
.a-Icon.icon-page-form-summary:before {
  content: "\e09e";
}

.a-Icon.icon-ui-mobile:before,
.a-Icon.icon-ui-jqm:before {
  content: "\e09f";
}

.a-Icon.icon-page-global:before {
  content: "\e0a0";
}

.a-Icon.icon-util-webservice:before,
.a-Icon.icon-page-webservice:before,
.a-Icon.icon-page-report-webservice:before {
  content: "\e0a1";
}

.a-Icon.icon-sc-app-computation:before {
  content: "\e0a4";
}

.a-Icon.icon-sc-app-item:before {
  content: "\e0a7";
}

.a-Icon.icon-sc-app-process:before {
  content: "\e06b";
}

.a-Icon.icon-sc-component-settings:before {
  content: "\e0c0";
}

.a-Icon.icon-util-auth-scheme:before,
.a-Icon.icon-sc-authorization-scheme:before,
.a-Icon.icon-utilities-update-assignees:before {
  content: "\e0a8";
}

.a-Icon.icon-page-global:before,
.a-Icon.icon-sc-globalization:before {
  content: "\e0c1";
}

.a-Icon.icon-sc-build-option-off:before,
.a-Icon.icon-sc-authentication-scheme-off:before {
  content: "\e043";
}

.a-Icon.icon-sc-tabs:before {
  content: "\e0aa";
}

.a-Icon.icon-report-subscriptions:before,
.a-Icon.icon-sc-shortcut:before {
  content: "\e0ab";
}

.a-Icon.icon-sc-security:before {
  content: "\e0ac";
}

.a-Icon.icon-sc-reports:before {
  content: "\e0ad";
}

.a-Icon.icon-sc-report-layout:before {
  content: "\e011";
}

.a-Icon.icon-util-links:before,
.a-Icon.icon-page-url:before,
.a-Icon.icon-sc-nav-bar:before {
  content: "\e011";
}

.a-Icon.icon-page-nav:before,
.a-Icon.icon-sc-nav:before {
  content: "\e0af";
}

.a-Icon.icon-sc-lov:before {
  content: "\e03e";
}

.a-Icon.icon-util-gear:before,
.a-Icon.icon-sc-logic:before,
.a-Icon.icon-utilities-features:before,
.a-Icon.icon-utilities-team-dev:before {
  content: "\e0b1";
}

.a-Icon.icon-sc-page-group:before,
.a-Icon.icon-folder-files:before,
.a-Icon.icon-sc-files:before {
  content: "\e0b2";
}

.a-Icon.icon-sc-build-option-on:before,
.a-Icon.icon-sc-authentication-scheme-on:before,
.a-Icon.icon-check-circle-s:before {
  content: "\e1ab";
}

.a-Icon.icon-sc-web-service:before {
  content: "\e0b4";
}

.a-Icon.icon-util-apex-views:before,
.a-Icon.icon-util-workspace-actions:before {
  content: "\e0b5";
}

.a-Icon.icon-admin-workspace-utilization:before,
.a-Icon.icon-utilities-database-monitor:before,
.a-Icon.icon-utilities-activity:before,
.a-Icon.icon-util-app-dashboard:before {
  content: "\e15c";
}

.a-Icon.icon-util-change-history:before {
  content: "\e0b7";
}

.a-Icon.icon-util-export-app:before {
  content: "\e0b8";
}

.a-Icon.icon-enable-files:before,
.a-Icon.icon-util-export-repository:before {
  content: "\e0b9";
}

.a-Icon.icon-util-import-app:before {
  content: "\e0ba";
}

.a-Icon.icon-util-recent-pages:before {
  content: "\e0bb";
}

.a-Icon.icon-util-upgrade-app:before,
.a-Icon.icon-util-upgrade-scripts:before {
  content: "\e11e";
}

.a-Icon.icon-util-bugs:before,
.a-Icon.icon-util-debug-messages:before {
  content: "\e0bd";
}

.a-Icon.icon-app-status:before,
.a-Icon.icon-util-advisor:before {
  content: "\e0bf";
}

.a-Icon.icon-util-app-compare:before,
.a-Icon.icon-util-attribute-dictionary:before {
  content: "\e0be";
}

.a-Icon.icon-database-object:before,
.a-Icon.icon-util-object-dependencies:before {
  content: "\e02c";
}

.a-Icon.icon-tree-branch:before {
  content: "\e0c3";
}

.a-Icon.icon-tree-breadcrumb:before {
  content: "\e0c4";
}

.a-Icon.icon-tree-button:before {
  content: "\e087";
}

.a-Icon.icon-tree-item:before {
  content: "\e149";
}

.a-Icon.icon-tree-list:before {
  content: "\e12d";
}

.a-Icon.icon-tree-lov:before {
  content: "\e146";
}

.a-Icon.icon-tree-page:before {
  content: "\e00d";
}

.a-Icon.icon-tree-region:before {
  content: "\e00c";
}

.a-Icon.icon-page-home:before,
.a-Icon.icon-util-home:before {
  content: "\e0cd";
}

.a-Icon.icon-tree-tabs:before {
  content: "\e0ce";
}

.a-Icon.icon-tree-templates:before {
  content: "\e0cf";
}

.a-Icon.icon-tree-validation:before,
.a-Icon.icon-cm-validate:before {
  content: "\e0d0";
}

.a-Icon.icon-tree-folder:before,
.a-TreeView-node.is-expandable > .a-TreeView-content > .a-Icon.icon-tree-folder:before {
  content: "\e0da";
}

.a-Icon.icon-tree-folder-open:before,
.a-TreeView-node.is-collapsible > .a-TreeView-content > .a-Icon.icon-tree-folder:before {
  content: "\e0d7";
}

.a-Icon.icon-tree-folder-filled:before,
.a-TreeView-node.is-expandable > .a-TreeView-content.is-selected > .a-Icon.icon-tree-folder:before {
  content: "\e0d1";
}

.a-Icon.icon-tree-folder-open-filled:before,
.a-TreeView-node.is-collapsible > .a-TreeView-content.is-selected > .a-Icon.icon-tree-folder:before {
  content: "\e0d9";
}

.a-Icon.icon-tree-authorization:before {
  content: "\e0d2";
}

.a-Icon.icon-tree-build-option:before {
  content: "\e0d3";
}

.a-Icon.icon-tree-plugin:before {
  content: "\e133";
}

.a-Icon.icon-tree-data-load-table:before {
  content: "\e0d5";
}

.a-Icon.icon-tree-web-service:before {
  content: "\e0d6";
}

.a-Icon.icon-tree-col-group:before {
  content: "\e12a";
}

.a-Icon.icon-tree-map-series:before {
  content: "\e12b";
}

.a-Icon.icon-tree-chart-series:before {
  content: "\e128";
}

.a-Icon.icon-admin-edit-announcement:before {
  content: "\e0dc";
}

.a-Icon.icon-admin-service-request:before {
  content: "\e0dd";
}

.a-Icon.icon-page-dynamic:before {
  content: "\e07c";
}

.a-Icon.icon-page-dynamic-form:before {
  content: "\e0df";
}

.a-Icon.icon-util-ords-rest:before,
.a-Icon.icon-admin-workspace-preferences:before,
.a-Icon.icon-util-session-state-management:before {
  content: "\e0e0";
}

.a-Icon.icon-request-termination:before {
  content: "\e0e1";
}

.a-Icon.icon-request-storage:before {
  content: "\e0e2";
}

.a-Icon.icon-request-schema:before {
  content: "\e0e3";
}

.a-Icon.icon-utilites-recycle-bin:before,
.a-Icon.icon-utilites-purge-data:before {
  content: "\e04b";
}

.a-Icon.icon-utilites-schema-comparison:before {
  content: "\e05a";
}

.a-Icon.icon-utilities-about-database:before {
  content: "\e05b";
}

.a-Icon.icon-utilities-data-workshop:before {
  content: "\e05f";
}

.a-Icon.icon-utilities-query-builder:before {
  content: "\e088";
}

.a-Icon.icon-util-team-dev-settings:before,
.a-Icon.icon-utilities-ui-defaults:before,
.a-Icon.icon-util-installation-scripts:before,
.a-Icon.icon-util-deinstallation-scripts:before {
  content: "\e01c";
}

.a-Icon.icon-utilities-generate-ddl:before {
  content: "\e02c";
}

.a-Icon.icon-utilities-build-interval:before {
  content: "\e202";
}

.a-Icon.icon-twitter:before {
  content: "\e1bd";
}

.a-Icon.icon-gplus:before {
  content: "\e1b5";
}

.a-Icon.icon-facebook:before {
  content: "\e1b1";
}

.a-Icon.icon-linkedin:before {
  content: "\e1b8";
}

.a-Icon.icon-youtube:before {
  content: "\e1c0";
}

.a-Icon.icon-apex-user:before,
.a-Icon.icon-login-username:before {
  content: "\e0f5";
}

.a-Icon.icon-login-workspace:before,
.a-Icon.icon-util-workspace:before {
  content: "\e0f6";
}

.a-Icon.icon-envelope:before,
.a-Icon.icon-login-mail:before {
  content: "\e183";
}

.a-Icon.icon-translate-text:before {
  content: "\e10d";
}

.a-Icon.icon-util-developer-activity:before {
  content: "\e10e";
}

.a-Icon.icon-util-download-xlif-translation:before,
.a-Icon.icon-util-install:before {
  content: "\e091";
}

.a-Icon.icon-util-environment-reports:before {
  content: "\e0f6";
}

.a-Icon.icon-util-login-attempts:before {
  content: "\e111";
}

.a-Icon.icon-teachers:before,
.a-Icon.icon-util-logs:before {
  content: "\e112";
}

.a-Icon.icon-util-manage-dynamic-translation:before,
.a-Icon.icon-util-manage:before {
  content: "\e113";
}

.a-Icon.icon-util-manually-edit-translation:before {
  content: "\e114";
}

.a-Icon.icon-util-map-primary-language:before {
  content: "\e115";
}

.a-Icon.icon-util-create-manage-text:before {
  content: "\e092";
}

.a-Icon.icon-util-calendar-reports:before {
  content: "\e071";
}

.a-Icon.icon-util-validate-websheet-database:before,
.a-Icon.icon-check-circle:before {
  content: "\e118";
}

.a-Icon.icon-util-subscriptions:before {
  content: "\e183";
}

.a-Icon.icon-util-seed-translatable-text:before {
  content: "\e11a";
}

.a-Icon.icon-util-report-session-state:before {
  content: "\e07d";
}

.a-Icon.icon-util-recent-sessions:before {
  content: "\e11c";
}

.a-Icon.icon-util-session-state-statistics:before,
.a-Icon.icon-util-purge-sessions-age:before {
  content: "\e11d";
}

.a-Icon.icon-util-publish-translated-applications:before {
  content: "\e11e";
}

.a-Icon.icon-util-preferences-by-user:before {
  content: "\e0f5";
}

.a-Icon.icon-util-page-views:before {
  content: "\e120";
}

.a-Icon.icon-upload-apply-xliff:before {
  content: "\e072";
}

.a-Icon.icon-util-shared-components:before {
  content: "\e122";
}

.a-Icon.icon-tree-process:before,
.a-Icon.icon-pd-processing:before {
  content: "\e04a";
}

.a-Icon.icon-pd-dynact:before,
.a-Icon.icon-tree-da-event:before {
  content: "\e047";
}

.a-Icon.icon-tree-da-action:before {
  content: "\e001";
}

.a-Icon.icon-pd-rendering:before {
  content: "\e030";
}

.a-Icon.icon-cm-query-builder:before {
  content: "\e061";
}

.a-Icon.icon-page-designer:before {
  content: "\e054";
}

.a-Icon.icon-comp-view:before {
  content: "\e052";
}

.a-Icon.icon-pd-comp-type:before {
  content: "\e055";
}

.a-Icon.icon-pd-proc-order:before {
  content: "\e056";
}

.a-Icon.icon-feedback:before {
  content: "\e05e";
}

.a-Icon.icon-add-comment:before {
  content: "\e062";
}

.a-Icon.icon-menu:before {
  content: "\e066";
}

.a-Icon.icon-find:before {
  content: "\e06a";
}

.a-Icon.icon-language:before {
  content: "\e129";
}

.a-Icon.icon-region-legacy:before {
  content: "\e003";
}

.a-Icon.icon-item-native-row-action:before {
  content: "\e033";
}

.a-Icon.icon-item-native-link:before {
  content: "\e011";
}

.a-Icon.icon-item-native-html-expression:before {
  content: "\e07e";
}

.a-Icon.icon-students:before,
.a-Icon.icon-item-native-row-selector:before {
  content: "\e093";
}

/* Create Application from Spreadsheet */
.a-Icon.icon-clipboard:before {
  content: "\E18E";
}

.a-Icon.icon-file-upload:before {
  content: "\E13F";
}

.a-Icon.icon-sample-dataset:before,
.a-Icon.icon-sample-data:before {
  content: "\e0f1";
}

.a-TreeView-content .a-Icon.icon-region-native-breadcrumb:before,
.a-GridLayout .a-Icon.icon-region-native-breadcrumb:before {
  content: "\e138";
}

.a-TreeView-content .a-Icon.icon-region-native-calendar:before,
.a-TreeView-content .a-Icon.icon-region-native-css-calendar:before,
.a-GridLayout .a-Icon.icon-region-native-calendar:before,
.a-GridLayout .a-Icon.icon-region-native-css-calendar:before {
  content: "\e137";
}

.a-TreeView-content .a-Icon.icon-region-native-display-selector:before,
.a-GridLayout .a-Icon.icon-region-native-display-selector:before {
  content: "\e0ce";
}

.a-TreeView-content .a-Icon.icon-region-native-flash-chart5:before,
.a-GridLayout .a-Icon.icon-region-native-flash-chart5:before {
  content: "\e0e9";
}

.a-TreeView-content .a-Icon.icon-region-native-flash-map:before,
.a-GridLayout .a-Icon.icon-region-native-flash-map:before {
  content: "\e12b";
}

.a-TreeView-content .a-Icon.icon-region-native-fnc-report:before,
.a-GridLayout .a-Icon.icon-region-native-fnc-report:before {
  content: "\e134";
}

.a-TreeView-content .a-Icon.icon-region-native-help-text:before,
.a-GridLayout .a-Icon.icon-region-native-help-text:before {
  content: "\e04f";
}

.a-TreeView-content .a-Icon.icon-region-native-ir:before,
.a-GridLayout .a-Icon.icon-region-native-ir:before {
  content: "\e139";
}

.a-TreeView-content .a-Icon.icon-region-native-ig:before,
.a-GridLayout .a-Icon.icon-region-native-ig:before {
  content: "\e182";
}

.a-TreeView-content .a-Icon.icon-region-native-jqm-column-toggle:before,
.a-GridLayout .a-Icon.icon-region-native-jqm-column-toggle:before {
  content: "\e070";
}

.a-TreeView-content .a-Icon.icon-region-native-jqm-list-view:before,
.a-GridLayout .a-Icon.icon-region-native-jqm-list-view:before {
  content: "\e086";
}

.a-TreeView-content .a-Icon.icon-region-native-jqm-reflow:before,
.a-GridLayout .a-Icon.icon-region-native-jqm-reflow:before {
  content: "\e0e6";
}

.a-TreeView-content .a-Icon.icon-region-native-jstree:before,
.a-GridLayout .a-Icon.icon-region-native-jstree:before {
  content: "\e12c";
}

.a-TreeView-content .a-Icon.icon-region-native-list:before,
.a-GridLayout .a-Icon.icon-region-native-list:before {
  content: "\e12d";
}

.a-TreeView-content .a-Icon.icon-region-native-plsql:before,
.a-GridLayout .a-Icon.icon-region-native-plsql:before {
  content: "\e12e";
}

.a-TreeView-content .a-Icon.icon-region-native-sql-report:before,
.a-GridLayout .a-Icon.icon-region-native-sql-report:before {
  content: "\e0f1";
}

.a-TreeView-content .a-Icon.icon-region-filter:before,
.a-TreeView-content .a-Icon.icon-region-native-filters-region:before,
.a-TreeView-content .a-Icon.icon-region-native-faceted-search:before,
.a-GridLayout .a-Icon.icon-region-filter:before,
.a-GridLayout .a-Icon.icon-region-native-filters-region:before,
.a-GridLayout .a-Icon.icon-region-native-faceted-search:before {
  content: "\e903";
}

.a-TreeView-content .a-Icon.icon-item-native-range:before,
.a-GridLayout .a-Icon.icon-item-native-range:before {
  content: "\e912";
}

.a-TreeView-content .a-Icon.icon-item-native-search:before,
.a-GridLayout .a-Icon.icon-item-native-search:before {
  content: "\e022";
}

.a-TreeView-content .a-Icon.icon-region-native-static:before,
.a-GridLayout .a-Icon.icon-region-native-static:before {
  content: "\e130";
}

.a-TreeView-content .a-Icon.icon-region-native-tabform:before,
.a-GridLayout .a-Icon.icon-region-native-tabform:before {
  content: "\e131";
}

.a-TreeView-content .a-Icon.icon-region-native-url:before,
.a-GridLayout .a-Icon.icon-region-native-url:before {
  content: "\e90c";
}

.a-TreeView-content .a-Icon.icon-region-plugin:before,
.a-GridLayout .a-Icon.icon-region-plugin:before {
  content: "\e133";
}

.a-TreeView-content .a-Icon.icon-button-hot:before,
.a-GridLayout .a-Icon.icon-button-hot:before {
  content: "\e151";
}

.a-TreeView-content .a-Icon.icon-button-normal:before,
.a-GridLayout .a-Icon.icon-button-normal:before {
  content: "\e087";
}

.a-TreeView-content .a-Icon.icon-region-native-form:before,
.a-GridLayout .a-Icon.icon-region-native-form:before {
  content: "\e131";
}

.a-TreeView-content .a-Icon.icon-region-native-cards:before,
.a-GridLayout .a-Icon.icon-region-native-cards:before {
  content: "\e200";
}

.a-Icon.icon-tree-attributes:before {
  content: "\E13C";
}

.a-GridLayout .a-Icon.icon-item-native-auto-complete:before,
.a-TreeView-content .a-Icon.icon-item-native-auto-complete:before {
  content: "\e060";
}

.a-GridLayout .a-Icon.icon-item-native-checkbox:before,
.a-TreeView-content .a-Icon.icon-item-native-checkbox:before {
  content: "\e13c";
}

.a-GridLayout .a-Icon.icon-item-native-single-checkbox:before,
.a-TreeView-content .a-Icon.icon-item-native-single-checkbox:before {
  content: "\e093";
}

.a-GridLayout .a-Icon.icon-item-native-color-picker:before,
.a-TreeView-content .a-Icon.icon-item-native-color-picker:before {
  content: "\e063";
}

.a-GridLayout .a-Icon.icon-item-native-date-picker:before,
.a-GridLayout .a-Icon.icon-item-native-date-picker-html5:before,
.a-TreeView-content .a-Icon.icon-item-native-date-picker:before,
.a-TreeView-content .a-Icon.icon-item-native-date-picker-html5:before {
  content: "\e137";
}

.a-GridLayout .a-Icon.icon-card-action-button:before,
.a-TreeView-content .a-Icon.icon-card-action-button:before {
  content: "\e087";
}

.a-GridLayout .a-Icon.icon-card-action-media:before,
.a-GridLayout .a-Icon.icon-item-native-display-image:before,
.a-TreeView-content .a-Icon.icon-card-action-media:before,
.a-TreeView-content .a-Icon.icon-item-native-display-image:before {
  content: "\e13d";
}

.a-GridLayout .a-Icon.icon-card-action-full-card:before,
.a-TreeView-content .a-Icon.icon-card-action-full-card:before {
  content: "\e202";
}

.a-GridLayout .a-Icon.icon-card-action-title:before,
.a-GridLayout .a-Icon.icon-card-action-sub-title:before,
.a-GridLayout .a-Icon.icon-item-native-display-only:before,
.a-TreeView-content .a-Icon.icon-card-action-title:before,
.a-TreeView-content .a-Icon.icon-card-action-sub-title:before,
.a-TreeView-content .a-Icon.icon-item-native-display-only:before {
  content: "\e13e";
}

.a-GridLayout .a-Icon.icon-item-native-file:before,
.a-TreeView-content .a-Icon.icon-item-native-file:before {
  content: "\e13f";
}

.a-GridLayout .a-Icon.icon-item-native-hidden:before,
.a-TreeView-content .a-Icon.icon-item-native-hidden:before {
  content: "\e140";
}

.a-GridLayout .a-Icon.icon-item-native-list-manager:before,
.a-TreeView-content .a-Icon.icon-item-native-list-manager:before {
  content: "\e12d";
}

.a-GridLayout .a-Icon.icon-item-native-number-field:before,
.a-TreeView-content .a-Icon.icon-item-native-number-field:before {
  content: "\e141";
}

.a-GridLayout .a-Icon.icon-item-native-password:before,
.a-TreeView-content .a-Icon.icon-item-native-password:before {
  content: "\e142";
}

.a-GridLayout .a-Icon.icon-item-native-popup-lov:before,
.a-TreeView-content .a-Icon.icon-item-native-popup-lov:before {
  content: "\e143";
}

.a-GridLayout .a-Icon.icon-item-native-radiogroup:before,
.a-TreeView-content .a-Icon.icon-item-native-radiogroup:before {
  content: "\e144";
}

.a-GridLayout .a-Icon.icon-item-native-rich-text-editor:before,
.a-TreeView-content .a-Icon.icon-item-native-rich-text-editor:before {
  content: "\e145";
}

.a-GridLayout .a-Icon.icon-item-native-select-list:before,
.a-TreeView-content .a-Icon.icon-item-native-select-list:before {
  content: "\e146";
}

.a-GridLayout .a-Icon.icon-item-native-shuttle:before,
.a-TreeView-content .a-Icon.icon-item-native-shuttle:before {
  content: "\e147";
}

.a-GridLayout .a-Icon.icon-item-native-slider:before,
.a-TreeView-content .a-Icon.icon-item-native-slider:before {
  content: "\e148";
}

.a-GridLayout .a-Icon.icon-item-native-input:before,
.a-GridLayout .a-Icon.icon-item-native-text-field:before,
.a-TreeView-content .a-Icon.icon-item-native-input:before,
.a-TreeView-content .a-Icon.icon-item-native-text-field:before {
  content: "\e149";
}

.a-GridLayout .a-Icon.icon-item-native-textarea:before,
.a-TreeView-content .a-Icon.icon-item-native-textarea:before {
  content: "\e14a";
}

.a-GridLayout .a-Icon.icon-item-native-yes-no:before,
.a-TreeView-content .a-Icon.icon-item-native-yes-no:before {
  content: "\e14b";
}

.a-GridLayout .a-Icon.icon-item-native-row-action:before,
.a-TreeView-content .a-Icon.icon-item-native-row-action:before {
  content: "\e04c";
}

.a-GridLayout .a-Icon.icon-item-native-link:before,
.a-TreeView-content .a-Icon.icon-item-native-link:before {
  content: "\e90c";
}

.a-GridLayout .a-Icon.icon-item-native-range:before,
.a-TreeView-content .a-Icon.icon-item-native-range:before {
  content: "\e913";
}

.a-GridLayout .a-Icon.icon-item-native-html-expression:before,
.a-TreeView-content .a-Icon.icon-item-native-html-expression:before {
  content: "\e130";
}

.a-GridLayout .a-Icon.icon-item-native-row-selector:before,
.a-TreeView-content .a-Icon.icon-item-native-row-selector:before {
  content: "\e07f";
}

.a-GridLayout .a-Icon.icon-item-native-star-rating:before,
.a-TreeView-content .a-Icon.icon-item-native-star-rating:before {
  content: "\e0f8";
}

.a-GridLayout .a-Icon.icon-item-native-markdown:before,
.a-GridLayout .a-Icon.icon-item-native-markdown-editor:before,
.a-TreeView-content .a-Icon.icon-item-native-markdown:before,
.a-TreeView-content .a-Icon.icon-item-native-markdown-editor:before {
  content: "\e907";
}

/******************************************************************************
Chart Icons
******************************************************************************/
.a-Icon.icon-region-chart-area:before {
  content: "\e053";
}

.a-Icon.icon-region-chart-bar:before {
  content: "\e164";
}

.a-Icon.icon-region-chart-bubble:before {
  content: "\e15a";
}

.a-Icon.icon-region-native-jet-chart:before,
.a-Icon.icon-region-chart-column:before {
  content: "\e159";
}

.a-Icon.icon-region-chart-combo:before {
  content: "\e15b";
}

.a-Icon.icon-region-chart-dial:before,
.a-Icon.icon-region-chart-donut:before {
  content: "\e166";
}

.a-Icon.icon-region-chart-funnel:before {
  content: "\e15d";
}

.a-Icon.icon-region-chart-gantt:before {
  content: "\e165";
}

.a-Icon.icon-region-chart-line-area:before {
  content: "\e053";
}

.a-Icon.icon-region-chart-line:before {
  content: "\e156";
}

.a-Icon.icon-region-chart-pie:before {
  content: "\e15f";
}

.a-Icon.icon-region-chart-polar:before {
  content: "\e160";
}

.a-Icon.icon-region-chart-radar:before {
  content: "\e161";
}

.a-Icon.icon-region-chart-range-area:before {
  content: "\e162";
}

.a-Icon.icon-region-chart-range-bar:before {
  content: "\e163";
}

.a-Icon.icon-region-chart-scatter:before {
  content: "\e15e";
}

.a-Icon.icon-region-chart-stock:before {
  content: "\e157";
}

.a-Icon.icon-region-chart-pyramid:before {
  content: "\e18b";
}

.a-Icon.icon-region-chart-box-plot:before {
  content: "\e18a";
}

.a-Icon.icon-major-axis:before {
  content: "\E1A0";
}

.a-Icon.icon-minor-axis:before {
  content: "\E1A1";
}

.a-GridLayout .a-Icon.icon-region-chart-area:before,
.a-TreeView-content .a-Icon.icon-region-chart-area:before {
  content: "\e168";
}

.a-GridLayout .a-Icon.icon-region-chart-bar:before,
.a-TreeView-content .a-Icon.icon-region-chart-bar:before {
  content: "\e16A";
}

.a-GridLayout .a-Icon.icon-region-chart-bubble:before,
.a-TreeView-content .a-Icon.icon-region-chart-bubble:before {
  content: "\e16b";
}

.a-GridLayout .a-Icon.icon-region-native-jet-chart:before,
.a-GridLayout .a-Icon.icon-region-chart-column:before,
.a-TreeView-content .a-Icon.icon-region-native-jet-chart:before,
.a-TreeView-content .a-Icon.icon-region-chart-column:before {
  content: "\e0e9";
}

.a-GridLayout .a-Icon.icon-region-chart-combo:before,
.a-TreeView-content .a-Icon.icon-region-chart-combo:before {
  content: "\e16C";
}

.a-GridLayout .a-Icon.icon-region-chart-dial:before,
.a-TreeView-content .a-Icon.icon-region-chart-dial:before {
  content: "\e16D";
}

.a-GridLayout .a-Icon.icon-region-chart-donut:before,
.a-TreeView-content .a-Icon.icon-region-chart-donut:before {
  content: "\e16e";
}

.a-GridLayout .a-Icon.icon-region-chart-funnel:before,
.a-TreeView-content .a-Icon.icon-region-chart-funnel:before {
  content: "\e16F";
}

.a-GridLayout .a-Icon.icon-region-chart-gantt:before,
.a-TreeView-content .a-Icon.icon-region-chart-gantt:before {
  content: "\e170";
}

.a-GridLayout .a-Icon.icon-region-chart-line-area:before,
.a-TreeView-content .a-Icon.icon-region-chart-line-area:before {
  content: "\e171";
}

.a-GridLayout .a-Icon.icon-region-chart-line:before,
.a-TreeView-content .a-Icon.icon-region-chart-line:before {
  content: "\e172";
}

.a-GridLayout .a-Icon.icon-region-chart-pie:before,
.a-TreeView-content .a-Icon.icon-region-chart-pie:before {
  content: "\e173";
}

.a-GridLayout .a-Icon.icon-region-chart-polar:before,
.a-TreeView-content .a-Icon.icon-region-chart-polar:before {
  content: "\e174";
}

.a-GridLayout .a-Icon.icon-region-chart-radar:before,
.a-TreeView-content .a-Icon.icon-region-chart-radar:before {
  content: "\e175";
}

.a-GridLayout .a-Icon.icon-region-chart-range-area:before,
.a-TreeView-content .a-Icon.icon-region-chart-range-area:before {
  content: "\e176";
}

.a-GridLayout .a-Icon.icon-region-chart-range-bar:before,
.a-TreeView-content .a-Icon.icon-region-chart-range-bar:before {
  content: "\e177";
}

.a-GridLayout .a-Icon.icon-region-chart-scatter:before,
.a-TreeView-content .a-Icon.icon-region-chart-scatter:before {
  content: "\e178";
}

.a-GridLayout .a-Icon.icon-region-chart-stock:before,
.a-TreeView-content .a-Icon.icon-region-chart-stock:before {
  content: "\e179";
}

.a-GridLayout .a-Icon.icon-region-chart-pyramid:before,
.a-TreeView-content .a-Icon.icon-region-chart-pyramid:before {
  content: "\e189";
}

.a-GridLayout .a-Icon.icon-region-chart-box-plot:before,
.a-TreeView-content .a-Icon.icon-region-chart-box-plot:before {
  content: "\e188";
}

.a-Icon.icon-x-axis:before {
  content: "\e17a";
}

.a-Icon.icon-y-axis:before {
  content: "\e17d";
}

.a-Icon.icon-y1-axis:before {
  content: "\e17b";
}

.a-Icon.icon-y2-axis:before {
  content: "\e17c";
}

/* ==========================================================================
   Page Designer Tabs and Icons
   ========================================================================== */
.a-Icon.icon-pd-messages:before {
  content: "\e0c5";
}

.a-Icon.icon-pd-layout:before {
  content: "\e0c7";
}

.a-Icon.icon-align-start:before {
  content: "\E1A3";
}

.a-Icon.icon-align-center:before {
  content: "\e1a2";
}

.a-Icon.icon-align-end:before {
  content: "\e1a4";
}

.a-Icon.icon-load-sample:before {
  content: "\e0e6";
}

/* ==========================================================================
   Column Types
   ========================================================================== */
.a-Icon.icon-col-plain:before {
  content: "\e145";
}

.a-Icon.icon-col-plain-lov:before {
  content: "\e145";
}

.a-Icon.icon-col-link:before {
  content: "\e90c";
}

.a-Icon.icon-col-image:before {
  content: "\e13d";
}

.a-Icon.icon-col-download:before {
  content: "\e0fb";
}

.a-Icon.icon-col-pct-graph:before {
  content: "\e102";
}

.a-Icon.icon-col-strip-html:before {
  content: "\e145";
}

.a-Icon.icon-col-hidden-column:before {
  content: "\e140";
}

.a-Icon.icon-col-markdown:before {
  content: "\e904";
}

/* ==========================================================================
   ORDS REST Web Services
   ========================================================================== */
.a-Icon.icon-rest-services:before {
  content: '\E19A';
}

.a-Icon.icon-rest-modules:before {
  content: '\E196';
}

.a-Icon.icon-rest-module:before {
  content: '\E195';
}

.a-Icon.icon-rest-template:before {
  content: '\E19C';
}

.a-Icon.icon-rest-handler:before {
  content: '\E19B';
}

.a-Icon.icon-rest-parameter:before {
  content: '\E19E';
}

.a-Icon.icon-rest-privileges:before {
  content: '\E198';
}

.a-Icon.icon-rest-privilege:before {
  content: '\E199';
}

.a-Icon.icon-rest-roles:before {
  content: '\E19D';
}

.a-Icon.icon-rest-role:before {
  content: '\E024';
}

.a-Icon.icon-rest-object:before {
  content: '\E197';
}

/* ==========================================================================
   Page Designer - Edit Quick Pick Icons
   ========================================================================== */
.icon-apex-edit-page,
.icon-apex-edit-pencil-alt,
.icon-apex-edit-pencil,
.icon-apex-edit-view {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-apex-edit-page {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACDUlEQVR4Ab2WA6wdQRSGb+xkY6dmUNu2bUdlUAa17aiK0/a9Fz0Ez7atPtuoe3r+ZDbp7C0m3dmZ5L++831zztlkfaZW9pQhFicyb+rQSn7eawxswxmc2T13FH2cN5qKpw0lSBiHf54/GjEnUVBQYBUXF2f2Xj1lwyUJtMM7+KshVnF+aubHjx8J6+vNc5IAKoKZ8A7+Zmjmx7h1TO4GX5IAHG1Be7yDh40iihhNlLJekkA7TMERSQLtwEz4wesamtZyKjn0H3n1V7gI2oGZwGD+Dk5ewvE5vsfvfM5ln7yxuYU6urqpt69fNe7hQoAQ83CHgHm4LGAA7l4g0wXctUAHZ2BBxHWr4N0yZTiuEl0CJ/BbFrjflvOMKG2LEpxDOgQiBXzuh8R7RNVvEEnCCcesYE9dAmNRek7ll4qXgEsSfSEj/eAc0iVwQZz+QkvWE0CloB2YCSdcj4CY+glLd46NDLoigVEJtAMzwZHhGgXmCoHMJTuPUWnScwIclUA7MBMCPBCyHNIpcF/AL0xdc4hmbT5GkEAl0I5fTn1CXKKkW2AgwwdOXL67Y+bGIwQJVALtEOCxnEgnVKeABdikFXsIEqiE/XsMphPmhcAJewBRCQGea/fahACC/lpiyO6rgnUKyPFaQNyQaAn2UhVQuCVTT09vH/bAXrZApYrAWg55lLVgqEpUagRXqsJ/AozpK+rTdiebAAAAAElFTkSuQmCC");
}

.icon-apex-edit-pencil-alt {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAh1BMVEUAAABRk8jWwI/RRDLRRDIzSFzWwI/RRDLWRjPWwI+qsaLRRDIzSFzZRzS1qIXLzM0zSFyOsMuiucv/5ao2TGH3UDrw8fLy8/S51+/13KPex5RUmM/Vn5jZRjTD0cTlSzfBzsK2r5TS09Rgr+7gyZZfrew7U2r5UTv846g9Vm672vLbxZL1tq+TnpcMAAAAE3RSTlMAYCBgMCCfIO9gYECf759gQGBgYNTtjgAAAKRJREFUeAHdzDUSxDAQRFGZmZmZff/z7UixNM73p6+riTDVMQiW0g2minp2ZJ6K+oEsghacLkyD69GcvwdrcHguNWVRsEXWqVzflhsW1BWBL2yBOV3kLeJQOQeob0384dIfuv3hVj2iLj9n0iNO9CpJYCF0eQWnC+rCA2gERw6Ss7YJN79iXtUW37V0orzqMuHn7teEMBxce+qLGArT1NUIVojzDw9UIqxALyvwAAAAAElFTkSuQmCC");
}

.icon-apex-edit-pencil {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAh1BMVEUAAADWnyPWwI/RRDLRRDIzSFzWwI/RRDLWRjPWwI/WtWvRRDIzSFzZRzS1qIXLzM0zSFzRtnjPvZT/5ao2TGH3UDrw8fLy8/T03ab13KP/1nrepSTVn5jZRjTex5TlSzf81Hi2r5TS09T/virgyZb8vCo7U2o9Vm75UTv846jbxZL1tq/336j99yaoAAAAE3RSTlMAYCBgMCCfIO9gYECf759gQGBgYNTtjgAAAKRJREFUeAHdzDWWxUAMRNE2MzMze//rG/2O1XI+L711iglTHYNRKd1gqqRnZ+appJ/EImjBocw0UI/m/Dl5g4O51JRFwRdZp6K+LS8sfq4IfOELwvkibwmHyjkgfWviD5f+odsfbvUj6fJ9JTXhTK+SBBZCl1dwWHAXHkAjOHGQXL3N0PyKe9VbuGvp9ONVlxmeux8TwXBw7KmPMy9MU1djVCHNf1i7IsDvqi3tAAAAAElFTkSuQmCC");
}

.icon-apex-edit-view {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAS1BMVEVldYRldYRmdoVldYRldYRldYRldYRldYRmdoVldYRldYRzhZZpeYn29/j///9qe4tvgJCfq7eWpLCFlKPL0dhyhJVwgZJoeIdrfIzqU/E8AAAAC3RSTlNAn98wACC/UO8Qr8mgHwUAAADBSURBVHjapdPbDoMgEEVRLkVsz4DgBf3/Ly3hBbBmNOl+ZSUKDOJ103MgpKKckvoSmIECSoEG8wvsmADMOQBptGdg9w3L6nzOrQu23fbAjBtiWS4kYhtNB4aE6Jsi0tACTVhcC9wCEg2QAavvWhFkAxTgeuAA1QDC7E/NoArefwL+E/xPPt+muDoofXfU/GXhkOx15ybJDcxRBDNycqqiDq1uhraKCtqqKIATBfAiA06QzoATEwOyoOnDP16tn7zuL+7VH8w/d0Q2AAAAAElFTkSuQmCC");
}

.icon-get-started {
  width: 32px;
  height: 32px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjQuNzQ4IDE4LjMzNmwtMTYtMThjLS4yNzYtLjMxLS43MTQtLjQxNi0xLjEwNC0uMjctLjM4OC4xNDYtLjY0NC41MTgtLjY0NC45MzRsLjAxNCAyNGMwIC4zOS4yMjguNzQ2LjU4NC45MDhsLjQxNi4wOTJjLjIzNCAwIC40NjYtLjA4NC42NTItLjI0Mmw1Ljk0Mi01LjEwNCA0LjQ3IDEwLjczYy4xNi4zODQuNTMuNjE2LjkyMi42MTZsLjM4NC0uMDc4Yy41MS0uMjEyLjc1LS43OTguNTM4LTEuMzA4bC00LjQyMi0xMC42MTRoNy41Yy4zOTQgMCAuNzUtLjIzMi45MTItLjU5LjE2Mi0uMzYuMDk2LS43OC0uMTY0LTEuMDc0eiIvPjwvc3ZnPg==");
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
}

/* ==========================================================================
   Navigation Menu Position Icons
   ========================================================================== */
.a-Icon.icon-nav-top:before {
  content: "\e155";
}

.a-Icon.icon-nav-side:before {
  content: "\e150";
}

.a-Icon.icon-nav-none:before {
  content: "\e00c";
}

.a-Icon.icon-pin:before {
  content: "\E194";
}

/* ==========================================================================
   ORDS REST UI
   ========================================================================== */
.a-Icon.icon-status-failure:before {
  content: "\e0a2";
}

.a-Icon.icon-status-success:before {
  content: "\e007";
}

.a-Icon.icon-status-warning:before {
  content: "\e017";
}

/* Feedback Icons
   ========================================================================== */
.a-Icon.icon-feedback-neutral:before {
  content: "\E1A8";
  color: #888;
}

.a-Icon.icon-feedback-negative:before {
  content: "\E1A9";
  color: #E74C3C;
}

.a-Icon.icon-feedback-positive:before {
  content: "\E1AA";
  color: #2ECC71;
}

/* Dashboard and Master Delay Icons for Create page Wizard
   ========================================================================== */
.icon--page-layout {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 96px 72px;
  background-color: #D7DBDD;
}

.icon-dashboard-1-top-2-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM2ZWI2ZjA7fS5jbHMtM3tmaWxsOiNmYmNlNGE7fS5jbHMtNHtmaWxsOiNmZjliNWM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5kYXNoYm9hcmQtZmVhdHVyZS0yLWNvbDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNCA0aDg4djMwaC04OHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04NiAxMGwtOCA3LTgtNC03IDMtOS02LTggNy04IDEtOC04LTggNi02LTMtNiA1djZsMiAxaDczbDEtMTB2LTV6TTg2IDE2bC04IDktOC01LTcgNC05LTctOCA2LTggMi04LTQtOCA0LTYtMS02IDF2Mmg3NnYtMTF6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNODYgMTVsLTggOS04LTUtNyA0LTktNy04IDYtOCAyLTgtNC04IDQtNi0xLTYgMXY0aDc2di0xM3oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDM4aDQydjMwaC00MnpNNTAgMzhoNDJ2MzBoLTQyeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1IDQ0YTkgOSAwIDEgMCA2LjM2NCAxNS4zNjR6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzMuMzE0IDQ5LjU1NmE5IDkgMCAwIDAtOC4zMTQtNS41NTZ2OXoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zMy4zMTQgNDkuNTU2bC04LjMxNCAzLjQ0NCA2LjM2NCA2LjM2NGE5IDkgMCAwIDAgMS45NS05LjgwOHoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik02NyA0OGgzdjE0aC0zeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYyIDQ0aDN2MThoLTN6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNzIgNTJoM3YxMGgtM3oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03NyA1NmgzdjZoLTN6Ii8+PC9zdmc+");
}

.icon-dashboard-1-top-3-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM2ZWI2ZjA7fS5jbHMtM3tmaWxsOiNmZjliNWM7fS5jbHMtNHtmaWxsOiNmYmNlNGE7fS5jbHMtNXtmaWxsOiNkN2RiZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5kYXNoYm9hcmQtMy1jb2w8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1IDM4aDI2djMwaC0yNnpNNCAzOGgyN3YzMGgtMjd6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTcuNSA0NS41YTcuNSA3LjUgMCAxIDAgNS4zIDEyLjh6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjQuNDI5IDUwLjEzYTcuNSA3LjUgMCAwIDAtNi45MjktNC42M3Y3LjV6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjQuNDI5IDUwLjEzbC02LjkyOSAyLjg3IDUuMyA1LjNhNy41IDcuNSAwIDAgMCAxLjYyNi04LjE3M3oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00NSA0OWgydjExaC0yeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxIDQ2aDJ2MTRoLTJ6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNDkgNTJoMnY4aC0yeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTUzIDU1aDJ2NWgtMnoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02NSAzOGgyN3YzMGgtMjd6Ii8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNzIuOTQ3IDU4LjcyNGwtLjg5NC0uNDQ4IDQuMzQ5LTguNjk5IDQgNSAzLjY1MS03LjMwMS44OTQuNDQ4LTQuMzQ5IDguNjk5LTQtNS0zLjY1MSA3LjMwMXoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjgwLjUiIGN5PSI1NS41IiByPSIxLjUiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9Ijg0LjUiIGN5PSI0Ny41IiByPSIxLjUiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjcyLjUiIGN5PSI1OC41IiByPSIxLjUiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9Ijc2LjUiIGN5PSI1MC41IiByPSIxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDRoODh2MzBoLTg4eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTg2IDEwbC04IDctOC00LTcgMy05LTYtOCA3LTggMS04LTgtOCA2LTYtMy02IDV2NmwyIDFoNzNsMS0xMHYtNXpNODYgMTZsLTggOS04LTUtNyA0LTktNy04IDYtOCAyLTgtNC04IDQtNi0xLTYgMXYyaDc2di0xMXoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik04NiAxNWwtOCA5LTgtNS03IDQtOS03LTggNi04IDItOC00LTggNC02LTEtNiAxdjRoNzZ2LTEzeiIvPjwvc3ZnPg==");
}

.icon-dashboard-2-top-2-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNmZjliNWM7fS5jbHMtM3tmaWxsOiM2ZWI2ZjA7fS5jbHMtNHtmaWxsOiNmYmNlNGE7fS5jbHMtNXtmaWxsOiNkN2RiZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5kYXNoYmFyZC0yeDItZ3JpZDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNCA0aDQydjMwaC00MnpNNCAzOGg0MnYzMGgtNDJ6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEgNDhoM3YxNGgtM3oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiA0NGgzdjE4aC0zeiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI2IDUyaDN2MTBoLTN6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzEgNTZoM3Y2aC0zeiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUwIDM4aDQydjMwaC00MnoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zMy42IDE1LjQyOWwtMy42LTMuNDI5LTQuMTUgNS4wNzEtNC4wNS03LjA3MS01LjQgNi43ODYtNi40LTEuMzU3djYuNzg1bDMuNyA0LjA3MmgyMi42bDMuNy04LjE0M3YtOC4xNDNsLTYuNCA1LjQyOXoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zNC4wOTEgMjAuODU3bC00LjA5MS0xLjg1Ny00LjI3MyA0Ljg1Ny00LjkwOS01LjcxNC00LjkwOSA0LjA3MS01LjkwOS0xLjM1N3Y3LjE0M2gzMHYtMTEuMjE0bC01LjkwOSA0LjA3MXoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MCA0aDQydjMwaC00MnoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik03MSAxMGE5IDkgMCAxIDAgNi4zNjQgMTUuMzY0eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc5LjMxNCAxNS41NTZhOSA5IDAgMCAwLTguMzE0LTUuNTU2djl6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNzkuMzE0IDE1LjU1NmwtOC4zMTQgMy40NDQgNi4zNjQgNi4zNjRhOSA5IDAgMCAwIDEuOTUtOS44MDh6Ii8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTguMzU0IDU5LjM1NGwtLjcwOC0uNzA4IDguMjE5LTguMjE4IDkuMDE5IDMuMDA3IDguNzg0LTcuODA5LjY2NC43NDgtOS4yMTYgOC4xOTEtOC45ODEtMi45OTMtNy43ODEgNy43ODJ6Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3NSIgY3k9IjU0IiByPSIyIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI4NCIgY3k9IjQ2IiByPSIyIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI1OCIgY3k9IjU5IiByPSIyIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI2NiIgY3k9IjUxIiByPSIyIi8+PC9zdmc+");
}

.icon-dashboard-3-top-3-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM2ZWI2ZjA7fS5jbHMtM3tmaWxsOiNmYmNlNGE7fS5jbHMtNHtmaWxsOiNmZjliNWM7fS5jbHMtNXtmaWxsOiNkN2RiZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5kYXNoYm9hcmQtM3gyLWdyaWQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQgNGgyN3YzMGgtMjd6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEgMTVsLTQtMy0zIDQtNC0xdjVsMiAzaDExbDItNnYtNmwtNCA0eiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjM2NCAyMGwtNC43MjgtMi0yLjYzNiAzLTQtMXY3aDE1di0xMGwtMy42MzYgM3oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNSAzOGgyNnYzMGgtMjZ6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTEgNDlsLTMtMy0zIDQtNC0xdjVsMiAzaDEwbDItNnYtNmwtNCA0eiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTUxLjM2NCA1NGwtMy43MjgtMi0yLjYzNiAzLTQtMXY3aDE0di0xMGwtMy42MzYgM3oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02NSAzOGgyN3YzMGgtMjd6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzguNSA0NS41YTcuNSA3LjUgMCAxIDAgNS4zIDEyLjh6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNODUuNDI5IDUwLjEzYTcuNSA3LjUgMCAwIDAtNi45MjktNC42M3Y3LjV6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNODUuNDI5IDUwLjEzbC02LjkyOSAyLjg3IDUuMyA1LjNhNy41IDcuNSAwIDAgMCAxLjYyNi04LjE3M3oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDM4aDI3djMwaC0yN3oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0xMS45NDcgNTguNzI0bC0uODk0LS40NDggNC4zNDktOC42OTkgNCA1IDMuNjUxLTcuMzAxLjg5NC40NDgtNC4zNDkgOC42OTktNC01LTMuNjUxIDcuMzAxeiIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTkuNSIgY3k9IjU1LjUiIHI9IjEuNSIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMjMuNSIgY3k9IjQ3LjUiIHI9IjEuNSIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTEuNSIgY3k9IjU4LjUiIHI9IjEuNSIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTUuNSIgY3k9IjUwLjUiIHI9IjEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTY1IDRoMjd2MzBoLTI3ek0zNSA0aDI2djMwaC0yNnoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00OCAxMS41YTcuNSA3LjUgMCAxIDAgNS4zIDEyLjh6Ii8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNTQuOTI5IDE2LjEzYTcuNSA3LjUgMCAwIDAtNi45MjktNC42M3Y3LjV6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNTQuOTI5IDE2LjEzbC02LjkyOSAyLjg3IDUuMyA1LjNhNy41IDcuNSAwIDAgMCAxLjYyNi04LjE3M3oiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03NiAxNWgydjExaC0yeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcyIDEyaDJ2MTRoLTJ6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNODAgMThoMnY4aC0yeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTg0IDIxaDJ2NWgtMnoiLz48L3N2Zz4=");
}

.icon-md-side-by-side {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM2ZWI2ZjA7fS5jbHMtM3tmaWxsOiNkN2RiZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5tZC1zaWRlLWJ5LXNpZGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI4IDRoNjR2MThoLTY0ek00IDRoMjB2NmgtMjB6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNCAxNGgyMHY2aC0yMHoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDI0aDIwdjZoLTIwek00IDM0aDIwdjZoLTIwek00IDQ0aDIwdjZoLTIweiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMyIDhoNTZ2MmgtNTZ6TTMyIDEyaDI4djJoLTI4ek0zMiAxNmgyOHYyaC0yOHoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yOCAyNmg2NHYzNmgtNjR6Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzIgMzBoNTZ2NGgtNTZ6TTM4IDM2aDIxdjRoLTIxek02MSAzNmgyN3Y0aC0yN3pNMzIgMzZoNHY0aC00ek0zOCA0MmgyMXY0aC0yMXpNNjEgNDJoMjd2NGgtMjd6TTMyIDQyaDR2NGgtNHpNMzggNDhoMjF2NGgtMjF6TTYxIDQ4aDI3djRoLTI3ek0zMiA0OGg0djRoLTR6TTM4IDU0aDIxdjRoLTIxek02MSA1NGgyN3Y0aC0yN3pNMzIgNTRoNHY0aC00eiIvPjwvc3ZnPg==");
}

.icon-md-stacked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNkN2RiZGQ7fS5jbHMtM3tmaWxsOiM2ZWI2ZjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5tZC1zdGFja2VkPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDRoODh2MjRoLTg4eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTggOGg4MHY0aC04MHoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik04IDE0aDI1djRoLTI1ek02MyAxNGgyNXY0aC0yNXoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00IDMyaDg4djMwaC04OHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04IDM2aDgwdjRoLTgwek04IDQyaDI1djRoLTI1ek02MyA0MmgyNXY0aC0yNXpNMzUgNDJoMjZ2NGgtMjZ6TTggNDhoMjV2NGgtMjV6TTYzIDQ4aDI1djRoLTI1ek0zNSA0OGgyNnY0aC0yNnpNOCA1NGgyNXY0aC0yNXpNNjMgNTRoMjV2NGgtMjV6TTM1IDU0aDI2djRoLTI2eiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM1IDE0aDI2djRoLTI2eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTggMjBoMjV2NGgtMjV6TTYzIDIwaDI1djRoLTI1ek0zNSAyMGgyNnY0aC0yNnoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01MCAzMHYtMTBoLTR2MTBoLTNsNSA1IDUtNWgtM3oiLz48L3N2Zz4=");
}

.icon-md-drill-down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA3MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNkN2RiZGQ7fS5jbHMtM3tmaWxsOiM2ZWI2ZjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5tZC1kcmlsbC1kb3duPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01NiAzOGgzNnYzMGgtMzZ6TTU2IDIwaDM2djE0aC0zNnoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02MCA0MmgyOHY0aC0yOHpNNjAgMjRoMjZ2MmgtMjZ6TTYwIDI4aDE0djJoLTE0ek02MCA0OGgxM3Y0aC0xM3pNNjAgNTRoMTN2NGgtMTN6TTc1IDQ4aDEzdjRoLTEzek03NSA1NGgxM3Y0aC0xM3pNNjAgNjBoMTN2NGgtMTN6TTc1IDYwaDEzdjRoLTEzeiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQgNGgzNnY0OGgtMzZ6Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOCA4aDI4djRoLTI4ek04IDE0aDEzdjRoLTEzek0yMyAxNGgxM3Y0aC0xM3oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zNiAzMGgtMTN2LTRoMTN6TTIxIDMwaC0xM3YtNGgxM3oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNiAyNGgtMTN2LTRoMTN6TTIxIDI0aC0xM3YtNGgxM3pNOCAzMmgxM3Y0aC0xM3pNMjMgMzJoMTN2NGgtMTN6TTggMzhoMTN2NGgtMTN6TTIzIDM4aDEzdjRoLTEzek04IDQ0aDEzdjRoLTEzek0yMyA0NGgxM3Y0aC0xM3oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00OSAyNmgtN3Y0aDd2M2w1LTUtNS01djN6Ii8+PC9zdmc+");
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Icon List
   ========================================================================== */
.a-Gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.a-Gallery .a-IconList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: calc(20% - 8px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px;
  padding: 4px;
}

.a-Gallery .a-Icon {
  margin-right: 8px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 1;
}

.a-Gallery .a-Icon:before {
  vertical-align: top;
  font-size: 32px;
}

.a-Gallery-componentName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 11px;
  line-height: 16px;
}

.a-IconList--featured {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.a-IconList--featured .a-IconList-item {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 8px;
  width: 172px;
  height: auto;
  vertical-align: top;
}

.a-IconList--featured .a-Icon {
  margin: 16px auto 8px auto;
  width: 96px;
  height: 96px;
  border-radius: 2px;
  background-position: center center;
}

@media only screen and (min-width: 1281px) {
  .a-IconList--featured .a-Icon {
    width: 108px;
    height: 108px;
  }
}

@media only screen and (max-height: 600px) {
  .a-IconList--featured .a-Icon {
    width: 72px;
    height: 72px;
  }
}

.a-IconList--featured .a-IconList-iconName {
  overflow: hidden;
  margin-bottom: 8px;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}

.a-IconList--featured--wide .a-IconList-item {
  width: 240px;
}

/* ==========================================================================
   Wizard Icon List
   ========================================================================== */
.wizard-selection .a-IconList {
  margin: 8px;
}

.wizard-selection .a-IconList-item {
  width: 200px;
  height: 150px;
}

.a-IconList--wizard {
  margin: 0;
  padding: 8px 0 0 0;
}

.a-IconList--wizard .a-IconList-item {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0;
  width: 112px;
  height: 128px;
}

.a-IconList--wizard .a-IconList-item.is-selected.is-focused {
  outline: none !important;
}

.a-IconList--wizard .a-IconList-iconName {
  height: 48px;
  /* 3 lines tall */
  font-size: 12px;
  line-height: 16px;
}

.a-IconList--wizard .a-Icon {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto 8px;
  padding: 20px 32px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  border-radius: 2px;
  -webkit-transition: .1s;
  transition: .1s;
}

.a-IconList--wizard .a-Icon:before {
  font-size: 32px;
}

/* Modifier: Horizontal Icon List
   ========================================================================== */
.a-IconList--horizontal {
  margin: 16px auto;
  padding: 0;
  width: 480px;
}

.a-IconList--horizontal .a-IconList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px 0;
  padding: 8px;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-IconList--horizontal .a-Icon {
  margin: 0 8px 0 0;
  padding: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
}

.a-IconList--horizontal .a-IconList-iconName {
  height: auto;
  text-align: left;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Modifier: Horizontally Centered Align Icons
   ========================================================================== */
.a-IconList--alignCenter .a-IconList--wizard {
  text-align: center;
}

.a-IconList--alignCenter .a-IconList--wizard .a-IconList-item {
  display: inline-block;
  float: none;
  margin-right: 0;
}

/* Modifier: Layouts (for 96x64px size layouts)
   ========================================================================== */
.a-IconList--layouts .a-IconList--wizard {
  text-align: center;
}

.a-IconList--layouts .a-IconList--wizard .a-IconList-item {
  display: inline-block;
  float: none;
  margin: 0 8px 8px 8px;
  width: 128px;
  height: auto;
  vertical-align: top;
}

.a-IconList--layouts .a-IconList--wizard .a-Icon {
  padding: 0;
  width: 104px;
  height: 80px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Icon Panel
   ========================================================================== */
.a-IconPanel {
  margin: 24px 12px;
}

.a-IconPanel-icon {
  display: block;
  text-align: center;
  margin: 12px auto;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
}

.a-IconPanel-icon:before {
  font-size: 32px;
  line-height: 2;
}

.a-IconPanel-setting,
.a-IconPanel-status {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.a-IconPanel-status {
  font-weight: bold;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Image Navigation List
   ========================================================================== */
.a-ImageNav {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  list-style: none;
}

.a-ImageNav-item {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
}

.a-ImageNav-link {
  display: block;
  margin: 0;
  padding: 24px 0;
  width: 100%;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: padding .1s ease-in-out, background-color .1s ease-in-out;
  transition: padding .1s ease-in-out, background-color .1s ease-in-out;
}

@media only screen and (max-height: 600px) {
  .a-ImageNav-link {
    padding: 12px 0;
  }
}

.a-ImageNav-link:focus {
  outline: none;
}

.a-ImageNav-link:hover {
  text-decoration: none;
}

.a-ImageNav-img {
  display: inline-block;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  vertical-align: top;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-size .1s ease-in-out, background-color .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
  transition: background-size .1s ease-in-out, background-color .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
}

@media only screen and (min-width: 1281px) {
  .a-ImageNav-img {
    width: 128px;
    height: 128px;
  }
}

.a-ImageNav-label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.u-HCM .a-ImageNav-img {
  display: none;
}

.u-HCM .a-ImageNav-item {
  padding: 8px;
}

.u-HCM .a-ImageNav-link {
  width: auto;
  border: 1px solid !important;
}

.u-HCM .a-ImageNav-link:focus {
  outline: 1px dotted !important;
}

.u-HCM .a-ImageNav-label {
  margin: 0;
}

.u-HCM button.a-ImageNav-link {
  display: block;
  width: 100%;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Interactive Report Styles
   ========================================================================== */
.a-IRR-dialog.ui-dialog .ui-dialog-content {
  padding: 12px;
  border-bottom: 1px solid;
}

.a-IRR-dialog .apex-item-text,
.a-IRR-dialog .apex-item-select,
.a-IRR-dialog .apex-item-textarea {
  outline: none;
}

.a-IRR-dialog .u-Form-inputContainer input[type=radio] + label,
.a-IRR-dialog .u-Form-inputContainer input[type=checkbox] + label {
  margin-left: 4px;
}

/* ==========================================================================
   Interactive Report Region
   ========================================================================== */
.a-IRR-region--openTab .a-IRR {
  border-width: 0;
}

.a-IRR-region--openTab .a-IRR-toolbar {
  padding: 12px;
}

.a-IRR-toolbarWrap:after {
  position: absolute;
  width: 100%;
  height: 4px;
  content: '';
  background-size: 100% 4px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.a-IRR-toolbarWrap.is-fixed {
  position: fixed;
  top: 0;
  right: 200px;
  left: 0;
  z-index: 100;
}

.a-IRR-toolbarWrap.is-fixed:after {
  opacity: 1;
}

.a-IRR-search-field {
  width: 200px;
}

.a-IRR-button.a-IRR-button--search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.a-IRR-button.a-IRR-button--colSearch {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.a-IRR-sortWidget-actions {
  padding: 4px;
  border-collapse: separate;
}

.a-IRR-sortWidget-actions-item {
  border: none;
}

.a-IRR-button.a-IRR-sortWidget-button {
  padding: 10px 0;
  border-radius: 2px;
}

.a-IRR-sortWidget-rows {
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 12px, 100% 12px, 100% 6px, 100% 6px;
  background-repeat: no-repeat;
  border-top-width: 0;
}

/* ==========================================================================
   Reponsive Icon View
   ========================================================================== */
.a-IRR-region--responsiveIconView .a-IRR-iconViewTable {
  display: block;
  overflow: hidden;
  padding: 8px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-IRR-region--responsiveIconView .a-IRR-iconViewTable tbody {
  display: block;
}

.a-IRR-region--responsiveIconView .a-IRR-iconViewTable tr {
  display: inline;
}

.a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
  display: block;
  float: left;
  padding: 0;
  width: 180px;
}

@media only screen and (max-width: 1024px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 25%;
  }
}

@media only screen and (max-width: 800px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 25%;
  }
}

@media only screen and (max-width: 800px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 640px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 20%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1679px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 16.6666%;
  }
}

@media only screen and (min-width: 1681px) {
  .a-IRR-region--responsiveIconView .a-IRR-iconViewTable td {
    width: 12.5%;
  }
}

/* ==========================================================================
   Wide Icons
   ========================================================================== */
.a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable {
  display: block;
  overflow: hidden;
  padding: 8px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable tbody {
  display: block;
}

.a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable tr {
  display: inline;
}

.a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
  display: block;
  float: left;
  padding: 0;
  width: 16.66666%;
}

@media only screen and (max-width: 1680px) {
  .a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
    width: 20%;
  }
}

@media only screen and (max-width: 1280px) {
  .a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .a-IRR-region--responsiveIconViewWide .a-IRR-iconViewTable td {
    width: 100%;
  }
}

/* ==========================================================================
   Remove Outer Borders
   ========================================================================== */
.a-IRR-region--noOuterBorders .a-IRR,
.a-IRR-region--noOuterBorders .a-IG {
  border-width: 0;
}

.a-IRR-region--noSideBorders .a-IRR {
  border-width: 1px 0;
}

.a-IRR-region--showTopBorder .a-IRR {
  border-width: 1px 0 0 0;
}

.a-IRR-table td {
  padding: 6px 12px;
}

.a-IRR-icon {
  display: block;
  padding: 12px 8px;
  text-align: center;
  border-radius: 2px;
}

.a-IRR-icon:hover {
  text-decoration: none;
}

.a-IRR-icon:focus, .a-IRR-icon:active {
  outline: none;
}

.a-IRR-icon .a-Icon {
  margin: 4px 0;
  width: 32px;
  height: 32px;
}

.a-IRR-icon .a-Icon:before {
  font-size: 32px;
}

.a-IRR-icon--page {
  position: relative;
}

.a-IRR-icon--page .a-Icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 64px;
  height: 64px;
}

.a-IRR-icon .a-IRR-pageIcon {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  margin: 12px 0 0 -32px;
  width: 64px;
  height: 64px;
}

.a-IRR-icon .a-IRR-pageIcon:before {
  content: '';
  font-size: 64px;
}

.a-IRR-iconName {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-IRR-region--iconLabelsRight .a-IRR-icon {
  padding: 8px;
  text-align: left;
}

.a-IRR-region--iconLabelsRight .a-IRR-icon .a-Icon {
  float: left;
  margin: 0 8px 0 0;
}

.a-IRR-region--iconLabelsRight .a-IRR-icon .a-IRR-iconName {
  overflow: hidden;
  margin-top: 0;
  min-height: 32px;
}

/* Activity Reports
   ---
   This is used in the monitor activity pages within a workspace and instance
   administration, and displays a row of 24 columns (one per hour)
   ========================================================================== */
.a-IRR-table .hour-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-IRR-table .hour-graph .hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  min-width: 32px;
  text-align: center;
  font-size: 11px;
  border-right: 1px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.a-IRR-table .hour-graph .hour:last-child {
  border-right-width: 0;
}

.a-IRR-table .hour-graph .hour-value {
  display: block;
}

.a-RV.a-RV--excludeNull .u-Form-fieldContainer.a-RV-field--null.is-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#issues_ig_toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#issues_ig_toolbar .a-Toolbar-groupContainer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#issues_ig_toolbar .a-Toolbar-groupContainer--start {
  margin-right: auto;
}

#issues_ig_toolbar .a-Toolbar-groupContainer--end {
  margin-left: auto;
}

#issues_ig_toolbar .a-Button + .a-Button {
  margin-left: 0;
}

.a-IssueList.a-IconList {
  margin: 0;
  padding: 0;
}

.a-IssueList.a-IconList a {
  display: inline;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.a-IssueList-itemStatusIcon {
  font-size: 20px;
}

.a-IssueList .a-ContentRowReport-item {
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin: 0;
  float: none;
}

.a-IssueList .a-ContentRowReport-itemTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 8px;
  display: inline-block;
}

.a-IssueList-itemLabels {
  display: inline-block;
  margin-bottom: -2px;
  vertical-align: top;
}

.a-IssueList-itemLabels .a-IssueLabel {
  margin-right: 2px;
  margin-bottom: 2px;
}

.a-IssueList-itemLabels:empty {
  display: none;
}

.a-IssueLabel {
  display: inline-block;
  font-weight: 700;
  line-height: 16px;
  border-radius: 2px;
  padding: 3px 7px;
  font-size: 11px;
  text-decoration: none !important;
  border-width: 1px;
  border-style: solid;
}

.a-Side .a-IssueLabel {
  display: block;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.a-Side .a-IssueLabel:not(:last-child) {
  margin-bottom: 4px;
}

.apex-ui-selector + .a-IssueLabel {
  margin-left: 12px;
  margin-top: -4px;
  margin-bottom: 4px;
  cursor: pointer;
  vertical-align: text-bottom;
}

.a-IssueLabel.group-label-none {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  font-weight: normal;
}

.a-IssueMilestone .fa {
  margin-right: 4px;
  vertical-align: text-bottom;
}

.a-IssueMilestone + .a-IssueMilestone {
  margin-left: 8px;
}

.a-IssueTag-milestone {
  font-weight: 700;
}

.a-IssueList-itemAuthor {
  font-weight: 600;
}

.a-IssueList-itemMilestones {
  margin-left: 8px;
}

.a-IssueList .a-ContentRowReport-itemMisc .a-User {
  margin: 2px;
}

.a-IssueList .a-ContentRowReport-itemMisc .a-User-name {
  display: none;
}

.a-IssueList .a-ContentRowReport-itemActions {
  font-size: 14px;
  font-weight: 600;
}

.a-IssueList-itemCommentsLink {
  text-decoration: none;
  display: inline-block !important;
  padding: 6px;
  white-space: nowrap;
  border-radius: 2px;
}

.a-IssueList-itemCommentsLink:hover .a-IssueList-itemCommentsCount {
  text-decoration: underline;
}

.a-IssueList-itemCommentsIcon {
  margin-right: 4px;
}

.a-IssueList-itemCommentsCount {
  min-width: 12px;
  text-align: center;
  vertical-align: top;
  display: inline-block !important;
}

/* Timeline */
.a-TimelineEntry-statusType .a-IssueLabel {
  margin-right: 2px;
}

.a-TimelineEntry-statusType .a-IssueMilestone {
  font-weight: 600;
}

.a-IssueHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.a-IssueHeader-itemStatusIconWrap {
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-IssueHeader-itemStatusIconWrap .a-User {
  vertical-align: top;
}

.a-IssueHeader-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-IssueHeader-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}

.a-IssueHeader-info {
  margin-top: 4px;
}

.a-TriSwitch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  padding: 2px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 0 1px;
          box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 0 1px;
  background-color: #8C8C8C;
  -webkit-transition: padding .2s ease, background-color .2s ease;
  transition: padding .2s ease, background-color .2s ease;
  outline: none;
  position: relative;
}

.a-TriSwitch:hover {
  background-color: #3F3F3F;
}

.a-TriSwitch:focus-within {
  -webkit-box-shadow: #0572ce 0 0 0 1px, inset #fff 0 0 0 1px;
          box-shadow: #0572ce 0 0 0 1px, inset #fff 0 0 0 1px;
}

.a-TriSwitch input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-TriSwitch input[type=radio]:checked + label {
  font-weight: bold;
}

.a-TriSwitch input[type=radio]:checked + label:before {
  background-color: #fff;
}

.a-TriSwitch input[type=radio]:checked + label:after {
  color: #0572ce;
}

.a-TriSwitch label {
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}

.a-TriSwitch label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transform-origin: left 50%;
          transform-origin: left 50%;
  left: 0;
  -webkit-transition: color .1s ease, background-color .1s ease, left .2s ease, -webkit-transform .1s ease;
  transition: color .1s ease, background-color .1s ease, left .2s ease, -webkit-transform .1s ease;
  transition: color .1s ease, background-color .1s ease, transform .1s ease, left .2s ease;
  transition: color .1s ease, background-color .1s ease, transform .1s ease, left .2s ease, -webkit-transform .1s ease;
  position: relative;
}

.a-TriSwitch label:after {
  font-family: apex-5-icon-font !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: color .1s ease, background-color .1s ease, left .2s ease, -webkit-transform .1s ease;
  transition: color .1s ease, background-color .1s ease, left .2s ease, -webkit-transform .1s ease;
  transition: color .1s ease, background-color .1s ease, transform .1s ease, left .2s ease;
  transition: color .1s ease, background-color .1s ease, transform .1s ease, left .2s ease, -webkit-transform .1s ease;
}

.a-TriSwitch label:nth-child(2):before, .a-TriSwitch label:nth-child(2):after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.a-TriSwitch label:nth-child(2):after {
  content: '\e007';
}

.a-TriSwitch label:nth-child(4):before, .a-TriSwitch label:nth-child(4):after {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.a-TriSwitch label:nth-child(4):after {
  content: '\e167';
}

.a-TriSwitch label:nth-child(6):before, .a-TriSwitch label:nth-child(6):after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.a-TriSwitch label:nth-child(6):after {
  content: '\e0a2';
}

.a-TriSwitch label:active:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.a-TriSwitch label:active:before, .a-TriSwitch label:active:after {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.apex-ui-selector-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.apex-ui-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
}

.apex-ui-selector:before {
  content: '';
  display: block;
  -webkit-transition: background-color .15s ease, -webkit-transform .125s ease, -webkit-box-shadow .15s ease;
  transition: background-color .15s ease, -webkit-transform .125s ease, -webkit-box-shadow .15s ease;
  transition: transform .125s ease, background-color .15s ease, box-shadow .15s ease;
  transition: transform .125s ease, background-color .15s ease, box-shadow .15s ease, -webkit-transform .125s ease, -webkit-box-shadow .15s ease;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.apex-ui-selector:after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.1 0.5s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.1 0.5s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.1 0.5s ease, transform 0.2s ease;
  transition: opacity 0.1 0.5s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}

.apex-ui-selector-input[type=checkbox] + .apex-ui-selector:after {
  background-position: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.apex-ui-selector-input[type=radio] + .apex-ui-selector:before, .apex-ui-selector-input[type=radio] + .apex-ui-selector:after {
  border-radius: 100%;
}

.apex-ui-selector-input[type=radio] + .apex-ui-selector:after {
  width: 6px;
  height: 6px;
  margin: 5px;
}

.apex-ui-selector:active:before {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.apex-ui-selector-input:checked + .apex-ui-selector:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Forms
   ========================================================================== */
.a-JustGage {
  position: relative;
  height: 100%;
}

.a-JustGage svg {
  display: block;
}

.a-JustGage tspan {
  font-weight: 400;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.a-JustGage-desc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  margin: 0;
  padding: 16px 8px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.a-JustGage-desc:empty {
  display: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Legacy Classes
   ========================================================================== */
.a-Error-details {
  overflow: hidden;
  margin: 1.6rem 0;
  border: 1px solid;
  border-radius: 2px;
}

.a-Error-details h2 {
  margin: 0;
  padding: 16px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border-bottom: 1px solid;
}

.a-Error-details ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  max-height: 30vh;
  list-style: none;
  font-size: 1.2rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.5;
}

.a-Error-details li {
  display: block;
  padding: 8px 16px;
}

.a-Error-details li:not(:last-child) {
  border-bottom: 1px solid;
}

.a-Error-details pre {
  font-size: 1.2rem;
  font-family: inherit;
  line-height: inherit;
}

@media screen and (max-width: 768px), (max-height: 768px) {
  .a-Error-details ul {
    max-height: none;
  }
}

.nodatafound {
  display: block;
  padding: 8px;
  font-size: 1.2rem;
}

.hierarchical_checkbox ul {
  list-style: none;
}

.hierarchical_checkbox input + label {
  margin-left: 4px;
}

.hierarchical_checkbox ul ul {
  margin-bottom: 8px;
}

.hierarchical_checkbox li:last-child ul {
  margin-bottom: 0;
}

#resultsHolder {
  margin: 8px;
}

#resultsHolder pre,
#resultsHolder > .fielddata {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/* ***************************************************************************
Wizard Shell
******************************************************************************/
div.wizardOuterContainer {
  min-height: 400px;
  padding-top: 24px;
}

div.wizardContainer {
  border-radius: 3px;
  width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  margin: 0 auto 20px auto;
}

div.wizardHeader {
  position: relative;
}

div.wizardHeader h1 {
  font-size: 14px;
  line-height: 14px;
  padding: 12px 0 0 0;
  margin: 0;
  text-align: center;
}

div.wizardButtonsContainer {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid;
  padding: 12px;
  height: 62px;
}

div.wizardButtonsContainer .leftButtons,
div.wizardButtonsContainer .rightButtons {
  position: absolute;
  top: 0;
  margin: 0 12px;
}

div.wizardButtonsContainer .leftButtons {
  left: 0;
}

div.wizardButtonsContainer .leftButtons .aButton {
  margin: 12px 4px 12px 0;
}

div.wizardButtonsContainer .rightButtons {
  right: 0;
  text-align: right;
}

div.wizardButtonsContainer .rightButtons .aButton {
  margin: 12px 0 12px 4px;
}

div.wizardButtonsContainer .aButton span {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 36px;
}

div.wizardButtonsContainer .aButton.hotButton {
  font-weight: bold;
}

/******************************************************************************
Wizard Body
******************************************************************************/
div.wizardBody {
  padding: 0;
  border-radius: 0 0 3px 3px;
}

.no-css3 section.aWizardRegion h1 a.hideShowLink img.hideShow.expanded,
.no-css3 section.aWizardRegion h1 a.hideShowLink:hover img.hideShow {
  background-position: -60px 0;
}

.no-css3 section.aWizardRegion h1 a.hideShowLink:hover img.hideShow.expanded {
  background-position: -72px 0;
}

section.aWizardRegion {
  padding: 12px;
  font-size: 12px;
  line-height: 20px;
  overflow: auto;
}

section.aWizardRegion.dividerTop {
  border-top: 1px solid;
}

section.aWizardRegion h1 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

section.aWizardRegion h1 a {
  text-decoration: none;
}

section.aWizardRegion h1 a.hideShowLink:hover img.hideShow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

section.aWizardRegion h1 a.hideShowLink:hover img.hideShow.hideShow.expanded {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

section.aWizardRegion h1 img.hideShow {
  width: 12px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 8px;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

section.aWizardRegion h1 img.hideShow.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

section.aWizardRegion div.hideShowRegion {
  margin-top: 12px;
  display: none;
}

section.aWizardRegion div.wizardRegionHeading {
  position: relative;
}

section.aWizardRegion div.wizardRegionHeading div.buttonContainer {
  position: absolute;
  right: 0;
  top: 0;
}

section.aWizardRegion div.wizardRegionHeading div.buttonContainer .aButton span {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

section.aWizardRegion div.wizardSuccessBody {
  text-align: center;
  margin: 40px auto;
  width: 720px;
}

section.aWizardRegion div.wizardSuccessBody h1 {
  margin: 20px;
  font-size: 16px;
  line-height: 20px;
}

section.aWizardRegion div.wizardSuccessBody img.greenCheck {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 0 -656px;
}

section.aWizardRegion div.wizardSuccessBody img.warning {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: -72px -656px;
}

section.aWizardRegion div.wizardErrorBody {
  text-align: center;
  margin: 40px auto;
  width: 720px;
}

section.aWizardRegion div.wizardErrorBody h1 {
  margin: 20px;
  font-size: 16px;
  line-height: 20px;
}

section.aWizardRegion div.wizardErrorBody p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px;
}

section.aWizardRegion div.wizardErrorBody img.warning {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: -72px -656px;
}

section.aWizardRegion p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px 0;
}

section.aWizardRegion fieldset.radio_group table.radio_group td {
  padding: 8px 16px;
  -webkit-transition: background-color .1s, border .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, border .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, box-shadow .1s, border .1s;
  transition: background-color .1s, box-shadow .1s, border .1s, -webkit-box-shadow .1s;
  border: 1px solid;
  border-radius: 4px;
}

section.aWizardRegion fieldset.radio_group table.radio_group td:hover {
  border: 1px solid;
}

section.aWizardRegion fieldset.radio_group label {
  padding-left: 4px;
}

section.aWizardRegion fieldset.radio_group img.htmldbGreenIcons {
  padding-top: 4px;
}

section.aWizardRegion table.htmldbStandard3 {
  border: none;
  margin: 6px 0;
}

section.aWizardRegion table.htmldbStandard3 td {
  background: none;
  border: none;
  padding: 4px 8px 4px 0;
}

/******************************************************************************
Wizard Progress List
******************************************************************************/
div.wizardProgress {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 12px 0;
  margin-top: -12px;
}

div.wizardProgress ul {
  margin: 0;
  padding: 0;
  clear: left;
  float: left;
  position: relative;
  left: 50%;
}

div.wizardProgress ul li {
  float: left;
  display: block;
  position: relative;
  right: 50%;
  background-position: 50% -300px;
  background-repeat: no-repeat;
}

div.wizardProgress ul li span {
  display: block;
  float: left;
  padding: 36px 4px 0 4px;
  font-size: 12px;
  line-height: 14px;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  min-width: 100px;
  max-width: 160px;
}

div.wizardProgress ul li.current span,
div.wizardProgress ul li.first-current span,
div.wizardProgress ul li.last-current span {
  font-weight: bold;
  background-position: 50% -556px;
}

div.wizardProgress ul li.non-current span,
div.wizardProgress ul li.first-non-current span,
div.wizardProgress ul li.last-non-current span {
  background-position: 50% -428px;
}

div.wizardProgress ul li.non-current span.pastCurrent,
div.wizardProgress ul li.first-non-current span.pastCurrent,
div.wizardProgress ul li.last-non-current span.pastCurrent {
  background-position: 50% -492px;
}

div.wizardProgress ul li.last-non-current, div.wizardProgress ul li.last-current {
  background-position: 50% -364px;
  background-repeat: no-repeat;
}

div.wizardProgress ul li.first-non-current, div.wizardProgress ul li.first-current {
  background-position: 50% -236px;
  background-repeat: no-repeat;
}

/******************************************************************************
Wizard Errors / Success Notifications
******************************************************************************/
div.aWizardMessage {
  position: relative;
  border-bottom: 1px solid;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

div.aWizardMessage.errorMessage {
  border-bottom: 1px solid;
}

div.aWizardMessage.successMessage {
  border-bottom: 1px solid;
}

div.aWizardMessage ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 16px;
}

div.aWizardMessage ul li {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

div.aWizardMessage a.aCloseNotification {
  width: 20px;
  height: 20px;
  margin: 16px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: -80px -728px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Links List
   ========================================================================== */
.a-LinksList {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}

.a-LinksList-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.a-LinksList-item:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.a-LinksList-item:first-child {
  border-top-width: 0;
}

.a-LinksList-item.has-arrow .a-LinksList-link:before {
  right: 8px;
  display: block;
}

.a-LinksList-item.is-external-link .a-LinksList-link:before {
  right: 12px;
  display: block;
  content: '\E04D';
}

.a-LinksList-item.is-external-link .a-LinksList-link:hover:before {
  -webkit-transform: none;
          transform: none;
}

.a-LinksList-badge {
  display: none;
  vertical-align: top;
}

.a-LinksList-label {
  display: inline-block;
  padding: 8px 12px;
  vertical-align: top;
}

.a-LinksList-icon {
  display: none;
  margin-right: -6px;
  padding: 8px 0 8px 12px;
  min-width: 2.8rem;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.a-LinksList-link,
.a-LinksList--report a {
  position: relative;
  display: block;
}

.a-LinksList-link:hover,
.a-LinksList--report a:hover {
  text-decoration: none;
}

.a-LinksList-link:hover .a-LinksList-label,
.a-LinksList--report a:hover .a-LinksList-label {
  text-decoration: underline;
}

.a-Side .a-LinksList-link:hover, .a-Side
.a-LinksList--report a:hover {
  text-decoration: underline;
}

.a-LinksList-link:before,
.a-LinksList--report a:before {
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: "apex-5-icon-font" !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  top: 8px;
  right: 12px;
  display: none;
  width: 16px;
  height: 16px;
  content: '\e016';
  font-size: 16px;
  -webkit-transition: color .1s, -webkit-transform .1s;
  transition: color .1s, -webkit-transform .1s;
  transition: transform .1s, color .1s;
  transition: transform .1s, color .1s, -webkit-transform .1s;
}

.a-LinksList-item.is-current > a {
  font-weight: bold;
}

.a-LinksList--report a {
  padding: 8px 12px;
}

/* Languages
   ========================================================================== */
.a-LinksList--lang .a-LinksList-item {
  display: inline;
  margin: 0;
  border: none;
}

.a-LinksList--lang .a-LinksList-item.is-active {
  font-weight: bold;
}

.a-LinksList--lang .a-LinksList-item:after {
  content: ' \b7 ';
}

.a-LinksList--lang .a-LinksList-item:last-child:after {
  display: none;
}

.a-LinksList--lang .a-LinksList-link {
  display: inline;
  white-space: nowrap;
  font-weight: inherit;
  -webkit-transition: none;
  transition: none;
}

.a-LinksList--lang .a-LinksList-link:hover {
  text-decoration: underline;
}

/* Sub-Lists
   ========================================================================== */
.a-LinksList-item.is-expanded {
  background-position: 0 0, 0 100%;
  background-size: 100% 4px, 100% 4px;
  background-repeat: no-repeat;
}

.a-LinksList-item.is-expanded .a-LinksList-list {
  display: block;
}

.a-LinksList-item.is-expanded .a-LinksList-link:hover:before {
  -webkit-transform: none;
          transform: none;
}

.a-LinksList-item.is-expanded .a-LinksList-link:before {
  display: block;
  content: '\f078';
}

.a-LinksList-list {
  display: none;
  padding: 0;
}

.a-LinksList-list .a-LinksList-item {
  padding-left: 24px;
  border: none;
}

.a-LinksList-list .a-LinksList-link {
  border-top: 1px solid;
}

.a-LinksList-list .a-LinksList-link:before {
  display: none !important;
}

/**
 * Modifier: Show Icons
 *
 * Show all Icons
 */
.a-LinksList--showIcons .a-LinksList-icon {
  display: inline-block;
}

/**
 * Modifier: Show Top Icons Only
 *
 * Only show icons for top level items
 */
.a-LinksList--showTopIcons .a-LinksList-icon {
  display: inline-block;
}

.a-LinksList--showTopIcons .a-LinksList-list .a-LinksList-icon {
  display: none;
}

/**
 * Modifier: Go To Arrow
 *
 * Show Go To Arrow on right
 */
.a-LinksList--showArrow .a-LinksList-link {
  padding-right: 32px;
}

.a-LinksList--showArrow .a-LinksList-link:hover:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.a-LinksList--showArrow .a-LinksList-link:before {
  display: block;
}

/**
 * Modifier: No Wrap
 *
 * Disable Text Wrapping
 */
.a-LinksList--nowrap.a-LinksList--report a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-LinksList--nowrap .a-LinksList-item {
  white-space: nowrap;
}

.a-LinksList--nowrap .a-LinksList-icon {
  vertical-align: top;
}

.a-LinksList--nowrap .a-LinksList-label {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
 * Modifier: Show Badge
 *
 * Show Badge on Right
 */
.a-LinksList--showBadge .a-LinksList-badge:empty {
  display: none;
}

.a-LinksList--showBadge .a-LinksList-label {
  padding-right: 48px;
}

.a-LinksList--showBadge.a-LinksList--showIcons .a-LinksList-label {
  padding-right: 64px;
}

.a-LinksList--showBadge .a-LinksList-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 6px 12px 6px 0;
  padding: 0 8px;
  min-width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-transition: background-color .1s, color .1s;
  transition: background-color .1s, color .1s;
}

.a-LinksList--showBadge.a-LinksList--showArrow .a-LinksList-badge,
.a-LinksList--showBadge .a-LinksList-item.is-expanded > .a-LinksList-link .a-LinksList-badge {
  right: 24px;
}

/**
 * Modifier: No Borders
 *
 * Remove Borders
 */
.a-LinksList--noBorders .a-LinksList-item {
  border-top-width: 0;
  border-bottom-width: 0;
}

/* ==========================================================================
   Icon-based Links List
   ========================================================================== */
.a-LinksList--iconOnly {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-LinksList--iconOnly .a-LinksList-item {
  float: left;
  margin: 0;
  border: none;
}

.a-LinksList--iconOnly .a-LinksList-link {
  display: block;
  padding: 9px 12px;
  text-align: center;
}

.a-LinksList--iconOnly .a-LinksList-link:hover, .a-LinksList--iconOnly .a-LinksList-link:focus {
  text-decoration: none;
}

.a-LinksList--iconOnly .a-LinksList-icon,
.a-LinksList--iconOnly .a-LinksList-label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6rem;
}

.a-LinksList--iconOnly .a-LinksList-label {
  display: none;
  font-size: 1.4rem;
}

.a-LinksList--iconOnly .a-LinksList-icon {
  margin: 0;
  padding: 2px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}

.a-LinksList--iconOnly .t-Icon {
  line-height: 1.6rem;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   List
   ========================================================================== */
.a-List--templateOptions {
  margin: 0;
  padding: 0;
  width: 352px;
  list-style: none;
}

.a-List--templateOptions .a-List-item {
  clear: both;
}

.a-List--templateOptions .a-List-item--group,
.a-List--templateOptions .a-List-item--checkboxGroup,
.a-List--templateOptions .a-List-item--default {
  margin-bottom: 4px;
}

.a-List--templateOptions .a-List-item--group {
  padding: 8px;
}

.a-List--templateOptions .a-List-item--noData {
  padding: 4px;
}

.a-List--templateOptions .a-List-item--default {
  padding: 4px 0;
}

.a-List--templateOptions .a-List-item--group,
.a-List--templateOptions .a-List-item--default,
.a-List--templateOptions .a-List-item--noData,
.a-List--templateOptions .a-List-list {
  border: 1px solid;
  border-radius: 2px;
}

.a-List--templateOptions .a-List-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-List--templateOptions .a-List-list .a-List-item {
  border-bottom: 1px solid;
}

.a-List--templateOptions .a-List-list .a-List-item:last-child {
  border-bottom: none;
}

.a-List--templateOptions .a-List-item.is-disabled label {
  opacity: .5;
}

.a-List--templateOptions .a-Form-labelContainer {
  float: left;
  width: 180px;
  text-align: left;
}

.a-List--templateOptions .a-Form-inputContainer,
.a-List--templateOptions .a-Form-labelContainer {
  padding: 0;
}

.a-List--templateOptions .a-Form-labelContainer .a-Form-label {
  display: block;
  margin: 0;
  padding-right: 8px;
  padding-left: 0;
  line-height: 16px;
}

.a-List--templateOptions .a-Form-select {
  width: 100%;
}

.a-List--templateOptions .a-List-item--checkboxGroup .a-Form-label,
.a-List--templateOptions .a-List-item--default .a-Form-label {
  display: block;
  overflow: hidden;
}

.a-List--templateOptions .a-List-item--checkboxGroup .a-Form-checkbox,
.a-List--templateOptions .a-List-item--default .a-Form-checkbox {
  display: block;
  float: left;
  margin: 6px 8px;
}

table.formlayout .a-List--templateOptions .a-Form-inputContainer,
table.formlayout .a-List--templateOptions .a-Form-labelContainer {
  padding: 0;
}

table.formlayout .a-List--templateOptions .a-Form-labelContainer {
  float: left;
  width: 120px;
  text-align: left;
}

table.formlayout .a-List--templateOptions .a-Form-labelContainer .a-Form-label {
  display: block;
  margin: 0;
  line-height: 16px;
}

table.formlayout .a-List--templateOptions .a-Form-select {
  width: 180px;
}

table.formlayout .a-List--templateOptions .a-List-item--checkboxGroup .a-Form-label,
table.formlayout .a-List--templateOptions .a-List-item--default .a-Form-label {
  display: block;
  overflow: hidden;
}

table.formlayout .a-List--templateOptions .a-List-item--checkboxGroup .a-Form-checkbox,
table.formlayout .a-List--templateOptions .a-List-item--default .a-Form-checkbox {
  display: block;
  float: left;
  margin: 6px 8px;
}

.a-List--subscriptions {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 2px 4px;
  max-height: 64px;
  list-style: none;
  border: 1px solid;
  border-radius: 2px;
}

.a-List--subscriptions .a-List-item {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-List--basic {
  margin: 12px 24px;
}

.a-List--basic li {
  padding: 4px 0;
  font-size: 12px;
  line-height: 16px;
}

.a-List--links {
  margin: 0;
  list-style: none;
}

.a-List--links li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.a-List--links li:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.a-List--links li:first-child {
  border-top-width: 0;
}

.a-List--links a {
  position: relative;
  display: block;
  padding: 8px 12px;
  -webkit-transition: background-color .1s, color .1s;
  transition: background-color .1s, color .1s;
}

.a-List--links a:hover {
  text-decoration: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Login
   ========================================================================== */
.a-Page--login {
  min-width: 0;
}

.a-Page--simpleWizard,
.a-Dialog-about {
  min-width: 0;
}

.a-Login-slide {
  position: relative;
  min-height: 90vh;
}

/* Login Region
   ========================================================================== */
@-webkit-keyframes loginFade {
  from {
    opacity: .0;
    -webkit-transform: translateY(48px) scale(0.75);
            transform: translateY(48px) scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes loginFade {
  from {
    opacity: .0;
    -webkit-transform: translateY(48px) scale(0.75);
            transform: translateY(48px) scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  60% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  60% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.a-Login-container {
  position: relative;
  z-index: 800;
  margin: 40px auto;
  width: 420px;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: loginFade ease-in-out 1;
          animation: loginFade ease-in-out 1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.a-Login-region {
  overflow: hidden;
  border-radius: 2px;
}

.a-Login-header {
  padding: 16px;
}

.a-Login-title,
.a-Login-subTitle,
.a-Login-text {
  text-align: center;
  font-weight: normal;
  line-height: 1;
}

.a-Login-title {
  margin: 16px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.a-Login-subTitle {
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}

.a-Login-subTitle .a-Icon {
  width: 32px;
  height: 32px;
}

.a-Login-subTitle .a-Icon:before {
  font-size: 32px;
}

.a-Login-text {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 20px;
}

.a-Login-text--notFoundMessage,
.a-Login-text--workspaceRequest {
  border: 1px solid;
  border-radius: 2px;
}

.a-Login-text--notFoundMessage,
.a-Login-text--workspaceRequest {
  margin: 24px 8px;
  padding: 24px 32px;
  text-align: left;
}

.a-MediaList + .a-Login-text--workspaceRequest {
  margin: 12px 8px 16px 8px;
  padding: 12px 0;
  border-width: 0;
}

.a-Login-text--large {
  font-size: 16px;
  line-height: 24px;
}

.a-Login-logo {
  display: block;
  margin: 16px auto;
  width: 96px;
  height: 96px;
  background-size: contain;
  background-position: center;
}

.a-Login-body {
  padding: 0 16px;
}

.a-Login-body .icon-login-workspace .a-Icon.a-Login-iconLabel:before {
  content: "\e04e";
}

.a-Login-body .icon-login-username .a-Icon.a-Login-iconLabel:before {
  content: "\e024";
}

.a-Login-body .icon-login-email .a-Icon.a-Login-iconLabel:before {
  content: "\e02b";
}

.a-Login-body .icon-login-password .a-Icon.a-Login-iconLabel:before {
  content: "\e199";
}

.a-Login-body > .instructiontext:first-child {
  margin: 0 8px 16px;
  display: block;
}

.a-Login-body .a-Form-inputContainer {
  position: relative;
  padding-bottom: 16px;
}

.a-Login-body .a-Form-fieldContainer--hiddenLabel .a-Button--helpButton {
  padding: 0;
}

.a-Login-body .a-Form-fieldContainer--hiddenLabel .apex-item-group {
  outline: none;
}

.a-Login-body small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 2px;
}

.a-Login-body input.text_field,
.a-Login-body input.password {
  padding: 11px 11px 11px 48px;
  width: 100%;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
}

.a-Login-body input.text_field:required:valid ~ .a-Login-iconValidation,
.a-Login-body input.password:required:valid ~ .a-Login-iconValidation {
  opacity: 1;
}

.a-Login-body input.text_field::-webkit-input-placeholder,
.a-Login-body input.password::-webkit-input-placeholder {
  opacity: .55;
}

.a-Login-body input.text_field::-moz-placeholder,
.a-Login-body input.password::-moz-placeholder {
  opacity: .55;
}

.a-Login-body input.text_field:-ms-input-placeholder,
.a-Login-body input.password:-ms-input-placeholder {
  opacity: .55;
}

.a-Login-body .a-Form-error {
  font-size: 12px;
  margin-top: 4px;
}

.a-Login-inputIcon,
.a-Login-iconLabel {
  position: absolute;
  overflow: hidden;
  margin: 8px;
  width: 32px;
  height: 32px;
}

.a-Login-inputIcon:before,
.a-Login-iconLabel:before {
  font-size: 20px;
  margin: 6px;
  display: block;
}

.a-Login-iconValidation {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 0;
  margin: 12px;
  padding: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.apex-page-item-error + .a-Login-iconValidation {
  display: none;
}

.a-Login-iconValidation.icon-check:before {
  content: "\e1ab";
}

.a-Login-iconValidation:before {
  font-size: 20px;
}

.a-Login-buttons {
  padding: 0 24px;
}

.a-Login-buttons .a-Button {
  display: block;
  width: 100%;
}

.a-Login-buttons .a-Button + .a-Button {
  margin-top: 8px;
}

.a-Login-buttons .a-Button--large {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 16px;
}

.a-Login-buttons .a-Button + .a-Button {
  margin-left: 0;
}

.a-Login-buttons .a-Button--noUI {
  margin-top: 8px;
}

.a-Login-links {
  padding: 12px 24px;
  text-align: center;
  font-size: 12px;
}

.a-Login-links > a {
  margin: 0 8px;
}

.a-Login-links--languages {
  border-top: 1px solid;
}

.a-Login-alert {
  position: relative;
  padding: 16px;
  border-top: 3px solid;
}

.a-Login-alert:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  content: " ";
  border: solid transparent;
  border-width: 6px;
  pointer-events: none;
}

.a-Login-alert h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.a-Login-alertDesc {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.a-Login-alert--standalone {
  width: 420px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 2px;
}

.a-Login-alert--standalone:after {
  display: none;
}

.a-Login-message {
  margin: 24px 0;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
}

.a-Login-alert + .a-Login-alert {
  margin-top: -24px;
}

.a-Login-social {
  padding: 0 16px;
}

.a-Login-socialLinks {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  list-style: none;
}

.a-Login-socialLinks-item {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}

.a-Login-socialLinks-link {
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  outline: none;
}

.a-Login-social .a-Icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
}

.a-Login-social .a-Icon:before {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}

.a-Login-social .a-Icon:after {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 16px;
  width: 16px;
  bottom: 8px;
  right: 8px;
  border-radius: 100%;
  content: '';
  display: block;
  z-index: 0;
}

.a-Login-secondaryContent {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 960px;
}

.a-Login-body .a-MediaList {
  overflow: auto;
  margin: 16px 8px;
  max-height: 230px;
  border: 1px solid;
  border-radius: 2px;
}

.a-Login-body .a-MediaList .a-MediaList-badgeWrap {
  white-space: nowrap;
}

.a-Login-infoRegion {
  padding: 16px;
}

.a-Login-infoRegion .a-MediaList-title {
  margin-bottom: 2px;
}

.a-Login-infoRegion-header {
  padding: 0 16px;
}

.a-Login-infoRegion-title {
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

/* Slide Down Indicator
   ========================================================================== */
.a-Login-slideNav {
  position: absolute;
  width: 48px;
  text-align: center;
  text-decoration: none;
  left: 100%;
  margin-left: -64px;
}

.a-Login-slideNav--down {
  -webkit-animation: bounce 2s 1;
          animation: bounce 2s 1;
}

.a-Login-slideNavLink {
  display: block;
  padding: 8px;
  width: 48px;
  height: 48px;
}

.a-Login-slideNavLink .a-Icon {
  display: block;
  width: 32px;
  height: 32px;
}

.a-Login-slideNavLink .a-Icon:before {
  font-size: 32px;
}

.a-Login-slideNavLink {
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: transform .2s, background-color .2s;
  transition: transform .2s, background-color .2s, -webkit-transform .2s;
}

.a-Login-slideNavLink:hover {
  text-decoration: none;
}

.a-Login-slideNavLink:focus {
  outline: none;
}

.a-Login-slideNav--down {
  bottom: 24px;
}

.a-Login-slideNav--down .a-Login-slideNavLink:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.a-Login-slideNav--up {
  bottom: 12px;
}

.a-Login-slideNav--up .a-Login-slideNavLink:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/* Internet Explorer Styles
   ========================================================================== */
.lt-ie9 .a-Login-container,
.ie10 .a-Login-container,
.ie9 .a-Login-container {
  opacity: 1;
}

.lt-ie9 .u-Layout--centerVertically,
.ie10 .u-Layout--centerVertically,
.ie9 .u-Layout--centerVertically {
  display: block;
  min-height: 90vh;
  width: 100%;
  -ms-flex-preferred-size: auto;
}

.lt-ie9 .u-Layout--centerVertically .a-Login-container,
.ie10 .u-Layout--centerVertically .a-Login-container,
.ie9 .u-Layout--centerVertically .a-Login-container {
  display: block;
  margin-top: 50px;
}

.lt-ie9 .u-Layout--centerVertically .a-Login-container > div,
.ie10 .u-Layout--centerVertically .a-Login-container > div,
.ie9 .u-Layout--centerVertically .a-Login-container > div {
  margin: 0 auto;
  width: 420px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .a-Login-container {
    opacity: 1;
  }
  .u-Layout--centerVertically {
    display: block;
    min-height: 90vh;
    width: 100%;
    -ms-flex-preferred-size: auto;
  }
  .u-Layout--centerVertically .a-Login-container {
    display: block;
    margin-top: 50px;
  }
  .u-Layout--centerVertically .a-Login-container > div {
    margin: 0 auto;
    width: 420px;
  }
  .a-Page--login .u-Layout--centerVertically {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ie10 .a-Page--login .u-Layout--centerVertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Login Message Styles
   ========================================================================== */
.a-Login-message {
  border-radius: 6px;
  overflow: hidden;
}

.a-Login-message a {
  text-decoration: none !important;
}

.a-Login-message > div {
  padding: 16px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.a-Login-message > div:first-child {
  margin-top: -12px;
}

.a-Login-message > div:last-child {
  margin-bottom: -12px;
}

.a-Login-message > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 16px;
  margin: -16px;
  color: initial;
}

.a-LA-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 16px;
  opacity: .6;
  -ms-flex-item-align: center;
      align-self: center;
}

.a-LA-icon:before {
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-family: "apex-5-icon-font" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-LA-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-Login-message h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}

.a-Login-message p a {
  text-decoration: underline;
}

.a-Login-message h3:last-child,
.a-Login-message p:last-child {
  margin-bottom: 0;
}

.a-LA-icon:before {
  content: "\e0fe";
}

.a-LA--release .a-LA-icon:before {
  content: "\e054";
}

.a-LA--event .a-LA-icon:before {
  content: "\e137";
}

.a-LA--maintenance .a-LA-icon:before {
  content: "\e017";
}

.a-LA--announcement .a-LA-icon:before {
  content: "\e023";
}

.a-LA--support .a-LA-icon:before {
  content: "\e04f";
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Main Content Container
   ========================================================================== */
.a-Main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}

.a-Side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  border-left: 1px solid;
}

.a-Side--left {
  border-right: 1px solid;
  border-left-width: 0;
}

.a-Side--large {
  width: 400px;
}

.a-Side--large {
  width: 400px;
}

.a-Page--webservices .a-Side {
  overflow: auto;
}

/* Markdown Editor (Plugin)
   ========================================================================== */
.md-Editor {
  position: relative;
}

.md-Toolbar {
  border-width: 1px;
  border-style: solid;
  padding: 8px;
}

.md-Toolbar, .md-Toolbar.a-Toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-Toolbar .a-Toolbar-groupContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.md-Toolbar .a-Toolbar-groupContainer--start {
  margin-right: auto;
}

.md-Toolbar .a-Toolbar-groupContainer--end {
  margin-left: auto;
}

.md-Toolbar .a-Toolbar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  margin-right: 12px;
}

.md-Toolbar .a-Toolbar-group:last-child {
  margin-right: 0;
}

.md-Toolbar .a-Button {
  margin: 0;
}

.md-Editor-content {
  position: relative;
}

/* Preview / Textarea Styles
     ========================================================================== */
.md-Preview:not(:only-child),
.md-Editor-previewPanel:not(:only-child),
.md-Editor textarea.apex-item-textarea:not(:only-child),
.md-Editor .CodeMirror:not(:only-child) {
  margin-top: -1px;
}

.md-Preview,
.md-Editor-previewPanel,
.md-Editor .CodeMirror {
  border-width: 1px;
  border-style: solid;
}

.md-Preview,
.md-Editor-previewPanel {
  position: absolute;
  width: 100%;
  overflow: auto;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.md-Preview--hide,
.md-Editor-previewPanel--hide {
  visibility: hidden;
}

/* Preview / Textarea Styles
      ========================================================================== */
.a-MDEditor-previewPanel {
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Media List
   ========================================================================== */
.a-MediaList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-MediaList-item {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 1px solid;
}

.a-MediaList-item:last-child {
  border-bottom-width: 0;
}

.a-MediaList-iconWrap,
.a-MediaList-body,
.a-MediaList-badgeWrap {
  display: table-cell;
  padding: 12px 0;
}

.a-MediaList-iconWrap,
.a-MediaList-badgeWrap {
  padding: 12px 16px;
}

/* ==========================================================================
   Icon
   ========================================================================== */
.a-MediaList-iconWrap {
  width: 64px;
  vertical-align: middle;
  text-align: center;
}

.a-MediaList-icon {
  -webkit-transition: color .1s, background-color .1s, border-color .1s;
  transition: color .1s, background-color .1s, border-color .1s;
}

.a-MediaList-icon .a-Icon {
  width: 32px;
  height: 32px;
}

.a-MediaList-icon .a-Icon:before {
  font-size: 32px;
}

/* ==========================================================================
   Text
   ========================================================================== */
.a-MediaList-title {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  -webkit-transition: color .1s, background-color .1s, border-color .1s;
  transition: color .1s, background-color .1s, border-color .1s;
}

.a-MediaList-desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-transition: color .1s, background-color .1s, border-color .1s;
  transition: color .1s, background-color .1s, border-color .1s;
}

/* ==========================================================================
   Badge
   ========================================================================== */
.a-MediaList-badgeWrap {
  width: 1%;
  vertical-align: middle;
  text-align: right;
}

.a-MediaList-badge {
  display: inline-block;
  padding: 8px 10px;
  min-width: 32px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border: 1px solid;
  border-radius: 2px;
  -webkit-transition: color .1s, background-color .1s, border-color .1s;
  transition: color .1s, background-color .1s, border-color .1s;
}

.a-MediaList-badge:empty {
  display: none;
}

/* ==========================================================================
   Link
   ========================================================================== */
.a-MediaList-link {
  display: block;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.a-MediaList-link:hover {
  text-decoration: none;
}

/* ==========================================================================
   Modifier: Circular Icons
   ---
   Places icons inside of a circle
   ========================================================================== */
.a-MediaList--circularIcons .a-MediaList-icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.a-MediaList--circularIcons .a-MediaList-icon .a-Icon {
  font-size: 1.4rem;
}

/* ==========================================================================
   Modifier: Slim
   ---
   Slimmer List
   ========================================================================== */
.a-MediaList--slim {
  /*
   * Text
   **/
  /*
   * Text
   **/
}

.a-MediaList--slim .a-MediaList-iconWrap,
.a-MediaList--slim .a-MediaList-body,
.a-MediaList--slim .a-MediaList-badgeWrap {
  display: table-cell;
  padding: 8px 0;
}

.a-MediaList--slim .a-MediaList-iconWrap,
.a-MediaList--slim .a-MediaList-badgeWrap {
  padding: 8px 12px;
}

.a-MediaList--slim .a-MediaList-title {
  font-size: 1.4rem;
  line-height: 2rem;
}

.a-MediaList--slim .a-MediaList-desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.a-MediaList--slim .a-MediaList-badge {
  padding: 4px 6px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

/* ==========================================================================
   Modifier: No Icons
   ---
   Remove Icons
   ========================================================================== */
.a-MediaList--noIcons .a-MediaList-iconWrap {
  padding-right: 0;
  width: 0;
}

.a-MediaList--noIcons .a-MediaList-iconWrap .a-Icon {
  display: none;
}

/* ==========================================================================
   Modifier: No Title + No Description + No Badge
   ---
   Remove Icons
   ========================================================================== */
.a-MediaList--noTitle.a-MediaList--noDesc.a-MediaList--noBadge .a-MediaList-badgeWrap,
.a-MediaList--noTitle.a-MediaList--noDesc.a-MediaList--noBadge .a-MediaList-body {
  display: none;
}

.a-MediaList--noTitle.a-MediaList--noDesc.a-MediaList--noBadge .a-MediaList-iconWrap {
  display: block;
  width: auto;
  text-align: center;
}

.a-MediaList--noTitle.a-MediaList--noDesc.a-MediaList--noBadge .a-MediaList-icon {
  display: block;
  margin: 24px auto;
}

/* ==========================================================================
   Modifier: No Badge
   ---
   Remove Icons
   ========================================================================== */
.a-MediaList--noBadge .a-MediaList-badgeWrap {
  padding-left: 0;
  width: 0;
}

.a-MediaList--noBadge .a-MediaList-badge {
  display: none;
}

/* ==========================================================================
   Modifier: Horizontal (Table Based)
   ---
   Arrange list items horizontally using table layout
   ========================================================================== */
.a-MediaList--horizontal {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}

.a-MediaList--horizontal .a-MediaList-item {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  border-right: 1px solid;
  border-bottom-width: 0;
}

@media only screen and (max-width: 800px) {
  .a-MediaList--horizontal .a-MediaList-item {
    display: block;
    float: none;
    width: 100%;
    border-right-width: 0;
    border-bottom-width: 1px;
  }
}

.a-MediaList--horizontal .a-MediaList-item:last-child {
  border-right: none;
}

.a-MediaList--horizontal .a-MediaList-item .a-MediaList-iconWrap,
.a-MediaList--horizontal .a-MediaList-item .a-MediaList-badgeWrap {
  vertical-align: top;
}

/* ==========================================================================
   Modifier: Blocks
   ---
   Blocks
   ========================================================================== */
.a-MediaList--cols {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-MediaList--cols .a-MediaList-item {
  position: relative;
  display: block;
  float: left;
  border-bottom-width: 0;
}

.a-MediaList--cols .a-MediaList-item .a-MediaList-iconWrap,
.a-MediaList--cols .a-MediaList-item .a-MediaList-badgeWrap {
  vertical-align: top;
}

.a-MediaList--cols .a-MediaList-item:before, .a-MediaList--cols .a-MediaList-item:after {
  position: absolute;
  content: '';
}

.a-MediaList--cols .a-MediaList-item:after {
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
}

.a-MediaList--cols .a-MediaList-item:before {
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
}

.a-MediaList--cols .a-MediaList-item .a-MediaList-desc {
  overflow: hidden;
  text-overflow: ellipsis;
}

.a-MediaList--cols.a-MediaList--2cols .a-MediaList-item {
  width: 50%;
}

.a-MediaList--cols.a-MediaList--2cols .a-MediaList-item:nth-child(2n+1) {
  clear: both;
}

.a-MediaList--cols.a-MediaList--3cols .a-MediaList-item {
  width: 33.333%;
}

.a-MediaList--cols.a-MediaList--3cols .a-MediaList-item:nth-child(3n+1) {
  clear: both;
}

.a-MediaList--cols.a-MediaList--4cols .a-MediaList-item {
  width: 25%;
}

.a-MediaList--cols.a-MediaList--4cols .a-MediaList-item:nth-child(4n+1) {
  clear: both;
}

.a-MediaList--cols.a-MediaList--5cols .a-MediaList-item {
  width: 20%;
}

.a-MediaList--cols.a-MediaList--5cols .a-MediaList-item:nth-child(5n+1) {
  clear: both;
}

/* ==========================================================================
   Modifier: Hide Description
   ---
   Hide Description
   ========================================================================== */
.a-MediaList--noDesc .a-MediaList-iconWrap,
.a-MediaList--noDesc .a-MediaList-badgeWrap,
.a-MediaList--noDesc .a-MediaList-body, .a-MediaList--noDesc.a-MediaList--cols .a-MediaList-iconWrap,
.a-MediaList--noDesc.a-MediaList--cols .a-MediaList-badgeWrap,
.a-MediaList--noDesc.a-MediaList--cols .a-MediaList-body, .a-MediaList--noDesc.a-MediaList--horizontal .a-MediaList-iconWrap,
.a-MediaList--noDesc.a-MediaList--horizontal .a-MediaList-badgeWrap,
.a-MediaList--noDesc.a-MediaList--horizontal .a-MediaList-body {
  vertical-align: middle;
}

.a-MediaList--noDesc .a-MediaList-desc {
  display: none;
}

/* ==========================================================================
   Modifier: Hide Title
   ---
   Hide Description
   ========================================================================== */
.a-MediaList--noTitle .a-MediaList-title {
  display: none;
}

/* ==========================================================================
   Modifier: Buttons
   ---
   Hide Description
   ========================================================================== */
.a-MediaList--buttons .a-MediaList-item {
  padding: 8px;
}

.a-MediaList--buttons .a-MediaList-item:before, .a-MediaList--buttons .a-MediaList-item:after {
  display: none;
}

.a-MediaList--buttons .a-MediaList-link {
  background-clip: padding-box;
  border: none;
  border-radius: 2px;
  outline: none;
}

/* ==========================================================================
   Modifier: Featured Blocks
   ---
   Used for Create App landing apge (4000:56)
   ========================================================================== */
.a-MediaList--featuredBlocks {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-MediaList--featuredBlocks .a-MediaList-body {
  padding: 16px;
  display: block;
  width: auto;
}

.a-MediaList--featuredBlocks .a-MediaList-title {
  margin-bottom: 8px;
}

.a-MediaList--featuredBlocks .a-MediaList-link {
  padding: 0;
  overflow: hidden;
  border-radius: 2px;
}

.a-MediaList--featuredBlocks .a-MediaList-icon {
  display: block;
  padding: 16px;
}

.a-MediaList--featuredBlocks .a-MediaList-icon .a-Icon {
  width: 96px;
  height: 96px;
  background-position: center center;
}

.a-MediaList--featuredBlocks .a-MediaList-iconWrap, .a-MediaList--featuredBlocks .a-MediaList--featuredBlocks .a-MediaList-badgeWrap {
  display: block;
  width: auto;
  padding: 0;
}

.a-MediaList--featuredBlocks .a-MediaList-item {
  border-width: 0;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-MediaList--featuredBlocks .a-MediaList-link:focus {
  outline: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Menu
   ========================================================================== */
.a-Menu {
  outline: none !important;
}

.a-Menu .a-Menu {
  margin-top: -9px;
}

.a-MenuBar-label {
  padding: 8px;
}

.a-MenuBar-item {
  margin-left: -1px;
  border-right: 1px solid;
  border-left: 1px solid;
}

.a-MenuBar-item:first-child {
  margin-left: 0;
}

.a-MenuBar-item.is-focused {
  outline: none;
}

.a-Menu-content {
  padding: 8px 0;
  border-width: 0;
  border-radius: 2px;
}

.a-Menu #helpMenu .a-Menu-statusCol,
#adminMenu .a-Menu-statusCol {
  width: 12px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Monaco Editor
   ========================================================================== */
.a-MonacoEditor {
  width: 100% !important;
}

.a-MonacoEditor-toolbar.a-Toolbar .a-Toolbar-group {
  margin: 4px;
}

.a-MonacoEditor-toolbar,
.a-MonacoEditor-notification {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid;
}

.a-MonacoEditorContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-MonacoEditor-editor {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.a-MonacoEditor-notification {
  position: relative;
  overflow: hidden;
}

.a-MonacoEditor-message {
  overflow: auto;
  margin-right: 40px;
  padding: 0;
  line-height: 16px;
}

.a-MonacoEditor-message ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.a-MonacoEditor-message li {
  margin: 2px 8px;
  padding: 4px 8px;
  line-height: 16px;
  border-radius: 2px;
}

.a-Form-fieldContainer div.a-MonacoEditor {
  border: 1px solid;
  border-radius: 2px;
}

.a-MonacoEditor-toolbar {
  opacity: .25;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.a-MonacoEditor-toolbar .a-Button {
  -webkit-transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, -webkit-box-shadow .1s;
  transition: background-color .1s, box-shadow .1s;
  transition: background-color .1s, box-shadow .1s, -webkit-box-shadow .1s;
}

.a-MonacoEditor.is-active .a-MonacoEditor-toolbar,
.a-MonacoEditor:hover .a-MonacoEditor-toolbar {
  opacity: 1;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Oracle JET Overrides for APEX Builder
   ========================================================================== */
/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************
2.0  Page Designer Skeleton
******************************************************************************/
.a-PageDesigner #sp_main_content {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.a-PageDesigner.is-processing #sp_main_content {
  opacity: .25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#a-PageDesignerSplitter {
  width: 100%;
}

#a-PageDesignerSplitter,
#a-PageDesigner-EditorsSplitter,
#a-PageDesigner-MainColSplitter {
  overflow: hidden;
  height: 900px;
}

#a-PageDesigner-GridLayoutSplitter {
  overflow: hidden;
  height: 900px;
}

/******************************************************************************
Inline Styles from P4500 -- TODO: Refactor into proper CSS
******************************************************************************/
/* xxx begin placeholder text editor styles */
#codeEditorTitle {
  padding: 8px 4px 0 4px;
  font-size: 12px;
  line-height: 16px;
}

#codeEditorTitle .CodeMirror {
  border: none;
  border-radius: 0;
}

/* xxx end placeholder text editor styles */
/* xxx begin pe styles to move */
.a-Property.js-showAll,
.a-PropertyEditor-propertyGroup.js-showAll {
  display: none;
}

.a-PropertyEditor.js-showAll .a-Property.js-showAll,
.a-PropertyEditor.js-showAll .a-PropertyEditor-propertyGroup.js-showAll {
  display: block;
}

/* xxx end pe styles to move */
.a-GridLayout-grid.first {
  border-top: 0;
}

.a-GridLayout-grid thead td,
.a-GridLayout-grid.is-active thead td {
  padding: 0 !important;
  height: 0;
  border: 0;
}

.a-GridLayout--z75 {
  margin: 0 auto;
  width: 75%;
}

.a-GridLayout--z75 .a-GridLayout-page > h3 {
  font-size: 10px;
  line-height: 12px;
}

.a-GridLayout--z75 .a-GridLayout-region > h3 .a-GridLayout-label {
  font-size: 8px;
}

.a-GridLayout--z75 .a-GridLayout-label {
  font-size: 8px;
}

.a-GridLayout--z100 {
  width: 100%;
}

/* xxx todo 125 */
.a-GridLayout--z150 {
  width: 200%;
}

.a-GridLayout--z150 .a-GridLayout-page > h3 {
  font-size: 16px;
  line-height: 18px;
}

.a-GridLayout--z150 .a-GridLayout-region > h3 .a-GridLayout-label {
  font-size: 14px;
}

.a-GridLayout--z150 .a-GridLayout-label {
  font-size: 12px;
}

/* xxx todo 175 */
.a-GridLayout--z200 {
  width: 200%;
}

.a-GridLayout--z200 .a-GridLayout-page > h3 {
  font-size: 18px;
  line-height: 24px;
}

.a-GridLayout--z200 .a-GridLayout-region > h3 .a-GridLayout-label {
  font-size: 16px;
}

.a-GridLayout--z200 .a-GridLayout-label {
  font-size: 14px;
}

/* xxx end tree styles */
#editorDlg-codeEditor {
  height: 400px;
}

/* xxx todo move this utility class to a proper place, rename if needed */
.u-ScrollingViewport {
  overflow: auto;
}

#sp_main {
  overflow: hidden;
}

#sp_main,
#sp_right,
#sp_middle,
#sp_right_middle {
  width: 100%;
  height: 100px;
}

#sp_middle_content,
#sp_right_content {
  width: 100%;
  height: 600px;
}

#cg-regions,
#grid_layout,
#search.resize,
#renderTree_container,
#procTree_container,
#dynActTree_container,
#sharedComp_container,
#peComponentProperties {
  overflow: hidden !important;
}

/* Styles for jsTree */
body .tree-classic li a.clicked,
body .tree-classic li a.clicked:hover,
body .tree-classic li span.clicked {
  padding: 4px !important;
  height: 24px;
  border: none !important;
  border-radius: 2px;
}

body .tree li a,
body .tree li span {
  padding: 4px !important;
  height: 24px;
}

/* End styles for jsTree */
.ui-dialog.ui-dialog--pageDesignerAlert .ui-dialog-content,
.ui-dialog.ui-dialog--pageDesignerLock .ui-dialog-content {
  padding: 8px;
}

/******************************************************************************
2.0  Page Designer Skeleton
******************************************************************************/
.a-Tabs--pageDesignerTabs .ui-tabs-nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar .a-Toolbar-items--right {
  display: none;
}

.a-Tabs--pageDesignerTabs .ui-helper-clearfix:before,
.a-Tabs--pageDesignerTabs .ui-helper-clearfix:after {
  display: none !important;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar > .ui-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  table-layout: auto;
  min-height: 40px;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar > .ui-tabs-nav.ui-tabs--single li {
  display: block;
}

.a-Tabs--pageDesignerTabs .ui-tabs-nav .ui-state-default {
  -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: opacity .1s ease, transform .1s ease;
  transition: opacity .1s ease, transform .1s ease, -webkit-transform .1s ease;
}

.a-Tabs--pageDesignerTabs .ui-tabs-nav .ui-sortable-helper {
  opacity: .75;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

.a-Tabs--pageDesignerTabs .ui-tabs-nav .ui-sortable-placeholder {
  visibility: visible !important;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar > .ui-tabs-nav .ui-state-default {
  display: table-cell;
  float: none;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar > .ui-tabs-nav li:last-child a.ui-tabs-anchor {
  border-right-width: 0;
}

.a-Tabs--pageDesignerTabs > .a-Tabs-toolbar > .ui-tabs-nav a.ui-tabs-anchor {
  display: block;
  float: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-Tabs--pageDesignerTabs .ui-tabs-anchor .a-Icon {
  height: 24px;
}

.a-Tabs--pageDesignerTabs .ui-tabs-anchor .a-Icon:before {
  line-height: 24px;
}

.a-PageDesigner-treeWrap {
  padding: 8px 4px;
}

.a-PageDesigner-treeTitle {
  font-weight: normal;
  font-size: 12px;
}

.a-Toolbar--treeRegion .a-Toolbar-items--left {
  vertical-align: middle;
}

@-moz-document url-prefix() {
  .a-PropertyEditor:focus:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    content: '';
  }
}

/******************************************************************************
Scrollbar Styles for Grid Layout + Component View
******************************************************************************/
.dark-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* ==========================================================================
   Shortcut Display
   ========================================================================== */
#apexActionKeyDisplay {
  position: fixed;
  bottom: 24px;
  left: 8px;
  z-index: 100;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 2px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Page Search
   ========================================================================== */
.a-PageSearch-noResults {
  margin: 0;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Page Select Widget
   ========================================================================== */
.a-PageSelect {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

.a-PageSelect .a-Icon.icon-down-arrow {
  margin-left: -2px;
}

.a-PageSelect--separate {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.a-PageSelect--readOnly {
  padding: 7px 12px;
  line-height: 16px;
}

.a-PageSelect--readOnly .a-Icon {
  margin-right: 4px;
}

.a-PageSelect-input {
  margin: 0;
  padding: 4px 8px 4px 36px;
  width: 86px;
  height: 30px;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  border: none;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.a-PageSelect-input:focus, .a-PageSelect-input.is-focused {
  position: relative;
  z-index: 10;
  outline: none;
}

.a-Button.a-Button--withIcon.a-PageSelect-menuButton {
  position: absolute;
  top: 0;
  padding: 1px;
}

.a-Button.a-PageSelect-menuButton {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  margin: 4px;
  padding: 3px;
  height: 22px;
  border-radius: 2px;
}

/* Page Navigation
   ========================================================================== */
.a-PageSelect-buttons {
  display: inline-block;
  padding: 1px 2px 1px 1px;
  vertical-align: top;
  border-left: 1px solid;
}

/* Page Selection Buttons */
.a-Button.a-Button--pageNav {
  display: block;
  padding: 1px 4px;
  line-height: 12px;
}

.a-Button.a-Button--pageNav .a-Icon {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.a-Button.a-Button--pageNav .a-Icon:before {
  font-size: 12px;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-PageSelect-input {
  height: 32px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Page Wizard
   ========================================================================== */
.a-PageWizard {
  margin: 16px auto;
  max-width: 1024px;
  width: 100%;
}

.a-PageWizard h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}

.a-PageWizard h2 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.a-PageWizard p {
  font-size: 14px;
  line-height: 1.5;
}

/* Header
   ========================================================================== */
.a-PageWizard-header {
  margin-bottom: 16px;
}

.a-PageWizard-returnLink {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid;
}

.a-PageWizard-preview {
  font-size: 12px;
  line-height: 24px;
}

/* Body
   ========================================================================== */
.a-PageWizard-previewNotes {
  margin-top: 32px;
  text-align: center;
}

.a-PageWizard-previewNotes p {
  font-size: 11px;
}

.a-PageWizard-buttons {
  margin-top: 32px;
  text-align: center;
}

.a-PageWizard-buttons:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 6px;
  content: '';
  display: block;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.a-PageWizard-buttons.is-stuck {
  padding-top: 16px;
}

.a-PageWizard-buttons.is-stuck:before {
  visibility: visible;
  opacity: 1;
}

/* Section
   ========================================================================== */
.a-PageWizard-section {
  margin-top: 32px;
  /* Condensed Padding for Form Items */
}

.a-PageWizard-section .a-Button.a-Button--regionHeader.a-Button--noLabel {
  opacity: .35;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.a-PageWizard-section .a-Button.a-Button--regionHeader.a-Button--noLabel:hover, .a-PageWizard-section .a-Button.a-Button--regionHeader.a-Button--noLabel:focus {
  opacity: 1;
}

.a-PageWizard-section .a-Form-labelContainer,
.a-PageWizard-section .a-Form-inputContainer {
  padding: 0;
}

.a-PageWizard-section .a-Form-label {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

/* List
   ========================================================================== */
.a-PWList {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}

.a-PWList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.a-PWList-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-PWList-item:hover .a-PWList-dragHandle.is-draggable {
  opacity: .5;
}

.a-PWList-item.a-PWList-item--add:only-child {
  padding: 32px 16px;
  border-radius: 2px;
}

.a-PWList-item.is-placeholder {
  width: 100%;
  height: 72px;
}

.a-PWList-item.ui-sortable-helper {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  height: 72px;
}

.a-PWList-icon {
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-PWList-navIcon {
  margin-right: 4px;
}

.a-PageWizard-icon {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 48px;
}

/* Data Columns
   ========================================================================== */
.a-PWList-name {
  width: 35%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-PWList-name a {
  font-weight: bold;
}

.a-PWList-desc {
  width: 35%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-PWList-item--add .a-PWList-actions {
  display: none;
}

.a-PWList-dragHandle {
  margin-left: 12px;
  width: 24px;
  opacity: .15;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.a-PWList-item--add .a-PWList-dragHandle {
  display: none;
}

.a-PWList-dragHandle.is-draggable {
  cursor: move;
}

/* Sortable Placeholder
   ========================================================================== */
/* ==========================================================================
  Checkbox List
  ========================================================================== */
.a-CBList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-CBList:before {
  display: table;
  content: " ";
}

.a-CBList:after {
  display: table;
  content: " ";
  clear: both;
}

.a-CBList fieldset.apex-item-checkbox {
  display: block;
  width: 100%;
}

.a-CBList table.checkbox_group {
  width: 100%;
  table-layout: fixed;
}

.a-CBList .a-Form-inputContainer {
  padding: 0;
}

.a-CBList .a-Form-inputContainer fieldset.checkbox_group table td {
  padding-right: 0;
}

.a-CBList .a-Form-inputContainer fieldset.checkbox_group label {
  padding-left: 0;
}

.a-CBList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
}

/* ==========================================================================
   Checkbox Behavior
   ========================================================================== */
.a-CBList label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 8px 0;
  border-radius: 2px;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.a-CBList label:before {
  top: 50% !important;
  margin-top: calc(var(--a-checkbox-size) / -2);
}

.a-CBList label:after {
  top: 50% !important;
  margin-top: calc(calc(var(--a-checkbox-size) - (var(--a-checkbox-border-width) * 2)) / -2) !important;
}

.a-CBList input[type=checkbox] {
  /* Checked Checkbox */
}

.a-CBList input[type=checkbox]:checked + label {
  font-weight: normal !important;
}

.a-CBList-icon.fa {
  display: block;
  margin-right: 12px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-CBList-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-CBList-title {
  font-size: 14px;
  line-height: 20px;
}

.a-CBList-desc {
  font-size: 12px;
  line-height: 16px;
}

.a-CBList label:before {
  display: block;
}

.a-CBList-details {
  width: 100%;
}

/* Page Wizard Dialogs
   ========================================================================== */
.a-PageWizard-dialog .a-Alert--dialog {
  margin: 0 36px;
}

.a-PageWizard-dialog .apex-page-error .a-Alert--dialog {
  margin: 0 24px 12px 24px;
}

.a-PageWizard-dialog .a-PageWizard-dialogRegion {
  margin: 12px 24px;
}

.a-PageWizard-dialog .a-PageWizard--collapsibleRegion.a-Region--hideShow {
  margin: 0 16px;
}

.a-PageWizard-dialog .a-PageWizard--collapsibleRegion.a-Region--hideShow > .a-Region-header {
  margin: 0 8px;
}

.a-PageWizard-dialog .a-PageWizard--collapsibleRegion.a-Region--hideShow.a-BoxedForms .a-Region-body {
  color: inherit !important;
}

.a-PageWizard-dialog .a-PageWizard-dialogHelp {
  margin: 0 24px;
  font-size: 14px;
  line-height: 20px;
}

.a-PageWizard-dialog .a-PageWizard-dialogHelp p {
  margin-top: 0;
  margin-bottom: 8px;
}

.a-PageWizard-dialog .a-PageWizard-dialogHelp p:only-child {
  margin-bottom: 0;
}

.a-PageWizard-dialog .a-PageWizard-dialogHelp h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid;
}

.a-PageWizard-dialog .a-PageWizard-dialogHelp h3:first-child {
  margin-top: 8px;
}

/* Dashboard Page
   ========================================================================== */
.a-PageWizard-dialog--dashboard ul.apex-rds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-PageWizard-dialog--dashboard ul.apex-rds li {
  display: block;
  margin: 0 8px;
  text-align: center;
}

.a-PageWizard-dialog--dashboard ul.apex-rds li a {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 24px;
}

.a-PageWizard-dialog--dashboard ul.apex-rds li a:after {
  content: none;
}

.a-PageWizard-dialog--dashboard ul.apex-rds li.apex-rds-selected a {
  font-weight: bold;
}

/* Centered Content
   ========================================================================== */
.a-PageWizard-dialog--centeredContent .a-Dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-PageWizard-dialog--startWizard .a-Dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-PageWizard-dialog--startWizard .a-IconList--LargeIcons .a-IconList-item {
  margin: 12px;
}

.a-PageWizard-dialog--icons .a-Dialog--wizard .a-Dialog-body {
  padding: 4px 0;
}

.a-PageWizard-dialog--appIconPicker .a-Dialog--wizard .a-Dialog-body {
  padding: 0;
}

.a-PageWizard-dialog .a-Region--boxForms {
  margin: 0 24px;
}

/* Application Icon
 ========================================================================== */
.a-PageWizard-appIconContainer {
  float: left;
  width: auto;
}

.a-PageWizard-appIconContainer .a-Form-inputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-PageWizard-appIconContainer .apex-item-display-only.display_only {
  margin: 8px 0;
  padding: 0;
  border-width: 0;
}

.a-PageWizard-appIcon {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.a-PageWizard-appIcon--preview {
  margin: 24px auto;
  width: 128px;
  height: 128px;
}

.a-Button--chooseIcon {
  margin-left: 24px;
}

.app-color {
  display: block;
  margin: 8px auto;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 24px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

/* App Icon Color Picker
 ========================================================================== */
.a-PageWizard-appIconColorPicker {
  padding: 0 20% 12px 20%;
  border-bottom: 1px solid;
}

.a-PageWizard-appIconColorPicker .radio_group {
  width: 100%;
}

.a-PageWizard-appIconColorPicker .a-Form-inputContainer fieldset.radio_group table td {
  padding-right: 0;
}

.a-PageWizard-appIconColorPicker .radio_group input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-PageWizard-appIconColorPicker .radio_group label {
  display: block;
  margin: 4px 0;
  padding: 0;
}

.a-PageWizard-appIconColorPicker .radio_group label:before, .a-PageWizard-appIconColorPicker .radio_group label:after {
  content: none !important;
}

/* Coming Soon Message
 ========================================================================== */
.a-PageWizard-dialog .a-Alert--comingSoon {
  margin: 36px 24px;
  padding-bottom: 54px;
  border-width: 0;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-PageWizard-dialog .a-Alert--comingSoon .a-Alert-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}

.a-PageWizard-dialog .a-Alert--comingSoon .a-Alert-header {
  padding-bottom: 0;
  border-bottom-width: 0;
}

.a-PageWizard-dialog .a-Alert--comingSoon .a-Alert-body {
  padding: 8px 0;
  text-align: center;
  font-weight: normal;
}

/* ==========================================================================
 Icons and Icon Lists
 ========================================================================== */
/* Page Icon Picker
 ========================================================================== */
.a-PWIconPicker-search {
  padding: 0 8px;
  border-bottom: 1px solid;
}

.a-PWIconPicker-search .apex-item-text.a-PWIconPicker-searchInput {
  padding: 8px 16px;
  height: 48px;
}

.a-PWIconPicker-pickerButton.a-Button {
  padding-top: 19px;
  padding-right: 16px;
  padding-bottom: 19px;
  padding-left: 32px;
  width: 100%;
}

.a-PWIconPicker-pickerButton.a-Button .a-Icon {
  left: 12px;
}

.a-PWIconPicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-PWIconPicker .a-PWIconPicker-item {
  margin: 4px;
}

.a-PWIconPicker .a-PWIconPicker-link {
  display: block;
  padding: 14px;
  border-radius: 2px;
  cursor: pointer;
}

.a-PWIconPicker .a-PWIconPicker-link:focus {
  outline: none;
}

.a-PWIconPicker .fa {
  width: 16px;
  height: 16px;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
}

/* ==========================================================================
 Icon Lists
 ========================================================================== */
/* Add Page Icons
 ========================================================================== */
.a-IconList--AddPage .a-IconList--wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-IconList--AddPage .a-IconList-item {
  width: 25%;
}

/* Application Icons List
 ========================================================================== */
.a-IconList--AppIcons .a-IconList--wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-IconList--AppIcons .a-IconList-item {
  margin: 12px;
  width: auto;
  height: auto;
}

.a-IconList--AppIcons .a-Icon {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 2px;
}

.a-IconList--AppIcons .a-IconList-iconName {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

/* Simple Selection (with Line Icons)
 ========================================================================== */
.a-IconList--SmallWizard .a-IconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.a-IconList--SmallWizard .a-IconList-item {
  margin: 12px;
  width: 80px;
  height: auto;
  text-align: center;
}

.a-IconList--SmallWizard .a-Icon {
  margin: 0 auto;
  padding: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 100%;
}

.a-IconList--SmallWizard .a-Icon:before {
  line-height: inherit;
}

.a-IconList--SmallWizard .a-IconList-iconName {
  display: inline-block;
  overflow: hidden;
  margin-top: 8px;
  padding: 0 12px;
  max-width: 80px;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  border-radius: 12px;
}

/* Stacked Small Icons */
.a-IconList--SmallWizard.a-IconList--stackedItems .a-IconList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-IconList--SmallWizard.a-IconList--stackedItems .a-Icon {
  margin: 0 8px;
}

.a-IconList--SmallWizard.a-IconList--stackedItems .a-IconList-iconName {
  margin: 0 0 0 16px !important;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* Centered Small Icons */
.a-IconList--SmallWizard.a-IconList--centeredIcons .a-IconList--wizard .a-IconList-item .a-Icon {
  margin: auto;
}

/* Large Icons
 ========================================================================== */
.a-IconList--LargeIcons .a-IconList-item {
  margin-right: 24px;
  margin-bottom: 24px;
  width: auto;
  height: auto;
  text-align: center;
}

.a-IconList--LargeIcons .a-IconList--wizard .a-Icon {
  margin: 0 auto;
  padding: 4px;
  width: 128px;
  height: 96px;
  background-size: 128px 96px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.a-IconList--LargeIcons .a-IconList--wizard .a-Icon:before {
  margin: 4px;
}

.a-IconList--LargeIcons .a-IconList--wizard .a-IconList-iconName {
  display: inline-block;
  margin-top: 8px;
  padding: 0 12px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  border-radius: 12px;
}

/* Small Icons
 ========================================================================== */
.a-IconList--SmallIcons .a-IconList-item {
  margin-right: 16px;
  width: auto;
  text-align: center;
}

.a-IconList--SmallIcons .a-IconList--wizard .a-Icon {
  margin: 0 auto;
  padding: 4px;
  width: 96px;
  height: 72px;
  background-size: 96px 72px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.a-IconList--SmallIcons .a-IconList--wizard .a-IconList-iconName {
  display: inline-block;
  margin-top: 8px;
  padding: 0 12px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  border-radius: 12px;
}

.a-IconList--PageWizard .a-IconList--wizard .a-Icon {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.a-IconList--PageWizard .a-IconList--wizard .a-IconList-item.is-selected .a-Icon,
.a-IconList--PageWizard .a-IconList--wizard .a-IconList-item:hover .a-Icon {
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Page Wizard Wait + Progress
 ========================================================================== */
.a-PWWait-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadein .5s forwards 1 ease;
          animation: fadein .5s forwards 1 ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-PWWait-body {
  padding: 24px;
  width: 640px;
  border-radius: 2px;
  -webkit-animation: pwwaitbody .5s forwards 1 ease;
          animation: pwwaitbody .5s forwards 1 ease;
}

.a-PWWait-progress {
  overflow: hidden;
  width: 100%;
  height: 48px;
  border-radius: 2px;
}

.a-PWWait-bar {
  position: relative;
  display: block;
  width: 0%;
  height: 48px;
  border-radius: 2px;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.a-PWWait-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-size: 16px 16px;
  -webkit-animation: stripes 2s linear infinite;
          animation: stripes 2s linear infinite;
}

@-webkit-keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}

@keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}

@-webkit-keyframes pwwaitbody {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pwwaitbody {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.a-PWWait-label {
  margin-top: 8px;
  min-height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  -webkit-animation: fadein .5s forwards 1 ease;
          animation: fadein .5s forwards 1 ease;
}

/* Icons
 ========================================================================== */
.page-icon:before,
.theme-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

/* Shame
   ========================================================================== */
.homepage-check {
  margin-left: 12px;
}

.page-source.apex-button-group .radio_group {
  border-spacing: 0;
}

.a-Button.a-Button--xlarge {
  padding: 16px 48px;
  font-size: 16px;
  line-height: 32px;
}

.a-Button.a-Button--createApp {
  margin-left: 12px;
}

span.inline-help {
  margin-top: 4px;
  font-size: 11px;
}

.a-Form-fieldContainer--withOutlineFields .a-Form-labelContainer,
.a-Form-fieldContainer--withOutlineFields .a-Form-inputContainer {
  padding: 0;
}

.a-Form-fieldContainer--withOutlineFields .a-Form-inputContainer {
  margin-bottom: 16px;
}

.a-Form-fieldContainer--noPadding .a-Form-labelContainer,
.a-Form-fieldContainer--noPadding .a-Form-inputContainer {
  padding: 0;
}

.a-Form-error:empty {
  display: none;
}

/* Fix for multiple dialogs and overlay */
body .ui-front ~ .ui-front {
  z-index: 902;
}

/* Create Dashboard Page */
.a-PageWizard-dialogDashboardItems {
  margin-top: 24px;
  margin-right: 24px;
}

.a-PageWizard-dialogDashboardType {
  margin-top: 24px;
  margin-left: 24px;
}

/* Icons
 ========================================================================== */
/* Page Icons
========================================================================== */
.page-icon.page-add:before {
  background-image: url("../img/icons/builder/page-add.svg");
}

.page-icon.page-calendar:before {
  background-image: url("../img/icons/builder/page-calendar.svg");
}

.page-icon.page-faceted-search:before {
  background-image: url("../img/icons/builder/page-filter-rpt.svg");
}

.page-icon.page-cards:before {
  background-image: url("../img/icons/builder/page-cards.svg");
}

.page-icon.page-form:before {
  background-image: url("../img/icons/builder/page-form.svg");
}

.page-icon.page-master-detail:before {
  background-image: url("../img/icons/builder/page-master-detail.svg");
}

.page-icon.page-list:before {
  background-image: url("../img/icons/builder/page-list.svg");
}

.page-icon.page-chart:before {
  background-image: url("../img/icons/builder/page-chart.svg");
}

.page-icon.page-classic-rpt:before {
  background-image: url("../img/icons/builder/page-classic-rpt.svg");
}

.page-icon.page-dashboard:before {
  background-image: url("../img/icons/builder/page-dashboard.svg");
}

.page-icon.page-interactive-grid:before {
  background-image: url("../img/icons/builder/page-interactive-grid.svg");
}

.page-icon.page-interactive-rpt:before {
  background-image: url("../img/icons/builder/page-interactive-rpt.svg");
}

.page-icon.page-wizard:before {
  background-image: url("../img/icons/builder/page-wizard.svg");
}

.page-icon.page-timeline:before {
  background-image: url("../img/icons/builder/page-timeline.svg");
}

/* Card Layout Icons
========================================================================== */
.a-IconList--layouts .a-Icon.icon-region-card-grid,
.a-IconList--layouts .a-Icon.icon-region-card-float,
.a-IconList--layouts .a-Icon.icon-region-card-row,
.a-IconList--layouts .a-Icon.icon-region-card-masonry {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Theme and Page Backgrounds
========================================================================== */
.theme-icon.theme-vita,
.theme-vita .page-icon {
  background-image: url("../img/icons/builder/theme-vita.svg");
}

.theme-icon.theme-vita-slate,
.theme-vita-slate .page-icon {
  background-image: url("../img/icons/builder/theme-vita-slate.svg");
}

.theme-icon.theme-vita-dark,
.theme-vita-dark .page-icon {
  background-image: url("../img/icons/builder/theme-vita-dark.svg");
}

.theme-icon.theme-vita-red,
.theme-vita-red .page-icon {
  background-image: url("../img/icons/builder/theme-vita-red.svg");
}

.theme-icon.theme-vista,
.theme-vista .page-icon {
  background-image: url("../img/icons/builder/theme-vista.svg");
}

/* Vita Dark Mode Handling
   ========================================================================== */
.theme-vita-dark.theme-icon:before,
.theme-vita-dark .page-icon:not(.page-add):before {
  -webkit-filter: invert(0.8) hue-rotate(180deg);
          filter: invert(0.8) hue-rotate(180deg);
}

/* White Background
========================================================================== */
.theme-icon:before,
.page-icon.page-blank:before {
  background-image: url("../img/icons/builder/theme-icon.svg");
}

/* Navigation
========================================================================== */
.nav-icon.nav-side {
  background-image: url("../img/icons/builder/nav-side.svg");
}

.nav-icon.nav-top {
  background-image: url("../img/icons/builder/nav-top.svg");
}

.nav-icon.nav-mega-menu {
  background-image: url("../img/icons/builder/nav-mega-menu.svg");
}

/* Application Icons
========================================================================== */
.app-icon-activity {
  background-image: url("../img/icons/builder/app-icon-activity.svg");
}

.app-icon-analytics {
  background-image: url("../img/icons/builder/app-icon-analytics.svg");
}

.app-icon-bar-line-chart {
  background-image: url("../img/icons/builder/app-icon-bar-line-chart.svg");
}

.app-icon-bug {
  background-image: url("../img/icons/builder/app-icon-bug.svg");
}

.app-icon-calendar {
  background-image: url("../img/icons/builder/app-icon-calendar.svg");
}

.app-icon-cloud {
  background-image: url("../img/icons/builder/app-icon-cloud.svg");
}

.app-icon-cubes {
  background-image: url("../img/icons/builder/app-icon-cubes.svg");
}

.app-icon-database {
  background-image: url("../img/icons/builder/app-icon-database.svg");
}

.app-icon-dots {
  background-image: url("../img/icons/builder/app-icon-dots.svg");
}

.app-icon-email {
  background-image: url("../img/icons/builder/app-icon-email.svg");
}

.app-icon-folder {
  background-image: url("../img/icons/builder/app-icon-folder.svg");
}

.app-icon-gauge {
  background-image: url("../img/icons/builder/app-icon-gauge.svg");
}

.app-icon-gear {
  background-image: url("../img/icons/builder/app-icon-gear.svg");
}

.app-icon-graphs {
  background-image: url("../img/icons/builder/app-icon-graphs.svg");
}

.app-icon-grid {
  background-image: url("../img/icons/builder/app-icon-grid.svg");
}

.app-icon-map {
  background-image: url("../img/icons/builder/app-icon-map.svg");
}

.app-icon-pencil-paper {
  background-image: url("../img/icons/builder/app-icon-pencil-paper.svg");
}

.app-icon-people {
  background-image: url("../img/icons/builder/app-icon-people.svg");
}

.app-icon-smiley {
  background-image: url("../img/icons/builder/app-icon-smiley.svg");
}

.app-icon-spreadsheet {
  background-image: url("../img/icons/builder/app-icon-spreadsheet.svg");
}

.app-icon-talk-bubbles {
  background-image: url("../img/icons/builder/app-icon-talk-bubbles.svg");
}

.app-icon-todo {
  background-image: url("../img/icons/builder/app-icon-todo.svg");
}

.app-icon-toolbox {
  background-image: url("../img/icons/builder/app-icon-toolbox.svg");
}

.app-icon-wrench {
  background-image: url("../img/icons/builder/app-icon-wrench.svg");
}

.app-icon-check-circle {
  background-image: url("../img/icons/builder/app-icon-check-circle.svg");
}

.app-icon-lightbulb {
  background-image: url("../img/icons/builder/app-icon-lightbulb.svg");
}

.app-icon-lock {
  background-image: url("../img/icons/builder/app-icon-lock.svg");
}

.app-icon-pie-chart {
  background-image: url("../img/icons/builder/app-icon-pie-chart.svg");
}

.app-icon-rocket {
  background-image: url("../img/icons/builder/app-icon-rocket.svg");
}

.app-icon-shield {
  background-image: url("../img/icons/builder/app-icon-shield.svg");
}

.app-icon-ship {
  background-image: url("../img/icons/builder/app-icon-ship.svg");
}

.app-icon-stopwatch {
  background-image: url("../img/icons/builder/app-icon-stopwatch.svg");
}

/* Note: this is a copy of images/pkg_apps/css/5.0/PkgApps.css
      but /apex_ui has been removed from the path
========================================================================== */
.app-apex-application-archive {
  background-image: url("../img/icons/pkg-apps/app-apex-application-archive.svg");
  background-repeat: no-repeat;
}

.app-application-standards-tracker {
  background-image: url("../img/icons/pkg-apps/app-application-standards-tracker.svg");
  background-repeat: no-repeat;
}

.app-artwork-catalog {
  background-image: url("../img/icons/pkg-apps/app-artwork-catalog.svg");
  background-repeat: no-repeat;
}

.app-bug-tracking {
  background-image: url("../img/icons/pkg-apps/app-bug-tracking.svg");
  background-repeat: no-repeat;
}

.app-checklist-manager {
  background-image: url("../img/icons/pkg-apps/app-checklist-manager.svg");
  background-repeat: no-repeat;
}

.app-community-requests {
  background-image: url("../img/icons/pkg-apps/app-community-requests.svg");
  background-repeat: no-repeat;
}

.app-competitive-analysis {
  background-image: url("../img/icons/pkg-apps/app-competitive-analysis.svg");
  background-repeat: no-repeat;
}

.app-customer-tracker {
  background-image: url("../img/icons/pkg-apps/app-customer-tracker.svg");
  background-repeat: no-repeat;
}

.app-data-reporter {
  background-image: url("../img/icons/pkg-apps/app-data-reporter.svg");
  background-repeat: no-repeat;
}

.app-database-tools {
  background-image: url("../img/icons/pkg-apps/app-database-tools.svg");
  background-repeat: no-repeat;
}

.app-decision-manager {
  background-image: url("../img/icons/pkg-apps/app-decision-manager.svg");
  background-repeat: no-repeat;
}

.app-expertise-tracker {
  background-image: url("../img/icons/pkg-apps/app-expertise-tracker.svg");
  background-repeat: no-repeat;
}

.app-feedback {
  background-image: url("../img/icons/pkg-apps/app-feedback.svg");
  background-repeat: no-repeat;
}

.app-go-live-checklist {
  background-image: url("../img/icons/pkg-apps/app-go-live-checklist.svg");
  background-repeat: no-repeat;
}

.app-group-calendar {
  background-image: url("../img/icons/pkg-apps/app-group-calendar.svg");
  background-repeat: no-repeat;
}

.app-incident-tracking {
  background-image: url("../img/icons/pkg-apps/app-incident-tracking.svg");
  background-repeat: no-repeat;
}

.app-issue-tracker {
  background-image: url("../img/icons/pkg-apps/app-issue-tracker.svg");
  background-repeat: no-repeat;
}

.app-live-poll {
  background-image: url("../img/icons/pkg-apps/app-live-poll.svg");
  background-repeat: no-repeat;
}

.app-quick-poll {
  background-image: url("../img/icons/pkg-apps/app-live-poll.svg");
  background-repeat: no-repeat;
}

.app-meeting-minutes {
  background-image: url("../img/icons/pkg-apps/app-meeting-minutes.svg");
  background-repeat: no-repeat;
}

.app-opportunity-tracker {
  background-image: url("../img/icons/pkg-apps/app-opportunity-tracker.svg");
  background-repeat: no-repeat;
}

.app-p-track {
  background-image: url("../img/icons/pkg-apps/app-p-track.svg");
  background-repeat: no-repeat;
}

.app-productivity-tracker {
  background-image: url("../img/icons/pkg-apps/app-productivity-tracker.svg");
  background-repeat: no-repeat;
}

.app-quick-sql {
  background-image: url("../img/icons/pkg-apps/app-quick-sql.svg");
  background-repeat: no-repeat;
}

.app-requirements-tracker {
  background-image: url("../img/icons/pkg-apps/app-requirements-tracker.svg");
  background-repeat: no-repeat;
}

.app-restful-services {
  background-image: url("../img/icons/pkg-apps/app-restful-services.svg");
  background-repeat: no-repeat;
}

.app-restful-services {
  background-image: url("../img/icons/pkg-apps/app-restful-services.svg");
  background-repeat: no-repeat;
}

.app-sample-brookstrut {
  background-image: url("../img/icons/pkg-apps/app-sample-brookstrut.svg");
  background-repeat: no-repeat;
}

.app-sample-calendar {
  background-image: url("../img/icons/pkg-apps/app-sample-calendar.svg");
  background-repeat: no-repeat;
}

.app-sample-charts {
  background-image: url("../img/icons/pkg-apps/app-sample-charts.svg");
  background-repeat: no-repeat;
}

.app-sample-collections {
  background-image: url("../img/icons/pkg-apps/app-sample-collections.svg");
  background-repeat: no-repeat;
}

.app-sample-data-loading {
  background-image: url("../img/icons/pkg-apps/app-sample-data-loading.svg");
  background-repeat: no-repeat;
}

.app-sample-database-application {
  background-image: url("../img/icons/pkg-apps/app-sample-database-application.svg");
  background-repeat: no-repeat;
}

.app-sample-dialog {
  background-image: url("../img/icons/pkg-apps/app-sample-dialog.svg");
  background-repeat: no-repeat;
}

.app-sample-dynamic-actions {
  background-image: url("../img/icons/pkg-apps/app-sample-dynamic-actions.svg");
  background-repeat: no-repeat;
}

.app-sample-file-upload-download {
  background-image: url("../img/icons/pkg-apps/app-sample-file-upload-download.svg");
  background-repeat: no-repeat;
}

.app-sample-forms {
  background-image: url("../img/icons/pkg-apps/app-sample-forms.svg");
  background-repeat: no-repeat;
}

.app-sample-geolocation {
  background-image: url("../img/icons/pkg-apps/app-sample-geolocation.svg");
  background-repeat: no-repeat;
}

.app-sample-ig {
  background-image: url("../img/icons/pkg-apps/app-sample-ig.svg");
  background-repeat: no-repeat;
}

.app-sample-lists {
  background-image: url("../img/icons/pkg-apps/app-sample-lists.svg");
  background-repeat: no-repeat;
}

.app-sample-master-detail {
  background-image: url("../img/icons/pkg-apps/app-sample-master-detail.svg");
  background-repeat: no-repeat;
}

.app-sample-projects {
  background-image: url("../img/icons/pkg-apps/app-sample-projects.svg");
  background-repeat: no-repeat;
}

.app-sample-reporting {
  background-image: url("../img/icons/pkg-apps/app-sample-reporting.svg");
  background-repeat: no-repeat;
}

.app-sample-restful-services {
  background-image: url("../img/icons/pkg-apps/app-sample-restful-services.svg");
  background-repeat: no-repeat;
}

.app-sample-search {
  background-image: url("../img/icons/pkg-apps/app-sample-search.svg");
  background-repeat: no-repeat;
}

.app-sample-trees {
  background-image: url("../img/icons/pkg-apps/app-sample-trees.svg");
  background-repeat: no-repeat;
}

.app-sample-universal-theme {
  background-image: url("../img/icons/pkg-apps/app-sample-universal-theme.svg");
  background-repeat: no-repeat;
}

.app-sample-websheet-anyco {
  background-image: url("../img/icons/pkg-apps/app-sample-websheet-anyco.svg");
  background-repeat: no-repeat;
}

.app-sample-wizard {
  background-image: url("../img/icons/pkg-apps/app-sample-wizard.svg");
  background-repeat: no-repeat;
}

.app-script-planner {
  background-image: url("../img/icons/pkg-apps/app-script-planner.svg");
  background-repeat: no-repeat;
}

.app-survey-builder {
  background-image: url("../img/icons/pkg-apps/app-survey-builder.svg");
  background-repeat: no-repeat;
}

.app-systems-catalog {
  background-image: url("../img/icons/pkg-apps/app-systems-catalog.svg");
  background-repeat: no-repeat;
}

.app-use-case-status {
  background-image: url("../img/icons/pkg-apps/app-use-case-status.svg");
  background-repeat: no-repeat;
}

.app-websheet-any-co {
  background-image: url("../img/icons/pkg-apps/app-websheet-any-co.svg");
  background-repeat: no-repeat;
}

.app-websheet-big-cats {
  background-image: url("../img/icons/pkg-apps/app-websheet-big-cats.svg");
  background-repeat: no-repeat;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Popup LOV
   ========================================================================== */
.a-PopupLOV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.a-PopupLOV-search {
  padding: 8px;
}

.a-PopupLOV-filters {
  border-bottom: 1px solid;
}

.a-PopupLOV-filterGroup,
.a-PopupLOV-filterButton {
  padding: 8px;
}

.a-PopupLOV-filterGroup {
  border-bottom: 1px solid;
}

.a-PopupLOV-filterGroup--lineFilter {
  display: table;
  width: 100%;
}

.a-PopupLOV-filterGroup--lineFilter .a-PopupLOV-filterLabel {
  padding-right: 8px;
  width: 40%;
  white-space: nowrap;
}

.a-PopupLOV-filterGroup--lineFilter .a-PopupLOV-filterLabel,
.a-PopupLOV-filterGroup--lineFilter .a-PopupLOV-filterItem {
  display: table-cell;
  vertical-align: top;
}

.a-PopupLOV-filterGroup--lineFilter .a-PopupLOV-filterItem-select,
.a-PopupLOV-filterGroup--lineFilter .a-PopupLOV-filterItem-text {
  display: block;
  width: 100%;
}

.a-PopupLOV-filterItem .ui-buttonset {
  display: table;
  width: 100%;
}

.a-PopupLOV-filterItem .ui-buttonset .ui-button-container {
  display: table-cell;
  width: 25%;
}

.a-PopupLOV-filterItem .ui-buttonset .ui-button {
  display: block;
}

.a-PopupLOV-results {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.a-PopupLOV-resultsSet {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-PopupLOV-resultsSet th,
.a-PopupLOV-resultsSet td {
  padding: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.a-PopupLOV-resultsSet tr td:first-child {
  padding: 0;
}

.a-PopupLOV-resultsSet th {
  font-weight: bold;
  border-bottom: 2px solid;
}

.a-PopupLOV-resultsSet-link,
.ui-widget-content a.a-PopupLOV-resultsSet-link {
  display: block;
  padding: 8px;
  text-decoration: none;
}

.a-PopupLOV-resultsSet-link:hover,
.ui-widget-content a.a-PopupLOV-resultsSet-link:hover {
  text-decoration: underline;
}

.a-Page--popupLOV {
  margin-top: 48px;
  min-width: 0;
}

@media only screen and (max-width: 315px) {
  .a-Page--popupLOV {
    margin-top: 96px;
  }
}

.a-PopupLOV-actions {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 8px 12px;
  width: 100%;
}

.a-PopupLOV-links {
  padding: 0;
}

.a-PopupLOV-links br {
  display: none;
}

.a-PopupLOV-links a {
  display: block;
  padding: 8px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  border-bottom: 1px solid;
}

.a-PopupLOV-links a:hover {
  text-decoration: none;
}

.a-PopupLOV-links a:focus {
  outline: none;
}

.a-PopupLOV-pagination {
  padding: 8px;
  text-align: center;
  font-size: 1.2rem;
}

.a-PopupLOV-button {
  margin: 8px;
}

/* Results Grid
   Used in Page Designer for Icons
   ========================================================================== */
.a-PopupLOV-resultsGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-PopupLOV-iconGrid-item {
  width: 20%;
  border: 1px solid;
  border-top-width: 0;
  border-left-width: 0;
}

.a-PopupLOV-resultsGrid a.a-PopupLOV-resultsSet-link {
  overflow: hidden;
  padding: 12px 8px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.a-PopupLOV-resultsGrid .fa {
  display: block;
  margin: 4px;
  pointer-events: none;
}

.a-PopupLOV-resultsGrid a.a-PopupLOV-resultsSet-link:hover,
.a-PopupLOV-resultsGrid a.a-PopupLOV-resultsSet-link:focus {
  text-decoration: none;
}

.a-PopupLOV-resultsGrid a.a-PopupLOV-resultsSet-link:focus {
  outline: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Processing Region (Used for showing processing spinner)
   ========================================================================== */
.a-ProcessingRegion {
  position: relative;
  margin: 24px auto;
  padding: 64px 24px;
  min-width: 320px;
  max-width: 480px;
  text-align: center;
  border-radius: 6px;
}

.a-ProcessingRegion .u-Processing {
  position: relative;
  left: 0;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}

.a-ProcessingRegion-title {
  padding: 16px 0 0 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.a-ProcessingRegion-body {
  font-size: 14px;
  line-height: 20px;
}

.a-ProcessingRegion-body:empty {
  display: none;
}

.a-ProcessingRegion--slim {
  margin: 12px auto;
  padding: 24px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Property (Property Editor Properties)
   ========================================================================== */
/**
 * Property Component
 *
 * This is a property that is used within the context of a property editor to
 * provide a label and input field.
 *
 * Example HTML:
 *
 * <div class="a-Property">
 *   <div class="a-Property-labelContainer">
 *     <label class="a-Property-label">Label</label>
 *   </div>
 *   <div class="a-Property-fieldContainer">
 *     <input type="text" class="a-Property-field">
 *   </div>
 * </div>
 */
.a-Property {
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.a-Property .a-Icon.icon-required {
  display: none;
}

.a-Property-buttonContainer,
.a-Property-labelContainer,
.a-Property-unitContainer {
  display: table-cell;
  vertical-align: middle;
}

.a-Property-buttonContainer,
.a-Property-labelContainer,
.a-Property-fieldContainer,
.a-Property-unitContainer {
  padding: 4px 8px;
}

@media only screen and (max-width: 1024px) {
  .a-Property-buttonContainer,
  .a-Property-labelContainer,
  .a-Property-fieldContainer,
  .a-Property-unitContainer {
    padding: 2px 8px;
  }
}

.a-Property-labelContainer {
  padding-right: 0;
  min-width: 112px;
}

#templateOptionsDlgPE .a-Property-labelContainer {
  min-width: 144px;
}

.a-PropertyEditor--stacked .a-Property:not(.a-Property--stacked) .a-Property-labelContainer {
  display: table-row;
  width: 100%;
}

.a-Property-fieldContainer {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.a-Property-fieldContainer--comboBox {
  padding-right: 0 !important;
}

.a-Property-buttonContainer--comboBox .a-Button {
  margin-left: -1px;
}

.a-Property-colorPreview {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.a-Property-fieldContainer--colorPicker {
  padding-right: 0 !important;
}

.a-Property-fieldContainer--colorPicker .a-Property-field {
  padding-left: 24px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.a-Property-fieldContainer--colorPicker .a-Property-colorPreview {
  position: absolute;
  margin: 6px;
  pointer-events: none;
}

.a-Property-buttonContainer--colorPicker .a-Button {
  margin-left: -1px;
}

.a-Property-unitContainer {
  padding-left: 0 !important;
  white-space: nowrap;
}

/******************************************************************************
Property Error
******************************************************************************/
.a-Property.is-error .icon-error {
  margin-right: 4px;
}

/******************************************************************************
Property Warning
******************************************************************************/
.a-Property.is-warning .icon-warning {
  margin-right: 4px;
}

/******************************************************************************
Label and Pre / Post Text
******************************************************************************/
.a-Property-label,
.a-Property-setItemsHeader-header,
.a-Property-unit {
  padding: 4px 0;
  font-size: 12px;
  line-height: 16px;
}

.a-Property-checkbox-label,
.a-Property-radio {
  font-size: 12px;
  line-height: 16px;
}

.a-Property-unit {
  font-size: 11px;
}

.a-Property-label--withIcon {
  padding: 4px 0;
  line-height: 16px;
}

/******************************************************************************
Property Field - Used for property editor
******************************************************************************/
.a-Property-field {
  padding: 4px;
  min-height: 24px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
}

.a-Property-field:focus {
  outline: none;
}

.a-Property.is-variable .a-Icon.icon-variable {
  margin-right: 4px;
}

.a-Property.is-variable .a-Property-field {
  border-radius: 2px;
}

/* Property Editor Select List
   ========================================================================== */
.a-Property-field--select {
  overflow: hidden;
  padding-right: 30px;
  text-indent: 0.01px;
  text-overflow: ' ';
  background-position: 100% 0;
  background-size: 32px 24px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body:not(:-moz-handler-blocked) .a-Property-field--select {
  padding: 2px 24px 2px 2px;
}

/* Text Area
   ========================================================================== */
.a-Property-field--textarea,
body .ui-widget .a-Property-field--textarea {
  padding: 4px;
  max-height: 320px;
  height: auto;
  font-size: 11px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 14px;
}

.a-Property-readOnly {
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
}

.a-Property-setItemsTable-header {
  font-weight: normal;
}

.a-Property-setItemsTable .a-Property-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/******************************************************************************
Combo Box Styles
******************************************************************************/
.a-Property-buttonContainer--comboBox .a-Button {
  margin-left: 8px;
}

/******************************************************************************
Checkbox + Radio Buttons
******************************************************************************/
.a-Property-checkbox-input[type="checkbox"],
.a-Property-radio-input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  /* Disabled State
   ========================================================================== */
  /* Focus
   ========================================================================== */
}

.a-Property-checkbox-input[type="checkbox"] + label,
.a-Property-radio-input[type="radio"] + label {
  position: relative;
  padding-right: 8px;
  padding-left: 20px;
  cursor: pointer;
}

.u-RTL .a-Property-checkbox-input[type="checkbox"] + label, .u-RTL
.a-Property-radio-input[type="radio"] + label {
  padding-left: 8px;
  padding-right: 20px;
}

.a-Property-checkbox-input[type="checkbox"] + label:before, .a-Property-checkbox-input[type="checkbox"] + label:after,
.a-Property-radio-input[type="radio"] + label:before,
.a-Property-radio-input[type="radio"] + label:after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  -webkit-transition: .125s opacity ease;
  transition: .125s opacity ease;
}

.u-RTL .a-Property-checkbox-input[type="checkbox"] + label:before, .u-RTL .a-Property-checkbox-input[type="checkbox"] + label:after, .u-RTL
.a-Property-radio-input[type="radio"] + label:before, .u-RTL
.a-Property-radio-input[type="radio"] + label:after {
  left: auto;
  right: 0;
}

.a-Property-checkbox-input[type="checkbox"] + label:before,
.a-Property-radio-input[type="radio"] + label:before {
  z-index: 90;
  border: 1px solid;
}

.a-Property-checkbox-input[type="checkbox"] + label:after,
.a-Property-radio-input[type="radio"] + label:after {
  z-index: 100;
  opacity: 0;
}

.a-Property-checkbox-input[type="checkbox"]:disabled + label,
.a-Property-radio-input[type="radio"]:disabled + label {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.a-Property-checkbox-input[type="checkbox"]:disabled + label:before,
.a-Property-radio-input[type="radio"]:disabled + label:before {
  opacity: .5;
}

.a-Property-checkbox-input[type="checkbox"]:hover:checked + label:after,
.a-Property-checkbox-input[type="checkbox"]:focus:checked + label:after,
.a-Property-radio-input[type="radio"]:hover:checked + label:after,
.a-Property-radio-input[type="radio"]:focus:checked + label:after {
  opacity: 1;
}

/******************************************************************************
Checkbox Specific
******************************************************************************/
.a-Property-checkbox-input[type="checkbox"] {
  /* Unchecked
   ========================================================================== */
  /* Checked
   ========================================================================== */
}

.a-Property-checkbox-input[type="checkbox"] + label:before {
  border-radius: 2px;
}

.a-Property-checkbox-input[type="checkbox"] + label:after {
  background-position: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.a-Property-checkbox-input[type="checkbox"]:indeterminate + label:after {
  opacity: 1;
  background-image: none;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  margin: 6px 3px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.a-Property-checkbox-input[type="checkbox"]:checked + label:after,
.a-Property-checkbox-input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

/******************************************************************************
Radio Specific
******************************************************************************/
.a-Property-radio-input[type="radio"] {
  /* Unchecked
   ========================================================================== */
  /* Checked
   ========================================================================== */
}

.a-Property-radio-input[type="radio"] + label:before {
  border-radius: 16px;
}

.a-Property-radio-input[type="radio"] + label:after {
  margin: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.a-Property-radio-input[type="radio"]:checked + label:after {
  opacity: 1;
}

/******************************************************************************
Yes / No Buttons
******************************************************************************/
.a-PropertyEditor--stacked .a-Property-radioGroup--buttonSet {
  padding: 0 4px;
}

.a-Property-radioGroup--buttonSet .a-Property-radio {
  margin-right: -1px;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input {
  /* Unchecked */
  /* Checked */
  /* Focused */
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input + label {
  padding: 2px 8px;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input + label:before, .a-Property-radioGroup--buttonSet .a-Property-radio-input + label:after {
  content: initial;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input:checked + label {
  font-weight: bold;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input:focus + label {
  z-index: 1;
  outline: none;
  border-radius: 2px;
}

/******************************************************************************
Radio
******************************************************************************/
.a-Property-radioGroup:focus {
  outline: none;
}

.a-Property-radio {
  display: inline-block;
}

.a-Property-radio-input {
  display: inline-block;
  margin: 2px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.a-Property-radio-label {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
  font-size: 12px;
}

.a-Property-fieldContainer--radioGroup {
  padding-top: 6px;
  padding-bottom: 6px;
}

/******************************************************************************
Yes / No Radios
******************************************************************************/
.a-Property-radioGroup--buttonSet:before, .a-Property-radioGroup--buttonSet:after {
  display: table;
  content: '';
}

.a-Property-radioGroup--buttonSet:after {
  clear: both;
}

.a-Property-radioGroup--buttonSet .a-Property-radio {
  float: left;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input:disabled + label {
  opacity: .5;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input + label {
  min-width: 48px;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
}

.a-Property-radioGroup--buttonSet .a-Property-radio-input + label .a-Icon {
  margin: 2px;
}

/******************************************************************************
Stacked Properties
******************************************************************************/
.a-Property--stacked {
  position: relative;
}

.a-Property--stacked .a-Property-labelContainer,
.a-Property--stacked .a-Property-fieldContainer {
  display: block;
}

.a-Property--stacked .a-Property-labelContainer {
  margin-right: 64px;
  padding-bottom: 0;
}

.a-Property--stacked .a-Property-fieldContainer {
  padding-top: 0;
}

.a-Property--stacked .a-Property-buttonContainer {
  position: absolute;
  top: 0;
  right: 0;
}

.a-Property--stacked .a-Property-buttonContainer + .a-Property-fieldContainer {
  padding-top: 4px;
}

.a-Property--stacked .a-Property-buttonContainer .a-Button--quickPick {
  margin-left: 8px;
}

.a-Property--scrollable {
  display: block;
  overflow: auto;
}

.a-Property-labelContainer--withButtons {
  display: table-cell;
  table-layout: auto;
  padding-bottom: 8px;
}

.a-Property-labelContainer--hiddenLabel {
  padding: 0;
}

.a-Property-buttonContainer {
  padding-left: 0 !important;
}

.a-Property-buttonContainer--pullRight {
  float: right;
}

.a-Property.is-changed .a-Property-labelContainer:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 1px;
  display: inline-block;
  width: 3px;
  content: '';
  opacity: .5;
}

.a-Property.is-changed:hover .a-Property-labelContainer:before, .a-Property.is-changed.is-focused .a-Property-labelContainer:before {
  opacity: 1;
}

.a-Property-label,
.a-Property-unit {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.a-Property-field {
  display: block;
  width: 100%;
  background-clip: border-box;
  border: 0 solid;
}

.a-Property-field--textarea {
  min-height: 48px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  resize: vertical;
}

/******************************************************************************
Hide/Show Classes
******************************************************************************/
.a-Property.js-showAll,
.a-PropertyEditor-propertyGroup.js-showAll {
  display: none;
}

.a-PropertyEditor.js-showAll .a-Property.js-showAll,
.a-PropertyEditor.js-showAll .a-PropertyEditor-propertyGroup.js-showAll {
  display: block;
}

.a-PropertyEditor--stacked.js-showAll .a-Property.js-showAll {
  display: table;
}

/******************************************************************************
Variable Field
******************************************************************************/
/******************************************************************************
Checkbox
******************************************************************************/
.a-Property-checkboxGroup:focus {
  outline: none;
}

.a-Property-checkbox-input {
  display: inline-block;
  margin: 2px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.a-Property-checkbox-label {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
  font-size: 12px;
}

/******************************************************************************
Set Items Table
******************************************************************************/
.a-Property-setItemsTable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-Property-setItemsTable td {
  padding-bottom: 4px;
}

.a-Property-setItemsTable tr:last-child td {
  padding-bottom: 0;
}

.a-Property-setItemsHeader-header {
  text-align: left;
}

.a-Property-setItemsTable-removeCol {
  width: 40px;
}

/******************************************************************************
Property Editor in Dialogs
******************************************************************************/
/******************************************************************************
Property Editor Buttons
******************************************************************************/
.a-Property-button {
  --a-button-padding-y: 6px;
  width: 100%;
  white-space: normal;
}

/******************************************************************************
Stacked Styles
******************************************************************************/
.a-PropertyEditor--stacked .a-Property-labelContainer .a-Property-label {
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  font-size: 11px;
}

.a-PropertyEditor--stacked .a-Property-fieldContainer,
.a-PropertyEditor--stacked .a-Property-buttonContainer {
  padding-top: 0;
  padding-bottom: 8px;
}

.a-PropertyEditor--stacked .a-Property--stacked .a-Property-buttonContainer {
  padding-top: 4px;
  padding-bottom: 4px;
}

.a-PropertyEditor--stacked .a-Property--stacked .a-Property-labelContainer .a-Property-label {
  padding: 4px 0;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .a-Property-field {
  border: 1px solid !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Property Editor
   ========================================================================== */
.a-PropertyEditor-wrapper .a-PropertyEditor-propertyGroup:first-child {
  margin-top: 8px;
}

.ui-dialog .a-PropertyEditor {
  overflow: auto;
  max-height: 400px;
}

/* Property Editor Groups
   ========================================================================== */
.a-PropertyEditor-propertyGroup {
  display: block;
  background-clip: padding-box;
  -webkit-transition: background-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.a-PropertyEditor-propertyGroup.is-collapsed .a-PropertyEditor-propertyGroup-header {
  border-bottom: none;
}

.a-PropertyEditor-propertyGroup.is-collapsed .a-PropertyEditor-propertyGroup-body {
  display: none;
}

.a-PropertyEditor .a-PropertyEditor-propertyGroup:first-child {
  margin-top: 4px;
}

.a-PropertyEditor-propertyGroup-header {
  margin-top: 4px;
  padding: 12px 8px;
  border-width: 0;
  -webkit-transition: margin .1s ease;
  transition: margin .1s ease;
}

@media only screen and (max-width: 1024px) {
  .a-PropertyEditor-propertyGroup-header {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .a-PropertyEditor-propertyGroup-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1679px) {
  .a-PropertyEditor-propertyGroup-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.a-PropertyEditor-propertyGroup-header:hover .a-Icon {
  opacity: 1;
}

.a-PropertyEditor-propertyGroup-header .a-Icon {
  margin: 2px 6px 2px 0;
  border-radius: 2px;
  opacity: 0.5;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.u-RTL .a-PropertyEditor-propertyGroup-header .a-Icon {
  margin: 2px 0 2px 6px;
}

.a-PropertyEditor-propertyGroup-header .a-Icon.icon-right-arrow:before {
  content: "\E0D8";
}

.a-PropertyEditor-propertyGroup-header .a-Icon.icon-down-arrow:before {
  content: "\e0c2";
}

.a-PropertyEditor-propertyGroup-header.is-focused {
  position: relative;
  z-index: 100;
  outline: none;
}

.a-PropertyEditor-propertyGroup-header.is-focused .a-Icon {
  opacity: 1;
}

.a-PropertyEditor-propertyGroup-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/**
 * Modifier: is-empty
 *
 * Used when an error message is displayed
 */
.a-PropertyEditor.is-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-PropertyEditor-message {
  padding: 12px;
  width: 100%;
  text-align: center;
}

.a-PropertyEditor-messageText {
  margin: 0;
}

.a-Icon + .a-PropertyEditor-messageText {
  margin-top: 8px;
}

.a-PropertyEditor-editParent {
  padding: 6px 8px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .a-PropertyEditor-editParent {
    padding: 2px 8px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .a-PropertyEditor-editParent {
    padding: 4px 8px;
  }
}

/* Filtering
   ========================================================================== */
.a-PropertyEditor-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.a-PropertyEditor-filter .a-PropertyEditor-filter-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px;
  opacity: .5;
  -webkit-transition: .1s ease;
  transition: .1s ease;
  pointer-events: none;
}

.u-RTL .a-PropertyEditor-filter .a-PropertyEditor-filter-icon {
  left: auto;
  right: 0;
}

.a-PropertyEditor-filter .a-Property-field:not(.a-Property-field--text) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px 8px 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}

.u-RTL .a-PropertyEditor-filter .a-Property-field:not(.a-Property-field--text) {
  padding: 8px 32px 8px 8px;
}

.a-PropertyEditor-filter .a-Property-field:not(.a-Property-field--text):focus + .a-Icon {
  opacity: 1;
}

.a-PropertyEditor-filter .a-Button--stickyFilter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 4px;
  padding: 4px;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.a-PropertyEditor-filter:focus-within .a-Property-field + .a-Icon {
  opacity: 1;
}

.a-PropertyEditor-filter .a-Property-field:focus ~ .a-Button--stickyFilter,
.a-PropertyEditor-filter .a-Button--stickyFilter.is-active,
.a-PropertyEditor-filter .a-Button--stickyFilter:focus {
  opacity: 1;
}

.a-Property-highlight {
  padding: 2px 0;
  border-radius: 2px;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

/* Property Filter Not Found
   ========================================================================== */
.a-Property-notFound {
  padding: 1.6rem;
  text-align: center;
}

.a-Property-notFound .a-Icon {
  margin-bottom: 8px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Property Group (Property Editor Groups)
   ========================================================================== */
/**
 * Property Group Component
 *
 * This is a grouping of one or more properties in the context of a property
 * editor. This allows us to conveniently group our properties and use
 * psuedo selectors to apply styles to first / last elements within the group.
 *
 * Example HTML:
 *
 * <div class="a-PropertyGroup">
 *   <div class="a-PropertyGroup-item">
 *     [Property  Here]
 *   </div>
 *   <div class="a-PropertyGroup-item">
 *     [Property  Here]
 *   </div>
 *   <div class="a-PropertyGroup-item">
 *     [Property  Here]
 *   </div>
 * </div>
 */
.a-PropertyGroup-item {
  border-top: 1px solid;
  border-bottom-width: 0;
}

.a-PropertyEditor-propertyGroup-body {
  padding: 4px 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Regions
   ========================================================================== */
/**
 * Region Component
 *
 * This is a region component which provides a container to place other components in.
 * Using a region will provide you with a header and body which you can style and
 * use within your UI.
 *
 * Example HTML:
 *
 * <div class="a-Region [modifiers]">
 *   <div class="a-Region-header">
 *     <h2 class="a-Region-title">Region Title</h2>
 *   </div>
 *   <div class="a-Region-body">
 *     Body
 *   </div>
 * </div>
 *
 * <div class="a-Region [modifiers]">
 *   <div class="a-Region-header">
 *     <div class="a-Region-headerItems a-Region-headerItems--left">
 *       <h2 class="a-Region-title">Region Title</h2>
 *     </div>
 *     <div class="a-Region-headerItems a-Region-headerItems--right">
 *       [Optional Buttons]
 *     </div>
 *   </div>
 *   <div class="a-Region-body">
 *     Body
 *   </div>
 * </div>
 *
 */
/* ==========================================================================
   Region
   ========================================================================== */
.a-Region {
  display: block;
  background-clip: padding-box;
  border: 1px solid;
}

/**
 * Modifier: No Padding
 *
 * Sets Region Padding to 0
 */
.a-Region--noPadding > .a-Region-body {
  padding: 0;
}

/**
 * Modifier: Padded Region
 *
 * This applies a 12px padding to the region body
 */
.a-Region--padded .a-Region-body {
  padding: 12px;
}

/**
 * Modifier: Slim Padded Region
 *
 * This applies a 4px padding to the region body
 */
.a-Region--slimPadded .a-Region-body {
  padding: 4px;
}

/**
 * Modifier: No Border
 *
 * Remove borders and shadows from the region.
 */
.a-Region--noBorder {
  border-width: 0 !important;
}

.a-Region--noBorder > .a-Region-header {
  border-bottom: none !important;
}

.a-Region--noBorder.a-Region--hideShow > .a-Region-header {
  padding-left: 0;
}

.a-Region--noBorder > .a-Region-body {
  border: none !important;
}

/**
 * Modifier: Show Top Button
 *
 * Shows a button to right of region header to jump to top of page
 */
.a-Region--showTopButton .a-Button--goToTop {
  display: inline-block;
}

/**
 * Modifier: Stacked Regions
 *
 * Remove side borders and shadows.  This is useful for accordions,
 * and regions that can be grouped togehter into stacks.
 */
.a-Side .a-Region:first-child {
  border-top-width: 0;
}

/**
 * Modifier: Region with Icon
 *
 * This region contains an icon-based icon
 */
.a-Region--hasIcon .a-Icon.a-Icon--regionIcon {
  width: 32px;
  height: 32px;
}

.a-Region--hasIcon .a-Icon.a-Icon--regionIcon:before {
  font-size: 32px;
}

.a-Region--hasIcon .listwithicon {
  margin-left: 0;
}

/**
 * Modifier: Flush Region
 *
 * Removes padding from region body
 */
.ui-dialog.ui-dialog-flushBody .ui-dialog-content {
  padding: 0;
}

/**
 * Region Header
 */
.a-Region-header {
  padding: 0 12px;
}

.a-Region-header {
  display: table;
  width: 100%;
  table-layout: auto;
  border-bottom: 1px solid;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.a-Region-headerItems {
  display: table-cell;
  vertical-align: middle;
}

.a-Region-headerItems--title {
  text-align: left;
}

.a-Region-headerItems--buttons {
  text-align: right;
}

.a-Region-title {
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  font-weight: bold;
  line-height: 16px;
}

.a-Accordion-item .a-Region-title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: normal;
  font-size: inherit;
}

.a-PageDesigner .a-Region-title {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .a-PageDesigner .a-Region-title {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .a-PageDesigner .a-Region-title {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1679px) {
  .a-PageDesigner .a-Region-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.a-Region-title--withBadge {
  padding: 10px 0;
  line-height: 20px;
}

.a-Region--sideRegion .a-Region-header {
  padding-right: 4px;
}

.a-Side .a-Region .a-Region-title {
  font-size: 12px;
  font-weight: 700;
  opacity: .8;
}

.a-Side .a-Region .a-Region-body {
  border-top-width: 0;
  padding-top: 0;
}

.a-Side .a-LinksList {
  margin-top: 0;
  margin-bottom: 4px;
}

.a-Side .a-LinksList-item {
  border-top: 0;
  border-bottom: 0;
}

/* ==========================================================================
   Region Caption
   ========================================================================== */
.a-Region-caption {
  padding: 8px;
  font-size: 11px;
}

.a-Region-caption--borderTop {
  border-top: 1px solid;
}

.a-Region-caption--borderBottom {
  border-bottom: 1px solid;
}

.a-Region-body {
  padding: 12px;
}

.a-Region-bodyHeader {
  padding: 12px;
}

.a-Region-bodyHeader:empty {
  display: none;
}

.a-Region-body--noBorder {
  border: none !important;
}

.a-Region--scrollAuto > .a-Region-body {
  overflow: auto;
}

.a-Region--shadowScroll.a-Region--heightFix > .a-Region-body {
  position: initial;
}

.a-Region--shadowScroll {
  position: relative;
  overflow: hidden;
}

.a-Region--shadowScroll > .a-Region-body {
  position: absolute;
  top: 40px;
  bottom: 0;
  overflow: auto;
  width: 100%;
  background-size: 100% 12px, 100% 12px, 100% 6px, 100% 6px;
  background-repeat: no-repeat;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.a-Region {
  margin-bottom: -1px;
  border-width: 1px 0 1px 0;
  border-radius: 0;
}

.a-Region,
.a-Region .a-Region-body {
  border-top-width: 1px;
  border-top-style: solid;
}

.a-Region .a-Region-header {
  border-bottom-width: 0;
  border-radius: 0;
}

.a-Region .a-Region-title {
  font-weight: normal;
  font-size: 14px;
}

.a-Region .a-Region-body {
  font-size: 12px;
  line-height: 16px;
}

.a-Region--leftBorder,
.a-Region--borderLeft {
  border-left-width: 1px;
}

.a-Region--rightBorder {
  border-right-width: 1px;
}

.a-Region--topBorder {
  border-top-width: 1px;
}

.a-Region--bottomBorder {
  margin-bottom: 0;
  border-bottom-width: 1px;
}

.a-Region--noTopBorder {
  border-top-width: 0;
}

.a-Region--noBottomBorder {
  border-bottom-width: 0;
}

.a-Region--touchTop {
  margin-top: -1px !important;
}

.a-Region--touchBottom {
  margin-bottom: -1px !important;
}

.a-Region--hideShow {
  margin: 12px 0;
}

.a-Region--hideShow.a-Region--noBorder {
  margin-right: 12px;
  margin-left: 12px;
}

.a-Region--hideShow > .a-Region-header .a-Region-headerIcon {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.a-Region--hideShow > .a-Region-header .a-Region-headerIcon:before {
  padding-left: 1px;
}

.a-Region--hideShow > .a-Region-header .a-Button--hideShow {
  margin: 4px 4px 4px 0;
  padding: 4px;
  border-radius: 100%;
}

.a-Region--hideShow > .a-Region-header .a-Region-headerIcon:before {
  content: "\e016";
}

.a-Region--hideShow.is-expanded > .a-Region-body {
  display: block;
  height: auto;
}

.a-Region--hideShow.is-expanded > .a-Region-header .a-Button--hideShow:hover .a-Region-headerIcon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-Region--hideShow.is-expanded > .a-Region-header .a-Region-headerIcon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-Region--hideShow.is-collapsed > .a-Region-body {
  overflow: hidden;
  padding: 0;
  height: 0;
  border-width: 0;
}

.a-Region--hideShow.is-collapsed > .a-Region-header .a-Button--hideShow:hover .a-Region-headerIcon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-Region--hideShow > .a-Region-header .a-Region-headerItems--title {
  padding-left: 4px;
  width: 100%;
}

.a-Region--hideHeader > .a-Region-header {
  display: none;
}

.a-Region--accessibleHeader > .a-Region-header {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Region--hideHeader > .a-Region-body,
.a-Region--accessibleHeader > .a-Region-body {
  border-top-width: 0;
}

.a-Region--iframe .a-Region-title {
  padding: 12px 0;
  font-weight: normal;
  font-size: 14px;
}

.a-Region--iframe .a-Region-body {
  font-size: 12px;
  line-height: 20px;
}

.a-Region--iframe .a-ButtonRegion {
  margin-bottom: 0;
  border-width: 1px 0 0 0;
}

.a-Region-regionDesc {
  padding: 14px 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid;
}

.a-Region--simple {
  margin-top: 12px;
}

.a-Region--simple + .a-Region--simple {
  margin-top: 0;
}

.a-Region--simple > .a-Region-header {
  border-width: 0;
}

.a-Region--simple > .a-Region-body {
  border-top-width: 0;
}

.a-Region--carousel {
  overflow: hidden;
}

.a-Region--carousel .a-Region-carouselNav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 110;
  margin: 8px 0;
  width: 100%;
  text-align: center;
}

.a-Region--carousel .a-Region-carouselItems {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.a-Region--carousel .a-Region-carouselItem {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}

.a-Region--carousel .a-Region-carouselItem {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.a-Region--carousel .a-Region-carouselItem.a-Tabs-element-selected {
  z-index: 10;
  opacity: 1;
}

.a-Region--carousel.a-Region--carouselSlide .a-Region-carouselItem.apex-rds-before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.a-Region--carousel.a-Region--carouselSlide .a-Region-carouselItem.apex-rds-after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.a-Region--carousel.a-Region--carouselSlide .a-Region-carouselItem.apex-rds-element-selected {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.a-Region--carousel.a-Region--carouselSpin .a-Region-carouselItem.apex-rds-before {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.a-Region--carousel.a-Region--carouselSpin .a-Region-carouselItem.apex-rds-after {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.a-Region--carousel.a-Region--carouselSpin .a-Region-carouselItem.apex-rds-element-selected {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.a-Region--carousel .a-Tabs-button {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  margin-top: -32px;
  padding: 16px 4px;
  width: 24px;
  height: 64px;
  border: none;
  border-radius: 2px;
  opacity: .75;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.a-Region--carousel .a-Tabs-button:hover {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.a-Region--carousel .a-Tabs-button:active, .a-Region--carousel .a-Tabs-button:active:focus {
  opacity: 1;
}

.a-Region--carousel .a-Tabs-button:focus {
  outline: none;
  opacity: 1;
}

.a-Region--carousel .a-Tabs-button.a-Tabs-next-region {
  right: -1px;
  border-radius: 2px 0 0 2px;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}

.a-Region--carousel .a-Tabs-button.a-Tabs-previous-region {
  left: -1px;
  border-radius: 0 2px 2px 0;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}

.a-Region--carousel .a-Region-carouselNavItem {
  display: inline-block;
  margin: 0 4px;
}

.a-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink:focus {
  outline: none;
}

.a-Region--carousel .a-Region-carouselLink {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.a-Region--carousel .a-Region-carouselLabel {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

/* Featured App Container Region (4750:1)
   ========================================================================== */
.a-Region--featuredApps.a-Region--carousel .a-Tabs-button {
  top: 68px;
  width: 40px;
  -webkit-transform: none;
          transform: none;
}

.a-Region--featuredApps.a-Region--carousel .a-Tabs-button .a-Icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.a-Region--featuredApps.a-Region--carousel .a-Tabs-button .a-Icon:before {
  font-size: 32px;
  line-height: 32px;
}

.a-Region--featuredApps .a-Region-carouselNav {
  display: none;
}

/* Modifier: textContent (Used for 4000:30 Page Designer Get Started Modal)
   ========================================================================== */
.a-Region--textContent {
  margin: 16px 0;
}

.a-Region--textContent .a-Region-header {
  margin-bottom: 16px;
  padding: 0;
}

.a-Region--textContent .a-Region-title {
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

.a-Region--textContent .a-Region-body {
  font-size: 14px;
  line-height: 1.5;
}

.a-Region--textContent ul:not([class]) {
  margin-left: 24px;
}

.a-Region--textContent ul:not([class]) li:not(:last-child) {
  margin-bottom: 12px;
}

.a-Region--textContent ul:not([class]) br {
  line-height: 2;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   RDS
   ========================================================================== */
.apex-page-anchors {
  overflow: hidden;
}

.apex-page-anchors .apex-rds-container {
  overflow: visible;
  padding-bottom: 0;
}

.apex-rds-container {
  overflow: auto;
}

ul.apex-rds {
  display: table;
  margin: 0;
  padding: 0;
  width: auto;
  table-layout: auto;
  list-style: none;
  border-collapse: collapse;
  border-width: 0;
}

ul.apex-rds:before, ul.apex-rds:after {
  display: none;
  content: inherit;
}

ul.apex-rds li {
  display: table-cell;
}

ul.apex-rds li a {
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

ul.apex-rds li a:focus {
  position: relative;
  z-index: 110;
  outline: none;
}

ul.apex-rds li a:hover {
  text-decoration: none;
}

ul.apex-rds li a:after {
  content: '';
  display: block;
  height: 3px;
  bottom: 1px;
  left: 12px;
  right: 12px;
  position: absolute;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .apex-rds {
  border-bottom: 1px solid !important;
}

.u-HCM .apex-rds-selected a {
  border: 1px solid;
  border-bottom-width: 0;
  font-weight: bold;
}

.u-HCM .apex-rds-item--hint a {
  font-weight: bold;
  border-top: 1px solid !important;
}

.u-HCM .apex-rds-item:focus a {
  outline: 1px dotted !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Region Group
   ========================================================================== */
/**
 * Core Region Group
 *
 * This component contains multiple regions and allows you to create groups of
 * regions that appear together.  It allows you to group regions together for
 * any given context.
 */
.a-RegionGroup .a-Region--stacked:last-child {
  border-width: 1px 0 1px 0 !important;
}

.a-RegionGroup.a-RegionGroup--columnContained,
.a-RegionGroup.a-RegionGroup--columnContained .a-Region--stacked:first-child {
  border-top-width: 0 !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Report
   ---
   Report Templates (Classic and Interactive)
   ========================================================================== */
/* ==========================================================================
  Report Container
   ========================================================================== */
.a-Report {
  display: block;
  overflow: auto;
}

.a-Report:before, .a-Report:after {
  display: table;
  content: '';
}

.a-Report:after {
  clear: both;
}

.sql-workshop-iframe-page .a-Report {
  overflow: visible;
}

/* ==========================================================================
   Report Pagination
   ========================================================================== */
.a-Report-pagination {
  width: 100%;
}

.a-Report-pagination td.pagination {
  padding: 4px;
}

.a-Report-pagination td:empty {
  display: none;
}

.a-Report-pagination,
.a-Report-pagination table {
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.a-Report-paginationText {
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/**
 * Pagination Link
 */
.a-Report-paginationLink {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/* ==========================================================================
   Report Links
   ---
   External link and CSV link
   ========================================================================== */
.a-Report-links {
  display: block;
  clear: both;
  padding: 8px;
  border: 1px solid;
  border-top-width: 0;
}

.a-Report-links:empty {
  display: none;
}

/* ==========================================================================
   Report Wrapper
   ========================================================================== */
.a-Report-wrap {
  float: left;
}

/* ==========================================================================
   Report
   ========================================================================== */
.a-Report-report {
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Column Header
 */
.a-Report-colHead {
  padding: 12px;
  vertical-align: bottom;
  font-weight: bold;
}

.a-Report-cell--header {
  white-space: nowrap;
  font-weight: bold;
}

/**
 * Table Cell
 */
.a-Report-cell {
  padding: 8px 12px;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

/* ==========================================================================
   .a-Report
   ---
   Standard Report (Bordered)
   ========================================================================== */
.a-Report-cell,
.a-Report-colHead {
  border-top: 1px solid;
  border-left: 1px solid;
}

.a-Report-report tr .a-Report-cell:last-child,
.a-Report-report tr .a-Report-colHead:last-child {
  border-right: 1px solid;
}

.a-Report-report tr:last-child .a-Report-cell {
  border-bottom: 1px solid;
}

/* ==========================================================================
   .a-Report--noBorders
   ---
   Borderless Report
   ========================================================================== */
.a-Report--noBorders .a-Report-links {
  border-width: 0;
}

.a-Report--noBorders .a-Report-cell,
.a-Report--noBorders .a-Report-colHead {
  border-top-width: 0;
  border-left-width: 0;
}

.a-Report--noBorders .a-Report-report tr .a-Report-cell:last-child,
.a-Report--noBorders .a-Report-report tr .a-Report-colHead:last-child {
  border-right-width: 0;
}

.a-Report--noBorders .a-Report-report tr:last-child .a-Report-cell {
  border-bottom-width: 0;
}

/* ==========================================================================
   .a-Report--stretch
   ---
   Stertch report to 100% width of container
   ========================================================================== */
.a-Report--stretch .a-Report-wrap,
.a-Report--stretch .a-Report-report {
  width: 100%;
}

/* ==========================================================================
   .a-Report--confirmReport
   ---
   Used for wizard confirmation reports
   ========================================================================== */
.a-Report--confirmReport {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}

.a-Report--confirmReport .a-Report-cell,
.a-Report--confirmReport .a-Report-colHead {
  padding: 12px;
}

.a-Report--confirmReport .a-Report-cell--header {
  width: 50%;
}

/* ==========================================================================
   .a-Report--inline
   ---
   Remove outer borders and header background color
   ========================================================================== */
.a-Report--inline .a-Report-links {
  border-right-width: 0;
  border-left-width: 0;
}

.a-Report--inline .a-Report-colHead {
  border-top-width: 0;
  border-bottom: 1px solid;
}

.a-Report--inline .a-Report-report tr .a-Report-cell:first-child,
.a-Report--inline .a-Report-report tr .a-Report-colHead:first-child {
  border-left-width: 0;
}

.a-Report--inline .a-Report-report tr .a-Report-cell:last-child,
.a-Report--inline .a-Report-report tr .a-Report-colHead:last-child {
  border-right-width: 0;
}

/* ==========================================================================
   .a-Report--horizontalBorders
   ---
   Stertch report to 100% width of container
   ========================================================================== */
.a-Report--horizontalBorders .a-Report-cell,
.a-Report--horizontalBorders .a-Report-colHead {
  border-left-width: 0;
}

.a-Report--horizontalBorders .a-Report-report tr .a-Report-cell:first-child,
.a-Report--horizontalBorders .a-Report-report tr .a-Report-colHead:first-child {
  border-left-width: 1px;
}

.a-Report--horizontalBorders .a-Report-report tr .a-Report-cell:last-child,
.a-Report--horizontalBorders .a-Report-report tr .a-Report-colHead:last-child {
  border-right-width: 1px;
}

/* ==========================================================================
   .a-Report--verticalBorders
   ---
   Stertch report to 100% width of container
   ========================================================================== */
.a-Report--verticalBorders .a-Report-cell {
  border-top-width: 0;
}

.a-Report--verticalBorders .a-Report-report tr:first-child .a-Report-cell {
  border-top-width: 1px;
}

/* ==========================================================================
   .a-Report--condensed
   ---
   Condensed Report (Smaller fonts + smaller padding)
   ========================================================================== */
.a-Report--condensed .a-Report-colHead {
  padding: 8px;
}

.a-Report--condensed .a-Report-cell {
  padding: 4px 8px;
}

/* ==========================================================================
   .a-Report--vertical
   ---
   Vertical Report for showing key / value pairs
   ========================================================================== */
.a-Report--vertical.a-Report--stretch .a-Report-cell--header {
  width: 20%;
}

.a-Report--vertical.a-Report--inline tr:first-child td {
  border-top-width: 0;
}

.a-Report--vertical.a-Report--inline tr:last-child td {
  border-bottom-width: 0;
}

.t-fht-thead.is-stuck:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin-bottom: -8px;
  width: 100%;
  height: 8px;
  content: ' ';
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Search Field
   ========================================================================== */
/**
 * Core Search Field Component
 *
 * This component contains a search input field and its relevant styling.
 */
.a-SearchField {
  position: relative;
  display: inline-block;
  margin: 8px 12px;
}

.a-SearchField-icon,
.a-SearchField-clear {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  padding: 1px 6px;
  height: 24px;
}

.a-SearchField-icon {
  left: 0;
}

.a-SearchField-clear {
  right: 0;
}

.a-SearchField-textInput {
  padding: 4px 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1.333;
  border: none;
  border-radius: 2px;
}

.a-SearchField-textInput:focus {
  outline: none;
}

.a-SearchField--forComponentLibrary {
  position: absolute;
  top: 0;
  right: 0;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Searchbox Widget with Icon + Go Button
   ========================================================================== */
.a-SearchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-SearchBox--noGoButton .a-SearchBox-field {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.a-SearchBox--noGoButton .a-SearchBox-input {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.a-SearchBox--small .a-SearchBox-icon {
  padding: 0;
  width: 16px;
  height: 16px;
}

.a-SearchBox--small .a-SearchBox-input {
  padding: 4px 8px 4px 24px;
  height: 24px;
  line-height: 16px;
}

.a-SearchBox-field {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-clip: padding-box;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .a-SearchBox-field {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.a-SearchBox-input {
  margin: 0;
  padding: 4px 8px 4px 30px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 22px;
  border: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.a-SearchBox-input:focus, .a-SearchBox-input.is-focused {
  position: relative;
  z-index: 10;
  outline: none;
}

.a-Button.a-SearchBox-button,
.a-SearchBox-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  margin: 4px;
  padding: 3px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.a-SearchBox--autoExpand .a-SearchBox-field {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.a-SearchBox--autoExpand .a-SearchBox-input {
  padding-right: 0;
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

@media only screen and (min-width: 1400px) {
  .a-SearchBox--autoExpand .a-SearchBox-input {
    width: 256px;
  }
}

.a-SearchBox--autoExpand .a-SearchBox-field:hover .a-SearchBox-input,
.a-SearchBox--autoExpand .a-SearchBox-input:focus {
  width: 256px;
}

.a-SearchBox--fill .a-SearchBox-field {
  min-width: 40px;
}

.a-SearchBox--fill .a-SearchBox-input {
  height: 38px;
  border-radius: 0;
}

.a-SearchBox--fill .a-SearchBox-icon {
  margin: 8px 4px 8px 8px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************
Splitter
******************************************************************************/
/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   APEX Spotlight Search
   ---
   New quick navigation and search feature for APEX 5.2
   ========================================================================== */
.a-Spotlight {
  --jui-dialog-content-padding-y: 0px;
  --jui-dialog-content-padding-x: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.a-Spotlight-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Body Class to prevent scrolling when spotlight is open */
body.apex-spotlight-active {
  overflow: hidden;
}

/* Spotlight Results
   ========================================================================== */
.a-Spotlight-results {
  overflow: auto;
  max-height: 50vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-height: 768px) {
  .a-Spotlight-results {
    max-height: 390px;
  }
}

.a-Spotlight-results:empty {
  display: none;
}

/* Spotlight Results List
   ========================================================================== */
.a-Spotlight-resultsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* List Item
   ========================================================================== */
.a-Spotlight-result:not(:last-child) {
  border-bottom: 1px solid;
}

.a-Spotlight-result .a-Spotlight-link:hover {
  text-decoration: none;
}

.a-Spotlight-result.is-active .a-Spotlight-link {
  text-decoration: none;
}

/* Search Field
   ========================================================================== */
.a-Spotlight-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 16px;
  border-bottom: 1px solid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-Spotlight-search .a-Spotlight-icon {
  position: relative;
  z-index: 1;
}

.a-Spotlight-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Spotlight-input {
  display: block;
  padding: 16px 16px 16px 64px;
  width: 100%;
  height: 64px;
  font-size: 20px !important;
  line-height: 32px;
  border-width: 0;
}

.a-Spotlight-input:focus {
  outline: none;
}

/* Result Link
   ========================================================================== */
.a-Spotlight-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Spotlight-link:focus {
  outline: none;
}

.a-Spotlight-icon {
  margin-right: 16px;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.a-Spotlight-icon .a-AppCards-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.a-Spotlight-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-Spotlight-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.a-Spotlight-labelContext {
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 2px;
  font-size: 11px;
}

.a-Spotlight-desc {
  font-size: 11px;
}

.a-Spotlight-shortcut {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 24px;
}

/* Spotlight Dialog
   ========================================================================== */
.ui-dialog.ui-dialog--apexspotlight {
  --jui-dialog-border-width: 0px;
  --jui-dialog-border-radius: 6px;
}

.ui-dialog.ui-dialog--apexspotlight .ui-dialog-titlebar {
  display: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************

File Name:    aPD-Sprites.scss
Purpose:      Contains all sprites and images used for Page Designer

Outline:
  1. Extendible Sprite Class
  2. Sprite Mixin

******************************************************************************/
/******************************************************************************
Generic Sprite Sizes
******************************************************************************/
.iconTiny {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.iconMini {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.iconSmall {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.iconMedium {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.iconLarge {
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}

/******************************************************************************
16x16 Sprites
******************************************************************************/
.a-Icon.menuDropdown {
  background-position: -0 -36px;
}

.gi-Icon {
  width: 128px;
  height: 128px;
  background-size: 128px;
}

.gi-Icon--medium {
  width: 96px;
  height: 96px;
  background-size: 96px;
}

.gi-Icon--small {
  width: 64px;
  height: 64px;
  background-size: 64px;
}

.a-WizardIcon {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-size: 96px;
}

.a-Form--smIcons .a-WizardIcon {
  width: 64px;
  height: 48px;
  background-size: 64px;
}

.a-WizardIconLarge {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: 128px;
}

.a-WizardIconMedium {
  display: inline-block;
  margin: 0 36px;
  width: 128px;
  height: 96px;
  background-size: 128px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/******************************************************************************
SQL Workshop
******************************************************************************/
.qs-main .apex-row {
  max-width: 100%;
}

.a-SQLWorkshop-compileError {
  margin-top: 8px;
}

.a-SQLWorkshop-compileTiming {
  font-size: 13px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Time Line
   ========================================================================== */
/* Block + Block Headers
   ========================================================================== */
.a-StatusList-blockHeader {
  padding: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.a-StatusList-headerTextPrimary,
.a-StatusList-headerTextAlt {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-StatusList-headerTextPrimary {
  width: 75%;
}

.a-StatusList-headerTextAlt {
  width: 25%;
  text-align: right;
}

/* Time Line List
   ========================================================================== */
.a-StatusList-list {
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.a-StatusList-item {
  position: relative;
  overflow: hidden;
}

.a-StatusList-itemMarker {
  float: left;
}

.a-StatusList-itemBody {
  overflow: hidden;
}

/* Time Line Marker
   ========================================================================== */
/* Time Line Item Title
   ========================================================================== */
.a-StatusList-itemTitle {
  margin: 8px 0 4px 0;
  font-size: 12px;
  line-height: 24px;
}

/* Time Line Item Description
   ========================================================================== */
.a-StatusList-itemAttrs {
  margin-bottom: 8px;
}

/* Time Line Item Attributes
   ========================================================================== */
.a-StatusList-attr {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 14px;
}

.a-StatusList-attrLabel {
  font-weight: bold;
}

/* Time Line Item Description
   ========================================================================== */
.a-StatusList-textDesc {
  margin: -4px 0 8px 0;
  font-size: 14px;
  line-height: 20px;
}

/* Time Line Stateful Modifiers
   ========================================================================== */
/* Modifier: Dates
   ========================================================================== */
.a-StatusList--dates .a-StatusList-itemMarker {
  position: relative;
  margin: 8px 12px;
  width: 28px;
}

.a-StatusList--dates .a-StatusList-marker {
  display: block;
  padding-top: 4px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
}

.a-StatusList--dates .a-StatusList-marker:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: '';
  border-radius: 2px 2px 0 0;
}

/* Modifier: Bullets
   ========================================================================== */
.a-StatusList--bullets .a-StatusList-itemMarker {
  margin-right: 4px;
  width: 32px;
  text-align: center;
}

.a-StatusList--bullets .a-StatusList-marker {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 12px 0;
  width: 16px;
  height: 16px;
  text-align: center;
  text-indent: -999px;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid;
  border-radius: 24px;
}

.a-StatusList--bullets .a-StatusList-item.is-complete .a-StatusList-marker {
  border: none;
}

.a-StatusList--bullets .a-StatusList-item.is-danger .a-StatusList-marker {
  border: none;
}

.a-StatusList--bullets .a-StatusList-item.is-open .a-StatusList-marker {
  border: none;
}

.a-StatusList--bullets .a-StatusList-item.is-warning .a-StatusList-marker {
  border: none;
}

.a-StatusList--bullets .a-StatusList-item.is-null .a-StatusList-marker {
  border: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
 Checkbox Switch
 ========================================================================== */
.a-Switch-toggle {
  width: 44px;
}

.a-Switch input[type=checkbox]:focus + .a-Switch-toggle {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dotted;
}

.a-Switch input[type=checkbox]:focus + .a-Switch-toggle:before {
  border-width: 0;
  border-style: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Tabs
   ========================================================================== */
/**
 * Core Tabs
 *
 * This component renders the tabs UI control.
 */
.ui-tabs.ui-widget-content {
  border: 0;
  border-radius: 0;
}

.a-Tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid;
  border-radius: 0;
}

.a-Tabs:before, .a-Tabs:after {
  display: table;
  content: '';
}

.a-Tabs:after {
  clear: both;
}

.a-Tabs-item {
  display: block;
  float: left;
}

.a-Tabs-link {
  display: block;
  text-decoration: none;
  border-radius: 0;
}

.a-Tabs-item.is-active {
  font-weight: bold !important;
}

/* Tab Label
   ========================================================================== */
.a-Tabs--pageDesignerTabs .ui-tabs-nav .a-Icon {
  display: none;
}

.ui-tabs--iconOnly .a-Icon {
  display: inline-block !important;
}

.ui-tabs--iconOnly .a-Tabs-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  margin-left: 4px;
}

.a-Tabs--simple {
  border: none;
}

.a-Tabs--simple .a-Tabs-link {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 24px;
  border-right: 1px solid;
}

.a-Tabs--simpleInset,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav {
  border: none;
  padding-left: 8px;
  padding-right: 8px;
}

.a-Tabs--simpleInset .ui-tabs-tab,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-tab {
  padding-left: 0;
  padding-right: 0;
}

.a-Tabs--simpleInset .a-Tabs-link,
.a-Tabs--simpleInset .ui-tabs-anchor,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .a-Tabs-link,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-anchor {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.a-Tabs--simpleInset .a-Tabs-link:after,
.a-Tabs--simpleInset .ui-tabs-anchor:after,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .a-Tabs-link:after,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-anchor:after {
  content: '';
  display: block;
  height: 3px;
  bottom: 1px;
  left: 12px;
  right: 12px;
  position: absolute;
}

.a-Tabs--simpleInset .a-Tabs-link:hover,
.a-Tabs--simpleInset .a-Tabs-link:focus,
.a-Tabs--simpleInset .ui-state-hover .ui-tabs-anchor,
.a-Tabs--simpleInset .ui-state-focus .ui-tabs-anchor,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .a-Tabs-link:hover,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .a-Tabs-link:focus,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-state-hover .ui-tabs-anchor,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-state-focus .ui-tabs-anchor {
  outline: none;
}

.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-state-default {
  border: none;
  border-radius: 0;
}

.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-state-default:focus {
  outline: none;
}

.ui-tabs--simpleInset.ui-tabs--componentLibrary .ui-tabs-nav {
  border-top: 1px solid !important;
}

.a-Tabs--subTabButtons {
  border: none;
  padding: 8px;
}

.a-Tabs--subTabButtons .a-Tabs-item:focus {
  outline: none;
}

.a-Tabs--subTabButtons .a-Tabs-link {
  padding: 0 12px;
  font-size: 12px;
  line-height: 2;
  border-radius: 2px;
  margin-right: 8px;
  border-right: none;
}

.a-Tabs--subTabButtons .a-Tabs-link:hover,
.a-Tabs--subTabButtons .a-Tabs-link:focus {
  outline: none;
  text-decoration: none;
}

.ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav {
  padding: 8px;
}

.ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-anchor {
  line-height: 2;
  padding: 0 12px;
  outline: none;
}

.ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav li {
  margin-right: 8px;
  border-radius: 2px;
}

.a-Tabs--fill {
  border: none;
}

.a-Tabs--fill .a-Tabs-link {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 24px;
  border-right: 1px solid;
}

.a-Tabs--forComponentLibraryFilters,
.ui-tabs--forComponentLibraryFilters > .ui-tabs-nav {
  border-bottom: 1px solid;
  padding: 8px 4px 0 12px;
}

.a-TabsContainer--subTabs {
  border-bottom: 1px solid;
}

/* ==========================================================================
   High Contrast Mode
   ========================================================================== */
.u-HCM .ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-anchor,
.u-HCM .ui-tabs--subTabButtons > .a-Tabs-toolbar {
  border-bottom: 1px solid !important;
}

.u-HCM .ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  border-bottom-width: 0 !important;
  border-top: 2px solid !important;
  font-weight: bold !important;
}

.u-HCM .ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-active.ui-state-focus {
  outline: 1px dotted !important;
  border: 2px solid !important;
}

.u-HCM .ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-anchor {
  border: 1px solid !important;
  border-radius: 2px;
}

.u-HCM .ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-active {
  font-weight: bold;
  outline: 1px solid !important;
}

.u-HCM .ui-tabs--subTabButtons > .a-Tabs-toolbar > .ui-tabs-nav .ui-tabs-focus {
  outline: 1px dotted !important;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Tag Cloud
   ========================================================================== */
.a-TagCloud {
  margin: 0;
  padding: 0;
}

.a-TagCloud-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.a-TagCloud-link {
  display: block;
  margin: 0 8px 8px 0;
  padding: 4px 12px;
  line-height: 32px;
  border: 1px solid;
  border-radius: 2px;
  -webkit-transition: background-color .2s, border-color .2s, color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, border-color .2s, color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, border-color .2s, box-shadow .2s, color .2s;
  transition: background-color .2s, border-color .2s, box-shadow .2s, color .2s, -webkit-box-shadow .2s;
}

.a-TagCloud-link span {
  -webkit-transition: color .2s;
  transition: color .2s;
}

.a-TagCloud-link:hover {
  text-decoration: none;
}

.a-TagCloud-count {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0;
  font-weight: 600;
  border: none;
}

.a-TagCloud-link--size1 {
  font-size: 12px;
}

.a-TagCloud-link--size2 {
  font-size: 14px;
}

.a-TagCloud-link--size3 {
  font-size: 16px;
}

.a-TagCloud-link--size4 {
  font-size: 18px;
}

.a-TagCloud-link--size5 {
  font-size: 20px;
}

.a-TagCloud-link--size6 {
  font-size: 22px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Timeline Report
   ========================================================================== */
/* Timeline */
.a-Timeline {
  padding: 16px;
}

.a-TimelineEntry {
  position: relative;
  overflow: hidden;
}

.a-TimelineEntry:before, .a-TimelineEntry:after {
  content: '';
  width: 1px;
  height: 1000px;
  display: block;
  position: absolute;
  left: 32px;
}

.a-TimelineEntry:before {
  bottom: calc(100% - 28px);
}

.a-TimelineEntry:after {
  top: 28px;
}

.a-TimelineEntry:first-child:before {
  content: none;
}

.a-TimelineEntry:last-child:after {
  content: none;
}

.a-TimelineEntry-wrap {
  position: relative;
  z-index: 1;
}

.a-TimelineEntry-header {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.a-TimelineEntry-headerItems--type {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-TimelineEntry-typeIcon {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 6px;
  margin-right: 12px;
}

.a-TimelineEntry-typeIcon .fa {
  line-height: 1;
  font-size: inherit;
}

.a-TimelineEntry-headerItems--info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
  line-height: 16px;
}

.a-TimelineEntry-infoAuthor {
  white-space: nowrap;
  font-weight: 600;
  padding: 4px 0;
}

.a-TimelineEntry-infoAuthor:not(:only-child) {
  margin-right: 12px;
}

.a-TimelineEntry-infoAuthor .a-User {
  vertical-align: top;
}

.a-TimelineEntry-infoStatus {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 24px;
}

.a-TimelineEntry-infoStatus a {
  font-weight: 600;
}

.a-TimelineEntry-statusType {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -1px;
  margin-bottom: -1px;
  vertical-align: top;
}

.a-TimelineEntry-statusType .a-User {
  margin-right: 8px;
  vertical-align: top;
}

.a-TimelineEntry-statusType .a-User:last-child {
  margin-right: 0;
}

.a-TimelineEntry-statusType .a-User-avatar,
.a-TimelineEntry-statusType .a-User-initials {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
}

.a-TimelineEntry-statusType .a-User-name {
  font-weight: 600;
}

.a-TimelineEntry-statusType a.a-User:hover .a-User-name {
  text-decoration: underline;
}

.a-TimelineEntry-headerItems--actions {
  margin-left: 12px;
  margin-right: -8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-TimelineEntry-headerItems--actions .a-Button {
  padding: 8px;
}

.a-TimelineEntry-headerItems--actions .a-Button + .a-Button {
  margin-left: 0;
}

.a-TimelineEntry-body {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 0;
  margin-top: -4px;
}

.a-TimelineEntry--expanded {
  border-radius: 2px;
  z-index: 2;
}

.a-TimelineEntry--expanded + .a-TimelineEntry--expanded {
  margin-top: 8px;
}

.a-TimelineEntry--expanded .a-TimelineEntry-headerItems--type {
  display: none;
}

.a-TimelineEntry--collapsed {
  z-index: 1;
}

.a-TimelineEntry--collapsed .a-TimelineEntry-body {
  display: none;
}

.a-TimelineEntry--hidden {
  opacity: .65;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.a-TimelineEntry--hidden:hover, .a-TimelineEntry--hidden:focus-within {
  opacity: 1;
}

.a-TimelineEntry--hidden.a-TimelineEntry--expanded {
  opacity: 1;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Toolbar
   ========================================================================== */
/**
 * Core Toolbar
 *
 * Toolbar can be used for positioning buttons, input fields, menus, etc
 * usually positioned below the header, but above the body
 */
.a-Toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.a-Toolbar .a-Button:focus {
  outline: none;
}

.a-Toolbar-groupContainer--end {
  margin-left: auto;
}

.a-Toolbar--padded .a-Toolbar-items {
  padding: 8px;
}

.a-Toolbar-items {
  vertical-align: top;
}

.a-Toolbar-items--left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-Toolbar--propertyEditor .a-Toolbar-items--left {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.a-Toolbar-items--right {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.a-Toolbar-pageColumn {
  position: relative;
  border-bottom: 1px solid;
}

.a-Toolbar-pageColumn .a-Toolbar-items {
  padding: 8px;
}

.a-Tabs-toolbar {
  overflow: hidden;
}

.a-Tabs-toolbar .a-Toolbar-items {
  padding: 4px;
}

.a-Tabs-toolbar > .ui-tabs-nav {
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Toolbar--simple .a-Button.a-Button--gapLeft:before, .a-Toolbar--simple .a-Button.a-Button--gapRight:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
}

.a-Toolbar--simple .a-Button.a-Button--gapLeft {
  margin-left: 15px !important;
}

.a-Toolbar--simple .a-Button.a-Button--gapRight {
  margin-right: 15px !important;
}

.a-Toolbar--simple .a-Button.a-Button--gapLeft:before {
  left: 0;
  margin-left: -8px;
  border-left: 1px solid;
}

.a-Toolbar--simple .a-Button.a-Button--gapRight:before {
  right: 0;
  margin-right: -8px;
  border-right: 1px solid;
}

.a-Toolbar--simple .a-Button + .a-Button {
  margin-left: 0;
}

.a-Toolbar--insetShadow {
  border-top: 1px solid;
}

.a-Toolbar--insetShadow:before, .a-Toolbar--insetShadow:after {
  display: table;
  content: '';
}

.a-Toolbar--insetShadow:after {
  clear: both;
}

.a-Toolbar--insetShadow,
.ui-tabs--simpleInset > .a-Tabs-toolbar > .ui-tabs-nav {
  border-radius: 0;
}

.ui-tabs--subTabButtons > .a-Tabs-toolbar {
  padding-bottom: 1px;
}

.a-Toolbar--columnBorder {
  border-top: none;
}

/* Search Toolbar
   ========================================================================== */
.a-Toolbar-pageColumn--search {
  /* Search Bar + Clear Container */
  /* Hide Hidden Label Span */
}

.a-Toolbar-pageColumn--search .a-Toolbar-pageColumn--searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 8px 0 8px;
}

.a-Toolbar-pageColumn--search .apex-item-group--rc:focus {
  outline: none;
}

.a-Toolbar-pageColumn--search .a-Form-fieldContainer--search {
  position: relative;
}

.a-Toolbar-pageColumn--search .a-Form-fieldContainer--search .a-Form-inputContainer {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Toolbar-pageColumn--search .a-Form-fieldContainer--search .apex-item-text {
  width: 100%;
  padding-left: 32px;
  height: 32px;
  line-height: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-Toolbar-pageColumn--search .a-Form-fieldContainer--search .apex-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 8px;
}

.a-Toolbar-pageColumn--search .a-Form-labelContainer {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-Toolbar-pageColumn--searchOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-Toolbar-pageColumn--searchOptions .a-Form-fieldContainer--inline {
  width: auto;
}

/* Floating Toolbar (for Page Designer left side column) */
.a-Toolbar--floating {
  position: absolute;
}

.a-Toolbar--floating .a-Toolbar-items .a-Button {
  z-index: 1;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Tool Tips (jQuery UI)
   ========================================================================== */
.tt-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-list > li {
  overflow: hidden;
  padding: 4px 0;
  font-size: 11px;
  line-height: 16px;
  border-bottom: 1px solid;
}

.tt-list > li:last-child {
  border-bottom: none;
}

.tt-label {
  float: left;
  overflow: hidden;
  margin-right: 8px;
  width: 120px;
  font-weight: bold;
}

.tt-value {
  display: block;
  overflow: hidden;
}

.a-Tooltip,
.ui-widget-content.ui-tooltip {
  padding: 8px;
  min-width: 220px;
  max-width: 280px;
  font-size: 11px;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 2px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
 Tree Component
 ========================================================================== */
/*
 * Populated Tree Node
 */
.a-TreeView-content.is-populated .a-TreeView-label {
  font-weight: bold;
}

/* Tree Node -- Conditional / Run on Init
   ========================================================================== */
.a-TreeView-content.is-conditional .a-Icon,
.a-TreeView-content.is-run-on-init .a-Icon {
  position: relative;
}

.a-TreeView-content.is-conditional .a-Icon:after,
.a-TreeView-content.is-run-on-init .a-Icon:after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border: 1px solid;
  border-radius: 100%;
}

.a-TreeView-content.is-conditional .a-TreeView-label {
  font-style: italic;
}

/* Tree Node -- Run on Page Init
   ========================================================================== */
.a-TreeView-content.is-run-on-init .a-Icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA3IDciIHdpZHRoPSI3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yIDEuNSAzLjUgMi0zLjUgMnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

/* Tree Node -- Never Condition
   ========================================================================== */
.a-TreeView-content.is-never .a-Icon {
  opacity: .5;
}

.a-TreeView-content.is-never .a-TreeView-label {
  text-decoration: line-through;
}

/* Tree Node -- Hidden Column
   ========================================================================== */
.a-TreeView-content .icon-col-hidden-column,
.a-TreeView-content .icon-col-hidden-column + .a-TreeView-label {
  opacity: .75;
}

/* ==========================================================================
 Tree Nodes
 ========================================================================== */
.a-PageDesigner-treeWrap {
  /* Node Selector
     ========================================================================== */
}

.a-PageDesigner-treeWrap .a-TreeView-content {
  padding: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.a-PageDesigner-treeWrap .a-TreeView-content .u-selector {
  margin: 2px 4px;
}

.a-TreeView-content.is-error .a-TreeView-label .a-Icon,
.a-TreeView-content.is-warning .a-TreeView-label .a-Icon {
  display: none;
}

.a-TreeView-content.is-error > .a-Icon:before {
  content: "\e0a2";
}

.a-TreeView-content.is-warning > .a-Icon:before {
  content: "\e017";
}

.a-TreeView-content .a-Icon.icon-warning,
.a-TreeView-content .a-Icon.icon-error {
  float: right;
}

/* Page Designer Tree
   ========================================================================== */
.a-TreeView-label {
  margin-left: 0;
}

.a-PageDesigner-treeWrap {
  /* Set new line height */
}

.a-PageDesigner-treeWrap .a-TreeView-node {
  padding-left: 22px;
}

.a-PageDesigner-treeWrap .a-TreeView-node.a-TreeView--noCollapse {
  padding-left: 0;
}

.a-PageDesigner-treeWrap .a-TreeView-label {
  display: inline-block;
  padding: 0 6px;
  line-height: 20px;
  outline: none !important;
  white-space: nowrap;
}

.a-PageDesigner-treeWrap .a-TreeView-content .a-Icon {
  padding: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
}

.a-PageDesigner-treeWrap .a-TreeView-row {
  height: 28px;
}

.a-PageDesigner-treeWrap .a-TreeView-toggle {
  margin-top: 3px;
  margin-left: -22px;
  padding: 3px;
  width: 22px;
  height: 22px;
  text-align: center;
}

/* Override Arrow Icons
   ========================================================================== */
.a-TreeView .is-expandable > .a-TreeView-toggle:before {
  content: "\E0D8";
}

.a-TreeView .is-collapsible > .a-TreeView-toggle:before {
  content: "\e0c2";
}

/* Is Chagned Indicator
   ========================================================================== */
.a-TreeView-content.is-changed .a-TreeView-label {
  font-weight: 600;
}

.a-TreeView-content.is-changed:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 2px;
  content: '';
  display: block;
}

/* ==========================================================================
   ORDS Tree (also inherits from Page Designer Styles)
   ========================================================================== */
.a-TreeView--ords .a-TreeView-label:hover {
  text-decoration: none;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   User Avatar, Initials & Name
   ========================================================================== */
.a-User {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  min-width: 0;
  max-width: 100%;
}

.a-User--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-User--md .a-User-avatar,
.a-User--md .a-User-initials {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.a-User--md .a-User-initials {
  font-size: 14px;
  font-weight: 600;
}

.a-User--lg .a-User-avatar,
.a-User--lg .a-User-initials {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}

.a-User--lg .a-User-initials {
  font-size: 18px;
}

.a-User--lg .a-User-name:not(:only-child) {
  margin-left: 12px;
}

.a-User--xl .a-User-avatar,
.a-User--xl .a-User-initials {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
}

.a-User--xl .a-User-initials {
  font-size: 32px;
}

.a-User--more .a-User-initials {
  min-width: 24px;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
}

.a-User--more .a-User-initials:empty {
  display: none;
}

.a-User-avatar,
.a-User-initials {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.a-User-avatar {
  -o-object-fit: cover;
     object-fit: cover;
}

.a-User-initials {
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
}

.a-User-name {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.a-User-name:not(:only-child) {
  margin-left: 6px;
}

/* When in Sidebar
   ========================================================================== */
.a-Side .a-User:not(:last-child) {
  margin-bottom: 8px;
}

.a-Side .a-User .a-User-name {
  margin-left: 6px;
}

/*
$display-xxxs: 640px;
$display-xxs: 800px;
$display-xs: 1024px;
$display-small: 1280px;
$display-medium: 1680px;
$display-large: 1920px;
*/
/* ==========================================================================
   Wizard Container
   ========================================================================== */
.a-Wizard-buttons {
  vertical-align: middle;
  white-space: nowrap;
}

.a-Wizard-buttons--center {
  text-align: center;
}

.a-Wizard-regionBody p {
  font-size: 14px;
  line-height: 20px;
}

/* ==========================================================================
   Wizard Steps
   ========================================================================== */
.a-WizardSteps {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  list-style: none;
}

@media only screen and (max-width: 800px) {
  .a-WizardSteps {
    margin: 6px 0;
  }
}

.a-WizardSteps--displayCurrentLabelOnly .a-WizardSteps-step:not(.is-active) .a-WizardSteps-label {
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-WizardSteps-step {
  display: table-cell;
  vertical-align: top;
}

.a-WizardSteps-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.a-WizardSteps-wrap:after {
  position: absolute;
  top: 16px;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  content: '';
}

.a-WizardSteps-step:first-child .a-WizardSteps-wrap:after {
  right: 0;
  left: 50%;
  width: 50%;
}

.a-WizardSteps-step:last-child .a-WizardSteps-wrap:after {
  right: 50%;
  left: 0;
  width: 50%;
}

.a-WizardSteps-step .a-WizardSteps-marker {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  display: block;
  margin-top: -6px;
  margin-left: -6px;
  padding: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  border: none;
  border-radius: 100%;
  cursor: default;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

@media only screen and (min-width: 1281px) {
  .a-WizardSteps-step .a-WizardSteps-marker {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.a-WizardSteps-step .a-WizardSteps-marker .a-Icon {
  display: none;
}

.a-WizardSteps-step.is-complete .a-WizardSteps-marker {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  display: block;
  margin-top: -10px;
  margin-left: -10px;
  padding: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
}

.a-WizardSteps-step.is-complete .a-WizardSteps-marker .a-Icon {
  display: block;
}

.a-WizardSteps-step.is-complete .a-WizardSteps-marker .a-Icon:before {
  font-size: 12px;
  line-height: 1;
}

.a-WizardSteps-step.is-active .a-WizardSteps-marker {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  display: block;
  margin-top: -14px;
  margin-left: -14px;
  padding: 8px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 100%;
}

.a-WizardSteps-step.is-active .a-Icon {
  -webkit-animation: u-animate-spin 1s 1 linear;
          animation: u-animate-spin 1s 1 linear;
}

.a-WizardSteps-label {
  display: block;
  overflow: hidden;
  margin-top: 32px;
  padding: 4px 8px 0 8px;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  cursor: default;
}

.a-WizardSteps-labelState {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-WizardSteps-step.is-active .a-WizardSteps-label {
  font-weight: bold;
}

/* ==========================================================================
   Request Workspace Wizard
   ========================================================================== */
@keyframes fadeIn {
  from {
    opacity: .25;
    -webkit-transform: translateY(24px) scale(0.75);
            transform: translateY(24px) scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

.a-Wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 1024px;
  background-clip: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .a-Wizard {
    width: 100%;
  }
}

.a-Wizard-controls {
  padding: 24px 32px;
}

.a-Wizard-controls:empty {
  display: none;
}

.a-Wizard-title {
  margin: 48px 0 16px 0;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}

.a-Wizard-buttons {
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.a-Wizard-buttons:empty {
  display: none;
}

.a-Wizard-body {
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Page--createApp .a-Wizard-body {
  padding: 0 32px;
}

.a-Wizard-warning {
  padding: 12px;
  border-radius: 2px;
}

.a-Wizard-warning .a-Wizard-text {
  margin-bottom: 0;
}

.a-Wizard-verification {
  padding: 12px;
  border-radius: 2px;
}

.a-Wizard-verification p {
  font-size: 14px;
  line-height: 20px;
}

.a-Wizard-verification .htmldbStandard3 {
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  border: 1px solid;
}

.a-Wizard-verification table.htmldbMinReport td,
.a-Wizard-verification table.htmldbStandard3 td {
  border-bottom: none;
}

.a-Wizard-success {
  margin: 36px 0 24px 0;
  padding: 12px;
}

.a-Wizard-success .a-Wizard-text {
  margin-bottom: 0;
}

.a-Wizard-success .a-Wizard-icon {
  margin: 0 auto 32px auto;
  padding: 8px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.a-Wizard-success .a-Wizard-icon .a-Icon {
  width: 64px;
  height: 64px;
}

.a-Wizard-success .a-Wizard-icon .a-Icon:before {
  font-size: 64px;
}

.a-Wizard-agreement {
  overflow: auto;
  margin-bottom: 16px;
  padding: 8px;
  max-height: 180px;
  vertical-align: top;
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 16px;
  border: 1px solid;
  border-radius: 2px;
}

.a-Wizard-icon {
  margin-bottom: 12px;
  text-align: center;
}

.a-Wizard-subTitle {
  margin: 16px 0 8px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.a-Wizard-text {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

p.a-Wizard-text--pre {
  margin-bottom: 24px;
}

p.a-Wizard-text--post {
  margin-top: 24px;
  margin-bottom: 24px;
}

.a-Wizard-regionHeader,
.a-Wizard-regionFooter {
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
}

.a-Wizard-regionHeader:empty,
.a-Wizard-regionFooter:empty {
  display: none;
}

.a-Wizard-regionHeader p,
.a-Wizard-regionFooter p {
  font-size: inherit;
}

.a-Wizard-regionHeader p:last-child,
.a-Wizard-regionFooter p:last-child {
  margin-bottom: 0;
}

.a-Wizard-regionHeader {
  padding: 12px;
}

p.a-Wizard-subHeading {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.a-Wizard-regionFooter {
  padding: 12px;
}

.a-Wizard--requestWorkspace {
  width: 720px;
}

/* ==========================================================================
   Modifier: Slim Wizard Steps
   ========================================================================== */
.a-WizardSteps--slim {
  margin: 0;
  padding: 0;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-inactive .a-WizardSteps-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.a-WizardSteps--slim .a-WizardSteps-label {
  padding: 0 0 8px 0;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-active .a-WizardSteps-label {
  display: block;
}

.a-WizardSteps--slim .a-WizardSteps-step .a-WizardSteps-marker {
  top: 16px;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-complete .a-WizardSteps-marker {
  top: 16px;
  margin-top: -8px;
  margin-left: -8px;
  padding: 2px;
  width: 16px;
  height: 16px;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-complete .a-WizardSteps-marker .a-Icon {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-complete .a-WizardSteps-marker .a-Icon:before {
  font-size: 12px;
}

.a-WizardSteps--slim .a-WizardSteps-step.is-active .a-WizardSteps-marker {
  top: 16px;
  margin-top: -10px;
  margin-left: -10px;
  padding: 8px;
  width: 20px;
  height: 20px;
}

.a-Wizard-controls,
.a-Wizard-body,
.a-Wizard-buttons,
.a-Wizard-title {
  -webkit-transition: padding .2s, margin .2s, font-size .2s;
  transition: padding .2s, margin .2s, font-size .2s;
}

@media only screen and (max-width: 1024px) {
  .a-Wizard-controls {
    padding: 12px 16px;
  }
  .a-Wizard-body {
    padding: 0 48px;
  }
  .a-Wizard-buttons {
    padding: 0;
  }
  .a-Wizard-title {
    margin: 32px 0 8px 0;
    font-size: 28px;
  }
}

/* Shame
   ========================================================================== */
textarea#P448_EXCEL_DATA {
  min-height: calc(100vh - 660px);
}

/* Request Workspace Page Specific Styles */
.a-Page--simpleWizard.a-Page--requestWorkspace {
  min-width: 320px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Header {
  position: relative;
  text-align: center;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Header-logo {
  padding: 14px 16px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Header-apexLogo {
  width: 156px;
  height: 24px;
  background-size: contain;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard--requestWorkspace {
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 720px;
  width: 100%;
  border-radius: 6px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard-body {
  padding-right: 32px;
  padding-left: 32px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard-controls:last-child {
  margin-top: 20px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard-success {
  margin-top: 24px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard-subTitle {
  max-width: 480px;
  font-size: 20px;
  line-height: 28px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Wizard-successCustomMessage {
  margin: 16px 0 8px 0;
  max-width: 480px;
  font-size: 14px;
  line-height: 20px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer.a-Form-fieldContainer--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer.a-Form-fieldContainer--stacked .a-Form-labelContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer:not(.a-Form-fieldContainer--stacked) .a-Form-labelContainer {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer:not(.a-Form-fieldContainer--stacked) .a-Form-labelContainer {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer:not(.a-Form-fieldContainer--stacked) .a-Form-labelContainer .a-Form-required:first-child {
  display: inline;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer {
  float: none;
  padding-bottom: 8px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer .a-Form-required:first-child {
  display: inline;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer.a-Form-labelContainer--visuallyhidden + .a-Form-inputContainer {
  width: 100%;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-inputContainer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-inputContainer input.apex-item-popup-lov.popup_lov {
  padding: 7px;
  height: 32px;
  font-size: 14px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-inputContainer .apex-item-group--rc {
  padding: 6px;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-label {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1024px) {
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-fieldContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer,
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-inputContainer,
  .a-Page--simpleWizard.a-Page--requestWorkspace .display_only {
    float: none;
    padding: 0;
    width: 100% !important;
    text-align: left;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer .a-Form-label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-labelContainer .a-Form-required {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-inputContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-error,
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Form-postTextInlineHelp {
    width: 100%;
  }
  .a-Page--simpleWizard.a-Page--requestWorkspace .apex-item-textarea,
  .a-Page--simpleWizard.a-Page--requestWorkspace .apex-item-text,
  .a-Page--simpleWizard.a-Page--requestWorkspace .apex-item-select {
    width: 100%;
  }
}

.a-Page--simpleWizard.a-Page--requestWorkspace .region-usage-info {
  margin-top: 12px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Request-privacyPolicy {
  margin-top: 8px;
  margin-left: calc(25% + 8px);
}

@media only screen and (max-width: 1024px) {
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Request-privacyPolicy {
    margin-left: 0;
  }
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Request-TermsOfUse {
  padding: 8px 0;
  margin-top: 16px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .a-Page--simpleWizard.a-Page--requestWorkspace .a-Request-TermsOfUse {
    padding: 8px 16px;
  }
}

.a-Page--simpleWizard.a-Page--requestWorkspace .a-Request-TermsOfUse .a-Form-inputContainer span.display_only {
  font-weight: 400;
  background: none;
  padding: 2px 8px 2px 0;
  font-size: 12px;
  line-height: 20px;
}

.a-Page--wizardTop .a-Wizard {
  margin-bottom: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/*
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
body .ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0;
}

body .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border-width: 0;
}

body .ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  border-bottom-width: 0;
}

body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0;
  text-decoration: none;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
body .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
body .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

body .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

body .ui-tabs .ui-tabs-panel {
  display: block;
  padding: 0;
  border-width: 0;
  border-radius: 0;
}

/* Styles for Database Services Tree (4850:10)*/
ul.databaseServicesTree {
  list-style: none;
  margin: 8px !important;
  padding: 0;
}

ul.databaseServicesTree li.method a {
  background: url("../img/legacy-database_services_sprite.png") 6px -44px no-repeat;
}

ul.databaseServicesTree li.parameter a {
  background: url("../img/legacy-database_services_sprite.png") 6px 6px no-repeat;
}

ul.databaseServicesTree li {
  margin: 0;
}

ul.databaseServicesTree li ul {
  margin: 0;
  list-style: none;
}

ul.databaseServicesTree li.active > a {
  background-color: #F0F4FA !important;
  border-radius: 4px;
  font-weight: bold;
}

ul.databaseServicesTree li a:hover {
  background-color: #F8F8F8 !important;
  color: #333;
  border-radius: 4px;
}

ul.databaseServicesTree li.parameter,
ul.databaseServicesTree li.method {
  margin-left: 20px;
}

ul.databaseServicesTree li.createLink a {
  background: url("../img/legacy-database_services_sprite.png") 6px -144px no-repeat;
}

ul.databaseServicesTree li.createLink a {
  text-decoration: none !important;
  color: #666;
}

ul.databaseServicesTree li.createLink.active a {
  color: #333;
}

ul.databaseServicesTree li.createLink a:hover {
  color: #333;
}

ul.databaseServicesTree li a {
  color: #333;
  text-decoration: underline !important;
  display: block;
  font: normal 12px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 4px 4px 4px 26px;
  background: url("../img/legacy-database_services_sprite.png") 6px -94px no-repeat;
}

img[src*='e2.gif'] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: url("../img/legacy-e2.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  padding-left: 18px;
}

/* Shortcut Dialog */
#shortcutDlg.ui-dialog-content:focus {
  outline: none;
}

.a-RegionMedia,
.a-MediaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-RegionMedia .a-User,
.a-MediaBlock .a-User {
  vertical-align: top;
}

.a-RegionMedia-graphic,
.a-MediaBlock-graphic {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  float: none;
}

.a-RegionMedia-content,
.a-MediaBlock-content {
  float: none;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.apex-grid-container,
.apex-row {
  overflow: visible;
}

.page-10.app-4600 .a-Alert--inline.a-Alert--horizontal .a-Alert-body p {
  margin-right: 12px;
}

.page-10.app-4600 .a-Alert--inline.a-Alert--horizontal .a-Form-fieldContainer.apex-item-wrapper--yes-no {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.page-10.app-4600 .a-Form-fieldContainer--stretch .a-Form-inputContainer select {
  min-width: 180px !important;
}

.page-99.app-4155 .a-Wizard-body {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.page-99.app-4155 .a-Wizard-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}

@media only screen and (max-width: 800px) {
  .page-99.app-4155 body {
    min-width: 320px;
  }
  .page-99.app-4155 .a-Wizard-title {
    margin: 32px 16px 16px;
    line-height: 1.15;
  }
  .page-99.app-4155 .a-Wizard-body {
    padding: 0 16px;
  }
  .page-99.app-4155 .a-Wizard-regionBody {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-99.app-4155 .a-Form-fieldContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-99.app-4155 .a-Form-labelContainer {
    width: 100%;
    text-align: left;
    float: none;
    padding-bottom: 2px;
  }
  .page-99.app-4155 .a-Form-inputContainer {
    padding-top: 2px;
  }
  .page-99.app-4155 .a-Button--large,
  .page-99.app-4155 .a-Wizard-buttons .a-Button {
    padding: 12px 12px;
    font-size: 13px;
    line-height: 16px;
  }
  .page-99.app-4155 .a-Footer {
    display: none;
  }
}
