/** Import Compass */
/* ========================================================================== Icon Library Mixin ========================================================================== */
/* ========================================================================== Shadows ========================================================================== */
/* ========================================================================== Alert ========================================================================== */
/* Zoom Animation ========================================================================== */
@-webkit-keyframes zoomFade { from { -webkit-transform: scale(0.75); transform: scale(0.75);
    opacity: .0; }
  to { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }
@keyframes zoomFade { from { -webkit-transform: scale(0.75); transform: scale(0.75);
    opacity: .0; }
  to { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

/* Wizard Alert ========================================================================== */
.t-Alert--wizard { margin: 1.6rem auto; width: 50vw; max-width: 76rem; padding: 1.6rem; /** Media Queries */ }

.t-Dialog-body .t-Alert--wizard { width: auto; max-width: 100%; box-shadow: none; border-width: 0; }

.t-Alert--wizard .t-Alert-icon { text-align: center; padding: 2.4rem 0 1.2rem 0; }

.t-Alert--wizard .t-Alert-icon .t-Icon { font-size: 5.6rem; }

.t-Alert--wizard .t-Alert-header { padding: 0 0 2.4rem 0; border-bottom: 0.1rem solid rgba(0, 0, 0, 0.05); }

.t-Alert--wizard .t-Alert-title { text-align: center; font-size: 2.4rem; line-height: 1; margin: 0; }

.t-Alert--wizard .t-Alert-body { font-size: 1.6rem; line-height: 2.4rem; padding: 1.6rem 2.4rem .8rem 2.4rem; }

.t-Alert--wizard .t-Alert-buttons { padding: 1.6rem 2.4rem; text-align: center; width: 80%; margin: 0 auto; }

.t-Alert--wizard .t-Alert-buttons:empty { display: none; }

.t-Alert--wizard .t-Alert-inset { border-radius: 0.2rem; padding: 1.2rem 1.6rem; }

.t-Alert--wizard .t-Alert-inset ul { list-style: decimal; margin: 1.2rem 0 1.2rem 2.4rem; font-size: 1.2rem; line-height: 1.6rem; }

.t-Alert--wizard .t-Alert-inset li { margin-bottom: 0.4rem; }

.t-Alert--wizard .t-Alert-inset pre { font-size: 1rem; line-height: 1.6rem; }

/* Horizontal Alert ========================================================================== */
.t-Alert--horizontal { margin-bottom: 1.6rem; position: relative; }

.t-Alert--horizontal .t-Alert-wrap { display: flex; flex-direction: row; padding: 1.6rem; }

.t-Alert--horizontal .t-Alert-icon { flex-shrink: 0; padding-right: 1.6rem; display: flex; align-items: center; }

.u-RTL .t-Alert--horizontal .t-Alert-icon { padding-left: 1.6rem; padding-right: 0; }

.t-Alert--horizontal .t-Alert-content { flex: 1 0; }

.t-Alert--horizontal .t-Alert-buttons { flex-shrink: 0; text-align: right; white-space: nowrap; padding-left: 1.6rem; display: flex; align-items: center; }

.u-RTL .t-Alert--horizontal .t-Alert-buttons { padding-left: 0; padding-right: 1.6rem; }

.t-Alert--horizontal .t-Alert-buttons:empty { display: none; }

.t-Alert--horizontal .t-Alert-title { margin-bottom: 0; }

.apex-icons-fontawesome .t-Alert--horizontal .t-Alert-title { line-height: 2.8rem; }

.apex-icons-fontapex .t-Alert--horizontal .t-Alert-title { line-height: 3.2rem; }

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

.t-Alert--horizontal .t-Alert-body:empty { display: none; }

.apex-icons-fontawesome .t-Alert--horizontal .t-Alert-icon .t-Icon { font-size: 28px; }

.apex-icons-fontapex .t-Alert--horizontal .t-Alert-icon .t-Icon { font-size: 32px; }

/* ========================================================================== Common Properties ========================================================================== */
.t-Alert--wizard, .t-Alert--horizontal { border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.075); }

/** Default Icons */
.apex-icons-fontawesome .t-Alert--defaultIcons.t-Alert--horizontal .t-Alert-icon .t-Icon { line-height: 2.8rem; }

.apex-icons-fontapex .t-Alert--defaultIcons.t-Alert--horizontal .t-Alert-icon .t-Icon { line-height: 3.2rem; }

.apex-icons-fontawesome .t-Alert--defaultIcons.t-Alert--wizard .t-Alert-icon .t-Icon { line-height: 5.6rem; }

.apex-icons-fontapex .t-Alert--defaultIcons.t-Alert--wizard .t-Alert-icon .t-Icon { line-height: 6.4rem; }

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

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

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

.t-Body-alert { margin: 0; }

.t-Body-alert .t-Alert { margin-bottom: 0; }

/* Page Notification (Success or Message) ========================================================================== */
.t-Alert--page { /* Set Border Radius to 0 as message exists within content */ transition: .2s ease-out; /* On sufficiently large screens, position the alert on the top right corner ========================================================================== */ }

.t-Alert--page.t-Alert { border-radius: 0; }

.t-Alert--page .t-Alert-body { margin-top: 0; }

.t-Alert--page .t-Alert-title, .t-Alert--page .a-Notification-title { display: block; font-weight: 400; font-size: 2.0rem; line-height: 3.2rem; margin-bottom: 0; margin-right: 48px; }

.t-Alert--page .a-Notification-list { margin: 0.8rem 0 0 0; list-style: none; }

.t-Alert--page .a-Notification-item { list-style: disc; margin: 0.4rem 1.2rem 0.4rem 2.4rem; }

.t-Alert--page .htmldbOraErr { margin-top: 0.8rem; display: block; font-size: 1.1rem; line-height: 1.6rem; font-family: 'Menlo', 'Consolas', monospace, serif; white-space: pre-line; }

.apex-page-success, .apex-page-error { display: block; }

.apex-page-success.u-hidden, .apex-page-error.u-hidden { display: block !important; }

.apex-page-success.u-hidden .t-Alert--page, .apex-page-error.u-hidden .t-Alert--page { -webkit-transform: translateY(-120%); transform: translateY(-120%); opacity: 0; overflow: hidden; pointer-events: none; }

/* Accessible Heading ========================================================================== */
.t-Alert--accessibleHeading .t-Alert-title { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Hidden Heading (Not Accessible) ========================================================================== */
.t-Alert--removeHeading .t-Alert-title { display: none; }

/* Handling Button Regions for Alerts ========================================================================== */
.t-Alert .t-ButtonRegion { margin-bottom: 0; margin-top: 2.4rem; }

.t-Alert .col .t-ButtonRegion:only-child { margin-bottom: 0; }

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

@media only screen and (min-width: 769px) { .t-Alert--page { position: fixed; top: 1.6rem; right: 1.6rem; max-width: 64rem; min-width: 48rem; z-index: 890; /* Below 900 so Dialog Alerts always show up above */ border-width: 0; box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1) inset, 0 3px 9px -2px rgba(0, 0, 0, 0.1); /* Scrollbars */ }
  .u-RTL .t-Alert--page { right: auto; left: 1.6rem; }
  .t-Alert--page.t-Alert { border-radius: 0.2rem; }
  .t-Alert--page .t-Alert-body, .t-Alert--page .t-Alert-header { padding: 16px; }
  .t-Alert--page .t-Alert-icon { padding: 16px 0 16px 16px; }
  .u-RTL .t-Alert--page .t-Alert-icon { padding: 16px 16px 16px 0; }
  .t-Alert--page .t-Alert-wrap, .t-Alert--page .t-Alert-buttons { padding: 0; }
  .t-Alert--page .t-Button--closeAlert { position: absolute; right: 16px; top: 16px; min-width: 0; }
  .u-RTL .t-Alert--page .t-Button--closeAlert { right: auto; left: 16px; }
  .t-Alert--page .a-Notification-list { max-height: 96px; overflow: auto; }
  .t-Alert--page .a-Notification-link:hover { text-decoration: underline; }
  .t-Alert--page ::-webkit-scrollbar { width: 8px; height: 8px; }
  .t-Alert--page ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.25); }
  .t-Alert--page ::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.05); } }
