.accent-bg-mixin {
  color: #fff;
  background-color: #00adee;
}
.accent-gradient .accent-bg-mixin {
  background: #00adee;
  background: -webkit-linear-gradient(30deg,#00adee 0%,#00adee 100%);
  background: linear-gradient(30deg,#00adee 0%,#00adee 100%);
}
.solid-bg-mixin {
  background-color: rgba(154,161,168,0.1);
}
.stripe-style-1 .solid-bg-mixin {
  background-color: rgba(154,161,168,0.11);
}
.stripe-style-2 .solid-bg-mixin {
  background-color: rgba(140,140,144,0.15);
}
.stripe-style-3 .solid-bg-mixin {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .solid-bg-mixin {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .solid-bg-mixin {
  background-color: rgba(0,0,0,0.08);
}
.header-color {
  color: #00aeef;
}
.sidebar-content .header-color,
.stripe .sidebar-content.solid-bg .header-color {
  color: #00aeef;
}
.footer .header-color {
  color: #3c3e45;
}
.stripe-style-1 .header-color {
  color: #3c3e45;
}
.stripe-style-2 .header-color {
  color: #f5f6f7;
}
.stripe-style-3 .header-color {
  color: #ffffff;
}
.stripe-style-4 .header-color {
  color: #ffffff;
}
.stripe-style-5 .header-color {
  color: #333333;
}
.color-base-transparent {
  color: rgba(135,141,148,0.5);
}
.sidebar-content .color-base-transparent,
.stripe .sidebar-content .color-base-transparent {
  color: rgba(135,141,148,0.5);
}
.footer .color-base-transparent {
  color: rgba(135,141,148,0.5);
}
.stripe-style-1 .color-base-transparent {
  color: rgba(135,141,148,0.5);
}
.stripe-style-2 .color-base-transparent {
  color: rgba(245,246,247,0.5);
}
.stripe-style-3 .color-base-transparent {
  color: rgba(255,255,255,0.5);
}
.stripe-style-4 .color-base-transparent {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .color-base-transparent {
  color: rgba(51,51,51,0.5);
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px ;
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .outline-decoration {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-1.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #dd3333;
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-2.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.stripe-style-3.outline-element-decoration .outline-decoration,
.outline-element-decoration .stripe-style-3.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.outline-element-decoration .stripe-style-4 .outline-decoration,
.outline-element-decoration .stripe-style-5 .outline-decoration {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shadow-element-decoration .shadow-decoration,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .shadow-decoration {
  -webkit-box-shadow: 1px 1px 4px 1px