body, h1, h2, h3, h4, h5, h6, label, input, small, ul, li, #primary-menu ul li > a, .e-grid, .e-control, .e-tbar-btn-text {
  font-family: "Quicksand", sans-serif !important;
}

#header.full-header:not(.sticky-header) #logo {
  height: 100px;
  margin-right: 0;
  padding-top: 17px !important;
  -webkit-transition: all .4s ease, opacity .3s ease;
  -o-transition: all .4s ease, opacity .3s ease;
  transition: all .4s ease, opacity .3s ease;
}

#header.full-header.sticky-header #logo {
  height: 60px;
  -webkit-transition: all .4s ease, opacity .3s ease;
  -o-transition: all .4s ease, opacity .3s ease;
  transition: all .4s ease, opacity .3s ease;
}

#logo img {
  height: 60px;
}

.badge-primary {
  background-color: #1ABC9C;
}

.acctitle {
  text-transform: uppercase;
  font-size: 1em;
}

.pricing-box {
  height: 100%;
}

.price-helper-wrapper {
  display: inline-block;
  margin-left: 0.05em;
  text-align: left;
}

.pricing-price {
  font-size: 4.2em;
}

.pricing-box.best-price .pricing-price {
  font-size: 4.3em;
}

.pricing-price span.price-tenure {
  display: block;
  font-size: 0.3em;
}

.price-helper-wrapper .price-unit {
  display: block;
  font-size: 0.5em;
  margin-left: 0.2em;
}

#price-discount-wrapper {
  font-weight: 300;
  color: #999;
}

.table td, .table th {
  vertical-align: middle;
}

.badge-lg {
  font-size: 1em;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #1abc9c;
}

.content-wrap {
  position: relative;
  padding: 40px 0;
}

.button.selected {
  background-color: #444;
  color: #fff;
}

.button.button-reveal.selected span { left: 16px; }

.dropdown-menu .dropdown-item {
  cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
  color: inherit;
  background-color: #dae0e5;
}

.multicolumn-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.order-details {
  margin-bottom: 1.5em;
  background-color: #f5f5f5;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.order-details:hover {
  background-color: #eeeeee;
}

.color-white {
  color: white !important;
}

.color-transparent {
  color: transparent !important;
}

.color-gray {
  color: #bbbbbb;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
  left: auto;
  right: 0;
}

#header.full-header #primary-menu > ul {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.button:disabled,
.button[disabled],
.button:hover:disabled,
.button[disabled]:hover {
  background: #eee !important;
  border-color: #eee !important;
  color: #c3c3c3 !important;
  cursor: default;
}

.button.button-reveal:disabled span,
.button.button-reveal[disabled] span,
.button.button-reveal:hover:disabled span,
.button.button-reveal:hover[disabled] span {
  left: 0 !important;
  text-shadow: none !important;
}

.button.button-reveal:hover:disabled i,
.button.button-reveal[disabled]:hover i,
.button.button-reveal.selected:disabled i,
.button.button-reveal.selected[disabled] i {
  left: -32px !important;
}

@media all and (max-width: 991px) {
  .pricing-box.best-price {
    margin: 0 -1px 0 -1px;
  }
  
  .application-promo-text-wrapper {
    padding-right: 0;
  }
}

@media all and (min-width: 992px) {
  .pricing-box.best-price {
    margin: -8% -1px 0 -1px;
    height: 108%;
  }
  
  .menu-divider-after-this {
    padding-right: 1em;
    border-right: 1px solid #eee;
    margin-right: 1em;
  }
  
  .border-lg-none {
    border: none !important;
  }
}

.border-after-none:after {
  border: none !important;
}

.js-license-new {
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.15);
  -webkit-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.15);
  -moz-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.15);
  -o-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.15);
}

.pulse {
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
}

.js-license-conflict {
  background: #C02942 !important;
}

.js-license-conflict-alert {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0.5);
  }

  70% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    box-shadow: 0 0 0 5px rgba(87, 87, 87, 0);
    -webkit-box-shadow: 0 0 0 5px rgba(87, 87, 87, 0);
    -moz-box-shadow: 0 0 0 5px rgba(87, 87, 87, 0);
    -o-box-shadow: 0 0 0 5px rgba(87, 87, 87, 0);
  }

  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(87, 87, 87, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0);
    -moz-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0);
    -o-box-shadow: 0 0 0 0 rgba(87, 87, 87, 0);
  }
}

.js-calendar-year-wrapper {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.js-calendar-year-new, .js-calendar-year-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.application-promo-wrapper {
  position: relative;
  background-color: #f5f5f5;
}

.device-lg .application-promo-image-wrapper, .device-xl .application-promo-image-wrapper {
  margin-left: -1.9em;
}

.application-promo-description {
  font-size: 1.3em;
  font-weight: 500;
}

.text-multiple-white-glow {
  filter: drop-shadow(0 0 50px white) drop-shadow(0 0 50px white) drop-shadow(0 0 50px white) 
  drop-shadow(0 0 50px white) drop-shadow(0 0 50px white) drop-shadow(0 0 50px white) 
  drop-shadow(0 0 50px white) drop-shadow(0 0 50px white);
}

.application-promo-button {
  white-space: normal !important;
  word-break: break-word !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1.6em;
  padding-top: 0.7em;
  padding-bottom: .7em;
}

.device-lg .application-promo-button {
  font-size: .8em;
}

.device-lg .application-promo-description {
  font-size: 1.1em;
}

.trial-version-info-step {
  padding: .5em;
  background: #f5f5f5;
  font-size: 1.2em;
}

.trial-version-info-step-icon {
  position: absolute;
  right: 2em;
}

.btn-circle-xl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.param-name-value {
  background-color: #f5f5f5;
  border-radius: .3em;
  padding: 0.7em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.param-name-value label {
  margin-bottom: 2px;
  text-wrap: none;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #999 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered input {
  padding-left: 0.5rem !important;
  min-width: 0.8rem !important;
}

.select2-selection__choice {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

#DateRange {
  height: 34px !important;
  font-size: 0.875rem !important;
}

#footer {
  background-color: #f4f6f9;
  border-top: 5px solid rgba(54, 95, 95, 0.13)
}

#copyrights {
  background: none;
}

.daterangepicker {
  font-family: 'Quicksand', sans-serif !important;
}

.daterangepicker .btn {
  text-transform: uppercase;
  border: none;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.daterangepicker td.in-range {
  background-color: #1abc9c1a !important;
}

.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #1abc9c !important;
}

.e-grid .e-tbar-btn-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em !important;
  color: rgba(0,0,0,0.7) !important;
}

.e-grid .e-btn {
  border: none !important;
  transition: 0.3s all ease;
}

.e-grid .e-btn:hover {
  background-color: rgba(31, 45, 65, 0.1) !important;
  padding-left: inherit !important;
  padding-right: inherit !important;
}

#primary-menu ul ul.wide-nav-ul {
  width: 27em;
}
