@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none;
      outline: 0; }

pre, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .section-blog-fw .view img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code, kbd, pre, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok code, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

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

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

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

.row, .ae-auth-container, .ae-auth-container .ae-auth-blurb, .ae-dashboard-spaces, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-list, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-list, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont, .ae-global-files-modal .ae-recent-files .ae-list, .ae-search-tab .ae-search-results > div, .ae-explorer, .ae-explorer .ae-explorer-info .ae-recent-files .ae-list, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont, .ae-explorer .ae-explorer-info .ae-group-stats, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-details, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head a, .ae-client-download .ae-client-list, .ae-dashboard-sharing-page .ae-dashboard-sharing-cont, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-admin-page .ae-user-mgmt, .ae-discount-preregister-page .ae-register, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-access-form .ae-perms, .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .ae-order-details, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .ae-invoice-bill-to, .ae-payment .ae-ccard, .ae-payment .ae-ccard .ae-info, .ae-payment .ae-new-card h3, .ae-payment .ae-payment-confirm .ae-payment-action, .ae-payment .ae-payment-summary, .ae-payment .ae-payment-value-codes, .ae-payment .ae-address-list .ae-billing-address, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature, .ae-plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .no-gutters > .ae-heading, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .no-gutters > .ae-file-time, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .no-gutters > .ae-date, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .no-gutters > .ae-details, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice .no-gutters > .kae-price, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .no-gutters > .kae-feature-desc, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .no-gutters > .kae-feature-val, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-payment .ae-ccard .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-actions, .col-3, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info, .col-4, .ae-auth-container .ae-auth-area, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-fsize, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-invoice-page .ae-invoice .ae-invoice-date, .ae-invoice-page .ae-invoice .ae-invoice-dl, .ae-payment .ae-payment-summary .ae-ccard .ae-info > *, .col-5, .ae-appliance-page .ae-appliance .ae-license .ae-license-ico, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-ico, .col-6, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-access-form .ae-perms .ae-checkbox, .ae-order-history-page .ae-order .ae-order-date, .ae-order-history-page .ae-order .ae-order-status, .ae-payment .ae-ccard .ae-info > *, .col-7, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address, .col-8, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-ftime, .ae-invoice-page .ae-invoice .ae-invoice-num, .ae-invoice-page .ae-invoice .ae-invoice-order, .ae-payment .ae-address-list .ae-billing-address .ae-info, .col-9, .ae-admin-page .ae-user-mgmt .ae-user-creation, .ae-admin-page .ae-user-mgmt .ae-quota-setup, .col-10, .ae-payment .ae-ccard .ae-info, .col-11, .col-12, .ae-auth-blurb .ae-blurb, .ae-auth-container .ae-auth-blurb, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"]:only-child, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"]:only-child, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-info,
.ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"], .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"]:only-child, .ae-explorer .ae-explorer-main, .ae-client-download .ae-client-list .ae-client-dl, .ae-dashboard-sharing-page .ae-dashboard-sharing-main, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions, .ae-admin-page .ae-user-mgmt .ae-users, .ae-join-page .ae-auth-area,
.ae-password-reset-page .ae-auth-area, .ae-discount-preregister-page .ae-register .ae-img, .ae-discount-preregister-page .ae-register .ae-form, .ae-appliance-page .ae-appliance .ae-license .ae-license-download, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-download, .ae-order-history-page .ae-order .ae-order-invoice, .ae-order-history-page .ae-order .ae-order-details, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg, .ae-order-history-page .ae-order .ae-order-details .ae-order-total > div, .ae-charge-history-page .ae-charge .ae-charge-date,
.ae-charge-history-page .ae-charge .ae-charge-status, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address, .ae-payment .ae-payment-summary .ae-info, .ae-payment .ae-payment-value-codes .ae-input, .ae-payment .ae-payment-value-codes .ae-btn, .ae-plans .ae-plan-wrap, .col, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-heading, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-file-time, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice .kae-price, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-desc, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-val, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-appliance-page .ae-appliance .ae-license .ae-license-ico, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-ico, .ae-payment .ae-ccard .ae-info > *, .col-sm-4, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-client-download .ae-client-list .ae-client-dl, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions, .ae-discount-preregister-page .ae-register .ae-img, .ae-appliance-page .ae-appliance .ae-license .ae-license-download, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-download, .ae-payment .ae-payment-value-codes .ae-btn, .col-sm-5, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data, .col-sm-6, .ae-auth-blurb .ae-blurb, .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg, .ae-order-history-page .ae-order .ae-order-details .ae-order-total > div, .ae-charge-history-page .ae-charge .ae-charge-date,
.ae-charge-history-page .ae-charge .ae-charge-status, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address, .col-sm-7, .col-sm-8, .ae-discount-preregister-page .ae-register .ae-form, .ae-payment .ae-payment-value-codes .ae-input, .col-sm-9, .col-sm-10, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-info,
.ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-info, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .col-sm-11, .col-sm-12, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-dir-info, .col-sm, .ae-access-form .ae-perms .ae-checkbox, .col-sm-auto, .col-md-1, .col-md-2, .ae-order-history-page .ae-order .ae-order-status, .ae-invoice-page .ae-invoice .ae-invoice-date, .ae-invoice-page .ae-invoice .ae-invoice-dl, .col-md-3, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-discount-preregister-page .ae-register .ae-img, .ae-order-history-page .ae-order .ae-order-status, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address, .col-md-4, .ae-order-history-page .ae-order .ae-order-date, .ae-order-history-page .ae-order .ae-order-invoice, .ae-invoice-page .ae-invoice .ae-invoice-num, .ae-invoice-page .ae-invoice .ae-invoice-order, .col-md-5, .ae-order-history-page .ae-order .ae-order-invoice, .col-md-6, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"], .col-md-7, .ae-auth-container .ae-auth-blurb, .col-md-8, .col-md-9, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-explorer .ae-explorer-main, .ae-dashboard-sharing-page .ae-dashboard-sharing-main, .col-md-10, .col-md-11, .col-md-12, .col-md, .ae-plans .ae-plan-wrap, .col-md-auto, .col-lg-1, .col-lg-2, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .col-lg-3, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .col-lg-4, .ae-auth-blurb .ae-blurb, .col-lg-5, .col-lg-6, .ae-global-files-modal .ae-recent-files .ae-recent-file, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file:only-child, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file:only-child, .ae-global-files-modal .ae-recent-files .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-dir:only-child, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file:only-child, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info, .col-xl-5, .col-xl-6, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file, .col-xl-7, .col-xl-8, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-explorer .ae-explorer-main, .ae-dashboard-sharing-page .ae-dashboard-sharing-main, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-heading, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-file-time, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice .kae-price, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-desc, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-val {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-ico,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-payment .ae-ccard .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-actions {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4, .ae-auth-container .ae-auth-area, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-fsize, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-invoice-page .ae-invoice .ae-invoice-date, .ae-invoice-page .ae-invoice .ae-invoice-dl, .ae-payment .ae-payment-summary .ae-ccard .ae-info > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5, .ae-appliance-page .ae-appliance .ae-license .ae-license-ico, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-ico {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-access-form .ae-perms .ae-checkbox, .ae-order-history-page .ae-order .ae-order-date, .ae-order-history-page .ae-order .ae-order-status, .ae-payment .ae-ccard .ae-info > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-ftime, .ae-invoice-page .ae-invoice .ae-invoice-num, .ae-invoice-page .ae-invoice .ae-invoice-order, .ae-payment .ae-address-list .ae-billing-address .ae-info {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9, .ae-admin-page .ae-user-mgmt .ae-user-creation, .ae-admin-page .ae-user-mgmt .ae-quota-setup {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10, .ae-payment .ae-ccard .ae-info {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12, .ae-auth-blurb .ae-blurb, .ae-auth-container .ae-auth-blurb, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"]:only-child, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"]:only-child, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-info,
.ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-dir-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-file-info,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
.ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-info,
.ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"], .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"]:only-child, .ae-explorer .ae-explorer-main, .ae-client-download .ae-client-list .ae-client-dl, .ae-dashboard-sharing-page .ae-dashboard-sharing-main, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions, .ae-admin-page .ae-user-mgmt .ae-users, .ae-join-page .ae-auth-area,
.ae-password-reset-page .ae-auth-area, .ae-discount-preregister-page .ae-register .ae-img, .ae-discount-preregister-page .ae-register .ae-form, .ae-appliance-page .ae-appliance .ae-license .ae-license-download, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-download, .ae-order-history-page .ae-order .ae-order-invoice, .ae-order-history-page .ae-order .ae-order-details, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg, .ae-order-history-page .ae-order .ae-order-details .ae-order-total > div, .ae-charge-history-page .ae-charge .ae-charge-date,
.ae-charge-history-page .ae-charge .ae-charge-status, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address, .ae-payment .ae-payment-summary .ae-info, .ae-payment .ae-payment-value-codes .ae-input, .ae-payment .ae-payment-value-codes .ae-btn, .ae-plans .ae-plan-wrap {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico {
  -ms-flex-order: 1;
  order: 1; }

.order-2, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm, .ae-access-form .ae-perms .ae-checkbox {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-appliance-page .ae-appliance .ae-license .ae-license-ico, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-ico, .ae-payment .ae-ccard .ae-info > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-client-download .ae-client-list .ae-client-dl, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions, .ae-discount-preregister-page .ae-register .ae-img, .ae-appliance-page .ae-appliance .ae-license .ae-license-download, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-download, .ae-payment .ae-payment-value-codes .ae-btn {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6, .ae-auth-blurb .ae-blurb, .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg, .ae-order-history-page .ae-order .ae-order-details .ae-order-total > div, .ae-charge-history-page .ae-charge .ae-charge-date,
  .ae-charge-history-page .ae-charge .ae-charge-status, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8, .ae-discount-preregister-page .ae-register .ae-form, .ae-payment .ae-payment-value-codes .ae-input {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-info,
  .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-info,
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-info, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-info,
  .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-info, .ae-order-history-page .ae-order .ae-order-details .ae-order-total {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont .ae-dir-info,
  .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont .ae-dir-info,
  .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-file-info,
  .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont .ae-dir-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md, .ae-plans .ae-plan-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2, .ae-order-history-page .ae-order .ae-order-status, .ae-invoice-page .ae-invoice .ae-invoice-date, .ae-invoice-page .ae-invoice .ae-invoice-dl {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item, .ae-discount-preregister-page .ae-register .ae-img, .ae-order-history-page .ae-order .ae-order-status, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg, .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .ae-order-history-page .ae-order .ae-order-date, .ae-order-history-page .ae-order .ae-order-invoice, .ae-invoice-page .ae-invoice .ae-invoice-num, .ae-invoice-page .ae-invoice .ae-invoice-order {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5, .ae-order-history-page .ae-order .ae-order-invoice {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-group-stats [class*="ae-stat-"], .ae-explorer .ae-explorer-info .ae-group-stats [class*="ae-stat-"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7, .ae-auth-container .ae-auth-blurb {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-explorer .ae-explorer-main, .ae-dashboard-sharing-page .ae-dashboard-sharing-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, .ae-auth-blurb .ae-blurb {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6, .ae-global-files-modal .ae-recent-files .ae-recent-file {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file:only-child, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file:only-child, .ae-global-files-modal .ae-recent-files .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-dir:only-child, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file:only-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8, .ae-dashboard-spaces .ae-dashboard-spaces-main, .ae-explorer .ae-explorer-main, .ae-dashboard-sharing-page .ae-dashboard-sharing-main {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table, .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-inbox-list, .ae-grantee-list, .ae-invite-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-invoice-page table, .ae-payment table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .ae-dashboard-sharing-page .ae-publink-list th, .ae-dashboard-sharing-page .ae-inbox-list th, .ae-grantee-list th, .ae-invite-list th, .ae-order-history-page .ae-order .ae-order-details .ae-order-products th, .ae-invoice-page table th, .ae-payment table th, .table td, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td, .ae-grantee-list td, .ae-invite-list td, .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-invoice-page table td, .ae-payment table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .ae-dashboard-sharing-page .ae-publink-list thead th, .ae-dashboard-sharing-page .ae-inbox-list thead th, .ae-grantee-list thead th, .ae-invite-list thead th, .ae-order-history-page .ae-order .ae-order-details .ae-order-products thead th, .ae-invoice-page table thead th, .ae-payment table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .ae-dashboard-sharing-page .ae-publink-list tbody + tbody, .ae-dashboard-sharing-page .ae-inbox-list tbody + tbody, .ae-grantee-list tbody + tbody, .ae-invite-list tbody + tbody, .ae-order-history-page .ae-order .ae-order-details .ae-order-products tbody + tbody, .ae-invoice-page table tbody + tbody, .ae-payment table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table, .ae-dashboard-sharing-page .ae-publink-list .table, .ae-dashboard-sharing-page .ae-inbox-list .table, .ae-grantee-list .table, .ae-invite-list .table, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .table, .ae-invoice-page table .table, .ae-payment table .table, .table .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .table .ae-publink-list, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-list, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-list, .ae-grantee-list .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-grantee-list .ae-publink-list, .ae-invite-list .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-invite-list .ae-publink-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-publink-list, .ae-invoice-page table .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-invoice-page table .ae-publink-list, .ae-payment table .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-payment table .ae-publink-list, .table .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .table .ae-inbox-list, .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-list, .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-list, .ae-grantee-list .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .ae-grantee-list .ae-inbox-list, .ae-invite-list .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .ae-invite-list .ae-inbox-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-inbox-list, .ae-invoice-page table .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .ae-invoice-page table .ae-inbox-list, .ae-payment table .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .ae-payment table .ae-inbox-list, .table .ae-grantee-list, .ae-dashboard-sharing-page .ae-publink-list .ae-grantee-list, .ae-dashboard-sharing-page .ae-inbox-list .ae-grantee-list, .ae-grantee-list .ae-grantee-list, .ae-invite-list .ae-grantee-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-grantee-list, .ae-invoice-page table .ae-grantee-list, .ae-payment table .ae-grantee-list, .table .ae-invite-list, .ae-dashboard-sharing-page .ae-publink-list .ae-invite-list, .ae-dashboard-sharing-page .ae-inbox-list .ae-invite-list, .ae-grantee-list .ae-invite-list, .ae-invite-list .ae-invite-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-invite-list, .ae-invoice-page table .ae-invite-list, .ae-payment table .ae-invite-list, .table .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .table .ae-order-products, .ae-dashboard-sharing-page .ae-publink-list .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-dashboard-sharing-page .ae-publink-list .ae-order-products, .ae-dashboard-sharing-page .ae-inbox-list .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-dashboard-sharing-page .ae-inbox-list .ae-order-products, .ae-grantee-list .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-grantee-list .ae-order-products, .ae-invite-list .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-invite-list .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-order-products, .ae-invoice-page table .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-invoice-page table .ae-order-products, .ae-payment table .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .ae-payment table .ae-order-products, .table .ae-invoice-page table, .ae-invoice-page .table table, .ae-dashboard-sharing-page .ae-publink-list .ae-invoice-page table, .ae-invoice-page .ae-dashboard-sharing-page .ae-publink-list table, .ae-dashboard-sharing-page .ae-inbox-list .ae-invoice-page table, .ae-invoice-page .ae-dashboard-sharing-page .ae-inbox-list table, .ae-grantee-list .ae-invoice-page table, .ae-invoice-page .ae-grantee-list table, .ae-invite-list .ae-invoice-page table, .ae-invoice-page .ae-invite-list table, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-invoice-page table, .ae-invoice-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products table, .ae-invoice-page table table, .table .ae-payment table, .ae-payment .table table, .ae-dashboard-sharing-page .ae-publink-list .ae-payment table, .ae-payment .ae-dashboard-sharing-page .ae-publink-list table, .ae-dashboard-sharing-page .ae-inbox-list .ae-payment table, .ae-payment .ae-dashboard-sharing-page .ae-inbox-list table, .ae-grantee-list .ae-payment table, .ae-payment .ae-grantee-list table, .ae-invite-list .ae-payment table, .ae-payment .ae-invite-list table, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-payment table, .ae-payment .ae-order-history-page .ae-order .ae-order-details .ae-order-products table, .ae-payment table table {
    background-color: #fff; }

.table-sm th, .ae-admin-sync-page .table th, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-publink-list th, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-publink-list th, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-inbox-list th, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-inbox-list th, .ae-admin-sync-page .ae-grantee-list th, .ae-admin-sync-page .ae-invite-list th, .ae-admin-sync-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products th, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page .ae-order-products th, .ae-admin-sync-page .ae-invoice-page table th, .ae-invoice-page .ae-admin-sync-page table th, .ae-admin-sync-page .ae-payment table th, .ae-payment .ae-admin-sync-page table th, .table-sm td, .ae-admin-sync-page .table td, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-publink-list td, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-inbox-list td, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-inbox-list td, .ae-admin-sync-page .ae-grantee-list td, .ae-admin-sync-page .ae-invite-list td, .ae-admin-sync-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page .ae-order-products td, .ae-admin-sync-page .ae-invoice-page table td, .ae-invoice-page .ae-admin-sync-page table td, .ae-admin-sync-page .ae-payment table td, .ae-payment .ae-admin-sync-page table td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd), .ae-admin-sync-page .table tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-dashboard-sharing-page .ae-publink-list tbody tr:nth-of-type(odd), .ae-dashboard-sharing-page .ae-admin-sync-page .ae-publink-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-dashboard-sharing-page .ae-inbox-list tbody tr:nth-of-type(odd), .ae-dashboard-sharing-page .ae-admin-sync-page .ae-inbox-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-grantee-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-invite-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-invoice-page table tbody tr:nth-of-type(odd), .ae-invoice-page .ae-admin-sync-page table tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-payment table tbody tr:nth-of-type(odd), .ae-payment .ae-admin-sync-page table tbody tr:nth-of-type(odd), .ae-order-history-page .ae-order .ae-order-details .ae-order-products tbody tr:nth-of-type(odd), .ae-invoice-page table tbody tr:nth-of-type(odd), .ae-payment table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary {
  background-color: #b8daff; }
  .table-primary > th, .table-primary > td {
    background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary {
  background-color: #d6d8db; }
  .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success {
  background-color: #c3e6cb; }
  .table-success > th, .table-success > td {
    background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info {
  background-color: #bee5eb; }
  .table-info > th, .table-info > td {
    background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning {
  background-color: #ffeeba; }
  .table-warning > th, .table-warning > td {
    background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger {
  background-color: #f5c6cb; }
  .table-danger > th, .table-danger > td {
    background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light {
  background-color: #fdfdfe; }
  .table-light > th, .table-light > td {
    background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark {
  background-color: #c6c8ca; }
  .table-dark > th, .table-dark > td {
    background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .ae-dashboard-sharing-page .ae-publink-list .thead-dark th, .ae-dashboard-sharing-page .ae-inbox-list .thead-dark th, .ae-grantee-list .thead-dark th, .ae-invite-list .thead-dark th, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .thead-dark th, .ae-invoice-page table .thead-dark th, .ae-payment table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th, .ae-dashboard-sharing-page .ae-publink-list .thead-light th, .ae-dashboard-sharing-page .ae-inbox-list .thead-light th, .ae-grantee-list .thead-light th, .ae-invite-list .thead-light th, .ae-order-history-page .ae-order .ae-order-details .ae-order-products .thead-light th, .ae-invoice-page table .thead-light th, .ae-payment table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd), .ae-admin-sync-page .table-dark.table tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-dashboard-sharing-page .table-dark.ae-publink-list tbody tr:nth-of-type(odd), .ae-dashboard-sharing-page .ae-admin-sync-page .table-dark.ae-publink-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .ae-dashboard-sharing-page .table-dark.ae-inbox-list tbody tr:nth-of-type(odd), .ae-dashboard-sharing-page .ae-admin-sync-page .table-dark.ae-inbox-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .table-dark.ae-grantee-list tbody tr:nth-of-type(odd), .ae-admin-sync-page .table-dark.ae-invite-list tbody tr:nth-of-type(odd), .ae-order-history-page .ae-order .ae-order-details .table-dark.ae-order-products tbody tr:nth-of-type(odd), .ae-invoice-page table.table-dark tbody tr:nth-of-type(odd), .ae-payment table.table-dark tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive, .ae-admin-page .ae-user-mgmt .ae-users, .ae-payment .ae-quote-summary {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered, .ae-admin-page .ae-user-mgmt .ae-users > .table-bordered, .ae-payment .ae-quote-summary > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0; }

.input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .ae-discount-preregister-page .ae-download .input-group-sm > .input-group-prepend > a.form-control-plaintext, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .ae-discount-preregister-page .ae-download .input-group-sm > .input-group-append > a.form-control-plaintext {
  padding-right: 0;
  padding-left: 0; }

.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .ae-discount-preregister-page .ae-download .input-group-lg > .input-group-prepend > a.form-control-plaintext, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .ae-discount-preregister-page .ae-download .input-group-lg > .input-group-append > a.form-control-plaintext {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .ae-discount-preregister-page .ae-download .input-group-sm > .input-group-prepend > a, .input-group-sm > .input-group-append > .btn, .ae-discount-preregister-page .ae-download .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .ae-discount-preregister-page .ae-download .input-group-lg > .input-group-prepend > a, .input-group-lg > .input-group-append > .btn, .ae-discount-preregister-page .ae-download .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .form-row > .ae-heading, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .form-row > .ae-file-time, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .form-row > .ae-date, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .form-row > .ae-details, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice .form-row > .kae-price, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .form-row > .kae-feature-desc, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .form-row > .kae-feature-val, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745; }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block; }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block; }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn, .ae-discount-preregister-page .ae-download a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .ae-discount-preregister-page .ae-download a:hover {
    text-decoration: none; }
  .btn:focus, .ae-discount-preregister-page .ae-download a:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.focus, .ae-discount-preregister-page .ae-download a.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .ae-discount-preregister-page .ae-download a.disabled, .btn:disabled, .ae-discount-preregister-page .ae-download a:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .ae-discount-preregister-page .ae-download a:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .ae-discount-preregister-page .ae-download a:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .ae-discount-preregister-page .ae-download a:not(:disabled):not(.disabled).active {
      background-image: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn, .ae-discount-preregister-page .ae-download a {
    transition: none; } }

a.btn.disabled, .ae-discount-preregister-page .ae-download a.disabled, fieldset:disabled a.btn, fieldset:disabled .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download fieldset:disabled a {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }

.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }

.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .ae-discount-preregister-page .ae-download a, .btn-group-lg > .btn, .ae-discount-preregister-page .ae-download .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .ae-discount-preregister-page .ae-download .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
  display: block;
  width: 100%; }
  .btn-block + .btn-block, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2 + .btn-block, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + .btn-block, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2 + .btn-block, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2 + .btn-block, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + .btn-block, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 + .btn-block, .ae-appliance-page .ae-appliance-install .btn-block + .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2 + .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + .btn.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2 + .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download .btn-block + a.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download .btn.ae-manual-2 + a.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install .btn-block + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install .btn.ae-manual-2 + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2 + a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn-block + .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2 + .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + .btn.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 + .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download .btn-block + a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download .btn.ae-manual-2 + a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2 + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install .btn-block + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2 + a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 + a.ae-manual-2 {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, .ae-appliance-page .ae-appliance-install input[type="submit"].btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install input[type="submit"].btn.ae-manual-2, input[type="reset"].btn-block, .ae-appliance-page .ae-appliance-install input[type="reset"].btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install input[type="reset"].btn.ae-manual-2, input[type="button"].btn-block, .ae-appliance-page .ae-appliance-install input[type="button"].btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install input[type="button"].btn.ae-manual-2 {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup, .dropright, .dropdown, .dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right, .ae-logout-menu .dropdown-menu, .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions .dropdown .dropdown-menu,
.ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown .dropdown .dropdown-menu, .ae-explorer .ae-explorer-main .ae-locbar .dropdown .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn, .ae-discount-preregister-page .ae-download .btn-group > a, .btn-group-vertical > .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > a {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group > .btn:hover, .ae-discount-preregister-page .ae-download .btn-group > a:hover, .btn-group-vertical > .btn:hover, .ae-discount-preregister-page .ae-download .btn-group-vertical > a:hover {
  z-index: 1; }

.btn-group > .btn:focus, .ae-discount-preregister-page .ae-download .btn-group > a:focus, .btn-group > .btn:active, .ae-discount-preregister-page .ae-download .btn-group > a:active, .btn-group > .btn.active, .ae-discount-preregister-page .ae-download .btn-group > a.active {
  z-index: 1; }

.btn-group-vertical > .btn:focus, .ae-discount-preregister-page .ae-download .btn-group-vertical > a:focus, .btn-group-vertical > .btn:active, .ae-discount-preregister-page .ae-download .btn-group-vertical > a:active, .btn-group-vertical > .btn.active, .ae-discount-preregister-page .ae-download .btn-group-vertical > a.active {
  z-index: 1; }

.btn-group .btn + .btn, .btn-group .ae-discount-preregister-page .ae-download a + .btn, .ae-discount-preregister-page .ae-download .btn-group a + .btn, .btn-group .ae-discount-preregister-page .ae-download .btn + a, .ae-discount-preregister-page .ae-download .btn-group .btn + a, .btn-group .ae-discount-preregister-page .ae-download a + a, .ae-discount-preregister-page .ae-download .btn-group a + a, .btn-group .btn + .btn-group, .btn-group .ae-discount-preregister-page .ae-download a + .btn-group, .ae-discount-preregister-page .ae-download .btn-group a + .btn-group {
  margin-left: -1px; }

.btn-group .btn-group + .btn, .btn-group .ae-discount-preregister-page .ae-download .btn-group + a, .ae-discount-preregister-page .ae-download .btn-group .btn-group + a, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group-vertical .btn + .btn, .btn-group-vertical .ae-discount-preregister-page .ae-download a + .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical a + .btn, .btn-group-vertical .ae-discount-preregister-page .ae-download .btn + a, .ae-discount-preregister-page .ae-download .btn-group-vertical .btn + a, .btn-group-vertical .ae-discount-preregister-page .ae-download a + a, .ae-discount-preregister-page .ae-download .btn-group-vertical a + a, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .ae-discount-preregister-page .ae-download a + .btn-group, .ae-discount-preregister-page .ae-download .btn-group-vertical a + .btn-group {
  margin-left: -1px; }

.btn-group-vertical .btn-group + .btn, .btn-group-vertical .ae-discount-preregister-page .ae-download .btn-group + a, .ae-discount-preregister-page .ae-download .btn-group-vertical .btn-group + a, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .ae-discount-preregister-page .ae-download .btn-group > a:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .ae-discount-preregister-page .ae-download .btn-group > a:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:last-child) > .btn, .ae-discount-preregister-page .ae-download .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .ae-discount-preregister-page .ae-download .btn-group > a:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .ae-discount-preregister-page .ae-download .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .ae-discount-preregister-page .ae-download .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .ae-discount-preregister-page .ae-download a + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .ae-discount-preregister-page .ae-download .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .btn-group-vertical a, .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > a + .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > .btn + a, .ae-discount-preregister-page .ae-download .btn-group-vertical > a + a, .btn-group-vertical > .btn + .btn-group, .ae-discount-preregister-page .ae-download .btn-group-vertical > a + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn-group + .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > .btn-group + a, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .ae-discount-preregister-page .ae-download .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .ae-discount-preregister-page .ae-download .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .ae-discount-preregister-page .ae-download .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .ae-discount-preregister-page .ae-download .btn-group-toggle > a, .btn-group-toggle > .btn-group > .btn, .ae-discount-preregister-page .ae-download .btn-group-toggle > .btn-group > a {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"], .ae-discount-preregister-page .ae-download .btn-group-toggle > a input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .ae-discount-preregister-page .ae-download .btn-group-toggle > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-group-toggle > .btn-group > .btn input[type="radio"], .ae-discount-preregister-page .ae-download .btn-group-toggle > .btn-group > a input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .ae-discount-preregister-page .ae-download .btn-group-toggle > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
    z-index: 3; }
  .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file {
    margin-left: -1px; }
  .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
    margin-left: -1px; }
  .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
  .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .input-group > .custom-file:not(:first-child) .custom-file-label::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn, .input-group-prepend .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .input-group-prepend a, .input-group-append .btn, .input-group-append .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .input-group-append a {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn + .btn, .input-group-prepend .ae-discount-preregister-page .ae-download a + .btn, .ae-discount-preregister-page .ae-download .input-group-prepend a + .btn, .input-group-prepend .ae-discount-preregister-page .ae-download .btn + a, .ae-discount-preregister-page .ae-download .input-group-prepend .btn + a, .input-group-prepend .ae-discount-preregister-page .ae-download a + a, .ae-discount-preregister-page .ae-download .input-group-prepend a + a, .input-group-prepend .btn + .input-group-text, .input-group-prepend .ae-discount-preregister-page .ae-download a + .input-group-text, .ae-discount-preregister-page .ae-download .input-group-prepend a + .input-group-text {
  margin-left: -1px; }

.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .ae-discount-preregister-page .ae-download .input-group-text + a, .ae-discount-preregister-page .ae-download .input-group-prepend .input-group-text + a {
  margin-left: -1px; }

.input-group-append .btn + .btn, .input-group-append .ae-discount-preregister-page .ae-download a + .btn, .ae-discount-preregister-page .ae-download .input-group-append a + .btn, .input-group-append .ae-discount-preregister-page .ae-download .btn + a, .ae-discount-preregister-page .ae-download .input-group-append .btn + a, .input-group-append .ae-discount-preregister-page .ae-download a + a, .ae-discount-preregister-page .ae-download .input-group-append a + a, .input-group-append .btn + .input-group-text, .input-group-append .ae-discount-preregister-page .ae-download a + .input-group-text, .ae-discount-preregister-page .ae-download .input-group-append a + .input-group-text {
  margin-left: -1px; }

.input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .ae-discount-preregister-page .ae-download .input-group-text + a, .ae-discount-preregister-page .ae-download .input-group-append .input-group-text + a {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .ae-discount-preregister-page .ae-download .input-group > .input-group-prepend > a, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append:not(:last-child) > .btn, .ae-discount-preregister-page .ae-download .input-group > .input-group-append:not(:last-child) > a, .input-group > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ae-discount-preregister-page .ae-download .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .ae-discount-preregister-page .ae-download .input-group > .input-group-append > a, .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend:not(:first-child) > .btn, .ae-discount-preregister-page .ae-download .input-group > .input-group-prepend:not(:first-child) > a, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .ae-discount-preregister-page .ae-download .input-group > .input-group-prepend:first-child > a:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff; }

.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar, .ae-explorer .ae-explorer-main .ae-locbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .ae-explorer .ae-explorer-main .ae-locbar > .container, .navbar > .container-fluid, .ae-explorer .ae-explorer-main .ae-locbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand, #topbar .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, #topbar .navbar-brand:hover, .navbar-light .navbar-brand:focus, #topbar .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, #topbar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, #topbar .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, #topbar .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, #topbar .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, #topbar .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, #topbar .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link.show, #topbar .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, #topbar .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler, #topbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon, #topbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text, #topbar .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a, #topbar .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, #topbar .navbar-text a:hover, .navbar-light .navbar-text a:focus, #topbar .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand, .ae-explorer .ae-explorer-main .ae-locbar .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .ae-explorer .ae-explorer-main .ae-locbar .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .active > .nav-link {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link.show, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler, .ae-explorer .ae-explorer-main .ae-locbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon, .ae-explorer .ae-explorer-main .ae-locbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text, .ae-explorer .ae-explorer-main .ae-locbar .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a, .ae-explorer .ae-explorer-main .ae-locbar .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-text a:hover, .navbar-dark .navbar-text a:focus, .ae-explorer .ae-explorer-main .ae-locbar .navbar-text a:focus {
      color: #fff; }

.card, .ae-order-history-page .ae-order, .ae-charge-history-page .ae-charge, .ae-invoice-page .ae-invoice, .ae-plans .ae-plan-wrap .ae-plan {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr, .ae-order-history-page .ae-order > hr, .ae-charge-history-page .ae-charge > hr, .ae-invoice-page .ae-invoice > hr, .ae-plans .ae-plan-wrap .ae-plan > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, .ae-order-history-page .ae-order > .list-group:first-child .list-group-item:first-child, .ae-charge-history-page .ae-charge > .list-group:first-child .list-group-item:first-child, .ae-invoice-page .ae-invoice > .list-group:first-child .list-group-item:first-child, .ae-plans .ae-plan-wrap .ae-plan > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child, .ae-order-history-page .ae-order > .list-group:last-child .list-group-item:last-child, .ae-charge-history-page .ae-charge > .list-group:last-child .list-group-item:last-child, .ae-invoice-page .ae-invoice > .list-group:last-child .list-group-item:last-child, .ae-plans .ae-plan-wrap .ae-plan > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card, .card-deck .ae-order-history-page .ae-order, .ae-order-history-page .card-deck .ae-order, .card-deck .ae-charge-history-page .ae-charge, .ae-charge-history-page .card-deck .ae-charge, .card-deck .ae-invoice-page .ae-invoice, .ae-invoice-page .card-deck .ae-invoice, .card-deck .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .card-deck .ae-plan {
    margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card, .card-deck .ae-order-history-page .ae-order, .ae-order-history-page .card-deck .ae-order, .card-deck .ae-charge-history-page .ae-charge, .ae-charge-history-page .card-deck .ae-charge, .card-deck .ae-invoice-page .ae-invoice, .ae-invoice-page .card-deck .ae-invoice, .card-deck .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .card-deck .ae-plan {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card, .ae-order-history-page .card-group > .ae-order, .ae-charge-history-page .card-group > .ae-charge, .ae-invoice-page .card-group > .ae-invoice, .ae-plans .ae-plan-wrap .card-group > .ae-plan {
    margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-group > .card, .ae-order-history-page .card-group > .ae-order, .ae-charge-history-page .card-group > .ae-charge, .ae-invoice-page .card-group > .ae-invoice, .ae-plans .ae-plan-wrap .card-group > .ae-plan {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card, .ae-order-history-page .card-group > .ae-order + .card, .ae-charge-history-page .card-group > .ae-charge + .card, .ae-invoice-page .card-group > .ae-invoice + .card, .ae-plans .ae-plan-wrap .card-group > .ae-plan + .card, .ae-order-history-page .card-group > .card + .ae-order, .ae-order-history-page .card-group > .ae-order + .ae-order, .ae-charge-history-page .ae-order-history-page .card-group > .ae-charge + .ae-order, .ae-order-history-page .ae-charge-history-page .card-group > .ae-charge + .ae-order, .ae-invoice-page .ae-order-history-page .card-group > .ae-invoice + .ae-order, .ae-order-history-page .ae-invoice-page .card-group > .ae-invoice + .ae-order, .ae-plans .ae-plan-wrap .ae-order-history-page .card-group > .ae-plan + .ae-order, .ae-order-history-page .ae-plans .ae-plan-wrap .card-group > .ae-plan + .ae-order, .ae-charge-history-page .card-group > .card + .ae-charge, .ae-order-history-page .ae-charge-history-page .card-group > .ae-order + .ae-charge, .ae-charge-history-page .ae-order-history-page .card-group > .ae-order + .ae-charge, .ae-charge-history-page .card-group > .ae-charge + .ae-charge, .ae-invoice-page .ae-charge-history-page .card-group > .ae-invoice + .ae-charge, .ae-charge-history-page .ae-invoice-page .card-group > .ae-invoice + .ae-charge, .ae-plans .ae-plan-wrap .ae-charge-history-page .card-group > .ae-plan + .ae-charge, .ae-charge-history-page .ae-plans .ae-plan-wrap .card-group > .ae-plan + .ae-charge, .ae-invoice-page .card-group > .card + .ae-invoice, .ae-order-history-page .ae-invoice-page .card-group > .ae-order + .ae-invoice, .ae-invoice-page .ae-order-history-page .card-group > .ae-order + .ae-invoice, .ae-charge-history-page .ae-invoice-page .card-group > .ae-charge + .ae-invoice, .ae-invoice-page .ae-charge-history-page .card-group > .ae-charge + .ae-invoice, .ae-invoice-page .card-group > .ae-invoice + .ae-invoice, .ae-plans .ae-plan-wrap .ae-invoice-page .card-group > .ae-plan + .ae-invoice, .ae-invoice-page .ae-plans .ae-plan-wrap .card-group > .ae-plan + .ae-invoice, .ae-plans .ae-plan-wrap .card-group > .card + .ae-plan, .ae-order-history-page .ae-plans .ae-plan-wrap .card-group > .ae-order + .ae-plan, .ae-plans .ae-plan-wrap .ae-order-history-page .card-group > .ae-order + .ae-plan, .ae-charge-history-page .ae-plans .ae-plan-wrap .card-group > .ae-charge + .ae-plan, .ae-plans .ae-plan-wrap .ae-charge-history-page .card-group > .ae-charge + .ae-plan, .ae-invoice-page .ae-plans .ae-plan-wrap .card-group > .ae-invoice + .ae-plan, .ae-plans .ae-plan-wrap .ae-invoice-page .card-group > .ae-invoice + .ae-plan, .ae-plans .ae-plan-wrap .card-group > .ae-plan + .ae-plan {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:first-child, .ae-order-history-page .card-group > .ae-order:first-child, .ae-charge-history-page .card-group > .ae-charge:first-child, .ae-invoice-page .card-group > .ae-invoice:first-child, .ae-plans .ae-plan-wrap .card-group > .ae-plan:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:first-child .card-img-top, .ae-order-history-page .card-group > .ae-order:first-child .card-img-top, .ae-charge-history-page .card-group > .ae-charge:first-child .card-img-top, .ae-invoice-page .card-group > .ae-invoice:first-child .card-img-top, .ae-plans .ae-plan-wrap .card-group > .ae-plan:first-child .card-img-top, .card-group > .card:first-child .card-header, .ae-order-history-page .card-group > .ae-order:first-child .card-header, .ae-charge-history-page .card-group > .ae-charge:first-child .card-header, .ae-invoice-page .card-group > .ae-invoice:first-child .card-header, .ae-plans .ae-plan-wrap .card-group > .ae-plan:first-child .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:first-child .card-img-bottom, .ae-order-history-page .card-group > .ae-order:first-child .card-img-bottom, .ae-charge-history-page .card-group > .ae-charge:first-child .card-img-bottom, .ae-invoice-page .card-group > .ae-invoice:first-child .card-img-bottom, .ae-plans .ae-plan-wrap .card-group > .ae-plan:first-child .card-img-bottom, .card-group > .card:first-child .card-footer, .ae-order-history-page .card-group > .ae-order:first-child .card-footer, .ae-charge-history-page .card-group > .ae-charge:first-child .card-footer, .ae-invoice-page .card-group > .ae-invoice:first-child .card-footer, .ae-plans .ae-plan-wrap .card-group > .ae-plan:first-child .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:last-child, .ae-order-history-page .card-group > .ae-order:last-child, .ae-charge-history-page .card-group > .ae-charge:last-child, .ae-invoice-page .card-group > .ae-invoice:last-child, .ae-plans .ae-plan-wrap .card-group > .ae-plan:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:last-child .card-img-top, .ae-order-history-page .card-group > .ae-order:last-child .card-img-top, .ae-charge-history-page .card-group > .ae-charge:last-child .card-img-top, .ae-invoice-page .card-group > .ae-invoice:last-child .card-img-top, .ae-plans .ae-plan-wrap .card-group > .ae-plan:last-child .card-img-top, .card-group > .card:last-child .card-header, .ae-order-history-page .card-group > .ae-order:last-child .card-header, .ae-charge-history-page .card-group > .ae-charge:last-child .card-header, .ae-invoice-page .card-group > .ae-invoice:last-child .card-header, .ae-plans .ae-plan-wrap .card-group > .ae-plan:last-child .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:last-child .card-img-bottom, .ae-order-history-page .card-group > .ae-order:last-child .card-img-bottom, .ae-charge-history-page .card-group > .ae-charge:last-child .card-img-bottom, .ae-invoice-page .card-group > .ae-invoice:last-child .card-img-bottom, .ae-plans .ae-plan-wrap .card-group > .ae-plan:last-child .card-img-bottom, .card-group > .card:last-child .card-footer, .ae-order-history-page .card-group > .ae-order:last-child .card-footer, .ae-charge-history-page .card-group > .ae-charge:last-child .card-footer, .ae-invoice-page .card-group > .ae-invoice:last-child .card-footer, .ae-plans .ae-plan-wrap .card-group > .ae-plan:last-child .card-footer {
          border-bottom-left-radius: 0; }
      .card-group > .card:only-child, .ae-order-history-page .card-group > .ae-order:only-child, .ae-charge-history-page .card-group > .ae-charge:only-child, .ae-invoice-page .card-group > .ae-invoice:only-child, .ae-plans .ae-plan-wrap .card-group > .ae-plan:only-child {
        border-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-top, .ae-order-history-page .card-group > .ae-order:only-child .card-img-top, .ae-charge-history-page .card-group > .ae-charge:only-child .card-img-top, .ae-invoice-page .card-group > .ae-invoice:only-child .card-img-top, .ae-plans .ae-plan-wrap .card-group > .ae-plan:only-child .card-img-top, .card-group > .card:only-child .card-header, .ae-order-history-page .card-group > .ae-order:only-child .card-header, .ae-charge-history-page .card-group > .ae-charge:only-child .card-header, .ae-invoice-page .card-group > .ae-invoice:only-child .card-header, .ae-plans .ae-plan-wrap .card-group > .ae-plan:only-child .card-header {
          border-top-left-radius: 0.25rem;
          border-top-right-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-bottom, .ae-order-history-page .card-group > .ae-order:only-child .card-img-bottom, .ae-charge-history-page .card-group > .ae-charge:only-child .card-img-bottom, .ae-invoice-page .card-group > .ae-invoice:only-child .card-img-bottom, .ae-plans .ae-plan-wrap .card-group > .ae-plan:only-child .card-img-bottom, .card-group > .card:only-child .card-footer, .ae-order-history-page .card-group > .ae-order:only-child .card-footer, .ae-charge-history-page .card-group > .ae-charge:only-child .card-footer, .ae-invoice-page .card-group > .ae-invoice:only-child .card-footer, .ae-plans .ae-plan-wrap .card-group > .ae-plan:only-child .card-footer {
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem; }
      .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .ae-order-history-page .card-group > .ae-order:not(:first-child):not(:last-child):not(:only-child), .ae-charge-history-page .card-group > .ae-charge:not(:first-child):not(:last-child):not(:only-child), .ae-invoice-page .card-group > .ae-invoice:not(:first-child):not(:last-child):not(:only-child), .ae-plans .ae-plan-wrap .card-group > .ae-plan:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .ae-order-history-page .card-group > .ae-order:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .ae-charge-history-page .card-group > .ae-charge:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .ae-invoice-page .card-group > .ae-invoice:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .ae-plans .ae-plan-wrap .card-group > .ae-plan:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .ae-order-history-page .card-group > .ae-order:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .ae-charge-history-page .card-group > .ae-charge:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .ae-invoice-page .card-group > .ae-invoice:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .ae-plans .ae-plan-wrap .card-group > .ae-plan:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .ae-order-history-page .card-group > .ae-order:not(:first-child):not(:last-child):not(:only-child) .card-header, .ae-charge-history-page .card-group > .ae-charge:not(:first-child):not(:last-child):not(:only-child) .card-header, .ae-invoice-page .card-group > .ae-invoice:not(:first-child):not(:last-child):not(:only-child) .card-header, .ae-plans .ae-plan-wrap .card-group > .ae-plan:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .ae-order-history-page .card-group > .ae-order:not(:first-child):not(:last-child):not(:only-child) .card-footer, .ae-charge-history-page .card-group > .ae-charge:not(:first-child):not(:last-child):not(:only-child) .card-footer, .ae-invoice-page .card-group > .ae-invoice:not(:first-child):not(:last-child):not(:only-child) .card-footer, .ae-plans .ae-plan-wrap .card-group > .ae-plan:not(:first-child):not(:last-child):not(:only-child) .card-footer {
          border-radius: 0; } }

.card-columns .card, .card-columns .ae-order-history-page .ae-order, .ae-order-history-page .card-columns .ae-order, .card-columns .ae-charge-history-page .ae-charge, .ae-charge-history-page .card-columns .ae-charge, .card-columns .ae-invoice-page .ae-invoice, .ae-invoice-page .card-columns .ae-invoice, .card-columns .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .card-columns .ae-plan {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns .ae-order-history-page .ae-order, .ae-order-history-page .card-columns .ae-order, .card-columns .ae-charge-history-page .ae-charge, .ae-charge-history-page .card-columns .ae-charge, .card-columns .ae-invoice-page .ae-invoice, .ae-invoice-page .card-columns .ae-invoice, .card-columns .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .card-columns .ae-plan {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .ae-order-history-page .ae-order:not(:first-of-type):not(:last-of-type), .ae-order-history-page .accordion .ae-order:not(:first-of-type):not(:last-of-type), .accordion .ae-charge-history-page .ae-charge:not(:first-of-type):not(:last-of-type), .ae-charge-history-page .accordion .ae-charge:not(:first-of-type):not(:last-of-type), .accordion .ae-invoice-page .ae-invoice:not(:first-of-type):not(:last-of-type), .ae-invoice-page .accordion .ae-invoice:not(:first-of-type):not(:last-of-type), .accordion .ae-plans .ae-plan-wrap .ae-plan:not(:first-of-type):not(:last-of-type), .ae-plans .ae-plan-wrap .accordion .ae-plan:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child, .accordion .ae-order-history-page .ae-order:not(:first-of-type) .card-header:first-child, .ae-order-history-page .accordion .ae-order:not(:first-of-type) .card-header:first-child, .accordion .ae-charge-history-page .ae-charge:not(:first-of-type) .card-header:first-child, .ae-charge-history-page .accordion .ae-charge:not(:first-of-type) .card-header:first-child, .accordion .ae-invoice-page .ae-invoice:not(:first-of-type) .card-header:first-child, .ae-invoice-page .accordion .ae-invoice:not(:first-of-type) .card-header:first-child, .accordion .ae-plans .ae-plan-wrap .ae-plan:not(:first-of-type) .card-header:first-child, .ae-plans .ae-plan-wrap .accordion .ae-plan:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type, .accordion .ae-order-history-page .ae-order:first-of-type, .ae-order-history-page .accordion .ae-order:first-of-type, .accordion .ae-charge-history-page .ae-charge:first-of-type, .ae-charge-history-page .accordion .ae-charge:first-of-type, .accordion .ae-invoice-page .ae-invoice:first-of-type, .ae-invoice-page .accordion .ae-invoice:first-of-type, .accordion .ae-plans .ae-plan-wrap .ae-plan:first-of-type, .ae-plans .ae-plan-wrap .accordion .ae-plan:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type, .accordion .ae-order-history-page .ae-order:last-of-type, .ae-order-history-page .accordion .ae-order:last-of-type, .accordion .ae-charge-history-page .ae-charge:last-of-type, .ae-charge-history-page .accordion .ae-charge:last-of-type, .accordion .ae-invoice-page .ae-invoice:last-of-type, .ae-invoice-page .accordion .ae-invoice:last-of-type, .accordion .ae-plans .ae-plan-wrap .ae-plan:last-of-type, .ae-plans .ae-plan-wrap .accordion .ae-plan:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .ae-discount-preregister-page .ae-download a .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0; }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem; }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .carousel-item.active {
    display: block; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-item-next, .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev, .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0062cc !important; }

button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #545b62 !important; }

button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #1e7e34 !important; }

button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #117a8b !important; }

button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #d39e00 !important; }

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #bd2130 !important; }

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0e5 !important; }

button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d2124 !important; }

button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .ae-ticket-page .ae-ticket-header::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .kae-pricing-table .kae-pricing-desktop, .kae-pricing-table .kae-pricing-desktop .kae-feature-desc {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .ae-auth-container, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-file-history-modal .ae-file-action, .ae-explorer .ae-explorer-info .ae-info .ae-global-actions, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions, .ae-explorer .ae-explorer-main .ae-actions, .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item, .ae-browse-past-page .ae-head-sel .ae-heading, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"], .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"], .ae-support-tickets-page .ae-issue, .ae-ticket-page .ae-ticket-header .ae-ticket-info .ae-ticket-actions, .ae-access-form .ae-comment, .ae-charge-history-page .ae-charge .ae-invoices ul, .ae-payment .ae-ccard .ae-select, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address, .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-info, .ae-payment .ae-address-list .ae-billing-address .ae-actions, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none, .kae-pricing-table .kae-pricing-mobile {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block, .kae-pricing-table .kae-pricing-desktop {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column, .ae-payment .ae-payment-summary .ae-payment-method, .ae-payment .ae-payment-summary .ae-billing-address, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap, .ae-explorer .ae-explorer-main .ae-locbar {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"], .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"], .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .ae-payment .ae-ccard .ae-select, .ae-payment .ae-new-card h3, .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-info {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between, .ae-explorer .ae-explorer-main .ae-actions, .ae-explorer .ae-explorer-main .ae-locbar {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-explorer .ae-explorer-info .ae-info .ae-global-actions, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified, .ae-admin-page .ae-user-mgmt, .ae-discount-preregister-page .ae-register, .ae-ticket-page .ae-ticket-header .ae-ticket-info .ae-ticket-actions, .ae-charge-history-page .ae-charge .ae-invoices ul, .ae-invoice-page .ae-invoice .ae-invoice-bill-to, .ae-payment .ae-payment-confirm .ae-payment-action, .ae-payment .ae-address-list .ae-billing-address .ae-actions, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start, .ae-access-form .ae-comment {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-explorer .ae-explorer-info .ae-info .ae-global-actions, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions, .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico, .ae-explorer .ae-explorer-main .ae-actions, .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-admin-page .ae-user-mgmt, .ae-discount-preregister-page .ae-register, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"], .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"], .ae-support-tickets-page .ae-issue, .ae-ticket-page .ae-ticket-header .ae-ticket-info .ae-ticket-actions, .ae-charge-history-page .ae-charge .ae-invoices ul, .ae-invoice-page .ae-invoice .ae-invoice-bill-to, .ae-payment .ae-ccard, .ae-payment .ae-ccard .ae-select, .ae-payment .ae-ccard .ae-info, .ae-payment .ae-new-card h3, .ae-payment .ae-payment-confirm .ae-payment-action, .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-actions {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch, .ae-file-history-modal .ae-file-action {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center, .ae-auth-container .ae-auth-area {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top, #topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0, .my-0, .ae-payment .ae-payment-value-codes .ae-spinner {
  margin-top: 0 !important; }

.mr-0, .mx-0, .ae-dashboard-space-modal ul.nav-tabs, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license {
  margin-right: 0 !important; }

.mb-0, .ae-explorer .ae-explorer-main .ae-actions, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-order-history-page .ae-order .ae-order-details, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name, .my-0, .ae-payment .ae-payment-value-codes .ae-spinner {
  margin-bottom: 0 !important; }

.ml-0, .mx-0, .ae-dashboard-space-modal ul.nav-tabs, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .gl-icon, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2, .ae-dashboard-spaces .ae-invites .ae-invite blockquote, .ae-dashboard-sharing-page .ae-invites .ae-invite blockquote, .ae-order-history-page .ae-order .ae-order-details {
  margin: 0.5rem !important; }

.mt-2, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features li:first-child, .my-2, .ae-plans {
  margin-top: 0.5rem !important; }

.mr-2, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-owner, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-owner, .ae-support-tickets-page .ae-issue .ae-issue-details .ae-issue-username, .mx-2, .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action .ae-author {
  margin-right: 0.5rem !important; }

.mb-2, .my-2, .ae-plans {
  margin-bottom: 0.5rem !important; }

.ml-2, .ae-charge-history-page .ae-charge .ae-funding, .mx-2, .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action .ae-author {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .ae-file-history-modal .ae-file-action .ae-info .ae-comment, .ae-explorer .ae-explorer-main .ae-dir-view .ae-empty-folder button, .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-body, .ae-grantee-list .ae-grantee .ae-confirm-revoke .ae-controls, .ae-invite-list .ae-grantee .ae-confirm-revoke .ae-controls, .ae-payment .ae-ccard:not(:first-child), .ae-payment .ae-payment-summary .ae-payment-method .btn, .ae-payment .ae-payment-summary .ae-payment-method .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-payment-method a, .ae-payment .ae-payment-summary .ae-billing-address .btn, .ae-payment .ae-payment-summary .ae-billing-address .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-billing-address a, .ae-payment .ae-address-list .ae-billing-address:not(:first-child), .my-3, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .modal-dialog.modal-notify .modal-body .fa.fa-4x, .ae-auth-blurb .ae-blurb [class*="gl-icon"], .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-spaces .ae-invites, .ae-dashboard-sharing-page .ae-invites, .ae-global-files-modal .ae-recent-files .ae-recent-file, .ae-file-history-modal .ae-file-action, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file, .ae-client-download .ae-client-list .ae-client-dl .ae-choice, .ae-support-tickets-page .ae-issue, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .kae-pricing-table .kae-pricing-mobile .kae-refund-guarantee-sm:not(:empty), .my-3, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4, .ae-payment .ae-payment-confirm .ae-payment-action {
  margin: 1.5rem !important; }

.mt-4, .ae-dashboard-spaces .ae-invites .ae-invite .btn, .ae-dashboard-spaces .ae-invites .ae-invite .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-invites .ae-invite a, .ae-dashboard-sharing-page .ae-invites .ae-invite .btn, .ae-dashboard-sharing-page .ae-invites .ae-invite .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page .ae-invites .ae-invite a, .ae-explorer .ae-explorer-info .ae-info.ae-selection button, .ae-account-page, .ae-support-tickets-page h2, .ae-support-tickets-page main > .container, .ae-ticket-page .ae-ticket-header .ae-ticket-info .ae-ticket-actions, .my-4, .ae-spinner, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions button, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-ticket-page .ae-ticket-add-comment button, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-payment .ae-payment-confirm .ae-payment-action button {
  margin-top: 1.5rem !important; }

.mr-4, #topbar .button-collapse, .ae-auth-blurb, .ae-file-history-modal .ae-file-action .ae-info .ae-desc, .ae-file-history-modal .ae-file-action .ae-info .ae-author, .ae-file-history-modal .ae-file-action .ae-info .ae-date, .mx-4, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-date, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-time {
  margin-right: 1.5rem !important; }

.mb-4, .ae-auth-blurb .ae-blurb, .ae-dashboard-spaces .ae-invites .ae-invite, .ae-dashboard-sharing-page .ae-invites .ae-invite, .ae-explorer .ae-explorer-main .ae-tools, .ae-client-download .ae-link-code-err, .ae-client-download .ae-link-code-ok, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-discount-preregister-page .ae-register .ae-img, .ae-ticket-page .ae-ticket-header .ae-ticket-title, .ae-order-history-page .ae-order .ae-order-heading, .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .ae-invoice-bill-to, .ae-payment .ae-payment-summary .ae-payment-method, .ae-plans .ae-plan-wrap, .my-4, .ae-spinner, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions button, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-ticket-page .ae-ticket-add-comment button, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-payment .ae-payment-confirm .ae-payment-action button {
  margin-bottom: 1.5rem !important; }

.ml-4, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date .ae-time, .mx-4, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-date, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-time {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .ae-dashboard-device-page main, .ae-global-files-modal .ae-recent-files .ae-list, .ae-search-tab .ae-search-spaces, .ae-search-tab .ae-search-results, .ae-explorer .ae-explorer-main .ae-dir-view .ae-empty-folder, .ae-support-link, .ae-purchase-license-page, .ae-charge-history-page .ae-charge .ae-invoices, .ae-payment .ae-payment-value-codes, .ae-payment .ae-quote-details, .my-5, .ae-dashboard-space-modal .ae-spinner, .ae-admin-page .ae-user-mgmt .ae-quota-setup, .ae-appliance-page .ae-appliance-install .ae-install-instructions, .ae-admin-licenses-page .ae-appliance-install .ae-install-instructions, .ae-ticket-page .ae-ticket-header, .ae-order-ribbon, .ae-admin-product-ribbon, .kae-pricing-table {
  margin-top: 3rem !important; }

.mr-5, .ae-ticket-page .ae-ticket-header [class*="ae-ticket-status-"], .ae-payment .ae-new-card .ae-glico-bg, .mx-5, .ae-make-publink-modal .ae-publink-name {
  margin-right: 3rem !important; }

.mb-5, .ae-dashboard-device-page .ae-install-panel, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-client-download .ae-client-list .ae-client-dl, .ae-ticket-page .ae-ticket-comment, .ae-order-history-page .ae-order, .ae-charge-history-page .ae-charge, .ae-invoice-page .ae-invoice, .ae-page-title, .ae-payment .ae-address-list, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing, .my-5, .ae-dashboard-space-modal .ae-spinner, .ae-admin-page .ae-user-mgmt .ae-quota-setup, .ae-appliance-page .ae-appliance-install .ae-install-instructions, .ae-admin-licenses-page .ae-appliance-install .ae-install-instructions, .ae-ticket-page .ae-ticket-header, .ae-order-ribbon, .ae-admin-product-ribbon, .kae-pricing-table {
  margin-bottom: 3rem !important; }

.ml-5, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .ae-link, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .ae-link, .mx-5, .ae-make-publink-modal .ae-publink-name {
  margin-left: 3rem !important; }

.p-0, .ae-dashboard-spaces .ae-invites .ae-invite .ae-space, .ae-dashboard-sharing-page .ae-invites .ae-invite .ae-space, .ae-payment .ae-payment-summary .ae-ccard {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td {
  padding-left: 0.25rem !important; }

.p-2, .ae-selectable-code > span, .ae-dashboard-spaces .ae-invites, .ae-dashboard-sharing-page .ae-invites, .ae-dashboard-spaces .ae-invites .ae-invite blockquote, .ae-dashboard-sharing-page .ae-invites .ae-invite blockquote, .ae-dashboard-spaces .ae-space-list .ae-space, .ae-dashboard-sharing-page .ae-space-list .ae-space, .ae-file-history-modal .ae-file-action, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-ticket-page .ae-ticket-comment, .ae-discounts-page .ae-content, .ae-order-history-page .ae-order, .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .ae-order-details, .ae-charge-history-page .ae-charge, .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-invoice-page .ae-invoice, .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-payment .ae-payment-summary, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-desc, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-val, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  padding: 0.5rem !important; }

.pt-2, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-yearly, .py-2, .ae-payment .ae-payment-confirm .ae-payment-action button {
  padding-top: 0.5rem !important; }

.pr-2, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features li .fa, .px-2, .kae-pricing-table .kae-btn {
  padding-right: 0.5rem !important; }

.pb-2, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-perpetual, .py-2, .ae-payment .ae-payment-confirm .ae-payment-action button {
  padding-bottom: 0.5rem !important; }

.pl-2, .ae-file-history-modal .ae-file-action .ae-revert, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data, .px-2, .kae-pricing-table .kae-btn {
  padding-left: 0.5rem !important; }

.p-3, .ae-dashboard-spaces .ae-invites .ae-invite, .ae-dashboard-sharing-page .ae-invites .ae-invite, .ae-admin-page .ae-user-mgmt .ae-quota-setup, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-payment .ae-ccard, .ae-payment .ae-payment-value-codes, .ae-payment .ae-address-list .ae-billing-address, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header, .kae-pricing-table .kae-pricing-desktop, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-col {
  padding: 1rem !important; }

.pt-3, .ae-admin-page .ae-user-mgmt .ae-user-creation, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-price, .py-3, .ae-auth-blurb .ae-blurb [class*="gl-icon"], .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-support-tickets-page .ae-issue .ae-issue-icon, .ae-support-tickets-page .ae-issue .ae-issue-details, .ae-payment .ae-payment-tab-choices, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  padding-top: 1rem !important; }

.pr-3, .ae-file-history-modal .ae-file-action .ae-info, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .py-3, .ae-auth-blurb .ae-blurb [class*="gl-icon"], .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-support-tickets-page .ae-issue .ae-issue-icon, .ae-support-tickets-page .ae-issue .ae-issue-details, .ae-payment .ae-payment-tab-choices, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4, .ae-file-history-modal .ae-file-action .ae-info .ae-comment, .ae-client-download .ae-client-list .ae-client-dl .ae-choice, .ae-appliance-page .ae-appliance, .ae-admin-licenses-page .ae-appliance, .ae-support-tickets-page .ae-tab-content, .ae-support-tickets-page textarea, .ae-ticket-page textarea, .ae-ticket-page .ae-ticket-header {
  padding: 1.5rem !important; }

.pt-4, .ae-client-download .ae-get-client, .py-4, .ae-client-download .ae-link-code-err, .ae-client-download .ae-link-code-ok, .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-ticket-page .ae-ticket-add-comment button, .ae-discounts-page .ae-content {
  padding-top: 1.5rem !important; }

.pr-4, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col:last-child, .px-4, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info {
  padding-right: 1.5rem !important; }

.pb-4, .ae-app-license-page, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-col, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row:last-child .kae-pricing-col, .py-4, .ae-client-download .ae-link-code-err, .ae-client-download .ae-link-code-ok, .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-ticket-page .ae-ticket-add-comment button, .ae-discounts-page .ae-content {
  padding-bottom: 1.5rem !important; }

.pl-4, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col:first-child, .px-4, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .ae-discount-preregister-page .ae-download, .ae-admin-product-page, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-col, .py-5, .ae-auth-blurb, .ae-admin-page main .container {
  padding-top: 3rem !important; }

.pr-5, .px-5, .ae-support-tickets-page .ae-issue .ae-issue-icon, .ae-support-tickets-page .ae-issue .ae-issue-details {
  padding-right: 3rem !important; }

.pb-5, .ae-discount-preregister-page .ae-register, .py-5, .ae-auth-blurb, .ae-admin-page main .container {
  padding-bottom: 3rem !important; }

.pl-5, .px-5, .ae-support-tickets-page .ae-issue .ae-issue-icon, .ae-support-tickets-page .ae-issue .ae-issue-details {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .kae-pricing-table .kae-get-link, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto, .ae-spinner, #topbar .dropdown-menu a, .ae-auth-blurb, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-create-space-btn, .ae-dashboard-spaces .ae-space-list, .ae-dashboard-sharing-page .ae-space-list, .ae-dashboard-space-modal .ae-spinner, .ae-search-tab .ae-search-results > div .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-dir:only-child, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] img, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] .btn, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] a, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] img, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] .btn, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] a, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-payment .ae-payment-summary, .ae-payment .ae-payment-value-codes .ae-spinner {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .ae-file-history-modal .ae-file-action .ae-revert, .mx-auto, .ae-spinner, #topbar .dropdown-menu a, .ae-auth-blurb, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-create-space-btn, .ae-dashboard-spaces .ae-space-list, .ae-dashboard-sharing-page .ae-space-list, .ae-dashboard-space-modal .ae-spinner, .ae-search-tab .ae-search-results > div .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-dir:only-child, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] img, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] .btn, .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance .ae-license > [class*="ae-"] a, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] img, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] .btn, .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance .ae-license > [class*="ae-"] a, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-payment .ae-payment-summary, .ae-payment .ae-payment-value-codes .ae-spinner {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .ae-client-download .ae-client-list .ae-client-dl, .ae-discount-preregister-page .ae-register .ae-img, .ae-order-history-page .ae-order .ae-order-details .ae-order-total, .ae-payment .ae-payment-summary .ae-payment-method, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2, .ae-payment .ae-payment-confirm .ae-payment-action button {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2, .ae-payment .ae-payment-confirm .ae-payment-action button {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3, .ae-payment .ae-payment-confirm .ae-payment-action button {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3, .ae-payment .ae-payment-confirm .ae-payment-action button {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .ae-account-page, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th {
    padding-left: 0.5rem !important; }
  .p-sm-3, .ae-selectable-code > span {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td {
    padding-left: 1rem !important; }
  .p-sm-4, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-payment .ae-payment-summary {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .ae-appliance-page .ae-appliance .ae-license .ae-license-data, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-data, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5, .ae-admin-sync-page {
    padding: 3rem !important; }
  .pt-sm-5, .ae-admin-storage-page, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-admin-page main .container {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-admin-page main .container {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .ae-payment .ae-payment-summary .ae-payment-method .btn, .ae-payment .ae-payment-summary .ae-payment-method .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-payment-method a, .ae-payment .ae-payment-summary .ae-billing-address .btn, .ae-payment .ae-payment-summary .ae-billing-address .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-billing-address a, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .ae-plans .ae-plan-wrap, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4, .ae-plans {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4, .ae-plans {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-yearly, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-perpetual, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4, .ae-selectable-code > span {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5, .ae-discounts-page .ae-content {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-list, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-list, .ae-explorer .ae-explorer-info .ae-recent-files .ae-list, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-col, .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col:first-child {
  text-align: left !important; }

.text-right, .ae-discount-preregister-page .ae-download {
  text-align: right !important; }

.text-center, .ae-discount-preregister-page .ae-register .ae-form, .ae-discounts-page .ae-discounts-empty, .ae-charge-history-page .ae-charge .ae-charge-date,
.ae-charge-history-page .ae-charge .ae-charge-status, .ae-page-title, .ae-payment .ae-outcome, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-pricing-price-choice .kae-price {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left, .ae-charge-history-page .ae-charge .ae-charge-date,
  .ae-charge-history-page .ae-charge .ae-charge-status {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, .ae-order-history-page .ae-order .ae-order-heading .ae-legend, .ae-charge-history-page .ae-charge .ae-charge-heading .ae-legend, .ae-invoice-page .ae-invoice .ae-invoice-heading .ae-legend {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white, .ae-browse-past-page .ae-head-sel, .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id, .ae-invoice-page table thead, .ae-payment table thead {
  color: #fff !important; }

.text-primary, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name {
  color: #007bff !important; }

a.text-primary:hover, .ae-dashboard-spaces .ae-space-list .ae-space a.ae-space-name:hover, .ae-dashboard-sharing-page .ae-space-list .ae-space a.ae-space-name:hover, a.text-primary:focus, .ae-dashboard-spaces .ae-space-list .ae-space a.ae-space-name:focus, .ae-dashboard-sharing-page .ae-space-list .ae-space a.ae-space-name:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning, .ae-dashboard-device-page .ae-device-actions .fa, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-actions,
.ae-dashboard-sharing-page .ae-publink-list .ae-inbox-actions, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-actions,
.ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-actions {
  color: #ffc107 !important; }

a.text-warning:hover, .ae-dashboard-device-page .ae-device-actions a.fa:hover, .ae-dashboard-sharing-page .ae-publink-list a.ae-publink-actions:hover,
.ae-dashboard-sharing-page .ae-publink-list a.ae-inbox-actions:hover, .ae-dashboard-sharing-page .ae-inbox-list a.ae-publink-actions:hover,
.ae-dashboard-sharing-page .ae-inbox-list a.ae-inbox-actions:hover, a.text-warning:focus, .ae-dashboard-device-page .ae-device-actions a.fa:focus, .ae-dashboard-sharing-page .ae-publink-list a.ae-publink-actions:focus,
.ae-dashboard-sharing-page .ae-publink-list a.ae-inbox-actions:focus, .ae-dashboard-sharing-page .ae-inbox-list a.ae-publink-actions:focus,
.ae-dashboard-sharing-page .ae-inbox-list a.ae-inbox-actions:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-details, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-details, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-last-changed, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-last-changed, .ae-dashboard-device-page td.ae-device-registered, .ae-dashboard-device-page td.ae-device-connected, .ae-client-download .ae-legal-info, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os-details, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-publink-space,
.ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-inbox-space,
.ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-publink-space,
.ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-inbox-space, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-publink-space,
.ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-inbox-space,
.ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-publink-space,
.ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-inbox-space, .ae-support-tickets-page .ae-issue .ae-issue-details .ae-issue-comment-info {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important; }
    *::before, *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
  a:not(.btn):not(.ae-discount-preregister-page .ae-download a) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body, .container {
    min-width: 992px !important; }
  .navbar, .ae-explorer .ae-explorer-main .ae-locbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .ae-inbox-list, .ae-grantee-list, .ae-invite-list, .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-invoice-page table, .ae-payment table {
    border-collapse: collapse !important; }
    .table td, .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td, .ae-grantee-list td, .ae-invite-list td, .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-invoice-page table td, .ae-payment table td, .table th, .ae-dashboard-sharing-page .ae-publink-list th, .ae-dashboard-sharing-page .ae-inbox-list th, .ae-grantee-list th, .ae-invite-list th, .ae-order-history-page .ae-order .ae-order-details .ae-order-products th, .ae-invoice-page table th, .ae-payment table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Material Design for Bootstrap 4
 * Version: MDB PRO 4.5.2
 *
 *
 * Copyright: Material Design for Bootstrap
 * https://mdbootstrap.com/
 *
 * Read the license: https://mdbootstrap.com/license/
 *
 *
 * Documentation: https://mdbootstrap.com/
 *
 * Getting started: https://mdbootstrap.com/getting-started/
 *
 * Tutorials: https://mdbootstrap.com/bootstrap-tutorial/
 *
 * Templates: https://mdbootstrap.com/templates/
 *
 * Support: https://mdbootstrap.com/support/
 *
 * Contact: office@mdbootstrap.com
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */
.mdb-color.lighten-5, .lighten-5.ae-mini-sidenav {
  background-color: #d0d6e2 !important; }

.mdb-color.lighten-4, .lighten-4.ae-mini-sidenav {
  background-color: #b1bace !important; }

.mdb-color.lighten-3, .lighten-3.ae-mini-sidenav {
  background-color: #929fba !important; }

.mdb-color.lighten-2, .lighten-2.ae-mini-sidenav {
  background-color: #7283a7 !important; }

.mdb-color.lighten-1, .lighten-1.ae-mini-sidenav {
  background-color: #59698d !important; }

.mdb-color, .ae-mini-sidenav {
  background-color: #45526e !important; }

.mdb-color-text {
  color: #45526e !important; }

.rgba-mdb-color-slight {
  background-color: rgba(69, 82, 110, 0.1); }

.rgba-mdb-color-light {
  background-color: rgba(69, 82, 110, 0.3); }

.rgba-mdb-color-strong {
  background-color: rgba(69, 82, 110, 0.7); }

.mdb-color.darken-1, .darken-1.ae-mini-sidenav {
  background-color: #3b465e !important; }

.mdb-color.darken-2, .darken-2.ae-mini-sidenav {
  background-color: #2e3951 !important; }

.mdb-color.darken-3, .darken-3.ae-mini-sidenav {
  background-color: #1c2a48 !important; }

.mdb-color.darken-4, .darken-4.ae-mini-sidenav {
  background-color: #1c2331 !important; }

.red.lighten-5 {
  background-color: #ffebee !important; }

.red.lighten-4 {
  background-color: #ffcdd2 !important; }

.red.lighten-3 {
  background-color: #ef9a9a !important; }

.red.lighten-2 {
  background-color: #e57373 !important; }

.red.lighten-1 {
  background-color: #ef5350 !important; }

.red {
  background-color: #f44336 !important; }

.red-text, .ae-input-status.ae-error, .ae-grantee-list .ae-remove-grantee .fa, .ae-invite-list .ae-remove-grantee .fa, .kae-pricing-table .fa.fa-times-circle, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features li .fa.fa-times {
  color: #f44336 !important; }

.rgba-red-slight {
  background-color: rgba(244, 67, 54, 0.1); }

.rgba-red-light {
  background-color: rgba(244, 67, 54, 0.3); }

.rgba-red-strong {
  background-color: rgba(244, 67, 54, 0.7); }

.red.darken-1 {
  background-color: #e53935 !important; }

.red.darken-2 {
  background-color: #d32f2f !important; }

.red.darken-3 {
  background-color: #c62828 !important; }

.red.darken-4 {
  background-color: #b71c1c !important; }

.red.accent-1 {
  background-color: #ff8a80 !important; }

.red.accent-2 {
  background-color: #ff5252 !important; }

.red.accent-3 {
  background-color: #ff1744 !important; }

.red.accent-4 {
  background-color: #d50000 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.rgba-pink-slight {
  background-color: rgba(233, 30, 99, 0.1); }

.rgba-pink-light {
  background-color: rgba(233, 30, 99, 0.3); }

.rgba-pink-strong {
  background-color: rgba(233, 30, 99, 0.7); }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.rgba-purple-slight {
  background-color: rgba(156, 39, 176, 0.1); }

.rgba-purple-light {
  background-color: rgba(156, 39, 176, 0.3); }

.rgba-purple-strong {
  background-color: rgba(156, 39, 176, 0.7); }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.rgba-deep-purple-slight {
  background-color: rgba(103, 58, 183, 0.1); }

.rgba-deep-purple-light {
  background-color: rgba(103, 58, 183, 0.3); }

.rgba-deep-purple-strong {
  background-color: rgba(103, 58, 183, 0.7); }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple.darken-2, .ae-dashboard-spaces .ae-dashboard-spaces-info.ae-showing-space, .ae-dashboard-sharing-page .ae-dashboard-spaces-info.ae-showing-space, .ae-explorer .ae-explorer-info.ae-show-info-file {
  background-color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.rgba-indigo-slight {
  background-color: rgba(63, 81, 181, 0.1); }

.rgba-indigo-light {
  background-color: rgba(63, 81, 181, 0.3); }

.rgba-indigo-strong {
  background-color: rgba(63, 81, 181, 0.7); }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.blue.lighten-5, .ae-dashboard-device-page .lighten-5.ae-install-panel, .lighten-5.ae-dropzone, .ae-appliance-page .lighten-5.ae-appliance-install, .ae-admin-licenses-page .lighten-5.ae-appliance-install, .ae-appliance-page .ae-appliance .lighten-5.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .lighten-5.ae-appliance-id, .ae-invoice-page table thead.lighten-5, .ae-payment table thead.lighten-5, .ae-plans .ae-plan-wrap .ae-plan .lighten-5.ae-plan-desc {
  background-color: #e3f2fd !important; }

.blue.lighten-4, .ae-dashboard-device-page .lighten-4.ae-install-panel, .lighten-4.ae-dropzone, .ae-appliance-page .lighten-4.ae-appliance-install, .ae-admin-licenses-page .lighten-4.ae-appliance-install, .ae-appliance-page .ae-appliance .lighten-4.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .lighten-4.ae-appliance-id, .ae-invoice-page table thead.lighten-4, .ae-payment table thead.lighten-4, .ae-plans .ae-plan-wrap .ae-plan .lighten-4.ae-plan-desc {
  background-color: #bbdefb !important; }

.blue.lighten-3, .ae-dashboard-device-page .lighten-3.ae-install-panel, .lighten-3.ae-dropzone, .ae-appliance-page .lighten-3.ae-appliance-install, .ae-admin-licenses-page .lighten-3.ae-appliance-install, .ae-appliance-page .ae-appliance .lighten-3.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .lighten-3.ae-appliance-id, .ae-invoice-page table thead.lighten-3, .ae-payment table thead.lighten-3, .ae-plans .ae-plan-wrap .ae-plan .lighten-3.ae-plan-desc {
  background-color: #90caf9 !important; }

.blue.lighten-2, .ae-selectable-code, .ae-dashboard-device-page .lighten-2.ae-install-panel, .lighten-2.ae-dropzone, .ae-appliance-page .lighten-2.ae-appliance-install, .ae-admin-licenses-page .lighten-2.ae-appliance-install, .ae-appliance-page .ae-appliance .lighten-2.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .lighten-2.ae-appliance-id, .ae-invoice-page table thead.lighten-2, .ae-payment table thead.lighten-2, .ae-plans .ae-plan-wrap .ae-plan .lighten-2.ae-plan-desc {
  background-color: #64b5f6 !important; }

.blue.lighten-1, .ae-dashboard-device-page .lighten-1.ae-install-panel, .lighten-1.ae-dropzone, .ae-appliance-page .lighten-1.ae-appliance-install, .ae-admin-licenses-page .lighten-1.ae-appliance-install, .ae-appliance-page .ae-appliance .lighten-1.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .lighten-1.ae-appliance-id, .ae-invoice-page table thead.lighten-1, .ae-payment table thead.lighten-1, .ae-plans .ae-plan-wrap .ae-plan .lighten-1.ae-plan-desc {
  background-color: #42a5f5 !important; }

.blue, .ae-dashboard-device-page .ae-install-panel, .ae-dropzone, .ae-appliance-page .ae-appliance-install, .ae-admin-licenses-page .ae-appliance-install, .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id, .ae-invoice-page table thead, .ae-payment table thead, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
  background-color: #2196f3 !important; }

.blue-text {
  color: #2196f3 !important; }

.rgba-blue-slight {
  background-color: rgba(33, 150, 243, 0.1); }

.rgba-blue-light {
  background-color: rgba(33, 150, 243, 0.3); }

.rgba-blue-strong {
  background-color: rgba(33, 150, 243, 0.7); }

.blue.darken-1, .ae-dashboard-device-page .darken-1.ae-install-panel, .darken-1.ae-dropzone, .ae-appliance-page .darken-1.ae-appliance-install, .ae-admin-licenses-page .darken-1.ae-appliance-install, .ae-appliance-page .ae-appliance .darken-1.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .darken-1.ae-appliance-id, .ae-invoice-page table thead.darken-1, .ae-payment table thead.darken-1, .ae-plans .ae-plan-wrap .ae-plan .darken-1.ae-plan-desc {
  background-color: #1e88e5 !important; }

.blue.darken-2, .ae-dashboard-device-page .darken-2.ae-install-panel, .darken-2.ae-dropzone, .ae-appliance-page .darken-2.ae-appliance-install, .ae-admin-licenses-page .darken-2.ae-appliance-install, .ae-appliance-page .ae-appliance .darken-2.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .darken-2.ae-appliance-id, .ae-invoice-page table thead.darken-2, .ae-payment table thead.darken-2, .ae-plans .ae-plan-wrap .ae-plan .darken-2.ae-plan-desc {
  background-color: #1976d2 !important; }

.blue.darken-3, .ae-dashboard-device-page .darken-3.ae-install-panel, .darken-3.ae-dropzone, .ae-appliance-page .darken-3.ae-appliance-install, .ae-admin-licenses-page .darken-3.ae-appliance-install, .ae-appliance-page .ae-appliance .darken-3.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .darken-3.ae-appliance-id, .ae-invoice-page table thead.darken-3, .ae-payment table thead.darken-3, .ae-plans .ae-plan-wrap .ae-plan .darken-3.ae-plan-desc {
  background-color: #1565c0 !important; }

.blue.darken-4, .ae-dashboard-device-page .darken-4.ae-install-panel, .darken-4.ae-dropzone, .ae-explorer .ae-explorer-info.ae-show-info-selection, .ae-appliance-page .darken-4.ae-appliance-install, .ae-admin-licenses-page .darken-4.ae-appliance-install, .ae-appliance-page .ae-appliance .darken-4.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .darken-4.ae-appliance-id, .ae-invoice-page table thead.darken-4, .ae-payment table thead.darken-4, .ae-plans .ae-plan-wrap .ae-plan .darken-4.ae-plan-desc {
  background-color: #0d47a1 !important; }

.blue.accent-1, .ae-dashboard-device-page .accent-1.ae-install-panel, .accent-1.ae-dropzone, .ae-appliance-page .accent-1.ae-appliance-install, .ae-admin-licenses-page .accent-1.ae-appliance-install, .ae-appliance-page .ae-appliance .accent-1.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .accent-1.ae-appliance-id, .ae-invoice-page table thead.accent-1, .ae-payment table thead.accent-1, .ae-plans .ae-plan-wrap .ae-plan .accent-1.ae-plan-desc {
  background-color: #82b1ff !important; }

.blue.accent-2, .ae-dashboard-device-page .accent-2.ae-install-panel, .accent-2.ae-dropzone, .ae-appliance-page .accent-2.ae-appliance-install, .ae-admin-licenses-page .accent-2.ae-appliance-install, .ae-appliance-page .ae-appliance .accent-2.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .accent-2.ae-appliance-id, .ae-invoice-page table thead.accent-2, .ae-payment table thead.accent-2, .ae-plans .ae-plan-wrap .ae-plan .accent-2.ae-plan-desc {
  background-color: #448aff !important; }

.blue.accent-3, .ae-dashboard-device-page .accent-3.ae-install-panel, .accent-3.ae-dropzone, .ae-appliance-page .accent-3.ae-appliance-install, .ae-admin-licenses-page .accent-3.ae-appliance-install, .ae-appliance-page .ae-appliance .accent-3.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .accent-3.ae-appliance-id, .ae-invoice-page table thead.accent-3, .ae-payment table thead.accent-3, .ae-plans .ae-plan-wrap .ae-plan .accent-3.ae-plan-desc {
  background-color: #2979ff !important; }

.blue.accent-4, .ae-dashboard-device-page .accent-4.ae-install-panel, .accent-4.ae-dropzone, .ae-appliance-page .accent-4.ae-appliance-install, .ae-admin-licenses-page .accent-4.ae-appliance-install, .ae-appliance-page .ae-appliance .accent-4.ae-appliance-id, .ae-admin-licenses-page .ae-appliance .accent-4.ae-appliance-id, .ae-invoice-page table thead.accent-4, .ae-payment table thead.accent-4, .ae-plans .ae-plan-wrap .ae-plan .accent-4.ae-plan-desc {
  background-color: #2962ff !important; }

.light-blue.lighten-5, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-selected {
  background-color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text, .ae-minitoast.ae-minitoast-info, .ae-minitoast.ae-minitoast-info .fa {
  color: #03a9f4 !important; }

.rgba-light-blue-slight {
  background-color: rgba(3, 169, 244, 0.1); }

.rgba-light-blue-light {
  background-color: rgba(3, 169, 244, 0.3); }

.rgba-light-blue-strong {
  background-color: rgba(3, 169, 244, 0.7); }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.rgba-cyan-slight {
  background-color: rgba(0, 188, 212, 0.1); }

.rgba-cyan-light {
  background-color: rgba(0, 188, 212, 0.3); }

.rgba-cyan-strong {
  background-color: rgba(0, 188, 212, 0.7); }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan.darken-4, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info, .ae-explorer .ae-explorer-info.ae-show-info-none {
  background-color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.teal.lighten-5, .ae-auth-blurb .ae-blurb .lighten-5[class*="gl-icon"], .ae-dashboard-spaces .ae-invites .ae-invite blockquote, .ae-dashboard-sharing-page .ae-invites .ae-invite blockquote, .ae-file-history-modal .ae-file-action .ae-info .ae-comment, .ae-explorer .ae-explorer-main .ae-actions, .ae-explorer .ae-explorer-main .ae-actions .lighten-5.ae-accent {
  background-color: #e0f2f1 !important; }

.teal.lighten-4, .ae-auth-blurb .ae-blurb .lighten-4[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .lighten-4.ae-accent {
  background-color: #b2dfdb !important; }

.teal.lighten-3, .ae-auth-blurb .ae-blurb .lighten-3[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .lighten-3.ae-accent {
  background-color: #80cbc4 !important; }

.teal.lighten-2, .ae-auth-blurb .ae-blurb .lighten-2[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .lighten-2.ae-accent, .ae-explorer .ae-explorer-main .ae-locbar {
  background-color: #4db6ac !important; }

.teal.lighten-1, .ae-auth-blurb .ae-blurb .lighten-1[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .lighten-1.ae-accent {
  background-color: #26a69a !important; }

.teal, .ae-auth-blurb .ae-blurb [class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .ae-accent {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.rgba-teal-slight {
  background-color: rgba(0, 150, 136, 0.1); }

.rgba-teal-light {
  background-color: rgba(0, 150, 136, 0.3); }

.rgba-teal-strong {
  background-color: rgba(0, 150, 136, 0.7); }

.teal.darken-1, .ae-auth-blurb .ae-blurb .darken-1[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .darken-1.ae-accent, .ae-browse-past-page .ae-head-sel, .ae-browse-past-page .ae-head-sel .ae-heading .ae-head-search {
  background-color: #00897b !important; }

.teal.darken-2, .ae-auth-blurb .ae-blurb .darken-2[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .darken-2.ae-accent {
  background-color: #00796b !important; }

.teal.darken-3, .ae-auth-blurb .ae-blurb .darken-3[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .darken-3.ae-accent {
  background-color: #00695c !important; }

.teal.darken-4, .ae-auth-blurb .ae-blurb .darken-4[class*="gl-icon"], .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-gallery-btn, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-gallery-btn, .ae-explorer .ae-explorer-info .ae-info .ae-gallery-btn, .ae-explorer .ae-explorer-info.ae-show-info-dir, .ae-explorer .ae-explorer-main .ae-actions .darken-4.ae-accent {
  background-color: #004d40 !important; }

.teal.accent-1, .ae-auth-blurb .ae-blurb .accent-1[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .accent-1.ae-accent {
  background-color: #a7ffeb !important; }

.teal.accent-2, .ae-auth-blurb .ae-blurb .accent-2[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .accent-2.ae-accent {
  background-color: #64ffda !important; }

.teal.accent-3, .ae-auth-blurb .ae-blurb .accent-3[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .accent-3.ae-accent {
  background-color: #1de9b6 !important; }

.teal.accent-4, .ae-auth-blurb .ae-blurb .accent-4[class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-actions .accent-4.ae-accent {
  background-color: #00bfa5 !important; }

.green.lighten-5 {
  background-color: #e8f5e9 !important; }

.green.lighten-4 {
  background-color: #c8e6c9 !important; }

.green.lighten-3 {
  background-color: #a5d6a7 !important; }

.green.lighten-2 {
  background-color: #81c784 !important; }

.green.lighten-1, .ae-appliance-page .ae-appliance-install .ae-install-instructions, .ae-admin-licenses-page .ae-appliance-install .ae-install-instructions {
  background-color: #66bb6a !important; }

.green {
  background-color: #4caf50 !important; }

.green-text, .ae-minitoast.ae-minitoast-success, .ae-minitoast.ae-minitoast-success .fa, .ae-input-status.ae-ok, .ae-payment .ae-outcome.ae-ok, .kae-pricing-table .fa.fa-check-circle, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features li .fa.fa-check {
  color: #4caf50 !important; }

.rgba-green-slight {
  background-color: rgba(76, 175, 80, 0.1); }

.rgba-green-light {
  background-color: rgba(76, 175, 80, 0.3); }

.rgba-green-strong {
  background-color: rgba(76, 175, 80, 0.7); }

.green.darken-1 {
  background-color: #43a047 !important; }

.green.darken-2 {
  background-color: #388e3c !important; }

.green.darken-3 {
  background-color: #2e7d32 !important; }

.green.darken-4 {
  background-color: #1b5e20 !important; }

.green.accent-1 {
  background-color: #b9f6ca !important; }

.green.accent-2 {
  background-color: #69f0ae !important; }

.green.accent-3 {
  background-color: #00e676 !important; }

.green.accent-4 {
  background-color: #00c853 !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.rgba-light-green-slight {
  background-color: rgba(139, 195, 74, 0.1); }

.rgba-light-green-light {
  background-color: rgba(139, 195, 74, 0.3); }

.rgba-light-green-strong {
  background-color: rgba(139, 195, 74, 0.7); }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.rgba-lime-slight {
  background-color: rgba(205, 220, 57, 0.1); }

.rgba-lime-light {
  background-color: rgba(205, 220, 57, 0.3); }

.rgba-lime-strong {
  background-color: rgba(205, 220, 57, 0.7); }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.rgba-yellow-slight {
  background-color: rgba(255, 235, 59, 0.1); }

.rgba-yellow-light {
  background-color: rgba(255, 235, 59, 0.3); }

.rgba-yellow-strong {
  background-color: rgba(255, 235, 59, 0.7); }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.rgba-amber-slight {
  background-color: rgba(255, 193, 7, 0.1); }

.rgba-amber-light {
  background-color: rgba(255, 193, 7, 0.3); }

.rgba-amber-strong {
  background-color: rgba(255, 193, 7, 0.7); }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text, .ae-minitoast.ae-minitoast-warning, .ae-minitoast.ae-minitoast-warning .fa {
  color: #ff9800 !important; }

.rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1); }

.rgba-orange-light {
  background-color: rgba(255, 152, 0, 0.3); }

.rgba-orange-strong {
  background-color: rgba(255, 152, 0, 0.7); }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text, .ae-minitoast.ae-minitoast-error, .ae-minitoast.ae-minitoast-error .fa {
  color: #ff5722 !important; }

.rgba-deep-orange-slight {
  background-color: rgba(255, 87, 34, 0.1); }

.rgba-deep-orange-light {
  background-color: rgba(255, 87, 34, 0.3); }

.rgba-deep-orange-strong {
  background-color: rgba(255, 87, 34, 0.7); }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.rgba-brown-slight {
  background-color: rgba(121, 85, 72, 0.1); }

.rgba-brown-light {
  background-color: rgba(121, 85, 72, 0.3); }

.rgba-brown-strong {
  background-color: rgba(121, 85, 72, 0.7); }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text, #topbar .button-collapse, .ae-search-input .ae-search-ico, .ae-search-input .ae-reset-ico, .ae-file-history-modal .ae-file-action .ae-revert .ae-revert-action, .ae-explorer .ae-explorer-main .ae-dir-view .ae-empty-folder [class*="gl-icon"], .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-item-ico, .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info, .ae-account-page table .fa, .ae-support-tickets-page .ae-issue .ae-issue-icon, .ae-grantee-list .ae-perms .fa, .ae-invite-list .ae-perms .fa, .ae-charge-history-page .ae-charge .ae-funding {
  color: #607d8b !important; }

.rgba-blue-grey-slight {
  background-color: rgba(96, 125, 139, 0.1); }

.rgba-blue-grey-light {
  background-color: rgba(96, 125, 139, 0.3); }

.rgba-blue-grey-strong {
  background-color: rgba(96, 125, 139, 0.7); }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-ftime, .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .gl-icon, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .gl-icon {
  color: #9e9e9e !important; }

.rgba-grey-slight {
  background-color: rgba(158, 158, 158, 0.1); }

.rgba-grey-light, .md-pills .nav-link:hover {
  background-color: rgba(158, 158, 158, 0.3); }

.rgba-grey-strong {
  background-color: rgba(158, 158, 158, 0.7); }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.black, .picker__list-item:hover {
  background-color: #000 !important; }

.black-text, .btn.btn-link, .ae-discount-preregister-page .ae-download a.btn-link, .toast-close-button:hover,
.toast-close-button:focus {
  color: #000 !important; }

.rgba-black-slight {
  background-color: rgba(0, 0, 0, 0.1); }

.rgba-black-light {
  background-color: rgba(0, 0, 0, 0.3); }

.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.7); }

.white, .carousel-thumbnails .carousel-indicators .active, .picker__list-item, .picker__box .picker__header .picker__select--month.browser-default, .picker__box .picker__header .picker__select--year.browser-default, #topbar, .ae-appliance-page .ae-appliance, .ae-admin-licenses-page .ae-appliance, .ae-support-tickets-page textarea, .ae-support-tickets-page .ae-issue, .ae-ticket-page textarea, .ae-ticket-page .ae-ticket-header, .ae-ticket-page .ae-ticket-comment {
  background-color: #fff !important; }

.white-text, .card.card-cascade .view.gradient-card-header, .ae-order-history-page .card-cascade.ae-order .view.gradient-card-header, .ae-charge-history-page .card-cascade.ae-charge .view.gradient-card-header, .ae-invoice-page .card-cascade.ae-invoice .view.gradient-card-header, .ae-plans .ae-plan-wrap .card-cascade.ae-plan .view.gradient-card-header, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .side-nav, .side-nav .search-form input[type=text]::placeholder, .side-nav .search-form .form-control, .toast-message a,
.toast-message label, .toast-close-button, #toast-container > div, .picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected, .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before, .picker__date-display, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name, .darktheme .picker__box .picker__date-display .clockpicker-display, .darktheme .picker__box .picker__date-display .clockpicker-display .clockpicker-span-am-pm, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick, .darktheme .picker__box .picker__footer button, .picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--outfocus, .picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused, .ae-selectable-code, .ae-browse-past-page .ae-head-sel .ae-search-ico, .ae-browse-past-page .ae-head-sel .ae-reset-ico, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
  color: #fff !important; }

.rgba-white-slight {
  background-color: rgba(255, 255, 255, 0.1); }

.rgba-white-light {
  background-color: rgba(255, 255, 255, 0.3); }

.rgba-white-strong {
  background-color: rgba(255, 255, 255, 0.7); }

.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1); }

.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3); }

.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7); }

.dark-grey-text {
  color: #4f4f4f; }
  .dark-grey-text:hover, .dark-grey-text:focus {
    color: #4f4f4f; }

.primary-color, .stepper li.active a .circle, .stepper li.completed a .circle, .ae-dashboard-spaces .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-order-history-page .ae-order .ae-order-heading, .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-invoice-page .ae-invoice .ae-invoice-heading {
  background-color: #4285f4 !important; }

.primary-color-dark {
  background-color: #0d47a1 !important; }

.secondary-color {
  background-color: #aa66cc !important; }

.secondary-color-dark {
  background-color: #9933cc !important; }

.default-color {
  background-color: #2bbbad !important; }

.default-color-dark {
  background-color: #00695c !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099cc !important; }

.success-color {
  background-color: #00c851 !important; }

.success-color-dark {
  background-color: #007e33 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #ff8800 !important; }

.danger-color, .stepper li.warning a .circle {
  background-color: #ff3547 !important; }

.danger-color-dark {
  background-color: #cc0000 !important; }

.elegant-color {
  background-color: #2e2e2e !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4b515d !important; }

.stylish-color-dark {
  background-color: #3e4551 !important; }

.unique-color, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading {
  background-color: #3f729b !important; }

.unique-color-dark {
  background-color: #1c2331 !important; }

.special-color {
  background-color: #37474f !important; }

.special-color-dark {
  background-color: #263238 !important; }

/*** Global ***/
.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .ae-dashboard-spaces .ae-invites .ae-invite, .ae-dashboard-sharing-page .ae-invites .ae-invite, .ae-file-history-modal .ae-file-action, .ae-explorer .ae-explorer-main .ae-tools, .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-ico img, .ae-client-download .ae-client-list .ae-client-dl .ae-choice, .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-publink-show-link .gl-icon,
.ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-inbox-show-info .fa,
.ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-publink-show-link .gl-icon,
.ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-inbox-show-info .fa,
.ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-publink-show-link .gl-icon,
.ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-inbox-show-info .fa,
.ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-publink-show-link .gl-icon,
.ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-inbox-show-info .fa,
.ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-inbox-show-info .gl-icon, .ae-admin-storage-page .ae-fss-list .ae-fss, .ae-admin-page .ae-user-mgmt .ae-user-creation, .ae-admin-page .ae-user-mgmt .ae-quota-setup, .ae-admin-page .ae-user-mgmt table, .ae-appliance-page .ae-appliance-install, .ae-admin-licenses-page .ae-appliance-install, .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id, .ae-appliance-page .ae-appliance .ae-license, .ae-admin-licenses-page .ae-appliance .ae-license, .ae-support-tickets-page .ae-issue, .ae-ticket-page .ae-ticket-comment, .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-avatar, .ae-order-history-page .ae-order .ae-order-heading, .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-payment .ae-ccard, .ae-payment .ae-address-list .ae-billing-address, .kae-pricing-table .kae-pricing-mobile .kae-refund-guarantee-sm:not(:empty) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading, .ae-dropzone, .ae-dropzone .dz-preview.dz-file-preview .dz-image,
.ae-dropzone .dz-preview.dz-image-preview, .ae-explorer .ae-explorer-info .ae-info .ae-info.ae-file .ae-file-ico .ae-thumbnail, .ae-appliance-page .ae-appliance-install .ae-install-instructions, .ae-admin-licenses-page .ae-appliance-install .ae-install-instructions, .ae-appliance-page .ae-appliance, .ae-admin-licenses-page .ae-appliance, .ae-ticket-page .ae-ticket-header, .ae-payment .ae-payment-summary {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing, .kae-pricing-table .kae-pricing-desktop {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  box-shadow: none;
  transition: all 0.55s ease-in-out; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.55s ease-in-out; }

.disabled,
:disabled {
  pointer-events: none !important; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #007bff;
  transition: all 0.2s ease-in-out; }
  a:hover {
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
  a.disabled:hover, a:disabled:hover {
    color: #007bff; }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .section-blog-fw .view img,
.video-fluid {
  max-width: 100%;
  height: auto; }

.flex-center, #sidenav, .ae-file-history-modal .ae-file-action .ae-revert, .ae-support-tickets-page .ae-issue .ae-issue-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .flex-center p, #sidenav p, .ae-file-history-modal .ae-file-action .ae-revert p, .ae-support-tickets-page .ae-issue .ae-issue-icon p {
    margin: 0; }
  .flex-center ul, #sidenav ul, .ae-file-history-modal .ae-file-action .ae-revert ul, .ae-support-tickets-page .ae-issue .ae-issue-icon ul {
    text-align: center; }
    .flex-center ul li, #sidenav ul li, .ae-file-history-modal .ae-file-action .ae-revert ul li, .ae-support-tickets-page .ae-issue .ae-issue-icon ul li {
      margin-bottom: 1rem; }
      .flex-center ul li:last-of-type, #sidenav ul li:last-of-type, .ae-file-history-modal .ae-file-action .ae-revert ul li:last-of-type, .ae-support-tickets-page .ae-issue .ae-issue-icon ul li:last-of-type {
        margin-bottom: 0; }

.hr-light {
  border-top: 1px solid #fff; }

.hr-dark {
  border-top: 1px solid #666; }

.w-responsive {
  width: 75%; }
  @media (max-width: 740px) {
    .w-responsive {
      width: 100%; } }

.collapsible-body {
  display: none; }

.jumbotron {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
  background-color: #fff; }

.bg-primary {
  background-color: #4285f4 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1266f1 !important; }

.border-primary {
  border-color: #4285f4 !important; }

.bg-danger {
  background-color: #ff3547 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0219 !important; }

.border-danger {
  border-color: #ff3547 !important; }

.bg-warning {
  background-color: #ff8800 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc6d00 !important; }

.border-warning {
  border-color: #ff8800 !important; }

.bg-success {
  background-color: #00c851 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00953c !important; }

.border-success {
  border-color: #00c851 !important; }

.bg-info {
  background-color: #33b5e5 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a9bcb !important; }

.border-info {
  border-color: #33b5e5 !important; }

.bg-default {
  background-color: #2bbbad !important; }

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #219287 !important; }

.border-default {
  border-color: #2bbbad !important; }

.bg-secondary {
  background-color: #aa66cc !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9540bf !important; }

.border-secondary {
  border-color: #aa66cc !important; }

.bg-dark {
  background-color: #212121 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important; }

.border-dark {
  border-color: #212121 !important; }

.bg-light {
  background-color: #e0e0e0 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7c7c7 !important; }

.border-light {
  border-color: #e0e0e0 !important; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("/font/roboto/Roboto-Thin.eot");
  src: url("/font/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Thin.woff2") format("woff2"), url("/font/roboto/Roboto-Thin.woff") format("woff"), url("/font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("/font/roboto/Roboto-Light.eot");
  src: url("/font/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Light.woff2") format("woff2"), url("/font/roboto/Roboto-Light.woff") format("woff"), url("/font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("/font/roboto/Roboto-Regular.eot");
  src: url("/font/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Regular.woff2") format("woff2"), url("/font/roboto/Roboto-Regular.woff") format("woff"), url("/font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("/font/roboto/Roboto-Medium.eot");
  src: url("/font/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Medium.woff2") format("woff2"), url("/font/roboto/Roboto-Medium.woff") format("woff"), url("/font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("/font/roboto/Roboto-Bold.eot");
  src: url("/font/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Bold.woff2") format("woff2"), url("/font/roboto/Roboto-Bold.woff") format("woff"), url("/font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.h1-responsive, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-explorer .ae-explorer-info.ae-single .ae-cnt, .ae-ticket-page .ae-ticket-header .ae-ticket-title {
  font-size: 150%; }

.h2-responsive, .section-blog-fw h2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-cnt, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os {
  font-size: 145%; }

.h3-responsive, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-plan {
  font-size: 135%; }

.h4-responsive {
  font-size: 135%; }

.h5-responsive, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
  font-size: 135%; }

@media (min-width: 576px) {
  .h1-responsive, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-explorer .ae-explorer-info.ae-single .ae-cnt, .ae-ticket-page .ae-ticket-header .ae-ticket-title {
    font-size: 170%; }
  .h2-responsive, .section-blog-fw h2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-cnt, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os {
    font-size: 140%; }
  .h3-responsive, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-plan {
    font-size: 125%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
    font-size: 125%; } }

@media (min-width: 768px) {
  .h1-responsive, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-explorer .ae-explorer-info.ae-single .ae-cnt, .ae-ticket-page .ae-ticket-header .ae-ticket-title {
    font-size: 200%; }
  .h2-responsive, .section-blog-fw h2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-cnt, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os {
    font-size: 170%; }
  .h3-responsive, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-plan {
    font-size: 140%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
    font-size: 125%; } }

@media (min-width: 992px) {
  .h1-responsive, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-explorer .ae-explorer-info.ae-single .ae-cnt, .ae-ticket-page .ae-ticket-header .ae-ticket-title {
    font-size: 200%; }
  .h2-responsive, .section-blog-fw h2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-cnt, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os {
    font-size: 170%; }
  .h3-responsive, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-plan {
    font-size: 140%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
    font-size: 125%; } }

@media (min-width: 1200px) {
  .h1-responsive, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single .ae-cnt, .ae-explorer .ae-explorer-info.ae-single .ae-cnt, .ae-ticket-page .ae-ticket-header .ae-ticket-title {
    font-size: 250%; }
  .h2-responsive, .section-blog-fw h2, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-explorer .ae-explorer-info .ae-heading, .ae-explorer .ae-explorer-info .ae-cnt, .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head, .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os {
    font-size: 200%; }
  .h3-responsive, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name, .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-plan {
    font-size: 170%; }
  .h4-responsive {
    font-size: 140%; }
  .h5-responsive, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-kind, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
    font-size: 125%; } }

.divider-new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  .divider-new > h1, .divider-new h2, .divider-new h3, .divider-new h4, .divider-new h5, .divider-new h6 {
    margin-bottom: 0; }
  .divider-new:before, .divider-new:after {
    content: "";
    height: 1.5px;
    flex: 1;
    height: 2px;
    background: #c6c6c6; }
  .divider-new:before {
    margin: 0 0.5rem 0 0; }
  .divider-new:after {
    margin: 0 0 0 0.5rem; }

.blockquote {
  padding: 0.5rem 1rem;
  border-left: .25rem solid #eceeef; }
  .blockquote .bq-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400; }
  .blockquote p {
    padding: 1rem 0 1rem 2rem;
    font-size: 1.1rem; }

.bq-primary {
  border-left: 3px solid #4285f4 !important; }
  .bq-primary .bq-title {
    color: #4285f4 !important; }

.bq-danger {
  border-left: 3px solid #ff3547 !important; }
  .bq-danger .bq-title {
    color: #ff3547 !important; }

.bq-warning {
  border-left: 3px solid #ffbb33 !important; }
  .bq-warning .bq-title {
    color: #ffbb33 !important; }

.bq-success {
  border-left: 3px solid #00c851 !important; }
  .bq-success .bq-title {
    color: #00c851 !important; }

.bq-info {
  border-left: 3px solid #33b5e5 !important; }
  .bq-info .bq-title {
    color: #33b5e5 !important; }

.text-primary, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name {
  color: #4285f4 !important; }

a.text-primary:hover, .ae-dashboard-spaces .ae-space-list .ae-space a.ae-space-name:hover, .ae-dashboard-sharing-page .ae-space-list .ae-space a.ae-space-name:hover, a.text-primary:focus, .ae-dashboard-spaces .ae-space-list .ae-space a.ae-space-name:focus, .ae-dashboard-sharing-page .ae-space-list .ae-space a.ae-space-name:focus {
  color: #1266f1 !important; }

.text-danger {
  color: #ff3547 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff0219 !important; }

.text-warning, .ae-dashboard-device-page .ae-device-actions .fa, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-actions,
.ae-dashboard-sharing-page .ae-publink-list .ae-inbox-actions, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-actions,
.ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-actions {
  color: #ff8800 !important; }

a.text-warning:hover, .ae-dashboard-device-page .ae-device-actions a.fa:hover, .ae-dashboard-sharing-page .ae-publink-list a.ae-publink-actions:hover,
.ae-dashboard-sharing-page .ae-publink-list a.ae-inbox-actions:hover, .ae-dashboard-sharing-page .ae-inbox-list a.ae-publink-actions:hover,
.ae-dashboard-sharing-page .ae-inbox-list a.ae-inbox-actions:hover, a.text-warning:focus, .ae-dashboard-device-page .ae-device-actions a.fa:focus, .ae-dashboard-sharing-page .ae-publink-list a.ae-publink-actions:focus,
.ae-dashboard-sharing-page .ae-publink-list a.ae-inbox-actions:focus, .ae-dashboard-sharing-page .ae-inbox-list a.ae-publink-actions:focus,
.ae-dashboard-sharing-page .ae-inbox-list a.ae-inbox-actions:focus {
  color: #cc6d00 !important; }

.text-success {
  color: #00c851 !important; }

a.text-success:hover, a.text-success:focus {
  color: #00953c !important; }

.text-info {
  color: #33b5e5 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1a9bcb !important; }

.text-default {
  color: #2bbbad !important; }

a.text-default:hover, a.text-default:focus {
  color: #219287 !important; }

.text-secondary {
  color: #aa66cc !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #9540bf !important; }

.text-dark {
  color: #212121 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #080808 !important; }

.text-light {
  color: #e0e0e0 !important; }

a.text-light:hover, a.text-light:focus {
  color: #c7c7c7 !important; }

.font-small {
  font-size: 0.9rem; }

.view {
  position: relative;
  overflow: hidden;
  cursor: default; }
  .view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed; }
  .view img, .view video {
    position: relative;
    display: block; }
  .view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }

.overlay .mask {
  opacity: 0;
  transition: all 0.4s ease-in-out; }
  .overlay .mask:hover {
    opacity: 1; }

.zoom img, .zoom video {
  transition: all 0.2s linear; }

.zoom:hover img, .zoom:hover video {
  transform: scale(1.1); }

.pattern-1 {
  background: url("../img//overlays/01.png"); }

.pattern-2 {
  background: url("../img//overlays/02.png"); }

.pattern-3 {
  background: url("../img//overlays/03.png"); }

.pattern-4 {
  background: url("../img//overlays/04.png"); }

.pattern-5 {
  background: url("../img//overlays/05.png"); }

.pattern-6 {
  background: url("../img//overlays/06.png"); }

.pattern-7 {
  background: url("../img//overlays/07.png"); }

.pattern-8 {
  background: url("../img//overlays/08.png"); }

.pattern-9 {
  background: url("../img//overlays/09.png"); }

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2); }
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  transition: none !important; }

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: middle;
  display: inline-block; }
  .waves-input-wrapper.waves-button {
    padding: 0; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms; }
  .waves-float:active {
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

a.waves-effect, a.waves-light {
  display: inline-block; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated, .modal-dialog.modal-notify .modal-body .fa.fa-4x, .ae-auth-blurb, .ae-auth-blurb .ae-blurb, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info, .ae-dashboard-space-modal .ae-recent-files, .ae-global-files-modal .ae-recent-files, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-info .ae-recent-files, .ae-explorer .ae-explorer-info .ae-info, .ae-explorer .ae-explorer-info .ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .ae-order-products {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite, .modal-dialog.modal-notify .modal-body .infinite.fa.fa-4x, .infinite.ae-auth-blurb, .ae-auth-blurb .infinite.ae-blurb, .ae-auth-container .infinite.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .infinite.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .infinite.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .infinite.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .infinite.ae-info, .ae-dashboard-space-modal .infinite.ae-recent-files, .ae-global-files-modal .infinite.ae-recent-files, .ae-search-tab .ae-search-results > div .infinite.ae-recent-file, .ae-search-tab .ae-search-results > div .infinite.ae-recent-dir, .ae-explorer .ae-explorer-info .infinite.ae-recent-files, .ae-explorer .ae-explorer-info .infinite.ae-info, .ae-explorer .ae-explorer-info .infinite.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .infinite.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .infinite.ae-order-products {
    animation-iteration-count: infinite; }
  .animated.hinge, .modal-dialog.modal-notify .modal-body .hinge.fa.fa-4x, .hinge.ae-auth-blurb, .ae-auth-blurb .hinge.ae-blurb, .ae-auth-container .hinge.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .hinge.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .hinge.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .hinge.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .hinge.ae-info, .ae-dashboard-space-modal .hinge.ae-recent-files, .ae-global-files-modal .hinge.ae-recent-files, .ae-search-tab .ae-search-results > div .hinge.ae-recent-file, .ae-search-tab .ae-search-results > div .hinge.ae-recent-dir, .ae-explorer .ae-explorer-info .hinge.ae-recent-files, .ae-explorer .ae-explorer-info .hinge.ae-info, .ae-explorer .ae-explorer-info .hinge.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .hinge.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .hinge.ae-order-products {
    animation-duration: 2s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn, .ae-auth-blurb, .ae-auth-blurb .ae-blurb, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info.ae-showing-space .ae-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info.ae-showing-space .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-space-modal .ae-recent-files, .ae-global-files-modal .ae-recent-files, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-info .ae-recent-files, .ae-explorer .ae-explorer-info .ae-info.ae-single, .ae-explorer .ae-explorer-info .ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft, .ae-order-history-page .ae-order .ae-order-details .ae-order-products {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info, .ae-explorer .ae-explorer-info .ae-info {
  animation-name: fadeInUp; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

.animated.flipOutX, .modal-dialog.modal-notify .modal-body .flipOutX.fa.fa-4x, .flipOutX.ae-auth-blurb, .ae-auth-blurb .flipOutX.ae-blurb, .ae-auth-container .flipOutX.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutX.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutX.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutX.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutX.ae-info, .ae-dashboard-space-modal .flipOutX.ae-recent-files, .ae-global-files-modal .flipOutX.ae-recent-files, .ae-search-tab .ae-search-results > div .flipOutX.ae-recent-file, .ae-search-tab .ae-search-results > div .flipOutX.ae-recent-dir, .ae-explorer .ae-explorer-info .flipOutX.ae-recent-files, .ae-explorer .ae-explorer-info .flipOutX.ae-info, .ae-explorer .ae-explorer-info .flipOutX.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .flipOutX.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .flipOutX.ae-order-products,
.animated.flipOutY,
.modal-dialog.modal-notify .modal-body .flipOutY.fa.fa-4x,
.flipOutY.ae-auth-blurb,
.ae-auth-blurb .flipOutY.ae-blurb,
.ae-auth-container .flipOutY.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutY.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutY.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutY.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutY.ae-info,
.ae-dashboard-space-modal .flipOutY.ae-recent-files,
.ae-global-files-modal .flipOutY.ae-recent-files,
.ae-search-tab .ae-search-results > div .flipOutY.ae-recent-file,
.ae-search-tab .ae-search-results > div .flipOutY.ae-recent-dir,
.ae-explorer .ae-explorer-info .flipOutY.ae-recent-files,
.ae-explorer .ae-explorer-info .flipOutY.ae-info,
.ae-explorer .ae-explorer-info .flipOutY.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .flipOutY.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .flipOutY.ae-order-products,
.animated.bounceIn,
.modal-dialog.modal-notify .modal-body .bounceIn.fa.fa-4x,
.bounceIn.ae-auth-blurb,
.ae-auth-blurb .bounceIn.ae-blurb,
.ae-auth-container .bounceIn.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceIn.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceIn.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceIn.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceIn.ae-info,
.ae-dashboard-space-modal .bounceIn.ae-recent-files,
.ae-global-files-modal .bounceIn.ae-recent-files,
.ae-search-tab .ae-search-results > div .bounceIn.ae-recent-file,
.ae-search-tab .ae-search-results > div .bounceIn.ae-recent-dir,
.ae-explorer .ae-explorer-info .bounceIn.ae-recent-files,
.ae-explorer .ae-explorer-info .bounceIn.ae-info,
.ae-explorer .ae-explorer-info .bounceIn.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .bounceIn.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .bounceIn.ae-order-products,
.animated.bounceOut,
.modal-dialog.modal-notify .modal-body .bounceOut.fa.fa-4x,
.bounceOut.ae-auth-blurb,
.ae-auth-blurb .bounceOut.ae-blurb,
.ae-auth-container .bounceOut.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceOut.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceOut.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceOut.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceOut.ae-info,
.ae-dashboard-space-modal .bounceOut.ae-recent-files,
.ae-global-files-modal .bounceOut.ae-recent-files,
.ae-search-tab .ae-search-results > div .bounceOut.ae-recent-file,
.ae-search-tab .ae-search-results > div .bounceOut.ae-recent-dir,
.ae-explorer .ae-explorer-info .bounceOut.ae-recent-files,
.ae-explorer .ae-explorer-info .bounceOut.ae-info,
.ae-explorer .ae-explorer-info .bounceOut.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .bounceOut.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .bounceOut.ae-order-products {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip, .modal-dialog.modal-notify .modal-body .flip.fa.fa-4x, .flip.ae-auth-blurb, .ae-auth-blurb .flip.ae-blurb, .ae-auth-container .flip.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .flip.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .flip.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flip.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flip.ae-info, .ae-dashboard-space-modal .flip.ae-recent-files, .ae-global-files-modal .flip.ae-recent-files, .ae-search-tab .ae-search-results > div .flip.ae-recent-file, .ae-search-tab .ae-search-results > div .flip.ae-recent-dir, .ae-explorer .ae-explorer-info .flip.ae-recent-files, .ae-explorer .ae-explorer-info .flip.ae-info, .ae-explorer .ae-explorer-info .flip.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .flip.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .flip.ae-order-products {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn, .modal-dialog.modal-notify .modal-body .fa.fa-4x {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.btn, .ae-discount-preregister-page .ae-download a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0.375rem;
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff; }
  .btn:hover, .ae-discount-preregister-page .ae-download a:hover, .btn:active, .ae-discount-preregister-page .ae-download a:active, .btn:focus, .ae-discount-preregister-page .ae-download a:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn .fa, .ae-discount-preregister-page .ae-download a .fa {
    position: relative;
    font-size: 0.9rem; }
    .btn .fa.right, .ae-discount-preregister-page .ae-download a .fa.right {
      margin-left: 0.3rem; }
    .btn .fa.left, .ae-discount-preregister-page .ae-download a .fa.left {
      margin-right: 0.3rem; }
  .btn.btn-lg, .ae-discount-preregister-page .ae-download a {
    padding: 1rem 2.4rem;
    font-size: 0.94rem; }
    .btn.btn-lg .fa, .ae-discount-preregister-page .ae-download a .fa {
      font-size: 1rem; }
  .btn.btn-md, .ae-discount-preregister-page .ae-download a.btn-md {
    padding: 0.7rem 1.6rem;
    font-size: 0.7rem; }
    .btn.btn-md .fa, .ae-discount-preregister-page .ae-download a.btn-md .fa {
      font-size: 0.8rem; }
  .btn.btn-sm, .ae-discount-preregister-page .ae-download a.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: 0.64rem; }
    .btn.btn-sm .fa, .ae-discount-preregister-page .ae-download a.btn-sm .fa {
      font-size: 0.7rem; }
  .btn.btn-tb, .ae-discount-preregister-page .ae-download a.btn-tb {
    padding: 0.3rem 1rem; }
  .btn.disabled:active, .ae-discount-preregister-page .ae-download a.disabled:active, .btn.disabled:focus, .ae-discount-preregister-page .ae-download a.disabled:focus, .btn.disabled:hover, .ae-discount-preregister-page .ae-download a.disabled:hover, .btn:disabled:active, .ae-discount-preregister-page .ae-download a:disabled:active, .btn:disabled:focus, .ae-discount-preregister-page .ae-download a:disabled:focus, .btn:disabled:hover, .ae-discount-preregister-page .ae-download a:disabled:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .btn.btn-block, .ae-discount-preregister-page .ae-download a.btn-block, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
    margin: inherit; }
  .btn.btn-link, .ae-discount-preregister-page .ae-download a.btn-link {
    box-shadow: none;
    background-color: transparent; }
    .btn.btn-link:active, .ae-discount-preregister-page .ae-download a.btn-link:active, .btn.btn-link:focus, .ae-discount-preregister-page .ae-download a.btn-link:focus, .btn.btn-link:hover, .ae-discount-preregister-page .ae-download a.btn-link:hover {
      box-shadow: none !important;
      background-color: transparent; }
  .btn[class*="btn-outline-"], .ae-discount-preregister-page .ae-download a[class*="btn-outline-"] {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; }
    .btn[class*="btn-outline-"].btn-lg, .ae-discount-preregister-page .ae-download a[class*="btn-outline-"] {
      padding-top: 0.88rem;
      padding-bottom: 0.88rem; }
    .btn[class*="btn-outline-"].btn-md, .ae-discount-preregister-page .ae-download a[class*="btn-outline-"].btn-md {
      padding-top: 0.58rem;
      padding-bottom: 0.58rem; }
    .btn[class*="btn-outline-"].btn-sm, .ae-discount-preregister-page .ae-download a[class*="btn-outline-"].btn-sm {
      padding-top: 0.38rem;
      padding-bottom: 0.38rem; }

.btn-group .btn, .btn-group .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .btn-group a {
  margin: 0; }

.btn .fa-lg, .ae-discount-preregister-page .ae-download a .fa-lg {
  font-size: 1.33333333em !important; }

.btn .fa-2x, .ae-discount-preregister-page .ae-download a .fa-2x {
  font-size: 2em !important; }

.btn .fa-3x, .ae-discount-preregister-page .ae-download a .fa-3x {
  font-size: 3em !important; }

.btn .fa-4x, .ae-discount-preregister-page .ae-download a .fa-4x {
  font-size: 4em !important; }

.btn .fa-5x, .ae-discount-preregister-page .ae-download a .fa-5x {
  font-size: 5em !important; }

.btn-primary {
  background-color: #4285f4 !important;
  color: #fff !important; }
  .btn-primary:hover {
    background-color: #5a95f5; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #0b51c5; }
  .btn-primary.dropdown-toggle {
    background-color: #4285f4 !important; }
    .btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
      background-color: #5a95f5 !important; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0b51c5 !important; }
  .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.primary-ic {
  color: #4285f4 !important; }
  .primary-ic:hover, .primary-ic:focus {
    color: #4285f4; }

.btn-outline-primary {
  border: 2px solid #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active {
    border-color: #4285f4 !important;
    background-color: transparent !important;
    color: #4285f4 !important; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #4285f4 !important; }
  .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .btn-outline-primary:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-danger {
  background-color: #ff3547 !important;
  color: #fff !important; }
  .btn-danger:hover {
    background-color: #ff4f5e; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #ce0012; }
  .btn-danger.dropdown-toggle {
    background-color: #ff3547 !important; }
    .btn-danger.dropdown-toggle:hover, .btn-danger.dropdown-toggle:focus {
      background-color: #ff4f5e !important; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ce0012 !important; }
  .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger:not([disabled]):not(.disabled).active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.danger-ic {
  color: #ff3547 !important; }
  .danger-ic:hover, .danger-ic:focus {
    color: #ff3547; }

.btn-outline-danger {
  border: 2px solid #ff3547 !important;
  background-color: transparent !important;
  color: #ff3547 !important; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger.active {
    border-color: #ff3547 !important;
    background-color: transparent !important;
    color: #ff3547 !important; }
  .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #ff3547 !important; }
  .btn-outline-danger:not([disabled]):not(.disabled):active:focus, .btn-outline-danger:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-warning {
  background-color: #ff8800 !important;
  color: #fff !important; }
  .btn-warning:hover {
    background-color: #ff941a; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #995200; }
  .btn-warning.dropdown-toggle {
    background-color: #ff8800 !important; }
    .btn-warning.dropdown-toggle:hover, .btn-warning.dropdown-toggle:focus {
      background-color: #ff941a !important; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #995200 !important; }
  .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled).active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.warning-ic {
  color: #ff8800 !important; }
  .warning-ic:hover, .warning-ic:focus {
    color: #ff8800; }

.btn-outline-warning {
  border: 2px solid #ff8800 !important;
  background-color: transparent !important;
  color: #ff8800 !important; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning.active {
    border-color: #ff8800 !important;
    background-color: transparent !important;
    color: #ff8800 !important; }
  .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #ff8800 !important; }
  .btn-outline-warning:not([disabled]):not(.disabled):active:focus, .btn-outline-warning:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-success {
  background-color: #00c851 !important;
  color: #fff !important; }
  .btn-success:hover {
    background-color: #00e25b; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #006228; }
  .btn-success.dropdown-toggle {
    background-color: #00c851 !important; }
    .btn-success.dropdown-toggle:hover, .btn-success.dropdown-toggle:focus {
      background-color: #00e25b !important; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #006228 !important; }
  .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.success-ic {
  color: #00c851 !important; }
  .success-ic:hover, .success-ic:focus {
    color: #00c851; }

.btn-outline-success {
  border: 2px solid #00c851 !important;
  background-color: transparent !important;
  color: #00c851 !important; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success.active {
    border-color: #00c851 !important;
    background-color: transparent !important;
    color: #00c851 !important; }
  .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #00c851 !important; }
  .btn-outline-success:not([disabled]):not(.disabled):active:focus, .btn-outline-success:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-info {
  background-color: #33b5e5 !important;
  color: #fff !important; }
  .btn-info:hover {
    background-color: #4abde8; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #14799e; }
  .btn-info.dropdown-toggle {
    background-color: #33b5e5 !important; }
    .btn-info.dropdown-toggle:hover, .btn-info.dropdown-toggle:focus {
      background-color: #4abde8 !important; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #14799e !important; }
  .btn-info:not([disabled]):not(.disabled):active:focus, .btn-info:not([disabled]):not(.disabled).active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.info-ic {
  color: #33b5e5 !important; }
  .info-ic:hover, .info-ic:focus {
    color: #33b5e5; }

.btn-outline-info {
  border: 2px solid #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info.active {
    border-color: #33b5e5 !important;
    background-color: transparent !important;
    color: #33b5e5 !important; }
  .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #33b5e5 !important; }
  .btn-outline-info:not([disabled]):not(.disabled):active:focus, .btn-outline-info:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link {
  background-color: #2bbbad !important;
  color: #fff !important; }
  .btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover {
    background-color: #30cfc0; }
  .btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .btn-default.focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .btn-default.active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link {
    background-color: #186860; }
  .btn-default.dropdown-toggle, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link {
    background-color: #2bbbad !important; }
    .btn-default.dropdown-toggle:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus {
      background-color: #30cfc0 !important; }
  .btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active,
  .show > .btn-default.dropdown-toggle, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #186860 !important; }
  .btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.default-ic {
  color: #2bbbad !important; }
  .default-ic:hover, .default-ic:focus {
    color: #2bbbad; }

.btn-outline-default {
  border: 2px solid #2bbbad !important;
  background-color: transparent !important;
  color: #2bbbad !important; }
  .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default.active {
    border-color: #2bbbad !important;
    background-color: transparent !important;
    color: #2bbbad !important; }
  .btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default:not([disabled]):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #2bbbad !important; }
  .btn-outline-default:not([disabled]):not(.disabled):active:focus, .btn-outline-default:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-secondary {
  background-color: #aa66cc !important;
  color: #fff !important; }
  .btn-secondary:hover {
    background-color: #b579d2; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #773399; }
  .btn-secondary.dropdown-toggle {
    background-color: #aa66cc !important; }
    .btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
      background-color: #b579d2 !important; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #773399 !important; }
  .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.secondary-ic {
  color: #aa66cc !important; }
  .secondary-ic:hover, .secondary-ic:focus {
    color: #aa66cc; }

.btn-outline-secondary {
  border: 2px solid #aa66cc !important;
  background-color: transparent !important;
  color: #aa66cc !important; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus, .btn-outline-secondary.active {
    border-color: #aa66cc !important;
    background-color: transparent !important;
    color: #aa66cc !important; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #aa66cc !important; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .btn-outline-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-elegant {
  background-color: #2e2e2e !important;
  color: #fff !important; }
  .btn-elegant:hover {
    background-color: #3b3b3b; }
  .btn-elegant:focus, .btn-elegant.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-elegant:focus, .btn-elegant:active, .btn-elegant.active {
    background-color: black; }
  .btn-elegant.dropdown-toggle {
    background-color: #2e2e2e !important; }
    .btn-elegant.dropdown-toggle:hover, .btn-elegant.dropdown-toggle:focus {
      background-color: #3b3b3b !important; }
  .btn-elegant:not([disabled]):not(.disabled):active, .btn-elegant:not([disabled]):not(.disabled).active,
  .show > .btn-elegant.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: black !important; }
  .btn-elegant:not([disabled]):not(.disabled):active:focus, .btn-elegant:not([disabled]):not(.disabled).active:focus,
  .show > .btn-elegant.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.elegant-ic {
  color: #2e2e2e !important; }
  .elegant-ic:hover, .elegant-ic:focus {
    color: #2e2e2e; }

.btn-outline-elegant {
  border: 2px solid #2e2e2e !important;
  background-color: transparent !important;
  color: #2e2e2e !important; }
  .btn-outline-elegant:hover, .btn-outline-elegant:focus, .btn-outline-elegant:active, .btn-outline-elegant:active:focus, .btn-outline-elegant.active {
    border-color: #2e2e2e !important;
    background-color: transparent !important;
    color: #2e2e2e !important; }
  .btn-outline-elegant:not([disabled]):not(.disabled):active, .btn-outline-elegant:not([disabled]):not(.disabled).active,
  .show > .btn-outline-elegant.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #2e2e2e !important; }
  .btn-outline-elegant:not([disabled]):not(.disabled):active:focus, .btn-outline-elegant:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-elegant.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-unique {
  background-color: #880e4f !important;
  color: #fff !important; }
  .btn-unique:hover {
    background-color: #9f105c; }
  .btn-unique:focus, .btn-unique.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-unique:focus, .btn-unique:active, .btn-unique.active {
    background-color: #2c0419; }
  .btn-unique.dropdown-toggle {
    background-color: #880e4f !important; }
    .btn-unique.dropdown-toggle:hover, .btn-unique.dropdown-toggle:focus {
      background-color: #9f105c !important; }
  .btn-unique:not([disabled]):not(.disabled):active, .btn-unique:not([disabled]):not(.disabled).active,
  .show > .btn-unique.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2c0419 !important; }
  .btn-unique:not([disabled]):not(.disabled):active:focus, .btn-unique:not([disabled]):not(.disabled).active:focus,
  .show > .btn-unique.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.unique-ic {
  color: #880e4f !important; }
  .unique-ic:hover, .unique-ic:focus {
    color: #880e4f; }

.btn-outline-unique {
  border: 2px solid #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important; }
  .btn-outline-unique:hover, .btn-outline-unique:focus, .btn-outline-unique:active, .btn-outline-unique:active:focus, .btn-outline-unique.active {
    border-color: #880e4f !important;
    background-color: transparent !important;
    color: #880e4f !important; }
  .btn-outline-unique:not([disabled]):not(.disabled):active, .btn-outline-unique:not([disabled]):not(.disabled).active,
  .show > .btn-outline-unique.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #880e4f !important; }
  .btn-outline-unique:not([disabled]):not(.disabled):active:focus, .btn-outline-unique:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-unique.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-dark-green {
  background-color: #388e3c !important;
  color: #fff !important; }
  .btn-dark-green:hover {
    background-color: #3fa044; }
  .btn-dark-green:focus, .btn-dark-green.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
    background-color: #1b451d; }
  .btn-dark-green.dropdown-toggle {
    background-color: #388e3c !important; }
    .btn-dark-green.dropdown-toggle:hover, .btn-dark-green.dropdown-toggle:focus {
      background-color: #3fa044 !important; }
  .btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green:not([disabled]):not(.disabled).active,
  .show > .btn-dark-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1b451d !important; }
  .btn-dark-green:not([disabled]):not(.disabled):active:focus, .btn-dark-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-dark-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.dark-green-ic {
  color: #388e3c !important; }
  .dark-green-ic:hover, .dark-green-ic:focus {
    color: #388e3c; }

.btn-outline-dark-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important; }
  .btn-outline-dark-green:hover, .btn-outline-dark-green:focus, .btn-outline-dark-green:active, .btn-outline-dark-green:active:focus, .btn-outline-dark-green.active {
    border-color: #388e3c !important;
    background-color: transparent !important;
    color: #388e3c !important; }
  .btn-outline-dark-green:not([disabled]):not(.disabled):active, .btn-outline-dark-green:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dark-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #388e3c !important; }
  .btn-outline-dark-green:not([disabled]):not(.disabled):active:focus, .btn-outline-dark-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-dark-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-mdb-color {
  background-color: #59698d !important;
  color: #fff !important; }
  .btn-mdb-color:hover {
    background-color: #63759d; }
  .btn-mdb-color:focus, .btn-mdb-color.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-mdb-color:focus, .btn-mdb-color:active, .btn-mdb-color.active {
    background-color: #323a4e; }
  .btn-mdb-color.dropdown-toggle {
    background-color: #59698d !important; }
    .btn-mdb-color.dropdown-toggle:hover, .btn-mdb-color.dropdown-toggle:focus {
      background-color: #63759d !important; }
  .btn-mdb-color:not([disabled]):not(.disabled):active, .btn-mdb-color:not([disabled]):not(.disabled).active,
  .show > .btn-mdb-color.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #323a4e !important; }
  .btn-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-mdb-color:not([disabled]):not(.disabled).active:focus,
  .show > .btn-mdb-color.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.mdb-color-ic {
  color: #59698d !important; }
  .mdb-color-ic:hover, .mdb-color-ic:focus {
    color: #59698d; }

.btn-outline-mdb-color {
  border: 2px solid #59698d !important;
  background-color: transparent !important;
  color: #59698d !important; }
  .btn-outline-mdb-color:hover, .btn-outline-mdb-color:focus, .btn-outline-mdb-color:active, .btn-outline-mdb-color:active:focus, .btn-outline-mdb-color.active {
    border-color: #59698d !important;
    background-color: transparent !important;
    color: #59698d !important; }
  .btn-outline-mdb-color:not([disabled]):not(.disabled):active, .btn-outline-mdb-color:not([disabled]):not(.disabled).active,
  .show > .btn-outline-mdb-color.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #59698d !important; }
  .btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-outline-mdb-color:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-mdb-color.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-red {
  background-color: #d32f2f !important;
  color: #fff !important; }
  .btn-red:hover {
    background-color: #d74444; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #811b1b; }
  .btn-red.dropdown-toggle {
    background-color: #d32f2f !important; }
    .btn-red.dropdown-toggle:hover, .btn-red.dropdown-toggle:focus {
      background-color: #d74444 !important; }
  .btn-red:not([disabled]):not(.disabled):active, .btn-red:not([disabled]):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #811b1b !important; }
  .btn-red:not([disabled]):not(.disabled):active:focus, .btn-red:not([disabled]):not(.disabled).active:focus,
  .show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.red-ic {
  color: #d32f2f !important; }
  .red-ic:hover, .red-ic:focus {
    color: #d32f2f; }

.btn-outline-red {
  border: 2px solid #d32f2f !important;
  background-color: transparent !important;
  color: #d32f2f !important; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red.active {
    border-color: #d32f2f !important;
    background-color: transparent !important;
    color: #d32f2f !important; }
  .btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red:not([disabled]):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #d32f2f !important; }
  .btn-outline-red:not([disabled]):not(.disabled):active:focus, .btn-outline-red:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-pink {
  background-color: #ec407a !important;
  color: #fff !important; }
  .btn-pink:hover {
    background-color: #ee578a; }
  .btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-pink:focus, .btn-pink:active, .btn-pink.active {
    background-color: #b41249; }
  .btn-pink.dropdown-toggle {
    background-color: #ec407a !important; }
    .btn-pink.dropdown-toggle:hover, .btn-pink.dropdown-toggle:focus {
      background-color: #ee578a !important; }
  .btn-pink:not([disabled]):not(.disabled):active, .btn-pink:not([disabled]):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #b41249 !important; }
  .btn-pink:not([disabled]):not(.disabled):active:focus, .btn-pink:not([disabled]):not(.disabled).active:focus,
  .show > .btn-pink.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pink-ic {
  color: #ec407a !important; }
  .pink-ic:hover, .pink-ic:focus {
    color: #ec407a; }

.btn-outline-pink {
  border: 2px solid #ec407a !important;
  background-color: transparent !important;
  color: #ec407a !important; }
  .btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink:active:focus, .btn-outline-pink.active {
    border-color: #ec407a !important;
    background-color: transparent !important;
    color: #ec407a !important; }
  .btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink:not([disabled]):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #ec407a !important; }
  .btn-outline-pink:not([disabled]):not(.disabled):active:focus, .btn-outline-pink:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-purple {
  background-color: #8e24aa !important;
  color: #fff !important; }
  .btn-purple:hover {
    background-color: #a028bf; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background-color: #481256; }
  .btn-purple.dropdown-toggle {
    background-color: #8e24aa !important; }
    .btn-purple.dropdown-toggle:hover, .btn-purple.dropdown-toggle:focus {
      background-color: #a028bf !important; }
  .btn-purple:not([disabled]):not(.disabled):active, .btn-purple:not([disabled]):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #481256 !important; }
  .btn-purple:not([disabled]):not(.disabled):active:focus, .btn-purple:not([disabled]):not(.disabled).active:focus,
  .show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.purple-ic {
  color: #8e24aa !important; }
  .purple-ic:hover, .purple-ic:focus {
    color: #8e24aa; }

.btn-outline-purple {
  border: 2px solid #8e24aa !important;
  background-color: transparent !important;
  color: #8e24aa !important; }
  .btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple:active:focus, .btn-outline-purple.active {
    border-color: #8e24aa !important;
    background-color: transparent !important;
    color: #8e24aa !important; }
  .btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple:not([disabled]):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #8e24aa !important; }
  .btn-outline-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-purple:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-deep-purple {
  background-color: #512da8 !important;
  color: #fff !important; }
  .btn-deep-purple:hover {
    background-color: #5b32bc; }
  .btn-deep-purple:focus, .btn-deep-purple.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-deep-purple:focus, .btn-deep-purple:active, .btn-deep-purple.active {
    background-color: #2a1758; }
  .btn-deep-purple.dropdown-toggle {
    background-color: #512da8 !important; }
    .btn-deep-purple.dropdown-toggle:hover, .btn-deep-purple.dropdown-toggle:focus {
      background-color: #5b32bc !important; }
  .btn-deep-purple:not([disabled]):not(.disabled):active, .btn-deep-purple:not([disabled]):not(.disabled).active,
  .show > .btn-deep-purple.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2a1758 !important; }
  .btn-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-deep-purple:not([disabled]):not(.disabled).active:focus,
  .show > .btn-deep-purple.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.deep-purple-ic {
  color: #512da8 !important; }
  .deep-purple-ic:hover, .deep-purple-ic:focus {
    color: #512da8; }

.btn-outline-deep-purple {
  border: 2px solid #512da8 !important;
  background-color: transparent !important;
  color: #512da8 !important; }
  .btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:active, .btn-outline-deep-purple:active:focus, .btn-outline-deep-purple.active {
    border-color: #512da8 !important;
    background-color: transparent !important;
    color: #512da8 !important; }
  .btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple:not([disabled]):not(.disabled).active,
  .show > .btn-outline-deep-purple.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #512da8 !important; }
  .btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-purple:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-deep-purple.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-indigo {
  background-color: #3f51b5 !important;
  color: #fff !important; }
  .btn-indigo:hover {
    background-color: #4d5ec1; }
  .btn-indigo:focus, .btn-indigo.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-indigo:focus, .btn-indigo:active, .btn-indigo.active {
    background-color: #252f69; }
  .btn-indigo.dropdown-toggle {
    background-color: #3f51b5 !important; }
    .btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
      background-color: #4d5ec1 !important; }
  .btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo:not([disabled]):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #252f69 !important; }
  .btn-indigo:not([disabled]):not(.disabled):active:focus, .btn-indigo:not([disabled]):not(.disabled).active:focus,
  .show > .btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.indigo-ic {
  color: #3f51b5 !important; }
  .indigo-ic:hover, .indigo-ic:focus {
    color: #3f51b5; }

.btn-outline-indigo {
  border: 2px solid #3f51b5 !important;
  background-color: transparent !important;
  color: #3f51b5 !important; }
  .btn-outline-indigo:hover, .btn-outline-indigo:focus, .btn-outline-indigo:active, .btn-outline-indigo:active:focus, .btn-outline-indigo.active {
    border-color: #3f51b5 !important;
    background-color: transparent !important;
    color: #3f51b5 !important; }
  .btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo:not([disabled]):not(.disabled).active,
  .show > .btn-outline-indigo.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #3f51b5 !important; }
  .btn-outline-indigo:not([disabled]):not(.disabled):active:focus, .btn-outline-indigo:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-indigo.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-blue {
  background-color: #1976d2 !important;
  color: #fff !important; }
  .btn-blue:hover {
    background-color: #2083e4; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    background-color: #0e4377; }
  .btn-blue.dropdown-toggle {
    background-color: #1976d2 !important; }
    .btn-blue.dropdown-toggle:hover, .btn-blue.dropdown-toggle:focus {
      background-color: #2083e4 !important; }
  .btn-blue:not([disabled]):not(.disabled):active, .btn-blue:not([disabled]):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0e4377 !important; }
  .btn-blue:not([disabled]):not(.disabled):active:focus, .btn-blue:not([disabled]):not(.disabled).active:focus,
  .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.blue-ic {
  color: #1976d2 !important; }
  .blue-ic:hover, .blue-ic:focus {
    color: #1976d2; }

.btn-outline-blue, .ae-discount-preregister-page .ae-download a {
  border: 2px solid #1976d2 !important;
  background-color: transparent !important;
  color: #1976d2 !important; }
  .btn-outline-blue:hover, .ae-discount-preregister-page .ae-download a:hover, .btn-outline-blue:focus, .ae-discount-preregister-page .ae-download a:focus, .btn-outline-blue:active, .ae-discount-preregister-page .ae-download a:active, .btn-outline-blue:active:focus, .ae-discount-preregister-page .ae-download a:active:focus, .btn-outline-blue.active, .ae-discount-preregister-page .ae-download a.active {
    border-color: #1976d2 !important;
    background-color: transparent !important;
    color: #1976d2 !important; }
  .btn-outline-blue:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active, .btn-outline-blue:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle, .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #1976d2 !important; }
  .btn-outline-blue:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active:focus, .btn-outline-blue:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-blue.dropdown-toggle:focus, .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-light-blue {
  background-color: #82b1ff !important;
  color: #fff !important; }
  .btn-light-blue:hover {
    background-color: #9cc1ff; }
  .btn-light-blue:focus, .btn-light-blue.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
    background-color: #1c71ff; }
  .btn-light-blue.dropdown-toggle {
    background-color: #82b1ff !important; }
    .btn-light-blue.dropdown-toggle:hover, .btn-light-blue.dropdown-toggle:focus {
      background-color: #9cc1ff !important; }
  .btn-light-blue:not([disabled]):not(.disabled):active, .btn-light-blue:not([disabled]):not(.disabled).active,
  .show > .btn-light-blue.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1c71ff !important; }
  .btn-light-blue:not([disabled]):not(.disabled):active:focus, .btn-light-blue:not([disabled]):not(.disabled).active:focus,
  .show > .btn-light-blue.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-blue-ic {
  color: #82b1ff !important; }
  .light-blue-ic:hover, .light-blue-ic:focus {
    color: #82b1ff; }

.btn-outline-light-blue {
  border: 2px solid #82b1ff !important;
  background-color: transparent !important;
  color: #82b1ff !important; }
  .btn-outline-light-blue:hover, .btn-outline-light-blue:focus, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue.active {
    border-color: #82b1ff !important;
    background-color: transparent !important;
    color: #82b1ff !important; }
  .btn-outline-light-blue:not([disabled]):not(.disabled):active, .btn-outline-light-blue:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light-blue.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #82b1ff !important; }
  .btn-outline-light-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-light-blue:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-light-blue.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-cyan {
  background-color: #00bcd4 !important;
  color: #fff !important; }
  .btn-cyan:hover {
    background-color: #00d3ee; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active {
    background-color: #00626e; }
  .btn-cyan.dropdown-toggle {
    background-color: #00bcd4 !important; }
    .btn-cyan.dropdown-toggle:hover, .btn-cyan.dropdown-toggle:focus {
      background-color: #00d3ee !important; }
  .btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan:not([disabled]):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #00626e !important; }
  .btn-cyan:not([disabled]):not(.disabled):active:focus, .btn-cyan:not([disabled]):not(.disabled).active:focus,
  .show > .btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.cyan-ic {
  color: #00bcd4 !important; }
  .cyan-ic:hover, .cyan-ic:focus {
    color: #00bcd4; }

.btn-outline-cyan {
  border: 2px solid #00bcd4 !important;
  background-color: transparent !important;
  color: #00bcd4 !important; }
  .btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan:active:focus, .btn-outline-cyan.active {
    border-color: #00bcd4 !important;
    background-color: transparent !important;
    color: #00bcd4 !important; }
  .btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan:not([disabled]):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #00bcd4 !important; }
  .btn-outline-cyan:not([disabled]):not(.disabled):active:focus, .btn-outline-cyan:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-teal {
  background-color: #00796b !important;
  color: #fff !important; }
  .btn-teal:hover {
    background-color: #009382; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-teal:focus, .btn-teal:active, .btn-teal.active {
    background-color: #001311; }
  .btn-teal.dropdown-toggle {
    background-color: #00796b !important; }
    .btn-teal.dropdown-toggle:hover, .btn-teal.dropdown-toggle:focus {
      background-color: #009382 !important; }
  .btn-teal:not([disabled]):not(.disabled):active, .btn-teal:not([disabled]):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #001311 !important; }
  .btn-teal:not([disabled]):not(.disabled):active:focus, .btn-teal:not([disabled]):not(.disabled).active:focus,
  .show > .btn-teal.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.teal-ic {
  color: #00796b !important; }
  .teal-ic:hover, .teal-ic:focus {
    color: #00796b; }

.btn-outline-teal {
  border: 2px solid #00796b !important;
  background-color: transparent !important;
  color: #00796b !important; }
  .btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active, .btn-outline-teal:active:focus, .btn-outline-teal.active {
    border-color: #00796b !important;
    background-color: transparent !important;
    color: #00796b !important; }
  .btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal:not([disabled]):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #00796b !important; }
  .btn-outline-teal:not([disabled]):not(.disabled):active:focus, .btn-outline-teal:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-teal.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-green {
  background-color: #388e3c !important;
  color: #fff !important; }
  .btn-green:hover {
    background-color: #3fa044; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-green:focus, .btn-green:active, .btn-green.active {
    background-color: #1b451d; }
  .btn-green.dropdown-toggle {
    background-color: #388e3c !important; }
    .btn-green.dropdown-toggle:hover, .btn-green.dropdown-toggle:focus {
      background-color: #3fa044 !important; }
  .btn-green:not([disabled]):not(.disabled):active, .btn-green:not([disabled]):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1b451d !important; }
  .btn-green:not([disabled]):not(.disabled):active:focus, .btn-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.green-ic {
  color: #388e3c !important; }
  .green-ic:hover, .green-ic:focus {
    color: #388e3c; }

.btn-outline-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important; }
  .btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green.active {
    border-color: #388e3c !important;
    background-color: transparent !important;
    color: #388e3c !important; }
  .btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green:not([disabled]):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #388e3c !important; }
  .btn-outline-green:not([disabled]):not(.disabled):active:focus, .btn-outline-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-light-green {
  background-color: #8bc34a !important;
  color: #fff !important; }
  .btn-light-green:hover {
    background-color: #97c95d; }
  .btn-light-green:focus, .btn-light-green.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
    background-color: #577d2a; }
  .btn-light-green.dropdown-toggle {
    background-color: #8bc34a !important; }
    .btn-light-green.dropdown-toggle:hover, .btn-light-green.dropdown-toggle:focus {
      background-color: #97c95d !important; }
  .btn-light-green:not([disabled]):not(.disabled):active, .btn-light-green:not([disabled]):not(.disabled).active,
  .show > .btn-light-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #577d2a !important; }
  .btn-light-green:not([disabled]):not(.disabled):active:focus, .btn-light-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-light-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-green-ic {
  color: #8bc34a !important; }
  .light-green-ic:hover, .light-green-ic:focus {
    color: #8bc34a; }

.btn-outline-light-green {
  border: 2px solid #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important; }
  .btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green:active:focus, .btn-outline-light-green.active {
    border-color: #8bc34a !important;
    background-color: transparent !important;
    color: #8bc34a !important; }
  .btn-outline-light-green:not([disabled]):not(.disabled):active, .btn-outline-light-green:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #8bc34a !important; }
  .btn-outline-light-green:not([disabled]):not(.disabled):active:focus, .btn-outline-light-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-light-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-lime {
  background-color: #afb42b !important;
  color: #fff !important; }
  .btn-lime:hover {
    background-color: #c3c930; }
  .btn-lime:focus, .btn-lime.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-lime:focus, .btn-lime:active, .btn-lime.active {
    background-color: #5f6217; }
  .btn-lime.dropdown-toggle {
    background-color: #afb42b !important; }
    .btn-lime.dropdown-toggle:hover, .btn-lime.dropdown-toggle:focus {
      background-color: #c3c930 !important; }
  .btn-lime:not([disabled]):not(.disabled):active, .btn-lime:not([disabled]):not(.disabled).active,
  .show > .btn-lime.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #5f6217 !important; }
  .btn-lime:not([disabled]):not(.disabled):active:focus, .btn-lime:not([disabled]):not(.disabled).active:focus,
  .show > .btn-lime.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.lime-ic {
  color: #afb42b !important; }
  .lime-ic:hover, .lime-ic:focus {
    color: #afb42b; }

.btn-outline-lime {
  border: 2px solid #afb42b !important;
  background-color: transparent !important;
  color: #afb42b !important; }
  .btn-outline-lime:hover, .btn-outline-lime:focus, .btn-outline-lime:active, .btn-outline-lime:active:focus, .btn-outline-lime.active {
    border-color: #afb42b !important;
    background-color: transparent !important;
    color: #afb42b !important; }
  .btn-outline-lime:not([disabled]):not(.disabled):active, .btn-outline-lime:not([disabled]):not(.disabled).active,
  .show > .btn-outline-lime.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #afb42b !important; }
  .btn-outline-lime:not([disabled]):not(.disabled):active:focus, .btn-outline-lime:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-lime.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-yellow {
  background-color: #fbc02d !important;
  color: #fff !important; }
  .btn-yellow:hover {
    background-color: #fbc846; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
    background-color: #be8904; }
  .btn-yellow.dropdown-toggle {
    background-color: #fbc02d !important; }
    .btn-yellow.dropdown-toggle:hover, .btn-yellow.dropdown-toggle:focus {
      background-color: #fbc846 !important; }
  .btn-yellow:not([disabled]):not(.disabled):active, .btn-yellow:not([disabled]):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #be8904 !important; }
  .btn-yellow:not([disabled]):not(.disabled):active:focus, .btn-yellow:not([disabled]):not(.disabled).active:focus,
  .show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.yellow-ic {
  color: #fbc02d !important; }
  .yellow-ic:hover, .yellow-ic:focus {
    color: #fbc02d; }

.btn-outline-yellow {
  border: 2px solid #fbc02d !important;
  background-color: transparent !important;
  color: #fbc02d !important; }
  .btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow:active, .btn-outline-yellow:active:focus, .btn-outline-yellow.active {
    border-color: #fbc02d !important;
    background-color: transparent !important;
    color: #fbc02d !important; }
  .btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow:not([disabled]):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #fbc02d !important; }
  .btn-outline-yellow:not([disabled]):not(.disabled):active:focus, .btn-outline-yellow:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-amber {
  background-color: #ffa000 !important;
  color: #fff !important; }
  .btn-amber:hover {
    background-color: #ffaa1a; }
  .btn-amber:focus, .btn-amber.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-amber:focus, .btn-amber:active, .btn-amber.active {
    background-color: #996000; }
  .btn-amber.dropdown-toggle {
    background-color: #ffa000 !important; }
    .btn-amber.dropdown-toggle:hover, .btn-amber.dropdown-toggle:focus {
      background-color: #ffaa1a !important; }
  .btn-amber:not([disabled]):not(.disabled):active, .btn-amber:not([disabled]):not(.disabled).active,
  .show > .btn-amber.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #996000 !important; }
  .btn-amber:not([disabled]):not(.disabled):active:focus, .btn-amber:not([disabled]):not(.disabled).active:focus,
  .show > .btn-amber.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.amber-ic {
  color: #ffa000 !important; }
  .amber-ic:hover, .amber-ic:focus {
    color: #ffa000; }

.btn-outline-amber {
  border: 2px solid #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important; }
  .btn-outline-amber:hover, .btn-outline-amber:focus, .btn-outline-amber:active, .btn-outline-amber:active:focus, .btn-outline-amber.active {
    border-color: #ffa000 !important;
    background-color: transparent !important;
    color: #ffa000 !important; }
  .btn-outline-amber:not([disabled]):not(.disabled):active, .btn-outline-amber:not([disabled]):not(.disabled).active,
  .show > .btn-outline-amber.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #ffa000 !important; }
  .btn-outline-amber:not([disabled]):not(.disabled):active:focus, .btn-outline-amber:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-amber.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-orange {
  background-color: #f57c00 !important;
  color: #fff !important; }
  .btn-orange:hover {
    background-color: #ff8910; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background-color: #8f4800; }
  .btn-orange.dropdown-toggle {
    background-color: #f57c00 !important; }
    .btn-orange.dropdown-toggle:hover, .btn-orange.dropdown-toggle:focus {
      background-color: #ff8910 !important; }
  .btn-orange:not([disabled]):not(.disabled):active, .btn-orange:not([disabled]):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #8f4800 !important; }
  .btn-orange:not([disabled]):not(.disabled):active:focus, .btn-orange:not([disabled]):not(.disabled).active:focus,
  .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.orange-ic {
  color: #f57c00 !important; }
  .orange-ic:hover, .orange-ic:focus {
    color: #f57c00; }

.btn-outline-orange {
  border: 2px solid #f57c00 !important;
  background-color: transparent !important;
  color: #f57c00 !important; }
  .btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange:active:focus, .btn-outline-orange.active {
    border-color: #f57c00 !important;
    background-color: transparent !important;
    color: #f57c00 !important; }
  .btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange:not([disabled]):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #f57c00 !important; }
  .btn-outline-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-orange:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-deep-orange {
  background-color: #ff7043 !important;
  color: #fff !important; }
  .btn-deep-orange:hover {
    background-color: #ff835d; }
  .btn-deep-orange:focus, .btn-deep-orange.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-deep-orange:focus, .btn-deep-orange:active, .btn-deep-orange.active {
    background-color: #dc3500; }
  .btn-deep-orange.dropdown-toggle {
    background-color: #ff7043 !important; }
    .btn-deep-orange.dropdown-toggle:hover, .btn-deep-orange.dropdown-toggle:focus {
      background-color: #ff835d !important; }
  .btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange:not([disabled]):not(.disabled).active,
  .show > .btn-deep-orange.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #dc3500 !important; }
  .btn-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-deep-orange:not([disabled]):not(.disabled).active:focus,
  .show > .btn-deep-orange.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.deep-orange-ic {
  color: #ff7043 !important; }
  .deep-orange-ic:hover, .deep-orange-ic:focus {
    color: #ff7043; }

.btn-outline-deep-orange {
  border: 2px solid #ff7043 !important;
  background-color: transparent !important;
  color: #ff7043 !important; }
  .btn-outline-deep-orange:hover, .btn-outline-deep-orange:focus, .btn-outline-deep-orange:active, .btn-outline-deep-orange:active:focus, .btn-outline-deep-orange.active {
    border-color: #ff7043 !important;
    background-color: transparent !important;
    color: #ff7043 !important; }
  .btn-outline-deep-orange:not([disabled]):not(.disabled):active, .btn-outline-deep-orange:not([disabled]):not(.disabled).active,
  .show > .btn-outline-deep-orange.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #ff7043 !important; }
  .btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-orange:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-deep-orange.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-brown {
  background-color: #795548 !important;
  color: #fff !important; }
  .btn-brown:hover {
    background-color: #896052; }
  .btn-brown:focus, .btn-brown.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-brown:focus, .btn-brown:active, .btn-brown.active {
    background-color: #392822; }
  .btn-brown.dropdown-toggle {
    background-color: #795548 !important; }
    .btn-brown.dropdown-toggle:hover, .btn-brown.dropdown-toggle:focus {
      background-color: #896052 !important; }
  .btn-brown:not([disabled]):not(.disabled):active, .btn-brown:not([disabled]):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #392822 !important; }
  .btn-brown:not([disabled]):not(.disabled):active:focus, .btn-brown:not([disabled]):not(.disabled).active:focus,
  .show > .btn-brown.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.brown-ic {
  color: #795548 !important; }
  .brown-ic:hover, .brown-ic:focus {
    color: #795548; }

.btn-outline-brown {
  border: 2px solid #795548 !important;
  background-color: transparent !important;
  color: #795548 !important; }
  .btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown:active:focus, .btn-outline-brown.active {
    border-color: #795548 !important;
    background-color: transparent !important;
    color: #795548 !important; }
  .btn-outline-brown:not([disabled]):not(.disabled):active, .btn-outline-brown:not([disabled]):not(.disabled).active,
  .show > .btn-outline-brown.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #795548 !important; }
  .btn-outline-brown:not([disabled]):not(.disabled):active:focus, .btn-outline-brown:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-brown.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-grey {
  background-color: #616161 !important;
  color: #fff !important; }
  .btn-grey:hover {
    background-color: #6e6e6e; }
  .btn-grey:focus, .btn-grey.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    background-color: #2e2e2e; }
  .btn-grey.dropdown-toggle {
    background-color: #616161 !important; }
    .btn-grey.dropdown-toggle:hover, .btn-grey.dropdown-toggle:focus {
      background-color: #6e6e6e !important; }
  .btn-grey:not([disabled]):not(.disabled):active, .btn-grey:not([disabled]):not(.disabled).active,
  .show > .btn-grey.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2e2e2e !important; }
  .btn-grey:not([disabled]):not(.disabled):active:focus, .btn-grey:not([disabled]):not(.disabled).active:focus,
  .show > .btn-grey.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.grey-ic {
  color: #616161 !important; }
  .grey-ic:hover, .grey-ic:focus {
    color: #616161; }

.btn-outline-grey {
  border: 2px solid #616161 !important;
  background-color: transparent !important;
  color: #616161 !important; }
  .btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey.active {
    border-color: #616161 !important;
    background-color: transparent !important;
    color: #616161 !important; }
  .btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey:not([disabled]):not(.disabled).active,
  .show > .btn-outline-grey.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #616161 !important; }
  .btn-outline-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-grey:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-grey.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-blue-grey {
  background-color: #78909c !important;
  color: #fff !important; }
  .btn-blue-grey:hover {
    background-color: #879ca7; }
  .btn-blue-grey:focus, .btn-blue-grey.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.active {
    background-color: #4a5b64; }
  .btn-blue-grey.dropdown-toggle {
    background-color: #78909c !important; }
    .btn-blue-grey.dropdown-toggle:hover, .btn-blue-grey.dropdown-toggle:focus {
      background-color: #879ca7 !important; }
  .btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey:not([disabled]):not(.disabled).active,
  .show > .btn-blue-grey.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #4a5b64 !important; }
  .btn-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-blue-grey:not([disabled]):not(.disabled).active:focus,
  .show > .btn-blue-grey.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.blue-grey-ic {
  color: #78909c !important; }
  .blue-grey-ic:hover, .blue-grey-ic:focus {
    color: #78909c; }

.btn-outline-blue-grey {
  border: 2px solid #78909c !important;
  background-color: transparent !important;
  color: #78909c !important; }
  .btn-outline-blue-grey:hover, .btn-outline-blue-grey:focus, .btn-outline-blue-grey:active, .btn-outline-blue-grey:active:focus, .btn-outline-blue-grey.active {
    border-color: #78909c !important;
    background-color: transparent !important;
    color: #78909c !important; }
  .btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey:not([disabled]):not(.disabled).active,
  .show > .btn-outline-blue-grey.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #78909c !important; }
  .btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-blue-grey:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-blue-grey.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-dark {
  background-color: #212121 !important;
  color: #fff !important; }
  .btn-dark:hover {
    background-color: #2e2e2e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    background-color: black; }
  .btn-dark.dropdown-toggle {
    background-color: #212121 !important; }
    .btn-dark.dropdown-toggle:hover, .btn-dark.dropdown-toggle:focus {
      background-color: #2e2e2e !important; }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: black !important; }
  .btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled).active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.dark-ic {
  color: #212121 !important; }
  .dark-ic:hover, .dark-ic:focus {
    color: #212121; }

.btn-outline-dark {
  border: 2px solid #212121 !important;
  background-color: transparent !important;
  color: #212121 !important; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:active:focus, .btn-outline-dark.active {
    border-color: #212121 !important;
    background-color: transparent !important;
    color: #212121 !important; }
  .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #212121 !important; }
  .btn-outline-dark:not([disabled]):not(.disabled):active:focus, .btn-outline-dark:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-light {
  background-color: #e0e0e0 !important;
  color: #000 !important; }
  .btn-light:hover {
    background-color: #ededed; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-light:focus, .btn-light:active, .btn-light.active {
    background-color: #adadad; }
  .btn-light.dropdown-toggle {
    background-color: #e0e0e0 !important; }
    .btn-light.dropdown-toggle:hover, .btn-light.dropdown-toggle:focus {
      background-color: #ededed !important; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #adadad !important; }
  .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled).active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-ic {
  color: #e0e0e0 !important; }
  .light-ic:hover, .light-ic:focus {
    color: #e0e0e0; }

.btn-outline-light {
  border: 2px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #e0e0e0 !important; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:active:focus, .btn-outline-light.active {
    border-color: #e0e0e0 !important;
    background-color: transparent !important;
    color: #e0e0e0 !important; }
  .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #e0e0e0 !important; }
  .btn-outline-light:not([disabled]):not(.disabled):active:focus, .btn-outline-light:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-white {
  background-color: #fff !important;
  color: #000 !important; }
  .btn-white:hover {
    background-color: white; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-white:focus, .btn-white:active, .btn-white.active {
    background-color: #cccccc; }
  .btn-white.dropdown-toggle {
    background-color: #fff !important; }
    .btn-white.dropdown-toggle:hover, .btn-white.dropdown-toggle:focus {
      background-color: white !important; }
  .btn-white:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #cccccc !important; }
  .btn-white:not([disabled]):not(.disabled):active:focus, .btn-white:not([disabled]):not(.disabled).active:focus,
  .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.white-ic {
  color: #fff !important; }
  .white-ic:hover, .white-ic:focus {
    color: #fff; }

.btn-outline-white, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a, .ae-explorer .ae-explorer-info .ae-info button, .ae-explorer .ae-explorer-info .ae-info a.btn, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important; }
  .btn-outline-white:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:hover, .ae-explorer .ae-explorer-info .ae-info button:hover, .ae-explorer .ae-explorer-info .ae-info a.btn:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:hover, .btn-outline-white:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:focus, .ae-explorer .ae-explorer-info .ae-info button:focus, .ae-explorer .ae-explorer-info .ae-info a.btn:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:focus, .btn-outline-white:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:active, .ae-explorer .ae-explorer-info .ae-info button:active, .ae-explorer .ae-explorer-info .ae-info a.btn:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:active, .btn-outline-white:active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:active:focus, .ae-explorer .ae-explorer-info .ae-info button:active:focus, .ae-explorer .ae-explorer-info .ae-info a.btn:active:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:active:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:active:focus, .btn-outline-white.active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active, .ae-explorer .ae-explorer-info .ae-info button.active, .ae-explorer .ae-explorer-info .ae-info a.active.btn, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff !important; }
  .btn-outline-white:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info button:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info a.btn:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:not([disabled]):not(.disabled):active, .btn-outline-white:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info button:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info a.btn:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:not([disabled]):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle, .ae-explorer .ae-explorer-info .ae-info
  .show > button.dropdown-toggle, .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #fff !important; }
  .btn-outline-white:not([disabled]):not(.disabled):active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled):active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled):active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info button:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info a.btn:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:not([disabled]):not(.disabled):active:focus, .btn-outline-white:not([disabled]):not(.disabled).active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled).active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled).active:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info button:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info a.btn:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-white.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > button.dropdown-toggle:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle.btn:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > a.dropdown-toggle:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > button.dropdown-toggle:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle.btn:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > a.dropdown-toggle:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > a.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-black {
  background-color: #000 !important;
  color: #fff !important; }
  .btn-black:hover {
    background-color: #0d0d0d; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-black:focus, .btn-black:active, .btn-black.active {
    background-color: black; }
  .btn-black.dropdown-toggle {
    background-color: #000 !important; }
    .btn-black.dropdown-toggle:hover, .btn-black.dropdown-toggle:focus {
      background-color: #0d0d0d !important; }
  .btn-black:not([disabled]):not(.disabled):active, .btn-black:not([disabled]):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: black !important; }
  .btn-black:not([disabled]):not(.disabled):active:focus, .btn-black:not([disabled]):not(.disabled).active:focus,
  .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.black-ic {
  color: #000 !important; }
  .black-ic:hover, .black-ic:focus {
    color: #000; }

.btn-outline-black {
  border: 2px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important; }
  .btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black.active {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important; }
  .btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black:not([disabled]):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    border-color: #000 !important; }
  .btn-outline-black:not([disabled]):not(.disabled):active:focus, .btn-outline-black:not([disabled]):not(.disabled).active:focus,
  .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.card, .ae-order-history-page .ae-order, .ae-charge-history-page .ae-charge, .ae-invoice-page .ae-invoice, .ae-plans .ae-plan-wrap .ae-plan {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 400; }
  .card[class*="border"], .ae-order-history-page [class*="border"].ae-order, .ae-charge-history-page [class*="border"].ae-charge, .ae-invoice-page [class*="border"].ae-invoice, .ae-plans .ae-plan-wrap [class*="border"].ae-plan {
    border: 1px solid #9e9e9e;
    box-shadow: none; }
  .card .card-body h1, .ae-order-history-page .ae-order .card-body h1, .ae-charge-history-page .ae-charge .card-body h1, .ae-invoice-page .ae-invoice .card-body h1, .ae-plans .ae-plan-wrap .ae-plan .card-body h1, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h1, .card .card-body h2, .ae-order-history-page .ae-order .card-body h2, .ae-charge-history-page .ae-charge .card-body h2, .ae-invoice-page .ae-invoice .card-body h2, .ae-plans .ae-plan-wrap .ae-plan .card-body h2, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h2, .card .card-body h3, .ae-order-history-page .ae-order .card-body h3, .ae-charge-history-page .ae-charge .card-body h3, .ae-invoice-page .ae-invoice .card-body h3, .ae-plans .ae-plan-wrap .ae-plan .card-body h3, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h3, .card .card-body h4, .ae-order-history-page .ae-order .card-body h4, .ae-charge-history-page .ae-charge .card-body h4, .ae-invoice-page .ae-invoice .card-body h4, .ae-plans .ae-plan-wrap .ae-plan .card-body h4, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h4, .card .card-body h5, .ae-order-history-page .ae-order .card-body h5, .ae-charge-history-page .ae-charge .card-body h5, .ae-invoice-page .ae-invoice .card-body h5, .ae-plans .ae-plan-wrap .ae-plan .card-body h5, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h5, .card .card-body h6, .ae-order-history-page .ae-order .card-body h6, .ae-charge-history-page .ae-charge .card-body h6, .ae-invoice-page .ae-invoice .card-body h6, .ae-plans .ae-plan-wrap .ae-plan .card-body h6, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features h6 {
    font-weight: 400; }
  .card .card-body .card-title a, .ae-order-history-page .ae-order .card-body .card-title a, .ae-charge-history-page .ae-charge .card-body .card-title a, .ae-invoice-page .ae-invoice .card-body .card-title a, .ae-plans .ae-plan-wrap .ae-plan .card-body .card-title a, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title a {
    transition: 0.2s ease-in-out; }
    .card .card-body .card-title a:hover, .ae-order-history-page .ae-order .card-body .card-title a:hover, .ae-charge-history-page .ae-charge .card-body .card-title a:hover, .ae-invoice-page .ae-invoice .card-body .card-title a:hover, .ae-plans .ae-plan-wrap .ae-plan .card-body .card-title a:hover, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title a:hover {
      transition: 0.2s ease-in-out; }
  .card .card-body .card-text, .ae-order-history-page .ae-order .card-body .card-text, .ae-charge-history-page .ae-charge .card-body .card-text, .ae-invoice-page .ae-invoice .card-body .card-text, .ae-plans .ae-plan-wrap .ae-plan .card-body .card-text, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-text {
    color: #747373;
    font-size: 0.9rem;
    font-weight: 400; }

.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575; }

.navbar, .ae-explorer .ae-explorer-main .ae-locbar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding-right: 1rem !important;
  font-weight: 300; }
  .navbar form .md-form input, .ae-explorer .ae-explorer-main .ae-locbar form .md-form input, .navbar form .ae-search-input input, .ae-explorer .ae-explorer-main .ae-locbar form .ae-search-input input {
    margin: 0 5px 1px 8px; }
  .navbar .breadcrumb, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb {
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background-color: inherit;
    font-size: 15px;
    font-weight: 300; }
    .navbar .breadcrumb .breadcrumb-item, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item {
      color: #fff; }
      .navbar .breadcrumb .breadcrumb-item.active, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item.active {
        color: rgba(255, 255, 255, 0.65); }
      .navbar .breadcrumb .breadcrumb-item:before, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:before {
        color: rgba(255, 255, 255, 0.65); }
  .navbar .navbar-toggler, .ae-explorer .ae-explorer-main .ae-locbar .navbar-toggler {
    outline: 0;
    border-width: 0; }
  .navbar .nav-flex-icons, .ae-explorer .ae-explorer-main .ae-locbar .nav-flex-icons {
    flex-direction: row; }
  @media (max-width: 992px) {
    .navbar .container, .ae-explorer .ae-explorer-main .ae-locbar .container {
      width: 100%; }
      .navbar .container .navbar-toggler-right, .ae-explorer .ae-explorer-main .ae-locbar .container .navbar-toggler-right {
        right: 0; } }
  .navbar .nav-item .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .nav-item .nav-link {
    display: block; }
    .navbar .nav-item .nav-link.disabled:active, .ae-explorer .ae-explorer-main .ae-locbar .nav-item .nav-link.disabled:active {
      pointer-events: none; }
    .navbar .nav-item .nav-link .fa, .ae-explorer .ae-explorer-main .ae-locbar .nav-item .nav-link .fa {
      padding-right: 3px;
      padding-left: 3px; }
    @media (max-width: 992px) {
      .navbar .nav-item .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px; } }
  .navbar .dropdown-menu, .ae-explorer .ae-explorer-main .ae-locbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0; }
    .navbar .dropdown-menu a, .ae-explorer .ae-explorer-main .ae-locbar .dropdown-menu a {
      padding: 10px;
      font-size: 0.9375rem;
      font-weight: 300;
      color: #000 !important; }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled, .navbar#topbar .navbar-nav .nav-item .nav-link.disbled, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item .nav-link.disbled, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item .nav-link.disbled {
    color: rgba(0, 0, 0, 0.3); }
    .navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover, .navbar#topbar .navbar-nav .nav-item .nav-link.disbled:hover, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item .nav-link.disbled:hover, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item .nav-link.disbled:hover {
      color: rgba(0, 0, 0, 0.3); }
  .navbar.navbar-light .navbar-toggler-icon, .navbar#topbar .navbar-toggler-icon, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-toggler-icon, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer; }
  .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar#topbar .breadcrumb .nav-item .nav-link, .ae-explorer .ae-explorer-main #topbar.ae-locbar .breadcrumb .nav-item .nav-link, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .breadcrumb .nav-item .nav-link,
  .navbar.navbar-light .navbar-nav .nav-item .nav-link, .navbar#topbar .navbar-nav .nav-item .nav-link, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item .nav-link, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: 0.35s; }
    .navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar#topbar .breadcrumb .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main #topbar.ae-locbar .breadcrumb .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .breadcrumb .nav-item .nav-link:hover,
    .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar#topbar .navbar-nav .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item .nav-link:hover {
      color: rgba(0, 0, 0, 0.7); }
  .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar#topbar .breadcrumb .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main #topbar.ae-locbar .breadcrumb .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .breadcrumb .nav-item.active > .nav-link,
  .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link, .navbar#topbar .navbar-nav .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(0, 0, 0, 0.1); }
    .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar#topbar .breadcrumb .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main #topbar.ae-locbar .breadcrumb .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .breadcrumb .nav-item.active > .nav-link:hover,
    .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar#topbar .navbar-nav .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-nav .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-nav .nav-item.active > .nav-link:hover {
      color: #000; }
  .navbar.navbar-light .navbar-toggler, .navbar#topbar .navbar-toggler, .ae-explorer .ae-explorer-main #topbar.ae-locbar .navbar-toggler, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar .navbar-toggler {
    color: #000; }
  .navbar.navbar-light form .md-form input, .navbar#topbar form .md-form input, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .md-form input, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .md-form input, .navbar.navbar-light form .ae-search-input input, .navbar#topbar form .ae-search-input input, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .ae-search-input input, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .ae-search-input input {
    border-bottom: 1px solid #000; }
    .navbar.navbar-light form .md-form input:focus:not([readonly]), .navbar#topbar form .md-form input:focus:not([readonly]), .ae-explorer .ae-explorer-main #topbar.ae-locbar form .md-form input:focus:not([readonly]), .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .md-form input:focus:not([readonly]), .navbar.navbar-light form .ae-search-input input:focus:not([readonly]), .navbar#topbar form .ae-search-input input:focus:not([readonly]), .ae-explorer .ae-explorer-main #topbar.ae-locbar form .ae-search-input input:focus:not([readonly]), .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .ae-search-input input:focus:not([readonly]) {
      border-color: #4285f4; }
  .navbar.navbar-light form .md-form .form-control, .navbar#topbar form .md-form .form-control, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .md-form .form-control, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .md-form .form-control, .navbar.navbar-light form .ae-search-input .form-control, .navbar#topbar form .ae-search-input .form-control, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .ae-search-input .form-control, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .ae-search-input .form-control {
    color: #000; }
    .navbar.navbar-light form .md-form .form-control::placeholder, .navbar#topbar form .md-form .form-control::placeholder, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .md-form .form-control::placeholder, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .md-form .form-control::placeholder, .navbar.navbar-light form .ae-search-input .form-control::placeholder, .navbar#topbar form .ae-search-input .form-control::placeholder, .ae-explorer .ae-explorer-main #topbar.ae-locbar form .ae-search-input .form-control::placeholder, .ae-explorer .ae-explorer-main .navbar-light.ae-locbar form .ae-search-input .form-control::placeholder {
      color: #000;
      font-weight: 300; }
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .nav-link.disbled {
    color: rgba(255, 255, 255, 0.25); }
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .nav-link.disbled:hover {
      color: rgba(255, 255, 255, 0.25); }
  .navbar.navbar-dark .navbar-toggler-icon, .ae-explorer .ae-explorer-main .ae-locbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer; }
  .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .nav-item .nav-link,
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: 0.35s; }
    .navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .nav-item .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .nav-link:hover {
      color: rgba(255, 255, 255, 0.75); }
  .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .nav-item.active > .nav-link,
  .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255, 255, 255, 0.1); }
    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .nav-item.active > .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover, .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item.active > .nav-link:hover {
      color: #fff; }
  .navbar.navbar-dark .navbar-toggler, .ae-explorer .ae-explorer-main .ae-locbar .navbar-toggler {
    color: #fff; }
  .navbar.navbar-dark form .md-form input, .ae-explorer .ae-explorer-main .ae-locbar form .md-form input, .navbar.navbar-dark form .ae-search-input input, .ae-explorer .ae-explorer-main .ae-locbar form .ae-search-input input {
    border-bottom: 1px solid #fff; }
    .navbar.navbar-dark form .md-form input:focus:not([readonly]), .ae-explorer .ae-explorer-main .ae-locbar form .md-form input:focus:not([readonly]), .navbar.navbar-dark form .ae-search-input input:focus:not([readonly]), .ae-explorer .ae-explorer-main .ae-locbar form .ae-search-input input:focus:not([readonly]) {
      border-color: #4285f4; }
  .navbar.navbar-dark form .md-form .form-control, .ae-explorer .ae-explorer-main .ae-locbar form .md-form .form-control, .navbar.navbar-dark form .ae-search-input .form-control, .ae-explorer .ae-explorer-main .ae-locbar form .ae-search-input .form-control {
    color: #fff; }
    .navbar.navbar-dark form .md-form .form-control::placeholder, .ae-explorer .ae-explorer-main .ae-locbar form .md-form .form-control::placeholder, .navbar.navbar-dark form .ae-search-input .form-control::placeholder, .ae-explorer .ae-explorer-main .ae-locbar form .ae-search-input .form-control::placeholder {
      color: #fff;
      font-weight: 300; }
  @media (min-width: 600px) {
    .navbar.scrolling-navbar, .ae-explorer .ae-explorer-main .scrolling-navbar.ae-locbar {
      transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      padding-top: 12px;
      padding-bottom: 12px; }
      .navbar.scrolling-navbar .navbar-nav > li, .ae-explorer .ae-explorer-main .scrolling-navbar.ae-locbar .navbar-nav > li {
        transition-duration: 1s; }
      .navbar.scrolling-navbar.top-nav-collapse, .ae-explorer .ae-explorer-main .scrolling-navbar.top-nav-collapse.ae-locbar {
        padding-top: 5px;
        padding-bottom: 5px; } }

.pagination .page-item.active .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
  border-radius: 0.125rem;
  background-color: #4285f4;
  color: #fff; }
  .pagination .page-item.active .page-link:hover {
    background-color: #4285f4; }

.pagination .page-item.disabled .page-link {
  color: #868e96; }

.pagination .page-item .page-link {
  transition: all 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: #212529; }
  .pagination .page-item .page-link:hover {
    transition: all 0.3s linear;
    border-radius: 0.125rem;
    background-color: #eee; }
  .pagination .page-item .page-link:focus {
    background-color: transparent; }

.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem; }

.pagination.pagination-sm .page-item .page-link {
  font-size: 0.8rem; }

.pagination.pagination-circle .page-item .page-link {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%; }
  .pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%; }

.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%; }

.pagination.pg-blue .page-item.active .page-link {
  background-color: #4285f4; }
  .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #4285f4; }

.pagination.pg-red .page-item.active .page-link {
  background-color: #ff3547; }
  .pagination.pg-red .page-item.active .page-link:hover {
    background-color: #ff3547; }

.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad; }
  .pagination.pg-teal .page-item.active .page-link:hover {
    background-color: #2bbbad; }

.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f; }
  .pagination.pg-dark-grey .page-item.active .page-link:hover {
    background-color: #37474f; }

.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e; }
  .pagination.pg-dark .page-item.active .page-link:hover {
    background-color: #2e2e2e; }

.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b; }
  .pagination.pg-blue-grey .page-item.active .page-link:hover {
    background-color: #3f729b; }

.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00; }
  .pagination.pg-amber .page-item.active .page-link:hover {
    background-color: #ff6f00; }

.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1; }
  .pagination.pg-purple .page-item.active .page-link:hover {
    background-color: #5e35b1; }

.badge {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
  color: #fff !important; }

.badge-pill {
  border-radius: 10rem;
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  background-color: #4285f4 !important;
  color: #fff !important; }

.badge-danger {
  background-color: #ff3547 !important;
  color: #fff !important; }

.badge-warning {
  background-color: #ff8800 !important;
  color: #fff !important; }

.badge-success {
  background-color: #00c851 !important;
  color: #fff !important; }

.badge-info {
  background-color: #33b5e5 !important;
  color: #fff !important; }

.badge-default {
  background-color: #2bbbad !important;
  color: #fff !important; }

.badge-secondary {
  background-color: #aa66cc !important;
  color: #fff !important; }

.badge-dark {
  background-color: #212121 !important;
  color: #fff !important; }

.badge-light {
  background-color: #e0e0e0 !important;
  color: #000 !important; }

body.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

body.scrollable {
  overflow-y: auto; }

.modal-dialog .modal-content {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.125rem; }
  .modal-dialog .modal-content .modal-header {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }

.modal-dialog .btn .fa, .modal-dialog .ae-discount-preregister-page .ae-download a .fa, .ae-discount-preregister-page .ae-download .modal-dialog a .fa {
  color: #fff !important; }

.modal-dialog [class*="btn-outline-"] .fa {
  color: inherit !important; }

.modal-dialog.cascading-modal {
  margin-top: 10%; }
  .modal-dialog.cascading-modal .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    outline: 0; }
  .modal-dialog.cascading-modal .modal-header {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: -2rem 1rem 1rem 1rem;
    border: none;
    border-radius: 0.125rem;
    padding: 1.5rem;
    text-align: center; }
    .modal-dialog.cascading-modal .modal-header .close {
      margin-right: 1rem; }
    .modal-dialog.cascading-modal .modal-header .title {
      margin-bottom: 0;
      width: 100%;
      font-size: 1.25rem; }
      .modal-dialog.cascading-modal .modal-header .title .fa {
        margin-right: 9px; }
    .modal-dialog.cascading-modal .modal-header .social-buttons {
      margin-top: 1.5rem; }
      .modal-dialog.cascading-modal .modal-header .social-buttons a {
        font-size: 1rem; }
  .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: -1.5rem 1rem 0 1rem; }
  .modal-dialog.cascading-modal .modal-c-tabs .tab-content {
    padding: 1.7rem 0 0 0; }
  .modal-dialog.cascading-modal .nav-tabs {
    display: flex; }
    .modal-dialog.cascading-modal .nav-tabs li {
      flex: 1; }
      .modal-dialog.cascading-modal .nav-tabs li a {
        text-align: center; }
  .modal-dialog.cascading-modal .modal-body,
  .modal-dialog.cascading-modal .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #616161; }
    .modal-dialog.cascading-modal .modal-body .additional-option,
    .modal-dialog.cascading-modal .modal-footer .additional-option {
      margin-top: 1rem;
      text-align: center; }
  .modal-dialog.cascading-modal.modal-avatar {
    margin-top: 6rem; }
    .modal-dialog.cascading-modal.modal-avatar .modal-header {
      box-shadow: none;
      margin: -6rem 0 -1rem; }
      .modal-dialog.cascading-modal.modal-avatar .modal-header img {
        width: 130px;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-left: auto;
        margin-right: auto; }

.modal-dialog.modal-notify .heading {
  margin: 0;
  padding: 0.3rem;
  font-size: 1.15rem;
  color: #fff; }

.modal-dialog.modal-notify .modal-header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0; }

.modal-dialog.modal-notify .close {
  opacity: 1; }

.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161; }

.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #4285f4; }

.modal-dialog.modal-notify.modal-primary .fa {
  color: #4285f4; }

.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #4285f4; }

.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff3547; }

.modal-dialog.modal-notify.modal-danger .fa {
  color: #ff3547; }

.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff3547; }

.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #ffbb33; }

.modal-dialog.modal-notify.modal-warning .fa {
  color: #ffbb33; }

.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #ffbb33; }

.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #00c851; }

.modal-dialog.modal-notify.modal-success .fa {
  color: #00c851; }

.modal-dialog.modal-notify.modal-success .badge {
  background-color: #00c851; }

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5; }

.modal-dialog.modal-notify.modal-info .fa {
  color: #33b5e5; }

.modal-dialog.modal-notify.modal-info .badge {
  background-color: #33b5e5; }

.modal {
  padding-right: 0 !important; }
  @media (min-width: 768px) {
    .modal .modal-dialog.modal-top {
      top: 0; }
    .modal .modal-dialog.modal-left {
      left: 0; }
    .modal .modal-dialog.modal-right {
      right: 0; }
    .modal .modal-dialog.modal-bottom {
      bottom: 0; }
    .modal .modal-dialog.modal-top-left {
      top: 10px;
      left: 10px; }
    .modal .modal-dialog.modal-top-right {
      top: 10px;
      right: 10px; }
    .modal .modal-dialog.modal-bottom-left {
      bottom: 10px;
      left: 10px; }
    .modal .modal-dialog.modal-bottom-right {
      bottom: 10px;
      right: 10px; } }
  .modal.fade.top:not(.show) .modal-dialog {
    transform: translate3d(0, -25%, 0); }
  .modal.fade.left:not(.show) .modal-dialog {
    transform: translate3d(-25%, 0, 0); }
  .modal.fade.right:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0); }
  .modal.fade.bottom:not(.show) .modal-dialog {
    transform: translate3d(0, 25%, 0); }
  @media (min-width: 992px) {
    .modal.modal-scrolling {
      position: relative; }
      .modal.modal-scrolling .modal-dialog {
        position: fixed;
        z-index: 1050; }
    .modal.modal-content-clickable {
      top: auto;
      bottom: auto; }
      .modal.modal-content-clickable .modal-dialog {
        position: fixed; }
    .modal .modal-fluid {
      width: 100%;
      max-width: 100%; }
      .modal .modal-fluid .modal-content {
        width: 100%; }
    .modal .modal-frame {
      position: absolute;
      margin: 0;
      width: 100%;
      max-width: 100%; }
      .modal .modal-frame.modal-bottom {
        bottom: 0; }
    .modal .modal-full-height {
      position: absolute;
      display: flex;
      margin: 0;
      width: 400px;
      height: 100%;
      top: 0;
      right: 0; }
      .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
      .modal .modal-full-height.modal-top {
        bottom: auto; }
      .modal .modal-full-height.modal-bottom {
        top: auto; }
      .modal .modal-full-height .modal-content {
        width: 100%; }
      .modal .modal-full-height.modal-lg {
        width: 90%;
        max-width: 90%; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .modal .modal-full-height.modal-lg {
        width: 800px;
        max-width: 800px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .modal .modal-full-height.modal-lg {
        width: 1000px;
        max-width: 1000px; } }
  @media (min-width: 992px) {
    .modal .modal-side {
      position: absolute;
      bottom: 10px;
      right: 10px;
      margin: 0;
      width: 400px; } }

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px; }

.carousel .carousel-control-prev-icon {
  background-image: url(../img//svg/arrow_left.svg); }

.carousel .carousel-control-next-icon {
  background-image: url(../img//svg/arrow_right.svg); }

.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  cursor: pointer; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-prev.active {
      transform: translate3d(0, 0, 0); } }

.md-form, .ae-search-input {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .md-form input[type=text], .ae-search-input input[type=text],
  .md-form input[type=password], .ae-search-input input[type=password],
  .md-form input[type=email], .ae-search-input input[type=email],
  .md-form input[type=url], .ae-search-input input[type=url],
  .md-form input[type=time], .ae-search-input input[type=time],
  .md-form input[type=date], .ae-search-input input[type=date],
  .md-form input[type=datetime-local], .ae-search-input input[type=datetime-local],
  .md-form input[type=tel], .ae-search-input input[type=tel],
  .md-form input[type=number], .ae-search-input input[type=number],
  .md-form input[type=search-md], .ae-search-input input[type=search-md],
  .md-form input[type=search], .ae-search-input input[type=search],
  .md-form textarea.md-textarea, .ae-search-input textarea.md-textarea {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent; }
    .md-form input[type=text]:focus:not([readonly]), .ae-search-input input[type=text]:focus:not([readonly]),
    .md-form input[type=password]:focus:not([readonly]), .ae-search-input input[type=password]:focus:not([readonly]),
    .md-form input[type=email]:focus:not([readonly]), .ae-search-input input[type=email]:focus:not([readonly]),
    .md-form input[type=url]:focus:not([readonly]), .ae-search-input input[type=url]:focus:not([readonly]),
    .md-form input[type=time]:focus:not([readonly]), .ae-search-input input[type=time]:focus:not([readonly]),
    .md-form input[type=date]:focus:not([readonly]), .ae-search-input input[type=date]:focus:not([readonly]),
    .md-form input[type=datetime-local]:focus:not([readonly]), .ae-search-input input[type=datetime-local]:focus:not([readonly]),
    .md-form input[type=tel]:focus:not([readonly]), .ae-search-input input[type=tel]:focus:not([readonly]),
    .md-form input[type=number]:focus:not([readonly]), .ae-search-input input[type=number]:focus:not([readonly]),
    .md-form input[type=search-md]:focus:not([readonly]), .ae-search-input input[type=search-md]:focus:not([readonly]),
    .md-form input[type=search]:focus:not([readonly]), .ae-search-input input[type=search]:focus:not([readonly]),
    .md-form textarea.md-textarea:focus:not([readonly]), .ae-search-input textarea.md-textarea:focus:not([readonly]) {
      box-shadow: 0 1px 0 0 #4285f4;
      border-bottom: 1px solid #4285f4; }
      .md-form input[type=text]:focus:not([readonly]) + label, .ae-search-input input[type=text]:focus:not([readonly]) + label,
      .md-form input[type=password]:focus:not([readonly]) + label, .ae-search-input input[type=password]:focus:not([readonly]) + label,
      .md-form input[type=email]:focus:not([readonly]) + label, .ae-search-input input[type=email]:focus:not([readonly]) + label,
      .md-form input[type=url]:focus:not([readonly]) + label, .ae-search-input input[type=url]:focus:not([readonly]) + label,
      .md-form input[type=time]:focus:not([readonly]) + label, .ae-search-input input[type=time]:focus:not([readonly]) + label,
      .md-form input[type=date]:focus:not([readonly]) + label, .ae-search-input input[type=date]:focus:not([readonly]) + label,
      .md-form input[type=datetime-local]:focus:not([readonly]) + label, .ae-search-input input[type=datetime-local]:focus:not([readonly]) + label,
      .md-form input[type=tel]:focus:not([readonly]) + label, .ae-search-input input[type=tel]:focus:not([readonly]) + label,
      .md-form input[type=number]:focus:not([readonly]) + label, .ae-search-input input[type=number]:focus:not([readonly]) + label,
      .md-form input[type=search-md]:focus:not([readonly]) + label, .ae-search-input input[type=search-md]:focus:not([readonly]) + label,
      .md-form input[type=search]:focus:not([readonly]) + label, .ae-search-input input[type=search]:focus:not([readonly]) + label,
      .md-form textarea.md-textarea:focus:not([readonly]) + label, .ae-search-input textarea.md-textarea:focus:not([readonly]) + label {
        color: #4285f4; }
    .md-form input[type=text] + label:after, .ae-search-input input[type=text] + label:after,
    .md-form input[type=password] + label:after, .ae-search-input input[type=password] + label:after,
    .md-form input[type=email] + label:after, .ae-search-input input[type=email] + label:after,
    .md-form input[type=url] + label:after, .ae-search-input input[type=url] + label:after,
    .md-form input[type=time] + label:after, .ae-search-input input[type=time] + label:after,
    .md-form input[type=date] + label:after, .ae-search-input input[type=date] + label:after,
    .md-form input[type=datetime-local] + label:after, .ae-search-input input[type=datetime-local] + label:after,
    .md-form input[type=tel] + label:after, .ae-search-input input[type=tel] + label:after,
    .md-form input[type=number] + label:after, .ae-search-input input[type=number] + label:after,
    .md-form input[type=search-md] + label:after, .ae-search-input input[type=search-md] + label:after,
    .md-form input[type=search] + label:after, .ae-search-input input[type=search] + label:after,
    .md-form textarea.md-textarea + label:after, .ae-search-input textarea.md-textarea + label:after {
      content: "";
      position: absolute;
      top: 65px;
      display: block;
      opacity: 0;
      transition: 0.2s opacity ease-out, 0.2s color ease-out; }
    .md-form input[type=text].valid, .ae-search-input input[type=text].valid, .md-form input[type=text]:focus.valid, .ae-search-input input[type=text]:focus.valid,
    .md-form input[type=password].valid, .ae-search-input input[type=password].valid,
    .md-form input[type=password]:focus.valid, .ae-search-input input[type=password]:focus.valid,
    .md-form input[type=email].valid, .ae-search-input input[type=email].valid,
    .md-form input[type=email]:focus.valid, .ae-search-input input[type=email]:focus.valid,
    .md-form input[type=url].valid, .ae-search-input input[type=url].valid,
    .md-form input[type=url]:focus.valid, .ae-search-input input[type=url]:focus.valid,
    .md-form input[type=time].valid, .ae-search-input input[type=time].valid,
    .md-form input[type=time]:focus.valid, .ae-search-input input[type=time]:focus.valid,
    .md-form input[type=date].valid, .ae-search-input input[type=date].valid,
    .md-form input[type=date]:focus.valid, .ae-search-input input[type=date]:focus.valid,
    .md-form input[type=datetime-local].valid, .ae-search-input input[type=datetime-local].valid,
    .md-form input[type=datetime-local]:focus.valid, .ae-search-input input[type=datetime-local]:focus.valid,
    .md-form input[type=tel].valid, .ae-search-input input[type=tel].valid,
    .md-form input[type=tel]:focus.valid, .ae-search-input input[type=tel]:focus.valid,
    .md-form input[type=number].valid, .ae-search-input input[type=number].valid,
    .md-form input[type=number]:focus.valid, .ae-search-input input[type=number]:focus.valid,
    .md-form input[type=search-md].valid, .ae-search-input input[type=search-md].valid,
    .md-form input[type=search-md]:focus.valid, .ae-search-input input[type=search-md]:focus.valid,
    .md-form input[type=search].valid, .ae-search-input input[type=search].valid,
    .md-form input[type=search]:focus.valid, .ae-search-input input[type=search]:focus.valid,
    .md-form textarea.md-textarea.valid, .ae-search-input textarea.md-textarea.valid,
    .md-form textarea.md-textarea:focus.valid, .ae-search-input textarea.md-textarea:focus.valid {
      border-bottom: 1px solid #00c851;
      box-shadow: 0 1px 0 0 #00c851; }
    .md-form input[type=text].valid + label:after, .ae-search-input input[type=text].valid + label:after, .md-form input[type=text]:focus.valid + label:after, .ae-search-input input[type=text]:focus.valid + label:after,
    .md-form input[type=password].valid + label:after, .ae-search-input input[type=password].valid + label:after,
    .md-form input[type=password]:focus.valid + label:after, .ae-search-input input[type=password]:focus.valid + label:after,
    .md-form input[type=email].valid + label:after, .ae-search-input input[type=email].valid + label:after,
    .md-form input[type=email]:focus.valid + label:after, .ae-search-input input[type=email]:focus.valid + label:after,
    .md-form input[type=url].valid + label:after, .ae-search-input input[type=url].valid + label:after,
    .md-form input[type=url]:focus.valid + label:after, .ae-search-input input[type=url]:focus.valid + label:after,
    .md-form input[type=time].valid + label:after, .ae-search-input input[type=time].valid + label:after,
    .md-form input[type=time]:focus.valid + label:after, .ae-search-input input[type=time]:focus.valid + label:after,
    .md-form input[type=date].valid + label:after, .ae-search-input input[type=date].valid + label:after,
    .md-form input[type=date]:focus.valid + label:after, .ae-search-input input[type=date]:focus.valid + label:after,
    .md-form input[type=datetime-local].valid + label:after, .ae-search-input input[type=datetime-local].valid + label:after,
    .md-form input[type=datetime-local]:focus.valid + label:after, .ae-search-input input[type=datetime-local]:focus.valid + label:after,
    .md-form input[type=tel].valid + label:after, .ae-search-input input[type=tel].valid + label:after,
    .md-form input[type=tel]:focus.valid + label:after, .ae-search-input input[type=tel]:focus.valid + label:after,
    .md-form input[type=number].valid + label:after, .ae-search-input input[type=number].valid + label:after,
    .md-form input[type=number]:focus.valid + label:after, .ae-search-input input[type=number]:focus.valid + label:after,
    .md-form input[type=search-md].valid + label:after, .ae-search-input input[type=search-md].valid + label:after,
    .md-form input[type=search-md]:focus.valid + label:after, .ae-search-input input[type=search-md]:focus.valid + label:after,
    .md-form input[type=search].valid + label:after, .ae-search-input input[type=search].valid + label:after,
    .md-form input[type=search]:focus.valid + label:after, .ae-search-input input[type=search]:focus.valid + label:after,
    .md-form textarea.md-textarea.valid + label:after, .ae-search-input textarea.md-textarea.valid + label:after,
    .md-form textarea.md-textarea:focus.valid + label:after, .ae-search-input textarea.md-textarea:focus.valid + label:after {
      content: attr(data-success);
      color: #00c851;
      opacity: 1; }
    .md-form input[type=text].invalid, .ae-search-input input[type=text].invalid, .md-form input[type=text]:focus.invalid, .ae-search-input input[type=text]:focus.invalid,
    .md-form input[type=password].invalid, .ae-search-input input[type=password].invalid,
    .md-form input[type=password]:focus.invalid, .ae-search-input input[type=password]:focus.invalid,
    .md-form input[type=email].invalid, .ae-search-input input[type=email].invalid,
    .md-form input[type=email]:focus.invalid, .ae-search-input input[type=email]:focus.invalid,
    .md-form input[type=url].invalid, .ae-search-input input[type=url].invalid,
    .md-form input[type=url]:focus.invalid, .ae-search-input input[type=url]:focus.invalid,
    .md-form input[type=time].invalid, .ae-search-input input[type=time].invalid,
    .md-form input[type=time]:focus.invalid, .ae-search-input input[type=time]:focus.invalid,
    .md-form input[type=date].invalid, .ae-search-input input[type=date].invalid,
    .md-form input[type=date]:focus.invalid, .ae-search-input input[type=date]:focus.invalid,
    .md-form input[type=datetime-local].invalid, .ae-search-input input[type=datetime-local].invalid,
    .md-form input[type=datetime-local]:focus.invalid, .ae-search-input input[type=datetime-local]:focus.invalid,
    .md-form input[type=tel].invalid, .ae-search-input input[type=tel].invalid,
    .md-form input[type=tel]:focus.invalid, .ae-search-input input[type=tel]:focus.invalid,
    .md-form input[type=number].invalid, .ae-search-input input[type=number].invalid,
    .md-form input[type=number]:focus.invalid, .ae-search-input input[type=number]:focus.invalid,
    .md-form input[type=search-md].invalid, .ae-search-input input[type=search-md].invalid,
    .md-form input[type=search-md]:focus.invalid, .ae-search-input input[type=search-md]:focus.invalid,
    .md-form input[type=search].invalid, .ae-search-input input[type=search].invalid,
    .md-form input[type=search]:focus.invalid, .ae-search-input input[type=search]:focus.invalid,
    .md-form textarea.md-textarea.invalid, .ae-search-input textarea.md-textarea.invalid,
    .md-form textarea.md-textarea:focus.invalid, .ae-search-input textarea.md-textarea:focus.invalid {
      border-bottom: 1px solid #f44336;
      box-shadow: 0 1px 0 0 #f44336; }
    .md-form input[type=text].invalid + label:after, .ae-search-input input[type=text].invalid + label:after, .md-form input[type=text]:focus.invalid + label:after, .ae-search-input input[type=text]:focus.invalid + label:after,
    .md-form input[type=password].invalid + label:after, .ae-search-input input[type=password].invalid + label:after,
    .md-form input[type=password]:focus.invalid + label:after, .ae-search-input input[type=password]:focus.invalid + label:after,
    .md-form input[type=email].invalid + label:after, .ae-search-input input[type=email].invalid + label:after,
    .md-form input[type=email]:focus.invalid + label:after, .ae-search-input input[type=email]:focus.invalid + label:after,
    .md-form input[type=url].invalid + label:after, .ae-search-input input[type=url].invalid + label:after,
    .md-form input[type=url]:focus.invalid + label:after, .ae-search-input input[type=url]:focus.invalid + label:after,
    .md-form input[type=time].invalid + label:after, .ae-search-input input[type=time].invalid + label:after,
    .md-form input[type=time]:focus.invalid + label:after, .ae-search-input input[type=time]:focus.invalid + label:after,
    .md-form input[type=date].invalid + label:after, .ae-search-input input[type=date].invalid + label:after,
    .md-form input[type=date]:focus.invalid + label:after, .ae-search-input input[type=date]:focus.invalid + label:after,
    .md-form input[type=datetime-local].invalid + label:after, .ae-search-input input[type=datetime-local].invalid + label:after,
    .md-form input[type=datetime-local]:focus.invalid + label:after, .ae-search-input input[type=datetime-local]:focus.invalid + label:after,
    .md-form input[type=tel].invalid + label:after, .ae-search-input input[type=tel].invalid + label:after,
    .md-form input[type=tel]:focus.invalid + label:after, .ae-search-input input[type=tel]:focus.invalid + label:after,
    .md-form input[type=number].invalid + label:after, .ae-search-input input[type=number].invalid + label:after,
    .md-form input[type=number]:focus.invalid + label:after, .ae-search-input input[type=number]:focus.invalid + label:after,
    .md-form input[type=search-md].invalid + label:after, .ae-search-input input[type=search-md].invalid + label:after,
    .md-form input[type=search-md]:focus.invalid + label:after, .ae-search-input input[type=search-md]:focus.invalid + label:after,
    .md-form input[type=search].invalid + label:after, .ae-search-input input[type=search].invalid + label:after,
    .md-form input[type=search]:focus.invalid + label:after, .ae-search-input input[type=search]:focus.invalid + label:after,
    .md-form textarea.md-textarea.invalid + label:after, .ae-search-input textarea.md-textarea.invalid + label:after,
    .md-form textarea.md-textarea:focus.invalid + label:after, .ae-search-input textarea.md-textarea:focus.invalid + label:after {
      content: attr(data-error);
      color: #f44336;
      opacity: 1; }
  .md-form .was-validated input[type=text]:valid + label, .ae-search-input .was-validated input[type=text]:valid + label {
    color: #00c851 !important; }
  .md-form .was-validated input[type=text]:invalid + label, .ae-search-input .was-validated input[type=text]:invalid + label {
    color: #f44336 !important; }
  .md-form .was-validated .form-control:valid:focus, .ae-search-input .was-validated .form-control:valid:focus {
    box-shadow: 0 1px 0 0 #00c851 !important; }
  .md-form .was-validated .form-control:valid, .ae-search-input .was-validated .form-control:valid {
    border-color: #00c851 !important; }
  .md-form .was-validated .form-control:invalid:focus, .ae-search-input .was-validated .form-control:invalid:focus {
    box-shadow: 0 1px 0 0 #f44336 !important; }
  .md-form .was-validated .form-control:invalid, .ae-search-input .was-validated .form-control:invalid {
    border-color: #f44336 !important; }
  .md-form .form-control, .ae-search-input .form-control {
    margin: 0 0 0.5rem 0;
    border-radius: 0;
    padding: 0.3rem 0 0.55rem 0;
    background-image: none;
    background-color: transparent; }
    .md-form .form-control:focus, .ae-search-input .form-control:focus {
      box-shadow: none;
      background: transparent; }
    .md-form .form-control:disabled, .ae-search-input .form-control:disabled, .md-form .form-control[readonly], .ae-search-input .form-control[readonly] {
      border-bottom: 1px solid #bdbdbd;
      background-color: transparent; }
  .md-form label, .ae-search-input label {
    font-size: 1rem; }
    .md-form label.active, .ae-search-input label.active {
      font-size: 0.8rem; }
  .md-form .prefix, .ae-search-input .prefix {
    top: 0.25rem;
    font-size: 1.75rem; }
    .md-form .prefix ~ input, .ae-search-input .prefix ~ input, .md-form .prefix ~ textarea, .ae-search-input .prefix ~ textarea {
      margin-left: 2.5rem;
      width: calc(100% - 2.5rem); }
    .md-form .prefix ~ label, .ae-search-input .prefix ~ label {
      margin-left: 2.5rem; }
    .md-form .prefix ~ .form-text, .ae-search-input .prefix ~ .form-text {
      margin-left: 2.6rem; }
  .md-form label, .ae-search-input label {
    position: absolute;
    top: 0.65rem;
    left: 0;
    transition: 0.2s ease-out;
    cursor: text;
    color: #757575; }
    .md-form label.active, .ae-search-input label.active {
      transform: translateY(-140%); }
  .md-form .prefix, .ae-search-input .prefix {
    position: absolute;
    transition: color 0.2s; }
    .md-form .prefix.active, .ae-search-input .prefix.active {
      color: #4285f4; }
  .md-form.form-lg label, .form-lg.ae-search-input label {
    font-size: 1.25rem; }
    .md-form.form-lg label.active, .form-lg.ae-search-input label.active {
      font-size: 0.95rem; }
  .md-form.form-lg .prefix, .form-lg.ae-search-input .prefix {
    top: 0.4rem;
    font-size: 2rem; }
    .md-form.form-lg .prefix ~ input, .form-lg.ae-search-input .prefix ~ input, .md-form.form-lg .prefix ~ textarea, .form-lg.ae-search-input .prefix ~ textarea {
      margin-left: 3rem;
      width: calc(100% - 3rem); }
    .md-form.form-lg .prefix ~ label, .form-lg.ae-search-input .prefix ~ label {
      margin-left: 3rem; }
    .md-form.form-lg .prefix ~ .form-text, .form-lg.ae-search-input .prefix ~ .form-text {
      margin-left: 3.1rem; }
  .md-form.form-sm label, .form-sm.ae-search-input label {
    font-size: 0.875rem; }
    .md-form.form-sm label.active, .form-sm.ae-search-input label.active {
      font-size: 0.75rem; }
  .md-form.form-sm .prefix, .form-sm.ae-search-input .prefix {
    top: 0.35rem;
    font-size: 1.5rem; }
    .md-form.form-sm .prefix ~ input, .form-sm.ae-search-input .prefix ~ input, .md-form.form-sm .prefix ~ textarea, .form-sm.ae-search-input .prefix ~ textarea {
      margin-left: 2rem;
      width: calc(100% - 2rem); }
    .md-form.form-sm .prefix ~ label, .form-sm.ae-search-input .prefix ~ label {
      margin-left: 2rem; }
    .md-form.form-sm .prefix ~ .form-text, .form-sm.ae-search-input .prefix ~ .form-text {
      margin-left: 2rem; }
  
  .md-form textarea.md-textarea, .ae-search-input textarea.md-textarea {
    overflow-y: hidden;
    padding: 1.5rem 0;
    resize: none; }
  .md-form textarea.md-textarea-auto, .ae-search-input textarea.md-textarea-auto {
    padding: 0;
    padding-top: 1.5rem; }

.input-group .input-group-text {
  background-color: #e0e0e0; }
  .input-group .input-group-text::placeholder {
    padding-left: 1rem; }
  .input-group .input-group-text.md-addon {
    border: none;
    background-color: transparent; }

.input-group span {
  z-index: 10; }

.input-group .form-control {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 7px;
  padding-left: 1.2rem; }

.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc; }

.free-bird {
  margin-top: -100px; }

footer.page-footer {
  bottom: 0;
  color: #fff; }
  footer.page-footer .container-fluid {
    width: auto; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6); }
  footer.page-footer a {
    color: #fff; }

.media .media-left {
  padding: 0 10px 10px 0; }
  .media .media-left img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.list-group .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }

.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.list-group a {
  transition: 0.5s; }
  .list-group a:hover {
    transition: 0.5s; }

table th {
  font-size: 0.9rem;
  font-weight: 400; }

table td {
  font-size: 0.9rem;
  font-weight: 300; }

table.table thead th, .ae-dashboard-sharing-page table.ae-publink-list thead th, .ae-dashboard-sharing-page table.ae-inbox-list thead th, table.ae-grantee-list thead th, table.ae-invite-list thead th, .ae-order-history-page .ae-order .ae-order-details table.ae-order-products thead th, .ae-invoice-page table thead th, .ae-payment table thead th {
  border-top: none; }

table.table th, .ae-dashboard-sharing-page table.ae-publink-list th, .ae-dashboard-sharing-page table.ae-inbox-list th, table.ae-grantee-list th, table.ae-invite-list th, .ae-order-history-page .ae-order .ae-order-details table.ae-order-products th, .ae-invoice-page table th, .ae-payment table th,
table.table td, .ae-dashboard-sharing-page table.ae-publink-list td, .ae-dashboard-sharing-page table.ae-inbox-list td, table.ae-grantee-list td, table.ae-invite-list td, .ae-order-history-page .ae-order .ae-order-details table.ae-order-products td, .ae-invoice-page table td, .ae-payment table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem; }

table.table a, .ae-dashboard-sharing-page table.ae-publink-list a, .ae-dashboard-sharing-page table.ae-inbox-list a, table.ae-grantee-list a, table.ae-invite-list a, .ae-order-history-page .ae-order .ae-order-details table.ae-order-products a, .ae-invoice-page table a, .ae-payment table a {
  margin: 0;
  color: #212529; }

table.table .label-table, .ae-dashboard-sharing-page table.ae-publink-list .label-table, .ae-dashboard-sharing-page table.ae-inbox-list .label-table, table.ae-grantee-list .label-table, table.ae-invite-list .label-table, .ae-order-history-page .ae-order .ae-order-details table.ae-order-products .label-table, .ae-invoice-page table .label-table, .ae-payment table .label-table {
  margin: 0;
  padding: 0;
  line-height: 15px;
  height: 15px; }

table.table.btn-table td, .ae-dashboard-sharing-page table.btn-table.ae-publink-list td, .ae-dashboard-sharing-page table.btn-table.ae-inbox-list td, table.btn-table.ae-grantee-list td, table.btn-table.ae-invite-list td, .ae-order-history-page .ae-order .ae-order-details table.btn-table.ae-order-products td, .ae-invoice-page table.btn-table td, .ae-payment table.btn-table td {
  vertical-align: middle; }

table.table-hover tbody tr:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.075); }

table .th-lg {
  min-width: 9rem; }

table .th-sm {
  min-width: 6rem; }

table.table-sm th, .ae-admin-sync-page table.table th, .ae-admin-sync-page .ae-dashboard-sharing-page table.ae-publink-list th, .ae-dashboard-sharing-page .ae-admin-sync-page table.ae-publink-list th, .ae-admin-sync-page .ae-dashboard-sharing-page table.ae-inbox-list th, .ae-dashboard-sharing-page .ae-admin-sync-page table.ae-inbox-list th, .ae-admin-sync-page table.ae-grantee-list th, .ae-admin-sync-page table.ae-invite-list th, .ae-admin-sync-page .ae-order-history-page .ae-order .ae-order-details table.ae-order-products th, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page table.ae-order-products th, .ae-admin-sync-page .ae-invoice-page table th, .ae-invoice-page .ae-admin-sync-page table th, .ae-admin-sync-page .ae-payment table th, .ae-payment .ae-admin-sync-page table th,
table.table-sm td, .ae-admin-sync-page table.table td, .ae-admin-sync-page .ae-dashboard-sharing-page table.ae-publink-list td, .ae-dashboard-sharing-page .ae-admin-sync-page table.ae-publink-list td, .ae-admin-sync-page .ae-dashboard-sharing-page table.ae-inbox-list td, .ae-dashboard-sharing-page .ae-admin-sync-page table.ae-inbox-list td, .ae-admin-sync-page table.ae-grantee-list td, .ae-admin-sync-page table.ae-invite-list td, .ae-admin-sync-page .ae-order-history-page .ae-order .ae-order-details table.ae-order-products td, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page table.ae-order-products td, .ae-admin-sync-page .ae-invoice-page table td, .ae-invoice-page .ae-admin-sync-page table td, .ae-admin-sync-page .ae-payment table td, .ae-payment .ae-admin-sync-page table td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

.view .full-bg-img {
  height: 100%; }

.view .full-bg-img,
.view .full-bg-img video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.full-height,
.full-height body,
.full-height header,
.full-height header .view {
  height: 100%; }

.btn.btn-flat, .ae-discount-preregister-page .ae-download a.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: inherit !important; }
  .btn.btn-flat:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download a.btn-flat:not([disabled]):not(.disabled):active {
    box-shadow: none; }

.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer; }
  .btn-floating i {
    font-size: 1.25rem;
    line-height: 47px; }
  .btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff; }
  .btn-floating:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px; }
    .btn-floating.btn-sm i {
      font-size: 0.96154rem;
      line-height: 36.15385px; }
  .btn-floating.btn-lg, .ae-discount-preregister-page .ae-download a.btn-floating {
    width: 61.1px;
    height: 61.1px; }
    .btn-floating.btn-lg i, .ae-discount-preregister-page .ae-download a.btn-floating i {
      font-size: 1.625rem;
      line-height: 61.1px; }

.fixed-action-btn {
  position: fixed;
  z-index: 998;
  right: 35px;
  bottom: 35px;
  margin-bottom: 0;
  padding-top: 15px; }
  .fixed-action-btn ul {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }

button, html [type="button"], [type="reset"], [type="submit"] {
  appearance: none; }

.btn-rounded {
  border-radius: 10em; }

.btn.purple-gradient, .ae-discount-preregister-page .ae-download a.purple-gradient {
  transition: .5s ease;
  color: #fff; }
  .btn.purple-gradient:hover, .ae-discount-preregister-page .ae-download a.purple-gradient:hover, .btn.purple-gradient:focus, .ae-discount-preregister-page .ae-download a.purple-gradient:focus, .btn.purple-gradient:active, .ae-discount-preregister-page .ae-download a.purple-gradient:active,
  .btn.purple-gradient:active:focus .btn.purple-gradient.active, .ae-discount-preregister-page .ae-download a.purple-gradient:active:focus .btn.purple-gradient.active,
  .btn.purple-gradient:active:focus .ae-discount-preregister-page .ae-download a.purple-gradient.active, .ae-discount-preregister-page .ae-download
  .btn.purple-gradient:active:focus a.purple-gradient.active, .ae-discount-preregister-page .ae-download a.purple-gradient:active:focus a.purple-gradient.active {
    background: linear-gradient(40deg, #ff88ce, #8f8bf7); }

.btn.peach-gradient, .ae-discount-preregister-page .ae-download a.peach-gradient {
  transition: .5s ease;
  color: #fff; }
  .btn.peach-gradient:hover, .ae-discount-preregister-page .ae-download a.peach-gradient:hover, .btn.peach-gradient:focus, .ae-discount-preregister-page .ae-download a.peach-gradient:focus, .btn.peach-gradient:active, .ae-discount-preregister-page .ae-download a.peach-gradient:active,
  .btn.peach-gradient:active:focus .btn.peach-gradient.active, .ae-discount-preregister-page .ae-download a.peach-gradient:active:focus .btn.peach-gradient.active,
  .btn.peach-gradient:active:focus .ae-discount-preregister-page .ae-download a.peach-gradient.active, .ae-discount-preregister-page .ae-download
  .btn.peach-gradient:active:focus a.peach-gradient.active, .ae-discount-preregister-page .ae-download a.peach-gradient:active:focus a.peach-gradient.active {
    background: linear-gradient(40deg, #ffdf89, #fc7b7b); }

.btn.aqua-gradient, .ae-discount-preregister-page .ae-download a.aqua-gradient {
  transition: .5s ease;
  color: #fff; }
  .btn.aqua-gradient:hover, .ae-discount-preregister-page .ae-download a.aqua-gradient:hover, .btn.aqua-gradient:focus, .ae-discount-preregister-page .ae-download a.aqua-gradient:focus, .btn.aqua-gradient:active, .ae-discount-preregister-page .ae-download a.aqua-gradient:active,
  .btn.aqua-gradient:active:focus .btn.aqua-gradient.active, .ae-discount-preregister-page .ae-download a.aqua-gradient:active:focus .btn.aqua-gradient.active,
  .btn.aqua-gradient:active:focus .ae-discount-preregister-page .ae-download a.aqua-gradient.active, .ae-discount-preregister-page .ae-download
  .btn.aqua-gradient:active:focus a.aqua-gradient.active, .ae-discount-preregister-page .ae-download a.aqua-gradient:active:focus a.aqua-gradient.active {
    background: linear-gradient(40deg, #3aa2ff, #1fffac); }

.btn.blue-gradient, .ae-discount-preregister-page .ae-download a.blue-gradient {
  transition: .5s ease;
  color: #fff; }
  .btn.blue-gradient:hover, .ae-discount-preregister-page .ae-download a.blue-gradient:hover, .btn.blue-gradient:focus, .ae-discount-preregister-page .ae-download a.blue-gradient:focus, .btn.blue-gradient:active, .ae-discount-preregister-page .ae-download a.blue-gradient:active,
  .btn.blue-gradient:active:focus .btn.blue-gradient.active, .ae-discount-preregister-page .ae-download a.blue-gradient:active:focus .btn.blue-gradient.active,
  .btn.blue-gradient:active:focus .ae-discount-preregister-page .ae-download a.blue-gradient.active, .ae-discount-preregister-page .ae-download
  .btn.blue-gradient:active:focus a.blue-gradient.active, .ae-discount-preregister-page .ae-download a.blue-gradient:active:focus a.blue-gradient.active {
    background: linear-gradient(40deg, #5ed1fc, #3647b3); }

.counter {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  margin-left: -23px;
  border-radius: 10em;
  padding: 1px 7px;
  background-color: #fe1212;
  font-size: 11px;
  color: #fff; }
  .counter.counter-lg {
    margin-top: -4px; }
  .counter.counter-md {
    margin-top: 5px; }
  .counter.counter-sm {
    margin-top: 8px; }

.btn-fb {
  background-color: #3b5998 !important;
  color: #fff !important; }
  .btn-fb:hover {
    background-color: #4264aa; }
  .btn-fb:focus, .btn-fb.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-fb:focus, .btn-fb:active, .btn-fb.active {
    background-color: #1e2e4f; }
  .btn-fb.dropdown-toggle {
    background-color: #3b5998 !important; }
    .btn-fb.dropdown-toggle:hover, .btn-fb.dropdown-toggle:focus {
      background-color: #4264aa !important; }
  .btn-fb:not([disabled]):not(.disabled):active, .btn-fb:not([disabled]):not(.disabled).active,
  .show > .btn-fb.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1e2e4f !important; }
  .btn-fb:not([disabled]):not(.disabled):active:focus, .btn-fb:not([disabled]):not(.disabled).active:focus,
  .show > .btn-fb.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.fb-ic {
  color: #3b5998 !important; }
  .fb-ic:hover, .fb-ic:focus {
    color: #3b5998; }

.btn-tw {
  background-color: #55acee !important;
  color: #fff !important; }
  .btn-tw:hover {
    background-color: #6cb7f0; }
  .btn-tw:focus, .btn-tw.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-tw:focus, .btn-tw:active, .btn-tw.active {
    background-color: #147bc9; }
  .btn-tw.dropdown-toggle {
    background-color: #55acee !important; }
    .btn-tw.dropdown-toggle:hover, .btn-tw.dropdown-toggle:focus {
      background-color: #6cb7f0 !important; }
  .btn-tw:not([disabled]):not(.disabled):active, .btn-tw:not([disabled]):not(.disabled).active,
  .show > .btn-tw.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #147bc9 !important; }
  .btn-tw:not([disabled]):not(.disabled):active:focus, .btn-tw:not([disabled]):not(.disabled).active:focus,
  .show > .btn-tw.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.tw-ic {
  color: #55acee !important; }
  .tw-ic:hover, .tw-ic:focus {
    color: #55acee; }

.btn-gplus {
  background-color: #dd4b39 !important;
  color: #fff !important; }
  .btn-gplus:hover {
    background-color: #e15f4f; }
  .btn-gplus:focus, .btn-gplus.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-gplus:focus, .btn-gplus:active, .btn-gplus.active {
    background-color: #96271a; }
  .btn-gplus.dropdown-toggle {
    background-color: #dd4b39 !important; }
    .btn-gplus.dropdown-toggle:hover, .btn-gplus.dropdown-toggle:focus {
      background-color: #e15f4f !important; }
  .btn-gplus:not([disabled]):not(.disabled):active, .btn-gplus:not([disabled]):not(.disabled).active,
  .show > .btn-gplus.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #96271a !important; }
  .btn-gplus:not([disabled]):not(.disabled):active:focus, .btn-gplus:not([disabled]):not(.disabled).active:focus,
  .show > .btn-gplus.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.gplus-ic {
  color: #dd4b39 !important; }
  .gplus-ic:hover, .gplus-ic:focus {
    color: #dd4b39; }

.btn-yt {
  background-color: #ed302f !important;
  color: #fff !important; }
  .btn-yt:hover {
    background-color: #ef4746; }
  .btn-yt:focus, .btn-yt.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-yt:focus, .btn-yt:active, .btn-yt.active {
    background-color: #a80f0e; }
  .btn-yt.dropdown-toggle {
    background-color: #ed302f !important; }
    .btn-yt.dropdown-toggle:hover, .btn-yt.dropdown-toggle:focus {
      background-color: #ef4746 !important; }
  .btn-yt:not([disabled]):not(.disabled):active, .btn-yt:not([disabled]):not(.disabled).active,
  .show > .btn-yt.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #a80f0e !important; }
  .btn-yt:not([disabled]):not(.disabled):active:focus, .btn-yt:not([disabled]):not(.disabled).active:focus,
  .show > .btn-yt.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.yt-ic {
  color: #ed302f !important; }
  .yt-ic:hover, .yt-ic:focus {
    color: #ed302f; }

.btn-li {
  background-color: #0082ca !important;
  color: #fff !important; }
  .btn-li:hover {
    background-color: #0092e4; }
  .btn-li:focus, .btn-li.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-li:focus, .btn-li:active, .btn-li.active {
    background-color: #004064; }
  .btn-li.dropdown-toggle {
    background-color: #0082ca !important; }
    .btn-li.dropdown-toggle:hover, .btn-li.dropdown-toggle:focus {
      background-color: #0092e4 !important; }
  .btn-li:not([disabled]):not(.disabled):active, .btn-li:not([disabled]):not(.disabled).active,
  .show > .btn-li.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #004064 !important; }
  .btn-li:not([disabled]):not(.disabled):active:focus, .btn-li:not([disabled]):not(.disabled).active:focus,
  .show > .btn-li.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.li-ic {
  color: #0082ca !important; }
  .li-ic:hover, .li-ic:focus {
    color: #0082ca; }

.btn-pin {
  background-color: #c61118 !important;
  color: #fff !important; }
  .btn-pin:hover {
    background-color: #dd131b; }
  .btn-pin:focus, .btn-pin.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-pin:focus, .btn-pin:active, .btn-pin.active {
    background-color: #68090d; }
  .btn-pin.dropdown-toggle {
    background-color: #c61118 !important; }
    .btn-pin.dropdown-toggle:hover, .btn-pin.dropdown-toggle:focus {
      background-color: #dd131b !important; }
  .btn-pin:not([disabled]):not(.disabled):active, .btn-pin:not([disabled]):not(.disabled).active,
  .show > .btn-pin.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #68090d !important; }
  .btn-pin:not([disabled]):not(.disabled):active:focus, .btn-pin:not([disabled]):not(.disabled).active:focus,
  .show > .btn-pin.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pin-ic {
  color: #c61118 !important; }
  .pin-ic:hover, .pin-ic:focus {
    color: #c61118; }

.btn-ins {
  background-color: #2e5e86 !important;
  color: #fff !important; }
  .btn-ins:hover {
    background-color: #356b99; }
  .btn-ins:focus, .btn-ins.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-ins:focus, .btn-ins:active, .btn-ins.active {
    background-color: #14293a; }
  .btn-ins.dropdown-toggle {
    background-color: #2e5e86 !important; }
    .btn-ins.dropdown-toggle:hover, .btn-ins.dropdown-toggle:focus {
      background-color: #356b99 !important; }
  .btn-ins:not([disabled]):not(.disabled):active, .btn-ins:not([disabled]):not(.disabled).active,
  .show > .btn-ins.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #14293a !important; }
  .btn-ins:not([disabled]):not(.disabled):active:focus, .btn-ins:not([disabled]):not(.disabled).active:focus,
  .show > .btn-ins.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.ins-ic {
  color: #2e5e86 !important; }
  .ins-ic:hover, .ins-ic:focus {
    color: #2e5e86; }

.btn-git {
  background-color: #333333 !important;
  color: #fff !important; }
  .btn-git:hover {
    background-color: #404040; }
  .btn-git:focus, .btn-git.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-git:focus, .btn-git:active, .btn-git.active {
    background-color: black; }
  .btn-git.dropdown-toggle {
    background-color: #333333 !important; }
    .btn-git.dropdown-toggle:hover, .btn-git.dropdown-toggle:focus {
      background-color: #404040 !important; }
  .btn-git:not([disabled]):not(.disabled):active, .btn-git:not([disabled]):not(.disabled).active,
  .show > .btn-git.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: black !important; }
  .btn-git:not([disabled]):not(.disabled):active:focus, .btn-git:not([disabled]):not(.disabled).active:focus,
  .show > .btn-git.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.git-ic {
  color: #333333 !important; }
  .git-ic:hover, .git-ic:focus {
    color: #333333; }

.btn-comm {
  background-color: #30cfc0 !important;
  color: #fff !important; }
  .btn-comm:hover {
    background-color: #45d4c6; }
  .btn-comm:focus, .btn-comm.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-comm:focus, .btn-comm:active, .btn-comm.active {
    background-color: #1d7c73; }
  .btn-comm.dropdown-toggle {
    background-color: #30cfc0 !important; }
    .btn-comm.dropdown-toggle:hover, .btn-comm.dropdown-toggle:focus {
      background-color: #45d4c6 !important; }
  .btn-comm:not([disabled]):not(.disabled):active, .btn-comm:not([disabled]):not(.disabled).active,
  .show > .btn-comm.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1d7c73 !important; }
  .btn-comm:not([disabled]):not(.disabled):active:focus, .btn-comm:not([disabled]):not(.disabled).active:focus,
  .show > .btn-comm.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.comm-ic {
  color: #30cfc0 !important; }
  .comm-ic:hover, .comm-ic:focus {
    color: #30cfc0; }

.btn-vk {
  background-color: #4c75a3 !important;
  color: #fff !important; }
  .btn-vk:hover {
    background-color: #5882b1; }
  .btn-vk:focus, .btn-vk.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-vk:focus, .btn-vk:active, .btn-vk.active {
    background-color: #2c435d; }
  .btn-vk.dropdown-toggle {
    background-color: #4c75a3 !important; }
    .btn-vk.dropdown-toggle:hover, .btn-vk.dropdown-toggle:focus {
      background-color: #5882b1 !important; }
  .btn-vk:not([disabled]):not(.disabled):active, .btn-vk:not([disabled]):not(.disabled).active,
  .show > .btn-vk.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2c435d !important; }
  .btn-vk:not([disabled]):not(.disabled):active:focus, .btn-vk:not([disabled]):not(.disabled).active:focus,
  .show > .btn-vk.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.vk-ic {
  color: #4c75a3 !important; }
  .vk-ic:hover, .vk-ic:focus {
    color: #4c75a3; }

.btn-dribbble {
  background-color: #ec4a89 !important;
  color: #fff !important; }
  .btn-dribbble:hover {
    background-color: #ee6198; }
  .btn-dribbble:focus, .btn-dribbble.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active {
    background-color: #bc1455; }
  .btn-dribbble.dropdown-toggle {
    background-color: #ec4a89 !important; }
    .btn-dribbble.dropdown-toggle:hover, .btn-dribbble.dropdown-toggle:focus {
      background-color: #ee6198 !important; }
  .btn-dribbble:not([disabled]):not(.disabled):active, .btn-dribbble:not([disabled]):not(.disabled).active,
  .show > .btn-dribbble.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #bc1455 !important; }
  .btn-dribbble:not([disabled]):not(.disabled):active:focus, .btn-dribbble:not([disabled]):not(.disabled).active:focus,
  .show > .btn-dribbble.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.dribbble-ic {
  color: #ec4a89 !important; }
  .dribbble-ic:hover, .dribbble-ic:focus {
    color: #ec4a89; }

.btn-so {
  background-color: #ffac44 !important;
  color: #fff !important; }
  .btn-so:hover {
    background-color: #ffb75e; }
  .btn-so:focus, .btn-so.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-so:focus, .btn-so:active, .btn-so.active {
    background-color: #dd7b00; }
  .btn-so.dropdown-toggle {
    background-color: #ffac44 !important; }
    .btn-so.dropdown-toggle:hover, .btn-so.dropdown-toggle:focus {
      background-color: #ffb75e !important; }
  .btn-so:not([disabled]):not(.disabled):active, .btn-so:not([disabled]):not(.disabled).active,
  .show > .btn-so.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #dd7b00 !important; }
  .btn-so:not([disabled]):not(.disabled):active:focus, .btn-so:not([disabled]):not(.disabled).active:focus,
  .show > .btn-so.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.so-ic {
  color: #ffac44 !important; }
  .so-ic:hover, .so-ic:focus {
    color: #ffac44; }

.btn-slack {
  background-color: #56b68b !important;
  color: #fff !important; }
  .btn-slack:hover {
    background-color: #68be97; }
  .btn-slack:focus, .btn-slack.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-slack:focus, .btn-slack:active, .btn-slack.active {
    background-color: #327456; }
  .btn-slack.dropdown-toggle {
    background-color: #56b68b !important; }
    .btn-slack.dropdown-toggle:hover, .btn-slack.dropdown-toggle:focus {
      background-color: #68be97 !important; }
  .btn-slack:not([disabled]):not(.disabled):active, .btn-slack:not([disabled]):not(.disabled).active,
  .show > .btn-slack.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #327456 !important; }
  .btn-slack:not([disabled]):not(.disabled):active:focus, .btn-slack:not([disabled]):not(.disabled).active:focus,
  .show > .btn-slack.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.slack-ic {
  color: #56b68b !important; }
  .slack-ic:hover, .slack-ic:focus {
    color: #56b68b; }

.btn-email {
  background-color: #4b515d !important;
  color: #fff !important; }
  .btn-email:hover {
    background-color: #565d6b; }
  .btn-email:focus, .btn-email.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-email:focus, .btn-email:active, .btn-email.active {
    background-color: #1d2025; }
  .btn-email.dropdown-toggle {
    background-color: #4b515d !important; }
    .btn-email.dropdown-toggle:hover, .btn-email.dropdown-toggle:focus {
      background-color: #565d6b !important; }
  .btn-email:not([disabled]):not(.disabled):active, .btn-email:not([disabled]):not(.disabled).active,
  .show > .btn-email.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1d2025 !important; }
  .btn-email:not([disabled]):not(.disabled):active:focus, .btn-email:not([disabled]):not(.disabled).active:focus,
  .show > .btn-email.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.email-ic {
  color: #4b515d !important; }
  .email-ic:hover, .email-ic:focus {
    color: #4b515d; }

.nav-tabs {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  padding: 0.7rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  background-color: #2bbbad;
  z-index: 2;
  position: relative;
  border-radius: 0.25rem; }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0; }
  .nav-tabs .nav-item.disabled {
    pointer-events: none !important; }
    .nav-tabs .nav-item.disabled .nav-link {
      color: #6c757d; }
  .nav-tabs .nav-link {
    transition: all 0.4s;
    border: 0;
    color: #fff; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.open .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 1s;
    border-radius: 0.25rem; }
  .nav-tabs .nav-item.show .nav-link {
    background-color: #2bbbad;
    color: #fff;
    transition: all 1s;
    border-radius: 0.25rem; }
  .nav-tabs .nav-item.show .nav-link.dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.2); }

.tab-content {
  padding: 1rem;
  padding-top: 2rem;
  z-index: 1; }
  .tab-content.vertical {
    padding-top: 0; }

.md-pills {
  border: 0; }
  .md-pills li {
    padding: 0.6rem; }
  .md-pills .show > .nav-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    background-color: #2bbbad; }
  .md-pills .nav-link {
    transition: all 0.4s;
    border-radius: 2px;
    color: #666;
    text-align: center; }
    .md-pills .nav-link.active {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff;
      background-color: #2bbbad; }
    .md-pills .nav-link.active:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pills-primary .show > .nav-link {
  background-color: #4285f4 !important; }

.pills-primary .nav-link.active {
  background-color: #4285f4 !important; }

.tabs-primary {
  background-color: #4285f4 !important; }

.pills-danger .show > .nav-link {
  background-color: #ff3547 !important; }

.pills-danger .nav-link.active {
  background-color: #ff3547 !important; }

.tabs-danger {
  background-color: #ff3547 !important; }

.pills-warning .show > .nav-link {
  background-color: #ff8800 !important; }

.pills-warning .nav-link.active {
  background-color: #ff8800 !important; }

.tabs-warning {
  background-color: #ff8800 !important; }

.pills-success .show > .nav-link {
  background-color: #00c851 !important; }

.pills-success .nav-link.active {
  background-color: #00c851 !important; }

.tabs-success {
  background-color: #00c851 !important; }

.pills-info .show > .nav-link {
  background-color: #33b5e5 !important; }

.pills-info .nav-link.active {
  background-color: #33b5e5 !important; }

.tabs-info {
  background-color: #33b5e5 !important; }

.pills-default .show > .nav-link {
  background-color: #2bbbad !important; }

.pills-default .nav-link.active {
  background-color: #2bbbad !important; }

.tabs-default {
  background-color: #2bbbad !important; }

.pills-secondary .show > .nav-link {
  background-color: #aa66cc !important; }

.pills-secondary .nav-link.active {
  background-color: #aa66cc !important; }

.tabs-secondary {
  background-color: #aa66cc !important; }

.pills-elegant .show > .nav-link {
  background-color: #2e2e2e !important; }

.pills-elegant .nav-link.active {
  background-color: #2e2e2e !important; }

.tabs-elegant {
  background-color: #2e2e2e !important; }

.pills-unique .show > .nav-link {
  background-color: #880e4f !important; }

.pills-unique .nav-link.active {
  background-color: #880e4f !important; }

.tabs-unique {
  background-color: #880e4f !important; }

.pills-dark-green .show > .nav-link {
  background-color: #388e3c !important; }

.pills-dark-green .nav-link.active {
  background-color: #388e3c !important; }

.tabs-dark-green {
  background-color: #388e3c !important; }

.pills-mdb-color .show > .nav-link {
  background-color: #59698d !important; }

.pills-mdb-color .nav-link.active {
  background-color: #59698d !important; }

.tabs-mdb-color {
  background-color: #59698d !important; }

.pills-red .show > .nav-link {
  background-color: #d32f2f !important; }

.pills-red .nav-link.active {
  background-color: #d32f2f !important; }

.tabs-red {
  background-color: #d32f2f !important; }

.pills-pink .show > .nav-link {
  background-color: #ec407a !important; }

.pills-pink .nav-link.active {
  background-color: #ec407a !important; }

.tabs-pink {
  background-color: #ec407a !important; }

.pills-purple .show > .nav-link {
  background-color: #8e24aa !important; }

.pills-purple .nav-link.active {
  background-color: #8e24aa !important; }

.tabs-purple {
  background-color: #8e24aa !important; }

.pills-deep-purple .show > .nav-link {
  background-color: #512da8 !important; }

.pills-deep-purple .nav-link.active {
  background-color: #512da8 !important; }

.tabs-deep-purple {
  background-color: #512da8 !important; }

.pills-indigo .show > .nav-link {
  background-color: #3f51b5 !important; }

.pills-indigo .nav-link.active {
  background-color: #3f51b5 !important; }

.tabs-indigo {
  background-color: #3f51b5 !important; }

.pills-blue .show > .nav-link {
  background-color: #1976d2 !important; }

.pills-blue .nav-link.active {
  background-color: #1976d2 !important; }

.tabs-blue {
  background-color: #1976d2 !important; }

.pills-light-blue .show > .nav-link {
  background-color: #82b1ff !important; }

.pills-light-blue .nav-link.active {
  background-color: #82b1ff !important; }

.tabs-light-blue {
  background-color: #82b1ff !important; }

.pills-cyan .show > .nav-link {
  background-color: #00bcd4 !important; }

.pills-cyan .nav-link.active {
  background-color: #00bcd4 !important; }

.tabs-cyan {
  background-color: #00bcd4 !important; }

.pills-teal .show > .nav-link {
  background-color: #00796b !important; }

.pills-teal .nav-link.active {
  background-color: #00796b !important; }

.tabs-teal {
  background-color: #00796b !important; }

.pills-green .show > .nav-link {
  background-color: #388e3c !important; }

.pills-green .nav-link.active {
  background-color: #388e3c !important; }

.tabs-green {
  background-color: #388e3c !important; }

.pills-light-green .show > .nav-link {
  background-color: #8bc34a !important; }

.pills-light-green .nav-link.active {
  background-color: #8bc34a !important; }

.tabs-light-green {
  background-color: #8bc34a !important; }

.pills-lime .show > .nav-link {
  background-color: #afb42b !important; }

.pills-lime .nav-link.active {
  background-color: #afb42b !important; }

.tabs-lime {
  background-color: #afb42b !important; }

.pills-yellow .show > .nav-link {
  background-color: #fbc02d !important; }

.pills-yellow .nav-link.active {
  background-color: #fbc02d !important; }

.tabs-yellow {
  background-color: #fbc02d !important; }

.pills-amber .show > .nav-link {
  background-color: #ffa000 !important; }

.pills-amber .nav-link.active {
  background-color: #ffa000 !important; }

.tabs-amber {
  background-color: #ffa000 !important; }

.pills-orange .show > .nav-link {
  background-color: #f57c00 !important; }

.pills-orange .nav-link.active {
  background-color: #f57c00 !important; }

.tabs-orange {
  background-color: #f57c00 !important; }

.pills-deep-orange .show > .nav-link {
  background-color: #ff7043 !important; }

.pills-deep-orange .nav-link.active {
  background-color: #ff7043 !important; }

.tabs-deep-orange {
  background-color: #ff7043 !important; }

.pills-brown .show > .nav-link {
  background-color: #795548 !important; }

.pills-brown .nav-link.active {
  background-color: #795548 !important; }

.tabs-brown {
  background-color: #795548 !important; }

.pills-grey .show > .nav-link {
  background-color: #616161 !important; }

.pills-grey .nav-link.active {
  background-color: #616161 !important; }

.tabs-grey {
  background-color: #616161 !important; }

.pills-blue-grey .show > .nav-link {
  background-color: #78909c !important; }

.pills-blue-grey .nav-link.active {
  background-color: #78909c !important; }

.tabs-blue-grey {
  background-color: #78909c !important; }

.pills-dark .show > .nav-link {
  background-color: #212121 !important; }

.pills-dark .nav-link.active {
  background-color: #212121 !important; }

.tabs-dark {
  background-color: #212121 !important; }

.pills-light .show > .nav-link {
  background-color: #e0e0e0 !important; }

.pills-light .nav-link.active {
  background-color: #e0e0e0 !important; }

.tabs-light {
  background-color: #e0e0e0 !important; }

.pills-white .show > .nav-link {
  background-color: #fff !important; }

.pills-white .nav-link.active {
  background-color: #fff !important; }

.tabs-white {
  background-color: #fff !important; }

.pills-black .show > .nav-link {
  background-color: #000 !important; }

.pills-black .nav-link.active {
  background-color: #000 !important; }

.tabs-black {
  background-color: #000 !important; }

.classic-tabs {
  white-space: nowrap;
  overflow-x: auto;
  border-radius: 0.3rem 0.3rem 0 0; }
  @media (min-width: 62rem) {
    .classic-tabs {
      overflow-x: hidden; } }
  @media (min-width: 62em) {
    .classic-tabs li {
      flex: inherit; } }
  .classic-tabs li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    border-radius: 0; }
    .classic-tabs li a.active {
      border-bottom: 3px solid;
      color: #fff; }
  @media (min-width: 62em) {
    .classic-tabs li:first-child {
      margin-left: 56px; } }
  .classic-tabs.tabs-cyan li a.active {
    border-color: #ffeb3b; }
  .classic-tabs.tabs-orange li a.active {
    border-color: #e53935; }
  .classic-tabs.tabs-grey li a.active {
    border-color: #fff; }
  .classic-tabs.tabs-pink li a.active {
    border-color: #673ab7; }
  .classic-tabs.tabs-green li a.active {
    border-color: #1565c0; }
  .classic-tabs.tabs-primary li a.active {
    border-color: #fff; }

.card.card-image, .ae-order-history-page .card-image.ae-order, .ae-charge-history-page .card-image.ae-charge, .ae-invoice-page .card-image.ae-invoice, .ae-plans .ae-plan-wrap .card-image.ae-plan {
  background-size: cover;
  background-position: center;
  width: 100%; }
  .card.card-image [class*="rgba-"], .ae-order-history-page .card-image.ae-order [class*="rgba-"], .ae-charge-history-page .card-image.ae-charge [class*="rgba-"], .ae-invoice-page .card-image.ae-invoice [class*="rgba-"], .ae-plans .ae-plan-wrap .card-image.ae-plan [class*="rgba-"] {
    border-radius: 0.25rem; }

.card.card-cascade .view, .ae-order-history-page .card-cascade.ae-order .view, .ae-charge-history-page .card-cascade.ae-charge .view, .ae-invoice-page .card-cascade.ae-invoice .view, .ae-plans .ae-plan-wrap .card-cascade.ae-plan .view {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .card.card-cascade .view.gradient-card-header, .ae-order-history-page .card-cascade.ae-order .view.gradient-card-header, .ae-charge-history-page .card-cascade.ae-charge .view.gradient-card-header, .ae-invoice-page .card-cascade.ae-invoice .view.gradient-card-header, .ae-plans .ae-plan-wrap .card-cascade.ae-plan .view.gradient-card-header {
    padding: 1.6rem 1rem;
    text-align: center; }
    .card.card-cascade .view.gradient-card-header .card-header-title, .ae-order-history-page .card-cascade.ae-order .view.gradient-card-header .card-header-title, .ae-charge-history-page .card-cascade.ae-charge .view.gradient-card-header .card-header-title, .ae-invoice-page .card-cascade.ae-invoice .view.gradient-card-header .card-header-title, .ae-plans .ae-plan-wrap .card-cascade.ae-plan .view.gradient-card-header .card-header-title {
      font-weight: 500; }
    .card.card-cascade .view.gradient-card-header .btn-floating, .ae-order-history-page .card-cascade.ae-order .view.gradient-card-header .btn-floating, .ae-charge-history-page .card-cascade.ae-charge .view.gradient-card-header .btn-floating, .ae-invoice-page .card-cascade.ae-invoice .view.gradient-card-header .btn-floating, .ae-plans .ae-plan-wrap .card-cascade.ae-plan .view.gradient-card-header .btn-floating {
      background-color: rgba(255, 255, 255, 0.2); }

.card.card-cascade.wider, .ae-order-history-page .card-cascade.wider.ae-order, .ae-charge-history-page .card-cascade.wider.ae-charge, .ae-invoice-page .card-cascade.wider.ae-invoice, .ae-plans .ae-plan-wrap .card-cascade.wider.ae-plan {
  box-shadow: none;
  background-color: transparent; }
  .card.card-cascade.wider .view, .ae-order-history-page .card-cascade.wider.ae-order .view, .ae-charge-history-page .card-cascade.wider.ae-charge .view, .ae-invoice-page .card-cascade.wider.ae-invoice .view, .ae-plans .ae-plan-wrap .card-cascade.wider.ae-plan .view {
    z-index: 2; }
  .card.card-cascade.wider .card-body, .ae-order-history-page .card-cascade.wider.ae-order .card-body, .ae-charge-history-page .card-cascade.wider.ae-charge .card-body, .ae-invoice-page .card-cascade.wider.ae-invoice .card-body, .ae-plans .ae-plan-wrap .card-cascade.wider.ae-plan .card-body, .card.card-cascade.wider .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .card.card-cascade.wider .ae-plan-features, .ae-order-history-page .card-cascade.wider.ae-order .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-order-history-page .card-cascade.wider.ae-order .ae-plan-features, .ae-charge-history-page .card-cascade.wider.ae-charge .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-charge-history-page .card-cascade.wider.ae-charge .ae-plan-features, .ae-invoice-page .card-cascade.wider.ae-invoice .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-invoice-page .card-cascade.wider.ae-invoice .ae-plan-features, .ae-plans .ae-plan-wrap .card-cascade.wider.ae-plan .ae-plan-features {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    z-index: 1;
    border-radius: 0 0 0.25rem 0.25rem; }
  .card.card-cascade.wider.reverse .card-body, .ae-order-history-page .card-cascade.wider.reverse.ae-order .card-body, .ae-charge-history-page .card-cascade.wider.reverse.ae-charge .card-body, .ae-invoice-page .card-cascade.wider.reverse.ae-invoice .card-body, .ae-plans .ae-plan-wrap .card-cascade.wider.reverse.ae-plan .card-body, .card.card-cascade.wider.reverse .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .card.card-cascade.wider.reverse .ae-plan-features, .ae-order-history-page .card-cascade.wider.reverse.ae-order .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-order-history-page .card-cascade.wider.reverse.ae-order .ae-plan-features, .ae-charge-history-page .card-cascade.wider.reverse.ae-charge .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-charge-history-page .card-cascade.wider.reverse.ae-charge .ae-plan-features, .ae-invoice-page .card-cascade.wider.reverse.ae-invoice .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-invoice-page .card-cascade.wider.reverse.ae-invoice .ae-plan-features, .ae-plans .ae-plan-wrap .card-cascade.wider.reverse.ae-plan .ae-plan-features {
    z-index: 3;
    margin-top: -1rem;
    border-radius: 0.25rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.card.card-cascade.narrower, .ae-order-history-page .card-cascade.narrower.ae-order, .ae-charge-history-page .card-cascade.narrower.ae-charge, .ae-invoice-page .card-cascade.narrower.ae-invoice, .ae-plans .ae-plan-wrap .card-cascade.narrower.ae-plan {
  margin-top: 1.25rem; }
  .card.card-cascade.narrower .view, .ae-order-history-page .card-cascade.narrower.ae-order .view, .ae-charge-history-page .card-cascade.narrower.ae-charge .view, .ae-invoice-page .card-cascade.narrower.ae-invoice .view, .ae-plans .ae-plan-wrap .card-cascade.narrower.ae-plan .view {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.25rem; }

.card.card-cascade.panel-cascade .view, .ae-order-history-page .card-cascade.panel-cascade.ae-order .view, .ae-charge-history-page .card-cascade.panel-cascade.ae-charge .view, .ae-invoice-page .card-cascade.panel-cascade.ae-invoice .view, .ae-plans .ae-plan-wrap .card-cascade.panel-cascade.ae-plan .view {
  text-align: center;
  color: #fff; }

.card.card-cascade.panel-cascade .list-group .list-group-item, .ae-order-history-page .card-cascade.panel-cascade.ae-order .list-group .list-group-item, .ae-charge-history-page .card-cascade.panel-cascade.ae-charge .list-group .list-group-item, .ae-invoice-page .card-cascade.panel-cascade.ae-invoice .list-group .list-group-item, .ae-plans .ae-plan-wrap .card-cascade.panel-cascade.ae-plan .list-group .list-group-item {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #495057; }
  .card.card-cascade.panel-cascade .list-group .list-group-item:hover, .ae-order-history-page .card-cascade.panel-cascade.ae-order .list-group .list-group-item:hover, .ae-charge-history-page .card-cascade.panel-cascade.ae-charge .list-group .list-group-item:hover, .ae-invoice-page .card-cascade.panel-cascade.ae-invoice .list-group .list-group-item:hover, .ae-plans .ae-plan-wrap .card-cascade.panel-cascade.ae-plan .list-group .list-group-item:hover {
    background-color: #eee; }

.card .btn-action, .ae-order-history-page .ae-order .btn-action, .ae-charge-history-page .ae-charge .btn-action, .ae-invoice-page .ae-invoice .btn-action, .ae-plans .ae-plan-wrap .ae-plan .btn-action {
  margin-top: -1.44rem;
  margin-bottom: -1.44rem; }

.card .activator, .ae-order-history-page .ae-order .activator, .ae-charge-history-page .ae-charge .activator, .ae-invoice-page .ae-invoice .activator, .ae-plans .ae-plan-wrap .ae-plan .activator {
  position: absolute;
  right: 0;
  font-size: 1.2rem; }

.card .card-reveal, .ae-order-history-page .ae-order .card-reveal, .ae-charge-history-page .ae-charge .card-reveal, .ae-invoice-page .ae-invoice .card-reveal, .ae-plans .ae-plan-wrap .ae-plan .card-reveal {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
  .card .card-reveal .content, .ae-order-history-page .ae-order .card-reveal .content, .ae-charge-history-page .ae-charge .card-reveal .content, .ae-invoice-page .ae-invoice .card-reveal .content, .ae-plans .ae-plan-wrap .ae-plan .card-reveal .content {
    position: relative; }

.card.ovf-hidden, .ae-order-history-page .ovf-hidden.ae-order, .ae-charge-history-page .ovf-hidden.ae-charge, .ae-invoice-page .ovf-hidden.ae-invoice, .ae-plans .ae-plan-wrap .ovf-hidden.ae-plan {
  overflow: hidden; }

.card .card-share, .ae-order-history-page .ae-order .card-share, .ae-charge-history-page .ae-charge .card-share, .ae-invoice-page .ae-invoice .card-share, .ae-plans .ae-plan-wrap .ae-plan .card-share {
  position: relative; }
  .card .card-share .social-reveal, .ae-order-history-page .ae-order .card-share .social-reveal, .ae-charge-history-page .ae-charge .card-share .social-reveal, .ae-invoice-page .ae-invoice .card-share .social-reveal, .ae-plans .ae-plan-wrap .ae-plan .card-share .social-reveal {
    position: absolute;
    top: -1.44rem;
    right: 1.88rem;
    visibility: hidden;
    width: auto;
    transform: translateZ(0);
    transform: translateX(0);
    transition: transform 0.35s ease; }
  .card .card-share .social-reveal-active, .ae-order-history-page .ae-order .card-share .social-reveal-active, .ae-charge-history-page .ae-charge .card-share .social-reveal-active, .ae-invoice-page .ae-invoice .card-share .social-reveal-active, .ae-plans .ae-plan-wrap .ae-plan .card-share .social-reveal-active {
    z-index: 11;
    visibility: visible;
    transform: translateZ(0);
    transform: translateX(-48px);
    transition: transform 0.35s ease; }

.card .card-reveal .card-title, .ae-order-history-page .ae-order .card-reveal .card-title, .ae-charge-history-page .ae-charge .card-reveal .card-title, .ae-invoice-page .ae-invoice .card-reveal .card-title, .ae-plans .ae-plan-wrap .ae-plan .card-reveal .card-title,
.card-wrapper .card-rotating .card-title {
  cursor: pointer; }

.card .card-reveal .card-title i, .ae-order-history-page .ae-order .card-reveal .card-title i, .ae-charge-history-page .ae-charge .card-reveal .card-title i, .ae-invoice-page .ae-invoice .card-reveal .card-title i, .ae-plans .ae-plan-wrap .ae-plan .card-reveal .card-title i,
.card-wrapper .card-rotating .card-title i {
  color: #9e9e9e;
  position: absolute;
  right: 0.63rem; }

.card-wrapper {
  margin: 0;
  min-height: 500px;
  position: relative;
  perspective: 800px;
  /* Front side */
  /* Card with rotate on click */ }
  .card-wrapper .face {
    position: absolute;
    width: 100%;
    height: 100%; }
  .card-wrapper .card-up {
    height: 200px;
    overflow: hidden; }
    .card-wrapper .card-up img {
      vertical-align: middle; }
  .card-wrapper .avatar {
    display: block;
    margin-top: -60px;
    overflow: hidden;
    width: 120px; }
  .card-wrapper .avatar img {
    border: 5px solid #fff;
    background: none repeat scroll 0 0 #fff;
    width: 100%; }
  .card-wrapper .card-rotating {
    position: absolute;
    transform-style: preserve-3d; }
    .card-wrapper .card-rotating .content {
      position: relative; }
    .card-wrapper .card-rotating.effect__click.flipped .front {
      transform: rotateY(180deg); }
    .card-wrapper .card-rotating.effect__click.flipped .back {
      transform: rotateY(0); }
  .card-wrapper .front,
  .card-wrapper .back {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    backface-visibility: hidden;
    transition: 1s; }
  .card-wrapper .back {
    transform: rotateY(-180deg); }

.testimonial-card .card-up {
  overflow: hidden;
  height: 120px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.testimonial-card .avatar {
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff; }

.testimonial-card .avatar img {
  width: 100%; }

.testimonial-card .card-body, .testimonial-card .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .testimonial-card .ae-plan-features {
  text-align: center; }

.dropdown .dropdown-menu {
  padding: 0.5rem; }
  .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #4285f4 !important; }
  .dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active {
    background-color: #cc0000 !important; }
  .dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active {
    background-color: #2bbbad !important; }
  .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active {
    background-color: #aa66cc !important; }
  .dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active {
    background-color: #00c851 !important; }
  .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active {
    background-color: #33b5e5 !important; }
  .dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active {
    background-color: #ffbb33 !important; }
  .dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active {
    background-color: #2e2e2e !important; }
  .dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active {
    background-color: #2e5e86 !important; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    margin-left: 0;
    font-size: 0.9rem; }
    .dropdown .dropdown-menu .dropdown-item.disabled {
      color: #868e96; }
      .dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus {
        box-shadow: none;
        color: #868e96 !important;
        background-color: transparent !important; }
    .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      background-color: #4285f4;
      border-radius: 0.125rem;
      transition: all 0.1s linear; }

.navbar-nav .dropdown-menu-right, .navbar-nav .ae-logout-menu .dropdown-menu, .ae-logout-menu .navbar-nav .dropdown-menu, .navbar-nav .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions .dropdown .dropdown-menu, .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions .dropdown .navbar-nav .dropdown-menu, .navbar-nav
.ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown .dropdown .dropdown-menu,
.ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown .dropdown .navbar-nav .dropdown-menu, .navbar-nav .ae-explorer .ae-explorer-main .ae-locbar .dropdown .dropdown-menu, .ae-explorer .ae-explorer-main .ae-locbar .dropdown .navbar-nav .dropdown-menu {
  right: 0;
  left: auto; }

.dropdown-menu.animated, .modal-dialog.modal-notify .modal-body .dropdown-menu.fa.fa-4x, .dropdown-menu.ae-auth-blurb, .ae-auth-blurb .dropdown-menu.ae-blurb, .ae-auth-container .dropdown-menu.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .dropdown-menu.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .dropdown-menu.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .dropdown-menu.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .dropdown-menu.ae-info, .ae-dashboard-space-modal .dropdown-menu.ae-recent-files, .ae-global-files-modal .dropdown-menu.ae-recent-files, .ae-search-tab .ae-search-results > div .dropdown-menu.ae-recent-file, .ae-search-tab .ae-search-results > div .dropdown-menu.ae-recent-dir, .ae-explorer .ae-explorer-info .dropdown-menu.ae-recent-files, .ae-explorer .ae-explorer-info .dropdown-menu.ae-info, .ae-explorer .ae-explorer-info .dropdown-menu.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .dropdown-menu.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .dropdown-menu.ae-order-products {
  /* Speed up animations */
  animation-duration: 0.55s;
  animation-timing-function: ease; }

.navbar .nav-item.avatar, .ae-explorer .ae-explorer-main .ae-locbar .nav-item.avatar {
  padding: 0; }
  .navbar .nav-item.avatar.active, .ae-explorer .ae-explorer-main .ae-locbar .nav-item.avatar.active {
    background-color: transparent !important; }
  .navbar .nav-item.avatar .dropdown-toggle, .ae-explorer .ae-explorer-main .ae-locbar .nav-item.avatar .dropdown-toggle {
    padding: 0; }
    .navbar .nav-item.avatar .dropdown-toggle img, .ae-explorer .ae-explorer-main .ae-locbar .nav-item.avatar .dropdown-toggle img {
      height: 35px; }
    .navbar .nav-item.avatar .dropdown-toggle:after, .ae-explorer .ae-explorer-main .ae-locbar .nav-item.avatar .dropdown-toggle:after {
      display: none; }

.double-nav {
  color: #fff; }
  @media (max-width: 992px) {
    .double-nav {
      padding-top: 4px;
      padding-bottom: 4px; } }
  @media (max-width: 768px) {
    .double-nav .container {
      padding-left: 0;
      padding-right: 0; } }
  .double-nav a {
    font-size: 15px;
    color: #fff; }
  .double-nav .breadcrumb-dn p {
    margin: 0;
    padding-top: 0;
    padding-left: 1rem; }
  @media (max-width: 993px) {
    .double-nav .breadcrumb-dn {
      display: none; } }
  .double-nav .button-collapse {
    position: absolute;
    left: 10px;
    font-size: 1.5rem; }
    @media (min-width: 1440px) {
      .double-nav .button-collapse {
        display: none; } }
    @media (max-width: 1440px) {
      .double-nav .button-collapse {
        display: block;
        position: relative;
        font-size: 1.4rem;
        margin-right: 10px;
        margin-left: 10px; } }

.nav-pills.default-pills .nav-item a {
  text-align: left;
  color: #666;
  border-radius: 0; }
  .nav-pills.default-pills .nav-item a:hover {
    background-color: transparent;
    color: #45526e;
    font-weight: 500;
    border-left: 1px solid #45526e; }
  .nav-pills.default-pills .nav-item a.active {
    background-color: transparent;
    color: #45526e;
    border-left: 2px solid #45526e;
    font-weight: 500;
    box-shadow: none; }
    .nav-pills.default-pills .nav-item a.active:hover, .nav-pills.default-pills .nav-item a.active:active, .nav-pills.default-pills .nav-item a.active:focus {
      background-color: transparent;
      color: #45526e;
      font-weight: 500; }

.nav-pills .nav-item + .nav-item {
  margin-left: 0; }

@media only screen and (max-width: 991px) {
  .sticky,
  .sticky-placeholder {
    display: none; } }

#scrollspy {
  width: 100%; }

@media only screen and (max-width: 992px) {
  .col-md-4 .sticky, .ae-order-history-page .ae-order .ae-order-date .sticky, .ae-order-history-page .ae-order .ae-order-invoice .sticky, .ae-invoice-page .ae-invoice .ae-invoice-num .sticky, .ae-invoice-page .ae-invoice .ae-invoice-order .sticky, .col-lg-4 .sticky, .ae-auth-blurb .ae-blurb .sticky, .col-xl-4 .sticky, .ae-dashboard-spaces .ae-dashboard-spaces-info .sticky, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .sticky, .ae-explorer .ae-explorer-info .sticky {
    width: 200px; } }

@media only screen and (min-width: 992px) {
  .col-md-4 .sticky .col-lg-4 .sticky, .ae-order-history-page .ae-order .ae-order-date .sticky .col-lg-4 .sticky, .ae-order-history-page .ae-order .ae-order-invoice .sticky .col-lg-4 .sticky, .ae-invoice-page .ae-invoice .ae-invoice-num .sticky .col-lg-4 .sticky, .ae-invoice-page .ae-invoice .ae-invoice-order .sticky .col-lg-4 .sticky, .col-md-4 .sticky .ae-auth-blurb .ae-blurb .sticky, .ae-auth-blurb .col-md-4 .sticky .ae-blurb .sticky, .ae-order-history-page .ae-order .ae-order-date .sticky .ae-auth-blurb .ae-blurb .sticky, .ae-auth-blurb .ae-order-history-page .ae-order .ae-order-date .sticky .ae-blurb .sticky, .ae-order-history-page .ae-order .ae-order-invoice .sticky .ae-auth-blurb .ae-blurb .sticky, .ae-auth-blurb .ae-order-history-page .ae-order .ae-order-invoice .sticky .ae-blurb .sticky, .ae-invoice-page .ae-invoice .ae-invoice-num .sticky .ae-auth-blurb .ae-blurb .sticky, .ae-auth-blurb .ae-invoice-page .ae-invoice .ae-invoice-num .sticky .ae-blurb .sticky, .ae-invoice-page .ae-invoice .ae-invoice-order .sticky .ae-auth-blurb .ae-blurb .sticky, .ae-auth-blurb .ae-invoice-page .ae-invoice .ae-invoice-order .sticky .ae-blurb .sticky, .col-xl-4 .sticky, .ae-dashboard-spaces .ae-dashboard-spaces-info .sticky, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .sticky, .ae-explorer .ae-explorer-info .sticky {
    width: 400px; } }

@media only screen and (min-width: 1200px) {
  .col-md-4 .sticky, .ae-order-history-page .ae-order .ae-order-date .sticky, .ae-order-history-page .ae-order .ae-order-invoice .sticky, .ae-invoice-page .ae-invoice .ae-invoice-num .sticky, .ae-invoice-page .ae-invoice .ae-invoice-order .sticky {
    width: 300px; } }

@media only screen and (min-width: 1440px) {
  .col-md-4 .sticky, .ae-order-history-page .ae-order .ae-order-date .sticky, .ae-order-history-page .ae-order .ae-order-invoice .sticky, .ae-invoice-page .ae-invoice .ae-invoice-num .sticky, .ae-invoice-page .ae-invoice .ae-invoice-order .sticky {
    width: 350px; } }

.dotted-scrollspy {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 2px 0 0 2px; }
  .dotted-scrollspy li {
    display: block;
    padding: 0 16px; }
    .dotted-scrollspy li:first-child {
      padding-top: 10px; }
    .dotted-scrollspy li:last-child {
      padding-bottom: 10px; }
    .dotted-scrollspy li a {
      padding: 0.5rem; }
      .dotted-scrollspy li a span {
        display: block;
        background-color: rgba(255, 255, 255, 0.54);
        width: 8px;
        height: 8px;
        border-radius: 50%; }
      .dotted-scrollspy li a.active span {
        background: #fff; }

.scrollspy-example {
  overflow-y: scroll;
  position: relative;
  height: 200px;
  padding: 1rem; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/lightbox/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/lightbox/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.mdb-lightbox figure {
  margin: 0;
  float: left; }
  .mdb-lightbox figure .img-fluid, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header, .mdb-lightbox figure .section-blog-fw .view img, .section-blog-fw .view .mdb-lightbox figure img {
    display: inline; }
  .mdb-lightbox figure img {
    cursor: zoom-in;
    transition: opacity 0.4s;
    border-radius: 0; }
    .mdb-lightbox figure img:hover {
      opacity: 0.8; }
  .mdb-lightbox figure figcaption {
    display: none; }

.mdb-lightbox.no-margin [class*="col-"] {
  padding: 0; }

.mdb-lightbox [class*="col-"] {
  padding: 0.5rem; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #eceff1;
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%; }
  .chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
    transition: all 0.1s linear; }

.chips {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 30px;
  min-height: 45px;
  padding-bottom: 1rem;
  transition: all .3s; }
  .chips.focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4285f4; }
  .chips:hover {
    cursor: text; }
  .chips .tag.selected {
    border-bottom: 1px solid #4285f4;
    color: #fff; }
  .chips .input {
    display: inline-block;
    background: none;
    border: 0;
    outline: 0;
    padding: 0 !important;
    width: 120px !important;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    margin-right: 20px;
    line-height: 32px; }
    .chips .input:focus {
      border: 0 !important;
      box-shadow: none !important; }

.table a, .ae-dashboard-sharing-page .ae-publink-list a, .ae-dashboard-sharing-page .ae-inbox-list a, .ae-grantee-list a, .ae-invite-list a, .ae-order-history-page .ae-order .ae-order-details .ae-order-products a, .ae-invoice-page table a, .ae-payment table a {
  margin-left: 1rem; }

.table fieldset, .ae-dashboard-sharing-page .ae-publink-list fieldset, .ae-dashboard-sharing-page .ae-inbox-list fieldset, .ae-grantee-list fieldset, .ae-invite-list fieldset, .ae-order-history-page .ae-order .ae-order-details .ae-order-products fieldset, .ae-invoice-page table fieldset, .ae-payment table fieldset {
  margin-bottom: 0; }
  .table fieldset label, .ae-dashboard-sharing-page .ae-publink-list fieldset label, .ae-dashboard-sharing-page .ae-inbox-list fieldset label, .ae-grantee-list fieldset label, .ae-invite-list fieldset label, .ae-order-history-page .ae-order .ae-order-details .ae-order-products fieldset label, .ae-invoice-page table fieldset label, .ae-payment table fieldset label {
    height: 8px; }

.product-table img {
  max-height: 150px;
  min-width: 50px; }

.product-table td {
  vertical-align: middle; }

[type="radio"], [type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"] + label, [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem; }

.streak {
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px; }
  .streak.streak-md {
    height: 400px; }
    @media (max-width: 736px) {
      .streak.streak-md {
        height: 300px; } }
  .streak.streak-lg {
    height: 650px; }
    @media (max-width: 450px) {
      .streak.streak-lg {
        height: 900px; } }
  .streak.streak-long {
    height: 200px; }
    @media (max-width: 450px) {
      .streak.streak-long {
        height: 620px; } }
  .streak.streak-long-2 {
    height: 400px; }
    @media (max-width: 450px) {
      .streak.streak-long-2 {
        height: 700px; } }
  .streak.streak-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 1366px) {
      .streak.streak-photo {
        background-attachment: fixed; } }
  .streak.no-flex {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    height: auto; }

.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important; }

.peach-gradient {
  background: linear-gradient(40deg, #FFD86F, #FC6262) !important; }

.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important; }

.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important; }

[type="radio"], [type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"] + label, [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem; }

.form-header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 0.125rem; }

[type="radio"] + label {
  transition: .28s ease; }
  [type="radio"] + label:before, [type="radio"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    transition: .28s ease; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border-color: #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0); }

[type="radio"]:checked + label:before {
  border-color: transparent; }

[type="radio"]:checked + label:after {
  border-color: #4285f4;
  background-color: #4285f4;
  z-index: 0;
  transform: scale(1.02); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.46); }
  [type="radio"]:disabled + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.46); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.46); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #BDBDBD; }

[type="radio"].with-gap:checked + label:before {
  border-color: #4285f4; }

[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

[type="radio"].with-gap:checked:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.46); }

[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #8a8a8a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s; }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #4285f4 #4285f4 transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border: none;
  border-right: 2px solid #4285f4;
  transform: rotate(90deg);
  transform-origin: 100% 100%; }

[type="checkbox"]:disabled:checked + label:before {
  border-color: transparent rgba(0, 0, 0, 0.46) rgba(0, 0, 0, 0.46) transparent; }

[type="checkbox"]:disabled:not(:checked) + label:before {
  border: none;
  margin-left: 2px;
  margin-top: 2px;
  background-color: rgba(0, 0, 0, 0.46); }

[type="checkbox"]:disabled:indeterminate + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  margin-left: 0;
  margin-top: 0;
  background-color: transparent; }

[type="checkbox"][class*="filled-in"] + label:after, [type="checkbox"][class*="filled-in"] + label:before {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
  border-style: solid;
  border-width: 2px; }

[type="checkbox"][class*="filled-in"] + label:after {
  border-radius: 2px;
  height: 20px;
  width: 20px; }

[type="checkbox"][class*="filled-in"] + label:before {
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"][class*="filled-in"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border-style: 3px;
  border-color: transparent;
  left: 6px;
  top: 10px; }

[type="checkbox"][class*="filled-in"]:not(:checked) + label:after {
  background-color: transparent;
  border-color: #5a5a5a;
  top: 0;
  z-index: 0; }

[type="checkbox"][class*="filled-in"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-color: transparent #fff #fff transparent; }

[type="checkbox"][class*="filled-in"]:checked + label:after {
  top: 0;
  border-color: #aa66cc;
  background-color: #aa66cc;
  z-index: 0; }

[type="checkbox"][class*="filled-in"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: #BDBDBD; }

[type="checkbox"][class*="filled-in"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"][class*="filled-in"]:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"][class*="filled-in"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

[type="checkbox"].filled-in-danger:checked + label:after {
  background-color: #f44336;
  border-color: #f44336; }

.select-wrapper .select-dropdown {
  user-select: none; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none;
    height: 2.9rem;
    line-height: 2.9rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0.94rem 0;
    padding: 0;
    display: block; }
    .select-wrapper input.select-dropdown:disabled {
      color: rgba(0, 0, 0, 0.3);
      border-bottom-color: rgba(0, 0, 0, 0.3);
      cursor: default; }
  .select-wrapper .search-wrap {
    padding: 1rem 0;
    display: block;
    margin: 0 0.7rem; }
    .select-wrapper .search-wrap .md-form, .select-wrapper .search-wrap .ae-search-input {
      margin-top: 0; }
      .select-wrapper .search-wrap .md-form input, .select-wrapper .search-wrap .ae-search-input input {
        padding-bottom: 0.4rem;
        margin-bottom: 0; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 1rem;
    font-size: 0.63rem; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.46); }
  .select-wrapper + label {
    position: absolute;
    top: -0.88rem;
    font-size: 0.8rem; }
  .select-wrapper i {
    color: rgba(0, 0, 0, 0.3); }
  .select-wrapper ul {
    list-style-type: none;
    padding-left: 0; }

select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none !important; }
  select.browser-default {
    display: block !important; }
  select:disabled {
    color: rgba(0, 0, 0, 0.3); }

.select-dropdown [type=checkbox]:disabled:not(:checked) + label:before {
  margin-left: 0;
  margin-top: 0; }

.select-dropdown ul {
  list-style-type: none;
  padding: 0; }

.select-dropdown li img {
  height: 30px;
  width: 30px;
  margin: 0.3rem 0.75rem;
  float: right; }

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }

.multiple-select-dropdown li [type="checkbox"] + label {
  height: 0.63rem; }

.dropdown-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 6.25rem;
  max-height: 40.625rem;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: #000;
    cursor: pointer;
    line-height: 1.3rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active {
      background-color: #eee; }
    .dropdown-content li > a,
    .dropdown-content li > span {
      font-size: 0.9rem;
      color: #4285f4;
      display: block;
      padding: 0.5rem; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit; }

.colorful-select .dropdown-content {
  padding: 0.5rem; }
  .colorful-select .dropdown-content li.active span {
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
    .colorful-select .dropdown-content li.active span [type="checkbox"]:checked + label:before {
      border-color: transparent #fff #fff transparent; }
  .colorful-select .dropdown-content li a:hover, .colorful-select .dropdown-content li span:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff !important;
    transition: all 0.1s linear;
    border-radius: 0.125rem; }
    .colorful-select .dropdown-content li a:hover [type="checkbox"] + label:before, .colorful-select .dropdown-content li span:hover [type="checkbox"] + label:before {
      border-color: #fff; }
    .colorful-select .dropdown-content li a:hover [type="checkbox"]:checked + label:before, .colorful-select .dropdown-content li span:hover [type="checkbox"]:checked + label:before {
      border-color: transparent #fff #fff transparent; }
  .colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li:disabled.active span, .colorful-select .dropdown-content li.optgroup.active span {
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    cursor: default; }
  .colorful-select .dropdown-content li.disabled a:hover, .colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li:disabled a:hover, .colorful-select .dropdown-content li:disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover, .colorful-select .dropdown-content li.optgroup span:hover {
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    cursor: default;
    background-color: #fff !important; }
  .colorful-select .dropdown-content li.disabled label, .colorful-select .dropdown-content li:disabled label, .colorful-select .dropdown-content li.optgroup label {
    cursor: default; }

.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover {
  background-color: #4285f4 !important; }

.dropdown-primary .search-wrap input:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4; }

.dropdown-danger .dropdown-content li.active, .dropdown-danger .dropdown-content li a, .dropdown-danger .dropdown-content li span:hover {
  background-color: #cc0000 !important; }

.dropdown-danger .search-wrap input:focus {
  border-bottom: 1px solid #cc0000;
  box-shadow: 0 1px 0 0 #cc0000; }

.dropdown-default .dropdown-content li.active, .dropdown-default .dropdown-content li a, .dropdown-default .dropdown-content li span:hover {
  background-color: #2bbbad !important; }

.dropdown-default .search-wrap input:focus {
  border-bottom: 1px solid #2bbbad;
  box-shadow: 0 1px 0 0 #2bbbad; }

.dropdown-secondary .dropdown-content li.active, .dropdown-secondary .dropdown-content li a, .dropdown-secondary .dropdown-content li span:hover {
  background-color: #aa66cc !important; }

.dropdown-secondary .search-wrap input:focus {
  border-bottom: 1px solid #aa66cc;
  box-shadow: 0 1px 0 0 #aa66cc; }

.dropdown-success .dropdown-content li.active, .dropdown-success .dropdown-content li a, .dropdown-success .dropdown-content li span:hover {
  background-color: #00c851 !important; }

.dropdown-success .search-wrap input:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851; }

.dropdown-info .dropdown-content li.active, .dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover {
  background-color: #33b5e5 !important; }

.dropdown-info .search-wrap input:focus {
  border-bottom: 1px solid #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5; }

.dropdown-warning .dropdown-content li.active, .dropdown-warning .dropdown-content li a, .dropdown-warning .dropdown-content li span:hover {
  background-color: #ffbb33 !important; }

.dropdown-warning .search-wrap input:focus {
  border-bottom: 1px solid #ffbb33;
  box-shadow: 0 1px 0 0 #ffbb33; }

.dropdown-dark .dropdown-content li.active, .dropdown-dark .dropdown-content li a, .dropdown-dark .dropdown-content li span:hover {
  background-color: #2e2e2e !important; }

.dropdown-dark .search-wrap input:focus {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0 1px 0 0 #2e2e2e; }

.dropdown-ins .dropdown-content li.active, .dropdown-ins .dropdown-content li a, .dropdown-ins .dropdown-content li span:hover {
  background-color: #2e5e86 !important; }

.dropdown-ins .search-wrap input:focus {
  border-bottom: 1px solid #2e5e86;
  box-shadow: 0 1px 0 0 #2e5e86; }

.switch label {
  cursor: pointer; }
  .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch label input[type=checkbox]:checked + .lever {
      background-color: #dccfe2; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #aa66cc;
      left: 24px; }
    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(170, 102, 204, 0.1); }
    .switch label input[type=checkbox]:not(:disabled) ~ .lever:active:after {
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }
    .switch label input[type=checkbox]:disabled + .lever {
      cursor: default; }
    .switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
      background-color: #BDBDBD; }
  .switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px; }
    .switch label .lever:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 21px;
      height: 21px;
      background-color: #F1F1F1;
      border-radius: 21px;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      left: -5px;
      top: -3px;
      transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem; }
  .file-field input.file-path {
    width: 100%;
    height: 2.1rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.range-field {
  position: relative; }

input[type=range] {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0;
  appearance: none;
  border: 1px solid #fff;
  /* fix for FF unable to apply focus style bug  */ }
  input[type=range]:focus {
    outline: none; }
  input[type=range] + .thumb {
    position: absolute;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #4285f4;
    top: 10px;
    margin-left: -6px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg); }
    input[type=range] + .thumb .value {
      display: block;
      width: 30px;
      text-align: center;
      color: #4285f4;
      font-size: 0;
      transform: rotate(45deg); }
    input[type=range] + .thumb.active {
      border-radius: 50% 50% 50% 0; }
      input[type=range] + .thumb.active .value {
        color: #fff;
        margin-left: -1px;
        margin-top: 8px;
        font-size: 10px; }
  input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none; }
  input[type=range]::-webkit-slider-thumb {
    appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #4285f4;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    transition: 0.3s; }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc; }
  input[type=range]::-moz-range-track {
    /*required for proper track sizing in FF*/
    height: 3px;
    background: #c2c0c2;
    border: none; }
  input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4285f4;
    margin-top: -5px; }
  input[type=range]:-moz-focusring {
    /*hide the outline behind the border*/
    outline: 1px solid #fff;
    outline-offset: -1px; }
  input[type=range]:focus::-moz-range-track {
    background: #c2c0c2; }
  input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;
    /*remove default tick marks*/ }
  input[type=range]::-ms-fill-lower {
    background: #c2c0c2; }
  input[type=range]::-ms-fill-upper {
    background: #c2c0c2; }
  input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4285f4; }
  input[type=range]:focus::-ms-fill-lower {
    background: #c2c0c2; }
  input[type=range]:focus::-ms-fill-upper {
    background: #c2c0c2; }

.input-group .input-group-text [type="checkbox"] + label {
  padding-left: 18px;
  height: 13px; }

.input-group .input-group-text [type="radio"] + label {
  padding-left: 24px;
  height: 13px; }

.mdb-autocomplete {
  margin-bottom: 1px; }

button:focus {
  outline: 0 !important; }

button.mdb-autocomplete-clear {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 0;
  visibility: hidden;
  border: none;
  background: transparent; }
  button.mdb-autocomplete-clear svg {
    fill: #a6a6a6; }

.mdb-autocomplete-wrap {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 210px;
  padding-left: 0;
  background: #fff; }
  .mdb-autocomplete-wrap li {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 0.875rem; }
    .mdb-autocomplete-wrap li:hover {
      background: #eeeeee; }

.accordion .card, .accordion .ae-order-history-page .ae-order, .ae-order-history-page .accordion .ae-order, .accordion .ae-charge-history-page .ae-charge, .ae-charge-history-page .accordion .ae-charge, .accordion .ae-invoice-page .ae-invoice, .ae-invoice-page .accordion .ae-invoice, .accordion .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .accordion .ae-plan {
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0; }
  .accordion .card .card-header, .accordion .ae-order-history-page .ae-order .card-header, .ae-order-history-page .accordion .ae-order .card-header, .accordion .ae-charge-history-page .ae-charge .card-header, .ae-charge-history-page .accordion .ae-charge .card-header, .accordion .ae-invoice-page .ae-invoice .card-header, .ae-invoice-page .accordion .ae-invoice .card-header, .accordion .ae-plans .ae-plan-wrap .ae-plan .card-header, .ae-plans .ae-plan-wrap .accordion .ae-plan .card-header {
    border-bottom: 0;
    padding: 1rem 1.5rem;
    background: transparent; }
    .accordion .card .card-header .card-title, .accordion .ae-order-history-page .ae-order .card-header .card-title, .ae-order-history-page .accordion .ae-order .card-header .card-title, .accordion .ae-charge-history-page .ae-charge .card-header .card-title, .ae-charge-history-page .accordion .ae-charge .card-header .card-title, .accordion .ae-invoice-page .ae-invoice .card-header .card-title, .ae-invoice-page .accordion .ae-invoice .card-header .card-title, .accordion .ae-plans .ae-plan-wrap .ae-plan .card-header .card-title, .ae-plans .ae-plan-wrap .accordion .ae-plan .card-header .card-title {
      font-weight: 400; }
    .accordion .card .card-header a, .accordion .ae-order-history-page .ae-order .card-header a, .ae-order-history-page .accordion .ae-order .card-header a, .accordion .ae-charge-history-page .ae-charge .card-header a, .ae-charge-history-page .accordion .ae-charge .card-header a, .accordion .ae-invoice-page .ae-invoice .card-header a, .ae-invoice-page .accordion .ae-invoice .card-header a, .accordion .ae-plans .ae-plan-wrap .ae-plan .card-header a, .ae-plans .ae-plan-wrap .accordion .ae-plan .card-header a {
      transition: ease-in-out 0.3s; }
    .accordion .card .card-header a:not(.collapsed) .rotate-icon, .accordion .ae-order-history-page .ae-order .card-header a:not(.collapsed) .rotate-icon, .ae-order-history-page .accordion .ae-order .card-header a:not(.collapsed) .rotate-icon, .accordion .ae-charge-history-page .ae-charge .card-header a:not(.collapsed) .rotate-icon, .ae-charge-history-page .accordion .ae-charge .card-header a:not(.collapsed) .rotate-icon, .accordion .ae-invoice-page .ae-invoice .card-header a:not(.collapsed) .rotate-icon, .ae-invoice-page .accordion .ae-invoice .card-header a:not(.collapsed) .rotate-icon, .accordion .ae-plans .ae-plan-wrap .ae-plan .card-header a:not(.collapsed) .rotate-icon, .ae-plans .ae-plan-wrap .accordion .ae-plan .card-header a:not(.collapsed) .rotate-icon {
      transform: rotate(180deg); }
  .accordion .card .fa-angle-down, .accordion .ae-order-history-page .ae-order .fa-angle-down, .ae-order-history-page .accordion .ae-order .fa-angle-down, .accordion .ae-charge-history-page .ae-charge .fa-angle-down, .ae-charge-history-page .accordion .ae-charge .fa-angle-down, .accordion .ae-invoice-page .ae-invoice .fa-angle-down, .ae-invoice-page .accordion .ae-invoice .fa-angle-down, .accordion .ae-plans .ae-plan-wrap .ae-plan .fa-angle-down, .ae-plans .ae-plan-wrap .accordion .ae-plan .fa-angle-down {
    float: right; }
  .accordion .card .card-body, .accordion .ae-order-history-page .ae-order .card-body, .ae-order-history-page .accordion .ae-order .card-body, .accordion .ae-charge-history-page .ae-charge .card-body, .ae-charge-history-page .accordion .ae-charge .card-body, .accordion .ae-invoice-page .ae-invoice .card-body, .ae-invoice-page .accordion .ae-invoice .card-body, .accordion .ae-plans .ae-plan-wrap .ae-plan .card-body, .ae-plans .ae-plan-wrap .accordion .ae-plan .card-body, .ae-plans .ae-plan-wrap .ae-plan .accordion .card .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .accordion .ae-order-history-page .ae-order .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-order-history-page .accordion .ae-order .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .accordion .ae-charge-history-page .ae-charge .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-charge-history-page .accordion .ae-charge .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .accordion .ae-invoice-page .ae-invoice .ae-plan-features, .ae-plans .ae-plan-wrap .ae-plan .ae-invoice-page .accordion .ae-invoice .ae-plan-features, .accordion .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features, .ae-plans .ae-plan-wrap .accordion .ae-plan .ae-plan-features {
    font-size: 0.9rem;
    line-height: 1.7;
    font-weight: 300;
    color: #626262; }

.side-nav {
  position: fixed;
  width: 240px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  padding-bottom: 3.75rem;
  background-color: #2c2f34;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1040;
  backface-visibility: hidden;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  list-style-type: none;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .side-nav > ul {
    max-height: 100vh; }
  .side-nav ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0; }
    .side-nav ul li {
      padding: 0; }
  .side-nav.right-aligned {
    right: 0;
    left: auto;
    transform: translateX(100%); }
  .side-nav.side-nav-light {
    background-color: #e5e5e5; }
    .side-nav.side-nav-light .logo-wrapper {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
      .side-nav.side-nav-light .logo-wrapper.sn-ad-avatar-wrapper {
        color: #555; }
    .side-nav.side-nav-light .about {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
      .side-nav.side-nav-light .about p {
        color: #555; }
    .side-nav.side-nav-light .social {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
      .side-nav.side-nav-light .social .fa {
        color: #555; }
    .side-nav.side-nav-light .search-form input[type=text] {
      border-bottom-color: rgba(153, 153, 153, 0.3);
      color: #555 !important; }
      .side-nav.side-nav-light .search-form input[type=text]::placeholder {
        color: #555 !important; }
    .side-nav.side-nav-light .collapsible a {
      color: #555; }
    .side-nav.side-nav-light .collapsible-body a {
      background-color: rgba(0, 0, 0, 0.1); }
    .side-nav.side-nav-light .collapsible li .collapsible-header:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .side-nav.side-nav-light .collapsible li .collapsible-header.active {
      color: #4285F4;
      background-color: transparent; }
  .side-nav.fixed {
    left: 0;
    transform: translateX(0);
    position: fixed; }
    .side-nav.fixed.right-aligned {
      right: 0;
      left: auto; }
  @media only screen and (max-width: 1440px) {
    .side-nav.fixed {
      transform: translateX(-105%); }
      .side-nav.fixed.right-aligned {
        transform: translateX(105%); } }
  .side-nav .collapsible {
    margin: 0;
    padding: 0;
    margin-top: 1rem; }
    .side-nav .collapsible li a:hover {
      background-color: rgba(0, 0, 0, 0.15); }
    .side-nav .collapsible > li {
      border-radius: 2px; }
      .side-nav .collapsible > li a.collapsible-header:hover {
        background-color: rgba(255, 255, 255, 0.15); }
      .side-nav .collapsible > li a.collapsible-header.active {
        background-color: rgba(255, 255, 255, 0.15); }
    .side-nav .collapsible ul {
      padding: 0;
      list-style-type: none; }
    .side-nav .collapsible a {
      color: #fff;
      font-weight: 300;
      font-size: 0.8rem;
      height: 36px;
      line-height: 36px; }
      .side-nav .collapsible a.active, .side-nav .collapsible a:hover {
        border-radius: 2px; }
    .side-nav .collapsible .fa {
      font-size: 0.8rem;
      margin-right: 13px; }
  .side-nav .collapsible-body a {
    padding-left: 47px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.15); }
  .side-nav a {
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    padding-left: 20px; }
  .side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    right: 0;
    top: 0.8rem;
    margin-right: 1.25rem; }
  .side-nav .sidenav-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 240px;
    z-index: -1;
    background-attachment: fixed; }
    .side-nav .sidenav-bg:after {
      width: 100%;
      display: block;
      content: "";
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
  .side-nav .logo-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    height: 140px; }
    .side-nav .logo-wrapper a {
      height: 140px;
      width: 240px;
      padding: 0; }
    .side-nav .logo-wrapper img {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 20%;
      padding-bottom: 20%;
      height: auto; }
    @media (max-height: 992px) {
      .side-nav .logo-wrapper {
        height: 80px; }
        .side-nav .logo-wrapper a {
          height: 80px; }
        .side-nav .logo-wrapper img {
          padding-top: 7%;
          padding-bottom: 7%; } }
    .side-nav .logo-wrapper.sn-avatar-wrapper {
      padding-left: 33%;
      padding-right: 33%;
      padding-top: 10%;
      padding-bottom: 10%; }
      .side-nav .logo-wrapper.sn-avatar-wrapper img {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0;
        padding: 0;
        max-width: 90px; }
      @media only screen and (max-height: 992px) {
        .side-nav .logo-wrapper.sn-avatar-wrapper {
          padding-left: 40%;
          padding-right: 40%; }
          .side-nav .logo-wrapper.sn-avatar-wrapper img {
            max-width: 50px; } }
    .side-nav .logo-wrapper.sn-ad-avatar-wrapper {
      height: auto;
      margin-bottom: 0; }
      .side-nav .logo-wrapper.sn-ad-avatar-wrapper img {
        max-width: 3.75rem;
        padding: 1.25rem 0.63rem;
        float: left; }
      .side-nav .logo-wrapper.sn-ad-avatar-wrapper p {
        font-size: 0.94rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin: 0; }
  .side-nav .about {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
    .side-nav .about p {
      margin-bottom: 0;
      text-align: center; }
  .side-nav .social {
    padding-top: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
    .side-nav .social li {
      display: inline-block;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      margin: 0; }
    .side-nav .social a {
      margin: 0;
      padding: 0; }
    .side-nav .social .fa {
      font-size: 0.9rem;
      padding-right: 0.6rem;
      padding-left: 0.6rem;
      color: #dbe4e7;
      transition: 0.3s; }
      .side-nav .social .fa:hover {
        color: #AFC4CB;
        transition: 0.3s; }
  .side-nav .search-form {
    padding: 0; }
    .side-nav .search-form input[type=text] {
      border-bottom: 1px solid rgba(255, 255, 255, 0.65);
      font-weight: 300;
      padding-left: 1.88rem; }
    .side-nav .search-form .form-control {
      margin-bottom: 0; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

.collection-card .stripe {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  padding: 1.2rem; }
  .collection-card .stripe.dark {
    background-color: rgba(0, 0, 0, 0.7); }
    .collection-card .stripe.dark a p {
      color: #eeeeee; }
  .collection-card .stripe.light {
    background-color: rgba(255, 255, 255, 0.7); }
    .collection-card .stripe.light a p {
      color: #424242; }
  .collection-card .stripe a p {
    padding: 0;
    margin: 0;
    letter-spacing: 0.25rem; }

.rating {
  color: #ffa000;
  list-style-type: none;
  padding: 0; }
  .rating li {
    display: inline-block; }

.cart-modal .table, .cart-modal .ae-dashboard-sharing-page .ae-publink-list, .ae-dashboard-sharing-page .cart-modal .ae-publink-list, .cart-modal .ae-dashboard-sharing-page .ae-inbox-list, .ae-dashboard-sharing-page .cart-modal .ae-inbox-list, .cart-modal .ae-grantee-list, .cart-modal .ae-invite-list, .cart-modal .ae-order-history-page .ae-order .ae-order-details .ae-order-products, .ae-order-history-page .ae-order .ae-order-details .cart-modal .ae-order-products, .cart-modal .ae-invoice-page table, .ae-invoice-page .cart-modal table, .cart-modal .ae-payment table, .ae-payment .cart-modal table,
.cart-modal th {
  text-align: center; }

.cart-modal .table .total, .cart-modal .ae-dashboard-sharing-page .ae-publink-list .total, .ae-dashboard-sharing-page .cart-modal .ae-publink-list .total, .cart-modal .ae-dashboard-sharing-page .ae-inbox-list .total, .ae-dashboard-sharing-page .cart-modal .ae-inbox-list .total, .cart-modal .ae-grantee-list .total, .cart-modal .ae-invite-list .total, .cart-modal .ae-order-history-page .ae-order .ae-order-details .ae-order-products .total, .ae-order-history-page .ae-order .ae-order-details .cart-modal .ae-order-products .total, .cart-modal .ae-invoice-page table .total, .ae-invoice-page .cart-modal table .total, .cart-modal .ae-payment table .total, .ae-payment .cart-modal table .total {
  text-transform: uppercase;
  font-weight: 600; }

.cart-modal .table .fa-remove, .cart-modal .ae-dashboard-sharing-page .ae-publink-list .fa-remove, .ae-dashboard-sharing-page .cart-modal .ae-publink-list .fa-remove, .cart-modal .ae-dashboard-sharing-page .ae-inbox-list .fa-remove, .ae-dashboard-sharing-page .cart-modal .ae-inbox-list .fa-remove, .cart-modal .ae-grantee-list .fa-remove, .cart-modal .ae-invite-list .fa-remove, .cart-modal .ae-order-history-page .ae-order .ae-order-details .ae-order-products .fa-remove, .ae-order-history-page .ae-order .ae-order-details .cart-modal .ae-order-products .fa-remove, .cart-modal .ae-invoice-page table .fa-remove, .ae-invoice-page .cart-modal table .fa-remove, .cart-modal .ae-payment table .fa-remove, .ae-payment .cart-modal table .fa-remove {
  color: #4285f4; }

.card.card-ecommerce .card-footer, .ae-order-history-page .card-ecommerce.ae-order .card-footer, .ae-charge-history-page .card-ecommerce.ae-charge .card-footer, .ae-invoice-page .card-ecommerce.ae-invoice .card-footer, .ae-plans .ae-plan-wrap .card-ecommerce.ae-plan .card-footer {
  background-color: transparent; }
  .card.card-ecommerce .card-footer .discount, .ae-order-history-page .card-ecommerce.ae-order .card-footer .discount, .ae-charge-history-page .card-ecommerce.ae-charge .card-footer .discount, .ae-invoice-page .card-ecommerce.ae-invoice .card-footer .discount, .ae-plans .ae-plan-wrap .card-ecommerce.ae-plan .card-footer .discount {
    color: #9e9e9e; }
  .card.card-ecommerce .card-footer a, .ae-order-history-page .card-ecommerce.ae-order .card-footer a, .ae-charge-history-page .card-ecommerce.ae-charge .card-footer a, .ae-invoice-page .card-ecommerce.ae-invoice .card-footer a, .ae-plans .ae-plan-wrap .card-ecommerce.ae-plan .card-footer a {
    color: #757575;
    transition: 0.4s; }
    .card.card-ecommerce .card-footer a:hover, .ae-order-history-page .card-ecommerce.ae-order .card-footer a:hover, .ae-charge-history-page .card-ecommerce.ae-charge .card-footer a:hover, .ae-invoice-page .card-ecommerce.ae-invoice .card-footer a:hover, .ae-plans .ae-plan-wrap .card-ecommerce.ae-plan .card-footer a:hover {
      color: #d50000;
      transition: 0.4s; }
    .card.card-ecommerce .card-footer a.active, .ae-order-history-page .card-ecommerce.ae-order .card-footer a.active, .ae-charge-history-page .card-ecommerce.ae-charge .card-footer a.active, .ae-invoice-page .card-ecommerce.ae-invoice .card-footer a.active, .ae-plans .ae-plan-wrap .card-ecommerce.ae-plan .card-footer a.active {
      color: #d50000; }

.product-table .btn.btn-sm, .product-table .ae-discount-preregister-page .ae-download a.btn-sm, .ae-discount-preregister-page .ae-download .product-table a.btn-sm {
  padding: 0.3rem 0.6rem; }

.carousel-multi-item {
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .carousel-multi-item .col-md-4, .carousel-multi-item .ae-order-history-page .ae-order .ae-order-date, .ae-order-history-page .ae-order .carousel-multi-item .ae-order-date, .carousel-multi-item .ae-order-history-page .ae-order .ae-order-invoice, .ae-order-history-page .ae-order .carousel-multi-item .ae-order-invoice, .carousel-multi-item .ae-invoice-page .ae-invoice .ae-invoice-num, .ae-invoice-page .ae-invoice .carousel-multi-item .ae-invoice-num, .carousel-multi-item .ae-invoice-page .ae-invoice .ae-invoice-order, .ae-invoice-page .ae-invoice .carousel-multi-item .ae-invoice-order {
      float: left;
      width: 33.333333%;
      max-width: 100%; } }
  .carousel-multi-item .carousel-item.active,
  .carousel-multi-item .carousel-item-next,
  .carousel-multi-item .carousel-item-prev {
    display: block; }
  .carousel-multi-item .carousel-indicators li {
    height: 20px;
    width: 20px;
    max-width: 20px;
    background-color: #4285f4;
    margin-bottom: -60px; }
  .carousel-multi-item .carousel-indicators .active {
    height: 25px;
    width: 25px;
    max-width: 25px;
    background-color: #4285f4;
    border-radius: 50%; }
  .carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 30px; }
    .carousel-multi-item .controls-top .btn-floating {
      background: #4285f4; }
  .carousel-multi-item .carousel-indicators {
    margin-bottom: -2em; }
  .carousel-multi-item .card, .carousel-multi-item .ae-order-history-page .ae-order, .ae-order-history-page .carousel-multi-item .ae-order, .carousel-multi-item .ae-charge-history-page .ae-charge, .ae-charge-history-page .carousel-multi-item .ae-charge, .carousel-multi-item .ae-invoice-page .ae-invoice, .ae-invoice-page .carousel-multi-item .ae-invoice, .carousel-multi-item .ae-plans .ae-plan-wrap .ae-plan, .ae-plans .ae-plan-wrap .carousel-multi-item .ae-plan {
    margin: 1px; }
  .carousel-multi-item .card-cascade.narrower {
    margin-top: 20px;
    margin-bottom: 5px; }

@media only screen and (max-width: 992px) {
  .carousel-multi-item .carousel-indicators li {
    margin-bottom: -30px; } }

.carousel-thumbnails {
  margin-bottom: 80px; }
  .carousel-thumbnails .carousel-indicators {
    margin-bottom: -75px;
    position: absolute; }
    .carousel-thumbnails .carousel-indicators li {
      height: auto;
      max-width: 100px;
      width: 100px;
      border: none; }
    .carousel-thumbnails .carousel-indicators .active {
      height: auto;
      width: auto;
      opacity: 0.5; }
    .carousel-thumbnails .carousel-indicators img {
      max-width: 100px;
      height: 50px;
      overflow: hidden;
      display: block; }

@media only screen and (max-width: 600px) {
  .carousel-thumbnails {
    margin-bottom: 60px; }
    .carousel-thumbnails .carousel-indicators {
      margin-bottom: -60px; }
      .carousel-thumbnails .carousel-indicators img {
        max-width: 50px;
        height: 25px; } }

.stepper li a {
  padding: 1.5rem;
  font-size: 0.88rem;
  text-align: center; }
  .stepper li a .circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    margin-right: 0.5rem; }
  .stepper li a .label {
    display: inline-block;
    color: rgba(0, 0, 0, 0.38); }

.stepper li.active a .label, .stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87); }

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .stepper-horizontal li {
    transition: 0.5s;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative; }
    .stepper-horizontal li a .label {
      margin-top: 0.63rem; }
    .stepper-horizontal li:not(:last-child):after {
      content: "";
      position: relative;
      flex: 1;
      margin: 0.5rem 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .stepper-horizontal li:not(:first-child):before {
      content: "";
      position: relative;
      flex: 1;
      margin: 0.5rem 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .stepper-horizontal li:hover {
      background: #ddd; }
  @media (max-width: 767px) {
    .stepper-horizontal {
      flex-direction: column; }
      .stepper-horizontal li {
        align-items: flex-start;
        flex-direction: column; }
        .stepper-horizontal li a .label {
          flex-flow: column nowrap;
          order: 2;
          margin-top: 0.2rem; }
        .stepper-horizontal li:not(:last-child):after {
          content: "";
          position: absolute;
          width: 1px;
          height: calc(100% - 40px);
          left: 2.19rem;
          top: 3.75rem; } }

.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .stepper-vertical li {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    position: relative; }
    .stepper-vertical li a {
      align-self: flex-start;
      display: flex;
      position: relative; }
      .stepper-vertical li a .circle {
        order: 1; }
      .stepper-vertical li a .label {
        flex-flow: column nowrap;
        order: 2;
        margin-top: 0.2rem; }
    .stepper-vertical li.completed a .label {
      font-weight: 500; }
    .stepper-vertical li .step-content {
      display: block;
      margin-top: 0;
      margin-left: 3.13rem;
      padding: 0.94rem; }
      .stepper-vertical li .step-content p {
        font-size: 0.88rem; }
    .stepper-vertical li:not(:last-child):after {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 40px);
      left: 2.19rem;
      top: 3.44rem;
      background-color: rgba(0, 0, 0, 0.1); }

.personal-sm a .fa {
  transition-duration: 0.2s; }
  .personal-sm a .fa:hover {
    transform: scale(1.2); }

.comments-list .avatar,
.reply-form .avatar {
  max-width: 100px; }

.comments-list .comment-date,
.reply-form .comment-date {
  color: #666; }

.toast-title {
  font-weight: 400; }

.toast-message {
  word-wrap: break-word; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  opacity: 0.95;
  filter: alpha(opacity=95); }

#toast-container > :hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.45s;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #00c851;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

.toast-error {
  background-color: #ff3547;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

.toast-info {
  background-color: #33b5e5;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

.toast-warning {
  background-color: #ffbb33;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.collapsible .active .rotate-icon {
  transform: rotate(180deg);
  transition: all 150ms ease-in 0s; }

.min-chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .min-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .min-chart .percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2; }
    .min-chart .percent:after {
      content: "%";
      margin-left: 0.1em;
      font-size: 0.8rem; }

.progress {
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #eee; }
  .progress .progress-bar {
    box-shadow: none;
    height: 4px;
    border-radius: 0;
    background-color: #0d47a1; }
  .progress .progress-bar-animated {
    transition: width 2s ease-in-out; }
  .progress .indeterminate {
    background-color: #90caf9; }
    .progress .indeterminate:before {
      content: "";
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: "";
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*********************
  CIRCLE
**********************/
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    animation: container-rotate 1568ms linear infinite; }
  .preloader-wrapper.crazy {
    animation-duration: 333ms; }
  .preloader-wrapper .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /**
         * Patch the gap that appear between the two adjacent div.circle-clipper while the
         * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
         */ }
    .preloader-wrapper .spinner-layer .gap-patch {
      position: absolute;
      top: 0;
      left: 45%;
      width: 10%;
      height: 100%;
      overflow: hidden;
      border-color: inherit; }
      .preloader-wrapper .spinner-layer .gap-patch .circle {
        width: 1000%;
        left: -450%; }
    .preloader-wrapper .spinner-layer .circle-clipper {
      display: inline-block;
      position: relative;
      width: 50%;
      height: 100%;
      overflow: hidden;
      border-color: inherit; }
      .preloader-wrapper .spinner-layer .circle-clipper .circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        /* STROKEWIDTH */
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        border-radius: 50%;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
      .preloader-wrapper .spinner-layer .circle-clipper.left .circle {
        left: 0;
        border-right-color: transparent !important;
        transform: rotate(129deg); }
      .preloader-wrapper .spinner-layer .circle-clipper.right .circle {
        left: -100%;
        border-left-color: transparent !important;
        transform: rotate(-129deg); }
  .preloader-wrapper .spinner-blue,
  .preloader-wrapper .spinner-blue-only {
    border-color: #4285f4; }
  .preloader-wrapper .spinner-red,
  .preloader-wrapper .spinner-red-only {
    border-color: #db4437; }
  .preloader-wrapper .spinner-yellow,
  .preloader-wrapper .spinner-yellow-only {
    border-color: #f4b400; }
  .preloader-wrapper .spinner-green,
  .preloader-wrapper .spinner-green-only {
    border-color: #0f9d58; }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-primary-color-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

#mdb-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 9998;
  /* makes sure it stays on top */
  height: 100%;
  width: 100%; }

.ps {
  touch-action: auto;
  overflow: hidden !important; }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    top: 0 !important; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px;
    z-index: 999; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }

.sn-bg-1 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav1.jpg); }

.sn-bg-2 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav2.jpg); }

.sn-bg-3 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav3.jpg); }

.sn-bg-4 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav4.jpg); }

.test-skin .gradient {
  background: #fff;
  background: linear-gradient(135deg, #fff 0%, #fff 100%); }

.test-skin .primary-color, .test-skin .stepper li.active a .circle, .stepper li.active a .test-skin .circle, .test-skin .stepper li.completed a .circle, .stepper li.completed a .test-skin .circle, .test-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .test-skin .ae-progress, .test-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .test-skin .ae-progress, .test-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .test-skin .ae-order-heading, .test-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .test-skin .ae-charge-heading, .test-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .test-skin .ae-invoice-heading {
  background-color: #fff !important; }

.test-skin .navbar, .test-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .test-skin .ae-locbar {
  background-color: #fff;
  color: #fff; }
  .test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .test-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .test-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .test-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .test-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .test-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .test-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #f2f2f2; }
  .test-skin .navbar.double-nav a, .test-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .test-skin .double-nav.ae-locbar a {
    color: #fff; }

.test-skin .page-footer {
  background-color: #fff; }

.test-skin .side-nav {
  background-color: #fff; }
  .test-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .test-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #d9d9d9; }
  .test-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .test-skin .side-nav .social a:hover .fa {
      color: #fff !important;
      transition: all 0.3s linear; }
  .test-skin .side-nav .collapsible li {
    background-color: transparent; }
    .test-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .test-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: #fff; }
      .test-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: #fff; }
    .test-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .test-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #fff; }
  .test-skin .side-nav .fa {
    color: #fff; }
  .test-skin .side-nav .sidenav-bg:after, .test-skin .side-nav .sidenav-bg.mask-strong:after {
    background: #fff; }
  .test-skin .side-nav .sidenav-bg.mask-light:after {
    background: #fff; }
  .test-skin .side-nav .sidenav-bg.mask-slight:after {
    background: #fff; }

.test-skin .btn-primary {
  background-color: #fff !important;
  color: #000 !important; }
  .test-skin .btn-primary:hover {
    background-color: white; }
  .test-skin .btn-primary:focus, .test-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .test-skin .btn-primary:focus, .test-skin .btn-primary:active, .test-skin .btn-primary.active {
    background-color: #cccccc; }
  .test-skin .btn-primary.dropdown-toggle {
    background-color: #fff !important; }
    .test-skin .btn-primary.dropdown-toggle:hover, .test-skin .btn-primary.dropdown-toggle:focus {
      background-color: white !important; }
  .test-skin .btn-primary:not([disabled]):not(.disabled):active, .test-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .test-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #cccccc !important; }
  .test-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .test-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.test-skin .primary-ic {
  color: #fff !important; }
  .test-skin .primary-ic:hover, .test-skin .primary-ic:focus {
    color: #fff; }

.test-skin .btn-secondary {
  background-color: #fff !important;
  color: #000 !important; }
  .test-skin .btn-secondary:hover {
    background-color: white; }
  .test-skin .btn-secondary:focus, .test-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .test-skin .btn-secondary:focus, .test-skin .btn-secondary:active, .test-skin .btn-secondary.active {
    background-color: #cccccc; }
  .test-skin .btn-secondary.dropdown-toggle {
    background-color: #fff !important; }
    .test-skin .btn-secondary.dropdown-toggle:hover, .test-skin .btn-secondary.dropdown-toggle:focus {
      background-color: white !important; }
  .test-skin .btn-secondary:not([disabled]):not(.disabled):active, .test-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .test-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #cccccc !important; }
  .test-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .test-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.test-skin .secondary-ic {
  color: #fff !important; }
  .test-skin .secondary-ic:hover, .test-skin .secondary-ic:focus {
    color: #fff; }

.test-skin .btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin button.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link {
  background-color: #fff !important;
  color: #000 !important; }
  .test-skin .btn-default:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .test-skin button.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:hover {
    background-color: white; }
  .test-skin .btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:focus, .test-skin .btn-default.focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.focus.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.focus.btn.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.focus.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.focus.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.focus.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.focus.btn.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.focus.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.focus.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin button.focus.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin a.focus.btn.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.focus.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.focus.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .test-skin .btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin button.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:focus, .test-skin .btn-default:active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:active, .test-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .test-skin button.btn-default:active, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:active, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:active, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:active, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:active, .test-skin .btn-default.active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.active.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.active.btn.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.active.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.active.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.active.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.active.btn.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.active.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.active.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin button.active.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin a.active.btn.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.active.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.active.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .active.fa-link {
    background-color: #cccccc; }
  .test-skin .btn-default.dropdown-toggle, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin button.dropdown-toggle.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn-default, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .dropdown-toggle.fa-link {
    background-color: #fff !important; }
    .test-skin .btn-default.dropdown-toggle:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:hover, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:hover, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .test-skin button.dropdown-toggle.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn-default:hover, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .dropdown-toggle.fa-link:hover, .test-skin .btn-default.dropdown-toggle:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:focus, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.dropdown-toggle.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin button.dropdown-toggle.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.dropdown-toggle.btn-default:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .dropdown-toggle.fa-link:focus {
      background-color: white !important; }
  .test-skin .btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled):active, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:not([disabled]):not(.disabled):active, .test-skin .btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin button.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled).active, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .test-skin .btn-default.dropdown-toggle,
  .show > .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default,
  .show > .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default,
  .show > .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .test-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #cccccc !important; }
  .test-skin .btn-default:not([disabled]):not(.disabled):active:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:not([disabled]):not(.disabled):active:focus, .test-skin .btn-default:not([disabled]):not(.disabled).active:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .test-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .test-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .test-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .test-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .test-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .test-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin button.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .test-skin a.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .test-skin a.dropdown-toggle.btn-default:focus,
  .show > .test-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .test-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.test-skin .default-ic {
  color: #fff !important; }
  .test-skin .default-ic:hover, .test-skin .default-ic:focus {
    color: #fff; }

.test-skin .card .btn-action, .test-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .test-skin .ae-order .btn-action, .test-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .test-skin .ae-charge .btn-action, .test-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .test-skin .ae-invoice .btn-action, .test-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .test-skin .ae-plan .btn-action {
  background: #fff; }
  .test-skin .card .btn-action:hover, .test-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .test-skin .ae-order .btn-action:hover, .test-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .test-skin .ae-charge .btn-action:hover, .test-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .test-skin .ae-invoice .btn-action:hover, .test-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .test-skin .ae-plan .btn-action:hover, .test-skin .card .btn-action:focus, .test-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .test-skin .ae-order .btn-action:focus, .test-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .test-skin .ae-charge .btn-action:focus, .test-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .test-skin .ae-invoice .btn-action:focus, .test-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .test-skin .ae-plan .btn-action:focus {
    background-color: white !important; }
  .test-skin .card .btn-action.active, .test-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .test-skin .ae-order .btn-action.active, .test-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .test-skin .ae-charge .btn-action.active, .test-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .test-skin .ae-invoice .btn-action.active, .test-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .test-skin .ae-plan .btn-action.active {
    background-color: #cccccc !important; }

.test-skin input[type="email"]:focus:not([readonly]),
.test-skin input[type="text"]:focus:not([readonly]),
.test-skin input[type="password"]:focus:not([readonly]),
.test-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff; }
  .test-skin input[type="email"]:focus:not([readonly]) + label,
  .test-skin input[type="text"]:focus:not([readonly]) + label,
  .test-skin input[type="password"]:focus:not([readonly]) + label,
  .test-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #fff; }

.test-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.test-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.test-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #fff;
  border-color: #fff; }

.test-skin .md-form .prefix.active, .test-skin .ae-search-input .prefix.active {
  color: #fff; }

.test-skin .dropdown-content li:not(.disabled) span {
  color: #fff; }

.test-skin .top-nav-collapse {
  background-color: #fff; }

.test-skin .carousel-multi-item .controls-top > a,
.test-skin .carousel-multi-item .carousel-indicators li,
.test-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #fff; }

.test-skin .form-header,
.test-skin .card-header {
  background-color: white; }

.test-skin .spinner-primary-color,
.test-skin .spinner-primary-color-only {
  border-color: #fff; }

.test-skin .pagination-primary-color .page-item.active .page-link,
.test-skin .pagination-primary-color .page-item.active .page-link:focus,
.test-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #fff; }

.test-skin .pagination-primary-color .page-link {
  color: #fff; }
  .test-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.white-skin .gradient {
  background: #ababab;
  background: linear-gradient(135deg, #ababab 0%, #fff 100%); }

.white-skin .primary-color, .white-skin .stepper li.active a .circle, .stepper li.active a .white-skin .circle, .white-skin .stepper li.completed a .circle, .stepper li.completed a .white-skin .circle, .white-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .white-skin .ae-progress, .white-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .white-skin .ae-progress, .white-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .white-skin .ae-order-heading, .white-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .white-skin .ae-charge-heading, .white-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .white-skin .ae-invoice-heading {
  background-color: #4285F4 !important; }

.white-skin .navbar, .white-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .white-skin .ae-locbar {
  background-color: #fff;
  color: #424242; }
  .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .white-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .white-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .white-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .white-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #2a75f3; }
  .white-skin .navbar .navbar-nav .nav-item a, .white-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item a, .ae-explorer .ae-explorer-main .white-skin .ae-locbar .navbar-nav .nav-item a {
    color: #424242; }
  .white-skin .navbar.double-nav a, .white-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .white-skin .double-nav.ae-locbar a {
    color: #424242; }

.white-skin .page-footer {
  background-color: #6f7178; }

.white-skin .side-nav {
  background-color: #F9F9F9; }
  .white-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .white-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #0d5bdd; }
  .white-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .white-skin .side-nav .social a .fa {
      color: #424242; }
    .white-skin .side-nav .social a:hover .fa {
      color: #4285F4 !important;
      transition: all 0.3s linear; }
  .white-skin .side-nav .search-form .md-form input, .white-skin .side-nav .search-form .ae-search-input input {
    color: #424242 !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .white-skin .side-nav .search-form .md-form input::placeholder, .white-skin .side-nav .search-form .ae-search-input input::placeholder {
      color: rgba(66, 66, 66, 0.5) !important; }
  .white-skin .side-nav .collapsible li {
    background-color: transparent; }
    .white-skin .side-nav .collapsible li a {
      font-weight: 400; }
    .white-skin .side-nav .collapsible li .collapsible-header {
      color: #424242;
      transition: all 0.3s linear; }
      .white-skin .side-nav .collapsible li .collapsible-header.active {
        color: #4285F4;
        background-color: transparent; }
      .white-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    .white-skin .side-nav .collapsible li .collapsible-body a {
      color: #424242; }
      .white-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #4285F4; }
  .white-skin .side-nav .fa {
    color: #424242; }
  .white-skin .side-nav .sidenav-bg:after, .white-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(255, 255, 255, 0.8); }
  .white-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(255, 255, 255, 0.65); }
  .white-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(255, 255, 255, 0.5); }

.white-skin .btn-primary {
  background-color: #4285F4 !important;
  color: #fff !important; }
  .white-skin .btn-primary:hover {
    background-color: #5a95f5; }
  .white-skin .btn-primary:focus, .white-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .white-skin .btn-primary:focus, .white-skin .btn-primary:active, .white-skin .btn-primary.active {
    background-color: #0b51c5; }
  .white-skin .btn-primary.dropdown-toggle {
    background-color: #4285F4 !important; }
    .white-skin .btn-primary.dropdown-toggle:hover, .white-skin .btn-primary.dropdown-toggle:focus {
      background-color: #5a95f5 !important; }
  .white-skin .btn-primary:not([disabled]):not(.disabled):active, .white-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .white-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0b51c5 !important; }
  .white-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .white-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.white-skin .primary-ic {
  color: #4285F4 !important; }
  .white-skin .primary-ic:hover, .white-skin .primary-ic:focus {
    color: #4285F4; }

.white-skin .btn-secondary {
  background-color: #fc685f !important;
  color: #fff !important; }
  .white-skin .btn-secondary:hover {
    background-color: #fc8078; }
  .white-skin .btn-secondary:focus, .white-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .white-skin .btn-secondary:focus, .white-skin .btn-secondary:active, .white-skin .btn-secondary.active {
    background-color: #f01205; }
  .white-skin .btn-secondary.dropdown-toggle {
    background-color: #fc685f !important; }
    .white-skin .btn-secondary.dropdown-toggle:hover, .white-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #fc8078 !important; }
  .white-skin .btn-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .white-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #f01205 !important; }
  .white-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .white-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.white-skin .secondary-ic {
  color: #fc685f !important; }
  .white-skin .secondary-ic:hover, .white-skin .secondary-ic:focus {
    color: #fc685f; }

.white-skin .btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin button.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link {
  background-color: #454545 !important;
  color: #fff !important; }
  .white-skin .btn-default:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .white-skin button.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:hover {
    background-color: #525252; }
  .white-skin .btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:focus, .white-skin .btn-default.focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.focus.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.focus.btn.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.focus.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.focus.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.focus.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.focus.btn.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.focus.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.focus.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin button.focus.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin a.focus.btn.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.focus.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.focus.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .white-skin .btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin button.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:focus, .white-skin .btn-default:active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:active, .white-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .white-skin button.btn-default:active, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:active, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:active, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:active, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:active, .white-skin .btn-default.active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.active.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.active.btn.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.active.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.active.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.active.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.active.btn.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.active.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.active.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin button.active.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin a.active.btn.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.active.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.active.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .active.fa-link {
    background-color: #121212; }
  .white-skin .btn-default.dropdown-toggle, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin button.dropdown-toggle.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn-default, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .dropdown-toggle.fa-link {
    background-color: #454545 !important; }
    .white-skin .btn-default.dropdown-toggle:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:hover, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:hover, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .white-skin button.dropdown-toggle.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn-default:hover, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .dropdown-toggle.fa-link:hover, .white-skin .btn-default.dropdown-toggle:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:focus, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.dropdown-toggle.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin button.dropdown-toggle.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.dropdown-toggle.btn-default:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .dropdown-toggle.fa-link:focus {
      background-color: #525252 !important; }
  .white-skin .btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled):active, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:not([disabled]):not(.disabled):active, .white-skin .btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin button.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled).active, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .white-skin .btn-default.dropdown-toggle,
  .show > .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default,
  .show > .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default,
  .show > .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .white-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #121212 !important; }
  .white-skin .btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:not([disabled]):not(.disabled):active:focus, .white-skin .btn-default:not([disabled]):not(.disabled).active:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .white-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .white-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .white-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .white-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .white-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .white-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin button.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .white-skin a.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .white-skin a.dropdown-toggle.btn-default:focus,
  .show > .white-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .white-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.white-skin .default-ic {
  color: #454545 !important; }
  .white-skin .default-ic:hover, .white-skin .default-ic:focus {
    color: #454545; }

.white-skin .card .btn-action, .white-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .white-skin .ae-order .btn-action, .white-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .white-skin .ae-charge .btn-action, .white-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .white-skin .ae-invoice .btn-action, .white-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .white-skin .ae-plan .btn-action {
  background: #454545; }
  .white-skin .card .btn-action:hover, .white-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .white-skin .ae-order .btn-action:hover, .white-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .white-skin .ae-charge .btn-action:hover, .white-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .white-skin .ae-invoice .btn-action:hover, .white-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .white-skin .ae-plan .btn-action:hover, .white-skin .card .btn-action:focus, .white-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .white-skin .ae-order .btn-action:focus, .white-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .white-skin .ae-charge .btn-action:focus, .white-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .white-skin .ae-invoice .btn-action:focus, .white-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .white-skin .ae-plan .btn-action:focus {
    background-color: #525252 !important; }
  .white-skin .card .btn-action.active, .white-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .white-skin .ae-order .btn-action.active, .white-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .white-skin .ae-charge .btn-action.active, .white-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .white-skin .ae-invoice .btn-action.active, .white-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .white-skin .ae-plan .btn-action.active {
    background-color: #121212 !important; }

.white-skin input[type="email"]:focus:not([readonly]),
.white-skin input[type="text"]:focus:not([readonly]),
.white-skin input[type="password"]:focus:not([readonly]),
.white-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285F4;
  box-shadow: 0 1px 0 0 #4285F4; }
  .white-skin input[type="email"]:focus:not([readonly]) + label,
  .white-skin input[type="text"]:focus:not([readonly]) + label,
  .white-skin input[type="password"]:focus:not([readonly]) + label,
  .white-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #4285F4; }

.white-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #4285F4;
  border-bottom: 2px solid #4285F4; }

.white-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.white-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #4285F4;
  border-color: #4285F4; }

.white-skin .md-form .prefix.active, .white-skin .ae-search-input .prefix.active {
  color: #4285F4; }

.white-skin .dropdown-content li:not(.disabled) span {
  color: #4285F4; }

.white-skin .top-nav-collapse {
  background-color: #fff; }

.white-skin .carousel-multi-item .controls-top > a,
.white-skin .carousel-multi-item .carousel-indicators li,
.white-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #4285F4; }

.white-skin .form-header,
.white-skin .card-header {
  background-color: #4c8bf5; }

.white-skin .spinner-primary-color,
.white-skin .spinner-primary-color-only {
  border-color: #4285F4; }

.white-skin .pagination-primary-color .page-item.active .page-link,
.white-skin .pagination-primary-color .page-item.active .page-link:focus,
.white-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4285F4; }

.white-skin .pagination-primary-color .page-link {
  color: #4285F4; }
  .white-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.black-skin .gradient {
  background: #000;
  background: linear-gradient(135deg, #000 0%, #616161 100%); }

.black-skin .primary-color, .black-skin .stepper li.active a .circle, .stepper li.active a .black-skin .circle, .black-skin .stepper li.completed a .circle, .stepper li.completed a .black-skin .circle, .black-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .black-skin .ae-progress, .black-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .black-skin .ae-progress, .black-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .black-skin .ae-order-heading, .black-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .black-skin .ae-charge-heading, .black-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .black-skin .ae-invoice-heading {
  background-color: #2AD1A3 !important; }

.black-skin .navbar, .black-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .black-skin .ae-locbar {
  background-color: #222;
  color: #fff; }
  .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .black-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .black-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .black-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .black-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .black-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .black-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #26bc92; }
  .black-skin .navbar.double-nav a, .black-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .black-skin .double-nav.ae-locbar a {
    color: #fff; }

.black-skin .page-footer {
  background-color: #222; }

.black-skin .side-nav {
  background-color: #222; }
  .black-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .black-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #1d9171; }
  .black-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .black-skin .side-nav .social a:hover .fa {
      color: #2AD1A3 !important;
      transition: all 0.3s linear; }
  .black-skin .side-nav .collapsible li {
    background-color: transparent; }
    .black-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .black-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: #2AD1A3; }
      .black-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: #2AD1A3; }
    .black-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .black-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #2AD1A3; }
  .black-skin .side-nav .fa {
    color: #fff; }
  .black-skin .side-nav .sidenav-bg:after, .black-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(0, 0, 0, 0.8); }
  .black-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(0, 0, 0, 0.65); }
  .black-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(0, 0, 0, 0.5); }

.black-skin .btn-primary {
  background-color: #2AD1A3 !important;
  color: #fff !important; }
  .black-skin .btn-primary:hover {
    background-color: #3dd8ad; }
  .black-skin .btn-primary:focus, .black-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .black-skin .btn-primary:focus, .black-skin .btn-primary:active, .black-skin .btn-primary.active {
    background-color: #197c61; }
  .black-skin .btn-primary.dropdown-toggle {
    background-color: #2AD1A3 !important; }
    .black-skin .btn-primary.dropdown-toggle:hover, .black-skin .btn-primary.dropdown-toggle:focus {
      background-color: #3dd8ad !important; }
  .black-skin .btn-primary:not([disabled]):not(.disabled):active, .black-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .black-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #197c61 !important; }
  .black-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .black-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.black-skin .primary-ic {
  color: #2AD1A3 !important; }
  .black-skin .primary-ic:hover, .black-skin .primary-ic:focus {
    color: #2AD1A3; }

.black-skin .btn-secondary {
  background-color: #0f478a !important;
  color: #fff !important; }
  .black-skin .btn-secondary:hover {
    background-color: #1253a1; }
  .black-skin .btn-secondary:focus, .black-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .black-skin .btn-secondary:focus, .black-skin .btn-secondary:active, .black-skin .btn-secondary.active {
    background-color: #05182e; }
  .black-skin .btn-secondary.dropdown-toggle {
    background-color: #0f478a !important; }
    .black-skin .btn-secondary.dropdown-toggle:hover, .black-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #1253a1 !important; }
  .black-skin .btn-secondary:not([disabled]):not(.disabled):active, .black-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .black-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #05182e !important; }
  .black-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .black-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.black-skin .secondary-ic {
  color: #0f478a !important; }
  .black-skin .secondary-ic:hover, .black-skin .secondary-ic:focus {
    color: #0f478a; }

.black-skin .btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin button.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link {
  background-color: #222222 !important;
  color: #fff !important; }
  .black-skin .btn-default:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .black-skin button.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:hover {
    background-color: #2f2f2f; }
  .black-skin .btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:focus, .black-skin .btn-default.focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.focus.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.focus.btn.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.focus.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.focus.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.focus.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.focus.btn.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.focus.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.focus.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin button.focus.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin a.focus.btn.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.focus.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.focus.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .black-skin .btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin button.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:focus, .black-skin .btn-default:active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:active, .black-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .black-skin button.btn-default:active, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:active, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:active, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:active, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:active, .black-skin .btn-default.active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.active.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.active.btn.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.active.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.active.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.active.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.active.btn.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.active.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.active.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin button.active.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin a.active.btn.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.active.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.active.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .active.fa-link {
    background-color: black; }
  .black-skin .btn-default.dropdown-toggle, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin button.dropdown-toggle.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn-default, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .dropdown-toggle.fa-link {
    background-color: #222222 !important; }
    .black-skin .btn-default.dropdown-toggle:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:hover, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:hover, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .black-skin button.dropdown-toggle.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn-default:hover, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .dropdown-toggle.fa-link:hover, .black-skin .btn-default.dropdown-toggle:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:focus, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.dropdown-toggle.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin button.dropdown-toggle.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.dropdown-toggle.btn-default:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .dropdown-toggle.fa-link:focus {
      background-color: #2f2f2f !important; }
  .black-skin .btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled):active, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:not([disabled]):not(.disabled):active, .black-skin .btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin button.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled).active, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .black-skin .btn-default.dropdown-toggle,
  .show > .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default,
  .show > .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default,
  .show > .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .black-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: black !important; }
  .black-skin .btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:not([disabled]):not(.disabled):active:focus, .black-skin .btn-default:not([disabled]):not(.disabled).active:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .black-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .black-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .black-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .black-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .black-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .black-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin button.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .black-skin a.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .black-skin a.dropdown-toggle.btn-default:focus,
  .show > .black-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .black-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.black-skin .default-ic {
  color: #222222 !important; }
  .black-skin .default-ic:hover, .black-skin .default-ic:focus {
    color: #222222; }

.black-skin .card .btn-action, .black-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .black-skin .ae-order .btn-action, .black-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .black-skin .ae-charge .btn-action, .black-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .black-skin .ae-invoice .btn-action, .black-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .black-skin .ae-plan .btn-action {
  background: #222222; }
  .black-skin .card .btn-action:hover, .black-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .black-skin .ae-order .btn-action:hover, .black-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .black-skin .ae-charge .btn-action:hover, .black-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .black-skin .ae-invoice .btn-action:hover, .black-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .black-skin .ae-plan .btn-action:hover, .black-skin .card .btn-action:focus, .black-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .black-skin .ae-order .btn-action:focus, .black-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .black-skin .ae-charge .btn-action:focus, .black-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .black-skin .ae-invoice .btn-action:focus, .black-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .black-skin .ae-plan .btn-action:focus {
    background-color: #2f2f2f !important; }
  .black-skin .card .btn-action.active, .black-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .black-skin .ae-order .btn-action.active, .black-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .black-skin .ae-charge .btn-action.active, .black-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .black-skin .ae-invoice .btn-action.active, .black-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .black-skin .ae-plan .btn-action.active {
    background-color: black !important; }

.black-skin input[type="email"]:focus:not([readonly]),
.black-skin input[type="text"]:focus:not([readonly]),
.black-skin input[type="password"]:focus:not([readonly]),
.black-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #2AD1A3;
  box-shadow: 0 1px 0 0 #2AD1A3; }
  .black-skin input[type="email"]:focus:not([readonly]) + label,
  .black-skin input[type="text"]:focus:not([readonly]) + label,
  .black-skin input[type="password"]:focus:not([readonly]) + label,
  .black-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #2AD1A3; }

.black-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #2AD1A3;
  border-bottom: 2px solid #2AD1A3; }

.black-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.black-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #2AD1A3;
  border-color: #2AD1A3; }

.black-skin .md-form .prefix.active, .black-skin .ae-search-input .prefix.active {
  color: #2AD1A3; }

.black-skin .dropdown-content li:not(.disabled) span {
  color: #2AD1A3; }

.black-skin .top-nav-collapse {
  background-color: #222; }

.black-skin .carousel-multi-item .controls-top > a,
.black-skin .carousel-multi-item .carousel-indicators li,
.black-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #2AD1A3; }

.black-skin .form-header,
.black-skin .card-header {
  background-color: #30d5a8; }

.black-skin .spinner-primary-color,
.black-skin .spinner-primary-color-only {
  border-color: #2AD1A3; }

.black-skin .pagination-primary-color .page-item.active .page-link,
.black-skin .pagination-primary-color .page-item.active .page-link:focus,
.black-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2AD1A3; }

.black-skin .pagination-primary-color .page-link {
  color: #2AD1A3; }
  .black-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.cyan-skin .gradient {
  background: #114861;
  background: linear-gradient(135deg, #114861 0%, #45b0c0 100%); }

.cyan-skin .primary-color, .cyan-skin .stepper li.active a .circle, .stepper li.active a .cyan-skin .circle, .cyan-skin .stepper li.completed a .circle, .stepper li.completed a .cyan-skin .circle, .cyan-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .cyan-skin .ae-progress, .cyan-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .cyan-skin .ae-progress, .cyan-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .cyan-skin .ae-order-heading, .cyan-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .cyan-skin .ae-charge-heading, .cyan-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .cyan-skin .ae-invoice-heading {
  background-color: #4fada7 !important; }

.cyan-skin .navbar, .cyan-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .cyan-skin .ae-locbar {
  background-color: #114861;
  color: #fff; }
  .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .cyan-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .cyan-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .cyan-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .cyan-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .cyan-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .cyan-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #eea82f; }
  .cyan-skin .navbar.double-nav a, .cyan-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .cyan-skin .double-nav.ae-locbar a {
    color: #fff; }

.cyan-skin .page-footer {
  background-color: #114861; }

.cyan-skin .side-nav {
  background-color: #24879d; }
  .cyan-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .cyan-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #d99012; }
  .cyan-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .cyan-skin .side-nav .social a:hover .fa {
      color: #f0b247 !important;
      transition: all 0.3s linear; }
  .cyan-skin .side-nav .collapsible li {
    background-color: transparent; }
    .cyan-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .cyan-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(29, 65, 82, 0.8); }
      .cyan-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(29, 65, 82, 0.8); }
    .cyan-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .cyan-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #ffa742; }
  .cyan-skin .side-nav .fa {
    color: #fff; }
  .cyan-skin .side-nav .sidenav-bg:after, .cyan-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(21, 78, 96, 0.8); }
  .cyan-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(21, 78, 96, 0.65); }
  .cyan-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(21, 78, 96, 0.5); }

.cyan-skin .btn-primary {
  background-color: #ffa742 !important;
  color: #fff !important; }
  .cyan-skin .btn-primary:hover {
    background-color: #ffb35c; }
  .cyan-skin .btn-primary:focus, .cyan-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .cyan-skin .btn-primary:focus, .cyan-skin .btn-primary:active, .cyan-skin .btn-primary.active {
    background-color: #db7500; }
  .cyan-skin .btn-primary.dropdown-toggle {
    background-color: #ffa742 !important; }
    .cyan-skin .btn-primary.dropdown-toggle:hover, .cyan-skin .btn-primary.dropdown-toggle:focus {
      background-color: #ffb35c !important; }
  .cyan-skin .btn-primary:not([disabled]):not(.disabled):active, .cyan-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .cyan-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #db7500 !important; }
  .cyan-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .cyan-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.cyan-skin .primary-ic {
  color: #ffa742 !important; }
  .cyan-skin .primary-ic:hover, .cyan-skin .primary-ic:focus {
    color: #ffa742; }

.cyan-skin .btn-secondary {
  background-color: #45b0c0 !important;
  color: #fff !important; }
  .cyan-skin .btn-secondary:hover {
    background-color: #58b8c6; }
  .cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary:active, .cyan-skin .btn-secondary.active {
    background-color: #286d77; }
  .cyan-skin .btn-secondary.dropdown-toggle {
    background-color: #45b0c0 !important; }
    .cyan-skin .btn-secondary.dropdown-toggle:hover, .cyan-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #58b8c6 !important; }
  .cyan-skin .btn-secondary:not([disabled]):not(.disabled):active, .cyan-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .cyan-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #286d77 !important; }
  .cyan-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .cyan-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.cyan-skin .secondary-ic {
  color: #45b0c0 !important; }
  .cyan-skin .secondary-ic:hover, .cyan-skin .secondary-ic:focus {
    color: #45b0c0; }

.cyan-skin .btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link {
  background-color: #114861 !important;
  color: #fff !important; }
  .cyan-skin .btn-default:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:hover {
    background-color: #155877; }
  .cyan-skin .btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:focus, .cyan-skin .btn-default.focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.focus.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.focus.btn.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.focus.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.focus.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.focus.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.focus.btn.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.focus.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.focus.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.focus.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.focus.btn.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.focus.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.focus.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .cyan-skin .btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:focus, .cyan-skin .btn-default:active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.btn-default:active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:active, .cyan-skin .btn-default.active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.active.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.active.btn.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.active.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.active.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.active.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.active.btn.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.active.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.active.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.active.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.active.btn.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.active.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.active.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .active.fa-link {
    background-color: #02080a; }
  .cyan-skin .btn-default.dropdown-toggle, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.dropdown-toggle.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn-default, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .dropdown-toggle.fa-link {
    background-color: #114861 !important; }
    .cyan-skin .btn-default.dropdown-toggle:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:hover, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:hover, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:hover, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .dropdown-toggle.fa-link:hover, .cyan-skin .btn-default.dropdown-toggle:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:focus, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin button.dropdown-toggle.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.dropdown-toggle.btn-default:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .dropdown-toggle.fa-link:focus {
      background-color: #155877 !important; }
  .cyan-skin .btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled):active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:not([disabled]):not(.disabled):active, .cyan-skin .btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin button.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled).active, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .cyan-skin .btn-default.dropdown-toggle,
  .show > .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default,
  .show > .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .cyan-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #02080a !important; }
  .cyan-skin .btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-default:not([disabled]):not(.disabled).active:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .cyan-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .cyan-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .cyan-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .cyan-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .cyan-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .cyan-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin button.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .cyan-skin a.dropdown-toggle.btn-default:focus,
  .show > .cyan-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .cyan-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.cyan-skin .default-ic {
  color: #114861 !important; }
  .cyan-skin .default-ic:hover, .cyan-skin .default-ic:focus {
    color: #114861; }

.cyan-skin .card .btn-action, .cyan-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .cyan-skin .ae-order .btn-action, .cyan-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .cyan-skin .ae-charge .btn-action, .cyan-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .cyan-skin .ae-invoice .btn-action, .cyan-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .cyan-skin .ae-plan .btn-action {
  background: #114861; }
  .cyan-skin .card .btn-action:hover, .cyan-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .cyan-skin .ae-order .btn-action:hover, .cyan-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .cyan-skin .ae-charge .btn-action:hover, .cyan-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .cyan-skin .ae-invoice .btn-action:hover, .cyan-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .cyan-skin .ae-plan .btn-action:hover, .cyan-skin .card .btn-action:focus, .cyan-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .cyan-skin .ae-order .btn-action:focus, .cyan-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .cyan-skin .ae-charge .btn-action:focus, .cyan-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .cyan-skin .ae-invoice .btn-action:focus, .cyan-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .cyan-skin .ae-plan .btn-action:focus {
    background-color: #155877 !important; }
  .cyan-skin .card .btn-action.active, .cyan-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .cyan-skin .ae-order .btn-action.active, .cyan-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .cyan-skin .ae-charge .btn-action.active, .cyan-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .cyan-skin .ae-invoice .btn-action.active, .cyan-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .cyan-skin .ae-plan .btn-action.active {
    background-color: #02080a !important; }

.cyan-skin input[type="email"]:focus:not([readonly]),
.cyan-skin input[type="text"]:focus:not([readonly]),
.cyan-skin input[type="password"]:focus:not([readonly]),
.cyan-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #f0b247;
  box-shadow: 0 1px 0 0 #f0b247; }
  .cyan-skin input[type="email"]:focus:not([readonly]) + label,
  .cyan-skin input[type="text"]:focus:not([readonly]) + label,
  .cyan-skin input[type="password"]:focus:not([readonly]) + label,
  .cyan-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #f0b247; }

.cyan-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #f0b247;
  border-bottom: 2px solid #f0b247; }

.cyan-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.cyan-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #f0b247;
  border-color: #f0b247; }

.cyan-skin .md-form .prefix.active, .cyan-skin .ae-search-input .prefix.active {
  color: #f0b247; }

.cyan-skin .dropdown-content li:not(.disabled) span {
  color: #f0b247; }

.cyan-skin .top-nav-collapse {
  background-color: #114861; }

.cyan-skin .carousel-multi-item .controls-top > a,
.cyan-skin .carousel-multi-item .carousel-indicators li,
.cyan-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #f0b247; }

.cyan-skin .form-header,
.cyan-skin .card-header {
  background-color: #f1b650; }

.cyan-skin .spinner-primary-color,
.cyan-skin .spinner-primary-color-only {
  border-color: #4fada7; }

.cyan-skin .pagination-primary-color .page-item.active .page-link,
.cyan-skin .pagination-primary-color .page-item.active .page-link:focus,
.cyan-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4fada7; }

.cyan-skin .pagination-primary-color .page-link {
  color: #4fada7; }
  .cyan-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.mdb-skin .gradient {
  background: #0e2135;
  background: linear-gradient(135deg, #0e2135 0%, #2c76b8 100%); }

.mdb-skin .primary-color, .mdb-skin .stepper li.active a .circle, .stepper li.active a .mdb-skin .circle, .mdb-skin .stepper li.completed a .circle, .stepper li.completed a .mdb-skin .circle, .mdb-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .mdb-skin .ae-progress, .mdb-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .mdb-skin .ae-progress, .mdb-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .mdb-skin .ae-order-heading, .mdb-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .mdb-skin .ae-charge-heading, .mdb-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .mdb-skin .ae-invoice-heading {
  background-color: #33b5e5 !important; }

.mdb-skin .navbar, .mdb-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .mdb-skin .ae-locbar {
  background-color: #243a51;
  color: #fff; }
  .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .mdb-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .mdb-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .mdb-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .mdb-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .mdb-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #1dade2; }
  .mdb-skin .navbar.double-nav a, .mdb-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .mdb-skin .double-nav.ae-locbar a {
    color: #fff; }

.mdb-skin .page-footer {
  background-color: #243a51; }

.mdb-skin .side-nav {
  background-color: #224562; }
  .mdb-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .mdb-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #178ab4; }
  .mdb-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .mdb-skin .side-nav .social a:hover .fa {
      color: #33b5e5 !important;
      transition: all 0.3s linear; }
  .mdb-skin .side-nav .collapsible li {
    background-color: transparent; }
    .mdb-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .mdb-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(72, 198, 255, 0.8); }
      .mdb-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(72, 198, 255, 0.8); }
    .mdb-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .mdb-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #67d5ff; }
  .mdb-skin .side-nav .fa {
    color: #fff; }
  .mdb-skin .side-nav .sidenav-bg:after, .mdb-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(13, 36, 60, 0.8); }
  .mdb-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(13, 36, 60, 0.65); }
  .mdb-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(13, 36, 60, 0.5); }

.mdb-skin .btn-primary {
  background-color: #33b5e5 !important;
  color: #fff !important; }
  .mdb-skin .btn-primary:hover {
    background-color: #4abde8; }
  .mdb-skin .btn-primary:focus, .mdb-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .mdb-skin .btn-primary:focus, .mdb-skin .btn-primary:active, .mdb-skin .btn-primary.active {
    background-color: #14799e; }
  .mdb-skin .btn-primary.dropdown-toggle {
    background-color: #33b5e5 !important; }
    .mdb-skin .btn-primary.dropdown-toggle:hover, .mdb-skin .btn-primary.dropdown-toggle:focus {
      background-color: #4abde8 !important; }
  .mdb-skin .btn-primary:not([disabled]):not(.disabled):active, .mdb-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .mdb-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #14799e !important; }
  .mdb-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .mdb-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.mdb-skin .primary-ic {
  color: #33b5e5 !important; }
  .mdb-skin .primary-ic:hover, .mdb-skin .primary-ic:focus {
    color: #33b5e5; }

.mdb-skin .btn-secondary {
  background-color: #0e3d67 !important;
  color: #fff !important; }
  .mdb-skin .btn-secondary:hover {
    background-color: #114a7d; }
  .mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary:active, .mdb-skin .btn-secondary.active {
    background-color: #02080d; }
  .mdb-skin .btn-secondary.dropdown-toggle {
    background-color: #0e3d67 !important; }
    .mdb-skin .btn-secondary.dropdown-toggle:hover, .mdb-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #114a7d !important; }
  .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active, .mdb-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .mdb-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #02080d !important; }
  .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .mdb-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.mdb-skin .secondary-ic {
  color: #0e3d67 !important; }
  .mdb-skin .secondary-ic:hover, .mdb-skin .secondary-ic:focus {
    color: #0e3d67; }

.mdb-skin .btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link {
  background-color: #1a6398 !important;
  color: #fff !important; }
  .mdb-skin .btn-default:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:hover {
    background-color: #1e71ae; }
  .mdb-skin .btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:focus, .mdb-skin .btn-default.focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.focus.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.focus.btn.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.focus.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.focus.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.focus.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.focus.btn.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.focus.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.focus.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.focus.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.focus.btn.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.focus.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.focus.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .mdb-skin .btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:focus, .mdb-skin .btn-default:active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.btn-default:active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:active, .mdb-skin .btn-default.active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.active.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.active.btn.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.active.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.active.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.active.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.active.btn.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.active.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.active.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.active.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.active.btn.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.active.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.active.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .active.fa-link {
    background-color: #0b2a41; }
  .mdb-skin .btn-default.dropdown-toggle, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.dropdown-toggle.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn-default, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .dropdown-toggle.fa-link {
    background-color: #1a6398 !important; }
    .mdb-skin .btn-default.dropdown-toggle:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:hover, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:hover, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:hover, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .dropdown-toggle.fa-link:hover, .mdb-skin .btn-default.dropdown-toggle:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:focus, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin button.dropdown-toggle.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.dropdown-toggle.btn-default:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .dropdown-toggle.fa-link:focus {
      background-color: #1e71ae !important; }
  .mdb-skin .btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled):active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:not([disabled]):not(.disabled):active, .mdb-skin .btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin button.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled).active, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .mdb-skin .btn-default.dropdown-toggle,
  .show > .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default,
  .show > .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .mdb-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0b2a41 !important; }
  .mdb-skin .btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .mdb-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .mdb-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .mdb-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .mdb-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .mdb-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .mdb-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin button.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .mdb-skin a.dropdown-toggle.btn-default:focus,
  .show > .mdb-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .mdb-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.mdb-skin .default-ic {
  color: #1a6398 !important; }
  .mdb-skin .default-ic:hover, .mdb-skin .default-ic:focus {
    color: #1a6398; }

.mdb-skin .card .btn-action, .mdb-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .mdb-skin .ae-order .btn-action, .mdb-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .mdb-skin .ae-charge .btn-action, .mdb-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .mdb-skin .ae-invoice .btn-action, .mdb-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .mdb-skin .ae-plan .btn-action {
  background: #1a6398; }
  .mdb-skin .card .btn-action:hover, .mdb-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .mdb-skin .ae-order .btn-action:hover, .mdb-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .mdb-skin .ae-charge .btn-action:hover, .mdb-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .mdb-skin .ae-invoice .btn-action:hover, .mdb-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .mdb-skin .ae-plan .btn-action:hover, .mdb-skin .card .btn-action:focus, .mdb-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .mdb-skin .ae-order .btn-action:focus, .mdb-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .mdb-skin .ae-charge .btn-action:focus, .mdb-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .mdb-skin .ae-invoice .btn-action:focus, .mdb-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .mdb-skin .ae-plan .btn-action:focus {
    background-color: #1e71ae !important; }
  .mdb-skin .card .btn-action.active, .mdb-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .mdb-skin .ae-order .btn-action.active, .mdb-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .mdb-skin .ae-charge .btn-action.active, .mdb-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .mdb-skin .ae-invoice .btn-action.active, .mdb-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .mdb-skin .ae-plan .btn-action.active {
    background-color: #0b2a41 !important; }

.mdb-skin input[type="email"]:focus:not([readonly]),
.mdb-skin input[type="text"]:focus:not([readonly]),
.mdb-skin input[type="password"]:focus:not([readonly]),
.mdb-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5; }
  .mdb-skin input[type="email"]:focus:not([readonly]) + label,
  .mdb-skin input[type="text"]:focus:not([readonly]) + label,
  .mdb-skin input[type="password"]:focus:not([readonly]) + label,
  .mdb-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #33b5e5; }

.mdb-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #33b5e5;
  border-bottom: 2px solid #33b5e5; }

.mdb-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.mdb-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #33b5e5;
  border-color: #33b5e5; }

.mdb-skin .md-form .prefix.active, .mdb-skin .ae-search-input .prefix.active {
  color: #33b5e5; }

.mdb-skin .dropdown-content li:not(.disabled) span {
  color: #33b5e5; }

.mdb-skin .top-nav-collapse {
  background-color: #243a51; }

.mdb-skin .carousel-multi-item .controls-top > a,
.mdb-skin .carousel-multi-item .carousel-indicators li,
.mdb-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #33b5e5; }

.mdb-skin .form-header,
.mdb-skin .card-header {
  background-color: #3cb8e6; }

.mdb-skin .spinner-primary-color,
.mdb-skin .spinner-primary-color-only {
  border-color: #33b5e5; }

.mdb-skin .pagination-primary-color .page-item.active .page-link,
.mdb-skin .pagination-primary-color .page-item.active .page-link:focus,
.mdb-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #33b5e5; }

.mdb-skin .pagination-primary-color .page-link {
  color: #33b5e5; }
  .mdb-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.deep-purple-skin .gradient {
  background: #2e1f49;
  background: linear-gradient(135deg, #2e1f49 0%, #a47fe3 100%); }

.deep-purple-skin .primary-color, .deep-purple-skin .stepper li.active a .circle, .stepper li.active a .deep-purple-skin .circle, .deep-purple-skin .stepper li.completed a .circle, .stepper li.completed a .deep-purple-skin .circle, .deep-purple-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .deep-purple-skin .ae-progress, .deep-purple-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .deep-purple-skin .ae-progress, .deep-purple-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .deep-purple-skin .ae-order-heading, .deep-purple-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .deep-purple-skin .ae-charge-heading, .deep-purple-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .deep-purple-skin .ae-invoice-heading {
  background-color: #d0637c !important; }

.deep-purple-skin .navbar, .deep-purple-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .deep-purple-skin .ae-locbar {
  background-color: #7f7e91;
  color: #fff; }
  .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .deep-purple-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .deep-purple-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .deep-purple-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .deep-purple-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .deep-purple-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .deep-purple-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #9d6eed; }
  .deep-purple-skin .navbar.double-nav a, .deep-purple-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .deep-purple-skin .double-nav.ae-locbar a {
    color: #fff; }

.deep-purple-skin .page-footer {
  background-color: #7f7e91; }

.deep-purple-skin .side-nav {
  background-color: #372e5f; }
  .deep-purple-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .deep-purple-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #7e41e8; }
  .deep-purple-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .deep-purple-skin .side-nav .social a:hover .fa {
      color: #ac85f0 !important;
      transition: all 0.3s linear; }
  .deep-purple-skin .side-nav .collapsible li {
    background-color: transparent; }
    .deep-purple-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .deep-purple-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(176, 139, 240, 0.5); }
      .deep-purple-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(176, 139, 240, 0.5); }
    .deep-purple-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .deep-purple-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #c9abfc; }
  .deep-purple-skin .side-nav .fa {
    color: #fff; }
  .deep-purple-skin .side-nav .sidenav-bg:after, .deep-purple-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(36, 9, 56, 0.88); }
  .deep-purple-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(36, 9, 56, 0.65); }
  .deep-purple-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(36, 9, 56, 0.5); }

.deep-purple-skin .btn-primary {
  background-color: #ac85f0 !important;
  color: #fff !important; }
  .deep-purple-skin .btn-primary:hover {
    background-color: #bb9cf3; }
  .deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary:active, .deep-purple-skin .btn-primary.active {
    background-color: #6e2ae5; }
  .deep-purple-skin .btn-primary.dropdown-toggle {
    background-color: #ac85f0 !important; }
    .deep-purple-skin .btn-primary.dropdown-toggle:hover, .deep-purple-skin .btn-primary.dropdown-toggle:focus {
      background-color: #bb9cf3 !important; }
  .deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .deep-purple-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #6e2ae5 !important; }
  .deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .deep-purple-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.deep-purple-skin .primary-ic {
  color: #ac85f0 !important; }
  .deep-purple-skin .primary-ic:hover, .deep-purple-skin .primary-ic:focus {
    color: #ac85f0; }

.deep-purple-skin .btn-secondary {
  background-color: #6e4ca3 !important;
  color: #fff !important; }
  .deep-purple-skin .btn-secondary:hover {
    background-color: #7a58b1; }
  .deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary:active, .deep-purple-skin .btn-secondary.active {
    background-color: #3f2c5d; }
  .deep-purple-skin .btn-secondary.dropdown-toggle {
    background-color: #6e4ca3 !important; }
    .deep-purple-skin .btn-secondary.dropdown-toggle:hover, .deep-purple-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #7a58b1 !important; }
  .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .deep-purple-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #3f2c5d !important; }
  .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .deep-purple-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.deep-purple-skin .secondary-ic {
  color: #6e4ca3 !important; }
  .deep-purple-skin .secondary-ic:hover, .deep-purple-skin .secondary-ic:focus {
    color: #6e4ca3; }

.deep-purple-skin .btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link {
  background-color: #372e5f !important;
  color: #fff !important; }
  .deep-purple-skin .btn-default:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:hover {
    background-color: #413670; }
  .deep-purple-skin .btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:focus, .deep-purple-skin .btn-default.focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.focus.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.focus.btn.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.focus.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.focus.btn.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.focus.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.focus.btn.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.focus.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .deep-purple-skin .btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:focus, .deep-purple-skin .btn-default:active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.btn-default:active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:active, .deep-purple-skin .btn-default.active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.active.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.active.btn.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.active.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.active.btn.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.active.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.active.btn.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.active.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .active.fa-link {
    background-color: #0f0d1a; }
  .deep-purple-skin .btn-default.dropdown-toggle, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .dropdown-toggle.fa-link {
    background-color: #372e5f !important; }
    .deep-purple-skin .btn-default.dropdown-toggle:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:hover, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:hover, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:hover, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .dropdown-toggle.fa-link:hover, .deep-purple-skin .btn-default.dropdown-toggle:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin button.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.dropdown-toggle.btn-default:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .dropdown-toggle.fa-link:focus {
      background-color: #413670 !important; }
  .deep-purple-skin .btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin button.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .deep-purple-skin .btn-default.dropdown-toggle,
  .show > .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default,
  .show > .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .deep-purple-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0f0d1a !important; }
  .deep-purple-skin .btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-default:not([disabled]):not(.disabled).active:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .deep-purple-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .deep-purple-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .deep-purple-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .deep-purple-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .deep-purple-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin button.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .deep-purple-skin a.dropdown-toggle.btn-default:focus,
  .show > .deep-purple-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .deep-purple-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.deep-purple-skin .default-ic {
  color: #372e5f !important; }
  .deep-purple-skin .default-ic:hover, .deep-purple-skin .default-ic:focus {
    color: #372e5f; }

.deep-purple-skin .card .btn-action, .deep-purple-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .deep-purple-skin .ae-order .btn-action, .deep-purple-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .deep-purple-skin .ae-charge .btn-action, .deep-purple-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .deep-purple-skin .ae-invoice .btn-action, .deep-purple-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .deep-purple-skin .ae-plan .btn-action {
  background: #372e5f; }
  .deep-purple-skin .card .btn-action:hover, .deep-purple-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .deep-purple-skin .ae-order .btn-action:hover, .deep-purple-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .deep-purple-skin .ae-charge .btn-action:hover, .deep-purple-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .deep-purple-skin .ae-invoice .btn-action:hover, .deep-purple-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .deep-purple-skin .ae-plan .btn-action:hover, .deep-purple-skin .card .btn-action:focus, .deep-purple-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .deep-purple-skin .ae-order .btn-action:focus, .deep-purple-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .deep-purple-skin .ae-charge .btn-action:focus, .deep-purple-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .deep-purple-skin .ae-invoice .btn-action:focus, .deep-purple-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .deep-purple-skin .ae-plan .btn-action:focus {
    background-color: #413670 !important; }
  .deep-purple-skin .card .btn-action.active, .deep-purple-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .deep-purple-skin .ae-order .btn-action.active, .deep-purple-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .deep-purple-skin .ae-charge .btn-action.active, .deep-purple-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .deep-purple-skin .ae-invoice .btn-action.active, .deep-purple-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .deep-purple-skin .ae-plan .btn-action.active {
    background-color: #0f0d1a !important; }

.deep-purple-skin input[type="email"]:focus:not([readonly]),
.deep-purple-skin input[type="text"]:focus:not([readonly]),
.deep-purple-skin input[type="password"]:focus:not([readonly]),
.deep-purple-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #ac85f0;
  box-shadow: 0 1px 0 0 #ac85f0; }
  .deep-purple-skin input[type="email"]:focus:not([readonly]) + label,
  .deep-purple-skin input[type="text"]:focus:not([readonly]) + label,
  .deep-purple-skin input[type="password"]:focus:not([readonly]) + label,
  .deep-purple-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #ac85f0; }

.deep-purple-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #ac85f0;
  border-bottom: 2px solid #ac85f0; }

.deep-purple-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.deep-purple-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #ac85f0;
  border-color: #ac85f0; }

.deep-purple-skin .md-form .prefix.active, .deep-purple-skin .ae-search-input .prefix.active {
  color: #ac85f0; }

.deep-purple-skin .dropdown-content li:not(.disabled) span {
  color: #ac85f0; }

.deep-purple-skin .top-nav-collapse {
  background-color: #7f7e91; }

.deep-purple-skin .carousel-multi-item .controls-top > a,
.deep-purple-skin .carousel-multi-item .carousel-indicators li,
.deep-purple-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #ac85f0; }

.deep-purple-skin .form-header,
.deep-purple-skin .card-header {
  background-color: #b28ef1; }

.deep-purple-skin .spinner-primary-color,
.deep-purple-skin .spinner-primary-color-only {
  border-color: #d0637c; }

.deep-purple-skin .pagination-primary-color .page-item.active .page-link,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:focus,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #d0637c; }

.deep-purple-skin .pagination-primary-color .page-link {
  color: #d0637c; }
  .deep-purple-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.navy-blue-skin .gradient {
  background: #222735;
  background: linear-gradient(135deg, #222735 0%, #4f68a6 100%); }

.navy-blue-skin .primary-color, .navy-blue-skin .stepper li.active a .circle, .stepper li.active a .navy-blue-skin .circle, .navy-blue-skin .stepper li.completed a .circle, .stepper li.completed a .navy-blue-skin .circle, .navy-blue-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .navy-blue-skin .ae-progress, .navy-blue-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .navy-blue-skin .ae-progress, .navy-blue-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .navy-blue-skin .ae-order-heading, .navy-blue-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .navy-blue-skin .ae-charge-heading, .navy-blue-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .navy-blue-skin .ae-invoice-heading {
  background-color: #309e9e !important; }

.navy-blue-skin .navbar, .navy-blue-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .navy-blue-skin .ae-locbar {
  background-color: #353b50;
  color: #fff; }
  .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .navy-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .navy-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .navy-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .navy-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .navy-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .navy-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #36b6b6; }
  .navy-blue-skin .navbar.double-nav a, .navy-blue-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .navy-blue-skin .double-nav.ae-locbar a {
    color: #fff; }

.navy-blue-skin .page-footer {
  background-color: #353b50; }

.navy-blue-skin .side-nav {
  background-color: #4c5678; }
  .navy-blue-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .navy-blue-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #2b8f8f; }
  .navy-blue-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .navy-blue-skin .side-nav .social a:hover .fa {
      color: #40c6c6 !important;
      transition: all 0.3s linear; }
  .navy-blue-skin .side-nav .collapsible li {
    background-color: transparent; }
    .navy-blue-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .navy-blue-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(37, 207, 207, 0.8); }
      .navy-blue-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(37, 207, 207, 0.8); }
    .navy-blue-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .navy-blue-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #40c6c6; }
  .navy-blue-skin .side-nav .fa {
    color: #fff; }
  .navy-blue-skin .side-nav .sidenav-bg:after, .navy-blue-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(14, 15, 32, 0.8); }
  .navy-blue-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(14, 15, 32, 0.65); }
  .navy-blue-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(14, 15, 32, 0.5); }

.navy-blue-skin .btn-primary {
  background-color: #40c6c6 !important;
  color: #fff !important; }
  .navy-blue-skin .btn-primary:hover {
    background-color: #54cccc; }
  .navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary:active, .navy-blue-skin .btn-primary.active {
    background-color: #257b7b; }
  .navy-blue-skin .btn-primary.dropdown-toggle {
    background-color: #40c6c6 !important; }
    .navy-blue-skin .btn-primary.dropdown-toggle:hover, .navy-blue-skin .btn-primary.dropdown-toggle:focus {
      background-color: #54cccc !important; }
  .navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .navy-blue-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #257b7b !important; }
  .navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .navy-blue-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.navy-blue-skin .primary-ic {
  color: #40c6c6 !important; }
  .navy-blue-skin .primary-ic:hover, .navy-blue-skin .primary-ic:focus {
    color: #40c6c6; }

.navy-blue-skin .btn-secondary {
  background-color: #7e51b4 !important;
  color: #fff !important; }
  .navy-blue-skin .btn-secondary:hover {
    background-color: #8b63bc; }
  .navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary:active, .navy-blue-skin .btn-secondary.active {
    background-color: #4d306f; }
  .navy-blue-skin .btn-secondary.dropdown-toggle {
    background-color: #7e51b4 !important; }
    .navy-blue-skin .btn-secondary.dropdown-toggle:hover, .navy-blue-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #8b63bc !important; }
  .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .navy-blue-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #4d306f !important; }
  .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .navy-blue-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.navy-blue-skin .secondary-ic {
  color: #7e51b4 !important; }
  .navy-blue-skin .secondary-ic:hover, .navy-blue-skin .secondary-ic:focus {
    color: #7e51b4; }

.navy-blue-skin .btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link {
  background-color: #293756 !important;
  color: #fff !important; }
  .navy-blue-skin .btn-default:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:hover {
    background-color: #314267; }
  .navy-blue-skin .btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:focus, .navy-blue-skin .btn-default.focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.focus.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.focus.btn.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.focus.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.focus.btn.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.focus.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.focus.btn.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.focus.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .navy-blue-skin .btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:focus, .navy-blue-skin .btn-default:active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.btn-default:active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:active, .navy-blue-skin .btn-default.active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.active.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.active.btn.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.active.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.active.btn.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.active.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.active.btn.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.active.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .active.fa-link {
    background-color: #080b11; }
  .navy-blue-skin .btn-default.dropdown-toggle, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .dropdown-toggle.fa-link {
    background-color: #293756 !important; }
    .navy-blue-skin .btn-default.dropdown-toggle:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:hover, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:hover, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:hover, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .dropdown-toggle.fa-link:hover, .navy-blue-skin .btn-default.dropdown-toggle:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin button.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.dropdown-toggle.btn-default:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .dropdown-toggle.fa-link:focus {
      background-color: #314267 !important; }
  .navy-blue-skin .btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin button.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .navy-blue-skin .btn-default.dropdown-toggle,
  .show > .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .navy-blue-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #080b11 !important; }
  .navy-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-default:not([disabled]):not(.disabled).active:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .navy-blue-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .navy-blue-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .navy-blue-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .navy-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .navy-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .navy-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .navy-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .navy-blue-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.navy-blue-skin .default-ic {
  color: #293756 !important; }
  .navy-blue-skin .default-ic:hover, .navy-blue-skin .default-ic:focus {
    color: #293756; }

.navy-blue-skin .card .btn-action, .navy-blue-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .navy-blue-skin .ae-order .btn-action, .navy-blue-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .navy-blue-skin .ae-charge .btn-action, .navy-blue-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .navy-blue-skin .ae-invoice .btn-action, .navy-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .navy-blue-skin .ae-plan .btn-action {
  background: #293756; }
  .navy-blue-skin .card .btn-action:hover, .navy-blue-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .navy-blue-skin .ae-order .btn-action:hover, .navy-blue-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .navy-blue-skin .ae-charge .btn-action:hover, .navy-blue-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .navy-blue-skin .ae-invoice .btn-action:hover, .navy-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .navy-blue-skin .ae-plan .btn-action:hover, .navy-blue-skin .card .btn-action:focus, .navy-blue-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .navy-blue-skin .ae-order .btn-action:focus, .navy-blue-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .navy-blue-skin .ae-charge .btn-action:focus, .navy-blue-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .navy-blue-skin .ae-invoice .btn-action:focus, .navy-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .navy-blue-skin .ae-plan .btn-action:focus {
    background-color: #314267 !important; }
  .navy-blue-skin .card .btn-action.active, .navy-blue-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .navy-blue-skin .ae-order .btn-action.active, .navy-blue-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .navy-blue-skin .ae-charge .btn-action.active, .navy-blue-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .navy-blue-skin .ae-invoice .btn-action.active, .navy-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .navy-blue-skin .ae-plan .btn-action.active {
    background-color: #080b11 !important; }

.navy-blue-skin input[type="email"]:focus:not([readonly]),
.navy-blue-skin input[type="text"]:focus:not([readonly]),
.navy-blue-skin input[type="password"]:focus:not([readonly]),
.navy-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #40c6c6;
  box-shadow: 0 1px 0 0 #40c6c6; }
  .navy-blue-skin input[type="email"]:focus:not([readonly]) + label,
  .navy-blue-skin input[type="text"]:focus:not([readonly]) + label,
  .navy-blue-skin input[type="password"]:focus:not([readonly]) + label,
  .navy-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #40c6c6; }

.navy-blue-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #40c6c6;
  border-bottom: 2px solid #40c6c6; }

.navy-blue-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.navy-blue-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #40c6c6;
  border-color: #40c6c6; }

.navy-blue-skin .md-form .prefix.active, .navy-blue-skin .ae-search-input .prefix.active {
  color: #40c6c6; }

.navy-blue-skin .dropdown-content li:not(.disabled) span {
  color: #40c6c6; }

.navy-blue-skin .top-nav-collapse {
  background-color: #353b50; }

.navy-blue-skin .carousel-multi-item .controls-top > a,
.navy-blue-skin .carousel-multi-item .carousel-indicators li,
.navy-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #40c6c6; }

.navy-blue-skin .form-header,
.navy-blue-skin .card-header {
  background-color: #48c8c8; }

.navy-blue-skin .spinner-primary-color,
.navy-blue-skin .spinner-primary-color-only {
  border-color: #309e9e; }

.navy-blue-skin .pagination-primary-color .page-item.active .page-link,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #309e9e; }

.navy-blue-skin .pagination-primary-color .page-link {
  color: #309e9e; }
  .navy-blue-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.pink-skin .gradient {
  background: #812b5a;
  background: linear-gradient(135deg, #812b5a 0%, #f28cc0 100%); }

.pink-skin .primary-color, .pink-skin .stepper li.active a .circle, .stepper li.active a .pink-skin .circle, .pink-skin .stepper li.completed a .circle, .stepper li.completed a .pink-skin .circle, .pink-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .pink-skin .ae-progress, .pink-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .pink-skin .ae-progress, .pink-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .pink-skin .ae-order-heading, .pink-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .pink-skin .ae-charge-heading, .pink-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .pink-skin .ae-invoice-heading {
  background-color: #bd5d70 !important; }

.pink-skin .navbar, .pink-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .pink-skin .ae-locbar {
  background-color: #535466;
  color: #fff; }
  .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .pink-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .pink-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .pink-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .pink-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .pink-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .pink-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #9192a2; }
  .pink-skin .navbar.double-nav a, .pink-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .pink-skin .double-nav.ae-locbar a {
    color: #fff; }

.pink-skin .page-footer {
  background-color: #535466; }

.pink-skin .side-nav {
  background-color: #aa5077; }
  .pink-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .pink-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #76778b; }
  .pink-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .pink-skin .side-nav .social a:hover .fa {
      color: #9fa0ae !important;
      transition: all 0.3s linear; }
  .pink-skin .side-nav .collapsible li {
    background-color: transparent; }
    .pink-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .pink-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(0, 0, 0, 0.4); }
      .pink-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.4); }
    .pink-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .pink-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #ffb0e6; }
  .pink-skin .side-nav .fa {
    color: #fff; }
  .pink-skin .side-nav .sidenav-bg:after, .pink-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(152, 47, 88, 0.8); }
  .pink-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(152, 47, 88, 0.65); }
  .pink-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(152, 47, 88, 0.5); }

.pink-skin .btn-primary {
  background-color: #601f39 !important;
  color: #fff !important; }
  .pink-skin .btn-primary:hover {
    background-color: #732544; }
  .pink-skin .btn-primary:focus, .pink-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .pink-skin .btn-primary:focus, .pink-skin .btn-primary:active, .pink-skin .btn-primary.active {
    background-color: #13060b; }
  .pink-skin .btn-primary.dropdown-toggle {
    background-color: #601f39 !important; }
    .pink-skin .btn-primary.dropdown-toggle:hover, .pink-skin .btn-primary.dropdown-toggle:focus {
      background-color: #732544 !important; }
  .pink-skin .btn-primary:not([disabled]):not(.disabled):active, .pink-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .pink-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #13060b !important; }
  .pink-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .pink-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pink-skin .primary-ic {
  color: #601f39 !important; }
  .pink-skin .primary-ic:hover, .pink-skin .primary-ic:focus {
    color: #601f39; }

.pink-skin .btn-secondary {
  background-color: #e7649d !important;
  color: #fff !important; }
  .pink-skin .btn-secondary:hover {
    background-color: #ea7aab; }
  .pink-skin .btn-secondary:focus, .pink-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .pink-skin .btn-secondary:focus, .pink-skin .btn-secondary:active, .pink-skin .btn-secondary.active {
    background-color: #c61f68; }
  .pink-skin .btn-secondary.dropdown-toggle {
    background-color: #e7649d !important; }
    .pink-skin .btn-secondary.dropdown-toggle:hover, .pink-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #ea7aab !important; }
  .pink-skin .btn-secondary:not([disabled]):not(.disabled):active, .pink-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .pink-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #c61f68 !important; }
  .pink-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .pink-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pink-skin .secondary-ic {
  color: #e7649d !important; }
  .pink-skin .secondary-ic:hover, .pink-skin .secondary-ic:focus {
    color: #e7649d; }

.pink-skin .btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link {
  background-color: #535466 !important;
  color: #fff !important; }
  .pink-skin .btn-default:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:hover {
    background-color: #5e6074; }
  .pink-skin .btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:focus, .pink-skin .btn-default.focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.focus.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.focus.btn.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.focus.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.focus.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.focus.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.focus.btn.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.focus.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.focus.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.focus.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.focus.btn.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.focus.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.focus.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .pink-skin .btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:focus, .pink-skin .btn-default:active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:active, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.btn-default:active, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:active, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:active, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:active, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:active, .pink-skin .btn-default.active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.active.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.active.btn.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.active.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.active.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.active.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.active.btn.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.active.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.active.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.active.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.active.btn.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.active.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.active.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .active.fa-link {
    background-color: #25262e; }
  .pink-skin .btn-default.dropdown-toggle, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.dropdown-toggle.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn-default, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .dropdown-toggle.fa-link {
    background-color: #535466 !important; }
    .pink-skin .btn-default.dropdown-toggle:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:hover, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:hover, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.dropdown-toggle.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn-default:hover, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .dropdown-toggle.fa-link:hover, .pink-skin .btn-default.dropdown-toggle:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:focus, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.dropdown-toggle.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin button.dropdown-toggle.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.dropdown-toggle.btn-default:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .dropdown-toggle.fa-link:focus {
      background-color: #5e6074 !important; }
  .pink-skin .btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled):active, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:not([disabled]):not(.disabled):active, .pink-skin .btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin button.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled).active, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .pink-skin .btn-default.dropdown-toggle,
  .show > .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default,
  .show > .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .pink-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #25262e !important; }
  .pink-skin .btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-default:not([disabled]):not(.disabled).active:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .pink-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .pink-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .pink-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .pink-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .pink-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .pink-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin button.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .pink-skin a.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .pink-skin a.dropdown-toggle.btn-default:focus,
  .show > .pink-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .pink-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pink-skin .default-ic {
  color: #535466 !important; }
  .pink-skin .default-ic:hover, .pink-skin .default-ic:focus {
    color: #535466; }

.pink-skin .card .btn-action, .pink-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .pink-skin .ae-order .btn-action, .pink-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .pink-skin .ae-charge .btn-action, .pink-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .pink-skin .ae-invoice .btn-action, .pink-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .pink-skin .ae-plan .btn-action {
  background: #535466; }
  .pink-skin .card .btn-action:hover, .pink-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .pink-skin .ae-order .btn-action:hover, .pink-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .pink-skin .ae-charge .btn-action:hover, .pink-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .pink-skin .ae-invoice .btn-action:hover, .pink-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .pink-skin .ae-plan .btn-action:hover, .pink-skin .card .btn-action:focus, .pink-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .pink-skin .ae-order .btn-action:focus, .pink-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .pink-skin .ae-charge .btn-action:focus, .pink-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .pink-skin .ae-invoice .btn-action:focus, .pink-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .pink-skin .ae-plan .btn-action:focus {
    background-color: #5e6074 !important; }
  .pink-skin .card .btn-action.active, .pink-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .pink-skin .ae-order .btn-action.active, .pink-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .pink-skin .ae-charge .btn-action.active, .pink-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .pink-skin .ae-invoice .btn-action.active, .pink-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .pink-skin .ae-plan .btn-action.active {
    background-color: #25262e !important; }

.pink-skin input[type="email"]:focus:not([readonly]),
.pink-skin input[type="text"]:focus:not([readonly]),
.pink-skin input[type="password"]:focus:not([readonly]),
.pink-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #9fa0ae;
  box-shadow: 0 1px 0 0 #9fa0ae; }
  .pink-skin input[type="email"]:focus:not([readonly]) + label,
  .pink-skin input[type="text"]:focus:not([readonly]) + label,
  .pink-skin input[type="password"]:focus:not([readonly]) + label,
  .pink-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #9fa0ae; }

.pink-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #9fa0ae;
  border-bottom: 2px solid #9fa0ae; }

.pink-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.pink-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #9fa0ae;
  border-color: #9fa0ae; }

.pink-skin .md-form .prefix.active, .pink-skin .ae-search-input .prefix.active {
  color: #9fa0ae; }

.pink-skin .dropdown-content li:not(.disabled) span {
  color: #9fa0ae; }

.pink-skin .top-nav-collapse {
  background-color: #535466; }

.pink-skin .carousel-multi-item .controls-top > a,
.pink-skin .carousel-multi-item .carousel-indicators li,
.pink-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #9fa0ae; }

.pink-skin .form-header,
.pink-skin .card-header {
  background-color: #a5a5b3; }

.pink-skin .spinner-primary-color,
.pink-skin .spinner-primary-color-only {
  border-color: #bd5d70; }

.pink-skin .pagination-primary-color .page-item.active .page-link,
.pink-skin .pagination-primary-color .page-item.active .page-link:focus,
.pink-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #bd5d70; }

.pink-skin .pagination-primary-color .page-link {
  color: #bd5d70; }
  .pink-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.indigo-skin .gradient {
  background: #272d6e;
  background: linear-gradient(135deg, #272d6e 0%, #90a8ff 100%); }

.indigo-skin .primary-color, .indigo-skin .stepper li.active a .circle, .stepper li.active a .indigo-skin .circle, .indigo-skin .stepper li.completed a .circle, .stepper li.completed a .indigo-skin .circle, .indigo-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .indigo-skin .ae-progress, .indigo-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .indigo-skin .ae-progress, .indigo-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .indigo-skin .ae-order-heading, .indigo-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .indigo-skin .ae-charge-heading, .indigo-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .indigo-skin .ae-invoice-heading {
  background-color: #7f82c5 !important; }

.indigo-skin .navbar, .indigo-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .indigo-skin .ae-locbar {
  background-color: #9095aa;
  color: #fff; }
  .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .indigo-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .indigo-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .indigo-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .indigo-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .indigo-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .indigo-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #fd4d79; }
  .indigo-skin .navbar.double-nav a, .indigo-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .indigo-skin .double-nav.ae-locbar a {
    color: #fff; }

.indigo-skin .page-footer {
  background-color: #9095aa; }

.indigo-skin .side-nav {
  background-color: #404f9f; }
  .indigo-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .indigo-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #fc1a53; }
  .indigo-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .indigo-skin .side-nav .social a:hover .fa {
      color: #fd668c !important;
      transition: all 0.3s linear; }
  .indigo-skin .side-nav .collapsible li {
    background-color: transparent; }
    .indigo-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .indigo-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(250, 80, 121, 0.8); }
      .indigo-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(250, 80, 121, 0.8); }
    .indigo-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .indigo-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #ff89ac; }
  .indigo-skin .side-nav .fa {
    color: #fff; }
  .indigo-skin .side-nav .sidenav-bg:after, .indigo-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(35, 65, 134, 0.8); }
  .indigo-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(35, 65, 134, 0.65); }
  .indigo-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(35, 65, 134, 0.5); }

.indigo-skin .btn-primary {
  background-color: #fd668c !important;
  color: #fff !important; }
  .indigo-skin .btn-primary:hover {
    background-color: #fd7f9f; }
  .indigo-skin .btn-primary:focus, .indigo-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .indigo-skin .btn-primary:focus, .indigo-skin .btn-primary:active, .indigo-skin .btn-primary.active {
    background-color: #fa0341; }
  .indigo-skin .btn-primary.dropdown-toggle {
    background-color: #fd668c !important; }
    .indigo-skin .btn-primary.dropdown-toggle:hover, .indigo-skin .btn-primary.dropdown-toggle:focus {
      background-color: #fd7f9f !important; }
  .indigo-skin .btn-primary:not([disabled]):not(.disabled):active, .indigo-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .indigo-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #fa0341 !important; }
  .indigo-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .indigo-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.indigo-skin .primary-ic {
  color: #fd668c !important; }
  .indigo-skin .primary-ic:hover, .indigo-skin .primary-ic:focus {
    color: #fd668c; }

.indigo-skin .btn-secondary {
  background-color: #3c61ae !important;
  color: #fff !important; }
  .indigo-skin .btn-secondary:hover {
    background-color: #456cbf; }
  .indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary:active, .indigo-skin .btn-secondary.active {
    background-color: #223762; }
  .indigo-skin .btn-secondary.dropdown-toggle {
    background-color: #3c61ae !important; }
    .indigo-skin .btn-secondary.dropdown-toggle:hover, .indigo-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #456cbf !important; }
  .indigo-skin .btn-secondary:not([disabled]):not(.disabled):active, .indigo-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .indigo-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #223762 !important; }
  .indigo-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .indigo-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.indigo-skin .secondary-ic {
  color: #3c61ae !important; }
  .indigo-skin .secondary-ic:hover, .indigo-skin .secondary-ic:focus {
    color: #3c61ae; }

.indigo-skin .btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link {
  background-color: #9095aa !important;
  color: #fff !important; }
  .indigo-skin .btn-default:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:hover {
    background-color: #9ea3b5; }
  .indigo-skin .btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:focus, .indigo-skin .btn-default.focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.focus.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.focus.btn.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.focus.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.focus.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.focus.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.focus.btn.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.focus.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.focus.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.focus.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.focus.btn.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.focus.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.focus.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .indigo-skin .btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:focus, .indigo-skin .btn-default:active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.btn-default:active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:active, .indigo-skin .btn-default.active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.active.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.active.btn.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.active.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.active.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.active.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.active.btn.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.active.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.active.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.active.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.active.btn.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.active.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.active.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .active.fa-link {
    background-color: #5c6178; }
  .indigo-skin .btn-default.dropdown-toggle, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.dropdown-toggle.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn-default, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .dropdown-toggle.fa-link {
    background-color: #9095aa !important; }
    .indigo-skin .btn-default.dropdown-toggle:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:hover, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:hover, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:hover, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .dropdown-toggle.fa-link:hover, .indigo-skin .btn-default.dropdown-toggle:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:focus, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin button.dropdown-toggle.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.dropdown-toggle.btn-default:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .dropdown-toggle.fa-link:focus {
      background-color: #9ea3b5 !important; }
  .indigo-skin .btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled):active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:not([disabled]):not(.disabled):active, .indigo-skin .btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin button.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled).active, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .indigo-skin .btn-default.dropdown-toggle,
  .show > .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default,
  .show > .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .indigo-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #5c6178 !important; }
  .indigo-skin .btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-default:not([disabled]):not(.disabled).active:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .indigo-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .indigo-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .indigo-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .indigo-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .indigo-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .indigo-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin button.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .indigo-skin a.dropdown-toggle.btn-default:focus,
  .show > .indigo-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .indigo-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.indigo-skin .default-ic {
  color: #9095aa !important; }
  .indigo-skin .default-ic:hover, .indigo-skin .default-ic:focus {
    color: #9095aa; }

.indigo-skin .card .btn-action, .indigo-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .indigo-skin .ae-order .btn-action, .indigo-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .indigo-skin .ae-charge .btn-action, .indigo-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .indigo-skin .ae-invoice .btn-action, .indigo-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .indigo-skin .ae-plan .btn-action {
  background: #9095aa; }
  .indigo-skin .card .btn-action:hover, .indigo-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .indigo-skin .ae-order .btn-action:hover, .indigo-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .indigo-skin .ae-charge .btn-action:hover, .indigo-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .indigo-skin .ae-invoice .btn-action:hover, .indigo-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .indigo-skin .ae-plan .btn-action:hover, .indigo-skin .card .btn-action:focus, .indigo-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .indigo-skin .ae-order .btn-action:focus, .indigo-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .indigo-skin .ae-charge .btn-action:focus, .indigo-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .indigo-skin .ae-invoice .btn-action:focus, .indigo-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .indigo-skin .ae-plan .btn-action:focus {
    background-color: #9ea3b5 !important; }
  .indigo-skin .card .btn-action.active, .indigo-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .indigo-skin .ae-order .btn-action.active, .indigo-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .indigo-skin .ae-charge .btn-action.active, .indigo-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .indigo-skin .ae-invoice .btn-action.active, .indigo-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .indigo-skin .ae-plan .btn-action.active {
    background-color: #5c6178 !important; }

.indigo-skin input[type="email"]:focus:not([readonly]),
.indigo-skin input[type="text"]:focus:not([readonly]),
.indigo-skin input[type="password"]:focus:not([readonly]),
.indigo-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fd668c;
  box-shadow: 0 1px 0 0 #fd668c; }
  .indigo-skin input[type="email"]:focus:not([readonly]) + label,
  .indigo-skin input[type="text"]:focus:not([readonly]) + label,
  .indigo-skin input[type="password"]:focus:not([readonly]) + label,
  .indigo-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #fd668c; }

.indigo-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #fd668c;
  border-bottom: 2px solid #fd668c; }

.indigo-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.indigo-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #fd668c;
  border-color: #fd668c; }

.indigo-skin .md-form .prefix.active, .indigo-skin .ae-search-input .prefix.active {
  color: #fd668c; }

.indigo-skin .dropdown-content li:not(.disabled) span {
  color: #fd668c; }

.indigo-skin .top-nav-collapse {
  background-color: #9095aa; }

.indigo-skin .carousel-multi-item .controls-top > a,
.indigo-skin .carousel-multi-item .carousel-indicators li,
.indigo-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #fd668c; }

.indigo-skin .form-header,
.indigo-skin .card-header {
  background-color: #fd7094; }

.indigo-skin .spinner-primary-color,
.indigo-skin .spinner-primary-color-only {
  border-color: #7f82c5; }

.indigo-skin .pagination-primary-color .page-item.active .page-link,
.indigo-skin .pagination-primary-color .page-item.active .page-link:focus,
.indigo-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #7f82c5; }

.indigo-skin .pagination-primary-color .page-link {
  color: #7f82c5; }
  .indigo-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.light-blue-skin .gradient {
  background: #69adf4;
  background: linear-gradient(135deg, #69adf4 0%, #69adf4 100%); }

.light-blue-skin .primary-color, .light-blue-skin .stepper li.active a .circle, .stepper li.active a .light-blue-skin .circle, .light-blue-skin .stepper li.completed a .circle, .stepper li.completed a .light-blue-skin .circle, .light-blue-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .light-blue-skin .ae-progress, .light-blue-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .light-blue-skin .ae-progress, .light-blue-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .light-blue-skin .ae-order-heading, .light-blue-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .light-blue-skin .ae-charge-heading, .light-blue-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .light-blue-skin .ae-invoice-heading {
  background-color: #3d799c !important; }

.light-blue-skin .navbar, .light-blue-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .light-blue-skin .ae-locbar {
  background-color: #3f5c80;
  color: #fff; }
  .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .light-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .light-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .light-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .light-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .light-blue-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .light-blue-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #a5b6be; }
  .light-blue-skin .navbar.double-nav a, .light-blue-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .light-blue-skin .double-nav.ae-locbar a {
    color: #fff; }

.light-blue-skin .page-footer {
  background-color: #3f5c80; }

.light-blue-skin .side-nav {
  background-color: #6a9ed3; }
  .light-blue-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .light-blue-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #889ea9; }
  .light-blue-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .light-blue-skin .side-nav .social a:hover .fa {
      color: #b4c2c9 !important;
      transition: all 0.3s linear; }
  .light-blue-skin .side-nav .collapsible li {
    background-color: transparent; }
    .light-blue-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .light-blue-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(29, 54, 86, 0.6); }
      .light-blue-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(29, 54, 86, 0.6); }
    .light-blue-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .light-blue-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #aadeff; }
  .light-blue-skin .side-nav .fa {
    color: #fff; }
  .light-blue-skin .side-nav .sidenav-bg:after, .light-blue-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(87, 134, 180, 0.8); }
  .light-blue-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(87, 134, 180, 0.65); }
  .light-blue-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(87, 134, 180, 0.5); }

.light-blue-skin .btn-primary {
  background-color: #ff4a67 !important;
  color: #fff !important; }
  .light-blue-skin .btn-primary:hover {
    background-color: #ff647c; }
  .light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary:active, .light-blue-skin .btn-primary.active {
    background-color: #e30024; }
  .light-blue-skin .btn-primary.dropdown-toggle {
    background-color: #ff4a67 !important; }
    .light-blue-skin .btn-primary.dropdown-toggle:hover, .light-blue-skin .btn-primary.dropdown-toggle:focus {
      background-color: #ff647c !important; }
  .light-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .light-blue-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #e30024 !important; }
  .light-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .light-blue-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-blue-skin .primary-ic {
  color: #ff4a67 !important; }
  .light-blue-skin .primary-ic:hover, .light-blue-skin .primary-ic:focus {
    color: #ff4a67; }

.light-blue-skin .btn-secondary {
  background-color: #64c3f0 !important;
  color: #fff !important; }
  .light-blue-skin .btn-secondary:hover {
    background-color: #7bccf2; }
  .light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary:active, .light-blue-skin .btn-secondary.active {
    background-color: #159ad9; }
  .light-blue-skin .btn-secondary.dropdown-toggle {
    background-color: #64c3f0 !important; }
    .light-blue-skin .btn-secondary.dropdown-toggle:hover, .light-blue-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #7bccf2 !important; }
  .light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .light-blue-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #159ad9 !important; }
  .light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .light-blue-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-blue-skin .secondary-ic {
  color: #64c3f0 !important; }
  .light-blue-skin .secondary-ic:hover, .light-blue-skin .secondary-ic:focus {
    color: #64c3f0; }

.light-blue-skin .btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link {
  background-color: #2d486a !important;
  color: #fff !important; }
  .light-blue-skin .btn-default:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:hover {
    background-color: #35547c; }
  .light-blue-skin .btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:focus, .light-blue-skin .btn-default.focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.focus.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.focus.btn.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.focus.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.focus.btn.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.focus.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.focus.btn.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.focus.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .light-blue-skin .btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:focus, .light-blue-skin .btn-default:active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.btn-default:active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:active, .light-blue-skin .btn-default.active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.active.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.active.btn.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.active.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.active.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.active.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.active.btn.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.active.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.active.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.active.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.active.btn.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.active.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.active.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .active.fa-link {
    background-color: #0f1722; }
  .light-blue-skin .btn-default.dropdown-toggle, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .dropdown-toggle.fa-link {
    background-color: #2d486a !important; }
    .light-blue-skin .btn-default.dropdown-toggle:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:hover, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:hover, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:hover, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .dropdown-toggle.fa-link:hover, .light-blue-skin .btn-default.dropdown-toggle:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:focus, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin button.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.dropdown-toggle.btn-default:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .dropdown-toggle.fa-link:focus {
      background-color: #35547c !important; }
  .light-blue-skin .btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:not([disabled]):not(.disabled):active, .light-blue-skin .btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin button.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .light-blue-skin .btn-default.dropdown-toggle,
  .show > .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .light-blue-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #0f1722 !important; }
  .light-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-default:not([disabled]):not(.disabled).active:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .light-blue-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .light-blue-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .light-blue-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .light-blue-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .light-blue-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin button.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .light-blue-skin a.dropdown-toggle.btn-default:focus,
  .show > .light-blue-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .light-blue-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.light-blue-skin .default-ic {
  color: #2d486a !important; }
  .light-blue-skin .default-ic:hover, .light-blue-skin .default-ic:focus {
    color: #2d486a; }

.light-blue-skin .card .btn-action, .light-blue-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .light-blue-skin .ae-order .btn-action, .light-blue-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .light-blue-skin .ae-charge .btn-action, .light-blue-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .light-blue-skin .ae-invoice .btn-action, .light-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .light-blue-skin .ae-plan .btn-action {
  background: #2d486a; }
  .light-blue-skin .card .btn-action:hover, .light-blue-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .light-blue-skin .ae-order .btn-action:hover, .light-blue-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .light-blue-skin .ae-charge .btn-action:hover, .light-blue-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .light-blue-skin .ae-invoice .btn-action:hover, .light-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .light-blue-skin .ae-plan .btn-action:hover, .light-blue-skin .card .btn-action:focus, .light-blue-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .light-blue-skin .ae-order .btn-action:focus, .light-blue-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .light-blue-skin .ae-charge .btn-action:focus, .light-blue-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .light-blue-skin .ae-invoice .btn-action:focus, .light-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .light-blue-skin .ae-plan .btn-action:focus {
    background-color: #35547c !important; }
  .light-blue-skin .card .btn-action.active, .light-blue-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .light-blue-skin .ae-order .btn-action.active, .light-blue-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .light-blue-skin .ae-charge .btn-action.active, .light-blue-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .light-blue-skin .ae-invoice .btn-action.active, .light-blue-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .light-blue-skin .ae-plan .btn-action.active {
    background-color: #0f1722 !important; }

.light-blue-skin input[type="email"]:focus:not([readonly]),
.light-blue-skin input[type="text"]:focus:not([readonly]),
.light-blue-skin input[type="password"]:focus:not([readonly]),
.light-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #b4c2c9;
  box-shadow: 0 1px 0 0 #b4c2c9; }
  .light-blue-skin input[type="email"]:focus:not([readonly]) + label,
  .light-blue-skin input[type="text"]:focus:not([readonly]) + label,
  .light-blue-skin input[type="password"]:focus:not([readonly]) + label,
  .light-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #b4c2c9; }

.light-blue-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #b4c2c9;
  border-bottom: 2px solid #b4c2c9; }

.light-blue-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.light-blue-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #b4c2c9;
  border-color: #b4c2c9; }

.light-blue-skin .md-form .prefix.active, .light-blue-skin .ae-search-input .prefix.active {
  color: #b4c2c9; }

.light-blue-skin .dropdown-content li:not(.disabled) span {
  color: #b4c2c9; }

.light-blue-skin .top-nav-collapse {
  background-color: #3f5c80; }

.light-blue-skin .carousel-multi-item .controls-top > a,
.light-blue-skin .carousel-multi-item .carousel-indicators li,
.light-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #b4c2c9; }

.light-blue-skin .form-header,
.light-blue-skin .card-header {
  background-color: #bac7cd; }

.light-blue-skin .spinner-primary-color,
.light-blue-skin .spinner-primary-color-only {
  border-color: #3d799c; }

.light-blue-skin .pagination-primary-color .page-item.active .page-link,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #3d799c; }

.light-blue-skin .pagination-primary-color .page-link {
  color: #3d799c; }
  .light-blue-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.grey-skin .gradient {
  background: #383838;
  background: linear-gradient(135deg, #383838 0%, #a5a4a4 100%); }

.grey-skin .primary-color, .grey-skin .stepper li.active a .circle, .stepper li.active a .grey-skin .circle, .grey-skin .stepper li.completed a .circle, .stepper li.completed a .grey-skin .circle, .grey-skin .ae-dashboard-spaces .ae-progress, .ae-dashboard-spaces .grey-skin .ae-progress, .grey-skin .ae-explorer .ae-explorer-main .ae-tools .ae-progress, .ae-explorer .ae-explorer-main .ae-tools .grey-skin .ae-progress, .grey-skin .ae-order-history-page .ae-order .ae-order-heading, .ae-order-history-page .ae-order .grey-skin .ae-order-heading, .grey-skin .ae-charge-history-page .ae-charge .ae-charge-heading, .ae-charge-history-page .ae-charge .grey-skin .ae-charge-heading, .grey-skin .ae-invoice-page .ae-invoice .ae-invoice-heading, .ae-invoice-page .ae-invoice .grey-skin .ae-invoice-heading {
  background-color: #2b2b2b !important; }

.grey-skin .navbar, .grey-skin .ae-explorer .ae-explorer-main .ae-locbar, .ae-explorer .ae-explorer-main .grey-skin .ae-locbar {
  background-color: #44474b;
  color: #fff; }
  .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .grey-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .ae-explorer .ae-explorer-main .grey-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:hover, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .grey-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .ae-explorer .ae-explorer-main .grey-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:focus, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .grey-skin .ae-explorer .ae-explorer-main .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active, .ae-explorer .ae-explorer-main .grey-skin .ae-locbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #5eb7ee; }
  .grey-skin .navbar.double-nav a, .grey-skin .ae-explorer .ae-explorer-main .double-nav.ae-locbar a, .ae-explorer .ae-explorer-main .grey-skin .double-nav.ae-locbar a {
    color: #fff; }

.grey-skin .page-footer {
  background-color: #44474b; }

.grey-skin .side-nav {
  background-color: #a5a4a4; }
  .grey-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
  .grey-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #30a2e9; }
  .grey-skin .side-nav .social {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .grey-skin .side-nav .social a:hover .fa {
      color: #75c1f0 !important;
      transition: all 0.3s linear; }
  .grey-skin .side-nav .collapsible li {
    background-color: transparent; }
    .grey-skin .side-nav .collapsible li .collapsible-header {
      color: #fff;
      transition: all 0.3s linear; }
      .grey-skin .side-nav .collapsible li .collapsible-header.active {
        background-color: rgba(0, 0, 0, 0.4); }
      .grey-skin .side-nav .collapsible li .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.4); }
    .grey-skin .side-nav .collapsible li .collapsible-body a {
      color: #fff; }
      .grey-skin .side-nav .collapsible li .collapsible-body a:hover {
        color: #afdffc; }
  .grey-skin .side-nav .fa {
    color: #fff; }
  .grey-skin .side-nav .sidenav-bg:after, .grey-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(121, 121, 121, 0.8); }
  .grey-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(121, 121, 121, 0.65); }
  .grey-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(121, 121, 121, 0.5); }

.grey-skin .btn-primary {
  background-color: #46aded !important;
  color: #fff !important; }
  .grey-skin .btn-primary:hover {
    background-color: #5db7ef; }
  .grey-skin .btn-primary:focus, .grey-skin .btn-primary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .grey-skin .btn-primary:focus, .grey-skin .btn-primary:active, .grey-skin .btn-primary.active {
    background-color: #127abb; }
  .grey-skin .btn-primary.dropdown-toggle {
    background-color: #46aded !important; }
    .grey-skin .btn-primary.dropdown-toggle:hover, .grey-skin .btn-primary.dropdown-toggle:focus {
      background-color: #5db7ef !important; }
  .grey-skin .btn-primary:not([disabled]):not(.disabled):active, .grey-skin .btn-primary:not([disabled]):not(.disabled).active,
  .show > .grey-skin .btn-primary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #127abb !important; }
  .grey-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-primary:not([disabled]):not(.disabled).active:focus,
  .show > .grey-skin .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.grey-skin .primary-ic {
  color: #46aded !important; }
  .grey-skin .primary-ic:hover, .grey-skin .primary-ic:focus {
    color: #46aded; }

.grey-skin .btn-secondary {
  background-color: #7d8488 !important;
  color: #fff !important; }
  .grey-skin .btn-secondary:hover {
    background-color: #8a9194; }
  .grey-skin .btn-secondary:focus, .grey-skin .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .grey-skin .btn-secondary:focus, .grey-skin .btn-secondary:active, .grey-skin .btn-secondary.active {
    background-color: #4c5053; }
  .grey-skin .btn-secondary.dropdown-toggle {
    background-color: #7d8488 !important; }
    .grey-skin .btn-secondary.dropdown-toggle:hover, .grey-skin .btn-secondary.dropdown-toggle:focus {
      background-color: #8a9194 !important; }
  .grey-skin .btn-secondary:not([disabled]):not(.disabled):active, .grey-skin .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .grey-skin .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #4c5053 !important; }
  .grey-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .grey-skin .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.grey-skin .secondary-ic {
  color: #7d8488 !important; }
  .grey-skin .secondary-ic:hover, .grey-skin .secondary-ic:focus {
    color: #7d8488; }

.grey-skin .btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link {
  background-color: #353637 !important;
  color: #fff !important; }
  .grey-skin .btn-default:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:hover {
    background-color: #424344; }
  .grey-skin .btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:focus, .grey-skin .btn-default.focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.focus.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.focus.btn.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.focus.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.focus.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.focus.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.focus.btn.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.focus.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.focus.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.focus.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.focus.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.focus.btn.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.focus.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.focus.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.focus.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.focus.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .focus.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .focus.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .grey-skin .btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:focus, .grey-skin .btn-default:active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:active, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.btn-default:active, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:active, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:active, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:active, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:active, .grey-skin .btn-default.active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.active.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.active.btn.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.active.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.active.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.active.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.active.btn.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.active.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.active.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.active.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.active.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.active.btn.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.active.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.active.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.active.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.active.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .active.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .active.fa-link {
    background-color: #030303; }
  .grey-skin .btn-default.dropdown-toggle, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.dropdown-toggle.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn-default, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .dropdown-toggle.fa-link {
    background-color: #353637 !important; }
    .grey-skin .btn-default.dropdown-toggle:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:hover, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:hover, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.dropdown-toggle.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:hover, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:hover, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn-default:hover, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:hover, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .dropdown-toggle.fa-link:hover, .grey-skin .btn-default.dropdown-toggle:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:focus, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.dropdown-toggle.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin button.dropdown-toggle.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.dropdown-toggle.btn-default:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .dropdown-toggle.fa-link:focus {
      background-color: #424344 !important; }
  .grey-skin .btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled):active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled):active, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:not([disabled]):not(.disabled):active, .grey-skin .btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin button.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-explorer .ae-explorer-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.btn-default:not([disabled]):not(.disabled).active, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled).active, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:not([disabled]):not(.disabled).active,
  .show > .grey-skin .btn-default.dropdown-toggle,
  .show > .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default,
  .show > .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info button.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default, .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .grey-skin .dropdown-toggle.fa-link {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #030303 !important; }
  .grey-skin .btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled):active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled):active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-default:not([disabled]):not(.disabled).active:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn.btn-default:not([disabled]):not(.disabled).active:focus, .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download .grey-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn-default:not([disabled]):not(.disabled).active:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .grey-skin a.btn-default:not([disabled]):not(.disabled).active:focus, .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:not([disabled]):not(.disabled).active:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .grey-skin .fa-link:not([disabled]):not(.disabled).active:focus,
  .show > .grey-skin .btn-default.dropdown-toggle:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .grey-skin .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .grey-skin .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin button.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn.btn-default:focus,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a.dropdown-toggle.btn-default:focus, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download
  .show > .grey-skin a.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a.dropdown-toggle.btn-default:focus, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info
  .show > .grey-skin a.dropdown-toggle.btn-default:focus,
  .show > .grey-skin .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .dropdown-toggle.fa-link:focus, .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico
  .show > .grey-skin .dropdown-toggle.fa-link:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.grey-skin .default-ic {
  color: #353637 !important; }
  .grey-skin .default-ic:hover, .grey-skin .default-ic:focus {
    color: #353637; }

.grey-skin .card .btn-action, .grey-skin .ae-order-history-page .ae-order .btn-action, .ae-order-history-page .grey-skin .ae-order .btn-action, .grey-skin .ae-charge-history-page .ae-charge .btn-action, .ae-charge-history-page .grey-skin .ae-charge .btn-action, .grey-skin .ae-invoice-page .ae-invoice .btn-action, .ae-invoice-page .grey-skin .ae-invoice .btn-action, .grey-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action, .ae-plans .ae-plan-wrap .grey-skin .ae-plan .btn-action {
  background: #353637; }
  .grey-skin .card .btn-action:hover, .grey-skin .ae-order-history-page .ae-order .btn-action:hover, .ae-order-history-page .grey-skin .ae-order .btn-action:hover, .grey-skin .ae-charge-history-page .ae-charge .btn-action:hover, .ae-charge-history-page .grey-skin .ae-charge .btn-action:hover, .grey-skin .ae-invoice-page .ae-invoice .btn-action:hover, .ae-invoice-page .grey-skin .ae-invoice .btn-action:hover, .grey-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:hover, .ae-plans .ae-plan-wrap .grey-skin .ae-plan .btn-action:hover, .grey-skin .card .btn-action:focus, .grey-skin .ae-order-history-page .ae-order .btn-action:focus, .ae-order-history-page .grey-skin .ae-order .btn-action:focus, .grey-skin .ae-charge-history-page .ae-charge .btn-action:focus, .ae-charge-history-page .grey-skin .ae-charge .btn-action:focus, .grey-skin .ae-invoice-page .ae-invoice .btn-action:focus, .ae-invoice-page .grey-skin .ae-invoice .btn-action:focus, .grey-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action:focus, .ae-plans .ae-plan-wrap .grey-skin .ae-plan .btn-action:focus {
    background-color: #424344 !important; }
  .grey-skin .card .btn-action.active, .grey-skin .ae-order-history-page .ae-order .btn-action.active, .ae-order-history-page .grey-skin .ae-order .btn-action.active, .grey-skin .ae-charge-history-page .ae-charge .btn-action.active, .ae-charge-history-page .grey-skin .ae-charge .btn-action.active, .grey-skin .ae-invoice-page .ae-invoice .btn-action.active, .ae-invoice-page .grey-skin .ae-invoice .btn-action.active, .grey-skin .ae-plans .ae-plan-wrap .ae-plan .btn-action.active, .ae-plans .ae-plan-wrap .grey-skin .ae-plan .btn-action.active {
    background-color: #030303 !important; }

.grey-skin input[type="email"]:focus:not([readonly]),
.grey-skin input[type="text"]:focus:not([readonly]),
.grey-skin input[type="password"]:focus:not([readonly]),
.grey-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #75c1f0;
  box-shadow: 0 1px 0 0 #75c1f0; }
  .grey-skin input[type="email"]:focus:not([readonly]) + label,
  .grey-skin input[type="text"]:focus:not([readonly]) + label,
  .grey-skin input[type="password"]:focus:not([readonly]) + label,
  .grey-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #75c1f0; }

.grey-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #75c1f0;
  border-bottom: 2px solid #75c1f0; }

.grey-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.grey-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #75c1f0;
  border-color: #75c1f0; }

.grey-skin .md-form .prefix.active, .grey-skin .ae-search-input .prefix.active {
  color: #75c1f0; }

.grey-skin .dropdown-content li:not(.disabled) span {
  color: #75c1f0; }

.grey-skin .top-nav-collapse {
  background-color: #44474b; }

.grey-skin .carousel-multi-item .controls-top > a,
.grey-skin .carousel-multi-item .carousel-indicators li,
.grey-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #75c1f0; }

.grey-skin .form-header,
.grey-skin .card-header {
  background-color: #7ec5f1; }

.grey-skin .spinner-primary-color,
.grey-skin .spinner-primary-color-only {
  border-color: #2b2b2b; }

.grey-skin .pagination-primary-color .page-item.active .page-link,
.grey-skin .pagination-primary-color .page-item.active .page-link:focus,
.grey-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2b2b2b; }

.grey-skin .pagination-primary-color .page-link {
  color: #2b2b2b; }
  .grey-skin .pagination-primary-color .page-link:focus {
    box-shadow: none; }

.side-nav .double-navbar .bc-min {
  padding: 5px 10px; }
  .side-nav .double-navbar .bc-min .button-collapse {
    padding-left: 0px; }

.no-padding .fa {
  padding: 0; }

.ql-modal .modal-dialog,
.product-panel .modal-dialog {
  max-width: none;
  width: auto;
  margin: 2rem; }

.ql-modal .modal-header,
.product-panel .modal-header {
  text-align: center; }

.ql-modal .price .badge, .ql-modal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .badge, .ae-plans .ae-plan-wrap .ae-plan .ql-modal .ae-plan-desc .badge,
.product-panel .price .badge,
.product-panel .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .badge, .ae-plans .ae-plan-wrap .ae-plan
.product-panel .ae-plan-desc .badge {
  background-color: rgba(244, 67, 54, 0.7);
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1rem; }

.ql-modal .price p, .ql-modal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p, .ae-plans .ae-plan-wrap .ae-plan .ql-modal .ae-plan-desc p,
.product-panel .price p,
.product-panel .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p, .ae-plans .ae-plan-wrap .ae-plan
.product-panel .ae-plan-desc p {
  display: inline-block;
  font-size: 1.3rem; }
  .ql-modal .price p .price-before, .ql-modal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p .price-before, .ae-plans .ae-plan-wrap .ae-plan .ql-modal .ae-plan-desc p .price-before,
  .product-panel .price p .price-before,
  .product-panel .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p .price-before, .ae-plans .ae-plan-wrap .ae-plan
  .product-panel .ae-plan-desc p .price-before {
    color: #000;
    text-decoration: line-through;
    margin-left: 0.5rem; }
  .ql-modal .price p .price-after, .ql-modal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p .price-after, .ae-plans .ae-plan-wrap .ae-plan .ql-modal .ae-plan-desc p .price-after,
  .product-panel .price p .price-after,
  .product-panel .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc p .price-after, .ae-plans .ae-plan-wrap .ae-plan
  .product-panel .ae-plan-desc p .price-after {
    font-size: 1.7rem;
    color: #4caf50; }

.ql-modal .media img,
.product-panel .media img {
  max-width: 60px; }

@media (max-width: 1200px) {
  .ql-modal {
    padding-left: 0; }
    .ql-modal .modal-dialog {
      margin: 0; } }

.pricing-card .heading h1, .ae-plans .ae-plan-wrap .ae-plan .heading h1 {
  font-size: 4rem;
  font-weight: 400; }

.pricing-card.card-overlay, .ae-plans .ae-plan-wrap .card-overlay.ae-plan {
  display: block;
  color: #fff; }
  .pricing-card.card-overlay p, .ae-plans .ae-plan-wrap .card-overlay.ae-plan p {
    color: #fff; }
  .pricing-card.card-overlay .price, .ae-plans .ae-plan-wrap .card-overlay.ae-plan .price, .pricing-card.card-overlay .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc, .ae-plans .ae-plan-wrap .ae-plan .pricing-card.card-overlay .ae-plan-desc, .ae-plans .ae-plan-wrap .card-overlay.ae-plan .ae-plan-desc {
    padding-top: 0; }

.naked-card h5 {
  margin-top: 1.2rem; }

.naked-card .price, .naked-card .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc, .ae-plans .ae-plan-wrap .ae-plan .naked-card .ae-plan-desc {
  padding-top: 0rem; }

.naked-card li p {
  color: #757575; }
  .naked-card li p strong {
    color: #616161; }

.no-radius {
  border-radius: 0 !important; }

.section-blog-fw .view img {
  border-radius: 2px; }

.section-blog-fw .jumbotron {
  text-align: center; }

.section-blog-fw h2 {
  margin-bottom: 1rem;
  font-weight: 300; }
  .section-blog-fw h2 a {
    color: #424242;
    transition: 0.2s; }
    .section-blog-fw h2 a:hover {
      color: #616161;
      transition: 0.2s; }

.section-blog-fw .excerpt,
.section-blog-fw .post-text {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify; }
  @media (max-width: 992px) {
    .section-blog-fw .excerpt,
    .section-blog-fw .post-text {
      margin-left: 5%;
      margin-right: 5%; } }

.section-blog-fw hr {
  display: block; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  user-select: none;
  /**
   * The holder is the only "scrollable" top-level container element. The holder should overlay the entire screen.
   */
  /*!
   * Default mobile-first, responsive styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what's here.
   */
  /**
   * Make the holder and frame fullscreen.
   */
  /**
   * The frame that bounds the box contents of the picker.
   */
  /**
   * The box contains all the picker contents.
   */ }
  .picker .picker__holder {
    width: 100%;
    overflow-y: auto;
    overflow-scrolling: touch;
    position: fixed;
    transition: background 0.15s ease-out, top 0s 0.15s;
    backface-visibility: hidden; }
  .picker .picker__holder,
  .picker .picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%; }
  .picker .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 325px;
    width: 300px;
    max-height: 350px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.15s ease-out;
    /**
     * The wrapper sets the stage to vertically align the box contents.
     */ }
    @media (min-height: 28.875em) {
      .picker .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%; } }
    @media (min-height: 40.125em) {
      .picker .picker__frame {
        margin-bottom: 7.5%; } }
    .picker .picker__frame .picker__wrap {
      display: table;
      width: 100%;
      height: 100%; }
      @media (min-height: 28.875em) {
        .picker .picker__frame .picker__wrap {
          display: block; } }
  .picker .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle; }
    @media (min-height: 28.875em) {
      .picker .picker__box {
        display: block;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1; }
  @media (min-height: 35.875em) {
    .picker--opened .picker__frame {
      top: 10%;
      bottom: auto; } }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.datepicker.picker__input.picker__input--active,
.timepicker.picker__input.picker__input--active {
  border-bottom: 1px solid #e3f2fd; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  padding: .75em 1.25em;
  /* Hovered time */ }
  @media (min-height: 46.75em) {
    .picker__list-item {
      padding: .5em 1em; } }
  .picker__list-item:hover {
    cursor: pointer;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }
  .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
    color: #000000;
    background: #b1dcfb;
    background: #ee2200;
    border-color: #ee2200;
    cursor: pointer;
    outline: none; }
  .picker--time .picker__button--clear:before {
    top: -0.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: 700; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }
  @media (min-height: 40.125em) {
    .picker--time .picker__box {
      margin-bottom: 5em; } }

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.picker__date-display {
  text-align: center;
  background-color: #4285f4;
  padding-bottom: 15px;
  font-weight: 300;
  margin-bottom: 1rem; }
  .picker__date-display .clockpicker-display {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    height: 85px;
    font-size: 70px;
    padding: 10px;
    padding-bottom: 0px;
    color: #b2dfdb; }
    .picker__date-display .clockpicker-display .clockpicker-display-column {
      float: left; }
      .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name, .picker__date-display .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name {
        animation-name: pulse; }
      .picker__date-display .clockpicker-display .clockpicker-display-column #click-am, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
        cursor: pointer; }
    .picker__date-display .clockpicker-display .clockpicker-display-am-pm {
      padding-left: 5px;
      vertical-align: bottom;
      height: 85px; }
      .picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
        display: inline-block;
        font-size: 23px;
        line-height: 25px;
        color: #b2dfdb; }
    .picker__date-display .clockpicker-display .clockpicker-span-hours, .picker__date-display .clockpicker-display .clockpicker-span-minutes {
      animation-duration: 500ms;
      animation-fill-mode: both;
      transition: color 500ms;
      cursor: pointer; }

.clockpicker-display {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  height: 85px;
  font-size: 70px;
  padding: 10px;
  padding-bottom: 0px;
  color: #b2dfdb; }
  .clockpicker-display .clockpicker-display-column {
    float: left; }
    .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-hours.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.ae-space-name, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-span-minutes.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.ae-space-name, .clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-am.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-am.ae-space-name, .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .ae-dashboard-spaces .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-spaces .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name, .clockpicker-display .clockpicker-display-column .ae-dashboard-sharing-page .ae-space-list .ae-space #click-pm.ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .clockpicker-display .clockpicker-display-column #click-pm.ae-space-name {
      animation-name: pulse; }
    .clockpicker-display .clockpicker-display-column #click-am, .clockpicker-display .clockpicker-display-column #click-pm {
      cursor: pointer; }
  .clockpicker-display .clockpicker-display-am-pm {
    padding-left: 5px;
    vertical-align: bottom;
    height: 85px; }
    .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
      display: inline-block;
      font-size: 23px;
      line-height: 25px;
      color: #b2dfdb; }
  .clockpicker-display .clockpicker-span-hours, .clockpicker-display .clockpicker-span-minutes {
    animation-duration: 500ms;
    animation-fill-mode: both;
    transition: color 500ms;
    cursor: pointer; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }

.clockpicker-moving {
  cursor: move; }

.clockpicker-plate {
  background-color: #eeeeee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 20px;
  /* Disable text selection highlighting. Thanks to Hermanya */
  user-select: none; }
  .clockpicker-plate .clockpicker-canvas,
  .clockpicker-plate .clockpicker-dial {
    width: 270px;
    height: 270px;
    position: absolute;
    left: -1px;
    top: -1px; }
  .clockpicker-plate .clockpicker-dial {
    transition: transform 350ms, opacity 350ms; }
    .clockpicker-plate .clockpicker-dial .clockpicker-tick {
      border-radius: 50%;
      color: #666;
      line-height: 40px;
      text-align: center;
      width: 40px;
      height: 40px;
      position: absolute;
      cursor: pointer;
      transition: background-color 300ms;
      background-color: rgba(0, 150, 136, 0); }
      .clockpicker-plate .clockpicker-dial .clockpicker-tick.active, .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover {
        background-color: rgba(0, 150, 136, 0.25); }
  .clockpicker-plate .clockpicker-minutes {
    visibility: hidden; }
  .clockpicker-plate .clockpicker-dial-out {
    opacity: 0; }
  .clockpicker-plate .clockpicker-hours.clockpicker-dial-out {
    transform: scale(1.2, 1.2); }
  .clockpicker-plate .clockpicker-minutes.clockpicker-dial-out {
    transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  transition: opacity 300ms; }
  .clockpicker-canvas line {
    stroke: rgba(0, 150, 136, 0.25);
    stroke-width: 1; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing {
  stroke: none;
  fill: rgba(0, 77, 64, 0.75); }

.clockpicker-canvas-fg {
  stroke: none;
  fill: rgba(0, 77, 64, 0); }
  .clockpicker-canvas-fg.active {
    fill: rgba(0, 77, 64, 0.5); }

.clockpicker-canvas-bg {
  stroke: none;
  fill: rgba(0, 150, 136, 0.25); }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 150, 136, 0.25); }

.clockpicker-am-pm-block {
  margin-top: -10px;
  width: 100%;
  height: 50px; }
  .clockpicker-am-pm-block .clockpicker-button.am-button {
    height: 45px;
    width: 45px;
    float: left;
    border: 0; }
  .clockpicker-am-pm-block .clockpicker-button.pm-button {
    height: 45px;
    width: 45px;
    float: right;
    border: 0; }

.btn-floating.btn-flat {
  color: #fff;
  padding: 0;
  background: #4285f4; }
  .btn-floating.btn-flat:hover {
    box-shadow: none; }
  .btn-floating.btn-flat:hover, .btn-floating.btn-flat:focus {
    background-color: #5a95f5 !important; }
  .btn-floating.btn-flat.active {
    background-color: #0b51c5 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 15px;
  background-color: transparent;
  text-transform: uppercase; }
  .picker__footer .clockpicker-button:focus {
    background-color: transparent; }
  .picker__footer .clockpicker-button:active {
    background-color: rgba(0, 150, 136, 0.25); }

.darktheme .picker__box {
  background-color: #212121; }
  .darktheme .picker__box .picker__date-display {
    background-color: transparent; }
  .darktheme .picker__box .picker__calendar-container .clockpicker-plate {
    background-color: transparent; }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick {
      background-color: rgba(255, 64, 129, 0); }
      .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick.active, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick:hover {
        background-color: rgba(255, 64, 129, 0.25); }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas line {
      stroke: rgba(255, 64, 129, 0.25); }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bearing {
      fill: #fff; }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg {
      fill: rgba(255, 64, 129, 0); }
      .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg.active {
        fill: rgba(255, 64, 129, 0.5); }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg {
      fill: rgba(255, 64, 129, 0.25); }
    .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg-trans {
      fill: rgba(255, 64, 129, 0.25); }
  .darktheme .picker__box .picker__footer .clockpicker-button:active {
    background-color: rgba(255, 64, 129, 0.25); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  /**
   * The header containing the month and year stuff.
   */
  /**
   * The calendar table of dates
   */
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */ }
  .picker__box .picker__header {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    /**
       * The month and year labels.
       */
    /**
       * The month and year selectors.
       */
    /**
       * The month navigation buttons.
       */ }
    .picker__box .picker__header select {
      display: inline-block !important; }
    .picker__box .picker__header .picker__date-display {
      text-align: center;
      background-color: #4285f4;
      padding-bottom: 15px;
      font-weight: 300;
      margin-bottom: 1rem; }
      .picker__box .picker__header .picker__date-display .picker__weekday-display {
        background-color: #206ff2;
        padding: 10px;
        font-weight: 200;
        letter-spacing: .5;
        font-size: 1rem;
        margin-bottom: 15px; }
      .picker__box .picker__header .picker__date-display .picker__month-display {
        text-transform: uppercase;
        font-size: 2rem; }
      .picker__box .picker__header .picker__date-display .picker__day-display {
        font-size: 4.5rem;
        font-weight: 400; }
      .picker__box .picker__header .picker__date-display .picker__year-display {
        font-size: 1.8rem;
        color: rgba(255, 255, 255, 0.4); }
    .picker__box .picker__header .picker__month,
    .picker__box .picker__header .picker__year {
      display: inline-block;
      margin-left: .25em;
      margin-right: .25em; }
    .picker__box .picker__header .picker__select--month,
    .picker__box .picker__header .picker__select--year {
      height: 2em;
      padding: 0;
      margin-left: .25em;
      margin-right: .25em;
      display: inline-block; }
      .picker__box .picker__header .picker__select--month:focus,
      .picker__box .picker__header .picker__select--year:focus {
        border-color: rgba(0, 0, 0, 0.05); }
    .picker__box .picker__header .picker__select--year {
      width: 30%; }
    .picker__box .picker__header .picker__select--month.browser-default {
      display: inline;
      width: 40%; }
    .picker__box .picker__header .picker__select--year.browser-default {
      display: inline;
      width: 25%; }
    .picker__box .picker__header .picker__nav--prev,
    .picker__box .picker__header .picker__nav--next {
      position: absolute;
      padding: .5em 1.55em;
      width: 1em;
      height: 1em;
      box-sizing: content-box;
      bottom: 0; }
      .picker__box .picker__header .picker__nav--prev:hover,
      .picker__box .picker__header .picker__nav--next:hover {
        cursor: pointer;
        color: #000000;
        background: #ecf2fc; }
      .picker__box .picker__header .picker__nav--prev:before,
      .picker__box .picker__header .picker__nav--next:before {
        content: " ";
        border-top: .5em solid transparent;
        border-bottom: .5em solid transparent;
        border-right: 0.75em solid #676767;
        width: 0;
        height: 0;
        display: block;
        margin: 0 auto; }
    .picker__box .picker__header .picker__nav--prev {
      left: -1em;
      padding-right: 1.25em; }
    .picker__box .picker__header .picker__nav--next {
      right: -1em;
      padding-left: 1.25em; }
      .picker__box .picker__header .picker__nav--next:before {
        border-right: 0;
        border-left: 0.75em solid #676767; }
    .picker__box .picker__header .picker__nav--disabled,
    .picker__box .picker__header .picker__nav--disabled:hover,
    .picker__box .picker__header .picker__nav--disabled:before,
    .picker__box .picker__header .picker__nav--disabled:before:hover {
      cursor: default;
      background: none;
      border-right-color: #f5f5f5;
      border-left-color: #f5f5f5; }
  .picker__box .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1rem;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
    /**
       * The weekday labels
       */
    /**
       * The days on the calendar
       */ }
    .picker__box .picker__table th, .picker__box .picker__table td {
      text-align: center; }
    .picker__box .picker__table td {
      margin: 0;
      padding: 0; }
    .picker__box .picker__table .picker__weekday {
      width: 14%;
      font-size: .9em;
      padding-bottom: .25em;
      color: #999999;
      font-weight: 500;
      /* Increase the spacing a tad */ }
      @media (min-height: 33.875em) {
        .picker__box .picker__table .picker__weekday {
          padding-bottom: .5em; } }
    .picker__box .picker__table .picker__day--today {
      position: relative;
      letter-spacing: -.3;
      padding: .75rem 0;
      font-weight: 400;
      border: 1px solid transparent; }
    .picker__box .picker__table .picker__day.picker__day--today {
      color: #4285f4; }
    .picker__box .picker__table .picker__day--disabled:before {
      border-top-color: #aaaaaa; }
    .picker__box .picker__table .picker__day--infocus {
      color: #595959;
      letter-spacing: -.3;
      padding: .75rem 0;
      font-weight: 400;
      border: 1px solid transparent; }
      .picker__box .picker__table .picker__day--infocus:hover {
        cursor: pointer;
        color: #000;
        font-weight: 500; }
    .picker__box .picker__table .picker__day--outfocus {
      display: none;
      padding: .75rem 0; }
      .picker__box .picker__table .picker__day--outfocus:hover {
        cursor: pointer;
        color: #dddddd;
        font-weight: 500; }
    .picker__box .picker__table .picker__day--highlighted:hover,
    .picker__box .picker__table .picker--focused .picker__day--highlighted {
      cursor: pointer; }
    .picker__box .picker__table .picker__day--selected,
    .picker__box .picker__table .picker__day--selected:hover,
    .picker__box .picker__table .picker--focused {
      border-radius: 50%;
      transform: scale(0.9);
      background-color: #4285f4;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
      .picker__box .picker__table .picker__day--selected.picker__day--outfocus,
      .picker__box .picker__table .picker__day--selected:hover.picker__day--outfocus,
      .picker__box .picker__table .picker--focused.picker__day--outfocus {
        background-color: #ecf2fc; }
    .picker__box .picker__table .picker__day--disabled,
    .picker__box .picker__table .picker__day--disabled:hover,
    .picker__box .picker__table .picker--focused {
      background: #f5f5f5;
      border-color: #f5f5f5;
      color: #dddddd;
      cursor: default; }
    .picker__box .picker__table .picker__day--highlighted.picker__day--disabled,
    .picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
      background: #bbbbbb; }
  .picker__box .picker__footer {
    text-align: right;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .picker__box .picker__footer .picker__button--today,
    .picker__box .picker__footer .picker__button--clear,
    .picker__box .picker__footer .picker__button--close {
      border: 1px solid #ffffff;
      background: #ffffff;
      font-size: .8em;
      padding: 1rem 0 0.7rem 0;
      font-weight: 700;
      width: 33%;
      display: inline-block;
      vertical-align: bottom;
      text-transform: uppercase; }
      .picker__box .picker__footer .picker__button--today:hover,
      .picker__box .picker__footer .picker__button--clear:hover,
      .picker__box .picker__footer .picker__button--close:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb; }
      .picker__box .picker__footer .picker__button--today:focus,
      .picker__box .picker__footer .picker__button--clear:focus,
      .picker__box .picker__footer .picker__button--close:focus {
        background: #b1dcfb;
        border-color: rgba(0, 0, 0, 0.05);
        outline: none; }
      .picker__box .picker__footer .picker__button--today:before,
      .picker__box .picker__footer .picker__button--clear:before,
      .picker__box .picker__footer .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0; }
    .picker__box .picker__footer .picker__button--today:before,
    .picker__box .picker__footer .picker__button--clear:before {
      content: " ";
      margin-right: .45em; }
    .picker__box .picker__footer .picker__button--today:before {
      top: -0.05em;
      width: 0;
      border-top: 0.66em solid #0059bc;
      border-left: .66em solid transparent; }
    .picker__box .picker__footer .picker__button--clear:before {
      top: -0.25em;
      width: .66em;
      border-top: 3px solid #ee2200; }
    .picker__box .picker__footer .picker__button--close:before {
      content: "\D7";
      top: -0.1em;
      vertical-align: top;
      font-size: 1.1em;
      margin-right: .35em;
      color: #777777; }
    .picker__box .picker__footer .picker__button--today[disabled],
    .picker__box .picker__footer .picker__button--today[disabled]:hover {
      background: #f5f5f5;
      border-color: #f5f5f5;
      color: #dddddd;
      cursor: default; }
    .picker__box .picker__footer .picker__button--today[disabled]:before {
      border-top-color: #aaaaaa; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__calendar-container {
  padding: 0 1rem; }
  .picker__calendar-container thead {
    border: none; }

.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 240px; }

.fixed-sn main {
  padding-top: 5.5rem; }

@media (max-width: 1440px) {
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0; } }

@media (min-width: 600px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 2%;
    margin-right: 2%; } }

@media (min-width: 992px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 5%;
    margin-right: 5%; } }

@media (min-width: 1200px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 6%;
    margin-right: 6%; } }

.hidden-sn main {
  padding-top: 5.5rem; }

.hidden-sn .button-collapse {
  display: block;
  position: relative;
  font-size: 1.4rem;
  margin-right: 0.625rem;
  margin-left: -0.375rem;
  padding-left: 0; }

.mdb-feed .news {
  display: flex; }
  .mdb-feed .news .label {
    display: block;
    flex: 0 0 auto;
    align-self: stretch;
    width: 2.5rem; }
    .mdb-feed .news .label img {
      width: 100%;
      height: auto; }
  .mdb-feed .news .excerpt {
    display: block;
    flex: 1 1 auto;
    align-self: stretch;
    word-wrap: break-word;
    margin: 0 0 1.2rem 1.2rem; }
    .mdb-feed .news .excerpt .brief {
      padding-bottom: 0.5rem;
      font-weight: 500; }
      .mdb-feed .news .excerpt .brief a {
        color: #4285f4; }
      .mdb-feed .news .excerpt .brief .name {
        display: inline-block;
        vertical-align: baseline; }
      .mdb-feed .news .excerpt .brief .date {
        display: inline-block;
        float: none;
        padding-left: 0.7rem;
        font-weight: 300;
        font-size: 0.86rem;
        color: #9e9e9e; }
    .mdb-feed .news .excerpt .added-images {
      margin-bottom: 0.6rem; }
      .mdb-feed .news .excerpt .added-images img {
        display: inline-block;
        margin-right: 0.3rem;
        width: 7rem; }
    .mdb-feed .news .excerpt .added-text {
      margin-bottom: 0.6rem;
      max-width: 450px; }
    .mdb-feed .news .excerpt .feed-footer .like {
      font-weight: 300;
      font-size: 0.86rem;
      color: #9e9e9e; }
      .mdb-feed .news .excerpt .feed-footer .like:hover .fa {
        color: #f44336;
        transition: 0.4s; }
      .mdb-feed .news .excerpt .feed-footer .like:hover span {
        color: #000;
        transition: 0.4s; }
      .mdb-feed .news .excerpt .feed-footer .like .fa {
        padding-right: 0.5rem; }
    .mdb-feed .news .excerpt .feed-footer span a {
      padding-right: 0.3rem;
      color: #4285f4;
      cursor: default; }
    .mdb-feed .news .excerpt .feed-footer .thumbs .fa {
      color: #9e9e9e;
      transition: 0.4s; }
      .mdb-feed .news .excerpt .feed-footer .thumbs .fa:hover {
        color: #757575; }
    .mdb-feed .news .excerpt .feed-footer .thumbs .fa-thumbs-up {
      padding-right: 0.3rem; }
    .mdb-feed .news .excerpt .feed-footer .comment {
      color: #9e9e9e; }

.card-personal .card-body .card-title, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-title {
  font-weight: 400; }
  .card-personal .card-body .card-title.title-one, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title.title-one, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-title.title-one {
    transition: 0.4s; }
    .card-personal .card-body .card-title.title-one:hover, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title.title-one:hover, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-title.title-one:hover {
      color: #4285f4; }

.card-personal .card-body .card-title, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-title, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-title {
  margin-bottom: 0.3rem; }

.card-personal .card-body .card-meta, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-meta, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-meta {
  font-weight: 300;
  font-size: 0.86rem;
  color: #757575; }
  .card-personal .card-body .card-meta .fa, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features .card-meta .fa, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features .card-meta .fa {
    padding-right: 0.5rem; }

.card-personal .card-body span, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features span, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features span {
  transition: 0.5s; }
  .card-personal .card-body span:hover, .card-personal .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features span:hover, .ae-plans .ae-plan-wrap .ae-plan .card-personal .ae-plan-features span:hover {
    color: #4285f4; }

.news-card .content .right-side-meta {
  float: right;
  font-weight: 300;
  color: #9e9e9e;
  margin-top: 0.3rem; }

.news-card .content .avatar-img {
  width: 2rem;
  margin-right: 1rem; }

.news-card .content img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

.news-card .social-meta .fa {
  padding-right: 0.6rem; }

.news-card .social-meta .fa-heart-o {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.53s; }
  .news-card .social-meta .fa-heart-o:hover {
    color: #f44336; }

.news-card .social-meta span {
  float: right; }

.news-card .md-form, .news-card .ae-search-input {
  margin-top: 1.3rem;
  margin-bottom: 0.3rem; }
  .news-card .md-form .prefix, .news-card .ae-search-input .prefix {
    font-size: 1.5rem;
    margin-left: 0.2rem;
    color: rgba(0, 0, 0, 0.4); }
    .news-card .md-form .prefix ~ input, .news-card .ae-search-input .prefix ~ input,
    .news-card .md-form .prefix .md-form .prefix ~ textarea,
    .news-card .ae-search-input .prefix .md-form .prefix ~ textarea,
    .news-card .md-form .prefix .ae-search-input .prefix ~ textarea,
    .news-card .ae-search-input .prefix .ae-search-input .prefix ~ textarea {
      width: calc(100% - 4rem); }
  .news-card .md-form .prefix.active, .news-card .ae-search-input .prefix.active {
    color: rgba(0, 0, 0, 0.4); }
  .news-card .md-form .form-control, .news-card .ae-search-input .form-control {
    padding-top: 0;
    padding-bottom: 0.5rem;
    margin-left: 3rem;
    margin-bottom: 0;
    height: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

section.team-section .avatar img {
  max-width: 200px;
  height: auto; }
  section.team-section .avatar img.rounded-circle {
    max-width: 150px; }

.testimonial-carousel .carousel-control {
  background-image: none;
  top: 50%;
  transform: translateY(-35%); }
  .testimonial-carousel .carousel-control:before {
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.4s; }
  .testimonial-carousel .carousel-control:hover:before {
    color: #000;
    transition: 0.4s; }
  .testimonial-carousel .carousel-control.left {
    left: 6%; }
    .testimonial-carousel .carousel-control.left:before {
      content: "\2039"; }
  .testimonial-carousel .carousel-control.right {
    right: 6%; }
    .testimonial-carousel .carousel-control.right:before {
      content: "\203a"; }

.testimonial-carousel .testimonial {
  margin-right: 15%;
  margin-left: 15%; }
  .testimonial-carousel .testimonial .avatar img {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    max-width: 170px; }

.magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0; }
  .magazine-section .single-news:last-of-type {
    border-bottom: none; }

.pricing-card, .ae-plans .ae-plan-wrap .ae-plan {
  text-align: center; }
  .pricing-card ul, .ae-plans .ae-plan-wrap .ae-plan ul {
    list-style-type: none;
    padding: 0; }
  .pricing-card .header, .ae-plans .ae-plan-wrap .ae-plan .header, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .pricing-card .option, .ae-plans .ae-plan-wrap .ae-plan .option {
    padding: 2.5rem;
    margin-bottom: 0;
    font-weight: 500; }
  .pricing-card .price, .ae-plans .ae-plan-wrap .ae-plan .price, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
    position: relative;
    padding-top: 3.94rem; }
    .pricing-card .price .number, .ae-plans .ae-plan-wrap .ae-plan .price .number, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .number {
      font-size: 5rem;
      padding: 1.5rem;
      font-weight: 300; }
      .pricing-card .price .number:before, .ae-plans .ae-plan-wrap .ae-plan .price .number:before, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .number:before {
        content: "$";
        position: absolute;
        font-size: 1.88rem;
        margin-left: -1.2rem;
        margin-top: 0.7rem; }
      .pricing-card .price .number:after, .ae-plans .ae-plan-wrap .ae-plan .price .number:after, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .number:after {
        content: "/mo";
        position: absolute;
        font-size: 1.88rem;
        margin-top: 3rem; }
    .pricing-card .price .version, .ae-plans .ae-plan-wrap .ae-plan .price .version, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .version, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-plan-name {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      border-radius: 0.25rem 0.25rem 0 0;
      position: absolute;
      top: 0;
      width: 100%;
      padding: 1rem;
      background-color: rgba(0, 0, 0, 0.3); }
  .pricing-card .striped, .ae-plans .ae-plan-wrap .ae-plan .striped, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features {
    padding: 1rem; }
    .pricing-card .striped li, .ae-plans .ae-plan-wrap .ae-plan .striped li, .ae-plans .ae-plan-wrap .ae-plan .ae-plan-features li {
      border-bottom: 1px solid rgba(153, 153, 153, 0.298039);
      margin-bottom: 1rem; }
    .pricing-card .striped.green-striped li, .ae-plans .ae-plan-wrap .ae-plan .striped.green-striped li, .ae-plans .ae-plan-wrap .ae-plan .green-striped.ae-plan-features li {
      border-color: #33c28a; }
    .pricing-card .striped.orange-striped li, .ae-plans .ae-plan-wrap .ae-plan .striped.orange-striped li, .ae-plans .ae-plan-wrap .ae-plan .orange-striped.ae-plan-features li {
      border-color: #e97d63; }
    .pricing-card .striped.purple-striped li, .ae-plans .ae-plan-wrap .ae-plan .striped.purple-striped li, .ae-plans .ae-plan-wrap .ae-plan .purple-striped.ae-plan-features li {
      border-color: #963c94; }
  .pricing-card .card-background, .ae-plans .ae-plan-wrap .ae-plan .card-background {
    background-color: #28283f;
    border-radius: 0 0 0.25rem 0.25rem; }

.card .card-circle, .ae-order-history-page .ae-order .card-circle, .ae-charge-history-page .ae-charge .card-circle, .ae-invoice-page .ae-invoice .card-circle, .ae-plans .ae-plan-wrap .ae-plan .card-circle {
  border: 2px solid #e0e0e0;
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%; }
  .card .card-circle .fa, .ae-order-history-page .ae-order .card-circle .fa, .ae-charge-history-page .ae-charge .card-circle .fa, .ae-invoice-page .ae-invoice .card-circle .fa, .ae-plans .ae-plan-wrap .ae-plan .card-circle .fa {
    font-size: 4rem; }

.contact-section .form .btn-floating {
  float: right;
  position: relative;
  bottom: 3rem;
  margin-right: 0; }

.contact-section .contact {
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #103f6d; }
  .contact-section .contact .fa {
    color: #6b89a5; }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .ae-dropzone {
  box-sizing: border-box;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone *, .ae-dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable, .dz-clickable.ae-dropzone {
    cursor: pointer; }
    .dropzone.dz-clickable *, .dz-clickable.ae-dropzone * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dz-clickable.ae-dropzone .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message *, .dz-clickable.ae-dropzone .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message, .dz-started.ae-dropzone .dz-message {
    display: none; }
  .dropzone.dz-drag-hover, .dz-drag-hover.ae-dropzone {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message, .dz-drag-hover.ae-dropzone .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message, .ae-dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview, .ae-dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover, .ae-dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details, .ae-dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image, .ae-dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details, .ae-dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview, .ae-dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details, .ae-dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove, .ae-dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover, .ae-dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details, .ae-dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details, .ae-dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size, .ae-dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename, .ae-dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span, .ae-dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover), .ae-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span, .ae-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span, .ae-dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span, .ae-dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img, .ae-dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image, .ae-dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img, .ae-dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark, .ae-dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark, .ae-dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .ae-dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark, .ae-dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .ae-dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg, .ae-dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress, .ae-dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress, .ae-dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress, .ae-dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress, .ae-dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload, .ae-dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message, .ae-dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message, .ae-dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message, .ae-dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after, .ae-dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

@font-face {
  font-family: "aeglico";
  src: url("/fonts/aeglico.ttf?2xirc6") format("truetype"), url("/fonts/aeglico.woff?2xirc6") format("woff"), url("/fonts/aeglico.svg?2xirc6#aeglico") format("svg");
  font-weight: normal;
  font-style: normal; }

.gl-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "aeglico" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gl-icon-networkandsharingsharing:before {
  content: ""; }

.gl-icon-fileslinedocument:before {
  content: ""; }

.gl-icon-technologysettingswrench:before {
  content: ""; }

.gl-icon-networkandsharingNetworkSharing:before {
  content: ""; }

.gl-icon-networkandsharingserver:before {
  content: ""; }

.gl-icon-networkandsharingserversharing:before {
  content: ""; }

.gl-icon-multimediascreen:before {
  content: ""; }

.gl-icon-transfersroundleftright:before {
  content: ""; }

.gl-icon-settingsSettingshammer:before {
  content: ""; }

.gl-icon-settingsSettingsscrewdriver:before {
  content: ""; }

.gl-icon-interfacerotateleft:before {
  content: ""; }

.gl-icon-filesimagedocument:before {
  content: ""; }

.gl-icon-foldersFolders:before {
  content: ""; }

.gl-icon-filesplaydocument:before {
  content: ""; }

.gl-icon-filesplaylandscapedocument:before {
  content: ""; }

.gl-icon-fileschecklistdocument:before {
  content: ""; }

.gl-icon-editionlinkchain:before {
  content: ""; }

.gl-icon-arrows1rotateleft:before {
  content: ""; }

.gl-icon-arrows1rotateleftarrow:before {
  content: ""; }

.gl-icon-arrows1rotateright:before {
  content: ""; }

.gl-icon-arrows1rotaterightarrow:before {
  content: ""; }

.gl-icon-alertsalert:before {
  content: ""; }

.gl-icon-alertsnuclear:before {
  content: ""; }

.gl-icon-alertsnuclearround:before {
  content: ""; }

.gl-icon-alertsquestion:before {
  content: ""; }

.gl-icon-alertswarningsign:before {
  content: ""; }

.gl-icon-alertswarningstreetsign:before {
  content: ""; }

.gl-icon-businessbars:before {
  content: ""; }

.gl-icon-businessbills:before {
  content: ""; }

.gl-icon-businessbookmarkdollar:before {
  content: ""; }

.gl-icon-businesscanceldollar:before {
  content: ""; }

.gl-icon-businesscoinsstack:before {
  content: ""; }

.gl-icon-businessconfirmdollar:before {
  content: ""; }

.gl-icon-businesscreditcardback:before {
  content: ""; }

.gl-icon-businesscreditcardlock:before {
  content: ""; }

.gl-icon-businessdeletedollar:before {
  content: ""; }

.gl-icon-businessdollaralert:before {
  content: ""; }

.gl-icon-businessdollarboundstacks:before {
  content: ""; }

.gl-icon-businessdollarcoin:before {
  content: ""; }

.gl-icon-businessdollarcoins:before {
  content: ""; }

.gl-icon-businessdollardown:before {
  content: ""; }

.gl-icon-businessdollarrefresh:before {
  content: ""; }

.gl-icon-businessdollarround:before {
  content: ""; }

.gl-icon-businesslockdollar:before {
  content: ""; }

.gl-icon-businessstore:before {
  content: ""; }

.gl-icon-businessunevencoinstack:before {
  content: ""; }

.gl-icon-businesswritepaperlandscape:before {
  content: ""; }

.gl-icon-documentsadd:before {
  content: ""; }

.gl-icon-documentsarrowdown:before {
  content: ""; }

.gl-icon-documentsarrowup:before {
  content: ""; }

.gl-icon-documentsblock:before {
  content: ""; }

.gl-icon-documentsblocks:before {
  content: ""; }

.gl-icon-documentscancel:before {
  content: ""; }

.gl-icon-documentsconfirm:before {
  content: ""; }

.gl-icon-documentshome:before {
  content: ""; }

.gl-icon-documentsrefresh:before {
  content: ""; }

.gl-icon-documentssearch:before {
  content: ""; }

.gl-icon-documentssettings:before {
  content: ""; }

.gl-icon-documentsstarbookmark:before {
  content: ""; }

.gl-icon-documentsunlock:before {
  content: ""; }

.gl-icon-emailexpress:before {
  content: ""; }

.gl-icon-emailmailbox:before {
  content: ""; }

.gl-icon-emailmailbox2:before {
  content: ""; }

.gl-icon-emailopenenvelopedocument:before {
  content: ""; }

.gl-icon-emailpapertray:before {
  content: ""; }

.gl-icon-emailpapertraydocument:before {
  content: ""; }

.gl-icon-fileslock2:before {
  content: ""; }

.gl-icon-fileslockclipboard:before {
  content: ""; }

.gl-icon-fileslocknotes:before {
  content: ""; }

.gl-icon-foldersadd:before {
  content: ""; }

.gl-icon-foldersalert:before {
  content: ""; }

.gl-icon-foldersarrowdown:before {
  content: ""; }

.gl-icon-foldersarrowup:before {
  content: ""; }

.gl-icon-foldersbookmark:before {
  content: ""; }

.gl-icon-foldersbrackets:before {
  content: ""; }

.gl-icon-folderscancel:before {
  content: ""; }

.gl-icon-foldersconfirm:before {
  content: ""; }

.gl-icon-foldersdelete:before {
  content: ""; }

.gl-icon-hardwarechip:before {
  content: ""; }

.gl-icon-serverbookmark:before {
  content: ""; }

.gl-icon-serverServer:before {
  content: ""; }

.gl-icon-serverServersharing:before {
  content: ""; }

.gl-icon-serversettings:before {
  content: ""; }

.gl-icon-settingslargebolts:before {
  content: ""; }

.gl-icon-settingsSettingsbolt:before {
  content: ""; }

.gl-icon-settingsSettingsdetails:before {
  content: ""; }

.gl-icon-settingsSettingsstatus:before {
  content: ""; }

.gl-icon-settingsSettingswrench:before {
  content: ""; }

.gl-icon-transfersarrowdowncloud:before {
  content: ""; }

.gl-icon-transfersarrowleftright:before {
  content: ""; }

.gl-icon-transfersarrowupcloud:before {
  content: ""; }

.gl-icon-transferscancelcloud:before {
  content: ""; }

.gl-icon-transferscloud:before {
  content: ""; }

.gl-icon-transfersconfirmcloud:before {
  content: ""; }

.gl-icon-transfersdeletecloud:before {
  content: ""; }

.gl-icon-transfersdownlines:before {
  content: ""; }

.gl-icon-transfersdownload:before {
  content: ""; }

.gl-icon-transfersdownsquare:before {
  content: ""; }

.gl-icon-transfersrefreshcloud:before {
  content: ""; }

.gl-icon-transfersreloudcloud:before {
  content: ""; }

.gl-icon-transfersuparrowsquare:before {
  content: ""; }

.gl-icon-windowsarrowdownwindow:before {
  content: ""; }

.gl-icon-windowsarrowupwindow:before {
  content: ""; }

.gl-icon-windowsduplicatewindow:before {
  content: ""; }

.gl-icon-windowslockwindow2:before {
  content: ""; }

.gl-icon-windowsmovedownwindow:before {
  content: ""; }

.gl-icon-windowsmoveupwindow:before {
  content: ""; }

.gl-icon-usersaddfemale:before {
  content: ""; }

.gl-icon-usersaddmale:before {
  content: ""; }

.gl-icon-emailfoldedpaperaeroplane:before {
  content: ""; }

.gl-icon-emailpaperaeroplane:before {
  content: ""; }

.gl-icon-networkandsharingscreens2:before {
  content: ""; }

.gl-icon-transportationsideplane:before {
  content: ""; }

.gl-icon-windowsinternetwindow:before {
  content: ""; }

.gl-icon-spacerocket:before {
  content: ""; }

.gl-icon-spacespacerocket:before {
  content: ""; }

.gl-icon-interfacetimerotate:before {
  content: ""; }

.gl-icon-emaildownload:before {
  content: ""; }

.gl-icon-documentslock:before {
  content: ""; }

.gl-icon-fileslock:before {
  content: ""; }

.gl-icon-filesrefreshdocument:before {
  content: ""; }

.gl-icon-foldersFoldersexchange:before {
  content: ""; }

.gl-icon-hierarchyworksupervision:before {
  content: ""; }

.gl-icon-networkandsharingcomputers:before {
  content: ""; }

.gl-icon-networkandsharingscreens:before {
  content: ""; }

.gl-icon-usersduplicatemale:before {
  content: ""; }

.gl-icon-usersduplicatewoman:before {
  content: ""; }

.gl-icon-usersfemalebookmark:before {
  content: ""; }

.gl-icon-usersfemaleround:before {
  content: ""; }

.gl-icon-usersmalebookmark:before {
  content: ""; }

.gl-icon-usersroundmale:before {
  content: ""; }

.gl-icon-windowslockwindow:before {
  content: ""; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

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

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

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

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

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

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

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

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

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

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

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

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

.fa-pie-chart:before {
  content: ""; }

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

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

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

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

.fa-clone:before {
  content: ""; }

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

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .modal-dialog.modal-notify .modal-body .fa.fa-4x, .ae-auth-blurb, .ae-auth-blurb .ae-blurb, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info, .ae-dashboard-space-modal .ae-recent-files, .ae-global-files-modal .ae-recent-files, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-info .ae-recent-files, .ae-explorer .ae-explorer-info .ae-info, .ae-explorer .ae-explorer-info .ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .ae-order-products {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite, .modal-dialog.modal-notify .modal-body .infinite.fa.fa-4x, .infinite.ae-auth-blurb, .ae-auth-blurb .infinite.ae-blurb, .ae-auth-container .infinite.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .infinite.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .infinite.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .infinite.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .infinite.ae-info, .ae-dashboard-space-modal .infinite.ae-recent-files, .ae-global-files-modal .infinite.ae-recent-files, .ae-search-tab .ae-search-results > div .infinite.ae-recent-file, .ae-search-tab .ae-search-results > div .infinite.ae-recent-dir, .ae-explorer .ae-explorer-info .infinite.ae-recent-files, .ae-explorer .ae-explorer-info .infinite.ae-info, .ae-explorer .ae-explorer-info .infinite.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .infinite.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .infinite.ae-order-products {
  animation-iteration-count: infinite; }

.animated.hinge, .modal-dialog.modal-notify .modal-body .hinge.fa.fa-4x, .hinge.ae-auth-blurb, .ae-auth-blurb .hinge.ae-blurb, .ae-auth-container .hinge.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .hinge.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .hinge.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .hinge.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .hinge.ae-info, .ae-dashboard-space-modal .hinge.ae-recent-files, .ae-global-files-modal .hinge.ae-recent-files, .ae-search-tab .ae-search-results > div .hinge.ae-recent-file, .ae-search-tab .ae-search-results > div .hinge.ae-recent-dir, .ae-explorer .ae-explorer-info .hinge.ae-recent-files, .ae-explorer .ae-explorer-info .hinge.ae-info, .ae-explorer .ae-explorer-info .hinge.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .hinge.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .hinge.ae-order-products {
  animation-duration: 2s; }

.animated.flipOutX, .modal-dialog.modal-notify .modal-body .flipOutX.fa.fa-4x, .flipOutX.ae-auth-blurb, .ae-auth-blurb .flipOutX.ae-blurb, .ae-auth-container .flipOutX.ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutX.ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutX.ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutX.ae-recent-files, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutX.ae-info, .ae-dashboard-space-modal .flipOutX.ae-recent-files, .ae-global-files-modal .flipOutX.ae-recent-files, .ae-search-tab .ae-search-results > div .flipOutX.ae-recent-file, .ae-search-tab .ae-search-results > div .flipOutX.ae-recent-dir, .ae-explorer .ae-explorer-info .flipOutX.ae-recent-files, .ae-explorer .ae-explorer-info .flipOutX.ae-info, .ae-explorer .ae-explorer-info .flipOutX.ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .flipOutX.ae-search-toggle, .ae-order-history-page .ae-order .ae-order-details .flipOutX.ae-order-products,
.animated.flipOutY,
.modal-dialog.modal-notify .modal-body .flipOutY.fa.fa-4x,
.flipOutY.ae-auth-blurb,
.ae-auth-blurb .flipOutY.ae-blurb,
.ae-auth-container .flipOutY.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutY.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .flipOutY.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutY.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .flipOutY.ae-info,
.ae-dashboard-space-modal .flipOutY.ae-recent-files,
.ae-global-files-modal .flipOutY.ae-recent-files,
.ae-search-tab .ae-search-results > div .flipOutY.ae-recent-file,
.ae-search-tab .ae-search-results > div .flipOutY.ae-recent-dir,
.ae-explorer .ae-explorer-info .flipOutY.ae-recent-files,
.ae-explorer .ae-explorer-info .flipOutY.ae-info,
.ae-explorer .ae-explorer-info .flipOutY.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .flipOutY.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .flipOutY.ae-order-products,
.animated.bounceIn,
.modal-dialog.modal-notify .modal-body .bounceIn.fa.fa-4x,
.bounceIn.ae-auth-blurb,
.ae-auth-blurb .bounceIn.ae-blurb,
.ae-auth-container .bounceIn.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceIn.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceIn.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceIn.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceIn.ae-info,
.ae-dashboard-space-modal .bounceIn.ae-recent-files,
.ae-global-files-modal .bounceIn.ae-recent-files,
.ae-search-tab .ae-search-results > div .bounceIn.ae-recent-file,
.ae-search-tab .ae-search-results > div .bounceIn.ae-recent-dir,
.ae-explorer .ae-explorer-info .bounceIn.ae-recent-files,
.ae-explorer .ae-explorer-info .bounceIn.ae-info,
.ae-explorer .ae-explorer-info .bounceIn.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .bounceIn.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .bounceIn.ae-order-products,
.animated.bounceOut,
.modal-dialog.modal-notify .modal-body .bounceOut.fa.fa-4x,
.bounceOut.ae-auth-blurb,
.ae-auth-blurb .bounceOut.ae-blurb,
.ae-auth-container .bounceOut.ae-auth-area,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceOut.ae-recent-files,
.ae-dashboard-spaces .ae-dashboard-spaces-info .bounceOut.ae-info,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceOut.ae-recent-files,
.ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .bounceOut.ae-info,
.ae-dashboard-space-modal .bounceOut.ae-recent-files,
.ae-global-files-modal .bounceOut.ae-recent-files,
.ae-search-tab .ae-search-results > div .bounceOut.ae-recent-file,
.ae-search-tab .ae-search-results > div .bounceOut.ae-recent-dir,
.ae-explorer .ae-explorer-info .bounceOut.ae-recent-files,
.ae-explorer .ae-explorer-info .bounceOut.ae-info,
.ae-explorer .ae-explorer-info .bounceOut.ae-file-history,
.ae-browse-past-page .ae-head-sel .ae-heading .bounceOut.ae-search-toggle,
.ae-order-history-page .ae-order .ae-order-details .bounceOut.ae-order-products {
  animation-duration: .75s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn, .ae-auth-blurb, .ae-auth-blurb .ae-blurb, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-spaces .ae-dashboard-spaces-info.ae-showing-space .ae-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info.ae-showing-space .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files, .ae-dashboard-space-modal .ae-recent-files, .ae-global-files-modal .ae-recent-files, .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir, .ae-explorer .ae-explorer-info .ae-recent-files, .ae-explorer .ae-explorer-info .ae-info.ae-single, .ae-explorer .ae-explorer-info .ae-file-history, .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft, .ae-order-history-page .ae-order .ae-order-details .ae-order-products {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp, .ae-auth-container .ae-auth-area, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info, .ae-explorer .ae-explorer-info .ae-info {
  animation-name: fadeInUp; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@media only screen and (max-width: 575px) {
  .hidden-xs-down, .ae-mini-sidenav, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading .ae-quota-info, .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-create-notif .bq-title, .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list th, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-nrevs, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-nrevs, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-collaborators, .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-perms, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-collaborators, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-perms, .ae-dashboard-device-page .ae-device-registered, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-visits, .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-uploads, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-visits, .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-uploads, .ae-account-page table th.ae-enabled, .ae-account-page table .ae-regtime, .ae-appliance-page .ae-appliance-install .btn.ae-manual-1, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-1, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-1, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-1, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-1, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-1, .ae-support-tickets-page .ae-issue .ae-issue-icon {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hidden-sm-down, .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-explorer .ae-explorer-info {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .hidden-md-down, .ae-admin-page .ae-user-status {
    display: none !important; } }

@media only screen and (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media only screen and (min-width: 576px) {
  .hidden-sm-up, .fixed-action-btn, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

html {
  height: 100%; }

body {
  overflow-y: scroll !important; }

button {
  cursor: pointer; }

a, img {
  -webkit-user-drag: none; }

code {
  color: #546e7a !important; }

* {
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.btn.btn-block, .ae-discount-preregister-page .ae-download a.btn-block, .ae-appliance-page .ae-appliance-install .btn.ae-manual-2, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-2, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-2, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-2 {
  max-width: 300px;
  display: block;
  margin: auto; }

.ae-selectable, input, textarea {
  -khtml-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text; }

.ae-selectable-all, .ae-selectable-code > span {
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  word-break: break-all; }

.ae-clickable, .ae-payment .ae-address-list .ae-billing-address .ae-select.fa, .ae-payment .ae-address-list .ae-billing-address .ae-select .fa, .ae-payment .ae-address-list .ae-billing-address .ae-actions.fa, .ae-payment .ae-address-list .ae-billing-address .ae-actions .fa {
  cursor: pointer; }

.ae-glico-bg {
  opacity: 0.3; }

.ae-no-shadow {
  box-shadow: none !important; }

.ae-spinner {
  display: block; }
  .ae-spinner.my-0, .ae-payment .ae-payment-value-codes .ae-spinner {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.ae-selectable-code {
  display: block;
  padding: 1px; }
  .ae-selectable-code > span {
    display: block;
    word-break: break-all; }

.dropdown .dropdown-toggle::after {
  transition: transform 0.4s, opacity 0.6s;
  opacity: 0; }

.dropdown.ae-show-toggle .dropdown-toggle::after {
  opacity: 1; }

.dropdown:hover .dropdown-toggle::after {
  transition: transform 0.4s, opacity 0.4s;
  opacity: 1; }

.dropdown.show .dropdown-toggle::after {
  transition: transform 0.4s, opacity 0.2s;
  transform: rotate(180deg);
  opacity: 1; }

.dropdown .dropdown-menu form.dropdown-item {
  padding: 0; }
  .dropdown .dropdown-menu form.dropdown-item:hover {
    background-color: transparent; }
  .dropdown .dropdown-menu form.dropdown-item .btn-flat {
    margin: 0;
    padding: 4px 6px;
    width: 100%; }

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px; } }

.nav-flex-icons {
  float: right; }

@media only screen and (max-width: 575px) {
  .ae-logout-menu .dropdown-menu a {
    font-size: 1rem; } }

.ae-mini-sidenav {
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 120px;
  height: 100vh;
  color: white;
  padding-top: 200px;
  text-align: center;
  font-size: 70%; }
  @media screen and (min-width: 1441px) {
    .ae-mini-sidenav {
      display: none; } }
  @media screen and (max-width: 991px) {
    .ae-mini-sidenav {
      width: 100px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .ae-mini-sidenav {
      width: 80px;
      padding-left: 5px;
      padding-right: 5px; } }
  .ae-mini-sidenav .fa, .ae-mini-sidenav [class*="gl-icon-"] {
    display: block;
    font-size: 240%; }
  .ae-mini-sidenav a, .ae-mini-sidenav a:hover {
    display: inline-block;
    color: white;
    width: 100%;
    height: 100%;
    padding-top: 0.9em;
    padding-bottom: 0.9em; }
    .ae-mini-sidenav a.active, .ae-mini-sidenav a:hover.active {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: default; }
    .ae-mini-sidenav a:not(.active):hover, .ae-mini-sidenav a:hover:not(.active):hover {
      background: rgba(1, 1, 1, 0.1); }

.ae-minitoast {
  animation-duration: 0.4s;
  opacity: 0.3; }

.is-safari .ae-mini-sidenav {
  height: 100%; }

.ae-input-status {
  position: absolute;
  bottom: -1.4em;
  left: 0;
  font-size: 75%; }

.ae-mdb-select::after {
  content: "";
  position: relative;
  width: 100%;
  top: -16px;
  display: block;
  border-bottom: 2px solid transparent; }

.ae-mdb-select.invalid::after {
  border-bottom: 2px solid #f44336; }

main {
  padding-left: 240px;
  padding-top: 44px; }
  @media screen and (max-width: 1440px) {
    main.ae-with-mini-sidenav {
      padding-left: 120px; } }
  @media screen and (max-width: 991px) {
    main.ae-with-mini-sidenav {
      padding-left: 100px; } }
  @media screen and (max-width: 767px) {
    main.ae-with-mini-sidenav {
      padding-left: 80px; } }
  @media screen and (max-width: 575px) {
    main.ae-with-mini-sidenav {
      padding-left: 0; } }

blockquote p {
  margin-bottom: 0; }

.fixed-action-btn {
  right: 40px;
  bottom: 75px;
  z-index: 997; }
  .fixed-action-btn.active ul {
    display: block; }
  .fixed-action-btn ul {
    display: none; }

.modal-dialog.modal-notify .modal-header {
  word-break: break-all;
  color: white; }
  .modal-dialog.modal-notify .modal-header button {
    color: white; }

.modal-dialog.modal-notify .modal-body .fa.fa-4x {
  display: block;
  text-align: center; }

@media only screen and (max-width: 1440px) {
  main {
    padding-left: 0; } }

@media screen and (min-width: 576px) and (max-width: 1440px) {
  .ae-with-mini-sidenav #topbar .button-collapse {
    display: none; } }

.fixed-top, #topbar {
  z-index: 996; }

#topbar {
  z-index: 997;
  min-height: 50px; }
  #topbar .container {
    max-width: none; }
  #topbar .button-collapse {
    float: left; }
  #topbar .dropdown-menu a {
    text-align: left;
    display: block;
    padding: 0.5rem; }
  #topbar .ae-logout {
    display: inline-block;
    float: right; }
    #topbar .ae-logout .btn-flat {
      padding: 2px 5px;
      margin: 5px; }
  #topbar h1 {
    position: absolute;
    bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    left: 25%;
    opacity: 0.8;
    display: none;
    animation-delay: 1s; }

@media only screen and (min-width: 576px) {
  .ae-dashboard-page.rr5-0 #topbar {
    background: url("/img/dashboard-1.jpg") no-repeat; }
  .ae-dashboard-page.rr5-1 #topbar {
    background: url("/img/dashboard-2.jpg") no-repeat; }
  .ae-dashboard-page.rr5-2 #topbar {
    background: url("/img/dashboard-3.jpg") no-repeat; }
  .ae-dashboard-page.rr5-3 #topbar {
    background: url("/img/dashboard-4.jpg") no-repeat; }
  .ae-dashboard-page.rr5-4 #topbar {
    background: url("/img/dashboard-5.jpg") no-repeat; }
  .ae-dashboard-page #topbar {
    height: 200px;
    background-size: cover;
    transition: height 0.5s;
    font-weight: 800;
    padding-bottom: 5px;
    padding-top: 5px; }
    .ae-dashboard-page #topbar.top-nav-collapse {
      height: 50px; }
    .ae-dashboard-page #topbar.ae-bg-loaded .ae-navbar-mask {
      opacity: 0; }
    .ae-dashboard-page #topbar .ae-navbar-mask {
      background-color: #3f51b5;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      transition: opacity 4s;
      opacity: 1; }
    .ae-dashboard-page #topbar .button-collapse, .ae-dashboard-page #topbar .nav-item .nav-link {
      color: white !important; }
    .ae-dashboard-page #topbar h1 {
      display: block; }
    .ae-dashboard-page #topbar.top-nav-collapse h1 {
      display: none; }
  .ae-dashboard-page main {
    padding-top: 200px; } }

.ae-dashboard-page #topbar .navbar-brand, .ae-dashboard-sharing-page #topbar .navbar-brand, .ae-dashboard-device-page #topbar .navbar-brand {
  transition: 1s ease; }
  @media only screen and (min-width: 768px) {
    .ae-dashboard-page #topbar .navbar-brand, .ae-dashboard-sharing-page #topbar .navbar-brand, .ae-dashboard-device-page #topbar .navbar-brand {
      position: fixed;
      left: 20px; } }
  @media only screen and (min-width: 1441px) {
    .ae-dashboard-page #topbar .navbar-brand, .ae-dashboard-sharing-page #topbar .navbar-brand, .ae-dashboard-device-page #topbar .navbar-brand {
      left: 250px; } }

.ae-dashboard-page .ae-shared-tab-sharing {
  display: none; }

.ae-dashboard-sharing-page .ae-shared-tab-spaces {
  display: none; }

#sidenav:empty {
  display: none; }

#sidenav .nav-tabs {
  width: 140px;
  box-shadow: none;
  margin: auto;
  padding-left: 0.7em; }
  #sidenav .nav-tabs li a {
    height: 100%;
    padding: 15px 25px;
    line-height: 2rem; }
    #sidenav .nav-tabs li a [class*="icon-"], #sidenav .nav-tabs li a [class*="fa-"] {
      display: block;
      font-size: 2rem; }
    #sidenav .nav-tabs li a.active {
      background: rgba(1, 1, 1, 0.3) !important; }
    #sidenav .nav-tabs li a:not(.active):hover {
      background: rgba(1, 1, 1, 0.1); }

.ae-brochure {
  height: 100%; }
  .ae-brochure main {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 40px; }
  .ae-brochure div.card, .ae-brochure .ae-order-history-page div.ae-order, .ae-order-history-page .ae-brochure div.ae-order, .ae-brochure .ae-charge-history-page div.ae-charge, .ae-charge-history-page .ae-brochure div.ae-charge, .ae-brochure .ae-invoice-page div.ae-invoice, .ae-invoice-page .ae-brochure div.ae-invoice, .ae-brochure .ae-plans .ae-plan-wrap div.ae-plan, .ae-plans .ae-plan-wrap .ae-brochure div.ae-plan {
    text-align: center; }
  .ae-brochure div.card, .ae-brochure .ae-order-history-page div.ae-order, .ae-order-history-page .ae-brochure div.ae-order, .ae-brochure .ae-charge-history-page div.ae-charge, .ae-charge-history-page .ae-brochure div.ae-charge, .ae-brochure .ae-invoice-page div.ae-invoice, .ae-invoice-page .ae-brochure div.ae-invoice, .ae-brochure .ae-plans .ae-plan-wrap div.ae-plan, .ae-plans .ae-plan-wrap .ae-brochure div.ae-plan, .ae-brochure form.card, .ae-brochure .ae-order-history-page form.ae-order, .ae-order-history-page .ae-brochure form.ae-order, .ae-brochure .ae-charge-history-page form.ae-charge, .ae-charge-history-page .ae-brochure form.ae-charge, .ae-brochure .ae-invoice-page form.ae-invoice, .ae-invoice-page .ae-brochure form.ae-invoice, .ae-brochure .ae-plans .ae-plan-wrap form.ae-plan, .ae-plans .ae-plan-wrap .ae-brochure form.ae-plan {
    max-width: 500px;
    margin: 0 auto 60px; }
  .ae-brochure > footer {
    display: none; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-0:not(.ae-no-bg) main {
    background: url("/img/splash1.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-0:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash1.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-1:not(.ae-no-bg) main {
    background: url("/img/splash2.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-1:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash2.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-2:not(.ae-no-bg) main {
    background: url("/img/splash3.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-2:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash3.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-3:not(.ae-no-bg) main {
    background: url("/img/splash4.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-3:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash4.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-4:not(.ae-no-bg) main {
    background: url("/img/splash5.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-4:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash5.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-5:not(.ae-no-bg) main {
    background: url("/img/splash6.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-5:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash6.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-6:not(.ae-no-bg) main {
    background: url("/img/splash7.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-6:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash7.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-7:not(.ae-no-bg) main {
    background: url("/img/splash8.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-7:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash8.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-8:not(.ae-no-bg) main {
    background: url("/img/splash9.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-8:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash9.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-9:not(.ae-no-bg) main {
    background: url("/img/splash10.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-9:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash10.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-10:not(.ae-no-bg) main {
    background: url("/img/splash11.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-10:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash11.jpg") no-repeat center center fixed; }

@media only screen and (min-width: 576px) {
  body.ae-brochure.rr12-11:not(.ae-no-bg) main {
    background: url("/img/splash12.jpg") no-repeat center center fixed; } }

body.ae-brochure.rr12-11:not(.ae-no-bg) main.ae-bg-loaded {
  background: url("/img/splash12.jpg") no-repeat center center fixed; }

.ae-brochure {
  background-color: black; }
  .ae-brochure.ae-no-bg .ae-main-mask {
    display: none; }
  .ae-brochure main {
    position: relative; }
    .ae-brochure main.ae-bg-loaded .ae-main-mask {
      opacity: 0; }
    .ae-brochure main .ae-main-mask {
      background: #356aa0;
      background: -moz-linear-gradient(top, #356aa0 0%, #4b515d 0%, #00695c 36%, #356aa0 100%);
      background: -webkit-linear-gradient(top, #356aa0 0%, #4b515d 0%, #00695c 36%, #356aa0 100%);
      background: linear-gradient(to bottom, #356aa0 0%, #4b515d 0%, #00695c 36%, #356aa0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      transition: opacity 1s;
      opacity: 1; }
  .ae-brochure #topbar {
    background: transparent !important;
    box-shadow: none !important; }

.ae-tab-background {
  opacity: 0.1;
  position: fixed;
  width: 80%;
  text-align: center;
  z-index: -1; }

.ae-tab-background.ae-light, .ae-client-download .ae-tab-background {
  opacity: 0.05; }

.ae-auth-blurb {
  color: white;
  animation-delay: 2s;
  background-color: rgba(0, 0, 0, 0.7); }
  .ae-auth-blurb .ae-blurb {
    text-align: center; }
    .ae-auth-blurb .ae-blurb h4 {
      font-weight: 500; }
    .ae-auth-blurb .ae-blurb [class*="gl-icon"] {
      display: block;
      font-size: 3rem; }
    .ae-auth-blurb .ae-blurb p {
      margin-bottom: 0;
      opacity: 0.8; }
    .ae-auth-blurb .ae-blurb p.ae-blurb-detail {
      display: none; }
  .ae-auth-blurb .ae-blurb:nth-child(1) {
    animation-delay: 3.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(2) {
    animation-delay: 4s; }
  .ae-auth-blurb .ae-blurb:nth-child(3) {
    animation-delay: 4.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(4) {
    animation-delay: 5s; }
  .ae-auth-blurb .ae-blurb:nth-child(5) {
    animation-delay: 5.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(6) {
    animation-delay: 6s; }
  .ae-auth-blurb .ae-blurb:nth-child(7) {
    animation-delay: 6.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(8) {
    animation-delay: 7s; }
  .ae-auth-blurb .ae-blurb:nth-child(9) {
    animation-delay: 7.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(10) {
    animation-delay: 8s; }
  .ae-auth-blurb .ae-blurb:nth-child(11) {
    animation-delay: 8.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(12) {
    animation-delay: 9s; }
  .ae-auth-blurb .ae-blurb:nth-child(13) {
    animation-delay: 9.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(14) {
    animation-delay: 10s; }
  .ae-auth-blurb .ae-blurb:nth-child(15) {
    animation-delay: 10.5s; }
  .ae-auth-blurb .ae-blurb:nth-child(16) {
    animation-delay: 11s; }

.ae-auth-container .ae-auth-area {
  max-width: 350px;
  min-width: 290px; }

.ae-dashboard-spaces .ae-progress {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }

.ae-dashboard-spaces .ae-dashboard-spaces-main {
  padding-right: 0; }
  @media only screen and (max-width: 575px) {
    .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading {
      background: none !important;
      box-shadow: none !important; } }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading .ae-space-controls {
    text-align: center; }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading .ae-quota-info {
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.5s; }
    .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading .ae-quota-info .min-chart {
      margin: 0; }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-space-heading:hover .ae-quota-info {
    opacity: 1; }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .ae-create-space-btn {
    font-size: 125%;
    display: block; }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    background: white; }
    .ae-dashboard-spaces .ae-dashboard-spaces-main .nav li {
      width: 50%; }
    .ae-dashboard-spaces .ae-dashboard-spaces-main .nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    @media only screen and (min-width: 768px) {
      .ae-dashboard-spaces .ae-dashboard-spaces-main .nav {
        background: transparent;
        z-index: 1040;
        top: -5px; }
        .ae-dashboard-spaces .ae-dashboard-spaces-main .nav .nav-link {
          background: white;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }
  @media only screen and (max-width: 767px) {
    .ae-dashboard-spaces .ae-dashboard-spaces-main {
      padding-bottom: 100px;
      padding-left: 0; }
      .ae-dashboard-spaces .ae-dashboard-spaces-main .nav {
        position: fixed;
        padding: 0;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0;
        transform: translateY(-100%);
        z-index: 100; }
        .ae-dashboard-spaces .ae-dashboard-spaces-main .nav .nav-link {
          padding: 8px 10px; } }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .tab-content {
    overflow-x: hidden; }
  .ae-dashboard-spaces .ae-dashboard-spaces-main .space.expanded {
    background-color: #eee; }

.ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info {
  transition: background-color 1s;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: hidden; }
  @media only screen and (min-width: 992px) {
    .ae-dashboard-spaces .ae-dashboard-spaces-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info {
      top: 54px;
      height: calc(100vh - 58px); } }
  .ae-dashboard-spaces .ae-dashboard-spaces-info h1, .ae-dashboard-spaces .ae-dashboard-spaces-info h2, .ae-dashboard-spaces .ae-dashboard-spaces-info h3, .ae-dashboard-spaces .ae-dashboard-spaces-info h4, .ae-dashboard-spaces .ae-dashboard-spaces-info h5, .ae-dashboard-spaces .ae-dashboard-spaces-info h6, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h1, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h2, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h3, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h4, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h5, .ae-dashboard-sharing-page .ae-dashboard-spaces-info h6 {
    text-align: center;
    word-wrap: break-word; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading {
    text-align: center;
    word-wrap: break-word; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file {
    overflow: hidden;
    line-height: 1.3;
    text-align: center; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a {
      color: white; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a:hover, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a:hover {
      color: white;
      opacity: 0.8; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
    .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico {
      font-size: 3rem; }
      @media only screen and (max-width: 1199px) {
        .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
        .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
        .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico {
          font-size: 2.5rem; } }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time {
      font-size: 0.8rem;
      line-height: 1.2;
      display: block;
      word-wrap: break-word; }
    @media only screen and (max-width: 575px) {
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name {
        display: none; } }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname {
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 2px;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 2px 4px; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author {
      font-weight: 600; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time {
      opacity: 0.8;
      font-weight: 300; }
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time .fa, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time .fa {
        margin-right: 0.5em; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
    .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont {
      flex-wrap: no-wrap; }
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-ico,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-ico,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-ico, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-ico,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-ico,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-ico {
        padding: 0 5px; }
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-info,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-info,
      .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-info,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-info,
      .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-info {
        padding: 0 5px 0 15px; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname {
      font-size: 1rem; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-recent-files.ae-mine .ae-recent-file .ae-author, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files.ae-mine .ae-recent-file .ae-author {
    display: none; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info {
    margin-top: 60px;
    color: white; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-close, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-close {
      float: left;
      color: white; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info a, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a {
      display: block;
      margin: 0.5em auto; }
    .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-info .ae-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-info {
      position: relative;
      margin-top: 0;
      top: 0; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info.ae-showing-space .ae-info, .ae-dashboard-sharing-page .ae-dashboard-spaces-info.ae-showing-space .ae-info {
    animation-duration: 0s; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats [class*="ae-stat-"] {
    font-size: 1rem;
    margin: 15px auto;
    text-align: center;
    font-weight: 300; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats .ae-cnt, .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats .ae-cnt {
    font-weight: 800;
    display: block;
    line-height: 0.7; }
  .ae-dashboard-spaces .ae-dashboard-spaces-info .ae-space-stats.ae-single [class*="ae-stat-"], .ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-space-stats.ae-single [class*="ae-stat-"] {
    font-size: 1rem; }

.ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info {
  transition: background-color 1s;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100vh - 54px); }
  @media only screen and (min-width: 992px) {
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info {
      top: 54px;
      height: calc(100vh - 58px); } }
  .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h1, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h2, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h3, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h4, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h5, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info h6, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h1, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h2, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h3, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h4, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h5, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info h6 {
    text-align: center;
    word-wrap: break-word; }
  .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-heading {
    text-align: center;
    word-wrap: break-word; }
  .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file {
    overflow: hidden;
    line-height: 1.3;
    text-align: center; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a {
      color: white; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a:hover, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file a:hover {
      color: white;
      opacity: 0.8; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
    .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico {
      font-size: 3rem; }
      @media only screen and (max-width: 1199px) {
        .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
        .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-file-ico,
        .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dir-ico {
          font-size: 2.5rem; } }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time {
      font-size: 0.8rem;
      line-height: 1.2;
      display: block;
      word-wrap: break-word; }
    @media only screen and (max-width: 575px) {
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-space-name {
        display: none; } }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-dname {
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 2px;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 2px 4px; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-author {
      font-weight: 600; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time {
      opacity: 0.8;
      font-weight: 300; }
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time .fa, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-time .fa {
        margin-right: 0.5em; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
    .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont {
      flex-wrap: no-wrap; }
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-ico,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-ico,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-ico, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-ico,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-ico,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-ico {
        padding: 0 5px; }
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-info,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-info,
      .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-info,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-info,
      .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-info {
        padding: 0 5px 0 15px; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files .ae-recent-file .ae-fname {
      font-size: 1rem; }
  .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files.ae-mine .ae-recent-file .ae-author, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-recent-files.ae-mine .ae-recent-file .ae-author {
    display: none; }
  .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info {
    margin-top: 60px;
    color: white; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-close, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-close {
      float: left;
      color: white; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info button, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a.btn, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info a {
      display: block;
      margin: 0.5em auto; }
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info .ae-info .ae-info {
      position: relative;
      margin-top: 0;
      top: 0; }
  @media only screen and (min-width: 992px) {
    .ae-dashboard-spaces.ae-dashboard-sharing-page .ae-dashboard-spaces-info, .ae-dashboard-sharing-page.ae-dashboard-sharing-page .ae-dashboard-spaces-info {
      height: calc(100vh - 64px); } }

.ae-dashboard-spaces .ae-invites .ae-invite, .ae-dashboard-sharing-page .ae-invites .ae-invite {
  text-align: center; }
  .ae-dashboard-spaces .ae-invites .ae-invite .ae-granter, .ae-dashboard-sharing-page .ae-invites .ae-invite .ae-granter {
    font-weight: 600; }
  .ae-dashboard-spaces .ae-invites .ae-invite .ae-space, .ae-dashboard-sharing-page .ae-invites .ae-invite .ae-space {
    font-style: italic; }
  .ae-dashboard-spaces .ae-invites .ae-invite blockquote, .ae-dashboard-sharing-page .ae-invites .ae-invite blockquote {
    padding-left: 15px;
    border-left: 4px solid #4285f4; }

.ae-dashboard-spaces .ae-space-list, .ae-dashboard-sharing-page .ae-space-list {
  max-width: 900px; }
  .ae-dashboard-spaces .ae-space-list th, .ae-dashboard-spaces .ae-space-list td, .ae-dashboard-sharing-page .ae-space-list th, .ae-dashboard-sharing-page .ae-space-list td {
    vertical-align: middle;
    text-align: center; }
  .ae-dashboard-spaces .ae-space-list tr.expanded, .ae-dashboard-sharing-page .ae-space-list tr.expanded {
    background-color: #eee; }
  .ae-dashboard-spaces .ae-space-list .ae-space, .ae-dashboard-sharing-page .ae-space-list .ae-space {
    cursor: default; }
    .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name {
      text-align: left;
      padding-left: 90px;
      position: relative;
      word-wrap: break-word; }
      .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name a, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name a {
        margin-left: 0; }
      .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name > img, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name > img {
        position: absolute;
        left: 10px;
        width: 50px;
        top: 50%;
        transform: translateY(-50%);
        filter: hue-rotate(30deg) saturate(150%);
        -webkit-filter: hue-rotate(30deg) saturate(150%); }
      .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-details, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-details {
        font-size: 0.9rem; }
        .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-owner, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-details .ae-owner {
          font-weight: 600; }
      .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name .ae-space-last-changed, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name .ae-space-last-changed {
        font-size: 0.8rem;
        opacity: 0.6; }
      @media screen and (max-width: 575px) {
        .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name {
          padding-left: 60px;
          font-size: 120%; }
          .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-name > img, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-name > img {
            padding-left: 0;
            width: 30px; } }
    .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-perms, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-perms {
      opacity: 0.6; }
    .ae-dashboard-spaces .ae-space-list .ae-space .ae-space-info, .ae-dashboard-sharing-page .ae-space-list .ae-space .ae-space-info {
      font-size: 200%;
      opacity: 0.3; }

.ae-dashboard-device-page {
  padding-top: 1rem; }
  .ae-dashboard-device-page .ae-device td {
    vertical-align: middle; }
  .ae-dashboard-device-page .ae-device-ico {
    text-align: center; }
    .ae-dashboard-device-page .ae-device-ico img {
      margin-right: 0.5rem; }
      @media screen and (max-width: 575px) {
        .ae-dashboard-device-page .ae-device-ico img {
          width: 30px; } }
  @media screen and (max-width: 575px) {
    .ae-dashboard-device-page .table td, .ae-dashboard-device-page .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-dashboard-device-page .ae-publink-list td, .ae-dashboard-device-page .ae-dashboard-sharing-page .ae-inbox-list td, .ae-dashboard-sharing-page .ae-dashboard-device-page .ae-inbox-list td, .ae-dashboard-device-page .ae-grantee-list td, .ae-dashboard-device-page .ae-invite-list td, .ae-dashboard-device-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-order-history-page .ae-order .ae-order-details .ae-dashboard-device-page .ae-order-products td, .ae-dashboard-device-page .ae-invoice-page table td, .ae-invoice-page .ae-dashboard-device-page table td, .ae-dashboard-device-page .ae-payment table td, .ae-payment .ae-dashboard-device-page table td, .ae-dashboard-device-page .table th, .ae-dashboard-device-page .ae-dashboard-sharing-page .ae-publink-list th, .ae-dashboard-sharing-page .ae-dashboard-device-page .ae-publink-list th, .ae-dashboard-device-page .ae-dashboard-sharing-page .ae-inbox-list th, .ae-dashboard-sharing-page .ae-dashboard-device-page .ae-inbox-list th, .ae-dashboard-device-page .ae-grantee-list th, .ae-dashboard-device-page .ae-invite-list th, .ae-dashboard-device-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products th, .ae-order-history-page .ae-order .ae-order-details .ae-dashboard-device-page .ae-order-products th, .ae-dashboard-device-page .ae-invoice-page table th, .ae-invoice-page .ae-dashboard-device-page table th, .ae-dashboard-device-page .ae-payment table th, .ae-payment .ae-dashboard-device-page table th {
      padding: 0.25rem; } }
  .ae-dashboard-device-page td.ae-device-registered, .ae-dashboard-device-page td.ae-device-connected {
    font-size: 85%; }
  .ae-dashboard-device-page .ae-device-actions {
    width: 60px; }
    .ae-dashboard-device-page .ae-device-actions .fa {
      font-size: 2em; }
      .ae-dashboard-device-page .ae-device-actions .fa:hover {
        opacity: 0.8; }

.ae-dashboard-space-modal .ae-space-stats [class*="ae-stat-"] {
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
  font-size: 1rem; }

.ae-dashboard-space-modal .ae-space-stats .ae-cnt {
  font-size: 2rem;
  font-weight: 800;
  display: block;
  line-height: 1.5rem; }

.ae-dashboard-space-modal .ae-spinner {
  display: block; }

.ae-dashboard-space-modal .ae-recent-files {
  table-layout: fixed; }

.ae-dashboard-space-modal .ae-recent-file .ae-action, .ae-dashboard-space-modal .ae-recent-file .ae-time, .ae-dashboard-space-modal .ae-recent-file .ae-author {
  display: block; }

.ae-dashboard-space-modal .ae-recent-file .ae-details {
  text-align: right;
  width: 30%; }

.ae-dashboard-space-modal .ae-recent-file .ae-action {
  opacity: 0.8; }

.ae-dashboard-space-modal .ae-recent-file .ae-time {
  font-size: 85%; }

.ae-dashboard-space-modal .ae-recent-file .ae-author {
  word-wrap: break-word;
  font-style: italic; }

.ae-dashboard-space-modal .ae-recent-file .ae-fname {
  width: 60%;
  word-wrap: break-word; }

.ae-dashboard-space-modal ul.nav-tabs {
  padding: 0.7em 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white; }
  .ae-dashboard-space-modal ul.nav-tabs li {
    padding: 5px; }
    .ae-dashboard-space-modal ul.nav-tabs li .nav-link {
      padding: 0.4em 0.5em; }
    @media only screen and (max-width: 575px) {
      .ae-dashboard-space-modal ul.nav-tabs li {
        padding: 2px 3px; }
        .ae-dashboard-space-modal ul.nav-tabs li .nav-link {
          font-size: 85%;
          padding: 2px 3px; } }

.ae-global-files-modal .ae-recent-files .ae-recent-file {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  line-height: 1.3;
  text-align: center; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file a:hover {
    opacity: 0.8; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-ico,
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-ico {
    font-size: 3rem; }
    @media only screen and (max-width: 1199px) {
      .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-file-ico,
      .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dir-ico {
        font-size: 2.5rem; } }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-fname, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dname, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-author, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-space-name, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-time {
    font-size: 0.8rem;
    line-height: 1.2;
    display: block;
    word-wrap: break-word; }
  @media only screen and (max-width: 575px) {
    .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-space-name {
      display: none; } }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-fname, .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-dname {
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2px 4px; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-author {
    font-weight: 600; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-time {
    opacity: 0.8;
    font-weight: 300; }
    .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-time .fa {
      margin-right: 0.5em; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont {
    flex-wrap: wrap; }
    .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info {
      padding: 0 15px; }
  .ae-global-files-modal .ae-recent-files .ae-recent-file .ae-fname {
    display: inline;
    background: #f9f9f9;
    font-size: 1rem; }

.ae-global-files-modal .ae-recent-files.ae-mine .ae-recent-file .ae-author {
  display: none; }

.ae-dropzone {
  border-radius: 2px;
  width: 100%;
  padding: 4px;
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border: none;
  margin-bottom: 3rem;
  text-align: center; }
  .ae-dropzone .dz-preview.dz-file-preview .dz-image,
  .ae-dropzone .dz-preview.dz-image-preview {
    border-radius: 2px; }
  .ae-dropzone::before {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 50%;
    width: 100%;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "Drop files here or click to select";
    background-color: rgba(33, 150, 243, 0.7);
    z-index: 1000; }
  .ae-dropzone.ae-initializing::before {
    content: "Initializing"; }

.ae-upload-modal .modal-footer {
  padding: 15px 0; }
  .ae-upload-modal .modal-footer > div {
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 320px) {
      .ae-upload-modal .modal-footer > div {
        width: 98%; } }

.ae-search-tab .ae-spinner {
  margin: 0 !important; }

@media only screen and (max-width: 575px) {
  .ae-search-tab {
    top: -25px;
    position: relative; } }

.ae-search-tab .ae-search-spaces h4 {
  text-align: center; }

.ae-search-tab blockquote {
  max-width: 400px;
  margin: auto; }

.ae-search-tab .ae-search-results {
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 0.7; }
  @media only screen and (max-width: 575px) {
    .ae-search-tab .ae-search-results {
      margin-top: 1rem !important; } }
  .ae-search-tab .ae-search-results > div {
    margin-left: 0; }
    .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir {
      animation-duration: 0.4s;
      overflow: hidden;
      line-height: 1.3;
      text-align: center; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
      .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico {
        font-size: 3rem; }
        @media only screen and (max-width: 1199px) {
          .ae-search-tab .ae-search-results > div .ae-recent-file .ae-file-ico,
          .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dir-ico, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-file-ico,
          .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dir-ico {
            font-size: 2.5rem; } }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dname, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-author, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-space-name, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-time, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-author, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-space-name, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-time {
        font-size: 0.8rem;
        line-height: 1.2;
        display: block;
        word-wrap: break-word; }
      @media only screen and (max-width: 575px) {
        .ae-search-tab .ae-search-results > div .ae-recent-file .ae-space-name, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-space-name {
          display: none; } }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dname {
        font-size: 0.9rem;
        font-weight: 800;
        margin-bottom: 2px;
        background-color: rgba(0, 0, 0, 0.05);
        padding: 2px 4px; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-author, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-author {
        font-weight: 600; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-time, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-time {
        opacity: 0.8;
        font-weight: 300; }
        .ae-search-tab .ae-search-results > div .ae-recent-file .ae-time .fa, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-time .fa {
          margin-right: 0.5em; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-file-cont,
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-recent-dir-cont, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-file-cont,
      .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-recent-dir-cont {
        flex-wrap: wrap; }
      .ae-search-tab .ae-search-results > div .ae-recent-file:only-child, .ae-search-tab .ae-search-results > div .ae-recent-dir:only-child {
        max-width: 50%; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dname {
        display: inline; }
      .ae-search-tab .ae-search-results > div .ae-recent-file .ae-space-name, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-space-name {
        display: none; }
      @media only screen and (max-width: 575px) {
        .ae-search-tab .ae-search-results > div .ae-recent-file, .ae-search-tab .ae-search-results > div .ae-recent-dir {
          margin-bottom: 1rem !important; }
          .ae-search-tab .ae-search-results > div .ae-recent-file .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-fname, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dname {
            font-size: 0.8rem !important; }
            .ae-search-tab .ae-search-results > div .ae-recent-file .ae-fname .fa, .ae-search-tab .ae-search-results > div .ae-recent-file .ae-dname .fa, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-fname .fa, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-dname .fa {
              display: none; }
          .ae-search-tab .ae-search-results > div .ae-recent-file .ae-author, .ae-search-tab .ae-search-results > div .ae-recent-dir .ae-author {
            display: none; } }

.ae-search-input {
  text-align: center; }
  .ae-search-input .ae-search-spinner {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
  .ae-search-input input {
    width: 250px; }
  @media only screen and (max-width: 575px) {
    .ae-search-input input {
      width: 200px; } }
  .ae-search-input .ae-search-ico, .ae-search-input .ae-reset-ico {
    display: inline-block;
    width: 1.29em;
    text-align: center;
    font-size: 2rem;
    position: relative;
    top: 5px; }
  .ae-search-input .ae-reset-ico {
    opacity: 0.3; }

.ae-file-history-modal .ae-file-action .ae-info .ae-author {
  font-weight: 600; }

.ae-file-history-modal .ae-file-action .ae-info .ae-date {
  display: block;
  font-size: 85%;
  opacity: 0.5; }

.ae-file-history-modal .ae-file-action .ae-info .ae-comment {
  display: block;
  font-size: 90%;
  font-style: italic; }
  .ae-file-history-modal .ae-file-action .ae-info .ae-comment:empty {
    background-color: transparent !important; }

.ae-file-history-modal .ae-file-action .ae-revert {
  width: 45px;
  height: auto;
  text-align: right;
  border-left: 2px solid #ddd; }
  .ae-file-history-modal .ae-file-action .ae-revert .ae-revert-action {
    padding: 5px;
    font-size: 150%;
    cursor: pointer; }

.ae-make-publink-modal .ae-publink-name .fa {
  left: 0;
  top: 30%; }

@media only screen and (max-width: 767px) {
  .ae-explorer {
    padding-bottom: 100px;
    padding-left: 0; }
    .ae-explorer .ae-pills {
      position: fixed;
      padding: 0;
      width: 100%;
      left: 0;
      top: 100%;
      margin: 0;
      transform: translateY(-100%);
      z-index: 100; }
      .ae-explorer .ae-pills .nav-link {
        padding: 8px 10px; } }

.ae-explorer .ae-recent-file .ae-space-name {
  display: none !important; }

.ae-explorer .ae-explorer-info {
  transition: background-color 1s;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: background-color 1s; }
  @media only screen and (min-width: 992px) {
    .ae-explorer .ae-explorer-info {
      top: 54px;
      height: calc(100vh - 58px); } }
  .ae-explorer .ae-explorer-info h1, .ae-explorer .ae-explorer-info h2, .ae-explorer .ae-explorer-info h3, .ae-explorer .ae-explorer-info h4, .ae-explorer .ae-explorer-info h5, .ae-explorer .ae-explorer-info h6 {
    text-align: center;
    word-wrap: break-word; }
  .ae-explorer .ae-explorer-info .ae-heading {
    text-align: center;
    word-wrap: break-word; }
  .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file {
    overflow: hidden;
    line-height: 1.3;
    text-align: center; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file a {
      color: white; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file a:hover {
      color: white;
      opacity: 0.8; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-ico,
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-ico {
      font-size: 3rem; }
      @media only screen and (max-width: 1199px) {
        .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-file-ico,
        .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dir-ico {
          font-size: 2.5rem; } }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-fname, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dname, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-author, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-space-name, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-time {
      font-size: 0.8rem;
      line-height: 1.2;
      display: block;
      word-wrap: break-word; }
    @media only screen and (max-width: 575px) {
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-space-name {
        display: none; } }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-fname, .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-dname {
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 2px;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 2px 4px; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-author {
      font-weight: 600; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-time {
      opacity: 0.8;
      font-weight: 300; }
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-time .fa {
        margin-right: 0.5em; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont,
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont {
      flex-wrap: no-wrap; }
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-ico,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-ico,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-ico,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-ico {
        padding: 0 5px; }
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-file-info,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-file-cont .ae-dir-info,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-file-info,
      .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-recent-dir-cont .ae-dir-info {
        padding: 0 5px 0 15px; }
    .ae-explorer .ae-explorer-info .ae-recent-files .ae-recent-file .ae-fname {
      font-size: 1rem; }
  .ae-explorer .ae-explorer-info .ae-recent-files.ae-mine .ae-recent-file .ae-author {
    display: none; }
  .ae-explorer .ae-explorer-info .ae-info {
    margin-top: 60px;
    color: white; }
    .ae-explorer .ae-explorer-info .ae-info .ae-close {
      float: left;
      color: white; }
    .ae-explorer .ae-explorer-info .ae-info button, .ae-explorer .ae-explorer-info .ae-info a.btn, .ae-explorer .ae-explorer-info .ae-info .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info a {
      display: block;
      margin: 0.5em auto; }
    .ae-explorer .ae-explorer-info .ae-info .ae-info {
      position: relative;
      margin-top: 0;
      top: 0; }
  .ae-explorer .ae-explorer-info [class*="ae-stat-"] {
    font-size: 1rem;
    margin: 15px auto;
    text-align: center;
    font-weight: 300; }
  .ae-explorer .ae-explorer-info .ae-cnt {
    font-weight: 800;
    display: block;
    line-height: 0.7; }
  .ae-explorer .ae-explorer-info.ae-single [class*="ae-stat-"] {
    font-size: 1rem; }
  .ae-explorer .ae-explorer-info .ae-info .ae-global-actions, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions {
    flex-wrap: wrap; }
    .ae-explorer .ae-explorer-info .ae-info .ae-global-actions .btn, .ae-explorer .ae-explorer-info .ae-info .ae-global-actions .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .ae-global-actions a, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions .btn, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions a {
      display: inline-block;
      margin: 0.5rem 0 !important;
      padding: 0.4em;
      width: 40%; }
      @media only screen and (max-width: 1199px) {
        .ae-explorer .ae-explorer-info .ae-info .ae-global-actions .btn, .ae-explorer .ae-explorer-info .ae-info .ae-global-actions .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .ae-global-actions a, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions .btn, .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-explorer .ae-explorer-info .ae-info .ae-dir-actions a {
          width: 85%; } }
  .ae-explorer .ae-explorer-info .ae-info.ae-single {
    animation-duration: 0s; }
  .ae-explorer .ae-explorer-info .ae-info .ae-info.ae-file .ae-file-ico {
    font-size: 4rem;
    min-height: 80px; }
    .ae-explorer .ae-explorer-info .ae-info .ae-info.ae-file .ae-file-ico .ae-thumbnail {
      height: 80px; }
  .ae-explorer .ae-explorer-info .ae-info .ae-deleted {
    text-decoration: line-through; }
  .ae-explorer .ae-explorer-info .ae-info.ae-file {
    text-align: center; }
    .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-file-ico {
      font-size: 5rem;
      margin: auto; }
    .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-file-name {
      font-weight: 700;
      word-wrap: break-word; }
      .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-file-name.ae-deleted {
        text-decoration: line-through; }
    .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified {
      font-size: 70%; }
      .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-heading {
        font-size: 0.9rem; }
      .ae-explorer .ae-explorer-info .ae-info.ae-file .ae-last-modified .ae-file-time {
        opacity: 0.8; }
  .ae-explorer .ae-explorer-info .ae-info.ae-dir {
    text-align: center; }
    .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico {
      margin: auto; }
      .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .gl-icon {
        font-size: 5rem; }
      .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link {
        border-radius: 4px;
        border: 2px solid white;
        cursor: pointer;
        padding: 5px 7px;
        font-size: 2rem; }
        .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-ico .fa-link ::before {
          position: relative;
          right: 0.06rem; }
    .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-name {
      font-weight: 700;
      word-wrap: break-word; }
      .ae-explorer .ae-explorer-info .ae-info.ae-dir .ae-dir-name.ae-deleted {
        text-decoration: line-through; }
  .ae-explorer .ae-explorer-info .ae-info.ae-selection {
    animation-duration: 0s;
    text-align: center; }
    .ae-explorer .ae-explorer-info .ae-info.ae-selection .ae-cnt {
      display: inline; }
    .ae-explorer .ae-explorer-info .ae-info.ae-selection button {
      width: 90%; }
      .ae-explorer .ae-explorer-info .ae-info.ae-selection button.ae-view-history {
        display: inline-block;
        margin: 0 0 0 10px !important;
        width: auto; }
  .ae-explorer .ae-explorer-info .ae-file-history {
    animation-duration: 0.4s; }
    .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action {
      opacity: 0.7;
      display: block;
      font-size: 80%;
      margin-bottom: 0.6rem; }
      .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action .ae-desc {
        display: block;
        line-height: 0.8rem;
        word-wrap: break-word; }
      .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action .ae-author {
        font-weight: 600; }
      .ae-explorer .ae-explorer-info .ae-file-history .ae-file-action .ae-date {
        font-weight: 300; }

.ae-explorer .ae-explorer-main {
  padding-left: 0;
  padding-right: 0; }
  .ae-explorer .ae-explorer-main .ae-tools {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
    background: white;
    z-index: 100; }
    .ae-explorer .ae-explorer-main .ae-tools .ae-progress {
      width: 100%;
      position: absolute;
      bottom: -1rem;
      left: 0;
      z-index: 1; }
  .ae-explorer .ae-explorer-main .ae-pills {
    background: white; }
    .ae-explorer .ae-explorer-main .ae-pills .nav {
      width: 100%;
      margin: auto; }
      .ae-explorer .ae-explorer-main .ae-pills .nav li {
        width: 50%; }
      @media only screen and (max-width: 575px) {
        .ae-explorer .ae-explorer-main .ae-pills .nav {
          font-size: 90%;
          padding-top: 0;
          padding-bottom: 0;
          border-top: 1px solid #eee; }
          .ae-explorer .ae-explorer-main .ae-pills .nav li {
            padding: 8px 2px; }
            .ae-explorer .ae-explorer-main .ae-pills .nav li a {
              padding: 10px 4px; } }
      @media only screen and (max-width: 320px) {
        .ae-explorer .ae-explorer-main .ae-pills .nav {
          font-size: 85%; } }
  @media only screen and (min-width: 768px) {
    .ae-explorer .ae-explorer-main .ae-tools > * {
      position: relative;
      top: -63px; }
    .ae-explorer .ae-explorer-main .ae-pills > * {
      position: relative;
      top: -54px; }
    .ae-explorer .ae-explorer-main .ae-tools {
      top: 109px;
      background: transparent;
      height: 0;
      box-shadow: none !important; }
    .ae-explorer .ae-explorer-main .ae-pills {
      position: fixed;
      top: 47px;
      z-index: 1030;
      margin-left: 200px;
      width: 400px;
      background: transparent;
      height: 0; }
      .ae-explorer .ae-explorer-main .ae-pills .nav {
        padding: 0; }
      .ae-explorer .ae-explorer-main .ae-pills .nav-link {
        background: white !important;
        box-shadow: none !important;
        border-top: 3px solid transparent; }
        .ae-explorer .ae-explorer-main .ae-pills .nav-link:hover {
          background: #f0f0f0 !important; }
        .ae-explorer .ae-explorer-main .ae-pills .nav-link.active {
          color: #666;
          border-top: 3px solid #20c997; }
    .ae-explorer .ae-explorer-main .tab-content {
      padding-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .ae-explorer .ae-explorer-main .ae-tools > * {
      position: relative;
      top: -55px; } }
  .ae-explorer .ae-explorer-main .ae-actions {
    position: relative;
    padding: 0.3rem 1rem;
    box-shadow: none !important; }
    @media only screen and (min-width: 768px) {
      .ae-explorer .ae-explorer-main .ae-actions {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #aaa; } }
    .ae-explorer .ae-explorer-main .ae-actions .ae-accent {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      transition: transform 0.5s;
      will-change: transform;
      transform: translateX(-100%); }
      @media only screen and (max-width: 575px) {
        .ae-explorer .ae-explorer-main .ae-actions .ae-accent {
          display: none; } }
    .ae-explorer .ae-explorer-main .ae-actions.ae-nonempty-actions .ae-accent {
      transform: translateX(0); }
    .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions, .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions, .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown {
      float: right; }
      .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions button, .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions button, .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown button {
        padding: 2px 4px;
        margin: 0; }
        .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions button:hover, .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions button:hover, .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown button:hover {
          background: rgba(255, 255, 255, 0.3); }
      .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions .dropdown, .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions .dropdown, .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown .dropdown {
        display: inline-block; }
    @media only screen and (max-width: 575px) {
      .ae-explorer .ae-explorer-main .ae-actions .ae-rhs-actions .dropdown .dropdown-menu a,
      .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown .dropdown .dropdown-menu a {
        font-size: 1rem; } }
    .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions {
      display: inline-block;
      float: none;
      margin-right: 5px; }
      .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions .dropdown .ae-deleted {
        text-decoration: line-through; }
      .ae-explorer .ae-explorer-main .ae-actions .ae-lhs-actions .ae-show-toggle.ae-nonempty-selection {
        background: rgba(255, 255, 255, 0.3); }
    .ae-explorer .ae-explorer-main .ae-actions .ae-action-dropdown {
      display: none; }
    .ae-explorer .ae-explorer-main .ae-actions .ae-action {
      text-transform: uppercase;
      font-size: 90%;
      padding: 5px 10px; }
      .ae-explorer .ae-explorer-main .ae-actions .ae-action:hover {
        background: rgba(255, 255, 255, 0.3); }
  .ae-explorer .ae-explorer-main .ae-locbar {
    box-shadow: none !important; }
    .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb {
      padding: 0;
      display: flex;
      max-width: 90%; }
      .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item {
        background: rgba(0, 0, 0, 0.1);
        padding: 3px 8px;
        position: relative;
        white-space: nowrap;
        text-overflow: clip;
        overflow: hidden;
        transition: max-width 1.2s ease;
        -webkit-transition: max-width 1.2s ease;
        max-width: 100%; }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:nth-child(even) {
          background: rgba(0, 0, 0, 0.3); }
        @media only screen and (min-width: 768px) {
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item {
            padding: 5px 10px; } }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item a {
          color: white; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item a.active {
            color: #ddd; }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child) {
          max-width: 5%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(2),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(2) ~ li {
            max-width: 59%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(3),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(3) ~ li {
            max-width: 29.5%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(4),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(4) ~ li {
            max-width: 19.66667%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(5),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(5) ~ li {
            max-width: 14.75%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(6),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(6) ~ li {
            max-width: 11.8%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(7),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(7) ~ li {
            max-width: 9.83333%; }
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(8),
          .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:not(:last-child):first-child:nth-last-child(8) ~ li {
            max-width: 8.42857%; }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item:hover {
          max-width: 100% !important; }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          display: inline-block;
          padding: 0;
          color: #636c72;
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #00877a;
          height: 10px;
          position: absolute;
          left: 0px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
        .ae-explorer .ae-explorer-main .ae-locbar .breadcrumb .breadcrumb-item + .breadcrumb-item:nth-child(odd)::before {
          border-left-color: #00695f; }
    .ae-explorer .ae-explorer-main .ae-locbar .dropdown {
      width: 32px; }
      @media only screen and (max-width: 575px) {
        .ae-explorer .ae-explorer-main .ae-locbar .dropdown .dropdown-menu a {
          font-size: 1rem; } }
      .ae-explorer .ae-explorer-main .ae-locbar .dropdown button {
        padding: 2px 4px;
        height: 24px; }
      @media only screen and (min-width: 576px) {
        .ae-explorer .ae-explorer-main .ae-locbar .dropdown {
          display: none; } }
  @media only screen and (max-width: 575px) {
    .ae-explorer .ae-explorer-main .ae-tools .ae-actions {
      display: none !important;
      min-height: 51px; }
      .ae-explorer .ae-explorer-main .ae-tools .ae-actions .ae-rhs-actions, .ae-explorer .ae-explorer-main .ae-tools .ae-actions .ae-action-btns {
        display: none; }
      .ae-explorer .ae-explorer-main .ae-tools .ae-actions .ae-action-dropdown {
        float: right;
        display: inline-block; }
    .ae-explorer .ae-explorer-main .ae-tools.ae-selected-some .ae-locbar {
      display: none !important; }
    .ae-explorer .ae-explorer-main .ae-tools.ae-selected-some .ae-actions {
      display: flex !important; } }
  .ae-explorer .ae-explorer-main .ae-dir-view {
    padding: 15px;
    min-height: 300px;
    will-transform: opacity, transform;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0);
    opacity: 1; }
    .ae-explorer .ae-explorer-main .ae-dir-view.ae-hide {
      opacity: 0;
      transition: none;
      transform: translateY(-10px); }
    @media only screen and (max-width: 575px) {
      .ae-explorer .ae-explorer-main .ae-dir-view {
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .ae-explorer .ae-explorer-main .ae-dir-view.ae-nonempty-selection .ae-item-list .ae-item fieldset.ae-checkbox {
        opacity: 0.8; } }
    .ae-explorer .ae-explorer-main .ae-dir-view .ae-empty-folder {
      text-align: center; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-empty-folder [class*="gl-icon"] {
        font-size: 5rem; }
    .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item {
      cursor: default; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item:hover {
        background: #fafafa; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-deleted .ae-fname, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-deleted .ae-dname, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-deleted .ae-item-ico {
        opacity: 0.6; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-deleted .ae-fname, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item.ae-deleted .ae-dname {
        text-decoration: line-through; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox {
        margin-bottom: 0;
        margin-left: 8px;
        opacity: 0.3; }
        @media only screen and (max-width: 575px) {
          .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox {
            margin-left: 0;
            opacity: 0.1; } }
        .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox label {
          height: 35px;
          margin-bottom: 5px;
          margin-bottom: 0; }
        .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox [type="checkbox"] + label::before {
          top: 5px;
          left: 5px; }
          @media only screen and (max-width: 575px) {
            .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox [type="checkbox"] + label::before {
              -webkit-transition: 0s;
              transition: 0s; } }
        .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item fieldset.ae-checkbox [type="checkbox"]:checked + label::before {
          top: 3px;
          left: 1px; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item:hover fieldset.ae-checkbox {
        opacity: 1; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-item-ico {
        font-size: 2.5em;
        min-height: 60px; }
      @media only screen and (max-width: 575px) {
        .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-ftime, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-fsize {
          font-size: 75%; } }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-fname, .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-dname {
        font-weight: 600;
        display: block;
        word-break: break-all; }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-dir-link {
        font-size: 2rem;
        width: 2rem;
        min-width: 2rem;
        display: inline-block; }
        .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-dir-link .ae-link {
          vertical-align: bottom; }
          @media only screen and (max-width: 575px) {
            .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-dir-link .ae-link {
              display: none; } }
          @media only screen and (min-width: 768px) {
            .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item .ae-dir-link .ae-link {
              overflow-x: hidden;
              width: 0;
              transition: width 0.5s, opacity 0.5s;
              display: inline-block; } }
      .ae-explorer .ae-explorer-main .ae-dir-view .ae-item-list .ae-item:hover .ae-dir-link .ae-link {
        display: inline-block;
        width: 2rem; }
    .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) {
      margin-right: 0; }
      .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item {
        width: 100%;
        position: relative;
        padding: 8px 10px 8px 0;
        border-bottom: 1px solid #e0ffe0; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item.ae-placeholder div {
          min-height: 3.75rem;
          width: 100%;
          background: #eee; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item.ae-selected {
          border-bottom: 1px solid #e1f5fe; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-ico {
          margin: 0px 10px;
          min-width: 60px;
          max-width: 60px;
          overflow: hidden;
          text-align: center; }
          .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-ico img {
            width: 60px;
            will-change: transform;
            transition: transform 0.4s; }
            @media only screen and (min-width: 768px) {
              .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-ico img:hover {
                transform: scale3d(1.2, 1.2, 1); } }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data {
          width: 100%; }
          @media only screen and (max-width: 575px) {
            .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-ftime .ae-extra {
              display: none; } }
          .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-fsize {
            text-align: right; }
            @media only screen and (max-width: 575px) {
              .ae-explorer .ae-explorer-main .ae-dir-view.ae-list:not(.ae-icons) .ae-item .ae-item-data .ae-fsize {
                padding-left: 0; } }
    .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list {
      margin-right: 0;
      width: 100%; }
      .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item {
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 9.15rem; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item.ae-placeholder div {
          min-height: 9.15rem;
          width: 100%;
          background: #eee; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item fieldset.ae-checkbox {
          display: none; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-ico, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-data {
          display: block; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-fname, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-dname {
          display: block;
          word-wrap: break-word; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-extra {
          display: none; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-ico {
          line-height: 0;
          font-size: 4rem; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-data {
          font-size: 85%; }
          .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-data .ae-ftime, .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-item-data .ae-fsize {
            display: block; }
        .ae-explorer .ae-explorer-main .ae-dir-view.ae-icons .ae-item-list .ae-item .ae-dir-link {
          display: none; }

body.ae-with-mini-sidenav:not(.ae-dashboard-page) #topbar .button-collapse,
.ae-browse-present-page #topbar .button-collapse,
.ae-browse-past-page #topbar .button-collapse,
.ae-browse-publink-page #topbar .button-collapse {
  position: fixed;
  left: 10px;
  top: 11px; }

body.ae-with-mini-sidenav:not(.ae-dashboard-page) #topbar .navbar-brand,
.ae-browse-present-page #topbar .navbar-brand,
.ae-browse-past-page #topbar .navbar-brand,
.ae-browse-publink-page #topbar .navbar-brand {
  position: fixed;
  left: 50px; }

@media screen and (min-width: 1440px) {
  body.ae-with-mini-sidenav:not(.ae-dashboard-page) #topbar .button-collapse,
  .ae-browse-present-page #topbar .button-collapse,
  .ae-browse-past-page #topbar .button-collapse,
  .ae-browse-publink-page #topbar .button-collapse {
    left: 250px; }
  body.ae-with-mini-sidenav:not(.ae-dashboard-page) #topbar .navbar-brand,
  .ae-browse-present-page #topbar .navbar-brand,
  .ae-browse-past-page #topbar .navbar-brand,
  .ae-browse-publink-page #topbar .navbar-brand {
    left: 290px; } }

.ae-browse-present-page #topbar,
.ae-browse-past-page #topbar,
.ae-browse-publink-page #topbar {
  box-shadow: none; }

@media only screen and (min-width: 768px) {
  .ae-browse-past-page .ae-explorer .tab-content {
    padding-top: 100px; } }

.ae-browse-publink-page #topbar {
  min-height: 52px; }
  .ae-browse-publink-page #topbar .button-collapse {
    display: none; }

.ae-browse-past-page .ae-explorer-main.ae-tab-search .ae-head-sel {
  display: none; }

.ae-browse-past-page .ae-head-sel {
  position: relative;
  z-index: -1; }
  .ae-browse-past-page .ae-head-sel .ae-spinner {
    margin: 0 !important; }
  .ae-browse-past-page .ae-head-sel a {
    color: white;
    text-decoration: none; }
  .ae-browse-past-page .ae-head-sel.ae-show-search ~ .ae-locbar,
  .ae-browse-past-page .ae-head-sel.ae-show-search ~ .ae-actions,
  .ae-browse-past-page .ae-head-sel.ae-show-search ~ div .ae-actions {
    display: none !important; }
  .ae-browse-past-page .ae-head-sel .ae-heading {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative; }
    .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head {
      font-weight: bold;
      padding-top: 0.5rem;
      width: 100%;
      text-align: center;
      transition: opacity 0.4s;
      transition-delay: 0.4s;
      cursor: pointer; }
      @media only screen and (max-width: 575px) {
        .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-date {
          margin-left: 0.75rem !important;
          margin-right: 0.75rem !important; } }
      .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-time {
        opacity: 0.8; }
        @media only screen and (max-width: 575px) {
          .ae-browse-past-page .ae-head-sel .ae-heading .ae-current-head .ae-time {
            margin-left: 0.75rem !important;
            margin-right: 0.75rem !important;
            font-size: 0.8rem; } }
    .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle {
      cursor: pointer;
      font-size: 1.4rem;
      opacity: 0.7;
      position: absolute;
      right: 15px;
      top: 50%;
      padding: 5px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      animation-duration: 0.4s;
      animation-delay: 0.8s; }
      @media only screen and (max-width: 320px) {
        .ae-browse-past-page .ae-head-sel .ae-heading .ae-search-toggle {
          font-size: 1rem; } }
    .ae-browse-past-page .ae-head-sel .ae-heading .ae-head-search {
      width: 25px;
      white-space: nowrap;
      transition: transform 0.8s;
      -webkit-transition: transform 0.8s; }
      .ae-browse-past-page .ae-head-sel .ae-heading .ae-head-search .ae-search-input {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px; }
      .ae-browse-past-page .ae-head-sel .ae-heading .ae-head-search input[type=search]:focus:not([readonly]) {
        border-bottom: 1px solid white; }
      .ae-browse-past-page .ae-head-sel .ae-heading .ae-head-search input[type=search] {
        color: white; }
    .ae-browse-past-page .ae-head-sel .ae-heading.ae-show-search .ae-current-head {
      opacity: 0;
      transition-delay: 0s;
      cursor: auto; }
    .ae-browse-past-page .ae-head-sel .ae-heading.ae-show-search .ae-head-search {
      transform: translateX(-390px); }
      @media only screen and (max-width: 575px) {
        .ae-browse-past-page .ae-head-sel .ae-heading.ae-show-search .ae-head-search {
          transform: translateX(-300px); } }
  .ae-browse-past-page .ae-head-sel .ae-heading.ae-show-search + .ae-heads {
    max-height: 250px;
    opacity: 1;
    transform: translateY(0) translateZ(0); }
    @media only screen and (max-height: 750px) {
      .ae-browse-past-page .ae-head-sel .ae-heading.ae-show-search + .ae-heads {
        height: 200px;
        max-height: 200px; } }
  .ae-browse-past-page .ae-head-sel .ae-heads {
    max-height: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10%;
    padding-right: 10%;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: translateY(-30px) translateZ(0);
    will-change: transform; }
    @media only screen and (max-width: 575px) {
      .ae-browse-past-page .ae-head-sel .ae-heads {
        padding-left: 0px;
        padding-right: 0px; } }
    .ae-browse-past-page .ae-head-sel .ae-heads .ae-head {
      padding: 10px;
      font-size: 85%; }
      @media only screen and (max-height: 750px) {
        .ae-browse-past-page .ae-head-sel .ae-heads .ae-head {
          padding: 5px 10px; } }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head.ae-active {
        background-color: rgba(255, 255, 255, 0.2); }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head.ae-dimmed:not(:hover) {
        opacity: 0.5; }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head:not(:last-child) {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 575px) {
        .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date {
          font-size: 85%; } }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date .ae-year {
        font-size: 150%; }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-date .ae-month {
        font-size: 120%; }
      .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details {
        text-align: right; }
        .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details .ae-tag {
          font-style: italic; }
        .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details .ae-tag, .ae-browse-past-page .ae-head-sel .ae-heads .ae-head .ae-details .ae-author {
          padding: 0 5px; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes pulsate {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes pulsate {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.ae-pulsate, .ae-client-download .ae-client-list .ae-client-dl.ae-os-matches a {
  -webkit-animation: pulsate 2s ease infinite;
  -moz-animation: pulsate 2s ease infinite;
  animation: pulsate 2s ease infinite; }

.ae-client-download .ae-legal-info {
  margin: 0.5rem auto 1rem auto;
  max-width: 500px; }

.ae-client-download .ae-client-list .ae-client-dl {
  text-align: center; }
  @media only screen and (min-width: 576px) {
    .ae-client-download .ae-client-list .ae-client-dl:not(:last-child) {
      border-bottom: 2px solid #eee; } }
  .ae-client-download .ae-client-list .ae-client-dl .ae-system .ae-os-details {
    font-weight: 700; }
  @media only screen and (min-width: 576px) {
    .ae-client-download .ae-client-list .ae-client-dl .ae-system {
      min-height: 9rem; } }
  .ae-client-download .ae-client-list .ae-client-dl .btn, .ae-client-download .ae-client-list .ae-client-dl .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-client-download .ae-client-list .ae-client-dl a {
    max-width: 100%; }
  .ae-client-download .ae-client-list .ae-client-dl pre, .ae-client-download .ae-client-list .ae-client-dl .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-appliance-page .ae-appliance .ae-appliance-id .ae-client-download .ae-client-list .ae-client-dl .ae-appliance-hstok, .ae-client-download .ae-client-list .ae-client-dl .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-client-download .ae-client-list .ae-client-dl .ae-appliance-hstok {
    background-color: #eee;
    text-align: left;
    padding-left: 0.5rem; }

.ae-dashboard-sharing-page {
  padding-top: 1rem; }
  @media only screen and (max-width: 575px) {
    .ae-dashboard-sharing-page .tab-content {
      padding: 0; } }
  .ae-dashboard-sharing-page .ae-sharing-sel {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    background: white; }
    .ae-dashboard-sharing-page .ae-sharing-sel li {
      width: 50%; }
    .ae-dashboard-sharing-page .ae-sharing-sel .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    @media only screen and (min-width: 768px) {
      .ae-dashboard-sharing-page .ae-sharing-sel {
        background: transparent;
        z-index: 1040;
        top: -5px; }
        .ae-dashboard-sharing-page .ae-sharing-sel .nav-link {
          background: white;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }
  @media only screen and (max-width: 767px) {
    .ae-dashboard-sharing-page .ae-dashboard-sharing-cont {
      padding-bottom: 100px;
      padding-left: 0; }
      .ae-dashboard-sharing-page .ae-dashboard-sharing-cont .ae-sharing-sel {
        position: fixed;
        padding: 0;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0;
        transform: translateY(-100%);
        z-index: 100; }
        .ae-dashboard-sharing-page .ae-dashboard-sharing-cont .ae-sharing-sel .nav-link {
          padding: 8px 10px; } }
  .ae-dashboard-sharing-page .ae-dashboard-sharing-main {
    padding-right: 0; }
  @media only screen and (max-width: 320px) {
    .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-publink-list th, .ae-dashboard-sharing-page .ae-inbox-list td, .ae-dashboard-sharing-page .ae-inbox-list th {
      padding: 0.75rem 0.3rem; } }
  .ae-dashboard-sharing-page .ae-publink-list a, .ae-dashboard-sharing-page .ae-inbox-list a {
    margin-left: 0; }
  .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-inbox-list td {
    vertical-align: middle; }
  @media only screen and (max-width: 575px) {
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-ico img,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-ico img, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-ico img,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-ico img {
      width: 35px; } }
  @media only screen and (max-width: 320px) {
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-ico img,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-ico img, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-ico img,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-ico img {
      width: 25px; } }
  .ae-dashboard-sharing-page .ae-publink-list .ae-publink-created, .ae-dashboard-sharing-page .ae-publink-list .ae-publink-visits,
  .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-created, .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-uploads, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-created, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-visits,
  .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-created, .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-uploads {
    text-align: center; }
  .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info {
    font-size: 2.5rem; }
    @media only screen and (max-width: 575px) {
      .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info {
        font-size: 1.5rem; } }
    .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-publink-show-link,
    .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-inbox-show-info, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-publink-show-link,
    .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-inbox-show-info, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-publink-show-link,
    .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-inbox-show-info, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-publink-show-link,
    .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-inbox-show-info {
      text-align: center; }
      .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-publink-show-link .gl-icon,
      .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-inbox-show-info .fa,
      .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-link .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-publink-show-link .gl-icon,
      .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-inbox-show-info .fa,
      .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-info .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-publink-show-link .gl-icon,
      .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-inbox-show-info .fa,
      .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-link .ae-inbox-show-info .gl-icon, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-publink-show-link .fa, .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-publink-show-link .gl-icon,
      .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-inbox-show-info .fa,
      .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-info .ae-inbox-show-info .gl-icon {
        border-radius: 100px; }
  .ae-dashboard-sharing-page .ae-publink-list td.ae-publink-created,
  .ae-dashboard-sharing-page .ae-publink-list td.ae-inbox-created, .ae-dashboard-sharing-page .ae-inbox-list td.ae-publink-created,
  .ae-dashboard-sharing-page .ae-inbox-list td.ae-inbox-created {
    font-size: 70%; }
  .ae-dashboard-sharing-page .ae-publink-list .ae-publink-recursive, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-recursive {
    font-size: 70%;
    opacity: 0.3;
    text-align: center; }
  .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder,
  .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder,
  .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space {
    word-wrap: break-word; }
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-publink-space,
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-inbox-space,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-publink-space,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-inbox-space, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-publink-space,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-inbox-space,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-publink-space,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-inbox-space {
      font-size: 85%; }
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-publink-folder,
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-inbox-name,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-publink-folder,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-inbox-name, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-publink-folder,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-inbox-name,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-publink-folder,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-inbox-name {
      font-size: 1.5rem; }
      @media only screen and (max-width: 575px) {
        .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-publink-folder,
        .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-inbox-name,
        .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-publink-folder,
        .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-inbox-name, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-publink-folder,
        .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-inbox-name,
        .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-publink-folder,
        .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-inbox-name {
          font-size: 1rem; } }
    .ae-dashboard-sharing-page .ae-publink-list .ae-publink-space-folder .ae-publink-name,
    .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-name-space .ae-publink-name, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-space-folder .ae-publink-name,
    .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-name-space .ae-publink-name {
      font-style: italic;
      opacity: 0.6;
      font-size: 85%; }
  .ae-dashboard-sharing-page .ae-publink-list .ae-publink-actions,
  .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-actions, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-actions,
  .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-actions {
    font-size: 2.5rem;
    cursor: pointer; }
    @media only screen and (max-width: 575px) {
      .ae-dashboard-sharing-page .ae-publink-list .ae-publink-actions,
      .ae-dashboard-sharing-page .ae-publink-list .ae-inbox-actions, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink-actions,
      .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox-actions {
        font-size: 1.5rem; } }
  .ae-dashboard-sharing-page .ae-publink-list .ae-publink.ae-deleting,
  .ae-dashboard-sharing-page .ae-publink-list .ae-inbox.ae-deleting, .ae-dashboard-sharing-page .ae-inbox-list .ae-publink.ae-deleting,
  .ae-dashboard-sharing-page .ae-inbox-list .ae-inbox.ae-deleting {
    opacity: 0.5; }

.ae-account-page table td {
  vertical-align: middle; }

.ae-account-page table code {
  word-break: break-all; }

.ae-account-page table .fa {
  font-size: 2rem; }
  @media only screen and (max-width: 575px) {
    .ae-account-page table .fa {
      font-size: 1.5rem; } }

.ae-account-page .ae-webdav-credentials {
  max-width: 500px;
  margin: 30px auto; }

.ae-admin-sync-page.ae-cloud-page .table td, .ae-admin-sync-page.ae-cloud-page .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-admin-sync-page.ae-cloud-page .ae-publink-list td, .ae-admin-sync-page.ae-cloud-page .ae-dashboard-sharing-page .ae-inbox-list td, .ae-dashboard-sharing-page .ae-admin-sync-page.ae-cloud-page .ae-inbox-list td, .ae-admin-sync-page.ae-cloud-page .ae-grantee-list td, .ae-admin-sync-page.ae-cloud-page .ae-invite-list td, .ae-admin-sync-page.ae-cloud-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page.ae-cloud-page .ae-order-products td, .ae-admin-sync-page.ae-cloud-page .ae-invoice-page table td, .ae-invoice-page .ae-admin-sync-page.ae-cloud-page table td, .ae-admin-sync-page.ae-cloud-page .ae-payment table td, .ae-payment .ae-admin-sync-page.ae-cloud-page table td {
  font-size: 85%; }

.ae-admin-sync-page .table td, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-publink-list td, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-publink-list td, .ae-admin-sync-page .ae-dashboard-sharing-page .ae-inbox-list td, .ae-dashboard-sharing-page .ae-admin-sync-page .ae-inbox-list td, .ae-admin-sync-page .ae-grantee-list td, .ae-admin-sync-page .ae-invite-list td, .ae-admin-sync-page .ae-order-history-page .ae-order .ae-order-details .ae-order-products td, .ae-order-history-page .ae-order .ae-order-details .ae-admin-sync-page .ae-order-products td, .ae-admin-sync-page .ae-invoice-page table td, .ae-invoice-page .ae-admin-sync-page table td, .ae-admin-sync-page .ae-payment table td, .ae-payment .ae-admin-sync-page table td {
  vertical-align: middle; }

.ae-admin-sync-page:not(.ae-cloud-page) .ae-node-id {
  display: none; }

.ae-admin-sync-page .ae-node-id {
  max-width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis; }

.ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico {
  opacity: 0.8;
  font-size: 75%;
  text-align: center; }
  .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico .ae-glico-bg {
    opacity: 0.8;
    display: block;
    text-align: center; }
    .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico .ae-glico-bg img {
      width: 100%;
      max-width: 200px; }
      @media only screen and (max-width: 575px) {
        .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico .ae-glico-bg img {
          max-width: 100px; } }

.ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info .ae-fss-label {
  font-weight: bold;
  font-size: 90%; }

.ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions {
  font-weight: bold; }

@media only screen and (max-width: 575px) {
  .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-ico, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-info, .ae-admin-storage-page .ae-fss-list .ae-fss .ae-fss-actions {
    text-align: center; } }

@media only screen and (max-width: 575px) {
  .ae-admin-page main .container .tab-content.card, .ae-admin-page main .container .ae-order-history-page .tab-content.ae-order, .ae-order-history-page .ae-admin-page main .container .tab-content.ae-order, .ae-admin-page main .container .ae-charge-history-page .tab-content.ae-charge, .ae-charge-history-page .ae-admin-page main .container .tab-content.ae-charge, .ae-admin-page main .container .ae-invoice-page .tab-content.ae-invoice, .ae-invoice-page .ae-admin-page main .container .tab-content.ae-invoice, .ae-admin-page main .container .ae-plans .ae-plan-wrap .tab-content.ae-plan, .ae-plans .ae-plan-wrap .ae-admin-page main .container .tab-content.ae-plan {
    border: none;
    box-shadow: none; } }

.ae-admin-page .ae-user-mgmt .ae-user-creation h1, .ae-admin-page .ae-user-mgmt .ae-user-creation h2, .ae-admin-page .ae-user-mgmt .ae-user-creation h3 {
  text-align: center; }

.ae-admin-page .ae-user-mgmt .ae-user-creation .btn, .ae-admin-page .ae-user-mgmt .ae-user-creation .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-admin-page .ae-user-mgmt .ae-user-creation a {
  display: block;
  margin: auto; }

.ae-admin-page .ae-user-mgmt .ae-quota-setup {
  text-align: center; }
  .ae-admin-page .ae-user-mgmt .ae-quota-setup .ae-dimmed {
    cursor: pointer;
    opacity: 0.6;
    margin-left: 0.5rem; }
  .ae-admin-page .ae-user-mgmt .ae-quota-setup [class*="ae-quota-"] {
    display: block; }

.ae-admin-page .ae-user-mgmt table {
  font-size: 85%; }
  @media only screen and (max-width: 767px) {
    .ae-admin-page .ae-user-mgmt table {
      font-size: 75%; }
      .ae-admin-page .ae-user-mgmt table td {
        padding: 0.25rem; } }

.ae-admin-page .ae-user-mgmt td {
  vertical-align: middle; }

.ae-admin-page .ae-user-mgmt td.ae-user-login,
.ae-admin-page .ae-user-mgmt td.ae-user-email,
.ae-admin-page .ae-user-mgmt td.ae-user-name {
  word-break: break-all; }

.ae-join-page .ae-auth-area,
.ae-password-reset-page .ae-auth-area {
  width: 90%;
  min-width: 300px;
  max-width: 500px; }

.ae-join-page .ae-auth-blurb,
.ae-password-reset-page .ae-auth-blurb {
  animation-delay: 0.7s; }

.ae-join-page .ae-blurb:nth-child(1),
.ae-password-reset-page .ae-blurb:nth-child(1) {
  animation-delay: 1.2s; }

.ae-join-page .ae-blurb:nth-child(2),
.ae-password-reset-page .ae-blurb:nth-child(2) {
  animation-delay: 1.7s; }

.ae-join-page .ae-blurb:nth-child(3),
.ae-password-reset-page .ae-blurb:nth-child(3) {
  animation-delay: 2.2s; }

.ae-join-page .ae-blurb:nth-child(4),
.ae-password-reset-page .ae-blurb:nth-child(4) {
  animation-delay: 2.7s; }

.ae-join-page .ae-blurb:nth-child(5),
.ae-password-reset-page .ae-blurb:nth-child(5) {
  animation-delay: 3.2s; }

.ae-join-page .ae-blurb:nth-child(6),
.ae-password-reset-page .ae-blurb:nth-child(6) {
  animation-delay: 3.7s; }

.ae-join-page .ae-blurb:nth-child(7),
.ae-password-reset-page .ae-blurb:nth-child(7) {
  animation-delay: 4.2s; }

.ae-join-page .ae-blurb:nth-child(8),
.ae-password-reset-page .ae-blurb:nth-child(8) {
  animation-delay: 4.7s; }

.ae-join-page .ae-blurb:nth-child(9),
.ae-password-reset-page .ae-blurb:nth-child(9) {
  animation-delay: 5.2s; }

.ae-join-page .ae-blurb:nth-child(10),
.ae-password-reset-page .ae-blurb:nth-child(10) {
  animation-delay: 5.7s; }

.ae-join-page .ae-blurb:nth-child(11),
.ae-password-reset-page .ae-blurb:nth-child(11) {
  animation-delay: 6.2s; }

.ae-join-page .ae-blurb:nth-child(12),
.ae-password-reset-page .ae-blurb:nth-child(12) {
  animation-delay: 6.7s; }

.ae-join-page .ae-blurb:nth-child(13),
.ae-password-reset-page .ae-blurb:nth-child(13) {
  animation-delay: 7.2s; }

.ae-join-page .ae-blurb:nth-child(14),
.ae-password-reset-page .ae-blurb:nth-child(14) {
  animation-delay: 7.7s; }

.ae-join-page .ae-blurb:nth-child(15),
.ae-password-reset-page .ae-blurb:nth-child(15) {
  animation-delay: 8.2s; }

.ae-join-page .ae-blurb:nth-child(16),
.ae-password-reset-page .ae-blurb:nth-child(16) {
  animation-delay: 8.7s; }

.ae-register-page {
  background: #00796b; }

.ae-discount-preregister-page {
  background: white; }
  .ae-discount-preregister-page #topbar {
    background: #00796b !important; }
  .ae-discount-preregister-page .ae-register {
    border-bottom: 2px solid #f0f0f0; }
    .ae-discount-preregister-page .ae-register .ae-img {
      text-align: center; }
      .ae-discount-preregister-page .ae-register .ae-img img {
        max-width: 150px; }
    .ae-discount-preregister-page .ae-register .ae-form .ae-opt {
      font-size: 85%;
      opacity: 0.7;
      text-transform: uppercase;
      display: block; }
  .ae-discount-preregister-page .ae-download {
    max-width: 450px;
    margin: auto; }

.ae-appliance-page, .ae-admin-licenses-page {
  background-color: #f0f0f0; }
  .ae-appliance-page .ae-appliance-install, .ae-admin-licenses-page .ae-appliance-install {
    color: white;
    padding: 40px;
    margin: 30px 0 50px 0; }
    .ae-appliance-page .ae-appliance-install .ae-install-instructions, .ae-admin-licenses-page .ae-appliance-install .ae-install-instructions {
      font-size: 120%;
      font-family: Courier, "Courier New", Roboto;
      padding: 40px 20px;
      text-align: center;
      word-break: break-word; }
    .ae-appliance-page .ae-appliance-install .btn.ae-manual-1, .ae-appliance-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-1, .ae-discount-preregister-page .ae-download .ae-appliance-page .ae-appliance-install a.ae-manual-1, .ae-admin-licenses-page .ae-appliance-install .btn.ae-manual-1, .ae-admin-licenses-page .ae-appliance-install .ae-discount-preregister-page .ae-download a.ae-manual-1, .ae-discount-preregister-page .ae-download .ae-admin-licenses-page .ae-appliance-install a.ae-manual-1 {
      float: right;
      margin: 0 0 20px 20px; }
  .ae-appliance-page .ae-appliance, .ae-admin-licenses-page .ae-appliance {
    margin: 4rem auto 5rem; }
    .ae-appliance-page .ae-appliance .ae-appliance-id, .ae-admin-licenses-page .ae-appliance .ae-appliance-id {
      transform: translateY(-70%);
      font-weight: bold;
      text-align: center; }
      .ae-appliance-page .ae-appliance .ae-appliance-id .ae-appliance-hstok, .ae-admin-licenses-page .ae-appliance .ae-appliance-id .ae-appliance-hstok {
        font-weight: lighter;
        color: white; }
    .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint {
      background-color: #eee; }
      .ae-appliance-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .gl-icon, .ae-admin-licenses-page .ae-appliance .ae-appliance-endpoints .ae-appliance-endpoint .gl-icon {
        font-size: 3rem; }
    .ae-appliance-page .ae-appliance .ae-license.ae-deleted, .ae-admin-licenses-page .ae-appliance .ae-license.ae-deleted {
      border: 4px solid red; }
    @media only screen and (min-width: 576px) {
      .ae-appliance-page .ae-appliance .ae-license .ae-license-ico, .ae-admin-licenses-page .ae-appliance .ae-license .ae-license-ico {
        border-right: 2px solid #ddd; } }

.ae-support-tickets-page {
  background-color: #fafafa; }
  .ae-support-tickets-page main {
    padding-left: 0; }
  .ae-support-tickets-page .ae-tab-content {
    padding: 15px; }
  .ae-support-tickets-page .ae-issue-add {
    display: block;
    margin: 2rem auto; }
  .ae-support-tickets-page textarea {
    min-height: 200px; }
  .ae-support-tickets-page .ae-ticket-add-buttons {
    text-align: center; }
  .ae-support-tickets-page .ae-issue .ae-issue-icon {
    width: 100px;
    font-size: 3rem; }
  .ae-support-tickets-page .ae-issue .ae-issue-details {
    border-left: 1px solid #ddd; }
    .ae-support-tickets-page .ae-issue .ae-issue-details .ae-issue-title {
      font-size: 125%; }
    .ae-support-tickets-page .ae-issue .ae-issue-details .ae-issue-username {
      font-weight: 700;
      display: inline-block; }
    .ae-support-tickets-page .ae-issue .ae-issue-details .ae-issue-date {
      font-size: 85%;
      display: inline-block; }

.ae-ticket-page {
  background-color: #fafafa; }
  .ae-ticket-page main {
    padding-left: 0; }
  .ae-ticket-page textarea {
    min-height: 200px; }
  .ae-ticket-page .ae-ticket-header [class*="ae-ticket-status-"] {
    font-weight: 700; }
  .ae-ticket-page .ae-ticket-header .ae-ticket-comment-count {
    opacity: 0.6; }
  .ae-ticket-page .ae-ticket-header .ae-ticket-title {
    text-align: center; }
  .ae-ticket-page .ae-ticket-comment {
    position: relative; }
    .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-avatar {
      position: absolute;
      left: 15px;
      top: -15px; }
      @media only screen and (max-width: 575px) {
        .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-avatar {
          left: 10px;
          top: 10px; } }
    .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-header {
      font-size: 85%;
      font-weight: 300; }
      .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-header .ae-ticket-comment-author {
        font-weight: 700; }
    .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-body, .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-header {
      margin-left: 100px; }
      @media only screen and (max-width: 575px) {
        .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-body, .ae-ticket-page .ae-ticket-comment .ae-ticket-comment-header {
          margin-left: 60px; } }
  .ae-ticket-page .ae-ticket-add-comment .ae-ticket-add-comment-body {
    width: 80%;
    display: block;
    margin: auto; }

.ae-tavatar {
  display: table;
  padding: 10px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  text-align: center; }

.ae-tavatar .ae-tavatar-inner {
  display: table-cell;
  vertical-align: middle; }

.ae-tavatar.ae-tavatar-txt-large {
  font-size: 22px; }

.ae-tavatar.ae-tavatar-txt-small {
  font-size: 16px; }

@media only screen and (max-width: 575px) {
  .ae-tavatar {
    padding: 5px;
    width: 40px;
    height: 40px; }
  .ae-tavatar.ae-tavatar-txt-large {
    font-size: 12px; }
  .ae-tavatar.ae-tavatar-txt-small {
    font-size: 10px; } }

.ae-access-form {
  position: relative; }
  .ae-access-form .ae-comment i {
    cursor: pointer;
    padding: 5px;
    font-size: 200%; }
  .ae-access-form .ae-comment > * {
    margin-right: 10px; }
  .ae-access-form .btn, .ae-access-form .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-access-form a {
    display: block;
    margin: auto; }
  .ae-access-form .ae-minitoast {
    font-size: 7rem;
    position: absolute;
    bottom: 10px;
    right: 10px; }

.ae-grantee-list td, .ae-invite-list td {
  vertical-align: middle; }

.ae-grantee-list .ae-perms, .ae-invite-list .ae-perms {
  text-align: center; }
  .ae-grantee-list .ae-perms .fa, .ae-invite-list .ae-perms .fa {
    margin-right: 1rem; }

.ae-grantee-list .ae-grantee .ae-name, .ae-invite-list .ae-grantee .ae-name {
  font-weight: 600; }

.ae-grantee-list .ae-grantee.ae-removing, .ae-invite-list .ae-grantee.ae-removing {
  opacity: 0.5; }

.ae-grantee-list .ae-grantee .ae-confirm-revoke, .ae-invite-list .ae-grantee .ae-confirm-revoke {
  text-align: center; }
  .ae-grantee-list .ae-grantee .ae-confirm-revoke .ae-controls, .ae-invite-list .ae-grantee .ae-confirm-revoke .ae-controls {
    display: block; }

.ae-grantee-list .ae-remove-grantee, .ae-invite-list .ae-remove-grantee {
  text-align: right; }
  .ae-grantee-list .ae-remove-grantee .fa, .ae-invite-list .ae-remove-grantee .fa {
    cursor: pointer;
    font-size: 200%; }

@media only screen and (max-width: 575px) {
  .ae-support-link {
    margin-top: 0 !important; } }

.ae-upgrade-appliance-page {
  background-color: #f0f0f0; }

.ae-discounts-page .ae-content .ae-selectable-code {
  min-width: 8rem; }

.ae-discounts-page .ae-content td {
  vertical-align: middle; }

.ae-order-history-page {
  background-color: #f0f0f0; }
  .ae-order-history-page .ae-order {
    background-color: white !important; }
    .ae-order-history-page .ae-order .ae-order-heading {
      flex-direction: row;
      color: white;
      border-radius: 2px; }
      .ae-order-history-page .ae-order .ae-order-heading a {
        color: white;
        font-weight: bold; }
      .ae-order-history-page .ae-order .ae-order-heading > div {
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
      .ae-order-history-page .ae-order .ae-order-heading .ae-legend {
        opacity: 0.8; }
      .ae-order-history-page .ae-order .ae-order-heading .ae-data {
        font-weight: bold; }
    .ae-order-history-page .ae-order .ae-data {
      font-weight: bold; }
    .ae-order-history-page .ae-order .ae-order-date {
      padding-top: 0.5em; }
    .ae-order-history-page .ae-order .ae-order-status {
      padding-top: 0.5em;
      text-align: right; }
    .ae-order-history-page .ae-order .ae-order-invoice {
      text-align: right;
      padding-top: 0.5em; }
      @media only screen and (max-width: 767px) {
        .ae-order-history-page .ae-order .ae-order-invoice {
          text-align: center;
          order: -1;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding-bottom: 0.5em; } }
      .ae-order-history-page .ae-order .ae-order-invoice .ae-data {
        font-weight: lighter; }
    .ae-order-history-page .ae-order .ae-order-invoice {
      font-size: 80%; }
    .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg img {
      margin: auto;
      max-width: 120px; }
      @media only screen and (min-width: 992px) {
        .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-glico-bg img {
          max-width: 200px; } }
    .ae-order-history-page .ae-order .ae-order-details .ae-order-total .ae-order-total-desc {
      font-size: 3rem;
      text-align: center;
      font-weight: bold; }
    @media only screen and (max-width: 575px) {
      .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-prod-unit-price {
        display: none; } }
    .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-value-code {
      font-weight: bold;
      font-size: 85%; }
    .ae-order-history-page .ae-order .ae-order-details .ae-order-products .ae-comment {
      font-style: italic; }

.ae-charge-history-page {
  background-color: #f0f0f0; }
  .ae-charge-history-page .ae-charge {
    background-color: white !important; }
    .ae-charge-history-page .ae-charge .ae-charge-heading {
      flex-direction: row;
      color: white;
      border-radius: 2px; }
      .ae-charge-history-page .ae-charge .ae-charge-heading a {
        color: white;
        font-weight: bold; }
      .ae-charge-history-page .ae-charge .ae-charge-heading > div {
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
      .ae-charge-history-page .ae-charge .ae-charge-heading .ae-legend {
        opacity: 0.8; }
      .ae-charge-history-page .ae-charge .ae-charge-heading .ae-data {
        font-weight: bold; }
    .ae-charge-history-page .ae-charge dl {
      max-width: 300px;
      margin: auto; }
    .ae-charge-history-page .ae-charge .ae-invoices {
      text-align: center; }
      .ae-charge-history-page .ae-charge .ae-invoices ul .ae-invoice a {
        text-align: center; }
        .ae-charge-history-page .ae-charge .ae-invoices ul .ae-invoice a span {
          display: block; }

.ae-invoice-page {
  background-color: #f0f0f0; }
  .ae-invoice-page .ae-invoice {
    background-color: white !important; }
    .ae-invoice-page .ae-invoice .ae-invoice-heading {
      flex-direction: row;
      color: white;
      border-radius: 2px; }
      .ae-invoice-page .ae-invoice .ae-invoice-heading a {
        color: white;
        font-weight: bold; }
      .ae-invoice-page .ae-invoice .ae-invoice-heading > div {
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
      .ae-invoice-page .ae-invoice .ae-invoice-heading .ae-legend {
        opacity: 0.8; }
      .ae-invoice-page .ae-invoice .ae-invoice-heading .ae-data {
        font-weight: bold; }
    @media only screen and (max-width: 575px) {
      .ae-invoice-page .ae-invoice .ae-invoice-date .ae-value {
        font-size: 85%; } }
    .ae-invoice-page .ae-invoice .ae-invoice-num {
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .ae-invoice-page .ae-invoice .ae-invoice-num {
          order: -1;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    .ae-invoice-page .ae-invoice .ae-invoice-order {
      font-weight: bold; }
    .ae-invoice-page .ae-invoice .ae-invoice-dl {
      font-size: 3em;
      text-align: center; }
      .ae-invoice-page .ae-invoice .ae-invoice-dl a {
        color: white;
        font-weight: bold; }
    .ae-invoice-page .ae-invoice table .ae-invoice-th {
      text-align: right; }
    .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg img {
      max-width: 160px;
      max-height: 160px; }
    @media only screen and (max-width: 575px) {
      .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-glico-bg img {
        width: 100px;
        height: 100px; }
      .ae-invoice-page .ae-invoice .ae-invoice-bill-to .ae-address {
        text-align: center; } }

.ae-order-ribbon, .ae-admin-product-ribbon {
  position: sticky;
  top: 46px; }

.ae-payment {
  max-width: 600px;
  margin: auto; }
  .ae-payment .ae-payment-tab-choices {
    color: white;
    background: white;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 10; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel {
    background-color: #2980b9;
    display: table-cell;
    padding: 10px;
    line-height: 25px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel:not(:last-child) {
    border-right: 1px solid white; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel.disabled {
    background-color: #7f8c8d;
    cursor: not-allowed; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel .ae-index {
    color: #2980b9;
    background-color: white;
    padding: 5px;
    border: 1px solid;
    margin-right: 5px; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel.ae-selected {
    background-color: #5dade2; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel.ae-selected .ae-index {
    color: #5dade2; }
  .ae-payment .ae-payment-tab-choices .ae-payment-tab-sel:hover:not(.ae-selected):not(.disabled) {
    opacity: 0.8;
    cursor: pointer; }
  .ae-payment .ae-payment-tab {
    padding: 20px; }
  .ae-payment .ae-payment-tab form {
    border: none; }
  .ae-payment .ae-ccard {
    background: #f0f0f0; }
    .ae-payment .ae-ccard:not(.ae-selected) {
      opacity: 0.7; }
      .ae-payment .ae-ccard:not(.ae-selected) .ae-glico-bg {
        opacity: 0.4; }
      .ae-payment .ae-ccard:not(.ae-selected):hover {
        opacity: 1; }
        .ae-payment .ae-ccard:not(.ae-selected):hover .ae-glico-bg {
          opacity: 1; }
    .ae-payment .ae-ccard.ae-selected {
      color: white;
      background-color: #1abc9c; }
    .ae-payment .ae-ccard .ae-select {
      flex-direction: column;
      font-size: 3rem; }
      @media only screen and (max-width: 575px) {
        .ae-payment .ae-ccard .ae-select {
          font-size: 1.5rem; } }
    .ae-payment .ae-ccard:not(.ae-selected) .ae-select {
      cursor: pointer; }
    .ae-payment .ae-ccard .ae-glico-bg img {
      width: 70px; }
      @media only screen and (max-width: 575px) {
        .ae-payment .ae-ccard .ae-glico-bg img {
          width: 50px; } }
    .ae-payment .ae-ccard .ae-info > * {
      text-align: center; }
  .ae-payment .ae-new-card {
    text-align: center;
    margin: 40px auto 30px;
    padding: 10px 20px;
    background-color: #f0f0f0; }
    .ae-payment .ae-new-card .ae-glico-bg img {
      width: 60px; }
  .ae-payment .ae-address-form select {
    width: 206px;
    height: 41px;
    border: 2px solid #bdc3c7; }
  .ae-payment .ae-payment-confirm .ae-payment-action .ae-total {
    font-size: 4rem;
    opacity: 0.5;
    font-weight: bold; }
  .ae-payment .ae-payment-confirm .ae-payment-action button {
    font-size: 1.5rem; }
  .ae-payment .ae-payment-summary {
    font-size: 85%; }
    .ae-payment .ae-payment-summary .ae-payment-method .btn, .ae-payment .ae-payment-summary .ae-payment-method .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-payment-method a, .ae-payment .ae-payment-summary .ae-billing-address .btn, .ae-payment .ae-payment-summary .ae-billing-address .ae-discount-preregister-page .ae-download a, .ae-discount-preregister-page .ae-download .ae-payment .ae-payment-summary .ae-billing-address a {
      opacity: 0.7; }
    .ae-payment .ae-payment-summary .ae-ccard {
      background: white !important;
      color: #555 !important;
      box-shadow: none; }
    .ae-payment .ae-payment-summary .ae-ico {
      display: none; }
    .ae-payment .ae-payment-summary .ae-select {
      display: none !important; }
  .ae-payment .ae-outcome {
    margin: 10px; }
  .ae-payment .ae-outcome.ae-error {
    color: #b94a48; }
  .ae-payment.ae-payment-ongoing-or-completed .ae-payment-value-codes {
    visibility: hidden; }
  .ae-payment .ae-purchase-result {
    max-width: 300px;
    margin: auto; }
  .ae-payment .ae-address-list .ae-billing-address {
    background: #f0f0f0; }
    .ae-payment .ae-address-list .ae-billing-address:not(.ae-selected) {
      opacity: 0.7; }
      .ae-payment .ae-address-list .ae-billing-address:not(.ae-selected) .ae-glico-bg {
        opacity: 0.4; }
      .ae-payment .ae-address-list .ae-billing-address:not(.ae-selected):hover {
        opacity: 1; }
        .ae-payment .ae-address-list .ae-billing-address:not(.ae-selected):hover .ae-glico-bg {
          opacity: 1; }
    .ae-payment .ae-address-list .ae-billing-address.ae-selected {
      color: white;
      background-color: #1abc9c; }
    .ae-payment .ae-address-list .ae-billing-address .ae-select {
      flex-direction: column;
      font-size: 3rem; }
      @media only screen and (max-width: 575px) {
        .ae-payment .ae-address-list .ae-billing-address .ae-select {
          font-size: 1.5rem; } }
    .ae-payment .ae-address-list .ae-billing-address:not(.ae-selected) .ae-select {
      cursor: pointer; }
    .ae-payment .ae-address-list .ae-billing-address .ae-info {
      opacity: 0.9;
      flex-direction: column; }
    .ae-payment .ae-address-list .ae-billing-address .ae-name, .ae-payment .ae-address-list .ae-billing-address .ae-company-name, .ae-payment .ae-address-list .ae-billing-address .ae-country {
      font-weight: bold; }
    .ae-payment .ae-address-list .ae-billing-address .ae-postal-code, .ae-payment .ae-address-list .ae-billing-address .ae-company-name, .ae-payment .ae-address-list .ae-billing-address .ae-eu-vat, .ae-payment .ae-address-list .ae-billing-address .ae-local-tax-num, .ae-payment .ae-address-list .ae-billing-address .ae-country {
      display: none; }
    .ae-payment .ae-address-list .ae-billing-address.ae-expanded .ae-postal-code, .ae-payment .ae-address-list .ae-billing-address.ae-expanded .ae-company-name, .ae-payment .ae-address-list .ae-billing-address.ae-expanded .ae-eu-vat, .ae-payment .ae-address-list .ae-billing-address.ae-expanded .ae-local-tax-num, .ae-payment .ae-address-list .ae-billing-address.ae-expanded .ae-country {
      display: block; }
    .ae-payment .ae-address-list .ae-billing-address .ae-select, .ae-payment .ae-address-list .ae-billing-address .ae-actions {
      flex-direction: column; }
    .ae-payment .ae-address-list .ae-billing-address .ae-actions {
      font-size: 2rem;
      opacity: 0.5; }
      .ae-payment .ae-address-list .ae-billing-address .ae-actions .ae-glico-bg img {
        width: 70px; }
        @media only screen and (max-width: 575px) {
          .ae-payment .ae-address-list .ae-billing-address .ae-actions .ae-glico-bg img {
            width: 50px; } }

.kae-pricing-table .fa.fa-times-circle {
  font-size: 130%; }

.kae-pricing-table .fa.fa-check-circle {
  font-size: 130%; }

.kae-pricing-table .kae-btn {
  background-color: teal; }
  .kae-pricing-table .kae-btn:hover {
    color: white; }

.kae-pricing-table .kae-pricing-plan {
  text-transform: uppercase; }

.kae-pricing-table .kae-pricing-price {
  font-size: 2rem;
  color: #00695c !important; }
  @media only screen and (min-width: 1200px) {
    .kae-pricing-table .kae-pricing-price {
      font-size: 3rem; } }
  @media only screen and (max-width: 767px) {
    .kae-pricing-table .kae-pricing-price {
      font-size: 1.4rem; } }
  .kae-pricing-table .kae-pricing-price .kae-pricing-strikethrough {
    margin-bottom: -1rem;
    margin-top: 1rem; }
    .kae-pricing-table .kae-pricing-price .kae-pricing-strikethrough .kae-price-amount {
      text-decoration: line-through; }
  .kae-pricing-table .kae-pricing-price .kae-currency {
    position: relative;
    font-size: 60%;
    font-weight: lighter; }
    .kae-pricing-table .kae-pricing-price .kae-currency.kae-usd {
      top: -0.5rem; }
  .kae-pricing-table .kae-pricing-price .kae-price {
    display: block; }
    .kae-pricing-table .kae-pricing-price .kae-price:first-child::before {
      content: "starting from";
      white-space: nowrap;
      font-weight: 300;
      font-size: 1rem;
      display: block;
      position: relative;
      opacity: 0;
      visibility: hidden; }
    .kae-pricing-table .kae-pricing-price .kae-price.kae-starting-from:first-child::before {
      content: "starting from";
      visibility: visible;
      opacity: 1; }
    .kae-pricing-table .kae-pricing-price .kae-price.kae-yearly::after {
      content: "per month(*)";
      font-weight: 300;
      font-size: 1rem;
      display: block;
      position: relative;
      top: -10px; }
    .kae-pricing-table .kae-pricing-price .kae-price.kae-perpetual:not(.kae-pricing-strikethrough)::after {
      content: "one-time";
      font-weight: 300;
      font-size: 1rem;
      display: block;
      position: relative;
      top: -10px; }
    .kae-pricing-table .kae-pricing-price .kae-price .kae-cents {
      font-size: 60%;
      position: relative;
      top: -0.5em; }

.kae-pricing-table .kae-pricing-mobile .kae-refund-guarantee-sm:not(:empty) {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  width: 50%;
  margin: auto; }

.kae-pricing-table .kae-pricing-mobile .kae-plan-pricing {
  background: white !important;
  color: inherit !important; }
  .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header {
    background: white !important; }
    .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price {
      font-size: 3rem;
      color: #00695c !important;
      font-weight: bold; }
      .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-header .kae-pricing-price .kae-price:first-child::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px; }
  .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature {
    background: white !important;
    border-top: 1px solid #eee; }
    .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-desc {
      font-weight: bold; }
    .kae-pricing-table .kae-pricing-mobile .kae-plan-pricing .kae-pricing-feature .kae-feature-val {
      text-align: center; }

.kae-pricing-table .kae-pricing-desktop {
  background: white !important;
  color: inherit !important;
  margin-left: -30px;
  margin-right: -30px; }
  .kae-pricing-table .kae-pricing-desktop .kae-refund-guarantee-sm {
    display: none; }
  .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header {
    font-weight: bold;
    font-size: 120%; }
    @media only screen and (min-width: 992px) {
      .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header {
        font-size: 140%; } }
    .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-col {
      position: relative;
      border: none; }
    .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-plan {
      font-weight: normal;
      margin-bottom: auto; }
    .kae-pricing-table .kae-pricing-desktop .kae-pricing-row.kae-pricing-header .kae-pricing-price-free {
      position: absolute;
      top: 50%; }
  .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col {
    position: relative;
    width: 20%;
    font-size: 90%;
    background: white !important;
    border-top: 1px solid #eee; }
    .kae-pricing-table .kae-pricing-desktop .kae-pricing-row .kae-pricing-col:first-child {
      width: 30%; }

/* vim: set et ts=4 isk+=- : */
.ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc {
  margin-left: -10px;
  margin-right: -10px; }
  .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price {
    font-weight: bold; }
    .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-yearly {
      font-size: 4rem; }
      @media only screen and (max-width: 575px) {
        .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-yearly {
          font-size: 2rem; } }
      .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-yearly::after {
        content: "yearly";
        display: block;
        font-size: 1rem;
        font-weight: lighter;
        opacity: 0.8; }
    .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-perpetual {
      font-size: 2.5rem; }
      @media only screen and (max-width: 575px) {
        .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-perpetual {
          font-size: 1.5rem; } }
      .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price.ae-perpetual::after {
        content: "one-time";
        display: block;
        font-size: 1rem;
        font-weight: lighter;
        opacity: 0.8; }
    .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price .ae-currency {
      position: relative;
      top: -0.5rem;
      font-size: 50%;
      font-weight: lighter; }
      @media only screen and (min-width: 576px) {
        .ae-plans .ae-plan-wrap .ae-plan .ae-plan-desc .ae-price .ae-currency {
          top: -1rem; } }

.blueimp-gallery.blueimp-gallery-controls > .rotate {
  display: block; }

.blueimp-gallery .rotate {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  font-weight: 100;
  line-height: 0;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
  padding: 10px; }

.blueimp-gallery .video-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.ot-sticky-fixed {
  position: fixed !important; }

.ot-sticky-fixed:not(.ot-stuck) {
  visibility: hidden !important; }

.ot-sticky-inline.ot-stuck {
  visibility: hidden !important; }

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }
  .ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6); }

.ath-mandatory {
  background: #000; }

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }
  .ath-container small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.5em; }

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em; }

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em; }

.ath-ios8.ath-tablet, .ath-ios9.ath-tablet, .ath-ios10.ath-tablet {
  right: 0.4em;
  top: 1.8em; }

.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642; }

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none; }

.ath-mandatory .ath-container:before {
  display: none; }

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em; }

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none; }

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden; }

.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon, .ath-ios9 .ath-action-icon, .ath-ios10 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  background-size: auto 100%; }

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: 0.4em;
  background-size: 100% auto; }

.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto; }

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em; }

.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  box-shadow: 0.2em 0.2em 0 #d1d1d1; }

.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641; }

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642; }

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em; }
  .ath-android.ath-phone, .ath-ios.ath-phone {
    margin-left: -12em; }
  .ath-ios6:after {
    left: 39%; }
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em; }
    .ath-ios8.ath-phone:after {
      bottom: auto;
      top: -0.9em;
      left: 68%;
      z-index: 2147483641;
      box-shadow: none; } }

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }
  .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    .blueimp-gallery > .slides > .slide > .slide-content {
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
  .blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px; }
    .blueimp-gallery > .slides > .slide-loading > .slide-content {
      opacity: 0; }
  .blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat; }
    .blueimp-gallery > .slides > .slide-error > .slide-content {
      display: none; }
  .blueimp-gallery > .prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none; }
  .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    left: auto;
    right: 15px; }
  .blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none; }
  .blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer; }
  .blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }
  * + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative; }

.ps-scrollbar-y-rail {
  opacity: 0.5 !important; }

/* vim: set et ts=4: */
