@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,300,300italic,400italic,700,700italic");
@-webkit-keyframes mobilenav-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes mobilenav-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mobilenav-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
}

@keyframes mobilenav-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}

@-webkit-keyframes slide-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-350px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

*:focus {
  outline: none;
  outline: 0;
}

html, body, div, table, ul, li, h1, h2, h3, h4, h5, h6, form, label, p, a, button, span, svg {
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-family: "Roboto";
  font-size: 0.875em;
}

body.install {
  background-color: #fafafa;
}

body.install .section-footer {
  background-color: #fafafa;
}

.vmiddle {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* WELCOME START */
.section-install.section-wizard .isobc-header-wrapper svg {
  fill: #484848;
}

.section-install.section-welcome {
  width: 100%;
  height: 80%;
  min-height: 650px;
  text-align: center;
}

.section-install.section-welcome h1 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.section-install.section-welcome h2 {
  margin: 10px auto;
  padding: 0px;
  font-size: 20px;
  font-weight: 300;
}

.section-install.section-welcome h3 {
  margin: 10px 0 0 0;
  padding: 0px;
  font-size: 20px;
  font-weight: 300;
  max-width: 720px;
}

.section-install.section-welcome .isobc-header-wrapper svg {
  fill: #484848;
}

.section-install .svg-ico-continue {
  display: inline-block;
  text-decoration: none;
}

.section-install .svg-ico-continue span {
  display: block;
  color: #484848;
  margin: 0;
  display: block;
}

.section-install .svg-ico-continue svg {
  height: 50px;
  width: 50px;
}

/* PAYMENT START */
.section-install.section-header h1 {
  color: #484848;
}

.section-install .section-title {
  margin: 25px 0px;
}

.section-install .section-title h1 {
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  margin: 0px;
}

.section-install .section-title h2 {
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 20px 0px 0px;
  color: #00A8C6;
}

.section-install .section-title h3 {
  border-bottom: 4px solid #f7c42d;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.section-install .section-title p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  margin: 10px auto;
  max-width: 420px;
}

.section-install .isore-header-wrapper svg {
  height: 110px;
  fill: #205081;
  vertical-align: middle;
}

.section-install .isobc-header-wrapper svg {
  width: 230px;
  fill: #484848;
  vertical-align: middle;
}

.section-install .plan-header.fixed {
  max-width: 200px;
  margin: 0 auto;
}

.section-install .plan-header .plan-title {
  color: #000000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2.5em;
  text-transform: uppercase;
}

.section-install .plan-header .plan-price {
  padding: 20px 0;
}

.section-install .plan-header .plan-price .price {
  font-size: 40px;
  color: #232830;
}

.section-install .plan-header .ico-check svg {
  height: 60px;
  width: 50px;
}

/* PLANS */
.section-plans {
  padding: 0 20px;
}

.section-plans .plan-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section-plans .plan-container.show--container {
  max-height: 2048px;
  opacity: 1;
}

.section-plans .plan-container.plans-group-04 .plan-wrapper {
  min-height: 640px;
}

.section-plans .plan-container.plans-group-04 .plan-wrapper .plan-detail {
  max-width: 250px;
}

.section-plans .plans-nav {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.section-plans .plans-nav ul li {
  display: inline-block;
  padding: 0 20px;
}

.section-plans .plans-nav ul li a {
  color: #bdc3c7;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section-plans .plans-nav ul li a:hover {
  cursor: pointer;
}

.section-plans .plans-nav ul li a h3 {
  border-bottom: 3px solid transparent;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section-plans .plans-nav ul li a.active {
  color: #000000;
  pointer-events: none;
}

.section-plans .plans-nav ul li a.active h3 {
  border-bottom: 3px solid #f7c42d;
}

.section-plans .plan-data {
  border: 1px solid #ecf0f1;
  border-left: 0 none;
}

.section-plans .plan-data:first-child {
  border-left: 1px solid #ecf0f1;
}

.section-plans .plan-wrapper {
  background-color: #ffffff;
  padding: 30px 20px;
  min-height: 900px;
  margin: auto;
  max-width: 320px;
  position: relative;
  display: block;
}

.section-plans .plan-wrapper.extra-height {
  min-height: 1125px;
}

.section-plans .plan-wrapper .plan-title {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-plans .plan-wrapper .plan-title .ico-bigsale {
  position: absolute;
  left: 5px;
  top: 5px;
}

.section-plans .plan-wrapper .plan-price {
  text-align: center;
  display: block;
}

.section-plans .plan-wrapper .plan-price h2 {
  font-size: 18px;
  font-weight: 300;
  color: #00A8C6;
  max-width: 200px;
  display: inline-block;
}

.section-plans .plan-wrapper .plan-price span {
  line-height: 2.5em;
  color: #00A8C6;
}

.section-plans .plan-wrapper .plan-price span.price {
  font-size: 40px;
  color: #232830;
}

.section-plans .plan-wrapper .plan-price span.regular-price {
  font-size: 18px;
  font-family: "Roboto Condensed";
  text-decoration: line-through;
}

.section-plans .plan-wrapper .plan-nav {
  position: absolute;
  bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.section-plans .plan-wrapper .plan-nav span {
  line-height: 50px;
}

.section-plans .plan-wrapper .plan-detail {
  display: inline-block;
  max-width: 225px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.section-plans .plan-wrapper .plan-detail ul li {
  border-bottom: 1px solid #ecf0f1;
  list-style-type: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.section-plans .plan-wrapper .plan-detail ul li:first-child {
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
}

.section-plans .plan-wrapper .plan-detail ul li span {
  font-size: 14px;
}

.section-plans .plan-wrapper .plan-detail ul li span.fw400 {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.section-plans .plan-wrapper .plan-detail ul li span.fw600 {
  display: block;
  color: #2980b9;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-plans .plan-wrapper .plan-notes {
  max-width: 240px;
  margin: 0 auto;
  padding: 10px 0px 20px;
}

.section-plans .plan-wrapper .plan-notes .plan-notes-wrapper {
  padding: 10px 0px;
}

.section-plans .plan-wrapper .plan-ico {
  margin-bottom: 20px;
  text-align: center;
}

.section-plans .plan-wrapper .plan-ico svg {
  height: 40px;
  width: 40px;
  fill: #e74c3c;
}

.section-plans .plan-wrapper .remail-plans {
  padding: 0 20px 20px;
}

.section-plans .plan-wrapper .remail-plans .inner:before {
  content: " ";
  display: table;
  position: relative;
}

.section-plans .plan-wrapper .remail-plans .inner:after {
  content: " ";
  clear: both;
  display: table;
  position: relative;
}

.section-plans .plan-wrapper .remail-plans .switch-wrapper {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.section-plans .plan-wrapper .remail-plans .option-title {
  font-weight: 500;
  line-height: 40px;
}

.section-plans .plan-wrapper .remail-plans .plans ul li {
  border-bottom: 1px dotted #bdc3c7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section-plans .plan-wrapper .remail-plans .plans ul li:first-child {
  border-top: 1px dotted #bdc3c7;
  margin-top: 10px;
  padding-top: 10px;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name .plan-title {
  font-size: 13px;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name .plan-details {
  font-size: 12px;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name .aside {
  -webkit-box-flex: 2;
      -ms-flex: 2 auto;
          flex: 2 auto;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name .aside.aside-1 {
  margin: auto 0;
  text-align: left;
}

.section-plans .plan-wrapper .remail-plans .plans ul li.plan-name .aside.aside-2 {
  margin: auto;
  text-align: right;
}

.section-plans .plan-wrapper .remail-plans .plans.disabled {
  opacity: .45;
  pointer-events: none;
}

.section-plans .plan-wrapper .remail-plans .plans.disabled input[type="radio"].radio-default + label:after {
  border-color: #484848;
  background-color: #ffffff;
}

.section-plans .plan-wrapper .remail-plans .plans.disabled input[type="radio"].radio-default:checked + label:before {
  border-color: #bdc3c7;
}

.section-plans .plan-wrapper .remail-plans .plans.disabled input[type="radio"].radio-default:checked + label:after {
  border-color: #bdc3c7;
}

/* CALL FOR ACTION */
.section-callforaction-01 {
  padding: 30px 20px;
  color: #484848;
  background-color: #ecf0f1;
}

.section-callforaction-01 h1 {
  font-size: 28px;
  font-weight: 300;
  margin: 0px 0px 30px;
}

.section-callforaction-01 .callforaction-title {
  font-size: 28px;
  font-weight: 300;
  margin: 0px 0px 30px;
}

.section-callforaction-01 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0px 0px 10px;
}

.section-callforaction-01 a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0 0;
  color: #00A8C6;
  text-decoration: none;
}

.section-callforaction-01 a:hover {
  color: #00A8C6;
}

/* WIZARD START */
.section-wizard .step-header h2 {
  font-weight: 100;
  font-size: 20px;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
}

.section-wizard .step-header .svg-wrapper.svg-checked {
  position: absolute;
  right: 5px;
}

.section-wizard .step-header .svg-wrapper.svg-checked svg {
  width: 35px;
  height: 35px;
  fill: #2ecc71;
}

.section-wizard a.link-tutorial {
  display: inline-block;
  line-height: 30px;
  margin-bottom: 20px;
}

.section-wizard a.link-tutorial span {
  line-height: inherit;
  border-bottom: 1px solid #00A8C6;
  padding-bottom: 4px;
}

.section-wizard a.link-tutorial .ico-video-tutorial {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}

.section-wizard a.link-tutorial .ico-video-tutorial svg {
  fill: #00A8C6;
  width: 22px;
  height: 30px;
  vertical-align: middle;
}

.section-wizard h3 {
  color: #484848;
  font-family: "Roboto Condensed";
  font-size: 1em;
  font-weight: 300;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  padding: 0;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-TOP--------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.section-top {
  background-color: #232830;
  color: #ffffff;
  font-family: "Roboto Condensed";
  height: 70px;
  line-height: 70px;
  padding: 0px;
}

.section-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  opacity: .75;
  text-decoration: none;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section-top a:hover {
  opacity: 1;
}

.section-top a.active {
  opacity: 1;
}

.section-top a.avatar {
  width: 40px;
}

.section-top a span {
  font-family: "Roboto Condensed";
  line-height: 1.2em;
}

.section-top .ico svg {
  fill: #ffffff;
  height: 20px;
  vertical-align: middle;
  width: 40px;
}

.section-top .ico.sandwich svg {
  fill: #ffffff;
  width: 50px;
  height: 35px;
  vertical-align: middle;
}

.section-top .ico.ico-avatar {
  margin: 0;
}

.section-top .ico.ico-avatar.svg-wrapper svg {
  height: 25px;
  width: 25px;
  vertical-align: middle;
  fill: #00A8C6;
}

.section-top .logo-wrapper {
  padding: 0px 10px;
}

.section-top .logo-wrapper svg {
  height: 70px;
  width: 90px;
  fill: #ffffff;
  float: left;
}

.section-top .logo-wrapper.logo-mobile svg {
  float: none;
  vertical-align: middle;
}

.section-top .col-account-info {
  display: inline-block;
  line-height: inherit;
  text-align: left;
}

.section-top .col-account-info .account-info {
  display: none;
  padding: 0 5px;
  line-height: 1em;
}

.section-top .col-account-info .account-nav {
  color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
  opacity: 0;
  left: -17em;
  top: 75px;
  -webkit-transform: translate3d(0px, -2%, 0px);
          transform: translate3d(0px, -2%, 0px);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  visibility: hidden;
  z-index: 99;
  overflow: hidden;
  width: 20em;
}

@media (min-width: 980px) {
  .section-top .col-account-info .account-nav {
    left: -15em;
  }
}

.section-top .col-account-info .account-nav.active {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  z-index: 99;
}

.section-top .col-account-info .account-nav .account-nav-container {
  height: auto;
}

.section-top .col-account-info .account-nav .account-nav-container nav {
  -webkit-box-shadow: -1px 0 0 0 #e0e0e0;
          box-shadow: -1px 0 0 0 #e0e0e0;
  height: 100%;
  left: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  width: 20em;
  z-index: 1;
  background-color: #ffffff;
}

.section-top .col-account-info .account-nav .account-nav-container nav span {
  line-height: 24px;
}

.section-top .col-account-info .account-nav .account-nav-container nav span.plan-title {
  color: #4c4c4c;
  display: block;
  padding: 20px 20px 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.section-top .col-account-info .account-nav .account-nav-container nav span.plan-valid-date {
  color: #4c4c4c;
  display: block;
  padding: 0px 20px 20px;
}

.section-top .col-account-info .account-nav .account-nav-container nav span.support-pin {
  color: #4c4c4c;
  display: block;
  padding: 0 20px 0;
}

.section-top .col-account-info .account-nav .account-nav-container nav span.hasAlert {
  position: relative;
}

.section-top .col-account-info .account-nav .account-nav-container nav span.hasAlert:after {
  color: #e74c3c;
  content: '●';
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 5px;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul li {
  border-bottom: 1px solid #ecf0f1;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul li:first-child {
  background-color: #ecf0f1;
}

.section-top .col-account-info .account-nav .account-nav-container nav a {
  color: #7f8c8d;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  opacity: 1;
}

.section-top .col-account-info .account-nav .account-nav-container nav a:hover {
  background-color: #fafafa;
}

.section-top .col-account-info .account-nav .account-nav-container nav a span {
  line-height: 60px;
}

.section-top .col-account-info .account-nav .account-nav-container nav a .svg-wrapper {
  float: right;
}

.section-top .col-account-info .account-nav .account-nav-container nav a svg {
  width: 20px;
  height: 60px;
  fill: #7f8c8d;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul li.copyright a {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul li.copyright a:hover {
  background-color: #ffffff;
  color: #00A8C6;
}

.section-top .col-account-info .account-nav .account-nav-container nav ul li.copyright a span {
  line-height: 40px;
  font-size: 12px;
  font-weight: 300;
}

.section-top .col-account-info span.ico-arrow-down.svg-wrapper svg {
  height: 8px;
  width: 11px;
  fill: #ffffff;
}

.section-top .col-help {
  display: none;
}

@media (min-width: 768px) {
  .section-top .col-help {
    display: inline-block;
  }
}

.section-top .section-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-top .section-wrapper ul li.col-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media (min-width: 980px) {
  .section-top .section-wrapper ul li.col-logo {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: auto;
  }
}

.section-top .section-wrapper ul li.col-logo .logo-wrapper {
  margin: auto;
}

.section-top .section-wrapper ul li.col-nav {
  display: none;
}

@media (min-width: 980px) {
  .section-top .section-wrapper ul li.col-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-top .section-wrapper ul li.col-nav .nav-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}

.section-top .section-wrapper ul li.col-nav-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 980px) {
  .section-top .section-wrapper ul li.col-nav-account {
    margin: auto;
    margin-right: 0;
  }
}

.section-top .section-wrapper ul li.col-sandwich {
  margin: auto;
  margin-left: 0;
}

@media (min-width: 980px) {
  .section-top .section-wrapper ul li.col-sandwich {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-FOOTER ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.section-footer {
  text-align: center;
  font-size: 12px;
  width: 100%;
  line-height: 40px;
  padding: 40px 0px;
  color: #7f8c8d;
}

.section-footer a {
  color: #7f8c8d;
  text-decoration: none;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section-footer a:hover {
  color: #00A8C6;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MAINNAV-AUX------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.nav {
  padding: 0px;
}

.nav ul li.nav-option {
  display: inline-block;
  position: relative;
}

.nav ul li.nav-option a {
  margin: 0 8px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: inherit;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0.9;
  letter-spacing: 0.03em;
}

@media (min-width: 980px) {
  .nav ul li.nav-option a {
    margin: 0 15px;
  }
}

.nav ul li.nav-option a:hover {
  opacity: 1;
}

.nav ul li.nav-option a.active {
  opacity: 1;
}

.nav ul li.nav-option a .ico-arrow-up {
  bottom: -4px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.33s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: all 0.33s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  visibility: hidden;
}

.nav ul li.nav-option a.active .ico-arrow-up {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}

.nav ul li.nav-option a svg {
  height: 12px;
  width: 20px;
  fill: #ffffff;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MAINNAV----------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.section-mainnav {
  background-color: #00A8C6;
  font-size: 1em;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.section-mainnav ul li a {
  margin: 0 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: inherit;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0.9;
}

.section-mainnav ul li a:hover {
  opacity: 1;
}

.section-mainnav ul li a .svg-wrapper {
  float: left;
  margin: 0 5px 0 0;
}

.section-mainnav ul li a svg {
  height: 40px;
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  fill: #ffffff;
}

.section-mainnav ul li a span {
  font-family: inherit;
  text-transform: inherit;
  line-height: 40px;
  display: inline-block;
  letter-spacing: 1px;
}

.section-mainnav ul li a span.bubble-notifications {
  background-color: #e74c3c;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.85714em;
  font-weight: 600;
  height: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  opacity: 0;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 2px;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 21px;
  visibility: hidden;
}

.section-mainnav ul li a.active {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MOBILE-NAV-------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.mobile-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ecf0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  width: 100%;
  z-index: -1;
}

.mobile-nav ul.nav-options {
  text-align: left;
  width: 100%;
}

.mobile-nav ul li {
  line-height: 24px;
}

.mobile-nav ul li a {
  font-size: 16px;
  -webkit-transition: background-color 0.333s ease-in-out 0s;
  transition: background-color 0.333s ease-in-out 0s;
  color: #484848;
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 18px;
  position: relative;
}

.mobile-nav ul li a:hover {
  background-color: #ebebeb;
}

.mobile-nav ul li a.active {
  color: #00A8C6;
}

.mobile-nav ul li a.active span::before {
  border-left: 4px solid #52bad5;
  bottom: 12px;
  content: "";
  left: 0;
  position: absolute;
  top: 12px;
}

.mobile-nav ul li.account-info {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}

.mobile-nav ul li.account-info span {
  display: block;
}

.mobile-nav .mobile-nav-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 70px;
  margin: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.mobile-nav .mobile-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 10%;
  width: 100%;
}

.mobile-nav.dialog--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999;
}

.mobile-nav.dialog--open .mobile-nav-container {
  pointer-events: auto;
  -webkit-animation-name: mobilenav-open;
  animation-name: mobilenav-open;
}

.mobile-nav.dialog--close {
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
}

.mobile-nav.dialog--close .mobile-nav-container {
  pointer-events: none;
  -webkit-animation-name: mobilenav-close;
  animation-name: mobilenav-close;
}

.mobile-nav a.ico-close {
  display: inline-block;
}

.mobile-nav a.ico-close svg {
  width: 50px;
  height: 20px;
  vertical-align: middle;
}

.mobile-nav a.nav-option {
  background-color: transparent;
  color: #232830;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media (max-width: 767px) {
  .mobile-nav a.nav-option {
    text-align: left;
  }
}

.mobile-nav a.nav-option:hover {
  background-color: #c8e5ec;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-FILTER-BY--------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 980px) {
  .col-filterby-type {
    text-align: right;
  }
}

@media (min-width: 980px) {
  .col-filterby-status {
    text-align: right;
  }
}

.col-filterby-nav {
  margin: auto;
  margin-bottom: 20px;
  max-width: 250px;
  position: relative;
}

@media (min-width: 980px) {
  .col-filterby-nav {
    margin: auto;
    margin-left: 0;
  }
}

.datepicker--day-name {
  color: #00A8C6 !important;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MESSAGES---------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.section-messages {
  border-radius: 4px;
  background: no-repeat 15px 50%;
  background-size: 30px 30px;
  color: #4c4c4c;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
}

.section-messages.message--show {
  margin-bottom: 20px;
  max-height: 2048px;
}

.section-messages .messages-wrapper {
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  margin: 0;
  padding: 60px 0 30px;
}

.section-messages .messages-wrapper h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.section-messages .messages-wrapper.success {
  background-color: #fafdff;
  background-image: url("/img/ico-success-01.svg");
}

.section-messages .messages-wrapper.error {
  background-color: #f8d0c8;
  background-image: url("/img/ico-error-01.svg");
}

.section-messages .messages-wrapper.warning {
  background-color: #ffeebf;
  background-image: url("/img/ico-warning-01.svg");
}

.section-messages .messages-wrapper.info {
  background-color: #c8e5ec;
  background-image: url("/img/ico-info-01.svg");
}

.section-messages .messages-wrapper .messages-container h4.title {
  border: 0px none;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .33px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.section-messages .messages-wrapper .messages-container p.message-text {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 auto;
  padding: 0;
}

.section-messages .messages-wrapper .messages-container nav.messages-nav {
  margin: 10px 0;
}

.section-messages .messages-wrapper .messages-container nav.messages-nav a.button {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  min-width: 140px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.section-messages .messages-wrapper .messages-container nav.messages-nav .btn {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  min-width: 140px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MODAL------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.modal {
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal .modal-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -webkit-transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 1;
}

.modal .modal-wrapper {
  background-color: #fafafa;
  bottom: 0;
  max-width: 420px;
  overflow-y: scroll;
  position: fixed;
  right: -420px;
  top: 0;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 100%;
  z-index: 10001;
}

.modal .modal-wrapper .modal-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  position: relative;
  text-align: center;
}

.modal .modal-wrapper .modal-header h1.title {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.modal .modal-wrapper .modal-header .ico-close {
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.modal .modal-wrapper .modal-header .ico-close svg {
  height: 70px;
  vertical-align: middle;
  width: 15px;
}

.modal .modal-wrapper .modal-loading {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}

.modal .modal-wrapper .modal-loading .loading-wrapper {
  padding: 20px 0;
}

.modal .modal-wrapper .modal-loading .loading-wrapper span {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal .modal-wrapper .modal-loading.loading--show {
  max-height: 2048px;
  opacity: 1;
}

.modal .modal-wrapper .modal-loading svg {
  fill: #232830;
  margin-bottom: 10px;
}

.modal .modal-wrapper .modal-content {
  margin: 0;
  padding: 0;
  position: relative;
}

.modal .modal-wrapper .modal-content .modal-container {
  padding: 30px 20px;
}

.modal .modal-wrapper .modal-content .modal-container .nodata {
  padding: 50px 0;
  text-align: center;
}

.modal .modal-wrapper .modal-content .modal-container .nodata h1 {
  color: #484848;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px 0;
}

.modal .modal-wrapper .modal-content .modal-container .nodata svg {
  height: 70px;
  fill: #95a5a6;
  vertical-align: middle;
  width: 70px;
}

.modal.modal--show {
  pointer-events: auto;
  z-index: 10000;
}

.modal.modal--show .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal.modal--show .modal-wrapper {
  right: 0;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-SEARCH-BY--------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.col-searchby-nav {
  text-align: center;
}

.col-searchby-nav.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-searchby-nav.searchby-customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

.searchby-nav {
  display: table;
  width: 100%;
}

.searchby-nav .searchby-nav-wrapper {
  padding: 15px 0 0;
}

.searchby-nav .filter-db-searchby {
  width: 35%;
}

.searchby-nav .filter-btn-search {
  width: 20%;
}

.searchby-nav .filter-input {
  width: 45%;
}

.searchby-nav .filter-btn-clear {
  width: 100%;
  text-align: center;
}

.searchby-nav input.searchby-input {
  border-left: 0px;
  border-right: 0px;
  padding-right: 40px;
}

.searchby-nav input.searchby-input.focus {
  background-color: #fafdff;
  border-color: #00A8C6;
}

.searchby-nav input.searchby-input::-moz-placeholder {
  font-family: "Roboto Condensed";
  font-style: normal;
  letter-spacing: 0.3px;
}

.searchby-nav button.btn-clear-searchby {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}

.searchby-nav button.btn-clear-searchby svg {
  fill: #484848;
  width: 20px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.searchby-nav button.btn-clear-searchby.active {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.searchby-nav button.btn-clear-searchby:hover svg {
  fill: #00A8C6;
}

.searchby-nav button.btn-searchby {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #00A8C6;
  border-left: 0px !important;
  background-color: #00A8C6;
}

.searchby-nav button.btn-searchby svg {
  fill: #ffffff;
}

.searchby-nav button.btn-searchby.active:hover {
  background-color: #00A8C6;
  border-color: #00A8C6;
}

.searchby-nav button.btn-searchby.active:hover svg {
  fill: #ffffff;
}

.searchby-nav button.btn-searchby.disabled {
  border-color: #bdc3c7;
  background-color: #fafafa;
  cursor: default;
}

.searchby-nav button.btn-searchby.disabled svg {
  fill: #95a5a6;
}

.searchby-nav button.btn-searchby.focus {
  border-color: #00A8C6;
}

.searchby-nav button.btn-searchby:disabled {
  border-color: #bdc3c7;
  background-color: #fafafa;
  cursor: default;
}

.searchby-nav button.btn-searchby:disabled svg {
  fill: #95a5a6;
}

.searchby-nav.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.searchby-nav.flex-container .searchby-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .searchby-nav.flex-container .searchby-nav-wrapper {
    margin-right: auto;
  }
}

.searchby-nav.flex-container .searchby-nav-wrapper .filter-box {
  margin: auto;
  margin-right: 0;
  max-width: 420px;
  width: 100%;
}

@media (max-width: 767px) {
  .searchby-nav.flex-container .searchby-nav-wrapper .filter-box {
    max-width: 100%;
  }
}

.searchby-nav.flex-container .searchby-nav-wrapper .filter-box .filter-box-input {
  border-right-style: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 45px;
}

.searchby-nav.flex-container .searchby-nav-wrapper .filter-button {
  background-color: #00A8C6;
  border: 1px solid #00A8C6;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  pointer-events: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.searchby-nav.flex-container .searchby-nav-wrapper .filter-button svg {
  fill: #ffffff;
}

.searchby-nav.flex-container .searchby-nav-wrapper .filter-button.isDisabled {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  pointer-events: none;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-TYPE-NAV---------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.type-nav {
  line-height: 40px;
  text-align: center;
}

.type-nav ul li {
  display: inline-block;
  list-style: none;
}

.type-nav ul li button span {
  border-bottom: 2px solid transparent;
  color: #484848;
  font-weight: 400;
  letter-spacing: 0.35px;
  opacity: 0.5;
}

.type-nav ul li button:hover span {
  opacity: 1;
  color: #484848;
}

.type-nav ul li button.active span {
  border-bottom: 2px solid #00A8C6;
  color: #00A8C6;
  font-weight: 400;
  opacity: 1;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-STATUS-NAV-------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.status-nav {
  line-height: 40px;
  text-align: center;
}

@media (min-width: 980px) {
  .status-nav {
    text-align: right;
  }
}

.status-nav ul li {
  display: inline-block;
  list-style: none;
}

.status-nav ul li button span {
  border-bottom: 2px solid transparent;
  color: #484848;
  font-weight: 400;
  letter-spacing: 0.35px;
  opacity: 0.5;
}

.status-nav ul li button:hover span {
  color: #484848;
  opacity: 1;
}

.status-nav ul li button:hover.disabled span {
  opacity: 0.5;
}

.status-nav ul li button.active span {
  border-bottom: 2px solid #00A8C6;
  color: #00A8C6;
  font-weight: 400;
  opacity: 1;
}

.status-nav ul li button.disabled {
  background-color: transparent !important;
  border: none !important;
}

.status-nav ul li button.disabled span {
  color: #bdc3c7 !important;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* -SECTION-MAIN-------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
section {
  padding: 0.8em 20px;
}

section figure.product-image {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 160px;
  display: block;
  height: 180px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

@media (max-width: 767px) {
  section figure.product-image {
    display: none;
  }
}

section .section-block {
  margin: 0 0 30px;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  section .section-block {
    padding: 20px 0;
  }
}

section .section-block .block-header {
  border-bottom: 1px solid #ecf0f1;
}

@media (max-width: 767px) {
  section .section-block .block-header {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  section .section-block .block-header.hasgrid {
    border-bottom: 0 none;
  }
}

section .section-block .block-header h2 {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}

section .section-block .block-row {
  margin-bottom: 20px;
}

section.section-main {
  background-color: #ffffff;
  padding: 0px;
}

section.section-main nav {
  padding: 0px 10px;
}

section.section-main nav ul li {
  display: inline-block;
  padding: 0px 15px;
}

section.section-main nav ul li:first-child {
  padding: 0px 12px 0px 0px;
}

section.section-main nav ul li a {
  -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  text-decoration: none;
  opacity: 0.65;
}

section.section-main nav ul li a span {
  color: #484848;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
}

section.section-main nav ul li a:hover {
  opacity: 1;
}

section.section-main nav ul li a.active {
  opacity: 1;
}

section.section-main nav ul li a.active span {
  color: #00A8C6;
  padding-bottom: 5px;
  border-bottom: 2px solid #00A8C6;
}

section.section-main nav.in-page-nav {
  line-height: 50px;
  padding: 30px 20px;
  text-align: center;
}

@media (min-width: 980px) {
  section.section-main nav.in-page-nav {
    text-align: left;
  }
}

section.section-main nav.in-page-nav.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.section-main nav.in-page-nav.flex-container .aside-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: auto;
}

section.section-main nav.in-page-nav.flex-container .aside-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 auto;
          flex: 2 auto;
  max-width: 250px;
}

section.section-main nav.in-page-nav .link-default span {
  border-bottom: 2px solid transparent;
}

section.section-main nav.in-page-nav .link-default.active {
  pointer-events: none;
}

section.section-main nav.in-page-nav .link-default.active span {
  border-bottom: 2px solid #00A8C6;
}

section.section-main nav.in-page-nav .grid-filter.isHidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

section.section-main nav.in-page-nav .grid-filter.isHidden .dropdown-filterby {
  pointer-events: none;
}

section.section-main nav.in-page-nav .grid-filter .dropdown-menu {
  top: 55px;
}

section.section-main nav.in-page-nav .grid-filter .dropdown-opt {
  padding: 0;
  width: 100%;
}

section.section-main nav.in-page-nav .grid-filter .dropdown-opt.dropdown-opt-date {
  padding: 10px 15px;
}

section.section-main nav.in-page-nav .grid-filter span {
  font-size: 1em;
  font-weight: 400;
}

section.section-main .section-page-header {
  background-color: #ffffff;
  border-bottom: 1px dotted #bdc3c7;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  section.section-main .section-page-header {
    padding: 0px 10px;
  }
}

section.section-main .section-page-header .col-filter-by {
  margin-top: 4px;
}

section.section-main .section-page-header .col-search-by {
  margin-top: 4px;
  margin-right: 4px;
}

section.section-main .section-page-header .col-header-actions {
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  section.section-main .section-page-header .col-header-actions {
    text-align: right;
  }
}

section.section-main .section-page-header .col-new {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 250px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .col-new {
    max-width: 100%;
  }
}

section.section-main .section-page-header .col-new .header-nav {
  margin: auto;
  margin-right: 0px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .col-new .header-nav {
    margin: auto;
  }
}

section.section-main .section-page-header .col-navigation {
  margin: auto;
  margin-right: 0;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .col-navigation {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

section.section-main .section-page-header .header-nav {
  height: 70px;
  display: table;
}

section.section-main .section-page-header .header-nav .nav-item {
  display: table-cell;
  vertical-align: middle;
}

section.section-main .section-page-header .header-nav .nav-item .link-addnew {
  background-color: #232830;
  border: 1px solid #232830;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
}

section.section-main .section-page-header .header-nav .nav-item .link-addnew:hover {
  background-color: #ffffff;
  border: 1px solid #232830;
  color: #000000;
}

section.section-main .section-page-header .header-nav.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.section-main .section-page-header .header-nav.flex-container .nav-item {
  margin: auto;
  margin-right: 0;
}

section.section-main .section-page-header .padding-adjustment {
  padding-left: 0px;
  padding-right: 0px;
}

section.section-main .section-page-header .section-page-header-nav {
  position: absolute;
  right: 10px;
  top: 0px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-nav {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
}

section.section-main .section-page-header .section-page-header-nav span {
  line-height: 70px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-nav span {
    display: inline-block;
    line-height: inherit;
    margin-bottom: 20px;
  }
}

section.section-main .section-page-header .section-page-header-form {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

section.section-main .section-page-header .section-page-header-form.form--open {
  max-height: 2048px;
}

section.section-main .section-page-header .section-page-header-form .form-group {
  background-color: #f9f9f9;
  margin: 0 0 5px;
  padding: 50px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-form .form-group {
    padding: 20px 15px;
  }
}

section.section-main .section-page-header .section-page-header-form .form-group:after, section.section-main .section-page-header .section-page-header-form .form-group:before {
  content: " ";
  display: table;
  position: relative;
}

section.section-main .section-page-header .section-page-header-form .form-group:after {
  clear: both;
}

section.section-main .section-page-header .section-page-header-form .form-group .form-group-title {
  float: left;
  width: 250px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-form .form-group .form-group-title {
    float: none;
    margin-bottom: 15px;
    width: auto;
  }
}

section.section-main .section-page-header .section-page-header-form .form-group .form-group-title h3 {
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-form .form-group .form-group-title h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

section.section-main .section-page-header .section-page-header-form .form-group .form-group-title p {
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-weight: 300;
}

section.section-main .section-page-header .section-page-header-form .form-group .form-group-content {
  padding-left: 300px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-form .form-group .form-group-content {
    padding-left: 0px;
  }
}

section.section-main .section-page-header .section-page-header-form .form-nav {
  padding: 40px 0 40px 350px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .section-page-header-form .form-nav {
    padding: 40px 15px;
  }
}

section.section-main .section-page-header .container-fluid.flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 767px) {
  section.section-main .section-page-header .container-fluid.flexible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.section-main .section-page-header.header-subscriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 767px) {
  section.section-main .section-page-header.header-subscriptions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.section-main .section-page-header.header-subscriptions .col-title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 300px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header.header-subscriptions .col-title {
    text-align: center;
    max-width: 100%;
  }
}

section.section-main .section-page-header.header-subscriptions .col-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.section-main .section-page-header.header-subscriptions .col-search .searchby-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
}

section.section-main .section-page-header.header-subscriptions .col-search .searchby-nav-wrapper .btn-filter-clear {
  position: relative;
  margin-right: -52px;
  right: 52px;
}

section.section-main .section-page-header.header-subscriptions .col-search .searchby-nav-wrapper .filter-button {
  margin-right: auto;
}

section.section-main .section-page-header.header-subscriptions .col-new {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 250px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header.header-subscriptions .col-new {
    max-width: 100%;
  }
}

section.section-main .section-page-header.header-subscriptions .col-new .header-nav {
  margin: auto;
  margin-right: 0px;
}

@media (max-width: 767px) {
  section.section-main .section-page-header.header-subscriptions .col-new .header-nav {
    margin: auto;
  }
}

section.section-main .section-main-content {
  padding: 10px 16px;
}

@media (max-width: 767px) {
  section.section-main .section-main-content {
    padding: 10px 0;
  }
}

section.section-main .section-main-content.section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

@media (min-width: 980px) {
  section.section-main .section-main-content.section-flex {
    padding: 30px 20px;
  }
}

section.section-main .section-main-content .customer-subscription-panel {
  display: none;
}

@media (min-width: 980px) {
  section.section-main .section-main-content .customer-subscription-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.section-main .section-main-content .customer-subscription-panel .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

section.section-main .section-main-content .customer-subscription-panel .head .product-image {
  background-position: 50% 50%;
  background-size: contain;
  height: 120px;
  margin: auto;
  margin-bottom: 20px;
  width: 120px;
}

section.section-main .section-main-content .customer-subscription-panel .head .label-subscription {
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
}

section.section-main .section-main-content .customer-subscription-panel .head .label-price {
  font-size: 32px;
}

section.section-main .section-main-content .customer-subscription-panel .side-panel {
  min-width: 320px;
}

section.section-main .section-main-content .customer-subscription-info {
  width: 100%;
}

section.section-main .section-main-content .customer-subscription-info .wrapper {
  padding: 0;
}

@media (min-width: 980px) {
  section.section-main .section-main-content .customer-subscription-info .wrapper {
    padding: 0 0 0 20px;
  }
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head {
  background-color: #F4F6F9;
  border-radius: 0;
}

@media (min-width: 768px) {
  section.section-main .section-main-content .customer-subscription-info .wrapper .head {
    border-radius: 4px;
  }
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 60px;
  padding: 0;
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  padding: 0;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media (min-width: 768px) {
  section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding: 0 15px;
  }
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption button {
  background: none;
  border: 0 none;
  color: #7f8c8d;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 12px;
  height: 60px;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
  section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption button {
    font-size: 14px;
  }
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption button:hover {
  color: #232830;
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption button.active {
  color: #00A8C6;
  pointer-events: none;
}

section.section-main .section-main-content .customer-subscription-info .wrapper .head .navigation-bar .navoption button.active:after {
  background-color: #00A8C6;
  bottom: 0;
  height: 3px;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

section.section-main .section-page-nav {
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 0;
}

section.section-main .section-detail {
  background-color: #fafdff;
  border-top: 3px solid #00A8C6;
}

section.section-main .section-detail h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  section.section-main .section-detail h3 {
    font-size: 16px;
  }
}

section.section-main .section-detail h4 {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

section.section-page-dashboard {
  margin: 0;
  padding: 0 10px;
}

section.flow-section {
  border-top: 1px solid #ecf0f1;
  display: block;
  padding: 1.5em;
}

section.flow-section.section-themes {
  padding: 1.5em 1.5em 5em;
}

section.flow-section.section-emails {
  padding-bottom: 150px;
}

section.section-analytics {
  padding: 0 0 60px;
}

section.section-analytics .container-fluid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-analytics .container-fluid .section-wrapper {
  max-width: 1440px;
  width: 100%;
}

section.section-analytics .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}

section.section-analytics .section .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}

section.section-analytics .section .section-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 980px) {
  section.section-analytics .section .section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.section-analytics .section .section-block {
  border: 1px solid #d3dce1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
  margin: auto;
  margin-top: 0;
  margin-bottom: 16px;
  min-height: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  width: 100%;
}

@media (min-width: 980px) {
  section.section-analytics .section .section-block {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin: auto;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  section.section-analytics .section .section-block .section-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 420px;
  }
}

section.section-analytics .section .section-block .section-block-inner img {
  height: auto;
  margin: auto;
  margin-bottom: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

section.section-analytics .section .section-block .block {
  border-top: 1px dotted #bdc3c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-analytics .section .section-block .block:first-child {
  border: 0 none;
}

section.section-analytics .section .section-block .block .block-inner {
  padding: 16px;
}

section.section-analytics .section .section-block .block .block-num {
  color: #484848;
  font-size: 28px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  margin: 8px 0;
  padding: 0;
  text-align: justify;
}

section.section-analytics .section .section-block .block .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Roboto Condensed";
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.section-analytics .section .section-block .block .block-hint {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  padding: 0;
  position: relative;
}

section.section-analytics .section .section-block .block .block-hint .hint-arrow {
  height: 16px;
  width: 16px;
}

section.section-analytics .section .section-block .block .block-hint .hint-num {
  font-family: "Roboto Condensed";
  font-size: 14px;
  margin: auto;
  margin-right: 4px;
}

section.section-analytics .section .section-block .block .block-hint.hint-negative {
  color: #e74c3c;
  fill: #e74c3c;
}

section.section-analytics .section .section-block .block .block-hint.hint-positive {
  color: #2ecc71;
  fill: #2ecc71;
}

section.section-analytics .section .section-block.chart {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-analytics .section .section-block.half .section-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 980px) {
  section.section-analytics .section .section-block.half:first-child {
    margin-right: 8px;
  }
}

@media (min-width: 980px) {
  section.section-analytics .section .section-block.half:last-child {
    margin-left: 8px;
  }
}

@media (min-width: 980px) {
  section.section-analytics .section .section-block.side {
    margin-right: 16px;
    max-width: 30%;
  }
}

section.section-analytics .section.section-subscription {
  margin-top: 40px;
}

section.section-page-notes {
  padding: 0.8em 16px;
}

@media (max-width: 767px) {
  section.section-page-notes {
    padding: 0.8em;
  }
}

section.section-page-notes .wrapper {
  background-color: #fafafa;
  padding: 20px;
  border-left: 4px solid #00A8C6;
}

section.section-panel {
  opacity: 0;
  visibility: hidden;
  display: none;
  padding: .8em 16px;
}

section.section-panel.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

section.section-panel.first {
  border-top: 1px solid #ecf0f1;
}

section.section-panel .section-header {
  padding: 0 0 20px;
}

section.section-panel .section-header h2 {
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

section.section-panel .section-header .link-tutorial {
  line-height: 40px;
}

section.section-panel .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 20px;
}

section.section-panel .inner-section:first-child {
  margin-top: 0;
}

@media (min-width: 980px) {
  section.section-panel .inner-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.section-panel .inner-section .col-form {
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

@media (min-width: 980px) {
  section.section-panel .inner-section .col-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 20px;
  }
}

@media (min-width: 980px) {
  section.section-panel .inner-section .col-side {
    min-width: 320px;
    max-width: 320px;
  }
}

section.section-reports {
  padding: .8em 16px;
}

section.section-reports .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 40px;
}

section.section-reports .inner-section:first-child {
  margin-top: 0;
}

@media (min-width: 980px) {
  section.section-reports .inner-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.section-reports .inner-section .col-form {
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

@media (min-width: 980px) {
  section.section-reports .inner-section .col-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 20px;
  }
}

@media (min-width: 980px) {
  section.section-reports .inner-section .col-side {
    min-width: 320px;
    max-width: 320px;
  }
}

section.page-notes {
  margin: 0px auto;
  text-align: center;
  color: #95a5a6;
  padding: 40px 0px;
  background-color: #ffffff;
}

section h1.page-title {
  color: #484848;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 70px;
  margin: 0;
  outline: 0 none;
  text-transform: uppercase;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  section h1.page-title {
    line-height: 32px;
    margin: 10px 0;
    text-align: center;
  }
}

section h1.product-title {
  color: #484848;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  outline: 0 none;
  text-transform: uppercase;
  vertical-align: bottom;
}

section h1.flow-section-title {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  margin: 0;
  vertical-align: bottom;
  font-weight: 300;
  outline: 0 none;
  color: #484848;
  font-family: "Roboto Condensed";
}

section h2.page-title {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  font-weight: 100;
  outline: 0 none;
  color: #484848;
}

section h2.page-subtitle {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  font-weight: 100;
  outline: 0 none;
  color: #484848;
}

section h2.section-title {
  color: #7f8c8d;
  font-size: 22px;
  font-weight: 200;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
}

section h3.page-subtitle {
  color: #484848;
  font-size: 1em;
  font-weight: 300;
  font-family: "Roboto Condensed";
  line-height: 18px;
  margin: 10px 0;
  padding: 0;
}

section h3.section-subtitle {
  color: #484848;
  font-size: 1em;
  font-weight: 300;
  font-family: "Roboto Condensed";
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: justify;
}

section h3.section-subtitle strong {
  font-style: italic;
}

section h3.block-title {
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  margin: 0 0 5px 0;
  padding: 0;
}

section h4.section-subtitle {
  font-size: 1em;
  font-weight: 300;
  font-family: "Roboto Condensed";
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: justify;
}

section.customer-transactions {
  padding: 0;
}

section.customer-transactions .grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 10px;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 10px;
  }
}

section.customer-transactions .grid-filter .col-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-date {
  margin: auto;
  margin-bottom: 5px;
  min-width: 210px;
  width: 100%;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter .col-filter.col-filterBy-date {
    margin: auto;
    margin-left: 0;
    width: auto;
  }
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-date .dropdown-wrapper {
  width: 100%;
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-date .dropdown-filterby {
  border-radius: 0;
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-type {
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter .col-filter.col-filterBy-type {
    margin: auto;
    margin-right: 5px;
    width: auto;
  }
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-type .select-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter .col-filter.col-filterBy-type .select-wrapper {
    min-width: 120px;
    width: auto;
  }
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-status {
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter .col-filter.col-filterBy-status {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

section.customer-transactions .grid-filter .col-filter.col-filterBy-status .select-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  section.customer-transactions .grid-filter .col-filter.col-filterBy-status .select-wrapper {
    min-width: 120px;
  }
}

section.customer-subscription-timeline {
  padding: 0;
}

section.customer-subscription-timeline .messages {
  margin-top: 20px;
}

section.customer-upcoming-charges {
  padding: 0;
}

section.customer-upcoming-charges .messages {
  margin-top: 20px;
}

section.customer-upcoming-retry {
  padding: 0;
}

section.customer-upcoming-retry .retry-setting-info {
  padding: 20px 10px 0;
}

section.customer-upcoming-retry .messages {
  margin-top: 20px;
}

section.section-transactions {
  padding: 0;
}

@media (min-width: 768px) {
  section.section-transactions {
    padding: 0.8em 20px;
  }
}

section .inner-section-title {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  outline: 0 none;
  color: #484848;
}

section .inner-section-description {
  font-size: .875em;
  margin: 0;
  font-weight: 300;
  outline: 0 none;
  color: #484848;
}

button.btn.disabled {
  color: #bdc3c7;
  fill: #bdc3c7;
  pointer-events: none;
}

ul.gateways-list li.rebillia-row-container:first-child {
  border-top: 1px dotted #cccccc;
}

.gateways-list li.rebillia-row-container {
  padding: 40px 0px;
}

.gateways-list li.rebillia-row-container a.rebillia.link-default {
  line-height: 30px;
}

.gateways-list .svg-wrapper svg {
  height: 35px;
  width: auto;
  fill: #484848;
}

.gateways-list .svg-authorize svg {
  height: 25px;
  width: auto;
}

.gateways-list .svg-braintree svg {
  height: 25px;
  width: auto;
}

.gateways-list .svg-paypal svg {
  height: 35px;
  width: auto;
}

.gateways-list .svg-stripe svg {
  height: 35px;
  width: auto;
}

.gateway-block-content {
  margin-top: 20px;
}

ul.list.list-subscription-interval-selected .list-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

ul.list.list-subscription-interval-selected .list-row .btn-remove {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 45px;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
}

ul.list.list-subscription-interval-selected .list-row .btn-remove svg {
  fill: #c0392b;
  height: 1.25em;
  width: 1.25em;
}

ul.list.list-subscription-interval-selected .list-row .btn-remove.disabled {
  pointer-events: none;
}

ul.list.list-subscription-interval-selected .list-row .btn-remove.disabled svg {
  fill: #95a5a6;
  opacity: .5;
}

ul.list.list-subscription-interval-selected .list-row .interval-display-name {
  background-color: white;
  border: 1px solid #bdc3c7;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  padding: 0 8px;
}

ul.list.list-subscription-interval-selected .list-row .interval-display-name.disabled {
  background-color: #ecf0f1;
  color: #95a5a6;
}

ul.list-retry-frequency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

ul.list-retry-frequency .row {
  margin: auto;
  margin-bottom: 20px;
  margin-left: 0;
}

ul.list-retry-frequency .row.row-frequency {
  border-bottom: 1px solid #ecf0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  width: 100%;
}

ul.list-retry-frequency .row.row-frequency .interval-value {
  max-width: 70px;
}

ul.list-retry-frequency .row.row-frequency .interval-frequency {
  max-width: 150px;
}

ul.list-retry-frequency .row.row-frequency .label {
  margin: auto;
  margin-bottom: 10px;
  margin-left: 0;
}

ul.list-retry-frequency .row.row-frequency .row-interval-by-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

ul.list-retry-frequency .row.row-frequency .row-interval-by-week .checkbox-wrapper {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  max-width: 40px;
}

ul.list-retry-frequency .row.row-frequency .row-interval-by-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

ul.list-retry-frequency .row.row-frequency .row-interval-by-month .interval-by-month-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}

ul.list-retry-frequency .row.row-frequency .row-interval-by-month .interval-by-month-week .checkbox-wrapper {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  max-width: 40px;
}

ul.list-retry-frequency .row.row-frequency-ends {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 20px;
  width: 100%;
}

ul.list-retry-interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.list-retry-interval .row-interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.list-retry-interval .row-interval .row-interval-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

ul.list-retry-interval .row-interval .row-interval-by-subscription-date .radio-wrapper {
  margin-top: 20px;
}

ul.list-retry-interval .row-interval .interval-value {
  margin: auto;
  margin-left: 0;
  margin-right: 5px;
}

ul.list-retry-interval .row-interval .interval-frequency {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  margin-left: 0;
  margin-right: 5px;
}

ul.list-retry-interval .row-interval .interval-nav {
  margin: auto;
  margin-left: 0;
}

ul.list-retry-interval .row-interval .interval-nav .btn {
  border: 1px solid #bdc3c7;
  border-radius: 50%;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}

ul.list-frequency-ends .row-frequency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 45px;
}

ul.list-frequency-ends .row-frequency .input-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}

ul.list-frequency-ends .row-frequency .input-wrapper.input-after {
  max-width: 50px;
}

ul.list-frequency-ends .row-frequency .input-wrapper.input-date {
  max-width: 120px;
}

ul.list-frequency-ends .row-frequency .input-wrapper.input-ocurrences {
  margin: auto;
  margin-left: 2px;
  max-width: 120px;
}

ul.list-frequency-ends .row-frequency .radio-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 120px;
  width: 120px;
}

ul.list-transactions {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.list-transactions .grid-row {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  padding: 10px;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 50px;
    padding: 0;
  }
}

ul.list-transactions .grid-row.grid-header {
  display: none;
  min-height: 40px;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row.grid-header {
    border-top: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.list-transactions .grid-row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

ul.list-transactions .grid-row .column.col-actions {
  margin: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column.col-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 60px;
    padding-right: 10px;
    width: 60px;
  }
  ul.list-transactions .grid-row .column.col-actions a {
    margin: auto;
    margin-right: 0;
  }
}

ul.list-transactions .grid-row .column.col-amount {
  margin: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column.col-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 110px;
    width: 110px;
  }
  ul.list-transactions .grid-row .column.col-amount span {
    margin: auto;
    margin-right: 0;
  }
}

ul.list-transactions .grid-row .column.col-bcorder {
  display: none;
  margin: auto;
  margin-left: 0;
  max-width: 90px;
  width: 90px;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column.col-bcorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.list-transactions .grid-row .column.col-payment-method {
  margin: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column.col-payment-method {
    margin: auto;
    margin-left: 0;
    width: auto;
  }
}

ul.list-transactions .grid-row .column.col-date {
  margin: auto;
  margin-left: 0;
  max-width: 190px;
}

@media (min-width: 768px) {
  ul.list-transactions .grid-row .column.col-date {
    padding-left: 10px;
    max-width: 190px;
  }
}

ul.list-transactions .grid-row .column.col-status {
  display: block;
  margin: auto;
  margin-left: 0;
  max-width: 80px;
  position: relative;
  width: 80px;
}

ul.list-transactions .grid-row .column.col-type {
  display: block;
  margin: auto;
  margin-left: 0;
  max-width: 80px;
  position: relative;
  width: 80px;
}

ul.list-transactions .grid-row .column.col-kind {
  margin: auto;
  max-width: 60px;
}

ul.list-transactions .grid-row .column.col-kind svg {
  fill: #95a5a6;
  height: 18px;
  width: 18px;
}

ul.list-upcoming-charges {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

ul.list-upcoming-charges .grid-row {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  padding: 10px;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 50px;
    padding: 0;
  }
}

ul.list-upcoming-charges .grid-row.grid-header {
  display: none;
  min-height: 40px;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row.grid-header {
    border-top: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.list-upcoming-charges .grid-row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

ul.list-upcoming-charges .grid-row .column.col-date {
  margin: auto;
  margin-left: 0;
  max-width: 110px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-date {
    padding-left: 10px;
    width: 110px;
  }
}

ul.list-upcoming-charges .grid-row .column.col-info {
  display: none;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 40px;
    position: relative;
    width: 40px;
  }
  ul.list-upcoming-charges .grid-row .column.col-info .ico-info {
    height: 30px;
    margin: auto;
    width: 30px;
  }
  ul.list-upcoming-charges .grid-row .column.col-info .ico-info svg {
    height: 20px;
    width: 20px;
  }
}

ul.list-upcoming-charges .grid-row .column.col-price {
  margin: auto;
  margin-right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 110px;
    width: 110px;
  }
  ul.list-upcoming-charges .grid-row .column.col-price span {
    margin: auto;
    margin-right: 0;
  }
}

ul.list-upcoming-charges .grid-row .column.col-shipping {
  margin: auto;
  margin-right: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-right: 5px;
    max-width: 110px;
    width: 110px;
  }
  ul.list-upcoming-charges .grid-row .column.col-shipping span {
    margin: auto;
    margin-right: 5px;
  }
}

ul.list-upcoming-charges .grid-row .column.col-subscription {
  margin: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-subscription {
    margin: auto;
    margin-left: 0;
    width: auto;
  }
}

ul.list-upcoming-charges .grid-row .column.col-qty {
  margin: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.list-upcoming-charges .grid-row .column.col-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 70px;
    width: 70px;
  }
  ul.list-upcoming-charges .grid-row .column.col-qty span {
    margin: auto;
  }
}

ul.list-logs {
  border-bottom: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

ul.list-logs .grid-row {
  border-top: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  padding: 10px;
}

@media (min-width: 768px) {
  ul.list-logs .grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

ul.list-logs .grid-row .col-date {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-width: 120px;
}

ul.list-logs .grid-row .col-log {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
  margin-left: 0;
  margin-top: 0;
}

ul.list-logs .grid-row .label-by {
  color: #95a5a6;
  margin-top: 10px;
}

ul.list-upcoming-retry {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

ul.list-upcoming-retry .grid-row {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  padding: 10px;
}

@media (min-width: 768px) {
  ul.list-upcoming-retry .grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 50px;
    padding: 0;
  }
}

ul.list-upcoming-retry .grid-row.grid-header {
  display: none;
  min-height: 40px;
}

@media (min-width: 768px) {
  ul.list-upcoming-retry .grid-row.grid-header {
    border-top: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.list-upcoming-retry .grid-row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  ul.list-upcoming-retry .grid-row .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

ul.list-reports {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
  padding: 0;
}

ul.list-reports .list-item {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto Condensed";
  font-weight: 300;
  padding: 12px;
}

ul.list-reports .list-item:first-child {
  border-top: 0 none;
}

ul.list-reports .list-item .list-title {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 5px;
}

ul.list-reports .list-item .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.list-reports .list-item .actions .label-loading {
  font-style: italic;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 767px) {
  ul.list-reports .list-item .actions .label-loading {
    display: none;
  }
}

ul.list-reports .list-item .actions .label-loading.is--loading {
  opacity: 1;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

ul.list-frequency {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
  padding: 0;
}

ul.list-frequency .list-item {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto Condensed";
  font-weight: 300;
  padding: 12px;
}

ul.list-frequency .list-item:first-child {
  border-top: 0 none;
}

ul.list-frequency .list-item .label-primary, ul.list-frequency .list-item .label-secondary {
  font-size: 1em;
  font-weight: 400;
}

ul.list-frequency .list-item .label-secondary {
  font-style: italic;
  opacity: .5;
}

ul.list-frequency .list-item .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  ul.list-frequency .list-item .content {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

ul.list-frequency .list-item .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.list-frequency .list-item .actions .label-loading {
  font-style: italic;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 767px) {
  ul.list-frequency .list-item .actions .label-loading {
    display: none;
  }
}

ul.list-frequency .list-item .actions .label-loading.is--loading {
  opacity: 1;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

/* PAGE */
.page .page-wrapper .page-loading {
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  visibility: visible;
}

.page .page-wrapper .page-loading span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 5px;
  text-transform: uppercase;
}

.page .page-wrapper .page-loading svg {
  height: 40px;
  width: 30px;
  vertical-align: middle;
}

.page .page-wrapper .page-loading.loading--show {
  max-height: 2048px;
}

.page .page-wrapper .page-loading .loading-wrapper {
  padding: 30px;
}

/* PANEL */
.panel-container {
  padding: 30px 20px 20px;
}

.panel-header {
  padding: 20px 0;
}

.panel-loading {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}

.panel-loading.loading--show {
  max-height: 2048px;
  opacity: 1;
}

.panel-loading .loading-wrapper {
  padding: 20px 0;
}

.panel-loading .loading-wrapper span {
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 5px;
  text-transform: uppercase;
}

.panel-loading .inner {
  margin: 0;
  padding: 30px;
  text-align: center;
}

.panel-loading .inner svg {
  height: 80px;
}

.panel-loading .inner .title {
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto;
  max-width: 420px;
  text-transform: uppercase;
}

.panel-loading .inner .subtitle {
  font-size: 0.875em;
  font-weight: 300;
  margin: 0 auto;
  max-width: 420px;
}

.panel-loading svg {
  fill: #232830;
  height: 40px;
  vertical-align: middle;
  width: 35px;
}

.panel-message.message-error {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.panel-message.message-error.panel--show {
  max-height: 2048px;
  opacity: 1;
}

.panel-message h3 {
  margin: 0 0 10px;
}

.panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.panel.panel--show {
  max-height: 2048px;
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

.panel.date_nextsend .label {
  line-height: 24px;
  padding-right: 15px;
}

.panel.date_nextsend .label.date-picker {
  line-height: 40px;
}

.panel.interval .label {
  padding-right: 10px;
  padding-bottom: 10px;
}

.panel.interval .interval-by-date {
  display: inline-block;
  padding-bottom: 10px;
  width: 80px;
}

.panel.interval .interval-by-day {
  display: inline-block;
  padding-bottom: 10px;
  width: 90px;
}

.panel.interval .interval-by-week {
  display: inline-block;
  padding-bottom: 10px;
  width: 110px;
}

.panel.interval .interval-by-month {
  display: inline-block;
  padding-bottom: 10px;
  width: 110px;
}

.panel.interval .interval-by-year {
  display: inline-block;
  padding-bottom: 10px;
  width: 110px;
}

.panel.interval label {
  margin: 0 !important;
}

.panel.interval .checkbox-wrapper label {
  padding-left: 30px !important;
  padding-right: 20px !important;
}

.panel .panel-wrapper {
  padding: 20px 30px;
}

.panel .panel-content h2.panel-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin: 0px 0px 20px 0px;
}

.panel .panel-content h3.panel-subtitle {
  font-size: 18px;
  font-weight: 300;
}

.panel .panel-content.date-nextsend-content {
  max-height: 0;
  opacity: 0;
}

.panel .panel-content.date-nextsend-content.show--panel {
  max-height: 2048px;
  opacity: 1;
}

.panel .panel-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  position: relative;
}

.panel .panel-card .card-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 20px;
}

.panel .panel-card .card-header h3 {
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.panel .panel-card .card-content {
  padding: 10px 20px;
}

.panel.panel-frequency {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin: 0 0;
}

.panel.panel-frequency.panel--show {
  margin: 20px 0;
}

.panel.panel-frequency .panel-wrapper {
  padding: 20px;
}

.panel.panel-frequency .panel-wrapper .panel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.panel.panel-frequency .panel-wrapper .panel-row .label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
}

.panel.panel-frequency .panel-wrapper .panel-row .input {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: auto;
}

.panel.panel-products-by-sku {
  border: 0 none;
}

.panel.panel-products-by-categories {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin: 0 0;
}

.panel.panel-products-by-categories.panel--show {
  margin: 20px 0;
}

.panel.panel-products-by-categories .panel-wrapper {
  min-height: 325px;
  overflow-y: scroll;
  padding: 20px;
}

.panel.panel-products {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0;
  min-height: 245px;
  overflow-x: hidden;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}

.panel.panel-products.panel--show {
  margin: 5px 0 0;
}

.panel.panel-products .panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 0px;
  max-height: 245px;
  overflow-y: scroll;
  padding: 0;
  width: 100%;
}

.panel.panel-products .panel-message {
  padding: 20px;
}

.panel.panel-coupon {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin: 0 0;
}

.panel.panel-coupon.panel--show {
  margin: 20px 0;
}

.panel.panel-coupon .panel-wrapper {
  padding: 20px;
}

.panel.panel-retry-frequency .list-retry-interval {
  margin: auto;
  margin-top: 10px;
}

/* FORMS */
h2.form-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  margin: 0px;
}

h3.form-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0px;
}

h3.form-section-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0px 0px 20px;
}

.form-editable {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.form-content h3.form-blocksubtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 5px 0px;
}

.form-content h4.form-blocksubtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px dotted #bdc3c7;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
}

.form-content label {
  color: #484848;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}

.form-content span.required {
  font-size: 14px;
  line-height: 20px;
}

.form-content .group-intervals {
  padding: 20px 0 !important;
}

.form-content .group-intervals .form-row {
  border-bottom: 1px dotted #bdc3c7;
}

.form-content .group-intervals .form-row:first-child {
  border-top: 1px dotted #bdc3c7;
}

.form-content .group-intervals-custom .form-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

.form-content .group-intervals-custom .form-row label {
  margin: 0;
  min-width: 270px;
}

.form-content .group-intervals-custom .form-row .input-wrapper {
  width: 100%;
}

.form-content .group-intervals-custom .form-row:first-child {
  margin-top: 0;
}

.form-content .col label {
  line-height: 40px;
  margin: 0;
}

.form-section {
  margin-bottom: 50px;
}

.form-message {
  padding: 20px 20px 20px 55px;
  line-height: 16px;
  border-radius: 0px;
  background: no-repeat 15px 50%;
  background-size: 30px 30px;
}

.form-message.disabled {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.form-message p {
  color: #484848;
  font-weight: 400;
  line-height: inherit;
}

.form-message ul.list {
  padding: 0 20px;
}

.form-message ul.list .list-item {
  margin: 10px 0;
  list-style: initial;
}

.form-message.success {
  background-color: #d4ece6;
  background-image: url("/img/ico-success-01.svg");
}

.form-message.error {
  border-left: 4px solid #ee2a7b;
  background-color: #f8d0c8;
  background-image: url("/img/ico-error-01.svg");
}

.form-message.warning {
  background-color: #ffeebf;
  background-image: url("/img/ico-warning-01.svg");
}

.form-message.info {
  background-color: #ccebf3;
  background-image: url("/img/ico-info-01.svg");
}

.form-message.release {
  background-color: #ccebf3;
  padding: 20px;
  text-align: center;
}

.form-message .svg-wrapper svg {
  height: 40px;
  width: auto;
}

.form-nav {
  overflow-x: hidden;
}

.form-nav.line {
  border-top: 1px dotted #ecf0f1;
}

.form-loading .svg-wrapper {
  display: inline-block;
}

.form-loading .span-wrapper {
  display: inline-block;
}

.form-loading .svg-loading svg {
  float: left;
  height: 35px;
  width: 30px;
  vertical-align: middle;
}

.form-loading span {
  float: left;
  line-height: 35px;
  padding: 0px 0px 0px 5px;
}

.form-row.row-subscription-interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-row.row-subscription-interval .select-intervals {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.form-row.row-subscription-interval .select-intervals select option.disabled {
  display: block;
  color: #bdc3c7;
  font-style: italic;
  padding: 1em;
  margin: 1em;
}

.form-row.row-subscription-interval .btn-add {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 45px;
  min-height: 40px;
  width: 45px;
}

.form-row.row-subscription-interval .btn-add svg {
  fill: #00A8C6;
  height: 40px;
  opacity: 1;
  width: 40px;
}

.form-row.row-subscription-interval .btn-add.disabled svg {
  fill: #95a5a6;
  opacity: .5;
}

.form-row.row-subscription-interval-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-row.row-subscription-interval-selected.subscription--has--intervals {
  max-height: 4056px;
  opacity: 1;
}

.content-loading svg {
  height: 30px;
  vertical-align: middle;
}

.content-loading span {
  line-height: 30px;
  display: inline-block;
}

.loading {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.loading svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.loading span {
  line-height: 40px;
}

.stat-block {
  border: 1px solid #bdc3c7;
  padding: 0px;
  margin-bottom: 15px;
  background-color: #ffffff;
}

.stat-block .header {
  background-color: #ecf0f1;
  padding: 15px;
  margin: 0;
}

.stat-block .header span {
  margin: 0;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 0.5px;
}

.stat-block .header span.regular {
  font-size: 15px;
}

.stat-block .main {
  padding: 25px 15px;
}

.graph-default {
  margin: 20px auto 0px;
  padding: 0px;
}

.graph-default h4 {
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.overlay-message {
  padding: 20px 20px 20px 55px;
  line-height: 16px;
  border-radius: 4px;
  background: no-repeat 15px 50%;
  background-size: 30px 30px;
  max-width: 420px;
  margin: 40px auto 0px;
  text-align: left;
}

.overlay-message.disabled {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.overlay-message p {
  line-height: inherit;
  font-weight: 400;
  color: #484848;
}

.overlay-message.success {
  background-color: #d4ece6;
  background-image: url("/img/ico-success-01.svg");
}

.overlay-message.error {
  background-color: #f8d0c8;
  background-image: url("/img/ico-error-01.svg");
}

.overlay-message.warning {
  background-color: #ffeebf;
  background-image: url("/img/ico-warning-01.svg");
}

.overlay-message.info {
  background-color: #ccebf3;
  background-image: url("/img/ico-info-01.svg");
}

.customers-grid .options-col::after {
  content: ".";
  visibility: hidden;
}

.customers-grid .options-col .option-value {
  display: block;
}

.intervals-grid ul.grid-rows li.grid-row {
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .intervals-grid ul.grid-rows li.grid-row {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .intervals-grid ul.grid-rows li.grid-row:hover {
    background-color: #ffffff;
  }
}

.intervals-grid .col-actions a {
  margin-left: 10px;
}

.intervals-grid .col-actions a.link-delete:hover {
  color: #c0392b;
}

.intervals-grid .col-actions a.link-delete:hover span {
  color: #c0392b;
}

.intervals-grid label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.intervals-grid .interval-name {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.intervals-grid .intervals-values {
  padding: 0 0 0 15px;
}

.intervals-grid .intervals-values li {
  color: #484848;
  font-size: 10px;
  list-style-type: circle;
  padding: 0 0 0 2px;
}

.intervals-grid .intervals-values span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.intervals-grid .interval-display-name {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.intervals-grid .interval-display-name.disabled {
  background-color: #ecf0f1;
  color: #95a5a6;
}

.subscriptions-grid .grid-filter .status-nav {
  text-align: center;
}

.subscriptions-grid .grid-rows .grid-row.row--open {
  background-color: #f9f9f9;
}

.subscriptions-grid .col-notifications svg {
  fill: #e74c3c;
  height: 30px;
  vertical-align: top;
  width: 22px;
}

.subscriptions-grid .col-orders span {
  margin-right: 2px;
}

.subscriptions-grid .col-orders svg {
  fill: #484848;
  height: 30px;
  vertical-align: top;
  width: 10px;
}

.subscriptions-grid .col-orders svg.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.subscriptions-grid .col-orders a:hover svg {
  fill: #00A8C6;
}

.subscriptions-grid .col-customers span {
  margin-right: 2px;
}

.subscriptions-grid .col-customers svg {
  fill: #484848;
  height: 30px;
  vertical-align: top;
  width: 10px;
}

.subscriptions-grid .col-customers a:hover svg {
  fill: #00A8C6;
}

.products-grid {
  display: block;
  width: 100%;
}

.products-grid .grid-rows .grid-row {
  border-bottom: 0 none;
  border-top: 1px solid #ecf0f1;
  padding: 0;
}

.products-grid .grid-rows .grid-row:first-child {
  border-top: 0 none;
  border-bottom: 0 none;
}

.products-grid .grid-rows .grid-row .grid-row-wrapper {
  padding: 10px;
}

.products-grid .grid-rows .grid-row .col-actions {
  text-align: center;
}

.products-grid .grid-rows .grid-row .col-actions svg {
  height: 15px;
  vertical-align: middle;
  width: 15px;
}

.products-grid .product-title {
  font-family: "Roboto Condensed";
  font-size: 1em;
  font-weight: 400;
}

.products-grid .product-info {
  font-family: "Roboto Condensed";
  font-size: .875em;
  font-weight: 300;
}

.products-grid .product-img {
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 60px;
}

.upcomingdeliveries-grid h1 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.upcomingdeliveries-grid .day-block h4 {
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.upcomingdeliveries-grid .day-block h4 strong {
  text-transform: uppercase;
}

.upcomingdeliveries-grid .day-block h2 {
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0;
}

.upcomingdeliveries-grid .day-block .day-totals p {
  margin-bottom: 5px;
}

.upcomingdeliveries-grid .day-block .day-totals .fw300 {
  margin-right: 10px;
}

.upcomingdeliveries-grid .grid-rows .grid-row {
  background-color: #ffffff;
}

.upcomingdeliveries-grid .grid-rows .grid-row.extrapadding {
  padding: 20px 0px;
}

.upcomingdeliveries-grid .grid-rows .grid-row:hover {
  background-color: #ffffff;
}

.upcomingdeliveries-grid .subscription-customers-grid .grid-header {
  background-color: #ffffff;
  border-bottom: 2px solid #7f8c8d;
  border-top: 0 none;
  color: #000000;
  margin-top: 10px;
  padding: 10px 0px;
}

.upcomingdeliveries-grid .subscription-customers-grid .grid-header .grid-row-wrapper {
  padding: 0;
}

.upcomingdeliveries-grid .subscription-customers-grid .grid-header span {
  color: #000000;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.upcomingdeliveries-grid .subscription-customers-grid .grid-rows .grid-row .grid-row-wrapper {
  padding: 0;
}

.section-customer-detail .section-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .section-customer-detail .section-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-customer-detail .section-page-header .col-new {
  margin: auto;
  margin-right: 0;
}

@media (max-width: 767px) {
  .section-customer-detail .section-page-header .col-new {
    margin: auto;
  }
}

.section-customer-detail .customer-nav {
  line-height: 70px;
  text-align: right;
}

@media (max-width: 767px) {
  .section-customer-detail .customer-nav {
    margin-bottom: 20px;
    text-align: center;
  }
}

.section-product-info {
  margin: 0;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .section-product-info {
    padding: 0;
  }
}

.section-upcoming-deliveries {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}

.section-upcoming-deliveries h4 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.section-upcoming-deliveries h4 strong {
  font-weight: 600;
}

.section-upcoming-deliveries .stock-alert {
  position: absolute;
  right: 0;
  top: 0;
}

.section-upcoming-deliveries .stock-alert span {
  color: #e74c3c;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}

.section-upcoming-deliveries .stock-alert svg {
  fill: #e74c3c;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
  float: left;
}

.dropdown-wrapper ul.dropdown-menu.dropdown-menu-filterby {
  left: 0 !important;
}

.grid-message {
  border-radius: 4px;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
}

.grid-message.message--show {
  max-height: 2048px;
}

.grid-message.nodata {
  padding: 0;
  text-align: center;
}

.grid-message.nodata .inner {
  margin: 0;
  padding: 30px;
}

.grid-message.nodata .title {
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto;
  max-width: 420px;
  text-transform: uppercase;
}

.grid-message.nodata .subtitle {
  font-size: 0.875em;
  font-weight: 300;
  margin: 0 auto;
  max-width: 420px;
}

.grid-message.nodata svg {
  height: 80px;
  vertical-align: middle;
  width: 60px;
}

.grid-message .message-wrapper {
  background: no-repeat 15px 50%;
  background-size: 30px 30px;
  padding: 20px 20px 20px 55px;
}

.grid-message .message-wrapper h3 {
  font-weight: 600;
  margin: 0 0 5px;
  color: #484848;
}

.grid-message .message-wrapper p {
  line-height: inherit;
  font-weight: 400;
  color: #484848;
}

.grid-message .message-wrapper.success {
  background-color: #d4ece6;
  background-image: url("../img/ico-success-01.svg");
}

.grid-message .message-wrapper.error {
  background-color: #f8d0c8;
  background-image: url("../img/ico-error-01.svg");
}

.grid-message .message-wrapper.warning {
  background-color: #ffeebf;
  background-image: url("../img/ico-warning-01.svg");
}

.grid-message .message-wrapper.info {
  background-color: #ccebf3;
  background-image: url("../img/ico-info-01.svg");
}

.campaign-detail {
  padding: 0 30px;
}

.campaign-detail .product-offered {
  margin-top: 30px;
}

.campaign-detail .form-group-title {
  margin: 0 !important;
}

.campaign-detail .form-group-content {
  background-color: #ffffff;
}

.campaign-detail .grid-list-01 .grid-rows .grid-row {
  background-color: #ffffff;
}

.campaign-detail .grid-list-01 .grid-rows .grid-row:hover {
  background-color: transparent;
}

.campaign-detail .cell-figure {
  width: 80px;
}

.campaign-detail .cell-figure figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 0;
  width: 120px;
}

.campaign-detail .cell-figure figure img {
  height: auto;
  margin: auto;
  max-width: 60px;
  width: 100%;
}

.campaign-detail .cell-product-info .product-title {
  font-family: "Roboto Condensed";
  font-size: 1em;
  font-weight: 400;
}

.campaign-detail .cell-product-info .product-info {
  font-family: "Roboto Condensed";
  font-size: .75em;
}

.campaign-detail .cell-actions {
  text-align: right;
  width: 80px;
}

.campaign-detail .cell-actions span {
  border: 0 none;
  padding: 0;
}

.campaign-detail .cell-actions svg {
  height: auto;
  vertical-align: sub;
  width: 16px;
}

/* SIDE-PANEL */
.side-panel {
  background-color: #ffffff;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px 0px #ecf0f1;
          box-shadow: 0px 0px 8px 0px #ecf0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.side-panel .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 0 40px;
  width: 100%;
}

.side-panel .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 40px;
  width: 100%;
}

.side-panel .block {
  border-top: 1px dotted #bdc3c7;
  padding: 20px 0;
}

.side-panel .block .block-title {
  color: #95a5a6;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.side-panel .top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 60px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.side-panel .top-actions .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875em;
}

.side-panel .top-actions .dropdown-menu .dropdown-opt {
  padding: 0;
  width: 100%;
}

.side-panel .top-actions .dropdown-menu .dropdown-opt .link-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
}

.side-panel .top-actions .dropdown-menu .dropdown-opt .link-default span {
  font-family: "Roboto Condensed";
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0 10px;
  padding: 0;
}

.side-panel .top-actions .ico-dropdown-menu {
  height: 30px;
  margin: auto;
  margin-right: 0;
  width: 30px;
}
