/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/UEG/Bsn/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/UEG/Bsn/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/UEG/Bsn/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.headerbottom2area .step-help {
  float: right;
  padding: 3px 30px;
  font-size: 16px;
}
.helpVideoBtn {
  cursor: pointer;
}
a.helpVideoBtn:hover {
  text-decoration: none;
}
.helpVideoModal {
  z-index: 999999;
}
.helpVideoModal .popupBgcont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.helpVideoModal .popupBgcont .popupbox {
  width: 80% !important;
}
.helpVideoModal .popupBgcont .popupbox .popheaderarea h2 {
  font-size: 20px;
}
body.tae-event-materials #TaeInfoModal .popfooterarea .helpVideoBtn {
  display: none;
}
body.tae-event-materials .event-step-buttons.postion {
  padding: 10px;
  position: relative;
}
body.tae-event-materials .event-step-buttons.postion .helpVideoBtn.BtnPostion {
  padding: 0 23px;
  position: absolute;
  text-align: center;
}
.shipingrightbox1area {
  height: 105px;
}
.boxarea {
  padding: 10px;
  min-height: 50px;
}
.boxarea ul {
  list-style: none;
  padding-left: 0;
}
.boxarea ul > li {
  overflow: hidden;
}
.boxarea ul > li > label {
  float: left;
  width: 75%;
}
.boxarea ul > li > span {
  float: right;
  width: 20%;
}
.boxarea ul > li > .customization_instruction_label {
  margin-bottom: 10px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/UEG/Bsn/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/UEG/Bsn/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/UEG/Bsn/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/UEG/Bsn/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@font-face {
  font-family: 'SST Roman';
  font-style: normal;
  font-weight: normal;
  src: local('SST Roman'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTRg.woff') format('woff');
}
@font-face {
  font-family: 'SST Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('SST Condensed'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTRgCn.woff') format('woff');
}
@font-face {
  font-family: 'SST Italic';
  font-style: normal;
  font-weight: normal;
  src: local('SST Italic'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTRgIt.woff') format('woff');
}
@font-face {
  font-family: 'SST Light';
  font-style: normal;
  font-weight: normal;
  src: local('SST Light'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTLight.woff') format('woff');
}
@font-face {
  font-family: 'SST Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('SST Light Italic'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTLightIt.woff') format('woff');
}
@font-face {
  font-family: 'SST Medium';
  font-style: normal;
  font-weight: normal;
  src: local('SST Medium'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTMedium.woff') format('woff');
}
@font-face {
  font-family: 'SST Condensed Medium';
  font-style: normal;
  font-weight: normal;
  src: local('SST Condensed Medium'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTMediumCn.woff') format('woff');
}
@font-face {
  font-family: 'SST Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('SST Medium Italic'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTMediumIt.woff') format('woff');
}
@font-face {
  font-family: 'SST Bold';
  font-style: normal;
  font-weight: normal;
  src: local('SST Bold'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTBold.woff') format('woff');
}
@font-face {
  font-family: 'SST Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: local('SST Condensed Bold'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTBoldCn.woff') format('woff');
}
@font-face {
  font-family: 'SST Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('SST Bold Italic'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTBoldIt.woff') format('woff');
}
@font-face {
  font-family: 'SST Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('SST Heavy'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTHeavy.woff') format('woff');
}
@font-face {
  font-family: 'SST Heavy Italic';
  font-style: normal;
  font-weight: normal;
  src: local('SST Heavy Italic'), url('../../frontend/UEG/Bsn/en_US/fonts/SSTHeavyIt.woff') format('woff');
}
@font-face {
  font-family: 'SST Condensed';
  src: url('../../frontend/UEG/Bsn/en_US/fonts/SST-Condensed.woff2') format('woff2'), url('../../frontend/UEG/Bsn/en_US/fonts/SST-Condensed.woff') format('woff'), url('../../frontend/UEG/Bsn/en_US/fonts/SST-Condensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: 'SST Roman';
  font-size: 14px;
}
body {
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: transparent;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.container::before,
.container::after {
  content: '';
  display: block;
  clear: both;
}
html .mobilemenuclose {
  display: none;
}
html.nav-open .mobilemenuclose {
  display: block !important;
  position: fixed;
  right: 3%;
  top: 0;
  font-size: 30px;
  z-index: 9999;
  background: #f0f0f0;
  width: 45px;
  text-align: center;
  cursor: pointer;
}
.nav-sections {
  display: none;
}
header.page-header {
  border-bottom: 1px solid #e4e4e4;
  height: 90px;
}
.fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 20px 30px;
  letter-spacing: -.31em;
  background: #f5f5f5;
}
.action.primary {
  background: #24a186 !important;
  border: 1px solid #24a186 !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'SST Roman';
  font-weight: 500 !important;
  padding: 12px 15px;
}
/* ===================================================== */
.bsnheaderwrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .bsnheaderwrapper {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition-property: all;
    transition-duration: 1s;
    left: 0;
    right: 0;
    top: 0;
  }
}
.bsnheaderwrapper .bsnheader {
  background: #003c71;
  height: 78px;
  padding: 12px 0;
  box-sizing: border-box;
}
.bsnheaderwrapper .bsnheader.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  transition-property: all;
  transition-duration: 1s;
}
.bsnheaderwrapper .bsnheader .container {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}
.bsnheaderwrapper .bsnheader .logoarea {
  padding: 0;
  margin-left: 0px;
  float: left;
  width: 124px;
}
.bsnheaderwrapper .bsnheader .headerrightarea {
  float: right;
  text-align: right;
}
.headerbottom1area {
  background: #e8f3f8;
  padding: 7px 0;
}
.headerbottom1area .headerbottom1contarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerbottom1area .headerbottom1contarea ul {
  padding: 0;
  margin: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.headerbottom1area .headerbottom1contarea ul li {
  color: #003b73;
  padding: 0;
  margin: -8px 36px 0;
  text-transform: capitalize;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.headerbottom1area .headerbottom1contarea ul li span {
  padding: 0 15px 0 0;
  font-size: 24px;
  color: #b7d7e5;
}
.headerbottom1area .headerbottom1contarea ul li.active:after {
  display: block;
  content: '';
  height: 4px;
  background: #4b8c06;
  position: absolute;
  width: 93%;
  right: -5%;
  bottom: -5px;
}
.headerbottom1area .headerbottom1contarea ul li.activered:after {
  display: block;
  content: '';
  height: 4px;
  background: #c60311;
  position: absolute;
  width: 93%;
  right: -5%;
  bottom: -5px;
}
.headerbottom1area .headerbottom1contarea ul li a {
  color: #003b73;
  text-decoration: none;
}
.pinkBtn {
  padding: 0px;
  background: #efe7cb;
  color: #787876;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  font-family: 'SST Bold';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  min-width: 180px;
  padding: 0 15px;
  text-align: center;
}
.pinkBtn span {
  color: #003c71;
}
.saveBtn {
  padding: 0px;
  background: #007db3 url(../../frontend/UEG/Bsn/en_US/images/saveicon.png) no-repeat 92% 50%;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 125px;
  text-align: center;
  padding-right: 15px;
}
.saveBtn:hover {
  color: #fff;
}
.saveBtnNew {
  padding: 0px;
  background: #007db3 url(../../frontend/UEG/Bsn/en_US/images/saveicon.png) no-repeat 92% 50%;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 225px;
  text-align: center;
  padding-right: 15px;
}
.saveBtnNew:hover {
  color: #fff;
}
.stimsaveBtn {
  padding: 0px;
  background: #007db3 url(../../frontend/UEG/Bsn/en_US/images/saveicon.png) no-repeat 88% 50%;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 225px;
  text-align: center;
}
.stimsaveBtn:hover {
  color: #fff;
}
.vertiflexsaveBtn {
  padding: 0px 20px 0 5px;
  background: #007db3 url(../../frontend/UEG/Bsn/en_US/images/saveicon.png) no-repeat 94% 50%;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 180px;
  text-align: center;
}
.vertiflexsaveBtn:hover {
  color: #fff;
}
.continueBtn {
  padding: 0px;
  background: #71c800;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  width: 125px;
  text-align: center;
}
.continueBtn:hover {
  color: #fff;
  text-decoration: underline;
}
.stimContinueBtnTop {
  padding: 0px;
  background: #71c800;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  width: 225px;
  text-align: center;
}
.stimContinueBtnTop:hover {
  color: #fff;
  text-decoration: underline;
}
.vertiflexContinueBtnTop {
  padding: 0px;
  background: #71c800;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  width: 165px;
  text-align: center;
}
.vertiflexContinueBtnTop:hover {
  color: #fff;
  text-decoration: underline;
}
.headerbottom2area {
  background: #efe7cb;
  padding: 7px 0;
  text-align: center;
  color: #003c71;
  font-size: 20px;
  font-family: 'SST Bold';
  font-weight: normal;
}
.headerbottom2area span {
  color: #003c71;
}
.headertoplink ul {
  padding: 0;
  margin: 0px 0px 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.headertoplink ul li {
  color: #262626;
  padding: 0;
  margin: 0 0 0 26px;
  display: block;
}
.headertoplink ul li a {
  color: #1da6e5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-decoration: none;
}
.headertoplink ul li a:hover {
  color: #fff;
}
.headertoplink ul li a img {
  margin-left: 10px;
}
.bsntopmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.bsntopmenu ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.bsntopmenu ul li {
  color: #262626;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: block;
  position: relative;
}
.bsntopmenu ul li a {
  display: block;
  color: #fff;
  margin: 0;
  padding: 0 30px 12px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  line-height: 22px;
}
.bsntopmenu ul li a:hover {
  color: #1da6e5;
}
.bsntopmenu ul li a.active {
  color: #1da6e5;
}
.bsntopmenu ul li:last-child a {
  padding-right: 0;
}
.bsntopmenu ul ul {
  /* box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); */
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  float: left;
  min-width: 180px;
  z-index: 99999;
  text-align: center;
  background: #003c71;
}
.bsntopmenu ul ul li {
  min-width: 180px;
  border-bottom: 1px solid #2d5a82d9;
}
.bsntopmenu ul li:last-child a {
  padding-right: 10px;
}
.bsntopmenu ul ul ul {
  left: 100%;
  top: 0;
}
.bsntopmenu ul ul a {
  background: #003c71;
  padding: 10px;
  height: auto;
  line-height: 20px;
}
.bsntopmenu ul ul :hover > a {
  background: #1997d5;
  color: #fff;
}
.bsntopmenu ul li:hover > ul {
  display: block;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.page-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-main {
    margin-top: 78px;
  }
}
.combo-section {
  margin-bottom: 15px;
}
.combo-checkbox {
  margin-bottom: 15px;
}
.search-rep-dropdown input {
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 16px;
  color: #003c71;
  font-family: 'SST Roman';
}
@media (min-width: 1200px) {
  .tae-event-lists .page-main {
    margin-top: 93px;
  }
  .resources-index-contact .page-main {
    margin-top: 203px;
  }
  .sales-order-history .page-main {
    margin-top: 64px;
  }
  .tae-event-information .page-main {
    margin-top: 174px;
  }
  .tae-event-hcp .page-main {
    margin-top: 177px;
  }
  .tae-event-materials .page-main {
    margin-top: 130px;
  }
  .tae-event-campaign .page-main {
    margin-top: 177px;
  }
  .tae-event-reviewsubmit .page-main {
    margin-top: 177px;
  }
  .tae-event-adminapproval .page-main {
    margin-top: 177px;
  }
  .stim-event-information .page-main {
    margin-top: 177px;
  }
  .stim-event-information .eventwrapper {
    margin-top: 40px;
  }
  .stim-event-clinic .page-main {
    margin-top: 177px;
  }
  .stim-event-clinic .message-box-block {
    margin: 15px 0 0px;
  }
  .stim-event-materials .page-main {
    margin-top: 177px;
  }
  .stim-event-materials .message-box-block {
    margin: 15px 0 0px;
  }
  .stim-event-summary .page-main {
    margin-top: 177px;
  }
  .stim-event-summary .message-box-block {
    margin: 15px 0 0px;
  }
  .stim-event-campaign .page-main {
    margin-top: 177px;
  }
  .stim-event-campaign .message-box-block {
    margin: 15px 0 0px;
  }
  .headerbottom1area {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 78px;
  }
  .headerbottom2area {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 132px;
  }
  .approvedheaderbottom2area {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 132px;
  }
  .vertiflex-event-information .page-main {
    margin-top: 174px;
  }
  .vertiflex-event-information .eventwrapper {
    margin-top: 40px;
  }
  .vertiflex-event-clinic .page-main {
    margin-top: 174px;
  }
  .vertiflex-event-clinic .message-box-block {
    margin: 15px 0 0px;
  }
  .vertiflex-event-materials .page-main {
    margin-top: 174px;
  }
  .vertiflex-event-materials .message-box-block {
    margin: 15px 0 0px;
  }
  .vertiflex-event-summary .page-main {
    margin-top: 174px;
  }
  .vertiflex-event-summary .message-box-block {
    margin: 15px 0 0px;
  }
  .vertiflex-event-campaign .page-main {
    margin-top: 174px;
  }
  .vertiflex-event-campaign .message-box-block {
    margin: 15px 0 0px;
  }
  .vertiflex-event-orderview .message-box-block {
    margin: 15px 0 1px;
  }
}
@media (max-width: 1040px) {
  .container {
    margin: 0 2%;
    width: auto;
  }
  .bsnheaderwrapper .bsnheader .container {
    margin: 0 2%;
    width: auto;
  }
  .bsntopmenu ul li a {
    padding: 5px 25px;
  }
  .headerbottom1area .headerbottom1contarea ul li {
    margin: -8px 15px 0;
    font-size: 14px;
  }
  .headerbottom1area .headerbottom1contarea ul li span {
    padding: 0 10px 0 0;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .bsntopmenu ul li a {
    padding: 5px 10px;
  }
  .pinkBtn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .saveBtn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .headerbottom1area .headerbottom1contarea ul li {
    line-height: 15px;
  }
  .headerbottom1area .headerbottom1contarea ul li.active:after {
    height: 2px;
  }
  .headerbottom2area {
    font-size: 16px;
    font-family: 'SST Roman';
  }
}
@media (max-width: 767px) {
  .nav-open .nav-sections {
    display: block;
  }
  .bsnheaderwrapper .bsnheader {
    height: auto;
    text-align: center;
  }
  .bsnheaderwrapper .bsnheader .logoarea {
    padding: 0;
    float: none;
    margin: 0 auto 10px;
  }
  .bsnheaderwrapper .bsnheader .headerrightarea {
    float: none;
    text-align: center;
  }
  .headertoplink ul {
    padding: 0;
    margin: 0px 0px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bsntopmenu ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .headerbottom1area .headerbottom1contarea {
    display: block;
  }
  .headerbottom1area .headerbottom1contarea ul {
    display: block;
  }
  .headerbottom1area .headerbottom1contarea ul li {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .headerbottom1area .headerbottom1contarea ul li.active:after {
    height: 4px;
    right: 0;
    width: 95%;
  }
  .pinkBtn {
    height: 40px;
    line-height: 40px;
    width: 200px;
    display: block;
    font-size: 18px;
    margin: 10px auto 20px;
  }
  .saveBtn {
    height: 40px;
    line-height: 40px;
    width: 200px;
    display: block;
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .continueBtn {
    height: 40px;
    line-height: 40px;
    width: 200px;
    display: block;
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .bsnheaderwrapper {
    position: relative;
  }
  .nav-toggle {
    z-index: 9;
  }
  .nav-toggle:before {
    color: #fff;
  }
  .bsntopmenu {
    display: none;
  }
  .bsntopmenu.mobile {
    display: block;
  }
  .headerbottom1area .headerbottom1contarea ul li {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .headertoplink ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .bsntopmenu ul li a {
    padding: 0px;
  }
  .nav-sections-item-content {
    margin-top: 30px;
  }
  .nav-sections-item-content ul {
    list-style: none;
    padding: 0;
    margin: 0 45px;
  }
  .nav-sections-item-content ul li {
    line-height: 24px;
    padding: 10px 0 5px;
    margin: 0;
  }
  .nav-sections-item-content ul ul {
    list-style: none;
    padding: 0;
    margin: 0px;
  }
  .nav-sections-item-content ul ul li {
    padding: 0 22px;
    background: url(../../frontend/UEG/Bsn/en_US/images/menuarrow.png) no-repeat 10px 8px;
  }
  .nav-sections-item-content ul li a {
    color: #003c71;
    font-weight: bold;
  }
  .nav-sections-item-content ul li li a {
    font-weight: 400;
  }
  a.nav-sections-item-switch {
    font-weight: bold;
    color: #003c71;
  }
  .nav-sections-item-title {
    background: transparent !important;
    border: 0 !important;
    border-width: 0;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  .headertoplink ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs {
    display: none;
  }
}
.clsheader_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  background: #fff;
  border-bottom: 1px solid #d3d8dc;
}
.clsheader_area .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
.clsheader_area .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 85%;
}
.clsheader_area .event-id {
  font-size: 13px;
  color: #28313B;
  width: 15%;
  text-align: right;
}
.clsheader_area .event-id span {
  color: #7C8A99;
}
.footer {
  background: url(../../frontend/UEG/Bsn/en_US/images/footerBg.jpg) no-repeat center 0;
  background-size: cover;
  height: 480px;
  padding: 70px 0 80px;
}
.footer .copy-footer-wrapper {
  padding: 0px;
  margin: 0;
}
.footer .copy-footer-wrapper p {
  color: #6a737b;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'SST Roman';
  font-style: normal;
  font-weight: normal;
}
.blue-area.area-admin-cmn-footer {
  max-width: 100%;
  margin-left: calc(0%);
  margin-right: calc(0%);
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer p {
    text-align: center;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .footer p {
    text-align: center;
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .headertoplink ul li a {
    font-size: 12px;
  }
  .footer p {
    font-size: 9px;
  }
}
@media (max-width: 1340px) {
  .footer .blue-area .foot-cover {
    display: flex;
    flex-wrap: wrap !important;
    flex-flow: unset;
  }
}
@media (max-width: 1340px) {
  .footer .blue-area .foot-cover .cover-area {
    width: unset;
    margin: 0 5px;
  }
}
@media (max-width: 1199px) {
  .footer .blue-area .foot-cover .cover-area {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .footer .blue-area .foot-cover .cover-area {
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .footer .blue-area .foot-cover .cover-area:last-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .footer .blue-area .foot-cover .cover-area .remaining {
    flex-wrap: wrap;
  }
}
@media (max-width: 1340px) {
  .footer .copy-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.westarea ul li {
  height: 50px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.westarea ul li span {
  width: 100%;
}
.footerloader {
  width: 100%;
  height: 8px;
  background: radial-gradient(circle 4px at 4px center, #55bcf6 100%, transparent 0), radial-gradient(circle 4px at 4px center, #55bcf6 100%, transparent 0);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  position: relative;
  animation: ballX 1s linear infinite;
  margin-top: 5px;
  display: flex;
}
.footerloader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55bcf6;
  inset: 0;
  margin: auto;
  animation: moveX 1s cubic-bezier(0.5, 300, 0.5, -300) infinite;
}
@keyframes ballX {
  0%,
  25%,
  50%,
  75%,
  100% {
    background-position: 25% 0, 75% 0;
  }
  40% {
    background-position: 25% 0, 85% 0;
  }
  90% {
    background-position: 15% 0, 75% 0;
  }
}
@keyframes moveX {
  100% {
    transform: translate(0.15px);
  }
}
/*==============03-11-25================*/
.copy-footer-wrapper {
  background-size: cover;
  padding: 70px 0 80px;
}
.copy-footer-wrapper .footer_wrapper {
  max-width: 1044px;
  margin: 0 auto;
  position: relative;
}
.copy-footer-wrapper .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 120px;
  width: 100%;
}
.copy-footer-wrapper .footer-content .footer-left {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.copy-footer-wrapper .footer-content .footer-left h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #14191E;
  font-family: 'SST Roman';
}
.copy-footer-wrapper .footer-content .footer-left .qr {
  margin-left: 33px;
  width: 80px;
  margin-top: 10px;
}
.copy-footer-wrapper .footer-content2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0px;
  width: 100%;
}
.copy-footer-wrapper .footer-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1450px) {
  .copy-footer-wrapper .footer-links {
    flex-wrap: nowrap;
  }
}
.copy-footer-wrapper .logo {
  width: 270px;
  margin-right: 30px;
  margin: 8px 0 0;
}
.copy-footer-wrapper .link-group_wrapper {
  display: flex;
  width: 772px;
  justify-content: space-between;
  border-bottom: 1px solid #516379;
  padding-bottom: 44px;
}
.copy-footer-wrapper .link-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 175px;
}
.copy-footer-wrapper .link-group .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.copy-footer-wrapper .link-group a {
  text-decoration: none;
  color: #28313B;
  font-size: 14px;
}
.copy-footer-wrapper .contact-btn {
  background-color: #0a1c35;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0px 5px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-sizing: border-box;
}
.copy-footer-wrapper .contact-btn:hover {
  background-color: #132e56;
}
.copy-footer-wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
  color: #A7B1BB;
}
.copy-footer-wrapper .footer-bottom p {
  padding: 0;
  margin: 0;
}
.copy-footer-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 642px;
  color: #14191E;
  font-weight: 500;
}
.copy-footer-wrapper .contact-info img {
  vertical-align: middle;
}
.copy-footer-wrapper .muted {
  color: #aaa;
}
.copy-footer-wrapper .socials a img {
  width: 22px;
  margin-left: 12px;
  transition: 0.3s;
}
.copy-footer-wrapper .socials a img:hover {
  opacity: 1;
}
.copy-footer-wrapper .back-top {
  position: absolute;
  top: 60px;
  right: 0px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}
body {
  font-family: "SST Roman";
  background: #fafafa;
}
.page-wrapper {
  background: #fff;
}
a,
input,
button,
textarea,
select {
  outline: none;
  box-shadow: none !important;
  resize: none;
}
p {
  margin-top: 0rem;
  margin-bottom: 15px;
}
.eventbox input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
}
.eventbox input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.eventbox input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #2166B1;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #2166B1;
}
.eventbox input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.eventbox input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.checkCbox input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
}
.checkCbox input[type="checkbox"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.checkCbox input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  background: #2166B1;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #2166B1;
}
.checkCbox input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkCbox input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.checkCbox input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
}
.checkCbox input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.checkCbox input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #2166B1;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #2166B1;
}
.checkCbox input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkCbox input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.eventwrapper {
  display: flex;
  margin-top: 20px;
}
.eventbox {
  width: 33%;
  font-family: "SST Roman";
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #d90606;
  text-transform: uppercase;
  text-align: center;
  margin: 0 70px;
  position: relative;
}
.eventbox.activearea {
  color: #003c71 !important;
}
.eventbox span {
  display: block;
  color: #757575;
  text-transform: none;
  font-size: 14px;
}
a.zoomactivenew {
  color: #757575 !important;
  text-decoration: none !important;
}
.eventcheckbox {
  position: absolute;
  left: 10px;
  top: 0px;
}
.eventcheckbox2 {
  position: absolute;
  left: 35px;
  top: 0px;
}
.eventcheckbox3 {
  position: absolute;
  left: 45px;
  top: 0px;
}
.containerscreen2 {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 40px;
}
.containerscreen2::before,
.containerscreen2::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1030px) {
  .containerscreen2 {
    padding: 20px 15px;
  }
}
.containerscreen2left {
  width: 730px;
  float: left;
}
@media (max-width: 1030px) {
  .containerscreen2left {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .containerscreen2left {
    width: 100%;
    float: none;
  }
}
.containerscreen2left p {
  padding-left: 32px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 500px) {
  .containerscreen2left p {
    padding-left: 12px;
  }
}
.containerscreen2left p a {
  color: #d90606;
  text-decoration: underline;
}
.containerscreen2left input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.containerscreen2left input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerscreen2left input::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerscreen2left input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.urlinputcont {
  margin-bottom: 20px;
}
input.urlinputcont1 {
  width: 88%;
}
@media (max-width: 500px) {
  input.urlinputcont1 {
    width: 100%;
  }
}
.inputcont2area {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .inputcont2area {
    display: block;
  }
}
@media (max-width: 500px) {
  .inputcont2area {
    margin-bottom: 0;
  }
}
.inputcont2area div#city-error {
  position: absolute;
  bottom: -24px;
  left: 0;
}
.inputcont2area div#state-error {
  position: absolute;
  bottom: -24px;
  left: 300px;
}
.inputcont2area div#zipcode-error {
  position: absolute;
  left: 515px;
  bottom: -24px;
}
.inputcont2area input {
  margin-right: 20px;
  width: 196px;
}
@media (max-width: 991px) {
  .inputcont2area input {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .inputcont2area input {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}
input.addressiput {
  margin-right: 20px;
  width: 580px;
}
@media (max-width: 1030px) {
  input.addressiput {
    width: 162px;
  }
}
@media (max-width: 991px) {
  input.addressiput {
    width: 120px;
  }
}
.containerscreen2right {
  width: 328px;
  float: right;
  font-family: "SST Italic";
  text-align: center;
}
@media (max-width: 1030px) {
  .containerscreen2right {
    width: 40%;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .containerscreen2right {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding: 0 0px;
  }
}
.containerscreen2right p {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0px;
}
.containerscreen2right a {
  color: #003c71;
  font-size: 16px;
  font-family: "SST Roman";
  margin-bottom: 10px;
  display: block;
}
.margintop20 {
  margin-top: 20px;
}
.margintop30 {
  margin-top: 30px;
}
.defaulteventdatearealeft {
  width: 550px;
  float: left;
}
@media (max-width: 500px) {
  .defaulteventdatearealeft {
    width: 100%;
    float: none;
  }
}
.eventcalenderarea .timezone {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .eventcalenderarea .timezone {
    margin-left: 0px;
  }
}
.eventcalenderarea .timezone select {
  width: 70px;
}
@media (max-width: 767px) {
  .eventcalenderarea .timezone select {
    width: 100%;
  }
}
.defaulteventdatearearight {
  width: 460px;
  float: right;
}
@media (max-width: 1030px) {
  .defaulteventdatearearight {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .defaulteventdatearearight {
    width: 100%;
    margin-top: 30px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .defaulteventdatearearight {
    padding-right: 0px;
  }
}
.defaulteventdatearearight p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #757575;
  font-family: "SST Roman";
}
.defaulteventdatearearight p span {
  color: #d90606;
  display: block;
  font-family: "SST Medium";
}
.defaulteventdatearearight ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
}
@media (max-width: 1030px) {
  .defaulteventdatearearight ul {
    margin: 0;
  }
}
.defaulteventdatearearight ul li {
  color: #d90606;
  font-size: 14px;
  font-family: "SST Roman";
  text-transform: lowercase;
  margin-bottom: 4px;
}
.defaulteventdatearearight ul li span {
  font-family: "SST Bold Italic";
  color: #003c71;
  width: 170px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .defaulteventdatearearight ul li span {
    display: block;
  }
}
.onlinetext {
  color: #d90606;
  font-size: 14px;
  font-family: "SST Italic";
  padding-left: 32px;
  padding-top: 5px;
}
.clinicbox {
  margin-top: 16px;
  margin-bottom: 55px;
}
.clinicbox input[type="checkbox"] {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
}
.clinicbox input[type="checkbox"]:before {
  content: "";
  display: block;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.clinicbox input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  border: 0;
  padding: 0;
  background: #2166B1;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #2166B1;
}
.clinicbox input[type="checkbox"]:after {
  content: "";
  display: block;
  border: 0;
  width: 4px;
  padding: 0;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.clinicbox input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  border: 0;
  padding: 0;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.opacityarea {
  opacity: 0.4;
  /* position: relative;
        user-select: none; */
  /* &::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      } */
}
.eventcalenderarea {
  display: flex;
  color: #d90606;
  font-size: 16px;
  white-space: nowrap;
  font-family: "SST Roman";
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .eventcalenderarea {
    display: block;
  }
}
.eventcalenderarea input {
  width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 16px;
  color: #003c71;
  font-family: "SST Roman";
}
@media (max-width: 500px) {
  .eventcalenderarea input {
    width: 100%;
    display: block;
    margin: 0px 0 10px !important;
  }
}
.eventcalenderarea select {
  width: 100px;
  margin-left: 10px;
}
@media (max-width: 500px) {
  .eventcalenderarea select {
    width: 100%;
    display: block;
    margin: 0px 0 10px !important;
  }
}
@media (max-width: 500px) {
  .checkin-picker,
  .checkout-picker {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .datepicker-inline {
    width: 100% !important;
  }
}
.from_time_div div {
  font-size: 9.5px !important;
  text-align: left !important;
  padding-left: 14px;
  margin-top: 0 !important;
}
.to_time_div div {
  font-size: 9.5px !important;
  text-align: left !important;
  padding-left: 14px;
  margin-top: 0 !important;
}
.containerhealtharea {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 18px;
}
.containerhealtharea::before,
.containerhealtharea::after {
  content: "";
  display: block;
  clear: both;
}
.containerhealthleft {
  width: 515px;
  float: left;
}
.containerhealthleft input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.containerhealthleft input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthleft input::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthleft input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthleft p {
  padding-left: 32px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
.containerhealthright {
  width: 600px;
  float: right;
}
.containerhealthright input {
  width: 92%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.containerhealthright input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthright input::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthright input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.containerhealthright p {
  padding-left: 20px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
.healtmaparea {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.healtmaparea p {
  padding-left: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #003c71;
  text-align: left;
}
@media (max-width: 1030px) {
  .healtmaparea p {
    text-align: center;
  }
}
.healtmaparea iframe {
  border: 0;
  width: 100% !important;
}
@media (max-width: 1030px) {
  .healtmaparea iframe {
    width: 100%;
  }
}
.inputredplaceholderRed input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.inputredplaceholderRed input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderRed input::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderRed input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderRed p {
  padding-left: 32px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
.inputredplaceholderAsh input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.inputredplaceholderAsh input::-webkit-input-placeholder {
  color: #909090 !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderAsh input::-moz-placeholder {
  color: #909090 !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderAsh input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.inputredplaceholderAsh p {
  padding-left: 32px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
.nametext {
  text-align: left;
  padding-left: 32px;
  padding-bottom: 5px;
  color: #757575;
  font-size: 14px;
  padding-top: 10px;
  text-transform: uppercase;
}
.nametextnormal {
  font-family: "SST Italic";
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #757575;
  font-size: 18px;
}
.addnotherdoc {
  text-align: left;
  padding-left: 3px;
  padding-bottom: 10px;
  color: #003c71;
  font-size: 16px;
  padding-top: 10px;
  text-transform: capitalize;
  font-family: "SST Bold Italic";
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
}
.addnotherdoc a {
  color: #4b8c06;
  text-decoration: none;
  font-size: 24px;
}
.addnotherdoc a span {
  color: #003c71;
  font-size: 16px;
  text-decoration: underline;
}
.removenotherdoc {
  text-align: left;
  padding-left: 3px;
  padding-bottom: 10px;
  color: #14191E;
  font-size: 16px;
  padding-top: 10px;
  text-transform: capitalize;
  font-family: "SST Bold Italic";
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.removenotherdoc span {
  color: #14191E;
  font-size: 24px;
}
.removenotherdoc span a {
  color: #14191E;
  text-decoration: none;
}
.removenotherdoc a {
  color: #14191E;
  text-decoration: none;
}
.hcp {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 40px;
  margin-top: -30px;
}
.hcp:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 20px;
}
.hcp:before {
  content: "-";
  display: block;
  top: 3%;
  left: 0;
  position: absolute;
  font-size: 30px;
  line-height: 16px;
  color: #2166B1;
}
.hcp input {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 0px;
  color: #2166B1;
  font-size: 14px;
  padding-top: 0px;
  text-transform: capitalize;
  font-family: "SST Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  border: 0 !important;
  position: absolute;
  height: auto !important;
  outline: 0 !important;
  box-shadow: none;
}
.hcp input:focus,
.hcp input:active,
.hcp input:visited {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none;
}
body.step-three-body-wrapper {
  overflow-x: hidden;
}
.step-three-wrap-back {
  position: relative;
}
.step-three-wrap-back::before {
  background: #d4d4d4cf;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: -7px -100%;
  z-index: 6;
}
.step-three-wrap-back::after {
  content: "";
  display: block;
  clear: both;
}
.sub-all-heading span.sub-para {
  font-size: 18px;
}
.env-name-wrap {
  margin-bottom: 10px;
}
.marketingleftarea {
  width: 320px;
  float: left;
  margin-top: 8px;
  position: relative;
  z-index: 7;
}
.marketingleftheading {
  color: #14191E;
  text-align: center;
  font-size: 18px;
  margin-bottom: 17px;
  margin-top: 20px;
  line-height: 20px;
  font-family: "SST Medium Italic";
}
.marketingrightarea {
  width: 955px;
  float: left;
  margin-top: 6px;
  position: relative;
  z-index: 5;
}
.marketingrightarea p {
  color: #14191E;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 20px;
}
/*.marketingcalenderarea { border:1px solid #e4e4ea }*/
.marketingnavmenu::before,
.marketingnavmenu::after {
  content: "";
  display: block;
  clear: both;
}
.marketnav {
  background: #f7f7fa;
  border: 1px solid #e4e4ea;
  border-right: 0;
  margin-top: -1px;
  padding: 15px 30px 15px 55px;
  font-size: 18px;
  color: #003c71;
  display: flex;
  align-items: center;
  font-family: "SST Roman";
}
.marketnav.active {
  background: #efe7cb;
}
.marketnav.activered {
  background: #efe7cb url(../../frontend/UEG/Bsn/en_US/images/leftactivered.png) no-repeat 28px 50%;
}
.marketnav.activegreen {
  background: #efe7cb url(../../frontend/UEG/Bsn/en_US/images/leftactivegreen.png) no-repeat 28px 50%;
}
.marketcontarea {
  background: #f8f7fc;
  border-left: 1px solid #e4e4ea;
  border-bottom: 1px solid #e4e4ea;
  margin-bottom: 20px;
  padding: 10px 0px;
}
.fulfillment-div {
  margin-top: 24px;
  font-family: "SST Italic";
}
.uploadlistarea {
  color: #14191E;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 30px;
}
.uploadBtn {
  margin-top: 12px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "SST Roman";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  padding: 0;
  background: #c60311;
  border-radius: 30px;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.uploadBtn.upercase {
  text-transform: uppercase;
}
.uploadBtn:focus,
.uploadBtn:active,
.uploadBtn:hover {
  background: #72c700;
  border: 0;
  outline: none;
  color: #fff;
  box-shadow: none;
}
button:focus,
button:active {
  background: #14191E;
  border: 0;
  color: #ffffff;
}
.switcharea {
  display: flex;
  align-items: center;
  /* Rounded sliders */
}
.switcharea .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 24px;
}
.switcharea .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switcharea .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0011b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switcharea .slider:before {
  position: absolute;
  content: url("../../frontend/UEG/Bsn/en_US/images/off.png");
  height: 17px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  /* 
            background-color: white; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switcharea input:checked + .slider {
  background-color: #74c801;
}
.switcharea input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switcharea input:checked + .slider:before {
  content: url("../../frontend/UEG/Bsn/en_US/images/on.png");
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.switcharea .slider.round {
  border-radius: 34px;
}
.switcharea .slider.round:before {
  border-radius: 50%;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: transparent;
  box-shadow: none;
}
.modal-popup .modal-inner-wrap header.modal-header,
.modal-popup .modal-inner-wrap footer.modal-footer {
  display: none !important;
}
.popupBg {
  /* background: #787777d8; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.popupBg::before,
.popupBg::after {
  content: "";
  display: block;
  clear: both;
}
.popupBg .popupBgcont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.popupbox {
  width: 544px;
  max-height: 100%;
  margin: 0px;
  overflow: auto;
  background: #fff;
  border-radius: 26px;
  padding: 15px 20px;
}
.popupbox .popheaderarea {
  padding: 5px 12px 0;
  text-align: center;
  position: relative;
}
.popupbox .popheaderarea h2 {
  line-height: 40px;
  color: #14191E;
  font-family: "SST Medium";
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 0px solid #dadada;
}
.popupbox .popheaderarea .closeBtn {
  /*position: absolute;
              right: 10px;
              top: 15px;*/
}
.popupbox .popcontarea {
  padding: 10px 15px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: "SST Roman";
}
.tae-event-information .popupbox {
  width: 100%;
  max-width: 544px;
  min-height: 200px;
  max-height: 100%;
  margin: 0px;
  overflow: auto;
  background: #fff;
  border-radius: 26px;
  padding: 15px 20px;
}
.paddingpop {
  padding: 0 0px;
}
.textcenteralign {
  text-align: center;
}
.redtext {
  color: #c60311 !important;
}
.redtext a {
  color: #2166B1;
}
a.redtext {
  color: #c60311 !important;
}
a.redtext:hover {
  color: #c60311 !important;
}
.redtextunderline {
  color: #c60311;
  text-decoration: underline;
}
a.redlink {
  display: inline-block;
  color: #c60311;
  text-decoration: none;
}
a.redlink:hover {
  text-decoration: underline;
}
.approvefilearea {
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.approvefileleftarea {
  width: 35%;
  font-size: 15px;
  color: #7d7d7d;
  text-align: center;
}
.approvefileleftarea p {
  margin-bottom: 0;
}
.approvefileleftarea img {
  margin-right: 3px;
}
.approvefilerightarea {
  width: 60%;
  padding-left: 5%;
}
.popfooterarea {
  border-top: 1px solid #e5e5e5;
  padding: 20px 20px;
  position: relative;
}
.filerequiretext {
  line-height: 15px;
  font-size: 15px;
  padding-right: 10px;
  color: #ca2530;
}
.averagetext {
  line-height: 15px;
  font-size: 15px;
  padding-bottom: 5px;
}
.averagetext::before,
.averagetext::after {
  content: "";
  display: block;
  clear: both;
}
.averagetext span {
  float: right;
  padding-right: 40px;
}
.popcontinueBtn {
  padding: 0px;
  background: #71c800;
  border: 1px solid #71c800 !important;
  color: #fff !important;
  width: 125px;
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}
.popcontinueBtn:hover {
  background: #71c800;
  border: 1px solid #71c800 !important;
  color: #fff !important;
  text-decoration: none;
}
.popfileuploadBtn {
  padding: 0px;
  background: #71c800;
  border: 1px solid #71c800;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}
.popfileuploadBtn:hover {
  background: #71c800;
  border: 1px solid #71c800;
  color: #fff;
  text-decoration: none;
}
.popcontinuedeepBtn {
  padding: 0px;
  background: #71c800;
  color: #fff !important;
  width: 125px;
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  border: 0 !important;
}
.popcontinuedeepBtn:hover {
  color: #fff;
  text-decoration: underline;
  background: #71c800;
}
.uploadedfilarea,
.uploadedfilarea_camp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 3px;
}
.uploadedfilarea img,
.uploadedfilarea_camp img {
  margin-right: 12px;
}
input.inputno {
  width: 84px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #dddddd;
  font-family: "SST Roman";
  text-align: center;
}
input.inputno::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Roman";
  opacity: 1;
}
input.inputno::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Roman";
  opacity: 1;
}
input.inputno::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Roman";
  opacity: 1;
}
.maillistheading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  /*  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0px 5px #e2e2e2;*/
  /*height: 40px;
  line-height: 40px;*/
  border-radius: 8px;
  margin: 0 20px 0 0px;
}
.maillistheading span {
  width: 120px;
  text-align: center;
}
.maillistheading span.namelist {
  width: 150px;
  text-align: center;
}
.maillistcheckingarea ul {
  padding: 0;
  margin: 4px 0 0px;
  list-style: none;
}
.maillistcheckingarea ul li {
  padding: 6px 10px 8px 20px;
  margin-bottom: 0;
  font-family: "SST Italic";
  color: #003c71;
}
.maillistcheckingarea ul li label {
  margin-right: 8px;
}
.maillistcheckingarea ul li.active {
  background: #e8f3f9;
}
.maillistcheckingarea ul li::before,
.maillistcheckingarea ul li::after {
  content: "";
  display: block;
  clear: both;
}
.maillistcheckingarea ul li span {
  float: right;
}
.maillistcheckingarea ul li span.redtext {
  padding-right: 0px;
}
.no-display {
  display: none !important;
}
.envelopBtn {
  padding: 0px 15px;
  background: #b80405;
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  min-width: 105px;
  margin: 0px auto 0;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
}
.envelopBtn:hover {
  color: #fff;
  text-decoration: underline;
}
/*.envelopgreenBtn { 
      padding: 0px; 
      background: #73c700; 
      color: #fff !important;
      position: absolute;
      left: 0; right: 0;
      width: 105px;
      margin: 0px auto 0;
      display: block;
      height: 28px; 
      line-height: 28px; 
      font-size: 11px; 
      font-family: 'SST Roman';
      font-weight: normal; 
      text-transform: capitalize;
      text-decoration: none;
      border-radius: 0px;
      text-align: center;
  
      &:hover {
          color: #fff;
          text-decoration: underline;
      }
  
  }*/
.uploadarea {
  padding: 0px 0px 0px 110px;
}
.uploadarea span {
  text-decoration: none;
}
.uploadarea span a {
  text-decoration: none;
}
.uploadarea a {
  text-decoration: underline;
}
.enveloparea {
  margin: 15px 16px 0;
  height: 25px;
  position: relative;
}
.enveloparea::before,
.enveloparea::after {
  content: "";
  display: block;
  clear: both;
}
.floatright {
  float: right;
}
.uppertext {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 25px;
}
.mailorderarea {
  padding: 10px 15px 6px;
  margin: 0 20px;
  text-align: center;
  font-size: 15px;
  height: auto;
}
.requestarea,
.requestarea-second {
  margin: 25px 30px 8px;
  position: relative;
  font-size: 15px;
  text-align: center;
  font-family: "SST Italic";
}
.requestarea span,
.requestarea-second span {
  font-family: "SST Roman";
}
.requestcheckbox {
  position: absolute;
  left: -30px;
}
.border {
  border: 1px solid #dddddd;
}
.border::before,
.border::after {
  content: "";
  display: block;
  clear: both;
}
.textleftalign {
  text-align: left;
}
.verticalcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
select {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/selectbg.png) no-repeat 95% 50%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 15px;
  color: #9d9d9d !important;
  font-family: "SST Roman";
}
.popupselect {
  text-align: center;
  padding: 10px 15px 0;
  margin-bottom: 15px;
}
.mediciarea {
  color: #3f92b8;
  width: 50%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.mediciarea img {
  width: 100%;
}
.medicispinetextarea {
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
.printmaterialcheckingarea ul {
  padding: 0;
  margin: 4px 0 0px;
  list-style: none;
}
.printmaterialcheckingarea ul li {
  padding: 6px 10px 6px 26px;
  margin-bottom: 0;
  font-family: "SST Italic";
  color: #003c71;
}
.printmaterialcheckingarea ul li label {
  margin-right: 8px;
}
.printmaterialcheckingarea ul li.active {
  background: #e8f3f9;
}
.printmaterialcheckingarea ul li::before,
.printmaterialcheckingarea ul li::after {
  content: "";
  display: block;
  clear: both;
}
.printmaterialcheckingarea ul li span {
  float: right;
  background: #fff;
  border: 1px solid #dcdbdf;
  text-align: center;
  width: 50px;
  height: 26px;
  line-height: 26px;
  color: #d74857;
  font-family: "SST Roman";
}
.printmaterialcheckingarea ul li span.redtext {
  padding-right: 6px;
}
.pagecampaignwrapper {
  max-width: 960px;
  margin: 28px auto;
}
.pagecampaignwrapper::before,
.pagecampaignwrapper::after {
  content: "";
  display: block;
  clear: both;
}
.pagecampaigntop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pagecampaigntop h2 {
  border-bottom: 2px solid #003c71;
  width: 64%;
  text-align: center;
  padding-left: 0px;
  color: #003c71;
  font-size: 18px;
  font-family: "SST Bold";
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0 0px 0 0;
}
.pagecampaigntop h2.rightside {
  width: 210px;
  float: right;
  margin-right: 0;
}
.pagecampaignbottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pagecampaignbottom ul {
  padding: 0;
  margin: 30px 0 40px;
  list-style: none;
}
.pagecampaignbottom ul li {
  display: inline-block;
  margin: 0 22px;
  text-align: center;
}
.pagecampaignbottom a {
  color: #000;
  text-decoration: none;
}
.pagecampaignbottom a.selected {
  box-shadow: 0 0 10px 2px #00000075;
  padding: 10px;
  display: block;
}
.pagecampaignbottom a:hover {
  text-decoration: underline;
  color: #003c73;
}
.pagecampaignbottom h3 {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0 0 20px;
  /*border-bottom: 1px solid #e5e5e5;*/
}
.pagecampaignbottom h3 a {
  color: #000;
  text-decoration: none;
}
.pagecampaignbottom h3 a:hover {
  text-decoration: none;
  color: #003c73;
}
.pagecampaignbottom h3 img {
  vertical-align: middle;
}
.pagecampaignbottom h3 sup {
  font-size: 8px;
}
.editaddressarea {
  position: relative;
}
.editaddressarea::before,
.editaddressarea::after {
  content: "";
  display: block;
  clear: both;
}
.editaddressarea span {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (max-width: 991px) {
  .editaddressarea span {
    position: relative;
  }
}
.editaddressarea a {
  color: #d90606;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
}
span#save_address {
  padding-top: 4px;
  display: inline-block;
}
span#save_address a {
  font-size: 14px;
  text-transform: uppercase;
  color: #e00606;
  text-decoration: underline;
}
.redlink {
  padding-top: 4px;
  display: block;
}
.redlink a {
  font-size: 14px;
  text-transform: uppercase;
  color: #e00606;
  text-decoration: underline;
}
.nametitlearea {
  display: flex;
}
.nametitlearea input {
  width: 70%;
}
.nametitlearea input:last-child {
  width: 30%;
  margin-left: 12px;
  text-align: center;
}
.informationtext {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  font-family: "SST Italic";
  color: #787878;
  padding-bottom: 5px;
}
input.ashplacehold::-webkit-input-placeholder {
  color: #787878 !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
input.ashplacehold::-moz-placeholder {
  color: #787878 !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
input.ashplacehold::-ms-input-placeholder {
  color: #787878 !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.stret-view {
  font-family: "SST Italic";
  color: #757575;
  text-align: center;
}
a.closeModal,
.popfileBackBtn,
.popfileBackBtnsecond {
  position: absolute;
  right: 5px;
  top: 14px;
  font-weight: 600;
  color: #ab0303;
  text-decoration: none;
}
a.closeModal:hover,
.popfileBackBtn:hover,
.popfileBackBtnsecond:hover {
  color: #ab0303;
}
a.edit-upload-popup {
  padding-right: 5px;
  padding-top: 0;
}
.selectartworkwrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.mailingarea {
  position: relative;
  border-bottom: 2px solid #003c71;
  margin: 20px 0 0px;
  height: 36px;
}
.mailingarea h2 {
  color: #14191E;
  text-align: center;
  font-family: "SST Bold";
  font-size: 20px;
  margin: 0px;
  padding-bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.mailingarea .backtext {
  float: left;
  font-family: "SST Bold";
  color: #9cb3c8;
  padding-top: 4px;
  position: relative;
  z-index: 3;
}
.mailingarea .backtext:hover {
  text-decoration: none;
  color: #285783;
}
.mailingarea .goback {
  float: left;
  font-family: "SST Bold";
  color: #9cb3c8;
  padding-top: 4px;
  position: relative;
  z-index: 3;
}
.mailingarea .goback:hover {
  text-decoration: none;
  color: #285783;
}
.backsndsrn {
  float: left;
  font-family: "SST Bold";
  color: #9cb3c8;
  padding-top: 4px;
  position: relative;
  z-index: 3;
}
.backsndsrn:hover {
  text-decoration: none;
  color: #285783;
}
.treatmentarea {
  margin-top: 40px;
}
.treatmentarea ul {
  display: flex;
  list-style: none;
}
.treatmentarea ul li {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 0;
  width: 32%;
}
.treatmentarea ul li img {
  margin-bottom: 20px;
  box-shadow: 0 3px 5px #ccc;
}
.treatmentarea ul h3 {
  height: 95px;
  text-align: center;
  color: #003c71;
  font-size: 20px;
  font-family: "SST Roman";
  font-weight: 400;
}
.treatmentarea ul li img.current {
  padding: 5px;
  box-shadow: 3px 0 10px #717171;
}
.postcardwrapper {
  margin-top: 20px;
  display: flex;
}
.postcardwrapper .selected-artwork {
  margin-top: 20px;
  display: flex;
}
.postcardwrapper .postcardleftarea {
  width: 165px;
}
.postcardwrapper .postcardleftarea p {
  color: #14191E;
  font-family: "SST Condensed Medium";
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.postcardwrapper .postcardleftarea span {
  color: #14191E;
  font-family: "SST Condensed Medium";
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  display: block;
}
.postcardwrapper .postcardleftarea a {
  font-size: 14px;
  text-decoration: none;
}
.postcardwrapper .postcardleftarea .postcardimgarea {
  margin-top: 25px;
}
.postcardwrapper .postcardrightarea {
  margin-top: 30px;
}
.postcardwrapper .postcardrightarea ul {
  display: flex;
  list-style: none;
}
.postcardwrapper .postcardrightarea ul li {
  padding: 0px;
  margin: 0 15px;
  position: relative;
  width: 33%;
  transition: transform 0.2s;
  cursor: pointer;
}
.postcardwrapper .postcardrightarea ul li .postcardhover {
  display: none;
}
.postcardwrapper .postcardrightarea ul li:hover {
  transform: scale(1.05);
}
.postcardwrapper .postcardrightarea ul li.active .postcardhover,
.postcardwrapper .postcardrightarea ul li.secondMailImage .postcardhover {
  display: block;
  padding: 10px;
  background: #d8e7efe8;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -8px;
  left: -10px;
}
.postcardwrapper .postcardrightarea ul li.active .postcardhover .mailing-date,
.postcardwrapper .postcardrightarea ul li.secondMailImage .postcardhover .mailing-date {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.postcardwrapper .postcardrightarea ul li.active .postcardhover span,
.postcardwrapper .postcardrightarea ul li.secondMailImage .postcardhover span {
  color: #14191E;
  font-family: "SST Bold Italic";
  font-size: 18px;
  text-align: center;
}
.postcardwrapper .postcardrightarea ul li.active .postcardhover span a,
.postcardwrapper .postcardrightarea ul li.secondMailImage .postcardhover span a {
  color: #14191E;
  text-decoration: none;
}
.postcardwrapper .postcardrightarea ul li::before,
.postcardwrapper .postcardrightarea ul li::after {
  content: "";
  display: block;
  clear: both;
}
.postcardwrapper .postcardrightarea ul li img {
  margin-bottom: 0px;
  box-shadow: 0 4px 8px #ccc;
}
.mailtemplate {
  color: #4b8c06;
  text-decoration: none;
  font-family: "SST Bold";
  text-decoration: underline;
  margin-right: 40px;
  margin-left: -190px;
}
.mailtemplate:hover {
  color: #14191E;
}
.doubleheadingarea {
  text-align: center;
  margin: 8px 0;
}
.doubleheadingarea h2 {
  color: #003c71;
  font-size: 16px;
  font-family: "SST Light Italic";
  text-align: center;
  margin: 0;
}
.doubleheadingarea h3 {
  color: #003c71;
  font-size: 16px;
  font-family: "SST Light Italic";
  text-align: center;
  margin: 0;
}
.doubleboxarea {
  background: #f7f7fa;
  border: 1px solid #767676;
  border-radius: 3px;
}
.doubleboxarea::before,
.doubleboxarea::after {
  content: "";
  display: block;
  clear: both;
}
.doubleboxarea .box1 {
  width: 450px;
  float: left;
  border-right: 1px solid #767676;
}
.doubleboxarea .box2 {
  width: 532px;
  float: left;
}
.doubleboxarea .box3 {
  border-left: 1px solid #767676;
  background: #fff;
  width: 320px;
  float: right;
}
.box3toparea {
  padding: 20px;
}
.mail1starea ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.mail1starea ul li {
  color: #fc010d;
  font-size: 12px;
  font-family: "SST Condensed";
  text-transform: uppercase;
  margin: 0;
  padding-right: 25px;
}
.amountarea ul {
  margin: 16px 0 36px;
  padding: 0;
  list-style: none;
}
.amountarea ul li {
  color: #003c71;
  font-size: 14px;
  font-family: "SST Light";
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-right: 100px;
}
.amountarea ul li span {
  position: absolute;
  right: 0;
  width: 100px;
}
.totalamountarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.totalamountarea ul li {
  color: #fa040f;
  font-size: 14px;
  font-family: "SST Roman";
  margin: 0;
  position: relative;
  padding-right: 100px;
  line-height: 30px;
}
.totalamountarea ul li span {
  font-size: 18px;
  font-family: "SST Bold";
  position: absolute;
  right: 0;
  width: 100px;
}
.box3bottomarea {
  padding: 20px 10px 20px 20px;
  border-top: 1px solid #767676;
  background: #e8f3f8;
}
.approvearea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.approvearea ul li {
  color: #003c71;
  font-size: 14px;
  font-family: "SST Roman";
  margin: 0 0 8px;
  position: relative;
  padding-right: 120px;
  text-decoration: underline;
}
.approvearea ul li .green {
  color: #4b8c06;
}
.approvearea ul li .red {
  color: #fb0314;
}
.approvearea ul li input {
  margin-right: 15px;
  margin-top: 4px;
  float: left;
}
.approvearea ul li span {
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  width: 120px;
}
.paddingpop.redtext.after-upload-msg-second {
  color: #7d7d7d;
  text-align: left;
}
.after-upload-msg {
  text-align: left;
}
.show-for-doc,
.show-for-doc-second,
.show-for-doc-camp {
  text-align: left;
  padding: 10px 10px 10px 30px;
  color: #f72f2f;
}
.show-for-doc input.inputno,
.show-for-doc-second input.inputno,
.show-for-doc-camp input.inputno {
  width: 84px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #f72f2f;
  font-family: "SST Roman";
  text-align: center;
}
.show-for-doc input.inputno::-webkit-input-placeholder,
.show-for-doc-second input.inputno::-webkit-input-placeholder,
.show-for-doc-camp input.inputno::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.show-for-doc input.inputno::-moz-placeholder,
.show-for-doc-second input.inputno::-moz-placeholder,
.show-for-doc-camp input.inputno::-moz-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.show-for-doc input.inputno::-ms-input-placeholder,
.show-for-doc-second input.inputno::-ms-input-placeholder,
.show-for-doc-camp input.inputno::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.postage-title {
  font-size: inherit;
  font-family: "SST Roman" !important;
  font-style: normal;
  color: #2166B1 !important;
}
span.invite-opt-title {
  float: left !important;
  color: #2166B1 !important;
  font-family: "SST Roman" !important;
}
.invite-item-div {
  display: inline-block;
  width: 100%;
  padding-right: 13px;
}
.invite-item-others span.invite-opt-title {
  padding-bottom: 15px;
  padding-top: 6px;
}
.enveloparea {
  margin: 0;
  height: 25px;
  position: relative;
  float: right;
  width: 100px;
}
.for-envelope .envelopBtn {
  padding: 0px 10px;
  background: #f9d9da;
  color: #b80405 !important;
  position: absolute;
  left: 0;
  right: 30px;
  min-width: auto;
  margin: 0px auto 0;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-family: "SST Bold Italic";
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
.envelopgreenBtn {
  padding: 0px 10px;
  background: #74c801;
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 30px;
  min-width: auto;
  margin: 0px auto 0;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-family: "SST Bold Italic";
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
textarea#envelope_address_area {
  border: 0;
  text-align: center;
  outline: none;
  resize: none;
  box-shadow: none;
  margin: 20px 0 0;
}
textarea#envelope_address_area:focus {
  border: 0;
  text-align: center;
  outline: none;
  box-shadow: none;
}
.show-for-excel,
.show-for-excel-camp {
  color: #f72f2f;
  margin-top: 30px;
}
span.upload-file-name,
.upload-file-name_camp {
  color: #000;
}
form#no_postage_qty_form {
  margin: 50px 0;
  color: #2166B1;
}
form#no_postage_qty_form input.inputno {
  width: 84px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #2166B1;
  font-family: "SST Roman";
  margin-left: 5px;
}
form#no_postage_qty_form input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
form#no_postage_qty_form input::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
form#no_postage_qty_form input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: "SST Italic";
  opacity: 1;
}
.iputboxarea::before,
.iputboxarea::after {
  content: "";
  display: block;
  clear: both;
}
/*a.redlink.upload-dr-image {
      background: #b80405;
      height: 30px;
      padding: 0 0px;
      line-height: 28px;
      color: #fff;
      text-decoration: none;
      width: 160px;
      text-align: center;
  }*/
.doctor-after-upload-area {
  height: 200px;
  overflow: auto;
  width: 100%;
}
a.removeDoc {
  position: absolute;
  right: 0;
  top: 0;
}
.rushmailpBtn {
  padding: 0px 15px;
  background: #b80405;
  color: #fff !important;
  width: 180px;
  margin: 0px auto 0;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
}
.rushmailpBtn:hover {
  color: #fff;
  text-decoration: underline;
}
#second_mailer_model .popcontarea {
  text-align: center;
  padding-top: 20px;
}
#second_mailer_model .popcontarea p {
  text-align: center;
  margin-top: 30px;
}
#second_mailer_model .popcontarea p span {
  display: block;
}
#yes_btn {
  padding: 0px;
  background: #08192b;
  color: #fff !important;
  width: 70px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  margin-left: 10px;
}
#yes_btn:hover {
  color: #fff;
  text-decoration: underline;
  background: #08192b;
}
#no_btn {
  padding: 0px;
  background: #14191E;
  color: #fff !important;
  width: 70px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  margin-left: 10px;
}
#no_btn:hover {
  color: #fff;
  text-decoration: underline;
}
#confirm_date_reset .popcontarea {
  text-align: center;
  padding-top: 20px;
}
#no_date_popup .popcontarea {
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}
.clickheredate {
  padding: 0px;
  background: #08192b;
  color: #fff !important;
  min-width: 150px;
  padding: 0 20px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  margin: 0 auto;
  float: left;
}
.clickheredate:hover {
  color: #fff;
  text-decoration: underline;
  background: #08192b;
}
.printwrapper {
  margin-top: 20px;
  display: flex;
}
.printwrapper .print-template {
  margin-top: 20px;
  display: flex;
}
.printwrapper .printleftarea {
  width: 165px;
}
.printwrapper .printleftarea .printimgarea {
  margin-bottom: 20px;
}
.printwrapper .printleftarea .printimgarea img {
  width: 100%;
}
.printwrapper .printleftarea p {
  color: #14191E;
  font-family: "SST Condensed Medium";
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  text-align: center;
}
.printwrapper .printleftarea span {
  color: #14191E;
  font-family: "SST Condensed Medium";
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  display: block;
}
.printwrapper .printleftarea a {
  font-size: 14px;
  text-decoration: none;
}
.printwrapper .printleftarea .postcardimgarea {
  margin-top: 25px;
}
.printwrapper .printrightarea {
  margin-top: 30px;
}
.printwrapper .printrightarea ul {
  display: flex;
  list-style: none;
}
.printwrapper .printrightarea ul li {
  padding: 0px;
  margin: 0 15px;
  position: relative;
  width: 33%;
  transition: transform 0.2s;
  cursor: pointer;
}
.printwrapper .printrightarea ul li .postcardhover {
  display: none;
}
.printwrapper .printrightarea ul li:hover {
  transform: scale(1.05);
}
.printwrapper .printrightarea ul li.active .postcardhover,
.printwrapper .printrightarea ul li.secondMailImage .postcardhover {
  display: block;
  padding: 10px;
  background: #d8e7efe8;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -8px;
  left: -10px;
}
.printwrapper .printrightarea ul li.active .postcardhover .mailing-date,
.printwrapper .printrightarea ul li.secondMailImage .postcardhover .mailing-date {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.printwrapper .printrightarea ul li.active .postcardhover span,
.printwrapper .printrightarea ul li.secondMailImage .postcardhover span {
  color: #14191E;
  font-family: "SST Bold Italic";
  font-size: 18px;
  text-align: center;
}
.printwrapper .printrightarea ul li.active .postcardhover span a,
.printwrapper .printrightarea ul li.secondMailImage .postcardhover span a {
  color: #14191E;
  text-decoration: none;
}
.printwrapper .printrightarea ul li::before,
.printwrapper .printrightarea ul li::after {
  content: "";
  display: block;
  clear: both;
}
.printwrapper .printrightarea ul li img {
  margin-bottom: 0px;
  box-shadow: 0 4px 8px #ccc;
}
.mail-template {
  color: #4b8c06;
  text-decoration: none;
  font-family: "SST Bold";
  text-decoration: underline;
  margin-right: 40px;
  margin-left: -190px;
}
.mail-template:hover {
  color: #14191E;
}
.modals-overlay {
  z-index: 9 !important;
}
a.rushmailpBtn.enableRush {
  width: 220px;
}
.datepicker-days table thead {
  background: transparent;
  color: #565656;
  border: 0;
}
.datepicker th.datepicker-switch:hover {
  background: transparent;
}
.datepicker-months table thead {
  background: transparent;
  color: #565656;
  border: 0;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.75);
}
.print_qty_box input.qty_box {
  height: 23px;
  border: 0;
  text-align: center;
}
.minQty {
  float: right;
  line-height: 26px;
  margin-top: -3px;
  color: #cd2030;
  margin-bottom: 5px;
}
.minQty span {
  margin-left: 4px;
}
.print_qty_box {
  position: relative;
}
.print_qty_box div.mage-error {
  position: absolute;
  right: 0;
  width: 250px;
  text-align: right !important;
  background: transparent;
  bottom: -17px;
  line-height: 15px;
  margin: 0;
}
.datepicker-years table thead {
  background: transparent;
  color: #565656;
  border: 0;
}
.datepicker-years th.datepicker-switch {
  background: transparent;
}
.datepicker-years th.datepicker-switch:hover {
  background: transparent;
}
.datepicker-decades table thead {
  background: transparent;
  color: #565656;
  border: 0;
}
.datepicker-decades th.datepicker-switch {
  background: transparent;
}
.datepicker-decades th.datepicker-switch:hover {
  background: transparent;
}
.datepicker-centuries table thead {
  background: transparent;
  color: #565656;
  border: 0;
}
.datepicker-centuries th.datepicker-switch {
  background: transparent;
}
.datepicker-centuries th.datepicker-switch:hover {
  background: transparent;
}
span.bold-txt {
  font-weight: bold;
}
span.registration-url {
  cursor: pointer;
}
.bottommargin {
  margin-bottom: 20px;
}
/*
  ===================================*/
.mark_mate_newarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark_mate_newarea.leftarea.marketingleftheading {
  width: 320px;
  color: #0b4478;
  font-style: normal !important;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 120%;
}
.mark_mate_newarea.rightarea.sub_heading {
  width: 955px;
  text-align: center;
  justify-content: center;
  font-size: 24px;
  color: #ca1c29;
}
.marketingnavmenu .marketnav {
  background: #e8f3f7;
  border: 1px solid #6b97bd;
  border-right: 1px solid #6b97bd;
  padding: 10px;
  display: flex;
  align-items: center;
}
.marketingnavmenu .red {
  padding: 0 10px 0 3px;
}
.marketingnavmenu .green {
  padding: 0 10px 0 3px;
}
.marketnav input[type="radio"] {
  margin-right: 5px;
}
.marketnav input[type="radio"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.marketnav input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.marketnav input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.marketnav input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
/*-----------29-12-22--------------*/
.marketnav input[type="checkbox"] {
  margin-right: 5px;
}
.marketnav input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.marketnav input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.marketnav input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.marketnav input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.repdashboardcalendararea .marketingnavmenu span.red {
  padding-left: 40px;
  padding-right: 31px;
}
.repdashboardcalendararea .marketingnavmenu span.green {
  padding-left: 40px !important;
}
.repdashboardcalendararea .marketingnavmenu input {
  position: absolute;
  left: 15px;
  top: 14px;
}
.repdashboardcalendararea .marketingnavmenu .marketnav {
  position: relative;
}
/*-----------29-12-22--------------*/
.extra_button input[type="radio"] {
  margin-right: 5px;
}
.extra_button input[type="radio"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
}
.extra_button input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.extra_button input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.extra_button input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.extra_button .red {
  padding: 0 10px 0 3px;
}
.extra_button .green {
  padding: 0 10px 0 3px;
}
.envelop_main_wrap input[type="radio"] {
  margin-right: 5px;
}
.envelop_main_wrap input[type="radio"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
}
.envelop_main_wrap input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.envelop_main_wrap input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.envelop_main_wrap input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.envelop_main_wrap .red {
  padding: 0 10px 0 3px;
}
.envelop_main_wrap .green {
  padding: 0 10px 0 3px;
}
.printitem_main_wrap,
.digital_main_wrap,
.newspaper_main_wrap,
.email_camapign_main_wrap,
.facebook_ads_main_wrap,
.live_ops_main_wrap {
  display: flex;
  align-items: center;
}
.maillist_text {
  padding-top: 50px;
  color: #727272;
  padding: 50px 35px 0;
  text-align: left;
  font-size: 14px;
  font-family: "SST Italic";
}
.cls_new_option,
.has_instruction_mailing_list {
  display: flex;
  align-items: flex-start;
}
.cls_leftarea {
  width: 150px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.cls_rightarea {
  text-align: left;
  width: 390px;
  font-size: 14px;
  font-family: "SST Roman";
}
a.leftarea.save-btn,
.leftarea.save-btn-second {
  padding: 0px;
  background: #08192b;
  border: 1px solid  #08192b;
  color: #fafafa;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 125px;
  margin: 0 auto;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.leftarea.save-btn:hover,
.leftarea.save-btn-second:hover {
  background: #08192b;
  border: 1px solid  #08192b;
  color: #fafafa;
  text-decoration: none;
}
.envelop_main_wrap {
  display: flex;
  align-items: center;
}
.modal-popup_upload_envelope_modal::before,
.modal-popup_upload_dr_letter_modal::before,
.modal-popup_upload_doctor_modal::before,
.modal-popup_doctor_treatment_option_modal::before,
.modal-popup_event_contact_option_modal::before {
  content: '';
  background: #a0a0a0cc;
  position: absolute;
  width: 100%;
  height: 100%;
}
.helpVideoBtn {
  color: #c60311 !important;
  position: absolute;
  top: 18px;
  left: 0;
}
.upload-mail-area .helpVideoBtn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.modal-popup_upload_envelope_modal .popupbox .popheaderarea h2 {
  color: #074483;
  font-family: 'SST Medium';
}
.uploadLogoWithIns {
  border: 0 !important;
  background: transparent !important;
  text-decoration: underline;
  color: #2166B1 !important;
  white-space: nowrap;
  width: 100%;
}
.mailorderarea.select-depend-area4 {
  padding: 0;
}
.mailorderarea.select-depend-area4 .border textarea {
  height: 130px;
  padding: 10px;
  text-align: left;
}
.mailorderarea.second-select-depend-area4 .border textarea {
  height: 130px;
  padding: 10px;
  text-align: left;
}
.modal-popup_upload_envelope_modal select {
  background: #e4ebf3 url(../../frontend/UEG/Bsn/en_US/images/selectbg.png) no-repeat 94% 50% !important;
}
.modal-popup_tae_envelope_upload_alert select {
  background: #e4ebf3 url(../../frontend/UEG/Bsn/en_US/images/selectbg.png) no-repeat 94% 50% !important;
}
p.step-alert-message {
  padding: 10px 10px 0;
  text-align: center;
}
.treatmentarea ul li img.current {
  border: 5px solid #c60330;
}
.printmaterialcheckingarea ul li span {
  width: 100px !important;
}
a.showCombo {
  background: #e2e3e7;
  text-align: center;
  display: block;
  padding: 30px 25px 15px;
  width: 295px;
  text-decoration: none;
}
a.showCombo h2 {
  width: 100%;
}
a.subcatShow {
  background: #e2e3e7;
  text-align: center;
  display: block;
  padding: 30px 25px 15px;
  width: 295px;
  text-decoration: none;
}
a.subcatShow h2 {
  width: 100%;
}
.combo-chose {
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 50px;
}
a.continueComboBtn.subcatShow {
  padding: 0px;
  background: #08192b;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  width: 150px;
  margin: 20px auto;
  text-align: center;
}
a.continueComboBtn.subcatShow:hover {
  color: #fff;
  text-decoration: underline;
}
div#__searchitWrapper1 {
  border: 1px solid #d6d6d6 !important;
}
div#__searchitWrapper1 select option {
  padding: 6px;
  line-height: 24px;
  border-bottom: 1px solid #d6d6d6;
}
.treatmentarea.treatmentarea5 ul li {
  width: 20% !important;
  padding: 0 1% !important;
}
.treatmentarea.treatmentarea5 ul li img {
  margin-bottom: 20px;
  box-shadow: 0 3px 5px #ccc;
  /*height: 166px;*/
}
.additionl-service-heading-wrapper {
  color: #14191E;
  padding: 0 5px 10px 2px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'SST Condensed';
}
.continueBtn,
.saveBtn {
  width: 225px;
}
.mediciarea-second img {
  height: 80px;
}
.modal-popup_tae_envelope_upload_alert .popupbox .popheaderarea h2 {
  color: #074483;
  font-family: 'SST Medium';
}
a.envelopBackBtnSecond {
  font-weight: bold;
  font-size: 14px;
}
.mediciarea p.greentext {
  font-size: 15px;
}
.upload-mail-area-second {
  color: #2166B1 !important;
  text-align: center;
}
.upload-mail-area-second p {
  margin-bottom: 10px;
}
a.edit-upload-popup,
a.edit-nofill-qty-popup,
a.edit-second-mailing,
a.envelopEditBtn {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/editicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
a.remove-second-mailing {
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/removeicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
.maillistheading span.namelist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.postage-title_2nd span.namelist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.postage-title_2nd span.step4editmailingsection {
  width: 120px;
}
a.uploadFileEditBtn,
.uploadFileEditBtn_camp {
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/removeicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
.main-content .postage_section p {
  color: #000;
  font-size: 16px;
}
.main-content .postage_section ul li {
  color: #000;
  font-size: 16px;
}
span.namelist span {
  width: auto;
}
span.namelist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
span.alert-msg-second-env,
span.alert-msg-first-env,
span.alert-msg-first-letter {
  color: #f1b644;
  font-size: 11px;
  background: url(../../frontend/UEG/Bsn/en_US/images/completeicon.png) no-repeat 0 2px !important;
  padding-left: 20px;
  line-height: 24px;
  display: inline-block;
  font-family: 'SST Bold';
}
a.closeModal.goback {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  vertical-align: top;
}
.newradio {
  padding: 0 30px;
}
.newradio .switcharea {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'SST Bold';
  color: #2166B1;
}
.newradio input[type="radio"] {
  margin-right: 10px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.newradio input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.newradio input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.newradio input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.maillist_select_text {
  color: #4d4d4f;
  text-align: left;
  font-size: 12px;
  padding-left: 35px;
  margin-top: -10px;
}
.maillist_fulfilment_text {
  color: #727272;
  padding: 0px 35px 0;
  text-align: left;
  font-size: 14px;
  font-family: "SST Italic";
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.newspaperReminder {
  padding: 6px 20px 6px 26px;
  color: #2166B1;
}
.switcharea-top {
  display: flex;
  margin-bottom: 20px;
}
.message.notice {
  margin: 0 0 10px;
  padding: 20px 20px 20px 94px !important;
  background-color: #9c9a9b !important;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.message.notice > *:first-child:before {
  background: url(../../frontend/UEG/Bsn/en_US/images/grey-message.png) no-repeat 0 2px !important;
  width: 80px;
  height: 78px;
  font-size: 0;
  margin-left: 5px;
}
.message-notice div b {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 3px 0 10px;
  text-transform: uppercase;
}
.message-notice div {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 22px;
}
.message.warning {
  margin: 0 0 10px;
  padding: 20px 20px 20px 94px !important;
  background-color: #DCB309 !important;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.message.warning > *:first-child:before {
  background: url(../../frontend/UEG/Bsn/en_US/images/yellow-message.png) no-repeat 0 2px !important;
  width: 80px;
  height: 78px;
  font-size: 0;
  margin-left: 5px;
}
.message-warning div b {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 3px 0 10px;
  text-transform: uppercase;
}
.message-warning div {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 22px;
}
.message.success {
  margin: 0 0 10px;
  padding: 20px 20px 20px 94px !important;
  background-color: #42A608 !important;
  min-height: 106px;
  display: flex;
  align-items: center;
}
.message.success > *:first-child:before {
  background: url(../../frontend/UEG/Bsn/en_US/images/green-message.png) no-repeat 0 2px !important;
  width: 83px;
  height: 84px;
  font-size: 0;
  margin-left: 5px;
}
.message-success div b {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 3px 0 10px;
  text-transform: uppercase;
}
.message-success div {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 22px;
}
.upload-doctor-txt-top {
  width: 100%;
  color: #2166B1;
  padding: 0px 90px;
  text-align: center;
}
span.warn-txt-dc {
  color: #f8b209;
  padding-right: 35px;
  background: url(../../frontend/UEG/Bsn/en_US/images/completeicon.png) no-repeat 100% 4px !important;
  display: inline-block;
  height: 26px;
}
.warn-msg-below {
  color: #2166B1;
  text-align: center;
  font-size: 13px;
}
.doctor-after-upload-warning {
  text-align: center !important;
  border: 0 !important;
  color: #f8b209;
}
.warn-msg-belowinputarea input[type="checkbox"] {
  margin-right: 7px;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 1px;
  outline: none;
  box-shadow: 0 0 0 2px #f35753;
  position: relative;
}
.warn-msg-belowinputarea input[type="checkbox"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 1px;
  outline: none;
  box-shadow: 0 0 0 2px #f35753;
}
.warn-msg-belowinputarea input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #f35753;
}
.warn-msg-belowinputarea input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.warn-msg-belowinputarea input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  margin: -8px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 3px solid #34b996;
  border-right: 3px solid #34b996;
}
span.error_msg_select_envolope {
  padding: 0 20px 10px;
  display: inline-block;
}
/*#hcp-box-1 {margin-bottom: 40px;}*/
input.hcp_custom_title {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  margin-top: -10px !important;
}
a.drLetterEditBtn {
  font-size: 0;
  position: relative;
  line-height: 0;
}
a.drLetterEditBtn::after {
  background-image: url("../../frontend/UEG/Bsn/en_US/images/edit.png");
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.customer-account-login .control input.input-text::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: 'SST Light';
  opacity: 1;
}
.customer-account-login .control input.input-text::-moz-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: 'SST Light';
  opacity: 1;
}
.customer-account-login .control input.input-text::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 18px;
  font-family: 'SST Light';
  opacity: 1;
}
/*=======09-06-21========*/
.save-area-3 li {
  position: relative;
}
.save-area-3 li a.helpVideoBtn {
  color: #2166B1;
  position: absolute;
  margin: 4px 20px 0;
  text-align: center;
  font-family: 'SST Roman';
  line-height: 16px;
}
.warn-below-enveloper-inputarea {
  padding: 10px 20px 0;
}
.envelope-request-check {
  color: #2166B1;
}
.eventcalenderarea .event_date {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .eventcalenderarea .event_date {
    display: block;
  }
}
@media (max-width: 1030px) {
  .containerhealtharea {
    margin: 0 2%;
  }
  .containerhealthright input {
    width: 100%;
  }
  .containerhealthleft {
    width: 48%;
    float: left;
  }
  .containerhealthright {
    width: 48%;
    float: right;
  }
  .eventbox {
    margin: 0 25px;
  }
}
@media (max-width: 991px) {
  .eventcheckbox {
    left: -18px;
  }
  .eventcheckbox2 {
    left: 8px;
  }
  .eventcheckbox3 {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .eventwrapper {
    display: block;
    margin-top: 20px;
  }
  .eventbox {
    margin: 0 auto 30px;
    width: 270px;
  }
  .eventcheckbox {
    left: 10px;
  }
  .eventcheckbox2 {
    left: 36px;
  }
  .eventcheckbox3 {
    left: 40px;
  }
  .headerbottom1area .headerbottom1contarea ul li.activered:after {
    width: 100%;
    right: 0;
    bottom: -5px;
    left: 0;
  }
  .headerbottom1area .headerbottom1contarea ul li.activegreen:after {
    width: 100%;
    right: 0;
    bottom: -5px;
    left: 0;
  }
}
@media (max-width: 500px) {
  .containerhealthleft {
    width: 100%;
    float: none;
  }
  .containerhealthright {
    width: 100%;
    float: none;
  }
  .stimContinueBtnTop {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto !important;
  }
  .stimsaveBtn {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto !important;
  }
  .clinic-info-area {
    margin-top: 30px;
  }
}
/* 
  &::before,
  &::after { content: ''; display: block;clear: both;} 
  */
/* Jaydeep Start Code Start */
.marketnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.sidebar-service-edit {
  font-size: 0;
  position: relative;
  line-height: 0;
}
a.sidebar-service-edit::after {
  background-image: url("../../frontend/UEG/Bsn/en_US/images/edit.png");
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.marketingnavmenu .red {
  padding: 0 8px 0 3px;
  font-size: 13px;
  font-weight: bold;
}
.marketingnavmenu .green {
  padding: 0 8px 0 3px;
  font-size: 13px;
  font-weight: bold;
}
form#mail_after_upload_list_form .show-for-excel {
  margin-top: 10px;
  margin-bottom: 10px;
}
form#mail_after_upload_list_form_camp .show-for-excel-camp {
  margin-top: 10px;
  margin-bottom: 10px;
}
#mail_after_upload_list_form #instruction_mailing_list_text {
  border-radius: 10px;
}
#mail_after_upload_list_form_camp #instruction_mailing_list_text {
  border-radius: 10px;
}
a.rushmailpBtn {
  margin-bottom: 10px;
}
.paddingpop.redtext.after-upload-msg {
  color: #7d7d7d;
}
#second_mailer_model2 .popcontarea {
  margin-top: 30px;
}
#second_mailer_model2 .popcontarea-second {
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: "SST Roman";
}
#second_mailer_model2 .popcontarea p,
#second_mailer_model2 .popcontarea-second p {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#second_mailer_model2 .popcontarea p label,
#second_mailer_model2 .popcontarea-second p label {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
#second_mailer_model2 .popcontarea p label input,
#second_mailer_model2 .popcontarea-second p label input {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-right: 10px;
}
#second_mailer_model2 .popcontarea p label input::before,
#second_mailer_model2 .popcontarea-second p label input::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
#second_mailer_model2 .popcontarea p label input:checked::after,
#second_mailer_model2 .popcontarea-second p label input:checked::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
#second_mailer_model2 .popcontarea p label:last-child,
#second_mailer_model2 .popcontarea-second p label:last-child {
  padding-right: 20px;
}
#second_mailer_model2 .popfootearrea {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #e5e5e5;
  padding: 20px 15px;
  position: relative;
}
#second_mailer_model2 .popfootearrea a.goback {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 600;
  color: #2166B1;
  text-decoration: none;
}
#second_mailer_model2 .popfootearrea a.help {
  color: #2166B1;
}
#second_mailer_model2 .popheaderarea h2 {
  font-weight: bold;
}
a.floatright.redlink.envelopEditBtn,
a.floatright.redlink.edit-nofill-qty-popup {
  padding-top: 0;
  padding-right: 10px;
}
.maillistcheckingarea p.shipping-label {
  padding-left: 10px;
  color: #7d7d7d;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
}
div#uploadListModal .approvefileleftarea {
  width: 100%;
}
div#uploadListModal .approvefilerightarea {
  display: none;
}
div#uploadListModalSecond .approvefilearea {
  display: block;
}
div#uploadListModalSecond .approvefileleftarea {
  width: 100%;
}
.show-for-excel-second {
  color: #f72f2f;
}
textarea#instruction_mailing_list_second_text {
  border-radius: 10px;
}
.marketingleftarea ul.save-area-1 li p:nth-child(2) {
  font-weight: bold;
}
.popfooterarea {
  min-height: 60px;
}
.maillistheading > span:first-child {
  color: #0b4478;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
div#duplicate-mailing hr {
  display: none;
}
div#duplicate-mailing li.postage-title_2nd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /*background: #e8f3f8;*/
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  font-family: SST Roman;
  margin: 0 10px 0 0px;
}
div#duplicate-mailing li.postage-title_2nd span.cls_sndmail_title {
  float: left;
  font-weight: bold;
  width: 250px;
  font-size: 15px;
  padding-left: 25px;
  color: #0b4478;
  justify-content: flex-start;
  display: flex;
  text-transform: uppercase;
}
div#duplicate-mailing li.postage-title_2nd span.namelist.green {
  width: 242px;
  justify-content: center;
  line-height: 22px;
  margin: 0 0px;
  text-align: center;
  display: flex;
}
div#duplicate-mailing li.postage-title_2nd span.namelist.green span.upload-list-count {
  justify-content: center;
}
div#duplicate-mailing li.postage-title_2nd span.namelist.green a.floatright.redlink.remove-second-mailing {
  padding-top: 0;
}
div#duplicate-mailing li.postage-title_2nd span.step4editmailingsection {
  width: 140px;
  display: flex;
  justify-content: flex-end;
}
div#mailing li.usps-mail-li {
  display: flex;
  align-items: center;
}
div#mailing li.usps-mail-li > span {
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
}
div#mailing li.usps-mail-li p.shipping-label {
  padding-left: 10px;
  padding-top: 0;
  width: 100%;
}
div#mailing li.usps-mail-li p.shipping-label span {
  width: 100%;
  text-align: left;
}
div#mailing li.usps-mail-li p.shipping-label span.redtext {
  text-align: right;
}
div#duplicate-mailing li.usps-mail-li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div#mailing li.usps-mail-li {
  display: block;
  float: unset;
  width: 100%;
}
div#mailing li.usps-mail-li > span {
  display: inline;
  float: unset;
  width: auto;
}
div#mailing li.usps-mail-li > span br {
  display: none;
}
div#mailing li.usps-mail-li p.shipping-label {
  display: inline;
  float: unset;
  width: auto;
}
div#mailing li.usps-mail-li p.shipping-label.dateavailable {
  float: right;
  width: 100%;
  text-align: right;
  padding-right: 18px;
}
div#mailing li.usps-mail-li p.shipping-label span {
  display: inline;
  width: auto;
  float: unset;
  color: #003c71;
}
div#mailing li.usps-mail-li p.shipping-label span.cls_longtext {
  display: block;
  width: 100%;
  float: left;
  color: #7d7d7d;
  padding-left: 30px;
  font-family: "SST";
  padding-top: 5px;
}
div#mailing li.usps-mail-li p.shipping-label span.redtext {
  color: #2166B1;
}
.popup-mail-items {
  padding: 0 15px;
}
.popup-mail-items::before,
.popup-mail-items::after {
  content: '';
  display: block;
  clear: both;
}
.popup-mail-items ul.popup-invite-options {
  padding-left: 10px;
  width: 60%;
  float: left;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field {
  display: inline-block;
  width: 100%;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others {
  display: block;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others.cls_radiotocheck,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field.cls_radiotocheck {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="radio"],
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="radio"],
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="checkbox"],
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-right: 10px;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="radio"]:checked,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="radio"]:checked,
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="checkbox"]:checked,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="checkbox"]:checked {
  background-color: #2166B1;
  box-shadow: 0 0 0 2px #2166B1 !important;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="radio"]:checked::after,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="radio"]:checked::after,
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="checkbox"]:checked::after,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="radio"]::before,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="radio"]::before,
.popup-mail-items ul.popup-invite-options li.popup-invite-item-others input[type="checkbox"]::before,
.popup-mail-items ul.popup-invite-options li.popup-invite-item.validate-field input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.popup-mail-items ul.postcard-ul-only {
  padding-left: 20px;
  width: 40%;
  float: left;
  margin: 0;
  list-style: none;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div {
  padding-left: 30px;
  position: relative;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div label.popup-checkCbox {
  position: absolute;
  left: 0;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="radio"],
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-right: 10px;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="radio"]:checked,
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="checkbox"]:checked {
  background-color: #2166B1;
  box-shadow: 0 0 0 2px #2166B1 !important;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="radio"]:checked::after,
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="radio"]::before,
.popup-mail-items ul.postcard-ul-only .invite-item-postcard-div input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.modal-popup_event_contact_option_modal .popheaderarea h2 {
  font-weight: bold !important;
  color: #064483 !important;
  font-size: 20px !important;
}
.modal-popup_event_contact_option_modal .popupselect p {
  margin-bottom: 0;
  width: 80%;
  margin: 0 auto;
}
.modal-popup_event_contact_option_modal .popupselect span.yes_no_span {
  display: block;
  padding: 10px 0;
}
.modal-popup_event_contact_option_modal .popupselect span.yes_no_span label {
  font-weight: bold;
  padding-right: 5px;
  width: 18%;
  display: inline-block;
}
.modal-popup_event_contact_option_modal .popupselect span.yes_no_span label input {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-top: 0 !important;
}
.modal-popup_event_contact_option_modal .popupselect span.yes_no_span label input::before {
  display: none !important;
}
.modal-popup_event_contact_option_modal .popupselect span.yes_no_span label input:checked::after {
  content: "" !important;
  display: block !important;
  width: 4px !important;
  height: 8px !important;
  margin: 1px 4px !important;
  transform: rotate(45deg) !important;
  border-bottom: 3px solid #969fa9 !important;
  border-right: 3px solid #969fa9 !important;
}
.modal-popup_event_contact_option_modal .popupselect .contact-input-area.text-center {
  width: 80%;
  margin: 0 auto;
}
.modal-popup_event_contact_option_modal .popupselect .contact-input-area.text-center input {
  box-shadow: 0 0 0 1px #888 !important;
  color: #888;
  border-radius: 5px;
  margin: 10px 0;
  text-align: center;
}
.modal-popup_event_contact_option_modal .popupselect .contact-input-area.text-center input::placeholder {
  color: #888;
}
.modal-popup_doctor_treatment_option_modal .popheaderarea h2 {
  font-weight: bold !important;
  color: #064483 !important;
  font-size: 20px !important;
}
.modal-popup_doctor_treatment_option_modal .popupselect p {
  width: 90%;
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}
.modal-popup_doctor_treatment_option_modal .popupselect p label {
  font-weight: bold;
  padding-right: 5px;
  width: 17%;
  display: inline-block;
}
.modal-popup_doctor_treatment_option_modal .popupselect p label input {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-top: 0 !important;
}
.modal-popup_doctor_treatment_option_modal .popupselect p label input::before {
  display: none !important;
}
.modal-popup_doctor_treatment_option_modal .popupselect p label input:checked::after {
  content: "" !important;
  display: block !important;
  width: 4px !important;
  height: 8px !important;
  margin: 1px 4px !important;
  transform: rotate(45deg) !important;
  border-bottom: 3px solid #969fa9 !important;
  border-right: 3px solid #969fa9 !important;
}
.modal-popup_doctor_treatment_option_modal .popupselect p span {
  display: inline-block;
  width: 66%;
}
.modal-popup_upload_dr_letter_modal .popheaderarea h2 {
  font-weight: bold !important;
  color: #064483 !important;
  font-size: 20px !important;
}
.modal-popup_upload_dr_letter_modal .popupselect span.cls_subheading.redtext {
  display: block;
  width: 100%;
  text-align: left;
}
.modal-popup_upload_dr_letter_modal .popupselect br {
  display: none;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 10px 0;
  max-width: 80%;
  margin: 0 auto;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li {
  display: block;
  width: 100%;
  text-align: left;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li .uploadarea {
  padding-left: 0;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li .uploadarea span.replace-area {
  width: 140px;
  max-width: 130px;
  display: inline-block;
  height: 10px !important;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li .uploadarea span.replace-area .upload-dr-image {
  text-decoration: underline;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li .uploadarea span.replace-area .edit-doc-link {
  color: #289a0f;
}
.modal-popup_upload_dr_letter_modal ul.hcp-list li:last-child {
  margin-bottom: 0;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap {
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap span {
  font-weight: bold;
  padding-right: 15px;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap span:last-child {
  padding-right: 0;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap label {
  padding-right: 2px !important;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap label input {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #ccc !important;
  margin-top: 8px !important;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap label input::before {
  display: none !important;
}
.modal-popup_upload_dr_letter_modal .cls_doc_imgwrap label input:checked::after {
  content: "" !important;
  display: block !important;
  width: 4px !important;
  height: 8px !important;
  margin: -4px !important;
  transform: rotate(45deg) !important;
  border-bottom: 3px solid #969fa9 !important;
  border-right: 3px solid #969fa9 !important;
}
.modal-popup_upload_doctor_modal .popheaderarea h2 {
  font-family: "SST Medium";
  color: #14191E !important;
  font-size: 15px !important;
}
.modal-popup_upload_doctor_modal .popupbox .popcontarea {
  height: 283px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* Jaydeep Start Code End */
/*Sudeshna 4.6.2021*/
.alert-msg-first-letter {
  padding-right: 16px;
}
.alert-msg-first-env {
  margin-top: 5px;
}
.gobacktoMAILCalendar {
  padding: 0px;
  background: #08192b;
  color: #fff !important;
  min-width: 150px;
  padding: 0 20px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  margin: 0 auto;
  float: right;
}
.gobacktoMAILCalendar:hover {
  color: #fff;
  text-decoration: underline;
  background: #08192b;
}
#no_date_popup .popupbox {
  min-height: 150px;
}
.will-be-community-event ul label {
  padding: 10px 0 15px 0;
  display: block;
  color: #003c71;
  font-size: 15px;
}
.will-be-community-event ul div span {
  padding: 0 34px 0 0px;
  float: left;
  font-family: 'SST Bold';
}
.will-be-community-event ul div {
  padding-left: 40px;
  padding-bottom: 10px;
}
.will-be-community-event ul div input[type="radio"] {
  margin: 3px 10px 0 0;
  float: left;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.will-be-community-event ul div input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.will-be-community-event ul div input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.will-be-community-event ul div input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
#training_sch h2 {
  text-align: center;
  font-size: 22px;
  padding: 10px 0 10px 0;
  color: #d21414;
}
#training_sch .popheaderarea a {
  position: absolute;
  top: 25px;
  right: 0;
}
#training_sch p {
  font-size: 15px;
  padding: 15px 0 0;
}
#training_sch a.login_close {
  display: block;
  text-align: center;
  height: 10px;
  color: #2166B1;
  border-radius: 5px;
  margin: 0 16px 20px;
  font-size: 18px;
}
.add_new_email_campaign_items .datepicker.datepicker-inline td {
  text-align: center;
}
.add_new_email_campaign_items .datepicker.datepicker-inline th.datepicker-switch {
  text-align: center;
}
.add_new_email_campaign_items .datepicker.datepicker-inline th.prev {
  background: url(../../frontend/UEG/Bsn/en_US/images/calendarleftarrow.png) no-repeat 50% 50% !important;
  font-size: 0;
  cursor: pointer;
}
.add_new_email_campaign_items .datepicker.datepicker-inline th.next {
  background: url(../../frontend/UEG/Bsn/en_US/images/calendarrightarrow.png) no-repeat 50% 50% !important;
  font-size: 0;
  cursor: pointer;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown .dropdown-list {
  padding: 0px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-top: 0px;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 2;
  top: 39px;
  max-height: 250px;
  overflow: auto;
}
.custom-dropdown .dropdown-list .dropdown-item {
  padding: 6px 0 0;
}
.custom-dropdown .dropdown-list .dropdown-item:last-child {
  padding: 6px 0 10px;
}
dl.dropdown {
  height: 40px !important;
}
.salesforcewrapper {
  max-width: 1040px;
  margin: 40px auto 0;
  padding-left: 215px;
}
.salesforcewrapper .dropdown-list {
  width: 78%;
}
.salesforcewrapper span {
  margin-top: -16px;
  display: block;
  padding: 8px 10px;
  color: #9ca3af;
  font-size: 14px;
}
.salesforcewrapper a {
  color: #2166B1 !important;
  text-decoration: underline;
}
.salesforcewrapper a:hover {
  text-decoration: none;
}
.salesforcewrapper input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #14191E;
  font-family: "SST Roman";
  width: 100%;
  margin-bottom: 12px;
}
.salesforcewrapper input::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.salesforcewrapper input::-moz-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.salesforcewrapper input::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.salesforcewrapper p {
  padding-left: 32px;
  color: #757575;
  font-size: 14px;
  padding-top: 5px;
}
/*-----------05-02-25-------------------*/
dl.dropdown {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: 'SST Roman';
  margin-bottom: 0;
  position: relative;
}
dl.dropdown p {
  padding-left: 0;
  color: #757575;
  font-size: 14px;
  padding-top: 0;
  margin: 0;
  text-align: center;
  width: 150px;
}
dl.dropdown dt {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  height: 39px;
}
dl.dropdown dt a {
  height: 40px !important;
  overflow: hidden;
  /* -webkit-appearance: menulist;*/
  position: relative;
  color: red;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  font-family: 'SST Roman';
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
dl.dropdown dd ul {
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
dl.dropdown dd ul li {
  padding: 0 20px;
  margin: 0;
  cursor: pointer;
  line-height: 30px;
}
dl.dropdown dd ul li:hover {
  background: #e8f3f8;
}
dl.dropdown dd ul li.selected {
  background: #e8f3f8;
}
dl.input-box {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  /*border: 1px solid #dddddd;*/
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: 'SST Roman';
  margin-bottom: 0;
  position: relative;
}
.mutliSelect {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 9;
  /*max-height: 152px;*/
  max-height: 160px;
  width: 170px;
  overflow-y: overlay;
  right: 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.multiple_select::before {
  content: var(--text);
  display: block;
  margin-left: 0px;
  margin-bottom: 2px;
  text-align: center;
  color: #de2626;
  font-family: 'SST Roman';
  font-size: 18px;
}
.multiple_select_active {
  overflow: visible !important;
}
.multiple_select_active option {
  display: block;
}
.multiple_select option {
  display: none;
  height: 26px;
  background-color: white;
  border-left: 1px solid #cacacc;
  border-right: 1px solid #cacacc;
  margin-left: 20px;
  padding-left: 20px;
}
.multiple_select option:last-child {
  border-bottom: 1px solid #cacacc;
}
.credentialtext {
  padding-top: 10px;
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
}
.custom-mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
  text-align: left;
  line-height: 1.42857143;
}
.refreshmentbox.clinicbox.redtext {
  margin-top: -30px;
}
.saveBtnNewDisabled {
  padding: 0px;
  padding-right: 0px;
  background: #007db3 url('../../frontend/UEG/Bsn/en_US/images/saveicon.png') no-repeat 92% 50%;
  color: #fff !important;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 225px;
  text-align: center;
  padding-right: 15px;
}
/*====================03-11-25======================*/
.home_container {
  padding: 40px 0px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  /* Main Layout */
  /* Left Card Section */
  /* Progress Line */
}
.home_container .speaker-item {
  gap: 10px !important;
}
.home_container .speaker-item .input-group:first-child {
  flex: 1;
}
.home_container .speaker-item .input-group:last-child {
  flex: 0 0 180px;
}
.home_container .speaker-item div.mage-error[generated] {
  margin-top: -12px;
  margin-bottom: 20px;
}
.home_container .cardleftarea {
  width: 737px;
}
.home_container .event-title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}
.home_container .event-title i {
  font-size: 16px;
  color: #6b7280;
  cursor: pointer;
}
.home_container .event-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px;
  font-size: 13px;
  color: #7C8A99;
  gap: 10px;
}
.home_container .event-meta span {
  font-weight: 500;
}
.home_container .event-link-btn {
  background: #e1eaf3;
  text-decoration: none;
  border: none;
  width: 122px;
  height: 40px;
  line-height: 40px;
  padding: 0px 16px;
  border-radius: 20px;
  color: #2064ad;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}
.home_container .event-link-btn img {
  width: 16px;
}
.home_container .event-link-btn:hover {
  background: #c3cdd9;
  color: #fff;
}
.home_container .main-content {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin-top: 40px;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}
.home_container .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px #dfe5e9;
  padding: 32px;
  flex: 1;
  margin-bottom: 38px;
}
.home_container .card div.mage-error[generated] {
  margin-top: -12px;
  margin-bottom: 10px;
}
.home_container .card .salesforcewrapper {
  max-width: 100%;
  margin: 0;
  padding-left: 0;
}
.home_container .card .salesforcewrapper input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
  width: 100%;
  margin-bottom: 12px;
}
.home_container .card .community-div-wrap {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 0px 0 20px;
}
.home_container .card .community-div-wrap label {
  padding: 0px;
  font-size: 18px;
  color: #28313B;
  line-height: 23px;
  width: 270px;
  text-align: left;
}
.home_container .card .community-div-wrap .communitybox {
  color: #14191E;
}
.home_container .card .accounttypewrapper {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 20px;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.home_container .card .accounttypewrapper::before {
  content: '';
  display: block;
  clear: both;
}
.home_container .card .accounttypewrapper::after {
  content: '';
  display: block;
  clear: both;
}
.home_container .card .accounttypewrapper label {
  padding: 0px;
  font-size: 18px;
  color: #28313B;
  line-height: 23px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
.home_container .card .accounttypewrapper .accounttypebox {
  margin: 0 20px 0 0px;
  color: #14191E;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  min-width: 200px;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
  height: 80px;
}
.home_container .card .accounttypewrapper .accounttypebox span {
  font-size: 12px;
  position: absolute;
  top: 24px;
  left: 0;
  color: #9ca3af;
  font-weight: 300;
}
.home_container .card .franchisewrapper {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 30px;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 30px 0 20px;
}
.home_container .card .franchisewrapper label {
  padding: 0px;
  font-size: 18px;
  color: #28313B;
  line-height: 23px;
  width: 160px;
  text-align: left;
}
.home_container .card .franchisewrapper .franchisebox {
  margin: 0 20px 0 20px;
  color: #14191E;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  width: 170px;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.home_container .card .franchisewrapper .franchisebox span {
  color: #9ca3af;
}
.home_container .card .list-item h4 {
  margin-top: 26px;
  margin-bottom: 14px;
  color: #14191E;
  font-size: 17px;
  font-weight: 500;
}
.home_container .card .list-item h3 {
  margin-top: 26px;
  margin-bottom: 14px;
  color: #14191E;
  font-size: 17px;
  font-weight: 500;
}
.home_container .card .list-item img {
  max-width: 182px;
  margin-right: 24px;
  border: 5px solid #fff;
}
.home_container .card .list-item img.current {
  border: 5px solid #c60330;
}
.home_container .card h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 18px;
  color: #14191E;
}
.home_container .card h3 span {
  font-size: 12px;
  color: #7C8A99;
  font-weight: 400;
}
.home_container .card .subtext {
  color: #7c8999;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.home_container .card .productBtnarea {
  margin: 0;
  padding: 0;
}
.home_container .event-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  width: auto;
  margin-bottom: 0px;
}
.home_container .event-option-text {
  padding-right: 50px;
}
.home_container .event-option {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
  padding: 15px;
  border: 1px solid #fff;
  position: relative;
}
.home_container .event-option .eventcheckbox3-cls,
.home_container .event-option .eventcheckbox2-cls,
.home_container .event-option .eventcheckbox1-cls {
  display: flex;
}
.home_container .event-option .eventcheckbox3-cls img,
.home_container .event-option .eventcheckbox2-cls img,
.home_container .event-option .eventcheckbox1-cls img {
  margin-right: 20px;
}
.home_container .event-option input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.home_container .event-option.selected {
  border: 1px solid #d3d8dc;
  border-radius: 8px;
  background: url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 96% 25px;
}
.home_container .event-option:hover {
  border: 1px solid #d3d8dc;
  border-radius: 8px;
  background: url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 96% 25px;
}
.home_container .event-option.liveops:hover {
  border: 1px solid #d3d8dc;
  border-radius: 8px;
  background: url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 96% 25px;
}
.home_container .event-option img {
  width: 40px;
  height: 40px;
}
.home_container .event-option-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #14191E;
  line-height: 24px;
  text-align: left;
  display: block;
}
.home_container .event-option-text p {
  margin: 4px 0 0;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 300;
}
.home_container .progress-line {
  width: 310px;
  background: transparent;
  border-radius: 12px;
  padding: 8px 0px;
}
.home_container .progress-line h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-left: 30px;
  text-align: left;
  background: url(../../frontend/UEG/Bsn/en_US/images/dropicon.svg) no-repeat 100% 50%;
}
.home_container .progress-line span {
  font-style: italic;
}
.home_container .progress-step-row {
  display: flex;
}
.home_container .progress-step-row .progress-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  color: #14191E;
  font-size: 14px;
  position: relative;
  margin-left: 30px;
}
.home_container .progress-step-row .progress-step::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 12px;
  height: 1px;
  width: 45px;
  background: #d1d5db;
}
.home_container .progress-step-row .progress-step:last-child::before {
  display: none;
}
.home_container .progress-step-row .progress-step.activated::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 12px;
  height: 1px;
  width: 45px;
  background: #000;
}
.home_container .progress-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  color: #14191E;
  font-size: 14px;
  position: relative;
  margin-left: 30px;
}
.home_container .progress-step img {
  max-width: 100px;
}
.home_container .progress-step::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  height: 100%;
  width: 1px;
  background: #d1d5db;
}
.home_container .progress-step.activated::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  height: 100%;
  width: 1px;
  background: #000;
}
.home_container .progress-step.activated .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #fff;
  color: #7C8A99;
}
.home_container .progress-step:last-child::before {
  display: none;
}
.home_container .progress-step span {
  font-style: normal;
  width: 80%;
}
.home_container .progress-step span em {
  font-style: normal;
  color: #7C8A99;
  font-size: 12px;
}
.home_container .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #96a0ac;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #fff;
  color: #7C8A99;
}
.home_container .active .circle {
  background: #64b0a4;
  color: #d5e8e4;
  border-color: #64b0a4;
}
.home_container .active {
  font-weight: 400;
}
.home_container .field-label {
  font-size: 13px;
  font-weight: 600;
  color: #14191E;
  display: block;
  margin-bottom: 8px;
}
.home_container .required {
  color: #ee667a;
}
.home_container .input-box {
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
  transition: border-color 0.2s ease;
}
.home_container .input-box::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.home_container .input-box::-moz-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.home_container .input-box::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.home_container .input-box:focus {
  border-color: #2563eb;
}
.home_container input[type="date"] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
}
.home_container select {
  background: url(../../frontend/UEG/Bsn/en_US/images/dropicon.svg) no-repeat 96% 50%;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
}
.home_container input[type="date"]:focus,
.home_container select:focus {
  border-color: #007bff;
  outline: none;
}
.home_container .datetime_area {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.home_container .datetime_area .form-group {
  width: 100%;
}
.home_container .note {
  font-size: 14px;
  line-height: 22px;
  color: #29323b;
  background-color: #fff3cd;
  border: 1px solid #f8f09d;
  padding: 12px;
  border-radius: 8px;
  margin-top: 10px;
}
.home_container .note img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.home_container .note span {
  color: #b8b05d;
  display: block;
}
.home_container .notebook {
  font-size: 14px;
  line-height: 22px;
  color: #29323b;
  background-color: #fff3cd;
  border: 1px solid #f8f09d;
  padding: 12px;
  border-radius: 8px;
  margin: 30px 0;
}
.home_container .notebook img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.home_container .notebook span {
  color: #b8b05d;
  display: block;
}
.home_container .add-link {
  color: #2166B1;
  margin-bottom: 24px;
  display: block;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
}
.home_container .add-link a {
  color: #2166B1;
  display: block;
}
.home_container .information-note {
  color: #7c8999;
  font-size: 13px;
}
.home_container .information-note a {
  color: #7c8999;
  text-decoration: underline;
}
.home_container .information-note a:hover {
  color: #7c8999;
  text-decoration: none;
}
.home_container .disclaimer {
  font-size: 14px;
  color: #7C8A99;
  margin-top: 10px;
}
.home_container .city-state {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.home_container .input-group {
  flex-basis: 48%;
}
.home_container input[type="text"]:focus {
  border-color: #4e9ef1;
  outline: none;
}
.home_container .short-link {
  margin-top: -14px;
  font-size: 13px;
  color: #7C8A99;
  margin-bottom: 0;
}
.home_container .short-link a {
  color: #7C8A99;
  text-decoration: none;
}
.home_container .short-link a:hover {
  text-decoration: underline;
}
.home_container .map-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.home_container .calender_area {
  text-align: center;
}
.home_container .preview_textarea {
  text-align: left;
  max-width: 380px;
  margin: 0 auto;
}
.home_container .preview_textarea p {
  color: #28313B;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.home_container .preview_textarea p span {
  color: #7C8A99;
  font-weight: 300;
}
.duplicate_email_section .input-field.switch_area {
  float: right;
}
.productBtnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 0px;
  gap: 20px;
}
.productBtnarea .backBtn {
  background: #fff;
  border: 1px solid #08192b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #08192d;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 208px;
}
.productBtnarea .backBtn:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
.productBtnarea .nextBtnContinue,
.productBtnarea .secemailNxtBtn,
.productBtnarea .emailNxtBtn,
.productBtnarea .cmnNxtBtn,
.productBtnarea .nextBtn {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 208px;
}
.productBtnarea .nextBtnContinue:hover,
.productBtnarea .secemailNxtBtn:hover,
.productBtnarea .emailNxtBtn:hover,
.productBtnarea .cmnNxtBtn:hover,
.productBtnarea .nextBtn:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.popup-add-to-cart {
  background: #08192b !important;
  border: 1px solid #08192b !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa !important;
  padding: 0 0px;
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
  width: 125px;
  font-family: 'SST Medium';
  cursor: pointer;
  margin: 0 auto 10px;
}
.popup-add-to-cart:hover {
  background: #fff !important;
  border: 1px solid #08192b !important;
  color: #14191E !important;
  text-decoration: none;
}
.switch_area {
  display: flex;
  align-items: center;
}
.switch_area .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-right: 20px;
}
.switch_area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch_area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #a7b1bb;
  transition: 0.4s;
  border-radius: 34px;
}
.switch_area .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: 3px;
  bottom: 2px;
  background-color: #090a0c;
  transition: 0.4s;
}
.switch_area input:checked + .slider {
  background-color: #64afa4;
}
.switch_area input:checked + .slider:before {
  transform: translateX(12px);
  background-color: #fff;
}
.page-main {
  margin: 80px 0 0;
  padding: 0px 0;
  min-height: 600px;
  background: url(../../frontend/UEG/Bsn/en_US/images/homebodyBg.jpg) no-repeat center 100%;
  background-size: cover;
}
.tae-event-information .page-main {
  padding: 110px 0;
  margin: 0;
  min-height: 600px;
  background: url(../../frontend/UEG/Bsn/en_US/images/homebodyBg.jpg) no-repeat center 100%;
  background-size: cover;
}
.bootstratdatepicker {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
}
.bootstratdatepicker .datepicker-inline {
  width: 250px;
}
.bootstratdatepicker .checkout-picker,
.bootstratdatepicker .checkin-picker {
  width: 250px;
}
.defaulteventdatearealeft .bootstratdatepicker {
  display: block;
}
.calendar_area {
  margin-top: 50px;
}
.eventcardbox {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px #dfe5e9;
  padding: 5px 32px;
  margin-bottom: 20px;
}
.eventcardbox .inner {
  padding: 20px 0;
  overflow: hidden;
  display: none;
}
.eventcardbox .inner .additional_servicesinputarea {
  margin-bottom: 30px;
}
.eventcardbox .inner .additional_servicesinputarea:last-child {
  margin-bottom: 10px;
}
.eventcardbox .toggle {
  cursor: pointer;
  background: url(../../frontend/UEG/Bsn/en_US/images/accordianright-arrow.svg) no-repeat 100% 50%;
}
.eventcardbox .toggle.open {
  background: url(../../frontend/UEG/Bsn/en_US/images/accordiandown-arrow.svg) no-repeat 100% 50%;
}
.eventcardbox h3 {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0px;
  color: #14191E;
}
.eventcardbox h3 img {
  float: right;
  margin-top: 17px;
}
.eventcardbox h3 span {
  font-size: 12px;
  color: #7C8A99;
  font-weight: 400;
}
.eventcardbox_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 18px !important;
  max-width: 1116px;
  margin: 0 auto;
  flex-direction: initial !important;
  position: relative;
}
.eventcardbox_checkbox label {
  flex: 1 1 28%;
  min-width: 192px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-bottom: 10px;
}
.eventcardbox_checkbox label input[type="checkbox"] {
  margin: 0px 10px 0 0;
  position: relative;
  border: 1px solid #14191d;
  width: 14px;
  height: 14px;
}
.print_services {
  display: flex;
  flex-wrap: wrap;
  gap: 24px !important;
  max-width: 1116px;
  margin: 0 auto;
  flex-direction: initial !important;
  position: relative;
}
.print_services .print_services_item {
  flex: 1 1 28%;
  min-width: 192px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.print_services .print_services_item input[type="checkbox"] {
  margin: 0px 10px 0 0;
  position: relative;
  border: 1px solid #14191d;
  width: 14px;
  height: 14px;
}
.print_services .print_services_item label {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.print_services .print_services_item .print_services_text {
  font-size: 14px;
  line-height: 20px;
}
.print_services .print_services_item .print_services_text input[type="number"] {
  margin: 8px 10px 0 0;
  position: relative;
  border: 1px solid #d3d8dc;
  width: 88px;
  height: 34px;
  text-align: center;
  background: #f6f7f9;
  color: #a8b1ba;
  border-radius: 4px;
}
.print_services .print_services_item .print_services_text input[type="number"]::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.print_services .print_services_item .print_services_text input[type="number"]::-moz-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.print_services .print_services_item .print_services_text input[type="number"]::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area .field-label {
  font-size: 12px;
  font-weight: 600;
  color: #14191e;
  display: block;
  margin-bottom: 8px;
}
.email_info_area .required {
  color: #ee667a;
}
.email_info_area input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  background: #fff;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
  transition: border-color 0.2s ease;
}
.email_info_area input[type="text"]::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area input[type="text"]::-moz-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area input[type="text"]::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area .input-box {
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  background: #fbfbfb;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
  transition: border-color 0.2s ease;
}
.email_info_area .input-box::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area .input-box::-moz-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area .input-box::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.email_info_area .input-box:focus {
  border-color: #2563eb;
}
.email_info_area input[type="date"] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
}
.email_info_area select {
  background: url(../../frontend/UEG/Bsn/en_US/images/dropicon.svg) no-repeat 96% 50%;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
}
.email_info_area input[type="date"]:focus,
.email_info_area select:focus {
  border-color: #007bff;
  outline: none;
}
.email_info_area .datetime_area {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.email_info_area .datetime_area .form-group {
  width: 100%;
}
.email_info_area .emailsend_datearea {
  display: block;
}
.email_info_area .emailsend_datearea::before {
  content: '';
  display: block;
  clear: both;
}
.email_info_area .emailsend_datearea::after {
  content: '';
  display: block;
  clear: both;
}
.email_info_area .emailsend_datearea .emailsend_dateinputarea {
  width: 225px;
  float: left;
}
.email_info_area .emailsend_datearea .emailsend_datecontarea {
  font-size: 12px;
  width: auto;
  text-align: right;
  color: #7C8A99;
  float: right;
}
.email_info_area .emailsend_datearea .emailsend_datecontarea span.redtext.italicText {
  font-style: normal !important;
  font-family: "SST Roman";
  color: #7C8A99 !important;
}
.email_info_headingarea {
  display: block;
  margin-bottom: 22px;
  margin-top: 32px;
}
.email_info_headingarea .switch {
  margin-left: 12px;
  margin-right: 0;
}
.email_info_headingarea .email_info_heading {
  font-size: 16px;
  color: #979797;
  font-weight: 600;
  float: left;
}
.email_info_headingarea .email_info_headingcontarea {
  font-size: 12px;
  width: auto;
  text-align: right;
  color: #a4a4a4;
  float: right;
}
.email_info_headingarea::before {
  content: '';
  display: block;
  clear: both;
}
.email_info_headingarea::after {
  content: '';
  display: block;
  clear: both;
}
.email_campaign_tabsection {
  display: block;
  margin-bottom: 22px;
  margin-top: 32px;
  border-bottom: 1px solid #d3d8dd;
  line-height: 30px;
}
.email_campaign_tabsection .email_campaign_left {
  font-size: 12px;
  color: #2166b1;
  font-weight: 600;
  float: left;
  width: 50%;
  text-align: center;
}
.email_campaign_tabsection .email_campaign_right {
  font-size: 12px;
  width: 50%;
  text-align: center;
  color: #28313b;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.email_campaign_tabsection .email_campaign_right span {
  color: #8c98a6;
}
.email_campaign_tabsection::before {
  content: '';
  display: block;
  clear: both;
}
.email_campaign_tabsection::after {
  content: '';
  display: block;
  clear: both;
}
.browse_filearea2,
.browse_filearea {
  background: #fdfdfd;
  border: 1px dashed #acacac;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #979797;
}
.browse_filearea2 img,
.browse_filearea img {
  display: block;
  margin: auto;
}
.browse_filearea2 .addfileBtn,
.browse_filearea .addfileBtn {
  background: #fff;
  border: 1px solid #8a8a8a;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #08192d;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  margin: 8px 0 14px;
}
.browse_filearea2 .addfileBtn:hover,
.browse_filearea .addfileBtn:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
.browse_filearea2 .successMSG,
.browse_filearea .successMSG {
  font-size: 18px;
  color: #25a541;
  margin-bottom: 15px;
}
.browse_filearea2 .upload_black_text,
.browse_filearea .upload_black_text {
  color: #000;
}
.browse_filearea2 .filename_cont,
.browse_filearea .filename_cont {
  font-size: 13px;
  color: #8c98a5;
  font-weight: 300;
  margin: 5px 0;
}
.browse_filearea2 .uploadlink,
.browse_filearea .uploadlink {
  color: #3c79ba;
  font-size: 13px;
  font-weight: 600;
}
.patients_area_instaruction2,
.patients_area_instaruction {
  margin-bottom: 30px;
}
.patients_area_instaruction2::before,
.patients_area_instaruction::before {
  content: '';
  display: block;
  clear: both;
}
.patients_area_instaruction2::after,
.patients_area_instaruction::after {
  content: '';
  display: block;
  clear: both;
}
.patients_area_instaruction2 .instructions_area,
.patients_area_instaruction .instructions_area {
  width: 300px;
  display: flex;
}
.patients_area_instaruction2 .splitting_area,
.patients_area_instaruction .splitting_area {
  color: #7C8A99;
}
.patients_area_instaruction2 .splitting_area label,
.patients_area_instaruction .splitting_area label {
  font-weight: 500;
  font-family: "SST Medium";
  color: #28313B;
  margin-bottom: 6px;
}
.patients_area_instaruction2 label,
.patients_area_instaruction label {
  font-size: 12px;
  font-weight: 600;
  color: #14191e;
  display: block;
  margin-bottom: 12px;
}
.patients_area_instaruction2 textarea,
.patients_area_instaruction textarea {
  background: #f6f7f8;
  border: 1px solid #d3d8dd;
  border-radius: 4px;
  color: #acb5bf;
  height: 56px;
  resize: none;
  font-size: 12px;
  margin-top: 32px;
}
.patients_area_instaruction2 .patients_leftarea_instaruction2,
.patients_area_instaruction .patients_leftarea_instaruction2,
.patients_area_instaruction2 .patients_leftarea_instaruction,
.patients_area_instaruction .patients_leftarea_instaruction {
  float: left;
  width: 291px;
  margin-right: 55px;
  font-size: 12px;
}
.patients_area_instaruction2 .patients_leftarea_instaruction2 .switch_area,
.patients_area_instaruction .patients_leftarea_instaruction2 .switch_area,
.patients_area_instaruction2 .patients_leftarea_instaruction .switch_area,
.patients_area_instaruction .patients_leftarea_instaruction .switch_area {
  display: flex;
  align-items: start;
}
.patients_area_instaruction2 .patients_leftarea_instaruction2 p,
.patients_area_instaruction .patients_leftarea_instaruction2 p,
.patients_area_instaruction2 .patients_leftarea_instaruction p,
.patients_area_instaruction .patients_leftarea_instaruction p {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.patients_area_instaruction2 .patients_rightarea,
.patients_area_instaruction .patients_rightarea,
.patients_area_instaruction2 .patients_rightarea_instaruction2,
.patients_area_instaruction .patients_rightarea_instaruction2,
.patients_area_instaruction2 .patients_rightarea_instaruction,
.patients_area_instaruction .patients_rightarea_instaruction {
  float: left;
  font-size: 12px;
  width: 325px;
}
.patients_area {
  margin-bottom: 30px;
}
.patients_area label {
  font-size: 12px;
  font-weight: 600;
  color: #14191e;
  display: block;
  margin-bottom: 12px;
}
.patients_area .splitting_area {
  color: #7C8A99;
}
.patients_area .instructions_area {
  width: 238px;
}
.patients_area .switch_area {
  align-items: start;
}
.patients_area textarea {
  background: #f6f7f8;
  border: 1px solid #d3d8dd;
  border-radius: 4px;
  color: #acb5bf;
  height: 56px;
  resize: none;
  font-size: 12px;
  margin-top: 32px;
}
.patients_area::before {
  content: '';
  display: block;
  clear: both;
}
.patients_area::after {
  content: '';
  display: block;
  clear: both;
}
.patients_area .patients_leftarea {
  float: left;
  width: 280px;
  margin-right: 55px;
  font-size: 12px;
}
.patients_area .patients_leftarea p {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.patients_area .patients_leftarea .customization_splitting_area {
  display: flex;
}
.patients_area .patients_leftarea .customization_cont_area label {
  font-weight: 500;
  font-family: "SST Medium";
  color: #28313B;
  margin-bottom: 6px;
}
.patients_area .splitting_area {
  font-size: 12px;
  color: #a4a4a4;
  margin-top: -7px;
}
.patients_area .patients_rightarea {
  float: right;
  font-size: 12px;
  width: 325px;
}
.inputcolor_boxarea {
  border: 1px solid #d3d8dd;
  padding: 3px 10px;
  max-width: 112px;
  border-radius: 4px;
  text-align: center;
}
.inputcolor_boxarea input {
  background: #d8ebe8;
  border-radius: 4px;
  text-align: center;
  max-width: 50px;
  border: 0;
  color: #20262b;
}
.added_liveOps_box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px #dfe5e9;
  padding: 5px 32px;
  margin-bottom: 38px;
}
.added_liveOps_box .innerliveOps {
  padding: 20px 0;
  overflow: hidden;
  /*.switch_area {
        margin-bottom: 10px;

        &:last-child {
          margin-bottom: 10px;
        }
      }*/
}
.added_liveOps_box .innerliveOps .inputcolor_boxarea {
  margin-top: 8px;
  width: 94px;
}
.added_liveOps_box .innerliveOps .inputcolor_boxarea input {
  height: 26px;
}
.added_liveOps_box .innerliveOps .additional_servicesinputarea {
  margin-bottom: 30px;
}
.added_liveOps_box .innerliveOps .additional_servicesinputarea:last-child {
  margin-bottom: 10px;
}
.added_liveOps_box h3 {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0px;
  color: #14191E;
}
.added_liveOps_box h3 img {
  float: right;
  margin-top: 17px;
}
.added_liveOps_box h3 span {
  font-size: 12px;
  color: #7C8A99;
  font-weight: 400;
}
.innerliveOps_additional_cont .slider {
  background-color: #64afa4;
}
.innerliveOps_additional_cont .slider:before {
  background: #fff;
}
.innerliveOps_additional_cont input:checked + .slider {
  background-color: #64afa4;
}
.innerliveOps_additional_cont .innerliveOps_additional_cont_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  margin-top: -20px;
  margin-left: 62px;
  margin-bottom: 28px;
  align-items: center;
}
.innerliveOps_additional_cont .mail-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 230px;
  padding: 12px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.innerliveOps_additional_cont .mail-box h4 {
  font-style: italic;
  font-size: 12px;
  color: #7c8a99;
  margin: 0 0 5px;
  font-weight: 400;
}
.innerliveOps_additional_cont .mail-content {
  font-size: 12px;
  color: #7c8a99;
  line-height: 1.4em;
}
.innerliveOps_additional_cont .edit {
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-family: 'SST Medium';
  font-weight: 500;
}
.innerliveOps_additional_cont .edit:hover {
  color: #000;
  text-decoration: none;
}
.innerliveOps_additional_cont .edit2ndlink {
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  margin-left: 10px;
  font-family: 'SST Medium';
  font-weight: 500;
}
.innerliveOps_additional_cont .edit2ndlink:hover {
  color: #000;
  text-decoration: none;
}
.innerliveOps_additional_cont .close {
  font-style: normal;
  float: right;
  font-weight: bold;
  color: #28313b;
  cursor: pointer;
  font-size: 20px;
  line-height: 10px;
}
.additional_servicesinputarea .slider {
  background-color: #ffffff;
}
.additional_servicesinputarea .slider:before {
  background: #000000;
}
.additional_servicesinputarea input:checked + .slider {
  background-color: #64afa4;
}
.additional_servicesinputarea input:checked + .slider:before {
  background: #fff;
}
.additional_servicesinputarea .innerliveOps_additional_cont_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  margin-top: -20px;
  margin-left: 62px;
  margin-bottom: 28px;
  align-items: center;
}
.additional_servicesinputarea .innerlemail_additional_cont_wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0 0 53px;
}
.additional_servicesinputarea .mail-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 230px;
  padding: 12px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 20px 0 0;
}
.additional_servicesinputarea .mail-box a.remove-services {
  font-size: 0;
  margin: 0 0 0 5px;
  position: absolute;
  top: 10px;
  right: 3px;
}
.additional_servicesinputarea .mail-box a.remove-second-mail {
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/removeicon.png) no-repeat 0 0 !important;
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 3px;
}
.additional_servicesinputarea .mail-box span.step4editmailingsection {
  display: block;
}
.additional_servicesinputarea .mail-box span.step4editmailingsection a.floatright.redlink.first-edit-popup {
  float: none;
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-weight: 500;
  text-transform: capitalize;
}
.additional_servicesinputarea .mail-box span.step4editmailingsection a.floatright.redlink.second-edit-popup {
  float: none;
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-weight: 500;
  text-transform: capitalize;
}
.additional_servicesinputarea .mail-box span.step4editmailingsection a.floatright.mail_edit_new {
  float: none;
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-weight: 500;
  text-transform: capitalize;
}
.additional_servicesinputarea .mail-box h4 {
  font-style: italic;
  font-size: 14px;
  color: #7c8a99;
  margin: 0 0 5px;
  font-weight: 400;
}
.additional_servicesinputarea .mail-content {
  font-size: 14px;
  color: #7c8a99;
  line-height: 1.4em;
}
.additional_servicesinputarea .edit {
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-family: 'SST Medium';
  font-weight: 500;
}
.additional_servicesinputarea .edit:hover {
  color: #000;
  text-decoration: none;
}
.additional_servicesinputarea .edit2ndlink {
  margin-top: 0px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  margin-right: 20px;
  font-family: 'SST Medium';
  font-weight: 500;
}
.additional_servicesinputarea .edit2ndlink:hover {
  color: #000;
  text-decoration: none;
}
.additional_servicesinputarea .close {
  font-style: normal;
  float: right;
  font-weight: bold;
  color: #28313b;
  cursor: pointer;
  font-size: 20px;
  line-height: 10px;
}
.doublecheck_information {
  background: #fdfade;
  border-radius: 8px;
  padding: 18px 25px;
  margin-bottom: 33px;
}
.doublecheck_information::before {
  content: '';
  display: block;
  clear: both;
}
.doublecheck_information::after {
  content: '';
  display: block;
  clear: both;
}
.doublecheck_information h3 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px !important;
  color: #14191E;
}
.doublecheck_information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.doublecheck_information .row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.doublecheck_information .label {
  font-weight: 600;
  color: #313536;
  width: 200px;
  font-size: 12px;
}
.doublecheck_information .value {
  color: #313536;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.doublecheck_information .value.ash {
  color: #d2d2bd;
}
.doublecheck_information a {
  font-weight: 600;
  color: #0073e6;
  text-decoration: underline;
}
.doublecheck_information a:hover {
  text-decoration: none;
}
.doublecheck_information textarea {
  width: 338px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #d3d8dd;
  padding: 6px;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  color: #d3d8dd;
  font-size: 12px;
}
.fullline {
  height: 1px;
  background: #d3d8dd;
  margin-bottom: 22px;
}
.lives_form_section {
  max-width: 100%;
  margin-top: 20px;
}
.lives_form_section input[type="text"],
.lives_form_section input[type="tel"] {
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  border: 1px solid #d1d5db;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #acb6bf;
  outline: none;
  transition: border-color 0.2s ease;
}
.lives_form_section input[type="text"]::-webkit-input-placeholder,
.lives_form_section input[type="tel"]::-webkit-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.lives_form_section input[type="text"]::-moz-placeholder,
.lives_form_section input[type="tel"]::-moz-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.lives_form_section input[type="text"]::-ms-input-placeholder,
.lives_form_section input[type="tel"]::-ms-input-placeholder {
  color: #14191E !important;
  font-size: 12px;
  opacity: 1;
}
.lives_form_section .lives_form_row {
  display: flex;
  gap: 20px;
}
.lives_form_section .lives_col {
  flex: 1;
}
.lives_form_section label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.lives_form_section .radio-group {
  margin-top: 10px;
  margin-bottom: 32px;
}
.lives_form_section .radio-group label {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
}
.lives_form_section .radio-group .callbackLink {
  background: #f6f7f8;
  border: 1px solid #d3d8dd;
  border-radius: 4px;
  color: #b1bac3;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 15px;
  line-height: 20px;
  display: block;
  max-width: 257px;
  width: 100%;
}
.lives_form_section .radio-group .callbackLink:hover {
  color: #000;
}
.lives_form_section .radio-option {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.lives_form_section .radio-option input[type="text"] {
  margin-bottom: 0;
  max-width: 150px;
  margin-left: 20px;
}
.lives_form_section input[type="radio"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.lives_form_section .callnow {
  color: #777;
  font-size: 14px;
}
.tae-step-popup div#tae-confirm-popup,
.tae-confirm-popup div#tae-confirm-popup {
  text-align: center;
  padding: 0px 0 0;
}
.tae-step-popup .tae-popup-actions,
.tae-confirm-popup .tae-popup-actions {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px 0;
}
.tae-step-popup h2,
.tae-confirm-popup h2 {
  line-height: 40px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dadada;
  color: #14191E;
  font-family: "SST Medium";
  font-weight: 500;
  font-size: 15px;
}
.tae-step-popup .modal-content,
.tae-confirm-popup .modal-content {
  width: 510px;
  max-width: 100%;
  min-height: 270px;
  max-height: 100%;
  margin: 120px auto;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
.tae-step-popup .modal-content .tae-popup-content,
.tae-confirm-popup .modal-content .tae-popup-content {
  padding: 15px 15px 15px;
  text-align: left;
}
.tae-step-popup .modal-content .tae-continue-btn,
.tae-confirm-popup .modal-content .tae-continue-btn {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  width: 125px;
}
.tae-step-popup .modal-content .tae-continue-btn:hover,
.tae-confirm-popup .modal-content .tae-continue-btn:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.tae-step-popup .modal-content .tae-back-link,
.tae-confirm-popup .modal-content .tae-back-link {
  position: absolute;
  right: 10px;
  top: 18px;
  font-weight: 600;
  color: #ab0303;
  text-decoration: none;
}
.tae-step-popup .modal-content .tae-back-link:hover,
.tae-confirm-popup .modal-content .tae-back-link:hover {
  text-decoration: underline;
}
.tae-step-popup .modal-content span.help-link,
.tae-confirm-popup .modal-content span.help-link {
  color: #c60311 !important;
  position: absolute;
  top: 18px;
  left: 10px;
}
div#modal-content-10 {
  padding-top: 30px;
}
/*==============13-11-25===============*/
.card_mailing_boxarea {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px #dfe5e9;
  padding: 32px;
  flex: 1;
  margin-bottom: 38px;
}
.card_mailing_boxarea h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 18px;
  color: #14191E;
}
.card_mailing_boxarea h2 span {
  font-weight: 400;
}
.card_mailing_boxarea h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 18px;
  color: #14191E;
}
.card_mailing_boxarea .card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.card_mailing_boxarea .total-cost {
  color: #14191E;
  font-weight: 600;
  font-size: 24px;
}
.card_mailing_boxarea .est-cost {
  color: #7C8A99;
  font-weight: 400;
  font-size: 16px;
}
.card_mailing_boxarea .est-cost span {
  border-radius: 8px;
  background: #f5eb7c;
  color: #14191E;
  padding: 4px 10px;
  display: inline-block;
}
.card_mailing_boxarea .card_mailings_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.card_mailing_boxarea .card_mailings_area .card_mailcard_mail_items_area {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 5px;
}
.card_mailing_boxarea .card_mailings_area .card_mailcard_mail_items_area .card_mail_item {
  width: 90px;
  background: #fff;
  border-radius: 8px;
  padding: 0px;
  margin-top: 0px;
}
.card_mailing_boxarea .card_mailbox_area {
  border: 1px solid #EEEFF1;
  border-radius: 10px;
  padding: 10px 20px;
}
.card_mailing_boxarea .card_mailbox_area a {
  color: #2166B1;
  text-decoration: none;
  font-size: 14px;
}
.card_mailing_boxarea .card_mailbox_area h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #14191E;
  display: flex;
  justify-content: space-between;
}
.card_mailing_boxarea .card_mailbox_area img.logo {
  float: right;
  width: auto;
}
.card_mailing_boxarea .card_mailprint_area {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #7C8A99;
  border: 1px solid #EEEFF1;
}
.card_mailing_boxarea .card_mailprint_area a {
  color: #2166B1;
  text-decoration: none;
  font-size: 14px;
}
.card_mailing_boxarea .card_mailprint_area h3 {
  font-size: 14px;
  font-weight: 500;
  font-family: "SST Medium";
  margin-bottom: 5px;
  color: #14191E;
  display: flex;
  justify-content: space-between;
}
.card_mailing_boxarea .card_mailprint_area p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #7C8A99;
  line-height: 20px;
}
.card_mailing_boxarea .card_mailprint_area span {
  text-align: left;
  display: inline-block;
  color: #28313B;
}
.card_mailing_boxarea .card_mailinfo_area {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #7C8A99;
  border: 1px solid #EEEFF1;
}
.card_mailing_boxarea .card_mailinfo_area p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #7C8A99;
}
.card_mailing_boxarea .card_mailinfo_area span {
  width: 110px;
  text-align: left;
  display: inline-block;
  color: #7C8A99;
}
.card_mailing_boxarea .card_mailcard_mail_items_area {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 5px;
}
.card_mailing_boxarea .card_mailcard_mail_items_area .card_mail_item {
  width: 106px;
  background: #fff;
  border-radius: 8px;
  padding: 0px;
  margin-top: 0px;
}
.card_mailing_boxarea .card_mail_item img {
  width: auto;
  height: 60px;
  display: block;
  margin: 10px auto 10px;
  object-fit: contain;
  border-radius: 0px;
}
.card_mailing_boxarea input {
  border: 0;
  border-radius: 3px;
  background: #D8EBE8;
  font-size: 14px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #14191E;
  padding: 0;
}
.card_mailing_boxarea .card_mail_item p {
  margin: 5px 0;
  font-size: 12px;
  line-height: 12px;
  color: #28313B;
  min-height: 28px;
  font-weight: 300;
}
.card_mailing_boxarea .card_mail_item span {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #7C8A99;
}
.costmaiing_box {
  background: #fafafc;
  border: 1px solid #D3D8DD;
  border-radius: 8px;
  padding: 25px 35px;
  width: 100%;
  margin: 32px 0;
}
.costmaiing_box .costmailing_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 13px;
  color: #28313B;
  font-weight: 400;
  padding: 0 140px;
}
.costmaiing_box .costmailing_row:last-child {
  margin-top: 5px;
  font-weight: 600;
  border-top: 0px solid #eee;
  padding-top: 0px;
}
.notebookmedium {
  font-size: 12px;
  line-height: 24px;
  color: #29323b;
  background-color: #fff3cd;
  border: 1px solid #f8f09d;
  padding: 12px;
  border-radius: 8px;
  margin: 30px 0;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
.notebookmedium img {
  margin-right: 10px;
  margin-top: 3px;
}
.share_approval_area {
  display: flex;
  align-items: center;
  color: #2166B1;
  text-decoration: none;
}
.share_approval_area a {
  display: flex;
  align-items: center;
  color: #2166B1 !important;
}
.share_approval_area img {
  margin-right: 5px;
}
.email_productBtn {
  display: flex;
  align-items: center;
}
.email_productBtnarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 0px;
  gap: 20px;
}
.email_productBtnarea .backBtn {
  background: #fff;
  border: 1px solid #08192b;
  font-size: 16px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #08192d;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}
.email_productBtnarea .backBtn:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
.email_productBtnarea .emailNxtBtn,
.email_productBtnarea .nextBtn {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 16px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  width: 208px;
}
.email_productBtnarea .emailNxtBtn:hover,
.email_productBtnarea .nextBtn:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.modal-third_part_popup .popupbox {
  width: 544px;
  border-radius: 18px;
  margin: 0;
}
.modal-third_part_popup .popupbox h2 {
  margin: 0;
  padding: 0 0 20px;
  color: #14191E;
  font-size: 16px;
  font-weight: 600;
}
.modal-third_part_popup .popupbox .popcontarea {
  padding: 20px 20px 15px;
  position: relative;
}
.modal-third_part_popup .popupbox .popcontarea label {
  color: #14191E;
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
}
.modal-third_part_popup .popupbox .popcontarea label span {
  color: #EA5C6F;
}
.modal-third_part_popup .popupbox .popcontarea p {
  color: #28313B;
  font-size: 14px;
  padding-bottom: 20px;
  margin: 0;
  display: block;
}
.modal-third_part_popup .popupbox .popcontarea input[type="email"] {
  border: 1px solid #D3D8DD;
  border-radius: 4px;
  color: #A7B1BB;
  font-size: 12px;
}
.modal-third_part_popup .popupbox .email_approvalBtnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  padding-top: 10px;
}
.modal-third_part_popup .popupbox .email_approvalBtnarea a#approval_cancel_btn {
  border: 1px solid #08192b;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  color: #08192d;
  padding: 0  0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  text-transform: none !important;
  width: 106px;
}
.modal-third_part_popup .popupbox .email_approvalBtnarea a#approval_cancel_btn:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
.modal-third_part_popup .popupbox .email_approvalBtnarea a#approval_btn {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  width: 164px;
  margin: 0;
  text-transform: none !important;
}
.modal-third_part_popup .popupbox .email_approvalBtnarea a#approval_btn:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.modal-popup .modal-inner-wrap {
  margin: 0rem auto;
  height: 100vh;
}
.modal-popup .modal-content {
  max-width: 100%;
  width: 544px;
  margin: auto;
  background: #fff;
  padding: 10px 30px 30px;
  border-radius: 16px;
}
.modal-popup .modal-content p#popup-message {
  text-align: center;
  padding-top: 20px;
}
.modal-popup .modal-content .popup-buttons {
  margin-top: 30px;
}
.modal-image-modal .modal-content {
  max-width: 1000px;
  width: 100%;
}
.modal-image-modal .popupbox {
  width: 100%;
  max-width: 1000px;
}
.modal-image-modal .popfooterarea {
  display: none !important;
}
.modal-popup:has(.helpVideoModal) .modal-inner-wrap .modal-content {
  background: transparent;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.modal-popup:has(.helpVideoModal) .modal-inner-wrap .modal-content .popupbox {
  width: 100% !important;
  max-width: 830px !important;
}
.postage_area {
  background: #fafafb;
  padding: 15px 20px 20px;
}
.postage_area .postage2_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.postage_area .postage2_area .postage_1st {
  width: 50%;
  text-align: left;
  color: #28313B;
  font-size: 14px;
  font-weight: 500;
}
.postage_area .postage2_area .postage_2nd {
  width: 50%;
  text-align: right;
  color: #7C8A99;
  font-size: 14px;
}
.postage_area .postage2_area::before {
  content: '';
  display: block;
  clear: both;
}
.postage_area .postage2_area::after {
  content: '';
  display: block;
  clear: both;
}
.postage_area::before {
  content: '';
  display: block;
  clear: both;
}
.postage_area::after {
  content: '';
  display: block;
  clear: both;
}
.changedata_cont {
  background: #fdfade;
  border: 1px solid #F8F09D;
  padding: 3px 12px;
  float: right;
  border-radius: 4px;
  margin-top: 8px;
  font-size: 14px;
}
.postage_section {
  margin-top: 20px;
}
.postage_section div#mailing li.usps-mail-li {
  text-align: left;
}
.postage_section h3 {
  margin: 0;
  font-size: 14px;
  color: #28313B;
  font-weight: 600;
}
.postage_section ul {
  padding: 0;
  margin: 0 0px;
  list-style: none;
  border: 0px;
  text-align: center;
}
.postage_section ul li {
  margin: 0;
  margin-right: 0px;
  display: inline-block;
}
.postage_section ul li:last-child {
  margin-right: 0;
}
.postage_section::before {
  content: '';
  display: block;
  clear: both;
}
.postage_section::after {
  content: '';
  display: block;
  clear: both;
}
.tab-content {
  margin-top: 7px;
}
.tab-content::before {
  content: '';
  display: block;
  clear: both;
}
.tab-content::after {
  content: '';
  display: block;
  clear: both;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
button#popup-close {
  border: 1px solid #08192b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 26px;
  color: #08192d;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  margin-right: 10px;
  margin: 0 auto;
}
button#popup-close:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
button#popup-ok {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 26px;
  color: #fafafa;
  padding: 0 20px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}
button#popup-ok:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.mail-type {
  margin-top: 10px;
  padding: 0 7px;
}
.mail-type::before {
  content: '';
  display: block;
  clear: both;
}
.mail-type::after {
  content: '';
  display: block;
  clear: both;
}
.card-option {
  float: left;
  border: 1px solid #d3d8dd;
  border-radius: 8px;
  padding: 16px 20px 16px 44px;
  text-align: left;
  cursor: pointer;
  background: url(../../frontend/UEG/Bsn/en_US/images/round.svg) no-repeat 16px 19px;
  position: relative;
  margin-bottom: 0px;
}
.card-option a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-option:hover {
  background: url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 16px 19px;
}
.card-option .heading {
  color: #28313B;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
}
.card-option .subheading {
  color: #7C8A99;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.card-option input {
  display: none;
}
.card-option.active,
.card-option.selected {
  border: 1px solid #d3d8dd;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 16px 19px;
  margin-bottom: -14px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 16px 20px 30px 44px;
}
.active .card-option {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/thic.svg) no-repeat 16px 19px;
  padding: 16px 20px 32px 44px;
  margin-bottom: -14px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.upload_wrapper {
  border: 1px solid #d5dbe8;
  padding: 33px;
  margin-top: 0px;
  border-radius: 10px;
}
.upload-box {
  border: 1px dashed #2166b1;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  background: #fafafb;
}
.upload-box img {
  display: block;
  margin: 0 auto 10px;
}
.upload-box p {
  margin: 8px 0;
  color: #000;
}
.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--blue);
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.btn.ghost {
  background: transparent;
  color: var(--primary);
  border: 1px solid #e6edf8;
}
.hint {
  font-size: 13px;
  color: #7C8A99;
  margin-top: 8px;
  margin-bottom: 4px;
}
.small_note {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #28313B;
  margin-top: 6px;
  border: 1px solid #d3d8dd;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px;
  margin: 0 auto;
  width: 90%;
}
.small_note img {
  margin: 0;
  margin-right: 12px;
}
.browser_btn {
  display: inline-block;
  padding: 0px 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 111px;
  border-radius: 20px;
  border: 1px solid #08192C;
  font-size: 12px;
  text-decoration: none !important;
  color: #08192C !important;
  font-weight: 600;
}
.browser_btn:hover {
  text-decoration: underline !important;
}
.upload_textarea {
  color: #28313B;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.browser_btn.ghost {
  background: transparent;
  border: 1px solid #e6edf8;
}
.other_section {
  margin: 30px 0;
}
.other_section h4 {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  color: #14191E;
}
.other_section .grid {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.other_section .gridbox {
  width: 33%;
}
.other_section .radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.other_section .radio-row label {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}
.other_section .radio-row input {
  margin: 0;
}
.radio-row input[type='radio'] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #A7B1BB;
}
.radio-row input[type='radio']:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px;
  border-radius: 50%;
}
.radio-row input[type='radio']:checked:before {
  margin: -1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #14191E;
}
.radio-row input[type=checkbox]:focus,
.radio-row input[type=file]:focus,
.radio-row input[type=radio]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.radio-row input[type=checkbox]:focus,
.radio-row input[type=file]:focus,
.radio-row input[type=radio]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.liveOps_srt_dtls {
  border: 1px solid #EEEFF1;
  padding: 14px 16px;
  border-radius: 10px;
  max-width: 244px;
  margin-left: 53px;
  margin-top: 6px;
  position: relative;
  font-size: 14px;
  color: #7C8A99;
}
.liveOps_srt_dtls a#liveops_edit {
  float: none;
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  color: #2166b1;
  text-decoration: underline;
  font-weight: 500;
  text-transform: capitalize;
}
.liveOps_srt_dtls a {
  color: #2166B1 !important;
}
.liveOps_srt_dtls span {
  display: block;
  padding: 6px 0;
}
.liveOps_srt_dtls a.remove-services {
  position: absolute;
  right: 15px;
  top: 15px;
}
.fullwidth_flex_section {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}
.fullwidth_section {
  width: 100%;
}
.fullwidth_calender {
  width: 100%;
  padding: 33px;
  background: #fff;
  border-radius: 12px;
}
.fullwidth_calender #calendar {
  margin: 0 !important;
}
.fullwidth_calender table.fc-col-header th {
  padding: 12px 0;
}
.fullwidth_calender table.fc-col-header th a {
  color: #28313B !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-family: "SST Medium";
  font-weight: 500 !important;
}
.fullwidth_calender .fc .fc-button {
  padding: 0;
  font-size: 16px;
  line-height: 14px;
  border: 0;
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
  color: #A7B1BB !important;
}
.fullwidth_calender .fc .fc-toolbar-title {
  font-size: 16px;
  margin: 0 0 8px;
  color: #28313B !important;
  text-transform: capitalize !important;
}
.fullwidth_calender .fc .fc-daygrid-body-natural {
  width: 100% !important;
}
.fullwidth_calender .fc .fc-scrollgrid-section table {
  height: 1px;
  width: 100% !important;
}
.postage_section .save-btn-new {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 208px;
}
.postage_section .save-btn-new:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.postage_section div#mail-campaign-options {
  border: 1px solid #d3d8dd;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-top: 7px;
}
.postage_section div#mail-campaign-options .marketcontarea {
  background: #ffffff;
  border-left: 0px solid #e4e4ea;
  border-bottom: 0px solid #e4e4ea;
  margin-bottom: 0;
  padding: 10px 0px;
  margin-top: 0;
}
.postage_section div#mail-campaign-options .maillistheading span {
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 22px;
}
.postage_section div#mail-campaign-options span.maillistQty.firstmailingheading {
  width: 250px;
  justify-content: flex-start;
  padding-left: 45px;
  text-transform: uppercase;
}
.postage_section div#mailing li.usps-mail-li p.shipping-label.dateavailable {
  width: 73%;
}
.postage_section ul.invite-options li {
  width: 100%;
  text-align: left;
}
.patients_area_ {
  display: flex;
  align-items: flex-start;
}
.patients_area_ .patients_leftarea {
  width: 50%;
}
.patients_area_ .patients_rightarea {
  width: 65%;
}
.patients_area_ .patients_rightarea textarea {
  border: 1px solid #d1d5db;
  border-radius: 6px;
}
.textalign_center {
  text-align: center;
}
a.save_come_later_link {
  color: #2166B1 !important;
  font-family: 'SST Medium';
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  background: #e9f0f7 url(../../frontend/UEG/Bsn/en_US/images/save-back-later.png) no-repeat 92% 50%;
  height: 40px;
  line-height: 40px;
  width: 245px;
  display: inline-block;
  border-radius: 26px;
  text-align: center;
  padding-right: 24px;
  margin: 12px auto 0;
}
a.save_come_later_link:hover {
  color: #2166B1 !important;
  text-decoration: none !important;
}
.home_container .progress-step[data-step="5"]:before {
  background: transparent;
}
.login-container {
  display: inherit;
  align-items: inherit;
  width: 100%;
  margin: 0px auto 30px;
  background: #f0f1f1;
  border-top: 0;
}
.login-container .container {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1360px;
  flex-wrap: wrap;
}
.white-wrapper {
  background: #fff;
}
.white-wrapper .container {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1360px;
  height: 94px;
}
.white-wrapper .container h1 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 68px;
  color: #003c71;
  font-family: 'SST Light';
}
.login-container .fieldset {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}
.customer-account-login .bottom_sec {
  background-color: #dfe4e8;
  height: 133px;
  padding: 0 74px;
  display: flex;
  align-items: center;
}
.customer-account-login .bottom_sec .left-sec {
  width: 50%;
}
.customer-account-login .bottom_sec .left-sec span.arrow {
  display: none;
}
.customer-account-login .bottom_sec .left-sec a {
  font-size: 18px;
  color: #3283ca;
  text-decoration: underline;
  margin: 4px 0;
  font-family: 'SST Light';
}
.customer-account-login .bottom_sec .right-sec {
  width: 50%;
}
.block-customer-image {
  flex: 0 0 50%;
  margin-top: -94px;
}
.block-customer-image img {
  display: block;
}
.login-container .fieldset:after {
  margin-top: 10px !important;
  display: none;
}
.control {
  text-align: center;
}
.control input {
  height: 45px;
  outline: none !important;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
}
.control input:focus {
  box-shadow: none;
}
.control input::-webkit-input-placeholder {
  color: #9a9aa4 !important;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  opacity: 1;
}
.control input::-moz-placeholder {
  color: #9a9aa4 !important;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  opacity: 1;
}
.control input::-ms-input-placeholder {
  color: #9a9aa4 !important;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  opacity: 1;
}
.login-container .control {
  width: 100% !important;
}
.login-container .field.note {
  font-size: 12px;
  margin-bottom: 10px;
  color: #003c71;
  font-family: SST Medium;
}
.login-container .action.login {
  width: 114px !important;
  margin-bottom: 5px !important;
  border-radius: 0;
  text-transform: capitalize !important;
  background: #155487 !important;
  border: 0 !important;
  float: right !important;
}
.login-container .field {
  margin-bottom: 14px !important;
}
.login-header-date {
  font-family: 'SST Roman';
  font-size: 24px;
  color: #145587;
}
.login-header-section {
  display: flex;
  width: 1060px;
  margin: 70px auto 10px;
  align-items: baseline;
  justify-content: space-between;
  display: none;
}
.login-container .actions-toolbar .primary .action {
  margin: 0 0px 0 0 !important;
}
.login-container .actions-toolbar .primary {
  float: right;
  margin-right: 20%;
}
span.arrow {
  padding-right: 5px;
}
.customer-account-login .page-main {
  margin-top: 0 !important;
}
.login-container .block-customer-login {
  flex: 0 0 50%;
  padding: 0 10% 0 0;
  margin: 0;
}
.login-container .block-customer-login h2 {
  font-size: 36px;
  letter-spacing: -2px;
  color: #000000;
  font-weight: 300;
  font-family: 'SST Light';
  margin: 30px 0 20px;
  line-height: 43px;
}
.login-container .block-customer-login .note {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: 'SST Light';
  margin: 0;
}
.login-container .block-customer-login .note a {
  display: block;
  color: #003c71;
}
.block-customer-login {
  margin: 0;
}
.bottom_sec_wrap {
  width: 100%;
}
.login-container .right-sec {
  display: flex;
  align-items: center;
}
.login-container .right-sec .field {
  margin-bottom: 0 !important;
  margin: 0 9px !important;
}
.login-container .right-sec input[type="email"],
.login-container .right-sec input[type="password"] {
  border: 1px solid #003c71;
  height: 35px;
  text-align: center;
  width: 223px;
  font-size: 18px;
  color: #3283ca;
}
.login-container .right-sec .primary {
  margin-right: 0 !important;
}
.login-container .right-sec .primary button {
  width: 90px !important;
  height: 35px !important;
  line-height: 35px !important;
  background-color: #003c71 !important;
  font-size: 16px !important;
  letter-spacing: 0px;
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 0px !important;
}
.login-container .right-sec input[type="email"]::-webkit-input-placeholder,
.login-container .right-sec input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3283ca;
}
.login-container .right-sec input[type="email"]::-moz-placeholder,
.login-container .right-sec input[type="password"] {
  /* Firefox 19+ */
  color: #3283ca;
}
.login-container .right-sec input[type="email"]:-ms-input-placeholder,
.login-container .right-sec input[type="password"] {
  /* IE 10+ */
  color: #3283ca;
}
.login-container .right-sec input[type="email"]:-moz-placeholder,
.login-container .right-sec input[type="password"] {
  /* Firefox 18- */
  color: #3283ca;
}
@media (max-width: 1440px) {
  .login-container .container {
    max-width: 1200px;
  }
}
@media (max-width: 1370px) {
  .login-container .container {
    max-width: 1060px;
  }
  .login-container .block-customer-login {
    padding: 0 3% 0 0;
    margin: 0;
  }
  .login-container .block-customer-login h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 14px 0 13px;
  }
  .login-container .block-customer-login .note {
    font-size: 16px;
  }
  .login-container .right-sec input[type="email"],
  .login-container .right-sec input[type="password"] {
    width: 100%;
  }
}
@media (max-width: 1370px) and (min-width: 1360px) {
  .login-container .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .login-container .container {
    max-width: 991px;
  }
  .customer-account-login .bottom_sec {
    padding: 0 24px;
  }
  .login-container .block-customer-login h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 12px 0 11px;
  }
}
@media (max-width: 1030px) {
  .login-header-section {
    width: auto;
    padding: 0;
  }
  .login-container {
    width: auto;
    margin: 0;
  }
  .login-container .fieldset {
    padding: 25px 28px 0 20px;
  }
}
@media (max-width: 991px) {
  .login-container .container {
    max-width: 768px;
  }
  .login-container {
    background: #f5f5f5;
  }
  .login-container .field.note {
    font-size: 10px;
  }
  .login-container .fieldset {
    padding: 0;
    margin-bottom: 0;
  }
  .control input {
    height: 30px;
  }
  .control input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .control input::-moz-placeholder {
    font-size: 16px;
  }
  .control input::-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container .right-sec input[type="email"],
  .login-container .right-sec input[type="password"] {
    font-size: 16px;
  }
  .login-container .action.login {
    width: 130px !important;
    margin-bottom: 0px !important;
    border-radius: 0;
    text-transform: uppercase !important;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  a.action.remind {
    font-size: 11px;
  }
  .login-container .fieldset:after {
    margin-top: 0 !important;
  }
  .login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 10px;
  }
  .login-container .secondary {
    line-height: 14px;
  }
  .login-container .secondary::before,
  .login-container .secondary::after {
    content: '';
    display: block;
    clear: both;
  }
  .login-container .field {
    margin-bottom: 8px !important;
  }
  .customer-account-login .bottom_sec .left-sec {
    width: 40%;
  }
  .customer-account-login .bottom_sec .right-sec {
    width: 60%;
  }
  .customer-account-login .bottom_sec .left-sec a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .login-container .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .login-container {
    display: block;
  }
  .block-customer-image {
    flex: 100%;
    margin: 0;
  }
  .block.block-customer-login {
    flex: 100%;
    padding: 20px;
  }
  .login-container .fieldset:after {
    text-align: left !important;
  }
  .login-container .fieldset {
    padding: 30px;
    margin-bottom: 0;
  }
  .login-container .primary {
    text-align: left;
  }
  .login-container .primary .login {
    text-align: left;
  }
  .login-container .field.note {
    font-size: 16px;
    padding-bottom: 20px;
  }
  a.action.remind {
    font-size: 16px;
    padding-top: 15px;
    display: inline-block;
  }
  .login-container .fieldset:after {
    text-align: left !important;
    padding-top: 20px;
  }
  .control input {
    height: 40px;
  }
  .login-container .action.login {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .login-container .fieldset:after {
    font-size: 12px;
  }
  .login-container .actions-toolbar .primary .action {
    margin: 0 0px 8px 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    text-align: center;
  }
  .customer-account-login .bottom_sec {
    height: auto;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .login-container .secondary {
    text-align: center;
  }
  .customer-account-login .bottom_sec .left-sec a {
    padding: 0;
    margin: 7px 0;
  }
  .customer-account-login .bottom_sec .left-sec {
    width: 100%;
  }
  .customer-account-login .bottom_sec .right-sec {
    width: 100%;
    margin-top: 15px;
  }
  .login-container .right-sec {
    flex-direction: column;
  }
  .login-container .right-sec .field {
    margin: 9px 9px !important;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main {
    margin-bottom: 0;
  }
}
@media (max-width: 1340px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap .container,
  .account.customer-account-index .page-main .columns .column.main .new-address .container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap .myAccDashbordTbl-footer,
  .account.customer-account-index .page-main .columns .column.main .new-address .myAccDashbordTbl-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap .myAccDashbordTbl-footer,
  .account.customer-account-index .page-main .columns .column.main .new-address .myAccDashbordTbl-footer {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset,
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset {
    width: 100%;
    padding: 30px 20px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field,
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .label,
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .control input[type="text"],
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .control input[type="text"],
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .control input[type="email"],
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .control input[type="email"],
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .control input[type="password"],
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .control input[type="password"],
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .control input[type="tel"],
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .control input[type="tel"],
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .fieldset .field .control select,
  .account.customer-account-index .page-main .columns .column.main .new-address form .fieldset .field .control select {
    height: 36px;
    min-height: 36px !important;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .actions-toolbar,
  .account.customer-account-index .page-main .columns .column.main .new-address form .actions-toolbar {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .order-details-wrap form .actions-toolbar button,
  .account.customer-account-index .page-main .columns .column.main .new-address form .actions-toolbar button {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .account.customer-account-index .page-main .columns .column.main .new-address .add-new-address-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1340px) {
  .account.customer-account-index .page-main .columns .column.main .new-address .fieldset {
    width: 45% !important;
  }
}
@media (max-width: 1199px) {
  .account.customer-account-index .page-main .columns .column.main .new-address .fieldset {
    width: 45% !important;
  }
}
@media (max-width: 767px) {
  .account.customer-account-index .page-main .columns .column.main .new-address .fieldset {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .account.customer-account-index .page-main .columns .column.main .new-address .actions-toolbar {
    margin-bottom: 30px;
  }
}
.tae-order-view .page-main {
  overflow: hidden;
}
body.tae-event-register .login-header-section {
  padding: 20px 0;
  margin-top: 0 !important;
}
@media only screen and (max-width: 650px) {
  body.tae-event-register .login-header-section {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  body.tae-event-register .login-header-section {
    padding: 0 20px;
  }
}
body.tae-event-register .login-header-section .page-title-wrapper {
  background-color: transparent;
}
@media only screen and (max-width: 650px) {
  body.tae-event-register .login-header-section .page-title-wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }
}
body.tae-event-register .login-header-section .page-title-wrapper .page-title {
  font-size: 40px;
  color: #145587;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none;
}
body.tae-event-register .login-header-section .page-title-wrapper .page-title a:hover {
  text-decoration: none;
}
body.tae-event-register .login-header-section .page-title-wrapper .page-title span {
  font-size: 30px;
  text-decoration: none;
  color: #145587;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register .login-header-section .page-title-wrapper .page-title span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body.tae-event-register .login-header-section .login-header-date {
    width: 100%;
    text-align: right;
  }
}
body.tae-event-register.page-layout-1column main#maincontent {
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  body.tae-event-register.page-layout-1column main#maincontent {
    max-width: 1080px;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .login-header-section {
  max-width: 1003px;
}
body.tae-event-register.page-layout-1column main#maincontent div#maps_div {
  height: 280px !important;
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap {
  padding: 25px 74px;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap {
    padding: 25px 20px;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .event_image {
  float: left;
  max-width: 400px;
  margin-right: 10px;
  box-shadow: -10px 10px 10px #bfbfbf;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .event_image {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .event_image img {
  box-shadow: 0px 0px 10px #bfbfbf;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .event_map {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo {
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
  padding-top: 44px;
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col {
  width: 31.5%;
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col {
    width: 47%;
  }
}
@media only screen and (max-width: 575px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col {
    width: 100%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col:last-child {
    margin: 0 auto;
    float: unset;
    clear: both;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .eventVenueInfo-col p {
  font-size: 16px;
  color: #656b6d;
  padding: 0 28px;
  margin: 0 0 9px 0;
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap h2 {
  background: #0a2141;
  padding: 14px 0;
  margin-bottom: 10px;
  line-height: inherit;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Left {
  width: 295px;
  float: left;
  margin-left: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Left {
    margin-left: 10px;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Left .registrationInputTxt {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Left .registrationInputTxt::placeholder {
  color: #9a9aa4;
}
@media only screen and (max-width: 840px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Left {
    margin: 0 auto;
    float: unset;
    max-width: 100%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right {
  width: 370px;
  float: right;
  margin-right: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 840px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right {
    margin: 0 auto;
    float: unset;
    max-width: 100%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right h3.small {
  width: 180px;
  padding-top: 0px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right h3.small {
    max-width: 50%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right .regrightcolHalf {
  width: 42%;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right .regrightcolHalf {
    max-width: 50%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right h3 {
  width: 230px;
  float: left;
  font-size: 16px;
  color: #656b6d;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right h3 {
    max-width: 80%;
  }
}
body.tae-event-register.page-layout-1column main#maincontent .registrationWrap .registrationForm-Right .switchBtn .checkbox-custom {
  margin-left: 14px;
}
* {
  box-sizing: border-box;
}
.modal-hybrid_popup_modal .popupbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-hybrid_popup_modal .popupbox .popcontarea {
  display: inline-block;
  width: 100%;
}
.modal-hybrid_popup_modal .popupbox .popcontarea .event-type-opt {
  padding: 0 10px;
  float: left;
  width: 50%;
}
.modal-hybrid_popup_modal .popupbox .popcontarea .event-type-opt a {
  width: 100%;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #00457e;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}
.modal-hybrid_popup_modal .popupbox .popcontarea .event-type-opt a:hover {
  text-decoration: none;
}
.modal-hybrid_popup_modal .popupbox .popcontarea .event-type-opt:last-child a {
  background-color: #83af35;
}
.tae-event-register .page-main {
  background: transparent;
}
.registration_container {
  background: url(../../frontend/UEG/Bsn/en_US/images/siteBg.png) no-repeat 0 0;
  width: 686px;
  margin: 0 auto;
  display: flex;
  gap: 55px;
}
.registration_container .bsnregistration_leftarea {
  width: 276px;
  padding-left: 77px;
}
.registration_container .bsnregistration_rightarea {
  width: 352px;
  height: 486px;
}
.registration_container .bsnregistration_rightarea img {
  height: 486px;
}
.registration_container .registration_rightarea {
  width: 50%;
}
.registration_container .clinic {
  color: #6b7178;
  margin-bottom: 70px;
  padding-top: 36px;
  font-size: 12px;
}
.registration_container .title {
  font-size: 15px;
  font-weight: 400;
  color: #14191e;
  margin-bottom: 30px;
}
.registration_container .time_boxarea {
  border-radius: 8px;
  margin-bottom: 12px;
  background-image: linear-gradient(to right, #2666b1, #a168b2, #2666b1);
  padding: 2px 2px 2px;
}
.registration_container .time_box {
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.registration_container .time-item {
  text-align: center;
  font-size: 13px;
  color: #23272c;
}
.registration_container .time-item small {
  font-size: 6px;
  font-weight: 600;
  color: #bdc4cc;
  display: block;
}
.registration_container .location {
  font-size: 8px;
  color: #767d84;
  margin-bottom: 19px;
}
.registration_container .location img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 10px;
  float: left;
}
.registration_container .bsnlink {
  color: #1a73e8;
  text-decoration: underline;
}
.registration_container .bsnregisterBtn {
  background: #08192c;
  color: #fff;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  border-radius: 30px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.registration_container .qrarea {
  margin-top: 83px;
  font-size: 8px;
  color: #61686e;
}
.registration_container .qrarea img {
  vertical-align: middle;
  width: 39px;
  margin-right: 2px;
}
/*================11-03-26=================*/
.customer-account-login .page-wrapper {
  background: url(../../frontend/UEG/Bsn/en_US/images/loginBg.png) no-repeat center 0;
  background-size: cover;
  min-height: 773px;
}
.customer-account-login .page-main {
  background: transparent;
  min-height: 100%;
}
.bsnheaderwrapper2 .container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.bsnheader_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.bsnheaderwrapper2 {
  margin-top: 20px;
}
.bsnfooter_text {
  text-align: center;
  color: #28313b;
  font-size: 12px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.bsnlogin_wrapper {
  max-width: 1120px;
  padding: 0px 0 0;
  margin: 70px auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.clear {
  width: 100%;
}
.bsnlogin_leftarea {
  width: 446px;
  padding-top: 34px;
}
.bsnlogin_leftarea h2 {
  font-size: 32px;
  line-height: 40px;
  color: #14191E;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}
.bsnlogin_leftarea h3 {
  padding-right: 70px;
  font-size: 32px;
  line-height: 40px;
  color: #14191e;
  margin: 0 0 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .8px;
}
.bsnlogin_leftarea p {
  padding: 0 0 40px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #28313B;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 28px;
}
.bsnlogin_leftarea a {
  color: #2166b1;
  text-decoration: underline;
}
.bsnlogin_wrapper label {
  font-size: 16px;
  line-height: 28px;
  color: #14191E;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.bsnlogin_wrapper label span {
  color: #EA5C6F;
}
.bsnlogin_wrapper input {
  width: 100%;
  padding: 0 10px;
  margin: 2px 0 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #A7B1BB !important;
  font-size: 16px !important;
}
.links {
  font-size: 12px;
  margin: 9px 0;
  line-height: 17px;
}
.links a {
  color: #2166b1;
  text-decoration: underline;
}
.bsnlogin_buttonarea {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
}
.bsnloginbutton_area {
  margin-left: auto;
  margin-top: 4px;
}
.bsnlogin_wrapper button {
  background: #08192c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  border: none;
  padding: 0px 25px;
  border-radius: 20px;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  width: 255px;
  box-sizing: border-box;
}
.bsnlogin_rightarea {
  width: 545px;
  margin-left: auto;
}
.bsnlogin_rightarea img {
  width: 100%;
  border-radius: 12px;
}
.loginbottom-box {
  width: 100%;
  max-width: 705px;
  margin: 36px auto 70px;
  background: #ecf3f7;
  border: 2px solid #41505f;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.loginbottom_heading {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  width: 130px;
  margin-right: 40px;
  line-height: 24px;
  color: #28313B;
  font-family: "Poppins", sans-serif;
}
.loginbottom_cont {
  margin-left: 17px;
  width: 460px;
  line-height: 20px;
  font-size: 12px;
  color: #28313B;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.loginbottom_cont a {
  font-weight: 600;
  color: #2166b1;
  text-decoration: none;
}
.footer {
  text-align: center;
  font-size: 12px;
  margin-top: 0px;
  color: #28313B;
  font-family: "Poppins", sans-serif;
}
/*=================================*/
/* Modal Background */
.loginmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
/* Modal Box */
.loginmodal-box {
  background: #fff;
  color: #14191E;
  width: 442px;
  padding: 32px 40px;
  border-radius: 16px;
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.loginmodal-box .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 26px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.loginmodal-box h3 {
  font-size: 16px;
  line-height: 28px;
  color: #14191E;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.loginmodal-box p {
  font-size: 16px;
  line-height: 28px;
  color: #28313B;
  font-family: "Poppins", sans-serif;
}
.loginmodal-box a {
  color: #2166B1;
  text-decoration: underline;
  font-weight: 600;
}
.loginmodal-box button {
  margin-top: 10px;
  width: 106px;
  height: 40px;
  line-height: 40px;
  padding: 0px 5px;
  border: 1px solid #08192C;
  border-radius: 40px;
  background: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #08192C;
}
.loginmodal-box button:hover {
  color: #08192C;
}
.tae-event-register .page-wrapper {
  background: url(../../frontend/UEG/Bsn/en_US/images/registerBg.png) no-repeat center 0;
  background-size: cover;
}
.register_modal {
  width: 686px;
  margin: 0 auto;
  text-align: center;
  background: url(../../frontend/UEG/Bsn/en_US/images/siteBG.png) no-repeat 0 0;
  position: relative;
  padding: 43px 0 0;
  height: 486px;
  box-sizing: border-box;
}
.register_modal h2 {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 22px;
  text-align: center;
  margin: 0 0 38px;
  font-family: "Poppins", sans-serif;
}
.register_modal .close {
  position: absolute;
  right: 45px;
  top: 38px;
  font-size: 22px;
  cursor: pointer;
  color: #343d47;
  font-family: "Poppins", sans-serif;
}
.register_modal_box .label {
  text-align: left;
  font-size: 9px;
  margin: 0 0 5px;
}
.register_modal_box .option-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}
.register_modal_box .option {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 0px 3px 0px 10px;
  font-size: 9px;
  width: 80px;
  height: 20px;
  display: flex;
  align-items: center;
}
.register_modal_box .option input[type='radio'] {
  margin-left: auto;
  width: 10px;
  height: 10px;
}
.register_modal_box select {
  font-size: 9px;
  color: #d8dde1;
  width: 100%;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #d9e5e9;
  height: 21px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/downselecticon.png) no-repeat 94% 50%;
}
.register_modal_box select option {
  color: #000;
}
.register_modal .note {
  font-size: 8px;
  color: #a5b2bd;
  text-align: left;
  margin-top: 15px;
  line-height: 9px;
}
.register_modal .btn {
  margin-top: 18px;
  padding: 0px 18px;
  border: none;
  border-radius: 20px;
  background: #5fb3a6;
  color: white;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  height: 25px;
}
.register_modal .time_boxarea {
  border-radius: 8px;
  margin-bottom: 12px;
  background-image: linear-gradient(to right, #2666b1, #a168b2, #2666b1);
  padding: 2px 3px 3px;
  max-width: 210px;
  margin: 100px auto 0;
}
.register_modal .time_box {
  padding: 10px 12px;
  background: #e2e2ef;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.register_modal .time-item {
  text-align: center;
  font-size: 13px;
  color: #23272c;
}
.register_modal .time-item small {
  font-size: 6px;
  font-weight: 600;
  color: #bdc4cc;
  display: block;
}
.register_modal .registration_location {
  margin-top: 15px;
  font-size: 11px;
  color: #666;
  background: url(../../frontend/UEG/Bsn/en_US/images/locationicon.png) no-repeat center 0;
  padding: 15px 0 0;
  font-size: 6px;
}
.register_modal_box {
  width: 172px;
  margin: 0 auto;
}
.register_modal_3wrapper {
  position: relative;
  margin: 0;
  padding-bottom: 150px;
}
.register_modal_3wrapper .close {
  position: absolute;
  right: -100px;
  top: 60px;
  font-size: 30px;
  cursor: pointer;
  color: #28313B;
  background: transparent;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.register_modal_3 {
  width: 736px;
  margin: 0 auto;
  position: relative;
  padding: 43px 0 0;
  box-sizing: border-box;
}
.register_modal_3 h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 0 0 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.register_box3 h3 {
  color: #14191E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.register_box3 .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
.register_box3 .full {
  grid-column: span 2;
}
.register_box3 label {
  font-size: 16px;
  line-height: 28px;
  color: #14191E;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.register_box3 label .required {
  color: #EA5C6F;
  font-size: 16px;
}
.register_box3 input,
.register_box3 select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #D3D8DD;
  border-radius: 4px;
  font-size: 16px;
  color: #7C8A99;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.register_box3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/downselecticon.png) no-repeat 96% 50%;
}
.register_box3 .row-3 {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.register_box3 .row-3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/downselecticon.png) no-repeat 90% 50%;
}
.register_box3 .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.register_box3 .back {
  width: 140px;
  height: 67px;
  line-height: 67px;
  padding: 0px 10px;
  border-radius: 40px;
  border: 1px solid #4b6b78;
  background: transparent;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #08192C;
}
.register_box3 .continue {
  width: 352px;
  height: 67px;
  text-align: center;
  padding: 0px 10px;
  border-radius: 40px;
  border: none;
  background: #64AFA4;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 67px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.register_box3 .continue:hover {
  background: #4f968b;
}
.register_form_row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.register_form_group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.register_formsection {
  margin-bottom: 50px;
}
.interest_question {
  color: #14191E;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0%;
}
.interest {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.interest label {
  border: 1px solid #08192C;
  padding: 0px 12px 0 30px;
  border-radius: 40px;
  cursor: pointer;
  width: 229px;
  height: 43px;
  line-height: 43px;
  color: #28313B;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interest label input {
  border: 1px solid #08192C;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-left: auto;
}
.interest_row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.interest_pain {
  margin-top: 10px;
}
.pain-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
.icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #444;
}
.selected {
  background: #f39c63;
}
.interest_desc {
  color: #28313B;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0%;
}
.interest_desc label {
  margin-bottom: 10px;
}
.interest_desc p {
  padding: 0;
  margin: 0;
}
.pain_emoji {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  color: #28313B;
  margin-top: 10px;
}
.pain_emoji ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 2px;
  list-style: none;
}
.pain_emoji ul li {
  width: 72px;
  text-align: center;
  padding: 15px 0 10px;
}
.pain_emoji ul li span {
  display: block;
  text-align: center;
  color: #28313B;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.pain_emoji ul li span a {
  color: #28313B;
  display: block;
  text-decoration: none;
}
.pain_emojis1 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis1:hover {
  background: #72a7c0;
}
.pain_emojis1.selected {
  background: #72a7c0;
}
.pain_emojis2 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis2:hover {
  background: #64afa4;
}
.pain_emojis2.selected {
  background: #64afa4;
}
.pain_emojis3 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis3:hover {
  background: #95af64;
}
.pain_emojis3.selected {
  background: #95af64;
}
.pain_emojis4 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis4:hover {
  background: #afc38b;
}
.pain_emojis4.selected {
  background: #afc38b;
}
.pain_emojis5 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis5:hover {
  background: #f8f09d;
}
.pain_emojis5.selected {
  background: #f8f09d;
}
.pain_emojis6 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis6:hover {
  background: #f1ae89;
}
.pain_emojis6.selected {
  background: #f1ae89;
}
.pain_emojis7 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis7:hover {
  background: #ed9262;
}
.pain_emojis7.selected {
  background: #ed9262;
}
.pain_emojis8 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis8:hover {
  background: #ef8593;
}
.pain_emojis8.selected {
  background: #ef8593;
}
.pain_emojis9 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis9:hover {
  background: #ea5c6f;
}
.pain_emojis9.selected {
  background: #ea5c6f;
}
.pain_emojis10 {
  border-radius: 8px;
  background: transparent;
}
.pain_emojis10:hover {
  background: #b04553;
}
.pain_emojis10.selected {
  background: #b04553;
}
.subtitle {
  margin-bottom: 40px;
  color: #14191E;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.registration_body_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 70px;
}
.registration_body_list {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #14191E;
  width: 150px;
}
.registration_body_list label {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.registration_body_list label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: none;
}
.registration_body_list label.checked {
  color: #64AFA4;
}
.registration_body_images {
  display: flex;
  gap: 20px;
}
.registration_body_images img {
  height: 400px;
  opacity: 1;
}
.approvalboxarea.green-bg {
  background: #559214;
  background: linear-gradient(0deg, #559214 3%, #e7f3f7 26%, #e8f3f9 100%);
}
.approvalboxarea.green-bg .mail1stareaimgarea img {
  display: none;
}
.first-second-date-container div {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.first-second-date-container div span {
  padding: 0 5px 0 0;
  display: inline-block;
}
.approvedredtext {
  color: #fa040f;
  width: 150px;
  text-align: left;
}
.approvecontinueBtn {
  padding: 0px;
  background: #4a8c06;
  color: #fff;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  width: 125px;
  text-align: center;
  display: inline-block;
  float: right;
  margin-right: 140px;
  margin-top: 10px;
}
.approvecontinueBtn:active,
.approvecontinueBtn:hover {
  color: #fff;
}
#envelope_print_option {
  height: 30px;
  width: 150px;
  border: 1px #000 solid;
}
#envelope_print_option li {
  z-index: 2;
  margin-bottom: 0;
  cursor: pointer;
}
#envelope_print_option li:not(.init) {
  width: 100%;
  display: none;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  height: 31px;
  line-height: 30px;
}
#envelope_print_option li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
#envelope_print_option li:not(.init):hover,
ul li.selected:not(.init) {
  background: #d6e5fc;
}
#envelope_print_option li.init {
  cursor: pointer;
}
.approvalboxarea {
  background: #053f72;
  background: linear-gradient(0deg, #053f72 3%, #e7f3f7 20%, #e9f2f4 100%);
  border: 1px solid #eff5f7;
  padding: 20px 5px 10px;
}
.approvalboxarea.approvalgreenBg {
  background: #559214;
  background: linear-gradient(0deg, #559214 3%, #e7f3f7 26%, #e8f3f9 100%);
}
.approvalboxarea .approvaltopboxarea::before,
.approvalboxarea .approvaltopboxarea::after {
  content: "";
  display: block;
  clear: both;
}
.approvalboxarea::before,
.approvalboxarea::after {
  content: "";
  display: block;
  clear: both;
}
.approvaltopboxarea {
  display: flex;
  justify-content: flex-end;
}
.approvalboxarea .box1 {
  width: 33%;
  padding: 6px;
  margin-right: 6px;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.approvalboxarea .box1 h2 {
  font-family: "SST Medium Italic";
  font-size: 16px;
  text-align: center;
  color: #f80e28;
  margin: 0;
}
.approvalboxarea .box1 p {
  font-family: "SST Medium";
  color: #999b9a;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}
.approvalboxarea .box1 ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.approvalboxarea .box1 ul li {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0 12px;
}
.approvalboxarea .box1 ul li img {
  margin-bottom: 8px;
}
.approvalboxarea .box1 ul li h3 {
  font-size: 12px;
  color: #1c5180;
  margin: 0 0 3px;
}
.approvalboxarea .box1 ul li .approvqutyarea {
  color: #dd435a;
  font-size: 12px;
  margin-bottom: 16px;
}
.approvalboxarea .box1 ul li .approvamountarea {
  color: #4e4e4e;
  font-size: 12px;
  font-family: "SST Italic";
}
.approvalboxarea .box3 {
  width: 33%;
  margin-right: 0;
  float: right;
  box-sizing: border-box;
  /*height: 270px;*/
}
.approvalboxarea .box3 h3 {
  color: #0c4173;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "SST Bold";
  text-align: center;
  margin: 0 0 8px;
}
.approvalboxarea .box3toparea {
  padding: 0px 0 10px;
  min-height: 35px;
  background: #e9f3f5;
}
.approvalboxarea .mail1starea {
  padding: 0px 7px 0px;
}
.approvalboxarea .mail1starea img {
  vertical-align: middle;
  margin-right: 5px;
}
.approvalboxarea .mail1starea ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.approvalboxarea .mail1starea ul li {
  color: #0c4173;
  font-size: 14px;
  font-family: "SST Condensed";
  text-transform: uppercase;
  margin: 0;
  padding-right: 25px;
}
.approvalboxarea .mail1starea ul li a {
  text-decoration: underline;
}
.approvalboxarea .mail1starea ul li:first-child {
  width: 47%;
}
.approvalboxarea .mail1stareabottomarea {
  margin-top: 6px;
  padding: 6px 20px;
  background: #fff;
}
.approvalboxarea .mail1stareabottomarea .mail1stareaimgarea {
  text-align: center;
  padding: 5px 0 3px;
}
.approvalboxarea .mail1stareabottomarea .amountarea ul {
  margin: 0px 0 0px;
  padding: 0;
  list-style: none;
}
.approvalboxarea .mail1stareabottomarea .amountarea ul li {
  color: #003c71;
  font-size: 14px;
  font-family: "SST Light";
  text-transform: uppercase;
  margin: 0 0 0px;
  position: relative;
  padding-right: 90px;
}
.approvalboxarea .mail1stareabottomarea .amountarea ul li span {
  position: absolute;
  right: 0;
  width: 90px;
}
.approvalboxarea .totalamountarea ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.approvalboxarea .totalamountarea ul li {
  color: #fa040f;
  font-size: 14px;
  font-family: "SST Bold";
  margin: 0;
  position: relative;
  padding-right: 90px;
  line-height: 30px;
  text-transform: uppercase;
}
.approvalboxarea .totalamountarea ul li span {
  font-size: 14px;
  font-family: "SST Light";
  position: absolute;
  right: 0;
  width: 90px;
}
.approvalboxarea .approvalbottomboxarea {
  font-family: "SST Italic";
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 15px 60px 0 16px;
  font-size: 13px;
  text-transform: uppercase;
}
.approvalboxarea .approvalbottomboxarea::before,
.approvalboxarea .approvalbottomboxarea::after {
  content: "";
  display: block;
  clear: both;
}
.envelope_print_optionarea {
  background: #fff;
  width: 282px;
  float: right;
  border-radius: 4px;
  height: 40px;
}
.approvalboxarea .approvalbottomboxarea select,
#envelope_print_option,
#envelope_print_option_second {
  width: 100%;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  color: #000;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/aprrovedown.png) no-repeat 94% 50%;
  padding: 0;
  margin: 3px 0 0;
  border-radius: 4px;
  border: 0;
  list-style: none;
  display: block !important;
  position: relative;
  font-family: "SST Roman";
}
.approvalboxarea .approvalbottomboxarea select option,
#envelope_print_option li,
#envelope_print_option_second li {
  text-align: center;
  text-align-last: center;
}
.approvedheaderbottom2area {
  height: 42px;
  line-height: 42px;
  background: #efe7cb;
  padding: 0px 0;
  text-align: center;
  color: #757575;
  font-size: 20px;
  font-family: "SST Bold";
  font-weight: normal;
}
/* line 354, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 360, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul li {
  text-transform: capitalize;
  font-family: "SST Roman";
  font-size: 18px;
  display: inline-block;
  margin-left: -5px;
}
/* line 367, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul li a {
  color: #a3976c;
  display: block;
  padding: 0 40px;
  text-decoration: none;
}
/* line 373, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul li a:hover {
  color: #003c72;
}
/* line 378, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul li.active {
  background: #003c72;
}
/* line 381, ../sass/layout/_header.scss */
.approvedheaderbottom2area ul li.active a {
  color: #fff;
}
/* line 389, ../sass/layout/_header.scss */
.approvedheaderbottom2area span {
  color: #003c71;
}
.greenactive {
  background: #498b05 !important;
  color: #fff;
}
.greenactive a {
  color: #fff !important;
}
.newspaper-items ul {
  display: flex;
  justify-content: space-between;
}
.approvalboxarea .box3toparea p.redtext {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 0 0;
}
/* 01-02-21========================= */
/* line 229, ../sass/pages/_approval.scss */
.doubleboxarea {
  background: #f7f7fa;
  border: 1px solid #767676;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 237, ../sass/pages/_approval.scss */
.doubleboxprintarea {
  background: #f7f7fa;
  border: 1px solid #767676;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
/* line 245, ../sass/pages/_approval.scss */
.doublemailingboxhalf ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
/* line 246, ../sass/pages/_approval.scss */
.doublemailingboxhalf.printdoublemailingbox ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  flex-wrap: wrap;
}
/* line 247, ../sass/pages/_approval.scss */
.doublemailingboxhalf.printdoublemailingbox ul li {
  width: auto;
  text-align: center;
  margin: 10px 18px !important;
  padding: 0;
}
/* line 249, ../sass/pages/_approval.scss */
.doublemailingboxhalf ul li {
  width: 50%;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}
/* line 250, ../sass/pages/_approval.scss */
.doublemailingboxhalf ul li p {
  margin-bottom: 10px;
}
/* line 252, ../sass/pages/_approval.scss */
.doublemailingboxhalf h2 {
  font-family: "SST Medium Italic";
  font-size: 16px;
  text-align: center;
  color: #f80e28;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}
/* line 261, ../sass/pages/_approval.scss */
.doublemailingboxhalf h2 span {
  color: #797979;
}
/* line 262, ../sass/pages/_approval.scss */
.doublemailingboxhalf p {
  font-family: "SST Italic";
  color: #003c73;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}
/* line 269, ../sass/pages/_approval.scss */
.doublemailingimg {
  height: 230px;
}
.doublemailingimg img {
  max-height: auto;
}
/* line 270, ../sass/pages/_approval.scss */
.doublemailingprintimg {
  height: 265px;
}
/* line 272, ../sass/pages/_approval.scss */
.doublemailingamount {
  color: #4e4e4e;
  font-size: 14px;
  font-family: "SST Italic";
  padding: 5px 0;
}
/* line 277, ../sass/pages/_approval.scss */
.doublebox3bottomarea {
  padding: 14px 10px 14px 20px;
  border-top: 1px solid #767676;
  background: #e8f3f8;
  min-height: 50px;
}
.doublebox3bottomarea::before,
.doublebox3bottomarea::after {
  content: "";
  display: block;
  clear: both;
}
/* line 282, ../sass/pages/_approval.scss */
.doublebox3toparea {
  padding: 10px 10px 10px 20px;
  min-height: 180px;
}
/* line 283, ../sass/pages/_approval.scss */
.doublebox3topamountarea ul {
  margin: 16px 0 16px;
  padding: 0;
  list-style: none;
}
/* line 288, ../sass/pages/_approval.scss */
.doublebox3topamountarea ul li {
  color: #003c71;
  font-size: 14px;
  font-family: "SST Light";
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-right: 100px;
}
/* line 297, ../sass/pages/_approval.scss */
.doublebox3topamountarea ul li span {
  position: absolute;
  right: 0;
  width: 100px;
}
.box1.box1single1 {
  width: 76%;
  border: 0;
}
.box1.box1single1 .doublemailingboxhalf ul li {
  width: auto;
  text-align: center;
  margin: 0 18px !important;
  padding: 0;
}
.box1.box1single1 .cls_box {
  width: 20%;
  float: left;
}
/* 03-02-21=============================================== */
.uppercase {
  text-transform: uppercase;
}
.shipingboxwrapper {
  display: flex;
  margin-top: 5px;
}
.shipingbox1area {
  width: 75%;
  color: #0c4173;
  font-size: 16px;
  text-align: center;
  margin: 0px;
  padding-right: 5px;
}
.shipingbox1area ul li p {
  margin-bottom: 5px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipingbox1contarea {
  margin-bottom: 5px;
  border: 1px solid #767676;
  padding: 5px;
  /*height: 332px;*/
  height: auto;
}
.shipingbox1contarea ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.shipingbox1contarea ul li {
  width: 150px;
  margin: 0 15px;
}
.shipingbox1contarea:last-child {
  margin-bottom: 0px;
}
.shipingbox2area {
  width: 320px;
  margin-right: 0;
  float: right;
  box-sizing: border-box;
  border: 1px solid #767676;
  min-height: 340px;
}
.shipingbox2area h3 {
  color: #0c4173;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "SST Medium Italic";
  text-align: center;
  margin: 0 0 8px;
}
.shipingrightbox1area {
  padding: 10px 5px 5px !important;
  min-height: 84px;
  background: #e9f3f5;
  border-bottom: 1px solid #c9c9c9;
}
.shipingbox2area .shipingrightbox3area {
  padding: 5px;
  min-height: 84px;
  border-bottom: 1px solid #767676;
}
.shipingbox2area .mail1starea {
  padding: 0px 7px 0px;
}
.shipingbox2area .mail1starea img {
  vertical-align: middle;
  margin-right: 5px;
}
.shipingbox2area .mail1starea ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.shipingbox2area .mail1starea ul li {
  color: #0c4173;
  font-size: 14px;
  font-family: "SST Condensed";
  text-transform: uppercase;
  margin: 0;
  padding-right: 25px;
}
.shipingbox2area .mail1starea ul li:last-child {
  width: 20%;
  padding-right: 0px;
}
.shipingrightbox2area {
  padding: 10px 5px;
  min-height: 50px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  position: relative;
  color: #04407a;
}
.shipingrightbox2area h4 {
  font-size: 16px;
  color: #fa3142;
  font-family: "SST Italic";
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
.shipingrightbox2area h5 {
  font-size: 14px;
  color: #04407a;
  font-family: "SST Roman";
  margin-bottom: 10px;
  font-weight: normal;
}
.shipingrightbox2area p {
  font-size: 14px;
  color: #04407a;
  font-family: "SST Roman";
  margin-bottom: 10px;
}
.shipingrightbox2area p a {
  font-size: 14px;
  font-family: "SST Medium";
  color: #04407a;
}
.shipingrightbox2area img {
  vertical-align: middle;
  margin-right: 6px;
}
.shipingrightbox2area a.edit {
  float: right;
  font-size: 14px;
  font-family: "SST Medium";
  text-transform: uppercase;
  text-decoration: underline;
  color: #fa3142;
  position: absolute;
  right: 10px;
  top: 9px;
}
.shipingrightbox2area .italic {
  font-family: "SST Italic";
}
.shipingbox2area .totalamountarea {
  padding: 10px;
  min-height: 50px;
}
.shipingbox2area .totalamountarea ul li {
  color: #fa040f;
  font-size: 14px;
  font-family: "SST Bold Italic";
  margin: 0;
  position: relative;
  padding-right: 90px;
  line-height: 30px;
  text-transform: uppercase;
}
.shipingbox2area .totalamountarea ul li span {
  font-size: 14px;
  font-family: "SST Bold";
  position: absolute;
  right: 0;
  width: 90px;
  text-align: right;
}
span.ship-method {
  font-weight: 600;
}
.stim-prod-image-wrapper {
  min-height: 240px;
  margin-bottom: 20px;
}
.modal-popup_shipping_addr_modal .popupbox.changeaddress {
  width: 900px;
  padding: 0;
}
.modal-popup_shipping_addr_modal .popupbox .popheaderarea {
  background: #385c80;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.modal-popup_shipping_addr_modal .popupbox .popheaderarea h2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  border: 0;
}
.modal-popup_shipping_addr_modal .popcontarea {
  width: 92%;
  height: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 0 0;
}
.modal-popup_shipping_addr_modal .c-model-wrapper::before,
.modal-popup_shipping_addr_modal .c-model-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.modal-popup_shipping_addr_modal .c-model-leftarea {
  float: left;
  width: 40%;
  height: 325px;
  overflow-y: auto;
}
.modal-popup_shipping_addr_modal .c-model-leftarea input {
  margin: 5px;
  float: left;
}
.modal-popup_shipping_addr_modal .c-model-leftarea-address p {
  color: #164b81 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: left !important;
  font-weight: normal !important;
}
.modal-popup_shipping_addr_modal .c-model-leftarea-address p {
  width: 90%;
  float: right;
  color: #164b81;
}
.modal-popup_shipping_addr_modal .c-model-address-area {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.modal-popup_shipping_addr_modal .c-model-address-area::before,
.modal-popup_shipping_addr_modal .c-model-address-area::after {
  content: "";
  display: block;
  clear: both;
}
.modal-popup_shipping_addr_modal .c-model-rightarea {
  width: 56%;
  float: right;
}
.modal-popup_shipping_addr_modal .c-model-rightarea div {
  display: block;
  margin-bottom: 10px;
  line-height: 38px;
  font-size: 16px;
}
.modal-popup_shipping_addr_modal .c-model-rightarea div::before,
.modal-popup_shipping_addr_modal .c-model-rightarea div::after {
  content: "";
  display: block;
  clear: both;
}
.modal-popup_shipping_addr_modal .c-model-rightarea div.mage-error {
  width: 68%;
  float: right;
  padding: 0 !important;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}
.c-model-rightarea div span {
  color: red;
}
.modal-popup_shipping_addr_modal .c-model-rightarea div input {
  height: 38px;
  padding: 5px 10px !important;
  box-sizing: border-box;
  line-height: 38px;
  width: 68%;
  font-size: 14px !important;
  border: 1px solid #ccc;
  float: right;
}
.c-model-rightarea div select {
  height: 38px;
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 22px;
  width: 68%;
  font-size: 14px;
  border: 1px solid #ccc;
  float: right;
  color: #000 !important;
}
.modal-popup_shipping_addr_modal .btn-group {
  display: block;
  clear: both;
  padding: 20px !important;
}
.modal-popup_shipping_addr_modal .changeaddress .upload.add-new-address,
.modal-popup_shipping_addr_modal .changeaddress .upload.update-info {
  width: 100px;
  border: 1px solid #385c80;
  background: #ffffff;
  color: #385c80;
  font-size: 18px;
  padding: 8px;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 0;
}
.fl-Right {
  float: right;
}
.qtytext {
  color: #cf0202;
}
.prod-qty {
  font-size: 12px;
}
a.closeModal.closeShippingModal {
  color: #fff !important;
  top: 10px !important;
  right: 20px !important;
}
.modal-popup_shipping_addr_modal .popupBg .popupBgcont {
  height: 90vh;
}
/*===Loader==============================*/
.modal-popup.modal-popup__stim_loader_alert,
.modal-popup.modal-popup__tae_loader_alert,
.modal-popup.modal-popup__vertiflex_loader_alert {
  background: #7b7b7beb;
}
.modal-popup__stim_loader_alert .page-loader,
.modal-popup__tae_loader_alert .page-loader,
.modal-popup__vertiflex_loader_alert .page-loader {
  width: 560px;
  min-height: 230px;
  margin: 0 auto;
  text-align: center;
  background: #00152a;
  padding: 10px;
  position: relative;
}
.modal-popup__stim_loader_alert .page-loader h2,
.modal-popup__tae_loader_alert .page-loader h2,
.modal-popup__vertiflex_loader_alert .page-loader h2 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 20px;
}
.modal-popup__stim_loader_alert .popupBg,
.modal-popup__tae_loader_alert .popupBg,
.modal-popup__vertiflex_loader_alert .popupBg {
  display: flex;
  align-items: center;
}
.modal-popup__stim_loader_alert .modal-inner-wrap,
.modal-popup__tae_loader_alert .modal-inner-wrap,
.modal-popup__vertiflex_loader_alert .modal-inner-wrap {
  max-height: 100%;
  height: 100%;
  margin: 0 !important;
  width: 100%;
}
.loadimage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 152px;
  margin: 50px auto 0;
  height: 152px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.renderingtext {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 152px;
  margin: 110px auto 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  z-index: 9;
}
.approval-details-cont.method {
  text-align: center;
  padding: 50px 0 0;
}
.approval-details-cont.method label {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.approval-details-cont.method label:last-child {
  color: #fe0404;
}
.closeShippingMethodModal {
  font-size: 24px !important;
  top: 5px !important;
  right: 12px !important;
}
/*=====09-02-21========================*/
.shipping-address-area,
.shipping-method-area {
  padding: 10px 5px;
  min-height: 50px;
  text-align: center;
  position: relative;
  color: #04407a;
}
.shipping-address-area h4,
.shipping-method-area h4 {
  font-size: 16px;
  color: #fa3142;
  font-family: "SST Italic";
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
.shipping-address-area h5,
.shipping-method-area h5 {
  font-size: 14px;
  color: #04407a;
  font-family: "SST Roman";
  margin-bottom: 10px;
  font-weight: normal;
}
.shipping-address-area p,
.shipping-method-area p {
  font-size: 14px;
  color: #04407a;
  font-family: "SST Roman";
  margin-bottom: 10px;
}
.shipping-address-area p a,
.shipping-method-area p a {
  font-size: 14px;
  font-family: "SST Medium";
  color: #04407a;
}
.shipping-address-area img,
.shipping-method-area img {
  vertical-align: middle;
  margin-right: 6px;
}
.shipping-address-area a.edit,
.shipping-method-area a.edit {
  float: right;
  font-size: 14px;
  font-family: "SST Medium";
  text-transform: uppercase;
  text-decoration: underline;
  color: #fa3142;
  position: absolute;
  right: 10px;
  top: 9px;
}
.shipping-address-area .italic,
.shipping-method-area .italic {
  font-family: "SST Italic";
}
.split-item .box1-2 {
  border-top: 1px solid #c9c9c9;
}
/*---------------Split dropdown-------------*/
.tae-event-adminapproval .approvalboxarea .box1-2 ul li {
  width: 112px;
}
.tae-event-adminapproval .approvalboxarea .box1-2 ul li h3 {
  height: 40px;
  display: flex;
  align-items: center;
}
.tae-event-adminapproval .approvqutyarea.item-qty {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/aprrovedown.png) no-repeat 94% 50%;
}
/*===============================Custome Select box=========================*/
.print-split-options {
  width: 112px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 3px 0 0;
  border-radius: 4px;
  border: 0;
  list-style: none;
  position: relative;
  font-family: "SST Roman";
}
.print-split-options {
  width: 210px !important;
  line-height: 15px;
  margin-top: -19px !important;
}
.print-split-options li {
  text-align: left;
  text-align-last: left;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  z-index: 2;
  cursor: pointer;
  padding: 0 5px !important;
  font-size: 11px !important;
}
.print-split-options li:not(.init) {
  width: 100%;
  display: none;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  min-height: 31px;
  line-height: 16px !important;
  padding: 6px 14px !important;
}
.print-split-options li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.print-split-options li:first-child {
  border-top: 1px solid #e2e2e2;
}
.print-split-options li:not(.init):hover,
.print-split-options ul li.selected:not(.init) {
  background: #d6e5fc;
}
.print-split-options li.init {
  cursor: pointer;
}
/*----------------------------*/
.greentext {
  color: #428909 !important;
  font-family: "SST Medium" !important;
}
.noborder {
  border: 0 !important;
}
.adminapprovalpadding {
  padding: 6px 0 0px;
}
.adminapprovaltoppadding {
  padding: 8px 0 0px;
}
.nopadding {
  padding: 0 !important;
}
.box1half {
  border: 1px solid #c9c9c9;
  width: 49.6%;
  padding: 6px;
  margin-right: 0px;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.box1half.leftmargin {
  margin-left: 6px;
  float: right;
}
.shipingrightbox2area:last-child {
  border-bottom: 0;
}
/*==============adminapproval/event======================*/
.approvalboxarea .box1-2 {
  width: 66%;
  padding: 6px;
  margin-right: 6px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  display: flex;
}
.approvalboxarea .box1-2 h2 {
  font-family: "SST Medium Italic";
  font-size: 16px;
  text-align: center;
  color: #f80e28;
  margin: 0;
}
.approvalboxarea .box1-2 p {
  font-family: "SST Medium";
  color: #999b9a;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}
.approvalboxarea .box1-2 ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.approvalboxarea .box1-2 ul li {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0 12px;
  margin-bottom: 20px;
}
.approvalboxarea .box1-2 ul li img {
  margin-bottom: 8px;
}
.approvalboxarea .box1-2 ul li h3 {
  font-size: 12px;
  color: #1c5180;
  margin: 0 0 8px;
}
.approvalboxarea .box1-2 ul li .approvqutyarea {
  color: #dd435a;
  font-size: 12px;
  margin-bottom: 16px;
}
.approvalboxarea .box1-2 ul li .approvamountarea {
  color: #4e4e4e;
  font-size: 12px;
  font-family: "SST Italic";
}
.print.approvalbottomboxarea {
  background: #fff;
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  padding: 15px;
}
.print.approvalbottomboxarea::before,
.print.approvalbottomboxarea::after {
  content: "";
  display: block;
  clear: both;
}
.estimatemailrightarea {
  width: 34%;
  float: right;
}
.estimatemailrightarea .totalamountarea {
  padding-left: 30px;
}
.print_bottom_info {
  width: 31%;
  margin-right: 6px;
  color: #000;
}
.print_bottom_textarea {
  width: 35%;
  margin-right: 6px;
  height: auto;
}
.print_bottom_textarea textarea {
  height: 85px;
  resize: none;
}
.approvalboxarea .box3 {
  width: 34%;
  background: #fff;
}
.print_bottom_info p {
  margin-bottom: 5px;
  line-height: 15px;
  color: red;
  font-weight: 600;
  font-size: 12px;
}
.approvalboxarea .estimatemailrightarea .totalamountarea ul {
  margin: 0px 0 0;
}
.approvalboxarea .estimatemailrightarea .totalamountarea ul li {
  color: #c20e1f;
  font-size: 14px;
  font-family: "SST Bold Italic";
}
.approvalboxarea .estimatemailrightarea .totalamountarea ul li span {
  color: #c20e1f;
  font-size: 14px;
  font-family: "SST Bold";
}
.estimatemailrightarea .envelope_print_optionarea {
  margin: 0 auto;
  float: none;
  border: 1px solid #e9e9e9;
  margin-top: 14px;
}
/*=============================*/
/*===============================Custome Select box=========================*/
.select-approve-options {
  width: 282px !important;
  line-height: 15px;
  margin-top: 0px !important;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  color: #000;
  padding: 0px;
  box-sizing: border-box;
  margin: 3px 0 0;
  border-radius: 4px;
  border: 0;
  list-style: none;
  position: relative;
  font-family: "SST Roman";
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/aprrovedown.png) no-repeat 94% 50%;
}
.select-approve-options li {
  text-align: left;
  text-align-last: left;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  z-index: 2;
  cursor: pointer;
  padding: 0 5px !important;
  font-size: 12px !important;
}
.select-approve-options li:not(.init) {
  width: 100%;
  display: none;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  min-height: 34px;
  line-height: 16px !important;
  padding: 6px 14px !important;
}
.select-approve-options li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.select-approve-options li:first-child {
  border-top: 1px solid #e2e2e2;
}
.select-approve-options li:not(.init):hover,
.select-approve-options ul li.selected:not(.init) {
  background: #d6e5fc;
}
.select-approve-options li.init {
  cursor: pointer;
}
/*=================================================*/
input.update-qty-box {
  text-align: center;
}
.border textarea {
  border: 0;
  resize: none;
  padding: 20px 0 10px;
  text-align: CENTER;
}
.modal-popup__tae_info_alert .popfooterarea {
  display: flex;
  justify-content: space-between;
}
.modal-popup__tae_info_alert .popupbox .popcontarea {
  padding: 15px 15px 15px !important;
}
span.update-qty-check {
  width: 18px;
  height: 18px;
  border: 1px solid #14bb00;
  line-height: 17px;
  display: inline-block;
  margin: 3px;
  color: #14bb00;
}
span.update-qty-cancel {
  width: 18px;
  height: 18px;
  border: 1px solid #fa3142;
  line-height: 17px;
  display: inline-block;
  margin: 3px;
  color: #fa3142;
}
.rank-design > tr > td {
  word-break: break-all;
}
.adminapprovetab {
  display: flex;
  justify-content: space-between;
  background: #e9f2f7;
  /*margin-left: -1px;
      margin-right: -1px;*/
}
.adminapprovetab::before,
.adminapprovetab::after {
  content: '';
  display: block;
  clear: both;
}
.adminapprovetab a {
  background: #e9f2f7;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 14px;
  transition: 0.3s;
  font-size: 11px;
  line-height: 16px;
  color: #677075 !important;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'SST Roman';
  text-decoration: none !important;
}
.adminapprovetab a.active {
  background-color: #c8cccf;
  color: #5c6063;
  text-decoration: none;
}
.adminapprovetabwrapper {
  border: 1px solid #c2c2c2;
  /*height: 100px;
   width: 410px;
   margin: 0 auto;*/
}
.adminapprovetabarea {
  padding: 0px;
  background: #fff;
  line-height: 0;
}
.adminapprovetabarea h3,
.adminapprovetabarea p {
  font-size: 12px;
  margin: 0;
  color: #9a9a9a;
  margin-bottom: 0;
  line-height: 10px;
}
.print_bottom_textarea textarea {
  height: 72px;
  resize: none;
  border: 0;
}
/*=========Materials Events Page 31-05-21===================*/
.materialsBG {
  /*background: url(../../frontend/UEG/Bsn/en_US/images/materialsBG.jpg) no-repeat center 0;*/
  background-size: cover;
  min-height: 780px;
}
.materials_heading {
  text-align: center;
  color: #c3040c;
  font-size: 16px;
  padding: 20px 0 0;
  line-height: 18px;
  max-width: 1010px;
  margin: 0 auto;
  font-family: 'SST Italic';
}
.materialswrapper {
  margin-top: 26px;
}
.materialswrapper h2 {
  margin: 0;
  font-family: 'SST Italic';
  font-style: italic;
  color: #c3040c;
  font-size: 17px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 4px solid #003c72;
  text-align: center;
}
.materialslistarea::before,
.materialslistarea::after {
  content: '';
  clear: both;
  display: block;
}
.materialslistarea ul {
  padding: 0;
  margin: 0 0 35px;
}
.materialslistarea ul li {
  padding: 0 15px;
  margin: 0 5px;
  display: inline-block;
  width: 175px;
  text-align: center;
  vertical-align: top;
}
.materialslistarea ul li:last-child {
  padding: 0 0px;
  margin: 0 5px;
  display: inline-block;
  width: 175px;
  text-align: center;
  vertical-align: top;
}
.materialslistarea ul li input[type='number'] {
  border: 1px solid #003c72;
  height: 26px;
  width: 72px;
  margin: 0 auto;
  color: #c3030e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.materialslistarearight::before,
.materialslistarea::after {
  content: '';
  clear: both;
  display: block;
}
.materialslistarearight ul {
  padding: 0;
  margin: 0;
}
.materialslistarearight ul li {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  width: 270px;
  text-align: center;
  vertical-align: top;
}
.materialslistarearight ul li input[type='number'] {
  border: 1px solid #003c72;
  height: 26px;
  width: 72px;
  margin: 0 auto;
  color: #c3030e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.materialslistarearight ul li h3 {
  padding: 0 50px;
}
.materialslistarearight ul li p {
  padding: 0 12px;
}
.materialslistarearight ul li:last-child p {
  padding: 0 50px;
}
.materialheadingh3area {
  min-height: 60px;
}
.materialswrapper h3 {
  padding: 0px;
  margin: 0;
  font-family: 'SST Roman';
  font-weight: normal;
  text-transform: uppercase;
  color: #0c4173;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 0;
}
.materialswrapper p span {
  font-family: 'SST Roman';
  color: #fe0410;
  font-size: 12px;
}
.materialswrapper p {
  font-family: 'SST Italic';
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
}
.materialswrapper::before,
.materialswrapper::after {
  content: '';
  clear: both;
  display: block;
}
.materialsleftarea {
  float: left;
  margin: 0 27px;
  width: 46%;
}
.materialsrightarea {
  float: right;
  margin: 0 0 0 27px;
  width: 46%;
}
.materialradiosection {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1255a6;
  font-size: 20px;
}
.materialradiosection input[type="radio"] {
  margin-left: 16px;
  margin-right: 5px;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  outline: none;
  box-shadow: 0 0 0 1px #848484;
  position: relative;
}
.materialradiosection input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  outline: none;
  box-shadow: 0 0 0 1px #848484;
}
.materialradiosection input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #0473ff;
}
.materialradiosection input[type="radio"]:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 6px;
}
.materialradiosection input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0473ff;
}
/*===================summary 23-06-21========================*/
.tae-event-newsummary .page-main .page-main,
.tae-event-newsummary1 .page-main .page-main {
  margin-top: 0;
}
.tae-event-newsummary .page-main,
.tae-event-newsummary1 .page-main {
  margin-top: 42px;
}
.summary-2top {
  background: #f3f0dd;
  padding: 5px 0;
  margin: 6px 0;
}
.summary-2top::before,
.summary-2top::after {
  content: '';
  display: block;
  clear: both;
}
.summary-2top thead {
  background: transparent;
  border: 0;
  color: #908a72;
}
.summary-2top thead th {
  padding: 0;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
}
.summary-selectarea {
  margin: 0px 0 6px;
}
.summary-selectarea::before,
.summary-selectarea::after {
  content: '';
  display: block;
  clear: both;
}
.summary-selectarea tr td:first-child {
  padding: 0;
}
.eventorderoptionarea {
  background: #dedfe1;
  padding: 12px 20px;
}
.red-sumtext {
  color: #fd0119 !important;
}
.newsummaryscreen_headingarea {
  background: #135587;
}
.newsummaryscreen_headingarea::before,
.newsummaryscreen_headingarea::after {
  content: '';
  display: block;
  clear: both;
}
.newsummaryscreen_headingarea {
  position: relative;
  overflow-x: hidden;
  background: #135587;
  min-height: 50px;
  padding: 6px 0;
}
.newsummaryscreen_headingarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.newsummaryscreen_headingarea ul li {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  color: #fff;
  float: left;
  vertical-align: top;
  text-transform: uppercase;
}
.newsummaryscreen1a {
  width: 65px;
  text-align: center;
  margin-top: 8px;
  /* display: flex; align-items: center; justify-content: center;*/
}
.newsummaryscreen1b {
  width: 65px;
  text-align: center;
  margin-top: 10px;
}
.newsummaryscreen1 {
  width: 80px;
  text-align: center;
}
.newsummaryscreen2 {
  width: 70px;
  text-align: center;
  padding-top: 6px !important;
}
.newsummaryscreen3 {
  width: 95px;
  text-align: center;
}
.newsummaryscreen4 {
  width: 101px;
  text-align: left;
  margin-left: 0px;
}
.newsummaryscreen5 {
  width: 130px;
  text-align: center;
}
.newsummaryscreen6 {
  width: 115px;
  text-align: center;
}
.newsummaryscreen6 a {
  line-height: 26px;
}
.newsummaryscreen7 {
  width: 195px;
  text-align: center;
}
.newsummaryscreen8 {
  width: 138px;
  text-align: left;
  margin-left: 20px;
  padding-right: 10px !important;
}
.newsummaryscreen9 {
  width: 70px;
  text-align: center;
}
.newsummaryscreen10 {
  width: 68px;
  text-align: center;
}
.newsummaryscreen10.stim-print {
  width: 170px;
}
.newsummaryscreen10.vertiflex-print {
  width: 170px;
}
.newsummaryscreen11 {
  width: 588px;
  text-align: center;
}
.newsummaryscreen12 {
  width: 210px;
  padding: 10px 20px 0 !important;
  text-align: center;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: -2px;
}
.newsummaryscreen12 p {
  letter-spacing: normal;
  font-size: 12px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsummaryscreen13 {
  width: 314px;
  padding: 20px 150px 20px 10px !important;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
}
.newsummaryscreen_headingarea ul li.newsummaryscreen1a {
  margin-top: 0px;
  /* display: flex; align-items: center; justify-content: center;*/
}
.newsummaryscreen_headingarea ul li.newsummaryscreen1b {
  margin-top: 0px;
}
.newsummaryscreen_headingarea ul li.newsummaryscreen2 {
  padding-top: 0px !important;
}
.socialitemlinkcopy li.newsummaryscreen8 {
  text-align: center !important;
  display: flex;
  width: 500px;
  float: none;
  margin-left: 374px;
}
.socialitemlinkcopy li.newsummaryscreen8 span.service-heading {
  width: 256px;
  text-align: left;
}
.newsummary_table.socialitemlinkcopy {
  margin: 8px 0;
}
.socialitemlinkcopy .newsummaryscreen_bodyarea {
  max-width: 1071px;
  padding: 10px 0 18px;
}
.newsummary_table.socialitemlinkcopy ul {
  display: block;
  justify-content: center;
}
span.copy {
  background: #003b71;
  color: #fff !important;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 8px;
  line-height: 16px;
  font-weight: 400 !important;
  margin-bottom: 5px;
  cursor: pointer;
}
.socialitemlinkcopy .social_wrapper {
  margin-bottom: 0px;
  padding-left: 67px;
}
.socialitemlinkcopy .facebook_wrapper {
  margin-bottom: 0px;
  padding-left: 67px;
}
.socialitemlinkcopy .instagram_wrapper {
  margin-bottom: 0px;
  padding-left: 67px;
}
.newsummaryscreen_bodyarea {
  background: #e8f3f7;
  margin-bottom: 0px;
  min-height: 30px;
  padding: 0;
}
.newsummaryscreen_bodyarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.newsummaryscreen_bodyarea ul li {
  padding: 4px 0 4px;
  margin-bottom: 0;
  list-style: none;
  color: #22608f;
  vertical-align: top;
  float: left;
}
.newsummaryscreen_bodyarea ul li a {
  color: #22608f;
  text-decoration: underline;
}
.newsummaryscreen_bodyarea ul li.floatleft {
  text-align: left !important;
}
.newsummaryscreen_bodyarea::before,
.newsummaryscreen_bodyarea::after {
  content: '';
  display: block;
  clear: both;
}
.newsummaryscreen_bodyarea ul li.needhelptext {
  color: #e20723;
}
.newsummaryscreen_bodyarea ul li.needhelptext a {
  color: #fa0516;
  text-decoration: none;
}
.newsummaryscrservicearea {
  background: #f3f0dd;
  padding: 5px;
  border: 2px solid #c5cdd0;
  margin: 5px 0 9px;
}
.newsummaryscrservice1stmailing {
  color: #000;
  text-transform: uppercase;
}
.newsummaryscrservicearriving {
  color: #fa0516;
}
.newsummaryscrservicefirstclass {
  color: #27628e;
}
.newsummaryscreennotes {
  color: #fa0516 !important;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 4px;
}
.newsummaryscreennotes a {
  color: #fa0516 !important;
  font-weight: 600;
}
.newsummaryscreenenvelopenotes {
  color: #fa0516 !important;
  padding-top: 4px;
  font-weight: 600;
}
.newsummaryscreen_bodyfilereadyarea {
  background: #ebf6e6;
  margin-bottom: 6px;
  min-height: 30px;
  padding: 0;
}
.newsummaryscreen_bodyfilereadyarea:last-child {
  margin-bottom: 0;
}
.stim-event-summary .newsummaryscreen_bodyfilereadyarea {
  margin-bottom: 0px;
}
.vertiflex-event-summary .newsummaryscreen_bodyfilereadyarea {
  margin-bottom: 0px;
}
.stim-event-newsummary .newsummaryscreen_bodyfilereadyarea {
  margin-bottom: 0px;
}
.vertiflex-event-newsummary .newsummaryscreen_bodyfilereadyarea {
  margin-bottom: 0px;
}
.newsummaryscreen_bodyfilereadyarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.newsummaryscreen_bodyfilereadyarea ul li {
  padding: 4px 0 4px;
  margin-bottom: 0;
  list-style: none;
  color: #22608f;
  vertical-align: top;
  float: left;
}
.newsummaryscreen_bodyfilereadyarea ul li a {
  color: #22608f;
  text-decoration: underline;
}
li.newsummaryscreen12.needhelptext a {
  display: block;
  width: 100%;
}
.newsummaryscreen_bodyfilereadyarea::before,
.newsummaryscreen_bodyfilereadyarea::after {
  content: '';
  display: block;
  clear: both;
}
.newsummaryscreen_bodyfilereadyarea ul li.summarygreentext {
  color: #389b27;
  font-weight: normal;
}
.newsummaryscreen_bodyfilereadyarea ul li.summarygreentext a {
  color: #389b27;
  text-decoration: underline;
}
.newsummaryscreen_bodyfilereadyarea ul li.floatleft {
  text-align: left !important;
}
a.edit-img {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/editicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
/*=============28-06-21=================*/
.newsummaryscreenpop1 input[type="checkbox"],
.newsummaryscreen1a input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  background: #fff;
}
.newsummaryscreenpop1 input[type="checkbox"]:before,
.newsummaryscreen1a input[type="checkbox"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.newsummaryscreenpop1 input[type="checkbox"]:checked:before,
.newsummaryscreen1a input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.newsummaryscreenpop1 input[type="checkbox"]:after,
.newsummaryscreen1a input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.newsummaryscreenpop1 input[type="checkbox"]:checked:after,
.newsummaryscreen1a input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*==================*/
.newsummaryscreen1b input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  background: #fff;
}
.newsummaryscreen1b input[type="checkbox"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.newsummaryscreen1b input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.newsummaryscreen1b input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.newsummaryscreen1b input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.popheaderarea a.mail_note_close,
.popheaderarea a.envelope_note_close,
.popheaderarea a.drletter_note_close,
.popheaderarea a.edit_close,
.popheaderarea a.secondmail_note_close,
.popheaderarea span.close_popup {
  position: absolute;
  right: 20px;
  top: 18px;
  font-weight: 600;
  color: #ab0303;
  text-decoration: none;
  cursor: pointer;
}
#training_sch a.login_close {
  display: block;
  text-align: center;
  height: 10px;
  color: #ab0303;
  border-radius: 5px;
  margin: 0 16px 20px;
  font-size: 18px;
}
.popfootearrea {
  min-height: 50px;
  border-top: 1px solid #e5e5e5;
  padding: 20px 15px;
  position: relative;
}
.popfootearrea a.edit_close,
.popfootearrea a.mail_note_close,
.popfootearrea a.drletter_note_close,
.popfootearrea a.envelope_note_close,
.popfootearrea a.secondmail_note_close,
.popfootearrea a.close_popup {
  position: absolute;
  right: 20px;
  top: 18px;
  font-weight: 600;
  color: #ab0303;
  text-decoration: none;
}
.newsummaryscreenletternotes {
  cursor: pointer;
}
.newsummaryscreenenvelopenotes {
  cursor: pointer;
}
.popupbox .popcontarea {
  min-height: 100px;
}
.print-popup.cls_newsummary {
  padding: 12px 2px 5px;
}
.print-popup.cls_newsummary .regBtn {
  margin-top: 5px;
}
.print-popup.cls_newsummary textarea#event_notes {
  height: 200px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #dadada !important;
}
.note_popheader {
  text-transform: uppercase;
}
/*===============01-07-21===============*/
.newsummaryscreenpop_headingarea::before,
.newsummaryscreenpop_headingarea::after {
  content: '';
  display: block;
  clear: both;
}
.newsummaryscreenpop_headingarea {
  position: relative;
  overflow-x: hidden;
  background: #135587;
  padding: 10px 0;
}
.newsummaryscreenpop_headingarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.newsummaryscreenpop_headingarea ul li {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  color: #fff;
  float: left;
  vertical-align: top;
  text-transform: uppercase;
}
.newsummaryscreenpop_bodyarea::before,
.newsummaryscreenpop_bodyarea::after {
  content: '';
  display: block;
  clear: both;
}
.newsummaryscreenpop_bodyarea {
  position: relative;
  overflow-x: hidden;
  padding: 10px 0;
  border: 1px solid #dcdcdc;
  border-top: 0px;
}
.newsummaryscreenpop_bodyarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.newsummaryscreenpop_bodyarea ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  float: left;
  vertical-align: top;
}
.newsummaryscreenpop_bodyarea ul li input {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.newsummaryscreenpop_bodyarea:nth-child(even) {
  background: #f5f5f5;
}
.edit_new_email_campaign_items .popupbox .popcontarea {
  overflow: auto;
}
.edit_new_email_campaign_items .newsummaryscreenpop_headingarea {
  width: 800px;
}
.edit_new_email_campaign_items .newsummaryscreenpop_bodyarea {
  width: 800px;
}
.newsummaryscreenpop1 {
  width: 10%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop2 {
  width: 10%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop3 {
  width: 18%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop4 {
  width: 15%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop5 {
  width: 15%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop5a {
  width: 12%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop6 {
  width: 10%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop7 {
  width: 10%;
  text-align: center;
  padding: 0 5px !important;
}
.newsummaryscreenpop8 {
  width: 300px;
  text-align: left;
  padding: 0 5px !important;
}
.modal-popup.modal-popup_tae_order_item_popup .modal-inner-wrap {
  width: 100%;
}
.modal-popup_tae_order_item_popup .popupbox {
  width: 1090px;
  position: relative;
}
.modal-popup_tae_order_item_popup .popupbox h2 {
  text-transform: uppercase;
}
.image-file-upload {
  background: url(../../frontend/UEG/Bsn/en_US/images/imgbrowse.png) no-repeat 0 50%;
  cursor: pointer;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: left;
}
.pdf-file-upload {
  background: url(../../frontend/UEG/Bsn/en_US/images/pdf.png) no-repeat 0 50%;
  cursor: pointer;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: left;
}
.newsummaryscreenpop6 a.remove-item {
  display: block;
  line-height: 10px;
}
.modal-popup_tae_order_item_popup .popup-add-to-cart {
  background: #83af35 !important;
  font-family: 'SST Medium';
  font-size: 20px !important;
  color: #fff !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 15px !important;
  outline: none;
  border: 0px !important;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 500;
  width: 100px !important;
  text-align: center;
  text-decoration: none;
}
.modal-popup_tae_order_item_popup a.popfileuploadBtn.uploadListSuccBtn {
  background: #83af35 !important;
  font-family: 'SST Medium';
  font-size: 20px !important;
  color: #fff !important;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 0px 15px !important;
  outline: none;
  border: 0px !important;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 500;
  width: 160px !important;
  text-decoration: none;
}
.modal-popup_tae_order_item_popup .approvefilearea {
  display: flex;
  margin-top: 0;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}
.modal-popup_tae_order_item_popup .edit-mail-item {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.modal-popup_tae_order_item_popup .paddingpop.redtext.after-upload-msg {
  text-align: center;
  padding: 0;
}
.modal-popup_tae_order_item_popup .show-for-doc {
  text-align: center;
  padding: 10px 10px 10px 30px;
  color: #fa181a;
  line-height: 28px;
}
.modal-popup_tae_order_item_popup .edit-mail-item .approvefileleftarea {
  width: 255px;
  font-size: 15px;
  color: #7d7d7d;
  text-align: center;
  display: flex;
  align-items: center;
}
.modal-popup_tae_order_item_popup .edit-mail-item .uploadBtn {
  margin-top: 0;
  margin-right: 20px;
  width: 200px;
}
.modal-popup_tae_order_item_popup .edit-mail-item .textcenteralign {
  text-align: left;
  width: 100%;
}
.modal-popup_tae_order_item_popup .edit-mail-item .textcenteralign a.uploadFileEditBtn {
  line-height: 15px;
}
.modal-popup_tae_order_item_popup .edit-mail-item .cls_reupload_btn {
  display: flex;
  margin-left: 20px;
}
.modal-popup_tae_order_item_popup .edit-mail-item .cls_reupload_btn.cls_overlay {
  position: relative;
}
.modal-popup_tae_order_item_popup .edit-mail-item .cls_reupload_btn.cls_overlay::before {
  content: '';
  display: block;
  opacity: .5;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
  height: 42px;
}
.modal-popup_tae_order_item_popup .popfooterarea {
  border-top: 0px;
}
.modal-popup_tae_order_item_popup .tot-excel-qty {
  display: flex;
  align-items: center;
  color: #fa181a;
}
.modal-popup_tae_order_item_popup .tot-excel-qty input {
  width: 84px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #f72020;
  font-family: "SST Roman";
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-popup_tae_order_item_popup .tot-excel-qty input::-webkit-input-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.modal-popup_tae_order_item_popup .tot-excel-qty input::-moz-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.modal-popup_tae_order_item_popup .tot-excel-qty input::-ms-input-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.modal-popup_tae_order_item_popup .edit-mail-item .UploadedFile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal-popup_tae_order_item_popup form#mail_after_upload_list_form .show-for-excel {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  margin-right: 20px;
}
.modal-popup_tae_order_item_popup .after-upload-msg {
  margin-right: 18px;
}
.newsummaryscreenpop_wrapper {
  position: relative;
}
/*--------------20-06-23--------------*/
body.tae-event-summary .modal-popup_tae_order_item_popup.mail-campaign-popup {
  width: 1200px;
  margin: auto;
}
body.tae-event-summary .modal-popup_tae_order_item_popup.mail-campaign-popup .popupbox {
  width: 100%;
  position: relative;
}
body.tae-event-summary .modal-popup_tae_order_item_popup.mail-campaign-popup .modal-inner-wrap {
  width: 100%;
}
body.tae-event-summary .modal-popup_tae_order_item_popup.mail-campaign-popup .marketingleftarea {
  width: 30%;
}
body.tae-event-summary .modal-popup_tae_order_item_popup.mail-campaign-popup .marketingrightarea {
  width: 70%;
}
/*----------20-06-23--------*/
.modal-popup_tae_order_item_popup a.cancel_order {
  z-index: 9;
}
.add-material-popup {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 54px;
}
.with-dupli-enable .add-material-popup {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 82px;
}
.add-material-popup a {
  background: #83af35 !important;
  font-family: "SST Condensed";
  font-size: 20px !important;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 15px !important;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 400;
  width: 150px !important;
  float: right;
  display: inline-block;
  text-decoration: none;
}
.add-order-item-wrapper {
  position: relative;
}
.add-order-item-wrapper a.hide-order-wrapper {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9;
  /*background: #f5f5f5;*/
  border-radius: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.add-order-item-wrapper a.hide-order-wrapper img {
  display: none;
}
.add-order-item-wrapper a.hide-order-wrapper::before {
  content: '';
  color: #616161;
  font-size: 22px;
  font-weight: 600;
  background: url(../../frontend/UEG/Bsn/en_US/images/closewhite.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  display: block;
  margin: 10px;
}
.firstmail_method,
.firstmail_arrive_cal1,
.firstmail_arrive_cal2,
.firstmail_date_cal,
.secondmail_method,
.secondmail_arrive_cal1,
.secondmail_arrive_cal2,
.secondmail_date_cal {
  cursor: pointer;
  text-decoration: underline;
}
.modal-popup_tae-summary-date-popup .popupselectcontinueBtn,
.modal-popup_tae-mailer_type-popup .popupselectcontinueBtn {
  background: #83af35 !important;
  font-family: "SST Condensed";
  font-size: 20px !important;
  color: #fff;
  margin: 0px auto;
  margin-bottom: 10px;
  padding: 0px 15px !important;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 400;
  width: 100px !important;
  display: inline-block;
  text-decoration: none;
}
.modal-popup_tae-summary-date-popup .popupbox .popheaderarea,
.modal-popup_tae-mailer_type-popup .popupbox .popheaderarea {
  text-transform: uppercase;
}
.modal-popup_tae-summary-date-popup .next,
.modal-popup_tae-mailer_type-popup .next {
  background-position: 80% 50% !important;
}
.modal-popup_tae-summary-date-popup .prev,
.modal-popup_tae-mailer_type-popup .prev {
  background-position: 20% 50% !important;
}
.modal-popup_tae-summary-date-popup .datepicker-days .active,
.modal-popup_tae-mailer_type-popup .datepicker-days .active {
  background: #519af8 !important;
  color: #fff !important;
}
.text-green {
  color: #8cc722;
}
.opacityarea-inactive::before {
  background: #fff;
  opacity: 0.7;
  content: '';
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
}
.newsummaryscreenpop_bodyarea ul li.item-upload {
  position: relative;
  min-height: 40px;
  text-align: left;
}
.newsummaryscreenpop_bodyarea ul li .material_pdf_update {
  position: relative;
}
.newsummaryscreenpop_bodyarea ul li .material_pdf_updatelabel {
  position: absolute;
  top: 3px;
  left: 33px;
}
.newsummaryscreenpop_bodyarea ul li .material_pdf_update input[type='file'] {
  position: absolute;
  opacity: 0;
  left: 25px;
  width: 110px;
  height: 34px;
  top: 0;
}
.newsummaryscreenpop_bodyarea ul li .material_image_update {
  position: relative;
}
.newsummaryscreenpop_bodyarea ul li .material_image_update {
  position: absolute;
  top: 3px;
  left: 33px;
}
.newsummaryscreenpop_bodyarea ul li .material_image_update input[type='file'] {
  position: absolute;
  opacity: 0;
  left: 25px;
  width: 110px;
  height: 34px;
  top: 0;
}
.tae-event-newsummary .page.messages,
.tae-event-newsummary1 .page.messages {
  margin-top: 42px;
  margin-bottom: 0;
}
.popup-items-digital .add-material-popup {
  height: 50px;
  position: relative;
  top: 0;
  width: 100%;
  right: 15px;
  clear: both;
}
.popup-items-print .add-material-popup {
  height: 50px;
  position: relative;
  top: 0;
  width: 100%;
  right: 15px;
  clear: both;
}
a.popfileuploadBtn.uploadListSuccBtnSecond {
  background: #83af35 !important;
  font-family: "SST Condensed";
  font-size: 20px !important;
  color: #fff;
  margin: -5px auto 0;
  padding: 0px 15px !important;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 400;
  width: 150px !important;
  display: inline-block;
  text-decoration: none;
}
.tot-excel-qty-second {
  display: flex;
  align-items: center;
}
.tot-excel-qty-second input {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-popup_tae_closeout_confirmation_popup .popcontarea {
  min-height: 200px;
  padding: 20px;
  text-align: center;
}
.modal-popup_tae_closeout_confirmation_popup .popheaderarea {
  text-transform: uppercase;
}
.Closeoutbuttonarea {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.closeoutbuttonyes {
  padding: 0px;
  background: #71c800 !important;
  color: #fff !important;
  width: 125px;
  margin: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
}
.closeoutbuttonno {
  padding: 0px;
  background: #c60311 !important;
  color: #fff !important;
  width: 125px;
  margin: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
}
/*-------------12-07-21-------------------*/
.modal-popup_tae_order_item_popup .tot-excel-qty-second input {
  width: 84px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #f72020;
  font-family: "SST Roman";
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-popup_tae_order_item_popup .tot-excel-qty-second input::-webkit-input-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.modal-popup_tae_order_item_popup .tot-excel-qty-second input::-moz-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
.modal-popup_tae_order_item_popup .tot-excel-qty-second input::-ms-input-placeholder {
  color: #f72020 !important;
  font-size: 14px;
  font-family: "SST Italic";
  opacity: 1;
}
/*==========24-08-22======*/
.newsummary_table.upload_cleaned_mail_list {
  padding: 10px 15px 25px;
}
.newsummary_table.upload_cleaned_mail_list .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsummary_table.upload_cleaned_mail_list .container .uploadBtn {
  margin-top: 0;
  margin-right: 10px;
}
.uploadmailingbox2 {
  margin-left: 60px;
}
.newsummary_table.upload_cleaned_mail_list .container button {
  width: auto;
  padding: 0 20px;
}
aside.modal-popup.modal-popup_tae_uploadCleanedMailListFirst.modal-slide._inner-scroll._show::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: #565656c2;
  right: 0;
  bottom: 0;
}
aside.modal-popup.modal-popup_tae_uploadCleanedMailListFirst.modal-slide._inner-scroll .popfooterarea {
  margin-top: 10px;
}
aside.modal-popup.modal-popup_tae_uploadCleanedMailListSecond.modal-slide._inner-scroll._show::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: #565656c2;
  right: 0;
  bottom: 0;
}
aside.modal-popup.modal-popup_tae_uploadCleanedMailListSecond.modal-slide._inner-scroll .popfooterarea {
  margin-top: 10px;
}
.modal-popup_tae-summary-date-popup .popupbox {
  width: 100%;
}
/*.modal-popup_tae-summary-date-popup .datepicker-inline,
.modal-popup_tae-mailer_type-popup .datepicker-inline { 
  width: 100%; 
}
*/
.modal-popup_tae-summary-date-popup .popupbox .popcontarea form {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
}
.modal-popup_tae-summary-date-popup .popupbox .popcontarea .datepicker-inline {
  width: auto;
}
.modal-popup_tae-summary-date-popup h6.cal_heading {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}
.modal-popup_tae-summary-date-popup .datepicker table tr th.dow {
  font-size: 14px;
}
p.dupli-second-msg {
  text-align: center;
  color: #fd0119;
}
p.duplicate-msg-txt {
  padding: 10px 15px 0;
  margin-bottom: 0;
  color: #fd0119;
}
.popup-items-digital .virtual_flyer_upload {
  padding: 10px 15px;
}
.popup-items-digital .facebook_upload {
  padding: 0px 15px;
}
.popup-items-digital .instagram_upload {
  padding: 0px 15px 5px;
}
.popup-items-digital .add-material-popup {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 54px;
}
.additional_mailer {
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.additional_mailer .image-file-upload {
  margin-left: 15px;
  cursor: pointer;
}
.mailler_upload {
  position: relative;
  cursor: pointer;
}
.additional_mailer input[type='file'] {
  width: 150px;
  position: absolute;
  top: 11px;
  margin-left: -124px;
  opacity: 0;
}
.approvqutyarea.split-item-qty {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/aprrovedown.png) no-repeat 94% 50%;
  color: #dd435a;
  font-size: 12px;
  margin-bottom: 16px;
}
.userheading {
  padding-top: 20px;
}
.userheading h1 {
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
  font-weight: normal;
}
.map-details {
  border-top: 2px solid #fff;
}
.map-details {
  border-top: 2px solid #fff;
}
.event-admin-user .map-details table.lower-table th:last-child {
  width: 140px;
}
.po-search-form > th {
  border-right: 2px solid #fff;
  padding: 8px !important;
  border-bottom: 2px solid #fff;
  font-weight: bold !important;
  background: #f3f0dd !important;
}
.search-form input[type='text'],
.search-form select,
.customer-rows select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #145587 !important;
  border-radius: 0;
  margin-bottom: 0px;
  max-width: 200px;
}
.pagination a {
  color: black;
  float: left;
  padding: 0px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #0a3b71;
  margin: 0 4px;
  cursor: pointer;
}
.pagination a.active {
  background-color: #0a3b71;
  color: white;
  border: 1px solid #0a3b71;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.clickDisable {
  pointer-events: none;
}
.userrightarea {
  float: right;
}
.userheading h1 {
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
  font-weight: normal;
}
.userBtn {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 0px 15px;
  height: 33px;
  line-height: 33px;
  margin: 0px 0px 0px 10px;
  text-transform: uppercase;
  font-family: 'Conv_UniversLTStd-LightCn';
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  float: right;
}
.userheading {
  padding-top: 20px;
}
tr.search-form th {
  padding: 0 10px;
}
.search-form input[type='text'],
.search-form select,
.customer-rows select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #145587 !important;
  border-radius: 0;
  margin-bottom: 0px;
  max-width: 200px;
}
.search-form > th {
  border-right: 2px solid #fff;
  padding: 8px !important;
  border-bottom: 2px solid #fff;
  font-weight: bold !important;
  background: #f3f0dd;
}
.search-form > th:first-child {
  border-left: 0px solid #fff;
}
.search-form > th:last-child {
  border-right: 0px solid #fff;
}
a.link {
  cursor: pointer;
}
tr.po-search-form th {
  padding: 0 10px;
}
.po-search-form input[type='text'],
.po-search-form select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #145587 !important;
  border-radius: 0;
  margin-bottom: 0px;
  max-width: 200px;
}
.po-search-form > th {
  border-right: 2px solid #fff;
  padding: 8px !important;
  border-bottom: 2px solid #fff;
  font-weight: bold !important;
  background: #f3f0dd;
}
.po-search-form > th:first-child {
  border-left: 0px solid #fff;
}
.po-search-form > th:last-child {
  border-right: 0px solid #fff;
}
a.link {
  cursor: pointer;
}
.po-design > tr > td {
  padding: 15px 5px;
  color: #8e95a7;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-right: 2px solid #dfdfe8;
}
.po-design > tr > td:last-child {
  border-right: 0px solid #c3c3cd;
}
.poAddBtn {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff !important;
  padding: 0px 15px;
  height: 33px;
  line-height: 33px;
  margin: 0px 0px 0px 10px;
  text-transform: uppercase;
  font-family: 'SST Roman';
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  float: right;
}
.po-fprm-wrapper {
  margin: 0 auto;
  width: 760px;
  margin: 25px auto;
}
.po-fprm-wrapper h1 {
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
  font-weight: normal;
}
.po-middle-row input[type='text'],
.po-middle-row select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #145587 !important;
  border-radius: 0;
  margin-bottom: 10px;
}
.po-design input[type='text'],
.po-design select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #145587 !important;
  border-radius: 0;
  margin-bottom: 10px;
  max-width: 200px;
}
.po-middle-row {
  width: 100%;
  margin: 0px auto;
}
.po-middle-row .event-detailInputTxt {
  color: #145587 !important;
}
.po-middle-row label {
  font-size: 21px;
  color: #145587;
  padding-left: 10px;
}
.po-middle-row button {
  background: #8f95a4;
  color: #fff;
  border: 0px;
  outline: none;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-appearance: none;
  height: 42px;
  margin-top: 15px;
  border-radius: 0;
}
.last_upload_date {
  margin-left: 20px;
}
.save-url-box form {
  display: flex;
  position: relative;
}
.save-url-box div.mage-error {
  position: absolute;
  bottom: -16px;
}
.waring-fund-not-avail {
  background: #fff;
  padding: 20px;
  margin: 10px 20px;
  color: red;
  font-weight: bold;
}
.save-url-btn {
  background: #145587 !important;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 6px 10px;
  height: 32px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
}
.save-url-btn:hover {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 6px 10px;
  height: 32px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
}
.adminapprovetabarea textarea {
  border-radius: 0 !important;
}
p.virtual_url {
  color: #135587;
}
a.cancel_order {
  background: #c60311 !important;
  font-family: "SST Condensed";
  font-size: 20px !important;
  color: #fff;
  margin: 10px 0;
  padding: 0px !important;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #8a000a !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-appearance: none;
  height: 37px !important;
  line-height: 37px !important;
  font-weight: 400;
  width: 160px !important;
  text-decoration: none;
  display: block;
  text-align: center;
  position: absolute;
}
.modal-popup_tae_cancel_confirm_popup::before {
  content: '';
  display: block;
  background: #000000b8;
  width: 100%;
  height: 100%;
  position: fixed;
}
.modal-popup_tae_cancel_confirm_popup .cancel_order_buttons {
  margin-top: 50px;
}
.modal-popup_tae_cancel_confirm_popup .cancel_order_yes {
  background: #72c700 !important;
  border: 0;
  outline: none;
  color: #fff !important;
  text-transform: none;
}
.modal-popup_tae_cancel_confirm_popup .cancel_order_no {
  background: #c60311 !important;
  border: 0;
  outline: none;
  color: #fff !important;
  text-transform: none;
}
.modal-popup_tae_cancel_confirm_popup .popupbox .popheaderarea {
  text-transform: uppercase;
}
.newsummary_table .gray-background {
  background: #eaeaea;
}
/*====================19-08-21================*/
.modal-popup_tae_closeout_confirmation_popup .newradio .switcharea-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
  color: #fb3f48;
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 0 !important;
}
.modal-popup_tae_closeout_confirmation_popup .switcharea-top input[type="radio"] {
  -webkit-appearance: none;
  width: 14px;
  height: 10px;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 0 0 2px #fb3f48 !important;
  position: relative;
}
/*.modal-popup_tae_closeout_confirmation_popup .newradio .switcharea-top input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 10px;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 0 0 2px #fb3f48 !important;
}
.modal-popup_tae_closeout_confirmation_popup .newradio .switcharea-top input[type="radio"]:checked:before {
  content: "";
  display: block;

  width: 14px;
  height: 10px;
  border-radius: 0px;
  box-shadow: 0 0 0 2px #fb3f48 !important;
}*/
.modal-popup_tae_closeout_confirmation_popup .newradio .switcharea-top input[type="radio"]:after {
  content: "";
  display: block;
  width: 6px;
  height: 18px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.modal-popup_tae_closeout_confirmation_popup .newradio .switcharea-top input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 18px;
  margin: -17px 0 0 -1px;
  transform: rotate(45deg);
  border-bottom: 4px solid #13ab90 !important;
  border-right: 4px solid #13ab90 !important;
}
.modal-popup_tae_register_alert_popup::before {
  background: rgba(51, 51, 51, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.modal-popup_tae_material_upload_alert .popupbox h2.upload-heading-txt-second {
  color: #ab0303;
  font-family: 'SST Heavy Italic';
  font-size: 17px;
  text-align: center;
}
.modal-popup_tae_material_upload_alert::before,
.modal-popup_no_postage_qty_modal::before,
.modal-popup_confirm_modal::before {
  background: rgba(51, 51, 51, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.modal-popup_tae_order_item_popup .maillistcheckingarea ul li {
  text-align: left;
}
.modal-popup_tae_order_item_popup .marketingleftarea {
  width: 35%;
}
.modal-popup_tae_order_item_popup .marketingrightarea {
  width: 65%;
}
.add_new_email_campaign_items .popupbox {
  width: 550px;
  position: relative;
}
.add_new_email_campaign_items .popupbox .defaulteventdatearealeft-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.add_new_email_campaign_items .popupbox .defaulteventdatearealeft-bottom h3 {
  margin: 0;
}
.add_new_email_campaign_items .popupbox .eventcalenderarea {
  display: flex;
  color: #d90606;
  font-size: 16px;
  white-space: nowrap;
  font-family: "SST Roman";
  align-items: center;
  margin-bottom: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.add_new_email_campaign_items .popupbox .eventcalenderarea input {
  width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin: 0 0 0 0px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 16px;
  color: #003c71;
  font-family: "SST Roman";
}
.add_new_email_campaign_items .popupbox .eventcalenderarea p {
  display: block;
  width: 100%;
  text-align: center;
}
.add_new_email_campaign_items .popupbox p {
  padding-left: 0;
  color: #757575;
  font-size: 14px;
  padding-top: 0px;
  margin-bottom: 7px;
  margin-top: 15px;
}
.add_new_email_campaign_items .popupbox .containerscreen2left {
  width: 100%;
  float: none;
}
.add_new_email_campaign_items .popupbox .defaulteventdatearealeft {
  width: 100%;
  float: none;
}
.add_new_email_campaign_items .popupbox .email-camp-upload-btn {
  text-align: center;
  padding: 10px 0;
}
.add_new_email_campaign_items .popupbox .email-camp-upload-btn::before {
  content: '';
  display: block;
  clear: both;
}
.add_new_email_campaign_items .popupbox .email-camp-upload-btn::after {
  content: '';
  display: block;
  clear: both;
}
.edit_new_email_campaign_items .popupbox {
  width: 500px;
  position: relative;
}
.edit_new_email_campaign_items .popupbox .eventTitleArea {
  margin-bottom: 20px;
}
.edit_new_email_campaign_items .popupbox p {
  margin-bottom: 7px;
  margin-top: 15px;
}
.edit_new_email_campaign_items .popupbox .containerscreen2left {
  width: 100%;
  float: none;
}
.edit_new_email_campaign_items .popupbox .defaulteventdatearealeft {
  width: 100%;
  float: none;
}
.edit_new_email_campaign_items .popupbox .email-camp-upload-btn::before {
  content: '';
  display: block;
  clear: both;
}
.edit_new_email_campaign_items .popupbox .email-camp-upload-btn::after {
  content: '';
  display: block;
  clear: both;
}
.campaignmaillistheading-second {
  display: block;
  padding: 20px 0 10px;
}
.campaignmaillistheading-second::before {
  content: '';
  display: block;
  clear: both;
}
.campaignmaillistheading-second::after {
  content: '';
  display: block;
  clear: both;
}
.campaignmaillistheading {
  display: block;
  padding: 20px 0 10px;
}
.campaignmaillistheading::before {
  content: '';
  display: block;
  clear: both;
}
.campaignmaillistheading::after {
  content: '';
  display: block;
  clear: both;
}
.modal-popup_tae_order_item_popup .switcharea-top input[type="radio"] {
  margin: 5px 5px 0 0;
}
.modal-popup_tae_order_item_popup span.maillistQty {
  float: left;
}
.modal-popup_tae_order_item_popup .bootstratdatepicker {
  display: block;
}
.modal-popup_tae_order_item_popup .bootstratdatepicker::before {
  content: '';
  display: block;
  clear: both;
}
.modal-popup_tae_order_item_popup .bootstratdatepicker::after {
  content: '';
  display: block;
  clear: both;
}
.tae-event-emailcampaign .datepicker table tr td,
.tae-event-emailcampaign .datepicker table tr th {
  border-radius: 0 !important;
  border: none;
}
.tae-event-emailcampaign .bootstratdatepicker::before {
  content: '';
  display: block;
  clear: both;
}
.tae-event-emailcampaign .bootstratdatepicker::after {
  content: '';
  display: block;
  clear: both;
}
.tae-event-emailcampaign .defaulteventdatearealeft h3 {
  margin: 0 0 10px;
  padding: 0;
}
.tae-event-emailcampaign .email-camp-upload-btn {
  display: block;
  padding: 20px 0;
}
.tae-event-emailcampaign .email-camp-upload-btn .maillistQty {
  float: left;
}
.tae-event-emailcampaign .email-camp-upload-btn::before {
  content: '';
  display: block;
  clear: both;
}
.tae-event-emailcampaign .email-camp-upload-btn::after {
  content: '';
  display: block;
  clear: both;
}
.tae-event-emailcampaign .eventcalenderarea {
  display: flex;
  color: #d90606;
  font-size: 16px;
  white-space: nowrap;
  font-family: "SST Roman";
  align-items: center;
  margin-bottom: 30px;
  max-width: 1120px;
  margin: 0 auto 30px;
}
.tae-event-emailcampaign .eventcalenderarea p {
  margin: 0;
}
.tae-event-emailcampaign .eventcalenderarea input {
  width: 24px;
  height: 24px;
}
.tae-event-emailcampaign .eventcalenderarea .event_date input {
  width: 120px;
  height: 40px;
}
a.add-mail-item-pop {
  padding: 0px;
  background: #71c800;
  color: #fff;
  min-height: 40px;
  line-height: 39px;
  font-size: 12px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  display: block;
}
a.add-new-mail-campaign-pop {
  padding: 5px 15px;
  background: #71c800;
  color: #fff;
  min-height: 40px;
  line-height: 14px;
  font-size: 12px;
  font-family: 'SST Roman';
  font-weight: normal;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  display: block;
}
/*===============19-12-22 calendar==================*/
.rep_marketingcalenderarea {
  /*  .second_date_label .fc-event-title { color: #fff; }*/
}
.rep_marketingcalenderarea .fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rep_marketingcalenderarea .fc .fc-toolbar-title {
  font-size: 16px;
  margin: 0 0 8px;
  color: #c60311;
  text-transform: uppercase;
}
.rep_marketingcalenderarea .fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -2px;
}
.rep_marketingcalenderarea .fc .fc-button {
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  border-radius: 0;
  border: 0 !important;
  cursor: pointer;
  background: #1863a6;
  color: #fff;
}
.rep_marketingcalenderarea .fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.rep_marketingcalenderarea .fc-icon-chevron-right:before {
  content: "\e901";
}
.rep_marketingcalenderarea .fc-icon-chevron-left:before {
  content: "\e900";
}
.rep_marketingcalenderarea .fc-theme-standard td,
.rep_marketingcalenderarea .fc-theme-standard th {
  border: 1px solid #ddd;
  text-align: center;
}
.rep_marketingcalenderarea .fc-scroller-harness th a.fc-col-header-cell-cushion {
  font-weight: 600;
  font-size: 14px;
  color: #006bb4;
  display: inline-block;
  padding: 2px 4px;
}
.rep_marketingcalenderarea .fc th,
.rep_marketingcalenderarea .fc td {
  vertical-align: top;
  padding: 0;
  width: 14%;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 112px;
  background: #fdfdfd !important;
}
.rep_marketingcalenderarea .fc-day-sat .processingday,
.rep_marketingcalenderarea .fc-day-sat .shipping {
  background: #ccc !important;
  opacity: 0;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 112px;
  background: #fdfdfd !important;
}
.rep_marketingcalenderarea .fc-day-other .fc-daygrid-day-frame {
  background: #fff;
}
.rep_marketingcalenderarea .fc-day-sun > .fc-daygrid-day-frame {
  background: #f3f3f3 !important;
  opacity: 1;
  z-index: 9999;
}
.rep_marketingcalenderarea .fc-day-other .fc-day-future {
  background: transparent !important;
}
.rep_marketingcalenderarea .shipping .fc-event-title {
  color: #f00;
}
.rep_marketingcalenderarea .fc-day-other .fc-event-future .fc-event-title {
  /*background: transparent;*/
  /*color: #fff;*/
}
.rep_marketingcalenderarea .fc .fc-bg-event {
  opacity: 1;
}
.rep_marketingcalenderarea .fc td {
  opacity: 1 !important;
}
.rep_marketingcalenderarea .fc-h-event {
  border: transparent;
  background-color: transparent;
  height: 100%;
}
.rep_marketingcalenderarea .fc-h-event .fc-event-main {
  color: #000;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-top {
  display: block;
  text-align: center;
}
.rep_marketingcalenderarea .delivery_date .fc-event-title,
.rep_marketingcalenderarea .today .fc-event-title {
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 0;
  left: 0;
  right: 0;
  font-style: normal !important;
}
.rep_marketingcalenderarea .fc-event-title {
  bottom: 10px !important;
}
.rep_marketingcalenderarea .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: absolute;
  min-height: 100%;
  top: -1px;
  padding: 0 !important;
}
.rep_marketingcalenderarea .fc-event-title.fc-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  color: #f22136;
  font-weight: 600;
  padding: 0 20px;
  /*white-space: break-spaces;*/
  white-space: normal;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-style: italic !important;
}
.rep_marketingcalenderarea .processingday .fc-event-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: url(../../frontend/UEG/Bsn/en_US/css/images/printturnBg.png) repeat-x center center;
  font-size: 0 !important;
  height: 29px;
}
.rep_marketingcalenderarea .start_date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  color: #3b6a9c;
  padding: 0 20px;
  /* white-space: break-spaces;*/
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: bold;
}
.rep_marketingcalenderarea .start_date .fc-event-title {
  font-style: normal !important;
}
.rep_marketingcalenderarea .fc-day-sat {
  position: relative;
}
.rep_marketingcalenderarea .fc-day.fc-day-sat .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  background: #f3f3f3 !important;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.rep_marketingcalenderarea .fc-day.fc-day-sat .fc-daygrid-day-number {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
}
.rep_marketingcalenderarea .fc-daygrid-day-top {
  z-index: 33;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rep_marketingcalenderarea .fc-daygrid-day-events {
  z-index: 22;
  width: 100%;
}
.rep_marketingcalenderarea .fc-daygrid-day-bg {
  z-index: 44;
  width: 100%;
}
.rep_marketingcalenderarea .processingday:nth-child(2) {
  background: red;
}
.rep_marketingcalenderarea .one .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-bg .one .firstclass.fc-bg-event {
  background: #9ebadf;
  z-index: 99;
  top: initial;
  bottom: 0;
}
.rep_marketingcalenderarea .two .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .three .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .four .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .five .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .six .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .seven .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .eight .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .nine .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .ten .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .eleven .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .twelve .firstclass .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/firstclassBgline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .fc-day-other .one {
  background: #fff !important;
}
.rep_marketingcalenderarea .one .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-bg .one .bulkmail.fc-bg-event {
  background: #9ebadf;
  z-index: 99;
  top: initial;
  bottom: 0;
}
.rep_marketingcalenderarea .two .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkBg.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day-bg .two .bulkmail.fc-bg-event {
  background: #9ebadf;
  z-index: 99;
  /*top: initial; */
  bottom: 0;
}
.rep_marketingcalenderarea .fc-day.fc-day-sat .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  z-index: 999;
}
.rep_marketingcalenderarea .three .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .four .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .five .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkBg.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .six .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .seven .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .eight .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkBg.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .nine .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .ten .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .eleven .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkBg.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .twelve .bulkmail .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/bulkline.png) repeat-x center center;
  margin: .5em 0 !important;
  height: 15px;
}
.rep_marketingcalenderarea .first_class-est_delivery .fc-event-title.fc-sticky {
  padding: 0 20px;
  font-weight: bold;
  font-style: italic !important;
}
.rep_marketingcalenderarea .one .processingday .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/printturnline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .two .processingday .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/printturnBg.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .three .processingday .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/printturnline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .five .processingday .fc-event-title {
  background: url(../../frontend/UEG/Bsn/en_US/css/images/printturnline.png) repeat-x center center;
  margin: .5em 0 !important;
}
.rep_marketingcalenderarea .two.bulkmail {
  background: #e2eaf5;
}
.rep_marketingcalenderarea .event_date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0 5px;
  white-space: break-spaces;
  text-align: center;
  letter-spacing: .5px;
  font-style: normal !important;
}
.rep_marketingcalenderarea .event_date .fc-event-title {
  z-index: 99;
  top: initial;
  bottom: 0;
  color: #fff;
}
.rep_marketingcalenderarea .td_event_date .fc-daygrid-day-number {
  color: #fff;
}
.rep_marketingcalenderarea .td_second_date .fc-daygrid-day-number {
  color: #fff;
}
.rep_marketingcalenderarea .fc-day-sun .processingday,
.rep_marketingcalenderarea .fc-day-sat .processingday {
  background: none !important;
}
.rep_marketingcalenderarea .fc-day-sun .processingday .fc-event-title,
.rep_marketingcalenderarea .fc-day-sat .processingday .fc-event-title {
  background: none !important;
}
.rep_marketingcalenderarea #calendar thead .fc-scroller-harness {
  background: #1863a6;
}
.rep_marketingcalenderarea #calendar thead .fc-scroller-harness th a {
  font-weight: 600;
  font-size: 14px;
  padding: 4px;
}
.rep_marketingcalenderarea #calendar thead .fc-scroller-harness th a:hover {
  text-decoration: none;
}
.rep_marketingcalenderarea .fc-daygrid-day-number {
  text-decoration: none !important;
  top: 0;
  display: block;
  color: #757575;
}
.rep_marketingcalenderarea .fc .fc-daygrid-event-harness {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
}
.rep_marketingcalenderarea .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.rep_marketingcalenderarea .fc-h-event .fc-event-main {
  height: 100%;
}
.rep_marketingcalenderarea .fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.rep_marketingcalenderarea .fc .fc-bg-event,
.rep_marketingcalenderarea .fc .fc-non-business,
.rep_marketingcalenderarea .fc .fc-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rep_marketingcalenderarea .cut_off_date .fc-event-title {
  bottom: 0;
  position: absolute;
  font-size: 11px;
  margin: auto;
  left: 0;
  right: 0;
  color: #fc052e;
}
/*===============19-12-22 calendar==================*/
.summary-error-notification {
  background: #fa0516;
  padding: 10px;
  color: white;
  margin: 6px 0;
}
.summary-error-notification p {
  margin-bottom: 0px;
}
a#update_tm_data_btn {
  background: none;
  padding: 0px;
  color: #feff00;
  text-decoration: none;
}
div#update_tm_data_popup .salesforcewrapper {
  margin: 0px auto 0;
  padding: 10px 20px;
}
div#update_tm_data_popup .salesforcewrapper input {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  color: #003c71;
  font-family: "SST Roman";
  width: 100%;
  margin-bottom: 12px;
}
div#update_tm_data_popup .salesforcewrapper span {
  margin-top: -16px;
  display: block;
  padding: 8px 0px;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 18px;
}
div#update_tm_data_popup button.update_tm_data_popupBtn {
  margin: auto;
  width: 130px;
  background: #07860d !important;
  color: #fff;
  height: 40px;
  text-decoration: none;
  display: block;
}
div#update_tm_data_popup .popupbox .popheaderarea {
  padding: 5px 37px 0;
}
div#update_tm_data_popup .marginbottom10 {
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 10px;
}
div#update_tm_data_popup .popheaderarea span.close_popup {
  right: 10px;
  top: 10px;
}
@media (max-width: 1030px) {
  .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .modal-popup_shipping_addr_modal .popupBg .popupBgcont {
    height: 100vh;
    padding: 24px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .modal-popup_shipping_addr_modal .c-model-rightarea div input {
    width: 56%;
  }
  .c-model-rightarea div select {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup_shipping_addr_modal .c-model-leftarea {
    float: none;
    width: 100%;
    height: 280px;
  }
  .modal-popup_shipping_addr_modal .c-model-rightarea {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .modal-popup__stim_loader_alert .page-loader,
  .modal-popup__tae_loader_alert .page-loader {
    width: 450px;
    max-width: 100%;
    min-height: 230px;
    margin: 0 2%;
  }
}
/*Jaydeep Envelop CSS Change*/
.popupBgcont #envelope_print_option {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 0 40px 0 10px;
}
.popupBgcont .popfooterarea {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.popupBgcont .popfooterarea a.redtext.envelopBackBtn {
  font-weight: bold;
  font-size: 14px;
}
.cls_digital_drop #envelope_print_option {
  border: 1px solid #dddddd;
  margin: 0;
}
.cls_approve_popup {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0px 0;
}
.cls_approve_popup a.closeModal {
  position: relative;
  top: 0;
  right: 0;
}
a.cls_third_approved {
  background: #fff;
  border: 1px solid #08192b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #08192d;
  padding: 0 0px !important;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 120px;
}
a.cls_third_approved:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
a.cls_admin_approve {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px !important;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 120px;
}
a.cls_admin_approve:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.cls_approve_popup a {
  padding: 5px 0px;
}
.recorder-btn {
  color: #fff !important;
}
.pnd-edit {
  background: #003b71;
  height: 26px;
  width: 78px;
  border-radius: 50px;
  display: inline-block;
  line-height: 25px;
  color: #FFF !important;
  font-size: 14px;
  text-align: center;
}
.pnd-edit:hover {
  color: #FFF;
  text-decoration: none;
}
td.track-ship-head {
  text-align: center;
}
.popupinfo {
  text-align: center;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  padding: 0 0 15px;
}
.popupinfo a {
  color: #003c71;
  text-decoration: none;
}
#readytodownload {
  pointer-events: none;
}
/*=============================Pending Events= 12-03-26===== */
.newrepdashboard-index-pendingdashboard footer.footer {
  display: none;
}
.bsn_header_wrapper {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #D3D8DD;
}
.bsn_nav_area {
  margin-right: auto;
}
.bsn_nav_area ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.bsn_nav_area ul li {
  font-family: "Poppins", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  background: url(../../frontend/UEG/Bsn/en_US/images/rightarrow.svg) no-repeat 12px 50%;
}
.bsn_nav_area ul li:first-child {
  background: transparent;
}
.bsn_header_rightarea {
  display: flex;
  align-items: center;
}
.bsn_login_area {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bsn_login_area img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}
.bsn_createevent_area {
  color: #14191E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.bsn_createevent_area a {
  text-decoration: none;
  color: #14191E;
}
.bsn_createevent_area a:hover {
  text-decoration: underline;
  color: #14191E;
}
.bsn_createevent_area img {
  vertical-align: middle;
  margin-right: 10px;
}
.bsn_search_area input {
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #D3D8DD;
  background: url(../../frontend/UEG/Bsn/en_US/images/search-icon.svg) no-repeat 10px;
  border-radius: 6px;
}
.bsnpending_mainwrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  background: #fff;
}
.bsnpending_sidebar {
  width: 350px;
  height: 100%;
  border-right: 1px solid #D3D8DD;
  background: #e7f7f9 url(../../frontend/UEG/Bsn/en_US/images/pending_sidebarBg.png) no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: flex-start;
}
.bsnpending_sidebar .left1stboxarea {
  width: 88px;
  height: 100%;
  border-right: 1px solid #D3D8DD;
  padding: 30px 5px 650px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.bsnpending_sidebar .left2ndboxarea {
  flex: 1;
  padding: 40px 24px 515px;
  position: relative;
}
.bsnpending_sidebar .left2ndboxarea .sidebarbox {
  background: #fff;
  border: 1px solid #D3D8DD;
  padding: 14px 24px;
  position: relative;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 82px;
  margin-bottom: 15px;
}
.bsnpending_sidebar .left2ndboxarea .sidebarbox h3 {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #28313B;
}
.bsnpending_sidebar .left2ndboxarea .sidebarbox p {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: #28313B;
}
.bsnpending_sidebar .left2ndboxarea .sidebarbox .icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
ul.bsnsidebar_bottommenu {
  position: absolute;
  bottom: 45px;
  left: 24px;
}
ul.bsnsidebar_bottommenu,
ul.bsnsidebar_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.bsnsidebar_bottommenu img,
ul.bsnsidebar_menu img {
  display: block;
  margin: 0 auto 4px;
}
ul.bsnsidebar_bottommenu li,
ul.bsnsidebar_menu li {
  margin: 0 0 26px;
  text-align: center;
  color: #7C8A99;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
ul.bsnsidebar_bottommenu li.active a,
ul.bsnsidebar_menu li.active a {
  color: #28313B;
}
ul.bsnsidebar_bottommenu li a,
ul.bsnsidebar_menu li a {
  color: #7C8A99;
  text-decoration: none;
}
ul.bsnsidebar_bottommenu li a.active,
ul.bsnsidebar_menu li a.active,
ul.bsnsidebar_bottommenu li a:hover,
ul.bsnsidebar_menu li a:hover {
  color: #28313B;
  text-decoration: none;
}
.bsnpending_mainarea {
  flex: 1;
  padding: 60px 48px;
  height: 100vh;
}
.bsnpending_mainarea .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.bsnpending_mainarea .pager .limiter {
  display: none;
}
.bsnpending_mainarea .pager p.toolbar-amount {
  order: 2;
}
.bsnpending_mainarea .pager p.toolbar-amount .toolbar-number {
  margin-right: 0px;
  font-size: 12px;
  color: #9da7b2;
  line-height: 34px;
}
.topbar_leftarea {
  display: flex;
  align-items: center;
}
.topbar_leftarea select {
  width: 130px;
  margin-left: 10px;
  padding: 0 48px 0 15px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #D3D8DD;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/downselecticon.png) no-repeat 92% 50%;
  border-radius: 6px;
}
.topbar_leftarea h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #14191E;
}
.creatBtn {
  display: inline-block;
  width: 148px;
  height: 40px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  background: #08192c url(../../frontend/UEG/Bsn/en_US/images/plus-icon.png) no-repeat 20px 50%;
  color: #fff !important;
  padding: 0px 5px 0 50px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none !important;
}
.creatBtn:hover {
  text-decoration: underline;
}
.top2ndbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.top2ndbar h4 {
  color: #14191E;
  font-size: 12px;
  margin: 0 0 4px;
}
.top2ndbar select {
  width: 110px;
  padding: 0 48px 0 15px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #D3D8DD;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/downselecticon.png) no-repeat 90% 50%;
  border-radius: 6px;
  margin: 6px 0 0;
}
.filter-icon {
  margin-left: auto;
  width: 32px;
  height: 32px;
  background: url(../../frontend/UEG/Bsn/en_US/images/filter-icon.svg) no-repeat 0 0;
  cursor: pointer;
}
.events_pending_table-box_cont {
  max-height: 740px;
  overflow-y: auto;
}
.bsnsidebar_linkarea {
  position: absolute;
  bottom: 45px;
  left: 45px;
  right: 25px;
}
.bsnsidebar_linkarea h5 {
  color: #14191E;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.bsnsidebar_linkarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bsnsidebar_linkarea ul li {
  line-height: 16px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.bsnsidebar_linkarea ul li a {
  color: #2166B1;
  text-decoration: underline;
}
.bsnsidebar_linkarea ul li a:hover {
  color: #2166B1;
  text-decoration: none;
}
.events_pending_table-box {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 35px;
}
.events_pending_table-box .pager {
  margin-top: 30px !important;
}
.events_pending_table-box .events_pending_artwork img {
  width: 65px;
}
.events_pending_table-box table {
  font-family: "Poppins", sans-serif;
}
.events_pending_table-box table thead {
  background: #f6f7f8;
  color: #7C8A99;
  border-bottom: 2px solid #D3D8DD;
}
.events_pending_table-box table tbody tr:nth-child(even) {
  background: #fff;
}
.events_pending_table-box table td,
.events_pending_table-box table th {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 400;
  color: #28313B;
}
.events_pending_table-box table th {
  font-size: 12px;
  line-height: 16px;
  color: #7C8A99;
  font-weight: 400;
}
.events_pending_table-box table td {
  border-bottom: 1px solid #D3D8DD;
}
.events_pending_table-box table .events_pending_id a {
  color: #28313B;
  text-decoration: none;
}
.events_pending_table-box table .events_pending_id a:hover {
  color: #28313B;
  text-decoration: underline;
}
.events_pending_table-box .tag {
  margin: 5px 4px 0 0;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}
.events_pending_table-box .pendingapprovalbox {
  background: #ED9262;
  color: #FAFAFB;
}
.events_pending_table-box .adminreviewbox {
  background: #A464AF;
  color: #FAFAFB;
}
.events_pending_table-box .printbox {
  background: #CAD7B1;
  color: #28313B;
}
.events_pending_table-box .digitalbox {
  background: #A8E7EC;
  color: #28313B;
}
.events_pending_table-box .mailbox {
  background: #F6C9B0;
  color: #28313B;
}
.events_pending_table-box .emailbox {
  background: #B7DBF4;
  color: #28313B;
}
.events_pending_table-box .liveopsbox {
  background: #D1B1D7;
  color: #28313B;
}
.table_pagination_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.table_pagination_wrapper .pagination_area {
  font-size: 12px;
  color: #7C8A99;
  display: flex;
  align-items: center;
}
.table_pagination_wrapper .pagination_area img {
  vertical-align: middle;
}
.table_pagination_wrapper .pagecountarea {
  font-size: 12px;
  color: #7C8A99;
}
.table_pagination_wrapper .pagecountarea span {
  color: #28313B;
}
.table_pagination_wrapper .pagecountarea a {
  color: #28313B;
  text-decoration: none;
}
.pager {
  margin-top: 30px !important;
}
.pager .label {
  display: none;
}
.pager .pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.pager .pages ul li {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 2px;
  padding: 0;
  background: #e9f0f7;
  border-radius: 2px;
  font-size: 12px !important;
  color: #3a77ba;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.pager .pages ul li a {
  text-decoration: none !important;
  color: #3a77ba !important;
}
.pager .pages li.item.current {
  color: #31363a;
  font-weight: 600;
  border: 1px solid #e9f0f7;
  background: #fff;
}
.pager .pages li.item.current a {
  color: #31363a;
  font-weight: 600;
  border: 1px solid #e9f0f7;
  background: #fff;
}
.pager .pages li.item.current strong.page {
  padding: 0px;
  background: transparent;
  color: #31363a;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 24px;
}
.pager .pages li.item.pages-item-previous {
  width: 24px;
  height: 24px;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/pagination-leftarrow.png) no-repeat 0 50%;
  border: 0px;
  font-size: 0 !important;
}
.pager .pages li.item.pages-item-next {
  width: 24px;
  height: 24px;
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/pagination-rightarrow.png) no-repeat 0 50%;
  border: 0px;
  font-size: 0 !important;
}
.digital-detail-popup-new,
.liveops-detail-popup-new,
.track-detail-popup-new,
.mail-camp-detail-popup-new,
.email-camp-detail-popup-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  z-index: 9;
}
.digital-detail-popup-pop,
.liveops-detail-popup-pop,
.track-detail-popup-pop,
.mail-camp-detail-popup-pop,
.email-camp-detail-popup-pop {
  background: #fff;
  color: #14191E;
  width: 442px;
  padding: 32px 40px;
  border-radius: 16px;
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.digital-detail-popup-pop h4.tooltip-title,
.liveops-detail-popup-pop h4.tooltip-title,
.track-detail-popup-pop h4.tooltip-title,
.mail-camp-detail-popup-pop h4.tooltip-title,
.email-camp-detail-popup-pop h4.tooltip-title {
  margin: 0;
  padding: 0;
}
.digital-detail-popup-pop .rep-tooltip-label-parent-wrapper,
.liveops-detail-popup-pop .rep-tooltip-label-parent-wrapper,
.track-detail-popup-pop .rep-tooltip-label-parent-wrapper,
.mail-camp-detail-popup-pop .rep-tooltip-label-parent-wrapper,
.email-camp-detail-popup-pop .rep-tooltip-label-parent-wrapper {
  width: 100%;
  background: #fff;
  border: 0px solid #7fb0da;
  padding: 0;
  float: left;
}
.digital-detail-popup-pop .popoverL,
.liveops-detail-popup-pop .popoverL,
.track-detail-popup-pop .popoverL,
.mail-camp-detail-popup-pop .popoverL,
.email-camp-detail-popup-pop .popoverL {
  text-align: left;
}
.digital-detail-popup-pop .close,
.liveops-detail-popup-pop .close,
.track-detail-popup-pop .close,
.mail-camp-detail-popup-pop .close,
.email-camp-detail-popup-pop .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 26px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.digital-detail-popup-pop h3,
.liveops-detail-popup-pop h3,
.track-detail-popup-pop h3,
.mail-camp-detail-popup-pop h3,
.email-camp-detail-popup-pop h3 {
  font-size: 16px;
  line-height: 28px;
  color: #14191E;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.digital-detail-popup-pop p,
.liveops-detail-popup-pop p,
.track-detail-popup-pop p,
.mail-camp-detail-popup-pop p,
.email-camp-detail-popup-pop p {
  font-size: 16px;
  line-height: 28px;
  color: #28313B;
  font-family: "Poppins", sans-serif;
}
.digital-detail-popup-pop a,
.liveops-detail-popup-pop a,
.track-detail-popup-pop a,
.mail-camp-detail-popup-pop a,
.email-camp-detail-popup-pop a {
  color: #2166B1;
  text-decoration: underline;
  font-weight: 600;
}
.digital-detail-popup-pop button,
.liveops-detail-popup-pop button,
.track-detail-popup-pop button,
.mail-camp-detail-popup-pop button,
.email-camp-detail-popup-pop button {
  margin-top: 10px;
  width: 106px;
  height: 40px;
  line-height: 40px;
  padding: 0px 5px;
  border: 1px solid #08192C;
  border-radius: 40px;
  background: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #08192C;
}
.digital-detail-popup-pop button:hover,
.liveops-detail-popup-pop button:hover,
.track-detail-popup-pop button:hover,
.mail-camp-detail-popup-pop button:hover,
.email-camp-detail-popup-pop button:hover {
  color: #08192C;
}
@media (max-width: 767px) {
  .newsummary_table {
    margin: 0 10px;
  }
  .newsummaryscreen_headingarea {
    width: 1280px;
  }
  .newsummary_table .container {
    width: 1280px;
    margin: 0;
  }
  .summary-selectarea .container {
    overflow: auto;
    width: 1280px;
  }
  .summary-selectarea {
    margin: 0px 0 6px;
    overflow: auto;
  }
  .summary-2top {
    overflow: auto;
  }
  .summary-2top .container {
    width: 1280px;
  }
  .modal-popup_tae_order_item_popup .popupbox {
    width: auto;
    position: relative;
    overflow: auto;
  }
  .modal-popup_tae_order_item_popup .popupbox .popcontarea {
    min-height: 100px;
    padding: 5px 0px 15px;
    overflow-x: auto;
  }
  .modal-popup_tae_order_item_popup .popupbox .newsummaryscreenpop_headingarea {
    width: 970px;
  }
  .modal-popup_tae_order_item_popup .popupbox .newsummaryscreenpop_bodyarea {
    width: 970px;
  }
  .modal-popup_tae_order_item_popup .popupbox a.cancel_order {
    position: relative;
    margin: 15px auto;
  }
  .newsummary_table.upload_cleaned_mail_list .container {
    width: auto;
  }
  .newsummary_table.upload_cleaned_mail_list .container .uploadBtn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .popupbox {
    padding: 5px 15px;
  }
  .popupbox .popheaderarea {
    padding: 5px 0px 0;
  }
  .popheaderarea a.mail_note_close,
  .popheaderarea a.envelope_note_close,
  .popheaderarea a.drletter_note_close,
  .popheaderarea a.edit_close,
  .popheaderarea a.secondmail_note_close,
  .popheaderarea span.close_popup {
    position: absolute;
    right: 5px;
    top: 18px;
    font-weight: 600;
    color: #ab0303;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-popup_tae_order_item_popup .edit-mail-item {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .modal-popup_tae_order_item_popup .edit-mail-item .uploadBtn {
    margin-top: 0;
    margin-right: 10px;
    width: 180px;
  }
  .add-material-popup {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0;
    position: relative;
    right: 0px;
    top: 0px;
  }
  .modal-popup_tae_order_item_popup .additional_mailer {
    padding: 0;
    display: block;
  }
  .modal-popup_tae_order_item_popup .approvefilearea {
    display: flex;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .additional_mailer .image-file-upload {
    margin-left: 0;
    cursor: pointer;
  }
  .last_upload_date {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-popup_tae_order_item_popup .edit-mail-item {
    display: block;
  }
}
@media (max-width: 500px) {
  .emailallinputarea {
    display: block;
    align-items: center;
  }
  .emaillistarea .emailallinputtextarea {
    margin-bottom: 10px;
  }
}
.table-t-center a.red-content {
  line-height: 26px;
}
.leftdiscount-wappper {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.rightdiscount-wappper {
  float: right;
  padding: 0 12px;
  width: 50%;
}
.po-design {
  text-align: center;
  margin-bottom: 5px;
}
.modal-popup_material_modal .discount-qty {
  margin: 10px 0px;
}
.discount-wappper.eventPrint {
  width: 410px;
  margin: auto;
  padding: 10px 20px 10px;
}
.discount-wappper.eventPrint h3 {
  margin: 0px 0 10px;
}
.discount-wappper.eventPrint a {
  float: none;
  text-decoration: none;
  font-family: "SST Light";
  font-size: 21px;
  color: #145587;
  font-weight: 400;
}
.discount-wappper.eventPrint a label {
  padding: 0 7px;
}
.discount-wappper.eventPrint a.popup-item-name {
  width: auto;
  display: block;
  text-align: left;
  float: none;
  color: #145587;
  font-style: italic;
  text-decoration: none;
  font-family: "SST Light";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.custom_shipping_price_area {
  padding: 30px 0 0;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .custom_shipping_price_area {
    padding: 0 0 30px;
  }
}
.custom_shipping_price_area sapn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_shipping_price_area input {
  width: 130px;
  margin-left: 20px;
}
.order-detailsBtm button {
  border-radius: 0;
}
.discount-field-wrapper {
  display: block;
  justify-content: space-between;
  margin: 0 7px;
}
.discount-field-wrapper input {
  width: 100%;
}
@media (max-width: 767px) {
  .discount-field-wrapper input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .discount-field-wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .discount-field-wrapper .discout-price {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .discount-field-wrapper .discout-price {
    margin: 20px 0;
  }
}
.modal-addpopup div.mage-error {
  margin-top: -20px !important;
}
.modal-addpopup a.closeModal {
  font-size: 26px;
  top: 0;
  right: 0;
  font-weight: 600;
  color: #626262;
}
.modal-addpopup .popupbox .popcontarea {
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
}
button.add-new-address-btn {
  background: #145587;
  border: 0;
  height: 40px;
  border-radius: 0;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SST Roman";
}
.modal-addpopup input {
  margin-bottom: 20px;
}
.btn-group {
  width: 100%;
  display: block;
  padding: 30px 0 0;
  text-align: center;
}
button.add-new-address-savebtn {
  background: #145587;
  border: 0;
  height: 40px;
  border-radius: 0;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SST Roman";
  margin: 10px auto 0;
  width: 100px;
}
.offline-additional-info {
  padding: 15px 0px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .offline-additional-info {
    padding: 15px 20px 0;
    display: block;
  }
}
.offline-additional-info .po-design {
  display: flex;
  width: 320px;
  align-items: center;
}
.offline-additional-info .po-design::before {
  content: "";
  display: block;
  clear: both;
}
.offline-additional-info .po-design::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .offline-additional-info .po-design {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .offline-additional-info .po-design {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
}
.offline-additional-info .po-design span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .offline-additional-info .po-design label {
    width: 90px;
  }
}
.offline-additional-info .po-design input {
  margin: 0 8px 0 10px !important;
}
@media (max-width: 991px) {
  .offline-additional-info .po-design input {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .offline-additional-info .po-design input {
    max-width: 200px;
    float: right;
  }
}
.offline-additional-info .po-design select {
  margin: 0 0 0 10px !important;
}
@media (max-width: 991px) {
  .offline-additional-info .po-design select {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .offline-additional-info .po-design select {
    max-width: 200px;
    float: right;
  }
}
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto !important;
  /*border-top: 1px solid #ccc;
        */
  padding-top: 0px;
  max-width: 1280px;
}
.actionListBtm .pages ul li a {
  color: #145587;
}
.pages {
  margin: 0 !important;
}
.toolbar select {
  background-color: #ffffff;
  /* box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
         */
  border-radius: 0;
  padding: 0 20px;
}
.breadcrumbs {
  padding: 20px 0 0;
}
.table-event-items {
  border: 1px solid #cccccc;
}
.table-event-items thead {
  background: #003c71;
  color: #fff;
}
.table-event-items tbody tr:nth-child(even) {
  background: #f3f3f5;
}
.table-event-items tbody tr:nth-child(odd) {
  background: #fff;
}
.homepage {
  width: 1003px;
  margin: 25px auto 0;
}
.homepage h1 {
  font-family: "SST Roman";
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
}
.Normal {
  font-family: "SST Roman";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
  margin-bottom: 80px;
}
.innerShapeLeft {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  float: left;
  z-index: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  border-style: solid;
  background-color: #00827f;
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 0 #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 60px;
}
.innerShapeLeft ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.innerShapeRight {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  float: right;
  z-index: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  border-style: solid;
  background-color: #00827f;
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 0 #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.trainning-video-wrapper {
  width: 408px;
  height: 246px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.faq {
  width: 1003px;
  margin: 25px auto 0;
}
.faq h1 {
  font-family: "SST Roman";
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
}
.faq .Normal {
  font-family: "SST Roman";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
  margin-bottom: 80px;
}
.faq .qas {
  margin-bottom: 80px;
}
.faq .qas h1 {
  font-family: "SST Light";
  font-weight: 800;
  color: #145587;
  font-size: 33px;
  line-height: 30px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
}
.faq .qas button.accordion {
  text-align: left;
  color: #333;
  background-color: #fff;
  font-family: "SST Roman";
  font-size: 16px;
  padding: 2.2%;
  /* border-radius: 3px 3px 0 0;
         */
  width: 100%;
  margin-bottom: 8px;
}
.faq .qas button.accordion:hover {
  color: #fff;
  background-color: #337ab7;
  border: none;
}
.faq .qas button.accordion.active {
  color: #fff;
  background-color: #337ab7;
  margin-bottom: 0px;
  border: none;
}
.faq .qas div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.faq .qas div.panel.show {
  opacity: 1;
  max-height: 1000px;
  background-color: rgba(0, 130, 127, 0.6);
  transition: all 0.3s;
  padding: 2.2%;
  margin-bottom: 8px;
  border-top: thick solid #00827f;
}
.login-landing-content {
  margin: 10px auto 0;
  width: 1060px;
  border-top: 30px solid #003c71;
  padding-top: 30px;
}
.login-landing-content p.sub-para {
  text-align: center;
  color: #024780;
  font-size: 17px;
}
.login-landing-content .website-section {
  margin: 50px auto;
  width: 100%;
}
.login-landing-content .website-box {
  border-right: 2px solid #b0c7d9;
  cursor: pointer;
  float: left;
  min-height: 140px;
  padding: 10px;
  width: 31%;
}
.login-landing-content .website-box.no-side-border {
  border-right: none;
}
.login-landing-content .website-icon {
  float: left;
  text-align: center;
  width: 120px;
}
.login-landing-content .website-content {
  float: left;
  padding-left: 8px;
  width: 59%;
}
.login-landing-content .website-content > h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #024780;
}
.login-landing-content .website-content > ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.login-landing-content .website-content li {
  font-size: 14px;
  line-height: 24px;
  color: #024780;
}
.tae-event-lists .page-main {
  background: url(../../frontend/UEG/Bsn/en_US/images/landing-banner-pic.png) no-repeat center center;
  background-size: cover;
}
.landingBanner {
  width: 100%;
  height: 100%;
  min-height: 440px;
  position: relative;
  background-size: cover;
  /*margin-bottom: -40px;
        */
}
.bannerInfo {
  background: rgba(0, 130, 127, 0.8);
  width: 960px;
  padding: 20px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bannerInfo h2 {
  font-size: 18px;
  text-align: center;
  font-family: "SST Roman";
  color: #fff;
  margin-bottom: 20px;
}
.c-bsnevents-video-section {
  width: 264px;
  height: 200px;
  float: left;
  background: #e7e7e7;
  border: 1px solid #7aa8a8;
  margin-right: 50px;
  padding: 15px 16px 5px !important;
  box-sizing: border-box;
  box-shadow: 5px 10px 10px #21666e;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.c-bsnevents-video-section::before,
.c-bsnevents-video-section::after {
  display: block;
  content: "";
  clear: both;
}
.c-bsnevents-video-section h3 {
  font-size: 18px;
  text-align: center;
  font-family: "SST Roman";
  color: #649496;
  margin: 0 0 5px;
}
.c-bsnevents-video-section p {
  font-size: 16px;
  text-align: center;
  font-family: "SST Light Italic";
  color: #63758b;
  margin-bottom: 5px;
  font-style: italic;
}
.c-bsnevents-video-section a {
  text-decoration: none;
}
.clr {
  clear: both;
  overflow: hidden;
}
.c-bsnevents-video-section.nomargin {
  margin-right: 0px;
}
.resources {
  width: 1003px;
  margin: 25px auto;
}
.resources h1 {
  font-size: 28px;
  color: #145587;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 8px;
}
.resources ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.resources ul li {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  height: auto !important;
  float: left;
  margin: 20px 10px 80px !important;
}
.artwork-image-fancy img {
  width: 100%;
}
.resources p {
  color: #8f95a4;
  font-size: 17px;
  font-style: italic;
  height: 60px;
  line-height: 20px;
}
.resources img {
  height: auto;
  max-width: 100%;
}
.resources p {
  color: #8f95a4;
  font-size: 18px;
  font-style: italic;
  height: 60px;
}
.clearfix {
  display: block;
  clear: both;
  overflow: hidden;
}
.innerShapeLeft {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  float: left;
  z-index: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  border-style: solid;
  background-color: #00827f;
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 0 #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 60px;
}
.innerShapeLeft .VIDEO-TITLES {
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  margin-bottom: 20px;
  margin-top: 10px;
}
.innerShapeRight {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  float: right;
  z-index: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  border-style: solid;
  background-color: #00827f;
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 0 #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  margin-right: 0px;
  margin-bottom: 60px;
}
.VIDEO-TITLES {
  font-family: "SST Light" !important;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  margin-bottom: 20px;
  margin-top: 10px;
}
.innerText10_ContentDiv {
  color: #fff;
}
.trainning-video-wrapper {
  width: 408px;
  height: 246px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.approval-middle-row button {
  background: #8f95a4;
  color: #fff;
  border: 0px;
  outline: none;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-appearance: none;
  height: 42px;
  margin-top: 15px;
  border-radius: 0;
}
.approval-middle-row {
  width: 1003px;
  margin: 25px auto;
}
.approval-middle-row label {
  font-size: 21px;
  color: #145587;
  padding-left: 10px;
}
.event-detailInputTxt {
  width: 100%;
  border: 1px solid #145587 !important;
  font-family: "SST Roman";
  font-size: 22px;
  color: #145587;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 48px !important;
  line-height: inherit;
  border-radius: 0;
}
.form-edit-account {
  float: left;
  width: 45%;
  display: flex;
  flex-direction: column;
}
.form-edit-account .fieldset {
  background: transparent;
  width: 90%;
}
.form-edit-account .control {
  text-align: left;
}
.form-edit-account .control input {
  margin: 0;
  width: 100%;
}
.form-edit-account .actions-toolbar {
  padding: 20px 30px;
  text-align: right;
}
.form-edit-account .actions-toolbar .primary {
  float: right;
  margin: 0;
}
.action.primary {
  background: #8f95a4 !important;
  color: #fff !important;
  border: 0px !important;
  outline: none !important;
  padding: 0px 30px !important;
  font-size: 18px !important;
  -webkit-appearance: none;
  height: 42px !important;
  line-height: 40px !important;
  margin-top: 15px !important;
  border-radius: 0 !important;
}
.form-address-edit {
  float: right;
  width: 45%;
}
.form-address-edit .fieldset {
  background: transparent;
  width: 90%;
}
.form-address-edit .control input {
  margin: 0;
  width: 100%;
}
.form-address-edit .actions-toolbar {
  padding: 20px 30px;
  text-align: right;
}
.form-address-edit .actions-toolbar .primary {
  float: right;
  margin: 0;
}
span.redspan {
  color: #fe0404;
}
.form-edit-account legend.legend {
  text-transform: uppercase;
  color: #145587;
}
.form-address-edit legend.legend {
  text-transform: uppercase;
  color: #145587;
}
.form-address-edit .label {
  font-size: 20px;
  font-weight: 400 !important;
  color: #145587;
  font-family: "SST Roman";
}
.form-edit-account .label {
  font-size: 20px;
  font-weight: 400 !important;
  color: #145587;
  font-family: "SST Roman";
}
.viewlink {
  font-size: 18px;
  color: #8e95a7 !important;
  float: right;
  padding-top: 7px;
  text-decoration: underline;
}
.form-address-edit .label {
  font-size: 20px;
  font-weight: 400 !important;
  color: #145587;
  font-family: "SST Roman";
}
a.addNewAddress {
  color: #fe0404;
  font-size: 21px;
  line-height: 45px;
  float: left;
  text-decoration: underline;
  margin-top: 10px;
}
/*div#newAddress {
         border-top: 37px solid #f3f0dd !important;
    }
    */
.form-address-new legend.legend {
  text-transform: uppercase;
  color: #145587;
}
.form-address-new fieldset.fieldset {
  width: 40%;
  float: right;
  background: transparent;
}
.form-address-new fieldset.fieldset:first-child {
  float: left;
}
.form-address-new .control input {
  margin: 0;
  width: 100%;
}
.form-address-new .actions-toolbar {
  padding: 20px 30px;
  text-align: right;
}
.form-address-new .actions-toolbar::before,
.form-address-new .actions-toolbar::after {
  display: block;
  content: "";
  clear: both;
}
.form-address-new .actions-toolbar .primary {
  float: right;
  margin: 0;
}
.form-address-new .label {
  font-size: 20px;
  font-weight: 400 !important;
  color: #145587;
  font-family: "SST Roman";
}
.form-address-edit select {
  width: 100%;
  border: 1px solid #145587 !important;
  font-family: "SST Roman";
  font-size: 22px;
  color: #145587;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 48px !important;
  line-height: inherit;
  border-radius: 0;
}
.form-address-new select {
  width: 100%;
  border: 1px solid #145587 !important;
  font-family: "SST Roman";
  font-size: 22px;
  color: #145587;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 48px !important;
  line-height: inherit;
  border-radius: 0;
}
.form-address-new .shipping .checkbox {
  top: -1px;
}
.add-new-address-header {
  color: #fe2765;
  clear: both;
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 35px;
  box-sizing: border-box;
  font-size: 22px;
}
.orders-recent {
  border: 1px solid #cccccc;
}
.orders-recent thead {
  background: #003c71;
  color: #fff;
}
.orders-recent tbody tr:nth-child(even) {
  background: #f3f3f5;
}
.orders-recent tbody tr:nth-child(odd) {
  background: #fff;
}
.account-information-header {
  background: #8e95a5;
  padding: 9px 0;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.account-information-header .container {
  padding: 0 60px;
  box-sizing: border-box;
}
.welcome-message {
  padding: 0 60px;
}
.welcome-message p {
  font-size: 18px;
  color: #9097a1;
  line-height: 28px;
}
.welcome-message p a {
  color: #fe0404;
  text-decoration: none;
}
.block-title.approve-event.order {
  background: #8e95a5;
  padding: 9px 108px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 0 !important;
  color: #fff;
  margin-top: 50px;
}
.block-title.approve-event.order strong {
  line-height: 21px;
}
.approve-event .actionList {
  float: right;
  display: flex;
  align-items: flex-start;
}
.approve-event .actionList .event-detailSelect {
  line-height: 30px;
}
.approve-event .actionList select {
  height: 33px !important;
  border-radius: 0 !important;
  border: 1px solid #145587 !important;
  padding: 0 20px 0 10px;
  line-height: 30px;
}
.block-dashboard-orders .orders-recent {
  border: 0px solid #cccccc;
}
.block-dashboard-orders table thead {
  border: 0px solid #cccccc;
}
.block-dashboard-orders .table > tbody > tr > th,
.block-dashboard-orders .table > tbody > tr > td {
  border-top: 0px solid #cccccc;
}
.block-dashboard-orders .table td {
  margin-bottom: 10px;
  border-bottom: 3px solid #ffffff;
}
.recent-order form {
  float: right;
}
.resources .page-title a {
  text-decoration: underline;
  padding-left: 10px;
}
.approval-middle-row .event-detailInputTxt {
  color: #145587 !important;
}
.orders-recent thead {
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
}
.bg_brown {
  background: #f3f0dd !important;
}
.color_brown {
  color: #b8b497 !important;
  font-family: "SST Light";
}
.bg_blue {
  background: #cceef7 !important;
}
.color_blue {
  color: #125687 !important;
  font-family: "SST Light";
}
.bg_greenDark {
  background: #e9f1e5 !important;
}
.bg_green {
  background: #f4f8f2 !important;
}
.td_link_green {
  background: #d2e8d3 !important;
}
#my-orders-table thead th.col2 {
  width: 6%;
}
#my-orders-table thead th.col4 {
  width: 10%;
}
#my-orders-table thead th.col5 {
  width: 10%;
}
#my-orders-table thead th.col6 {
  width: 14%;
}
#my-orders-table thead th.col7 {
  width: 13%;
}
#my-orders-table thead th.col8 {
  width: 10%;
}
.td_link_green {
  background: #d2e8d3 !important;
}
#my-orders-table a {
  color: #145587;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
}
.td_link_green a {
  color: #0cac21 !important;
  text-decoration: underline;
}
.additional-addresses {
  border: 1px solid #cccccc;
}
.additional-addresses thead {
  background: #003c71;
  color: #fff;
}
.additional-addresses tbody tr:nth-child(even) {
  background: #f3f3f5;
}
.additional-addresses tbody tr:nth-child(odd) {
  background: #fff;
}
.block-addresses-list .block-title {
  background: #8e95a5;
  padding: 0 62px;
  line-height: 40px;
  margin: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
  text-transform: uppercase;
}
.block.block-addresses-default {
  padding: 50px 60px;
}
.sales-order-view .order-links {
  display: none;
}
.page-layout-1column .page-title-wrapper {
  background: #8e95a5;
  display: block;
  color: #fff;
  padding: 9px 0;
  font-size: 24px;
  margin-top: 20px;
}
.page-layout-1column .page-title-wrapper h1.page-title {
  max-width: 1160px;
  margin: 0 auto !important;
  display: block !important;
  font-size: 24px;
  text-transform: uppercase;
}
.order-details-items {
  padding: 0 !important;
  border: 0;
}
.order-details-items thead {
  background: #003c71;
  color: #fff;
}
.order-details-items tbody tr:nth-child(even) {
  background: #f3f3f5;
}
.order-details-items tbody tr:nth-child(odd) {
  background: #fff;
}
.block.block-order-details-view {
  padding: 30px 62px 00px;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: -1px;
}
span.price-excluding-tax {
  font-size: 16px !important;
  font-weight: normal !important;
}
.order-details-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-details-col ul li span {
  color: red;
  width: 130px;
  display: inline-block;
  font-weight: 600;
}
.order-details-col.box {
  width: 50% !important;
}
.block-order-details-view .block-content {
  display: flex;
  justify-content: space-between;
}
.view_list {
  border: none !important;
  color: #d0c8cf;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.view_list-number {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #f30a12;
  border: none;
  padding-top: 10px;
}
table thead {
  background: #003c71;
  color: #fff;
  border: 1px solid #cccccc;
}
table tbody tr:nth-child(even) {
  background: #f3f3f5;
}
table tbody tr:nth-child(odd) {
  background: #fff;
}
.table-wrapper.orders-history {
  margin-top: 40px;
}
.myFodeventTbl-head2 {
  background: #f3f0dc;
  margin-top: 9px;
  padding: 10px 0;
  border-bottom: 1px solid #fbf9f2;
  border-top: 1px solid #fff;
  width: 100%;
}
.myFodeventTbl-head2 .container-fluid2 {
  width: 1030px;
  margin: 0 auto;
}
.myFodeventTbl-head2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.myFodeventTbl-head2 ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #9c9173;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
.myFodeventTbl-head2 ul li span {
  display: inline-block;
}
.myFodeventTbl-head2 ul li.col1 {
  width: 102px;
}
.myFodeventTbl-head2 ul li.col2 {
  width: 140px;
}
.myFodeventTbl-head2 ul li.col3 {
  width: 180px;
}
.myFodeventTbl-head2 ul li.col4 {
  width: 228px;
}
.myFodeventTbl-head2 ul li.col5 {
  width: 188px;
}
.myFodeventTbl-head2 ul li.col6 {
  width: 192px;
}
.myFodeventTbl-cont2 .container-fluid2 {
  width: 1030px;
  margin: 0 auto;
}
.myFodeventTbl-cont2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.myFodeventTbl-cont2 ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.myFodeventTbl-cont2 ul li span {
  display: block;
  padding: 15px 5px 6px;
  /* min-height: 60px;
         */
  /* border-right: 1px solid #c3c3cd;
         */
}
.myFodeventTbl-cont2 ul li.col1 {
  width: 102px;
  font-size: 27px;
}
.myFodeventTbl-cont2 ul li.col2 {
  width: 140px;
  font-size: 24px;
}
.myFodeventTbl-cont2 ul li.col3 {
  width: 180px;
  font-size: 18px;
}
.myFodeventTbl-cont2 ul li.col4 {
  width: 228px;
}
.myFodeventTbl-cont2 ul li.col5 {
  width: 188px;
  text-transform: uppercase;
}
.myFodeventTbl-cont2 ul li.col6 {
  width: 192px;
  text-transform: uppercase;
}
.new-orderdetails-table {
  color: #fff;
  border: 1px solid #145587;
}
.new-orderdetails-head thead td {
  padding: 10px 10px 10px 0;
  background: #145587;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
.padding-28 {
  padding-left: 28px !important;
}
.new-orderdetails-head tbody td {
  padding: 8px 10px 8px 0;
  font-size: 16px;
  color: #3c3c3e;
  vertical-align: top;
}
.admin-appr-date {
  color: #f50915 !important;
  white-space: nowrap;
}
.link_green {
  color: #0cac21 !important;
}
.new-orderdetails-table td {
  padding: 0;
}
.padding-0 {
  padding: 0px !important;
}
.new-orderdetails ul {
  padding: 0;
  margin: 0;
}
ul.m-notes li {
  text-align: left;
  color: #000;
  font-size: 16px;
  margin-bottom: 12px !important;
}
.new-orderdetails ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.m-notes li a {
  text-decoration: none;
  color: #000;
}
ul.m-notes li img {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.registered_patient table {
  width: 100%;
}
.new-orderdetails-head thead td {
  padding: 0;
  background: #145587;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
.m-mail-list-1 {
  width: 200px;
  border: 1px solid #3462b7;
  background: #f3f0dc;
  padding: 12px 10px;
}
.m-mail-list-wrapper-1-1 {
  border: 1px solid #3462b7;
}
.m-mail-list-1 .first-mail-list {
  margin: 0px 0 16px;
}
.first-mail-list {
  font-size: 15px;
  color: #145587;
  margin: 15px;
  font-style: italic;
}
.first-mail-list span {
  color: #fa0516;
  font-style: normal;
}
.color_red {
  color: #f50915 !important;
}
.new-orderdetails-table a {
  color: #00e;
  text-decoration: underline;
}
.mailingheading {
  color: #145587;
  font-style: italic;
  margin-top: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.new-orderdetails-head thead td {
  padding: 10px 10px 10px 0;
}
.new-orderdetails-invoice thead {
  border: 0;
}
.new-orderdetails-table thead {
  border: 0;
}
ul.m-invoices {
  display: flex;
  justify-content: center;
}
ul.m-invoices li {
  width: 49%;
  text-align: center;
  display: inline-block;
  color: #145587;
  font-size: 16px;
}
ul.m-invoices li p {
  color: #145587;
  font-size: 14px;
}
ul.m-invoices li a {
  text-decoration: none;
  color: #145587;
}
ul.m-double-mailing li {
  text-align: left;
  color: #3c3c3e;
  font-size: 16px;
  margin-bottom: 12px;
}
ul.m-double-mailing li a {
  text-decoration: none;
  color: #3c3c3e;
}
ul.m-double-mailing li img {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.popupbox.video-pop-list {
  width: 750px !important;
}
.popupbox.video-pop-list .close_popup {
  top: 0;
  right: -5px;
}
.content.approval-contents {
  margin: 30px 60px;
}
.left-block {
  float: left;
  width: 75%;
}
.left-block h1 {
  font-size: 24px;
  color: #145587;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.left-block p {
  color: #8f95a4;
  font-size: 18px;
  font-style: italic;
}
.left-block ul {
  padding: 0;
  margin: 0;
}
.left-block ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  margin: 0 10px 80px;
  height: 261px;
}
.left-block img {
  /* height: 200px;
         */
  max-height: 243px;
  width: 180px;
}
.right-block {
  float: right;
  width: 20%;
}
.right-block .info-box {
  color: #8f95a4;
  font-size: 18px;
  font-style: italic;
}
.right-block h2 {
  font-size: 22px;
  line-height: normal;
  color: #145587;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.right-block .info-box p {
  color: #8f95a4;
  font-size: 18px;
  font-style: italic;
}
.action-buttons {
  display: inline-flex;
  margin: 10px auto 10px;
}
.appoval-button {
  background: #07860d;
  font-size: 14px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  float: left;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-appearance: none;
}
.appoval-button:hover {
  text-decoration: underline;
  color: #fff;
}
.wappoval-button {
  background: #145587;
  font-size: 14px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  float: left;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-appearance: none;
}
.wappoval-button:hover {
  text-decoration: underline;
  color: #fff;
}
.modal-bodycls {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.modal-bodycls iframe,
.modal-bodycls video,
.modal-bodycls object,
.modal-bodycls embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.forgot-main-container {
  max-width: 1060px;
  margin: auto;
}
.grid-title-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.grid-title-wrapper .page-title {
  float: left;
}
.actionList {
  float: right;
  display: flex;
  align-items: center;
}
.actionList button {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 6px 10px;
  height: 33px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
}
.actionList select {
  height: 33px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
/******** START MY FOD EVENTS CSS **********/
.container-fluid {
  width: 1280px;
  margin: 0 auto;
}
.myFodEvent .orderDetailTitle h2 {
  float: left;
}
.myFodEvent .actionList {
  float: right;
}
.myFodEvent .event-detailSelect {
  background: #fff;
  padding: 5px;
  margin: 0px;
  width: 150px;
  float: left;
}
.myFodEvent .event-detailSelect select {
  font-size: 16px;
}
.actionList button {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 6px 10px;
  height: 33px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
}
.myFodeventTbl-head {
  background: #f3f0dd;
  padding: 10px 0;
  border-bottom: 2px solid #e7e5d8;
  border-top: 1px solid #fff;
  width: 100%;
}
.container-fluid {
  width: 1240px;
  margin: 0 auto;
}
.myFodeventTbl-head ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.myFodeventTbl-head ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #8e95a7;
  text-transform: uppercase;
  padding: 0 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0;
}
.myFodeventTbl-head ul li span {
  display: inline-block;
}
.myFodeventTbl-head ul li.col1 {
  width: 5%;
}
.myFodeventTbl-head ul li.col2 {
  width: 5%;
}
.myFodeventTbl-head ul li.col3 {
  width: 10%;
}
.myFodeventTbl-head ul li.col4 {
  width: 8%;
}
.myFodeventTbl-head ul li.col5 {
  width: 18%;
}
.myFodeventTbl-head ul li.col6 {
  width: 7%;
}
.myFodeventTbl-head ul li.col7 {
  width: 9%;
}
.myFodeventTbl-head ul li.col8 {
  width: 6%;
}
.myFodeventTbl-head ul li.col9 {
  width: 6%;
}
.myFodeventTbl-head ul li.col10 {
  width: 15%;
}
.myFodeventTbl-head ul li.col11 {
  width: 7%;
}
.myFodeventTbl-head ul li.col12 {
  width: 7%;
}
.myFodeventTbl-head ul li.col13 {
  width: 8%;
}
.myFodeventTbl-cont {
  border-bottom: 1px solid #c3c3cd;
  width: 100%;
}
.myFodeventTbl-cont:nth-child(even) {
  background: #f3f3f5;
}
.myFodeventTbl-cont:nth-child(odd) {
  background: #fff;
}
.myFodeventTbl-cont ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.myFodeventTbl-cont ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #8e95a7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.myFodeventTbl-cont ul li span {
  display: block;
  padding: 15px 5px;
  min-height: 78px;
  font-size: 16px;
}
.myFodeventTbl-cont ul li {
  margin: 0;
  border-right: 1px solid #c3c3cd;
}
.myFodeventTbl-cont ul li span a {
  color: #fa031a;
  text-decoration: none;
  font-size: 15px;
}
.myFodeventTbl-cont ul li span a.link_blue {
  color: #225486;
}
.link_blue {
  color: #225486 !important;
}
.myFodeventTbl-cont ul li.col1 {
  width: 5%;
}
.myFodeventTbl-cont ul li.col2 {
  width: 5%;
}
.myFodeventTbl-cont ul li.col3 {
  width: 10%;
}
.myFodeventTbl-cont ul li.col4 {
  width: 8%;
}
.myFodeventTbl-cont ul li.col5 {
  width: 18%;
}
.myFodeventTbl-cont ul li.col6 {
  width: 7%;
}
.myFodeventTbl-cont ul li.col7 {
  width: 9%;
}
.myFodeventTbl-cont ul li.col8 {
  width: 6%;
}
.myFodeventTbl-cont ul li.col9 {
  width: 6%;
}
.myFodeventTbl-cont ul li.col10 {
  width: 15%;
}
.myFodeventTbl-cont ul li.col11 {
  width: 7%;
}
.myFodeventTbl-cont ul li.col12 {
  width: 7%;
}
.myFodeventTbl-cont ul li.col13 {
  width: 8%;
}
.myFodeventTbl-footer {
  background: #f3f0dd;
  padding: 10px 0;
  width: 100%;
}
.myFodEvent .actionListBtm {
  float: right;
}
.myFodEvent .actionListBtm .event-detailSelect {
  background: #fff;
  padding: 5px;
  margin: 0px;
  width: 100px;
  float: left;
}
.myFodEvent .actionListBtm .event-detailSelect select {
  font-size: 16px;
}
.myFodEvent .actionListBtm label {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
}
.myFodEvent .actionListBtm label span {
  margin-right: 10px;
}
.myEventFooter {
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 18px;
  color: #8e95a7;
}
.myFodeventTbl-footer {
  background: #f3f0dd;
  padding: 10px 0;
  width: 100%;
}
.toolbar.bottom {
  background: #f3f0dd;
  padding: 10px 0;
  width: 100%;
}
.myFodeventTbl-head ul li a.sort.desc {
  background-image: url(../../frontend/UEG/Bsn/en_US/images/grid_sort_desc.gif);
  background-position: right 50%;
  background-repeat: no-repeat;
  padding: 3px 12px 2px 8px;
}
.myFodeventTbl-head ul li a.sort.asc {
  background-image: url(../../frontend/UEG/Bsn/en_US/images/grid_sort_asc.gif);
  background-position: right 50%;
  background-repeat: no-repeat;
  padding: 3px 12px 2px 8px;
}
.myFodeventTbl-head ul li,
.myFodeventTbl-head ul li a {
  color: #8e95a7;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.limiter {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 31px;
  display: flex;
  align-items: center;
}
.limiter select {
  border: 1px solid #145587;
  padding: 0 5px;
  height: 35px;
  line-height: 34px;
  margin: 5px;
  width: 100px;
  float: left;
  border-radius: 0;
}
.toolbar-number {
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
}
.abs-pager-toolbar .limiter,
.account .toolbar .limiter,
.toolbar-giftregistry-results .limiter,
.toolbar-wishlist-results .limiter {
  display: flex;
  float: right;
}
/*====03-02-21============================*/
.myAccDashbordTbl-head {
  background: #f3f0dd;
  padding: 10px 0;
  width: 100%;
}
.myAccDashbordTbl-head ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.myAccDashbordTbl-head ul li {
  display: block;
  float: left;
  font-size: 15px;
  color: #8e95a7;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0;
}
.myAccDashbordTbl-head ul li.col1-1 {
  width: 5%;
}
.myAccDashbordTbl-head ul li.col1 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col2 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col3 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col4 {
  width: 13%;
}
.myAccDashbordTbl-head ul li.col5 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col6 {
  width: 20%;
}
.myAccDashbordTbl-head ul li.col7 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col8 {
  width: 10%;
}
.myAccDashbordTbl-head ul li.col9 {
  width: 10%;
}
.myAccDashbordTbl-cont {
  width: 100%;
}
.myAccDashbordTbl-cont a {
  text-decoration: underline;
  text-transform: uppercase;
}
.myAccDashbordTbl-cont ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.myAccDashbordTbl-cont ul li {
  display: block;
  float: left;
  font-size: 16px;
  padding: 15px 10px;
  color: #145587;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.myAccDashbordTbl-cont ul li.col1-1 {
  width: 5%;
}
.myAccDashbordTbl-cont ul li.col1 {
  width: 10%;
}
.myAccDashbordTbl-cont ul li.col1 a {
  color: #145587;
}
.myAccDashbordTbl-cont ul li.col2 {
  width: 10%;
  color: #8e95a7;
}
.myAccDashbordTbl-cont ul li.col3 {
  width: 10%;
}
.myAccDashbordTbl-cont ul li.col4 {
  width: 13%;
}
.myAccDashbordTbl-cont ul li.col5 {
  width: 10%;
  text-align: center;
  text-decoration: underline;
}
.myAccDashbordTbl-cont ul li.col6 {
  width: 20%;
}
.myAccDashbordTbl-cont ul li.col7 {
  width: 10%;
  color: #8e95a7;
}
.myAccDashbordTbl-cont ul li.col7 a {
  color: #fe0404;
}
.myAccDashbordTbl-cont ul li.col8 {
  width: 10%;
}
.myAccDashbordTbl-cont ul li.col8 a {
  color: #145587;
  text-decoration: none;
}
.myAccDashbordTbl-cont ul li.col9 {
  width: 10%;
}
.stim-event-orders .col9 a {
  color: #0000f0;
}
.myAccDashbordTbl-cont .event-detailSelect select {
  font-size: 16px;
  padding-right: 32px;
  border: 1px solid #145587;
  border-radius: 0;
}
.myAccDashbordTbl-footer {
  background: #f3f0dd;
  padding: 10px 0;
  width: 100%;
  margin-top: 65px;
}
.myAccDashbord .actionListBtm {
  float: right;
}
.myAccDashbord .actionListBtm .event-detailSelect {
  background: #fff;
  padding: 5px;
  margin: 0px;
  width: 100px;
  float: left;
}
.myAccDashbord .actionListBtm .event-detailSelect select {
  font-size: 16px;
}
.myAccDashbord .actionListBtm label {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
}
.myAccDashbord .actionListBtm label span {
  margin-right: 10px;
}
.myAccDashbordForm {
  padding: 50px 0;
}
.myAccDashbord h3 {
  font-size: 24px;
  color: #145587;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.myAccDashbord h3 span {
  color: #fe0404;
}
.myAccDashbord h3 a {
  font-size: 18px;
  color: #8e95a7;
  float: right;
  padding-top: 7px;
}
.myAccDashbordForm-col {
  width: 410px;
}
.approval-middle-row label sup {
  color: #fe0404;
}
a.addNewAddress {
  color: #fe0404;
  font-size: 21px;
  line-height: 45px;
}
.pager .pages {
  float: left;
  display: flex;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
  margin-top: 15px;
}
.pages strong.page {
  padding: 0px;
  background: transparent;
  color: #145587;
  font-size: 18px;
  font-weight: 400;
}
.pager .pages ul {
  list-style: outside none none;
  background: transparent !important;
  border: 0;
}
.pager .pages ul li {
  float: left;
  padding: 0 !important;
  font-size: 18px;
  margin-right: 0;
}
.pager .pages ul li a {
  color: #145587 !important;
  text-decoration: underline;
}
.pages .action.previous {
  margin-right: 0px;
  background: transparent;
  border: 0;
  padding: 0;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: auto;
  padding: 0;
  position: relative;
  width: auto;
}
.pages .action.previous > span.label {
  display: none;
}
.pages .action.previous:before {
  display: none;
}
.pages .action.next {
  margin-left: 0px;
  background: transparent;
  border: 0;
  padding: 0;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: auto;
  padding: 0;
  position: relative;
  width: auto;
}
.pages .action.next > span.label {
  display: none;
}
.pages .action.next:before {
  display: none;
}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom .pages {
  position: relative !important;
  float: none !important;
  text-align: center;
  width: auto;
}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom p.toolbar-amount {
  margin-left: 10px;
}
span.orderstatus {
  text-transform: capitalize;
}
a.order {
  color: #002fee !important;
}
a.order:hover {
  color: red !important;
}
.AccDashbordwrap .container {
  max-width: 1060px;
  margin: 0 auto;
}
.form-create-account .input-box select {
  height: 45px;
  outline: none !important;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
  border-radius: 0;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
  text-align: left;
}
.customer-account-logoutsuccess .column.main p {
  text-align: center;
  padding: 100px;
}
.create-account-main .page-title-wrapper {
  background: transparent;
}
.create-account-main h1.page-title {
  font-family: "SST Light";
  font-size: 43px !important;
  text-transform: capitalize !important;
  line-height: 48px;
  color: #2a7884;
  margin: 0 0 10px 0;
  background: transparent;
}
.create-account-main .create {
  padding: 0 !important;
  background: #ffffff !important;
}
.create-account-main .fieldset {
  padding: 0 !important;
  background: #ffffff !important;
}
.create-account-main .page-title {
  padding: 0 !important;
}
.form-create-account .fieldset > .legend {
  border: 0;
  margin: 0 0 6px;
}
.form-create-account .fieldset > .legend span {
  font-size: 16px;
  color: #444547;
  line-height: 20px;
  margin-bottom: 20px;
}
.account-create .input-text {
  width: 85%;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.create-account-main .control input {
  width: 85% !important;
}
.form-create-account .input-box select {
  width: 85% !important;
  background: url(../../frontend/UEG/Bsn/en_US/images/accountarrow.png) no-repeat 99% 50%;
}
.form-create-account .control input {
  height: 45px;
  outline: none !important;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
}
.form-create-account .control select {
  height: 45px;
  outline: none !important;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
  border-radius: 0;
  width: 85% !important;
  background: url(../../frontend/UEG/Bsn/en_US/images/accountarrow.png) no-repeat 99% 50%;
}
.form-create-account .input-box input {
  width: 85% !important;
}
.create-account-main .control {
  text-align: left;
}
p.back-link a {
  color: #145587;
  margin: 5px 0 0 15px;
  text-decoration: underline;
}
.form-create-account .fieldset.create.account:after {
  margin-top: -36px !important;
  font-size: 16px;
  color: red;
}
.form-create-account .actions-toolbar {
  width: 85%;
}
.form-create-account label.label,
.form-create-account label {
  font-weight: 300 !important;
  color: #000;
  margin: 0 !important;
}
.form-create-account label.label:after {
  display: none;
}
.form-create-account label.label:before {
  content: "*";
  color: #000;
  font-size: 1.4rem;
  margin: 0 0 0 1px;
  font-style: italic;
}
span.mailSufix {
  padding-left: 5px;
}
.modal-popup .modal-inner-wrap {
  margin: 0rem auto;
}
.popupbox.statuspopup {
  min-height: 100px;
  overflow: inherit !important;
  width: 530px !important;
}
.form-style-4 {
  width: auto;
  font-size: 16px;
  background: #495c70;
  padding: 30px 30px 15px 30px;
  border: 5px solid #53687e;
}
.form-style-4 label {
  display: block;
  margin-bottom: 8px;
  min-height: 30px;
}
.form-style-4 label > span {
  display: inline-block;
  float: left;
  width: 150px;
  color: #fff;
}
.form-style-4 input[type="text"],
.form-style-4 input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px dashed #83a4c5;
  width: 240px;
  outline: none;
  padding: 0px 0px 0px 0px;
  font-style: italic;
  height: 24px;
  color: #fff;
  box-shadow: none;
}
.form-style-4 input:focus[type="text"],
.form-style-4 input:focus[type="email"] {
  box-shadow: none;
}
.form-style-4 input[type="submit"],
.form-style-4 input[type="button"] {
  background: #576e86;
  border: none;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  color: #a8bace;
}
.form-style-4 input[type="submit"]:hover,
.form-style-4 input[type="button"]:hover {
  background: #394d61;
}
.print-popup div#mail_email-error {
  margin: 0 0 0;
  font-size: 14px;
  color: #fd0421;
}
.popupbox.statuspopup .popcontarea {
  padding: 5px 5px 10px;
}
.statuspopup .closeStatusModal {
  position: absolute;
  top: -24px;
  right: -28px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url(../../frontend/UEG/Bsn/en_US/images/fancybox_sprite.png) no-repeat 0 0;
}
.statuspopup .closeStatusModal img {
  display: none;
}
p#mail_popup_msg {
  color: #0ea00c;
}
#modal-content-0 .popupbox.statuspopup {
  width: 674px !important;
  padding: 0;
  min-height: 346px;
  border: 1px solid #385c80d6;
}
#modal-content-0 .popupbox.statuspopup .popcontarea {
  padding: 0;
}
#modal-content-0 .popupbox.statuspopup .popheaderarea {
  padding: 15px;
  background: #385c80;
}
#modal-content-0 .popupbox.statuspopup .popheaderarea h3 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}
#modal-content-0 .popupbox.statuspopup .popheaderarea span.close.close_popup {
  color: #fff;
  font-style: normal !important;
  position: absolute;
  right: 17px;
  top: 14px;
  font-weight: 600;
  font-family: "SST Bold";
  cursor: pointer;
}
#modal-content-0 .popupbox.statuspopup .popheaderarea span.close.close_popup i {
  font-style: normal;
}
#modal-content-0 .popupbox .popcontarea textarea {
  border: 1px solid #767676;
  border-top: none;
  color: #9a9aa4;
}
#modal-content-0 .popupbox .popcontarea textarea::-webkit-input-placeholder {
  color: #9a9aa4 !important;
  font-size: 14px;
  font-family: "SST Roman";
  opacity: 1;
}
#modal-content-0 .popupbox .popcontarea textarea::-moz-placeholder {
  color: #9a9aa4 !important;
  font-size: 14px;
  font-family: "SST Roman";
  opacity: 1;
}
#modal-content-0 .popupbox .popcontarea textarea::-ms-input-placeholder {
  color: #9a9aa4 !important;
  font-size: 14px;
  font-family: "SST Roman";
  opacity: 1;
}
#modal-content-0 .popupbox .popcontarea textarea:focus {
  border: 2px solid #000 !important;
  border-radius: 3px !important;
}
#modal-content-0 .popupbox .print-popup form {
  /* display: flex;*/
}
#modal-content-0 .popupbox .print-popup form .regBtn {
  background: #83af35;
  float: right;
  font-family: "SST Condensed";
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #586553 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  height: 37px;
  font-weight: 400;
}
.message-box-block {
  padding: 20px 0;
}
.message-box-block.red {
  background-color: #9d1716;
  margin: 0px 0 -19px;
}
.vertiflex-event-orderview .message-box-block.red {
  margin: 0px 0 20px;
}
.message-block {
  margin: 0 auto;
  max-width: 1160px;
}
.message-box-block.red .message-block-content {
  background: rgba(0, 0, 0, 0) url(../../frontend/UEG/Bsn/en_US/images/red-message.png) no-repeat scroll 0 0;
  padding-left: 105px;
  min-height: 80px;
}
.message-box-block.red .message-block-content h2 {
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 0 10px;
}
.message-box-block.red .message-block-content p {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 22px;
}
.message-box-block {
  margin: 15px 0 -19px;
}
.tae-event-lists .message-box-block {
  margin: 0px 0 0px;
}
.popupBg.mailfeepopup .close {
  color: #fff !important;
  float: right;
  font-size: 24px;
  font-weight: normal;
  padding-right: 0px;
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
}
.popupBg.mailfeepopup {
  padding: 0;
  width: 310px;
  margin: auto;
  border-radius: 0;
}
.popupBg.mailfeepopup .popupbox {
  padding: 0;
}
.popupBg.mailfeepopup .popupbox.statuspopup .popcontarea {
  padding: 0;
}
.popupBg.mailfeepopup .popupbox.statuspopup {
  width: 100% !important;
  position: relative;
  border-radius: 0;
  border: 1px solid #888;
}
.popupBg.mailfeepopup h2 {
  background: #145587;
  padding: 0px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0;
}
.mailfee_wrapper {
  padding: 20px;
  font-size: 12px;
}
.mailfee_wrapper::before,
.mailfee_wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.optimizefeetext {
  display: flex;
  color: #8e95a7;
  align-items: center;
  margin-bottom: 10px;
}
.optimizefeetext div {
  width: 160px;
}
.applyfeetext {
  display: flex;
  flex-wrap: nowrap;
  color: #8e95a7;
  align-items: center;
  margin-bottom: 10px;
}
.applyfeetext div {
  width: 160px;
}
.servicefeetext div,
.servicefeelabel div {
  width: 160px;
}
.mailfee_wrapper input[type="text"] {
  width: 90px;
  background: #fff;
  float: right;
  padding: 3px 5px;
  height: 32px;
  border: 1px solid #145587;
  border-radius: 0;
}
.applyfeetext span {
  display: inline-block;
  margin-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.applyfeetext span:nth-child(3) {
  margin-right: 0px;
}
.applyfeetext span input {
  margin-top: -1px;
  float: left;
}
.servicefeetext,
.servicefeelabel {
  display: flex;
  color: #8e95a7;
  align-items: center;
}
.servicefeelabel {
  margin-top: 10px;
}
input.mailfeeBtn {
  background: #145587;
  border: 0px;
  outline: none;
  color: #fff;
  padding: 0px 15px;
  height: 33px;
  line-height: 33px;
  margin: 0px 0px 0px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  float: right;
}
.span_link_green {
  background: #d2e8d3 !important;
}
/******** Start Search Result Page CSS **********/
body.tae-event-search.page-layout-1column .page-title-wrapper {
  background: transparent;
  color: #145587;
  text-transform: capitalize;
}
body.tae-event-search.page-layout-1column .page-title-wrapper h1.page-title {
  font-size: 24px;
  text-transform: capitalize !important;
  color: #145587;
}
.tae-event-search .login-header-section {
  max-width: 1003px;
}
.tae-event-search .toolbar.bottom {
  background: transparent;
}
.tae-event-search .content {
  width: 1003px;
  margin: auto;
}
.searchResultWrap {
  padding: 0 74px;
  margin: 0 auto;
}
.searchResultHead {
  background: #f0f7fb;
  border: 1px solid #abd4ec;
  padding: 20px 15px 30px;
  margin-bottom: 10px;
}
.searchResultForm {
  display: flex;
  justify-content: space-between;
}
.searchResultFormCols {
  width: 30%;
  float: left;
  margin-right: 12px;
}
.searchResultFormCols.col2 {
  width: 30%;
  margin-right: 12px;
}
.searchResultFormCols.col3 {
  width: 37%;
  margin-right: 0px;
}
.searchResultFormCols label {
  display: block;
  font-size: 14px;
  color: #7f898f;
  margin: 0 0 5px 10px;
}
.searchResultFormCols input[type="text"] {
  width: 100%;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #31566a;
  border: 1px solid #c2c0ba;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.searchResultFormCols select {
  width: 100%;
  padding: 0px 15px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #31566a;
  border: 1px solid #c2c0ba;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.searchResultFormCols.col3 input[type="text"] {
  width: 70%;
}
.searchResultFormCols .searchBtn {
  background: url(../../frontend/UEG/Bsn/en_US/images/search-btn.png) no-repeat 0 0;
  width: 79px;
  height: 31px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
  font-size: 0px;
  float: right;
}
.searchResultMap {
  margin-bottom: 18px;
}
.searchResultMap img {
  width: 100%;
}
.clr {
  clear: both;
  overflow: hidden;
}
.eventLocation h2 {
  background: url(../../frontend/UEG/Bsn/en_US/images/eventLocation-titleBg.jpg) repeat-x left top;
  padding: 20px 0;
  margin-bottom: 0px;
  line-height: inherit;
  text-align: center;
  font-size: 32px;
  color: #00457e;
}
ul.eventLocationHead {
  background: #a7a9a9;
  padding: 10px 5px;
  margin: 0 0 13px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
ul.eventLocationHead li {
  width: 33.333%;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 22px;
  color: #fff;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
ul.eventLocationInfoRow {
  background: #eaeaea url(../../frontend/UEG/Bsn/en_US/images/eventLocationInfo-bg.jpg) repeat-x bottom left;
  padding: 0 0 9px 0;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
ul.eventLocationInfoRow:last-child {
  background-image: none;
}
ul.eventLocationInfoRow li {
  width: 33.333%;
  float: left;
  padding: 15px 5px 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #656b6d;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
ul.eventLocationInfoRow li a {
  color: #656b6d;
  text-decoration: none;
}
ul.eventLocationInfoRow li:after {
  content: "";
  display: block;
  height: 500px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
ul.eventLocationInfoRow.active {
  background: #dae8f0 url(../../frontend/UEG/Bsn/en_US/images/eventLocationInfo-bg-active.jpg) repeat-x bottom left;
  padding-top: 0px;
}
ul.eventLocationInfoRow.active li {
  color: #0385b1;
}
ul.eventLocationInfoRow:hover {
  background: #dae8f0;
  padding-top: 0px;
  color: #0385b1;
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 9px solid #cedfe8;
}
/*======================stim-ORDER DETAILS==========================================*/
.order-details-wrap .container {
  width: 1280px;
}
.order-details .container {
  width: 1003px;
  margin: 0 auto;
}
.ordered .container {
  max-width: 1003px;
}
.stim-order-view .block-order-details-view .block-content {
  display: block;
}
.stim-order-view .printOrder {
  padding: 10px 0 20px 0;
  text-align: right;
  padding-top: 0;
}
.stim-order-view .printOrder a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fe0404;
  text-decoration: underline;
}
.stim-order-view .order-details-col ul li {
  margin-bottom: 18px;
  color: #145587;
  text-transform: capitalize;
}
.stim-order-view .order-details-col ul li span {
  width: 210px;
  display: inline-block;
  color: #fe0404;
  text-transform: uppercase;
  font-family: "SST Light";
}
.stim-order-view .order-details-col {
  float: left;
  font-size: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.stim-order-view .order-details-col.col1 {
  width: 40%;
}
.stim-order-view .order-details-col.col2 {
  width: 30%;
}
.stim-order-view .order-details-col.col3 {
  width: 30%;
}
.stim-order-view .order-details-col h3 {
  font-size: 21px;
  text-transform: uppercase;
  color: #145587;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: "SST Light";
}
.stim-order-view .order-details-col p {
  font-size: 21px;
  color: #9d9d9c;
  text-transform: uppercase;
  line-height: 28px;
}
.stim-order-view .order-details-col ul li a.pdfFile {
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.pop-up-material {
  background: #07860d !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  border: 0 !important;
  width: 210px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  font-family: "SST Roman";
  font-size: 12px !important;
  font-weight: 600;
  line-height: 40px;
  cursor: pointer;
  float: right;
  margin-bottom: 30px;
}
.approval-details-head {
  background: #145587;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .approval-details-head {
    overflow: auto;
  }
}
.approval-details-head ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px) {
  .approval-details-head ul {
    width: 664px;
  }
}
order-detailsBlock input,
order-detailsBlock select {
  border: 1px solid #145587 !important;
}
.custom_shipping_price_area input {
  border: 1px solid #145587 !important;
}
.po-design label {
  font-weight: 700;
}
.order-detailsBlock .approval-details-head ul li {
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
.order-detailsBlock .approval-details-head ul li.col1 {
  width: 45%;
}
.order-detailsBlock .approval-details-head ul li.col2 {
  width: 10%;
}
.order-detailsBlock .approval-details-head ul li.col3 {
  width: 10%;
}
.order-detailsBlock .approval-details-head ul li.col5 {
  width: 12%;
}
.order-detailsBlock .approval-details-head ul li.col6 {
  width: 12%;
}
.approval-details-cont {
  padding: 15px 0 0;
}
.approval-details-cont ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  display: block;
}
.order-detailsBlock .approval-details-cont ul li {
  float: left;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.order-detailsBlock .approval-details-cont ul li.col1 {
  width: 45%;
}
.order-detailsBlock .approval-details-cont ul li.col2 {
  width: 10%;
  color: #9d9d9c;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
}
.order-detailsBlock .approval-details-cont ul li.col3 {
  width: 10%;
  color: #9d9d9c;
  font-size: 21px;
  line-height: 40px;
}
.order-detailsBlock .approval-details-cont ul li.col5 {
  width: 12%;
  color: #9d9d9c;
  font-size: 21px;
  line-height: 40px;
}
.order-detailsBlock .approval-details-cont ul li.col6 {
  width: 12%;
  text-align: center;
}
.approval-details-cont ul li.col1 figure {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.approval-details-cont ul li.col1 div {
  font-size: 20px;
  color: #145587;
  padding: 30px 0 0 0;
  font-style: italic;
  text-align: left;
}
.order-detailsBlock .approval-details-cont ul li.col6 label {
  color: #9d9d9c;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.stim-order-view .event-detailInputTxt {
  width: 100%;
  border: 1px solid #145587;
  font-family: "SST Roman";
  height: 37px !important;
  min-height: 37px !important;
  font-size: 22px !important;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.approval-details-head.method ul li.col1 {
  width: 100%;
  margin: 0;
}
.approval-details-cont.method {
  padding: 30px 10px 0;
  text-align: center;
}
.approval-details-cont.method label {
  font-family: "SST Bold";
  font-size: 14px;
  color: #145587;
  text-transform: uppercase;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .approval-details-cont.method label {
    display: block;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
  }
}
.approval-details-cont.method label:last-child {
  color: #fe0404;
}
.recalculateBtn {
  background: #8f95a5 !important;
  font-family: "SST Roman";
  display: block;
  font-size: 14px !important;
  color: #fff !important;
  border: 0px !important;
  cursor: pointer;
  outline: none !important;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-appearance: none;
  float: right;
}
.authorise-event {
  max-width: 1060px;
  margin: 0 auto;
}
.authorise-event .form-list {
  float: unset !important;
  padding: 40px 30px 10px;
  list-style: none;
}
.authorise-event .form-list li {
  list-style: none;
}
.billingaddress-area {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 0 75px;
  line-height: 30px;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.billingaddress-area label {
  margin-bottom: 0px;
}
.order-detailsBtm a.backOrderHistory {
  color: #fe0404;
  float: left;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
.completeBtn {
  background: #07860d !important;
  font-size: 14px !important;
  color: #fff !important;
  border: 0px !important;
  cursor: pointer;
  outline: none !important;
  text-transform: uppercase;
  float: right;
  padding: 10px 10px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-appearance: none;
}
.delete img.fa-trash {
  cursor: pointer;
  margin-top: 4px;
  display: block;
}
.order-detailsBlock {
  margin-bottom: 23px;
}
.order-details-info {
  padding: 0px 0 65px 0;
}
.order-details-info::before,
.order-details-info::after {
  content: "";
  display: block;
  clear: both;
}
.box.box-order-billing-address {
  width: 30% !important;
}
.stim-order-view .block.block-order-details-view {
  padding: 0px 62px 00px;
}
a#change-billing,
a#change-shipping {
  text-decoration: underline;
  color: #0000ee;
}
.order_total_calc {
  padding-right: 10px;
  display: inline-block;
  float: right;
  font-size: 20px;
}
.modal-popup_material_modal .popupbox {
  width: 100%;
  padding: 0;
  max-width: 900px;
  max-height: 96%;
  overflow: auto;
  background: #ffffff;
}
.modal-popup_material_modal .popupbox .popheaderarea {
  background: #385c80;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.modal-popup_material_modal .popupbox .popheaderarea h2 {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0 !important;
  line-height: 26px;
  font-size: 18px;
}
.eventPrintInfo {
  width: 60%;
  padding-left: 16px;
  float: left;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventPrintInfo h3 {
  font-size: 18px;
  color: #145587;
  font-style: italic;
  margin-bottom: 12px;
  font-family: "SST Light";
  margin-top: 0;
}
.eventPrintInfo h3 a {
  color: #145587;
  text-decoration: none;
}
.eventPrintInfo h3 span {
  display: block;
  color: #9d9d9c;
}
.eventPrintInfo label {
  display: block;
  font-size: 21px;
  color: #fa031a;
  margin-bottom: 10px;
  font-family: "SST Light";
}
.eventPrintInfo input[type="text"],
.eventPrintInfo input[type="number"] {
  width: 90px;
  border: 1px solid #145587;
  font-family: "SST Roman";
  font-size: 20px;
  color: #000;
  outline: none;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventPrintCols {
  width: 50%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.eventPrintCols::before,
.eventPrintCols::after {
  content: "";
  display: block;
  clear: both;
}
.eventPrintCols figure {
  width: 40%;
  text-align: right;
  float: left;
  display: block;
  vertical-align: top;
}
a.closeModal.closeMaterialModal {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  float: right;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 8px;
}
.choose-services-wrap {
  min-height: 200px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.reorder h3 {
  padding: 0 60px;
}
.searchTitlearea {
  max-width: 1003px;
  margin: 0 auto;
  height: 49px;
}
.searchTitle {
  margin-top: -49px;
}
.searchTitle a {
  font-size: 24px;
  text-transform: capitalize !important;
  color: #145587;
  margin-bottom: 0;
  text-decoration: none;
}
.tae-searchList h1.page-title span {
  display: none;
  color: #fff;
}
.eventPrintBtmRight {
  display: flex;
}
.eventPrintBtmRight label {
  margin: 0 7px;
  color: #145587;
}
.approval-send-to {
  display: flex;
  justify-content: center;
  align-items: center;
}
.approval-send-to label {
  color: #145587;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
}
.event-detail-select {
  border: 1px solid #145587;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 0px 12px;
  width: 50%;
  display: inline-block;
}
.event-detail-select select {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/selectbg.png) no-repeat 100% 50%;
  border: 0 none;
  color: #145587 !important;
  font-family: "SST Roman";
  font-size: 22px;
  outline: medium none;
  width: 100%;
  padding-right: 20px;
}
.order-detailsBtm-total {
  background: #f3f0dd;
  padding: 30px 0 20px 0;
  margin-bottom: 25px;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  height: 67px;
}
.order-detailsBtm-total::before {
  content: "";
  display: block;
  background: #f3f0dd;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 67px;
}
.order-detailsBtm-total::after {
  content: "";
  display: block;
  background: #f3f0dd;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 67px;
}
@media only screen and (max-width: 768px) {
  .switchBtn.fl-Right {
    max-width: 20%;
  }
}
.switchBtn ul {
  margin-left: 0;
  padding-left: 0;
}
.switchBtn ul li {
  display: inline-block;
  margin-left: 7px;
}
.switchBtn ul li span {
  display: block;
  font-size: 16px;
  color: #656b6d;
  padding-left: 10px;
  margin-bottom: 5px;
}
.checkbox-custom {
  display: inline-block;
  position: relative;
}
.checkbox-custom .check-icon {
  display: block;
  width: 100%;
  height: 100%;
  width: 23px;
  height: 23px;
  border: 1px solid #2e5eb3;
  border-radius: 1px;
  position: relative;
  z-index: 2;
}
.checkbox-custom .check-icon:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border-left: 2px solid;
  transform: rotate(225deg);
  border-top: 2px solid;
  opacity: 0;
}
.checkbox-custom input {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 !important;
  cursor: pointer;
  z-index: 3;
}
.checkbox-custom input[type="checkbox"]:checked ~ .check-icon:after {
  opacity: 1;
}
.regBtn,
.regBtn:hover {
  background: #83af35;
  float: right;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  padding: 10px 15px;
  outline: none;
  border: 0px;
  box-shadow: 0 2px 0px #586553;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 840px) {
  .regBtn,
  .regBtn:hover {
    display: flex;
    justify-content: start;
    float: unset;
  }
}
.registrationSelect {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.registrationSelect select {
  width: 100%;
  background: none;
  border: 0px;
  font-size: 14px;
  color: #9a9aa4;
  outline: none;
  -webkit-appearance: auto;
  -moz-appearance: initial;
  -ms-appearance: initial;
  appearance: auto;
  height: auto;
}
.registrationSelect select:focus {
  outline: none;
  border: none;
  box-shadow: unset;
}
/*Patient List CSS Start*/
.tae-patient-listing .container {
  max-width: 1024px;
}
.event-summary-title {
  background: #8f95a5;
  margin-top: 1px;
}
.event-summary-title h2 {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  height: 37px;
  margin: 0;
  text-transform: uppercase;
  padding: 4px 0 0;
  box-sizing: border-box;
}
.summary-cont {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .summary-cont {
    flex-wrap: wrap;
  }
}
.summary-lists-table {
  float: left;
  width: 600px;
}
@media only screen and (max-width: 992px) {
  .summary-lists-table {
    width: 100%;
    overflow-x: auto;
  }
}
.summary-lists-table table tr {
  background-color: transparent !important;
}
.summary-lists-table table th {
  color: #8f95a5;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 4px;
  text-align: center;
  white-space: nowrap;
}
.summary-lists-table table td {
  color: #225487;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
}
.summary-lists-table table td.s-col-1 {
  font-size: 30px;
}
.summary-search-r {
  float: right;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  .summary-search-r {
    margin: 0 auto;
  }
}
.summary-search-r .search-block {
  position: relative;
  padding-right: 78px;
}
.summary-search-r .search-block .form-control {
  border: 0px solid #8f95a5;
  width: 240px;
  height: 32px;
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 8px 0px;
  box-sizing: border-box;
}
.summary-search-r .search-block .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #003c71;
  border: 0;
  line-height: 30px;
  text-align: center;
  padding: 2px 0;
  border-radius: 0;
  font-family: 'SST Roman';
}
.tae-patient-listing .event-info .container {
  max-width: 1224px !important;
}
.event-info {
  overflow-x: auto;
}
.event-info-head {
  background: #f3f0dd;
  padding: 0;
  height: 50px;
  box-sizing: border-box;
}
.event-info-head .container {
  background-color: #f3f0dd;
}
.event-info-head li {
  padding: 8px 13px;
  color: #245486;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
}
.event-info-head,
.event-info-body {
  display: flex;
}
.event-info-head ul,
.event-info-body ul {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.event-info-head li:first-child,
.event-info-body li:first-child {
  padding-left: 0;
}
.event-info-head li.event_id,
.event-info-body li.event_id {
  width: 58px;
}
.event-info-head li.camp_title,
.event-info-body li.camp_title {
  width: 125px;
}
.event-info-head .hcp_name,
.event-info-body .hcp_name {
  width: 120px;
  word-break: break-word;
}
.event-info-head .event_time,
.event-info-body .event_time {
  width: 100px;
}
.event-info-head .event_loc,
.event-info-body .event_loc {
  width: 108px;
}
.event-info-head .max-cap,
.event-info-body .max-cap {
  width: 125px;
  line-height: 15px;
}
.event-info-head li:last-child,
.event-info-body li:last-child {
  padding-right: 0;
}
.event-info-head .event-reg,
.event-info-body .event-reg {
  width: 170px;
  line-height: 15px;
}
.event-info-body li {
  padding: 6px 13px;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 13px;
}
.event-info-body li .form-control {
  border: 1px solid #8f95a5;
  width: 42px;
  height: 25px;
  border-radius: 0px;
  font-size: 15px;
  padding: 0px 5px 0px;
  box-sizing: border-box;
  line-height: 20px;
}
.event-info-body li select.js-select2.from-control {
  max-width: 95px;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  font-size: 18px;
}
.event-info-body li .btn-submit-c {
  background: #215587;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  width: 48px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.patient-details form {
  overflow-x: auto;
}
.patient_list_h {
  background: #f3f3f5;
  padding: 10px 0 10px 144px;
  box-sizing: border-box;
  height: 36px;
  position: sticky;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .patient_list_h {
    padding: 10px 0 10px 20px;
  }
}
.patient_list_h h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #8e94a4;
  margin: 0;
}
.patient_list_h .btn-save-grid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.patient_list_h .btn {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px;
  height: 26px;
  border: 0;
  box-sizing: border-box;
}
.registered_patient .closeout {
  text-align: right;
  padding-top: 20px;
}
.registered_patient thead {
  border: 0;
}
.registered_patient .checkbox-custom .check-icon:after {
  border-color: #2e5eb3;
}
.registered_patient tr {
  background-color: transparent !important;
}
.registered_patient .th-label {
  border: 0px;
  background: #f3f0dd;
  color: #b6b394;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  padding: 12px 4px 5px;
  text-align: center;
}
.registered_patient .th-attended {
  width: 120px;
}
.registered_patient .th-name {
  width: auto;
}
.registered_patient .th-mail {
  width: 190px;
}
.registered_patient .th-phone {
  width: 120px;
}
.registered_patient .th-date {
  width: 100px;
}
.registered_patient .th-rsvp {
  width: 130px;
}
.registered_patient .th-attendees {
  width: 110px;
}
.registered_patient .th-notes {
  width: 70px;
}
.registered_patient .th-trial-c {
  width: 66px;
}
.registered_patient .td-label {
  border: 0px;
  color: #9d9d9d;
  font-size: 15px;
  border-bottom: 2px solid #f4f4f6;
  padding: 12px 4px 8px;
  text-align: center;
  vertical-align: middle;
  /*white-space: nowrap;*/
}
.registered_patient .td-label.td-note {
  position: relative;
}
.registered_patient .td-label a {
  color: #8e95a7;
  text-decoration: none;
}
.registered_patient .td-label.td-delete-input {
  position: relative;
}
.registered_patient .td-label.td-delete-input .checkbox-custom {
  display: inline-block;
  position: relative;
  top: 0px;
}
.registered_patient .note_icon {
  display: inline-block;
  width: 29px;
  height: 23px;
  background: url(../../frontend/UEG/Bsn/en_US/images/note_icon.png) no-repeat 0 0;
}
.registered_patient td:last-child.th-trial-c {
  text-align: right;
}
.registered_patient th.th-attended {
  width: 120px;
}
.patient_list_table .container,
.registered_patient_inner .container {
  max-width: 1072px;
}
.register-footer {
  background: #f2efdc;
  height: 72px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
@media only screen and (max-width: 685px) {
  .register-footer {
    height: 122px;
  }
}
@media only screen and (max-width: 480px) {
  .register-footer {
    height: 180px;
  }
}
.register-footer .foot-action-left {
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
  padding: 20px 20px 20px 132px;
}
@media only screen and (max-width: 992px) {
  .register-footer .foot-action-left {
    padding: 0;
    text-align: center;
    float: unset;
  }
}
@media only screen and (max-width: 767px) {
  .register-footer .foot-action-left {
    display: block;
  }
}
.register-footer .foot-action-left .btn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 20px;
  height: 36px;
  border: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .register-footer .foot-action-left .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 810px) {
  .register-footer .foot-action-left .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .register-footer .foot-action-left .btn {
    min-width: 35%;
    max-width: 100%;
  }
}
.register-footer .foot-action-left .btn.btn-addrsvp {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .register-footer .foot-action-left .btn.btn-addrsvp {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .register-footer .foot-action-left .btn.btn-addrsvp {
    margin-right: 0;
  }
}
.register-footer .foot-action-left button.btn.btn-green.btn-download-sheet {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .register-footer .foot-action-left button.btn.btn-green.btn-download-sheet {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 685px) {
  .register-footer .foot-action-left button.btn.btn-green.btn-download-sheet {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .register-footer .foot-action-left a:last-child button.btn.btn-green.btn-download-sheet {
    margin-right: 0;
  }
}
.register-footer .foot-action-right {
  float: right;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .register-footer .foot-action-right {
    display: block;
    float: unset;
  }
}
.register-footer .foot-action-right .pager {
  float: right;
  margin-top: 15px !important;
}
.register-footer .foot-action-right span.toolbar-number {
  font-weight: 600;
}
.register-footer .foot-action-right .limiter {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
}
.register-footer .foot-action-right .limiter label {
  line-height: 22px;
  padding: 10px 0 0;
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
}
.register-footer .foot-action-right .limiter p.toolbar-amount {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #145587;
  line-height: 34px;
}
.register-footer .foot-action-right .limiter select {
  border: 1px solid #145587;
  background: #fff;
  width: 100px;
  float: left;
  appearance: auto;
}
.register-footer .foot-action-right .limiter span.limiter-text {
  display: none;
}
.register-footer .foot-action-right .limiter select {
  border-radius: 0px;
  width: 100px;
  height: 30px;
  border-color: #225487;
}
.btn-green {
  background: #139705;
}
.btn-green:hover {
  background: #139705;
}
.green {
  color: #289a0f !important;
}
.red {
  color: #d60415 !important;
}
.modal-event_note_popup_modal .popupbox,
.modal-event_delete_popup_modal .popupbox,
.modal-event_register_popup_modal .popupbox {
  width: 65%;
  max-width: 900px;
  max-height: 96%;
  overflow: auto;
  background: #ffffff;
  padding: 0;
  min-height: 200px;
}
@media only screen and (max-width: 480px) {
  .modal-event_note_popup_modal .popupbox,
  .modal-event_delete_popup_modal .popupbox,
  .modal-event_register_popup_modal .popupbox {
    width: 90%;
  }
}
.modal-event_note_popup_modal .popheaderarea,
.modal-event_delete_popup_modal .popheaderarea,
.modal-event_register_popup_modal .popheaderarea {
  background: #385c80;
  color: #ffffff;
  text-align: center !important;
  padding: 10px !important;
  position: relative !important;
}
.modal-event_note_popup_modal .popheaderarea h2,
.modal-event_delete_popup_modal .popheaderarea h2,
.modal-event_register_popup_modal .popheaderarea h2,
.modal-event_note_popup_modal .popheaderarea h3,
.modal-event_delete_popup_modal .popheaderarea h3,
.modal-event_register_popup_modal .popheaderarea h3 {
  font-size: 18px !important;
  color: #fff !important;
  padding: 0 25px !important;
  border-bottom: 0 !important;
  line-height: 22px !important;
}
.modal-event_note_popup_modal a.closeModal,
.modal-event_delete_popup_modal a.closeModal,
.modal-event_register_popup_modal a.closeModal,
.modal-event_note_popup_modal .popfileBackBtn,
.modal-event_delete_popup_modal .popfileBackBtn,
.modal-event_register_popup_modal .popfileBackBtn {
  top: 12px;
}
.modal-event_delete_popup_modal .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10%;
  flex-direction: row-reverse;
}
.modal-event_delete_popup_modal button.regBtn.add-notes-yes,
.modal-event_delete_popup_modal button.regBtn.add-notes-no {
  width: 120px;
  box-shadow: 0 2px 0px #586553 !important;
}
@media only screen and (max-width: 575px) {
  .modal-event_delete_popup_modal button.regBtn.add-notes-yes,
  .modal-event_delete_popup_modal button.regBtn.add-notes-no {
    width: 80px;
  }
}
.modal-event_note_popup_modal .popupbox {
  width: 40%;
  min-width: 500px;
}
@media only screen and (max-width: 575px) {
  .modal-event_note_popup_modal .popupbox {
    min-width: auto;
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .modal-event_note_popup_modal .popupbox {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .modal-event_note_popup_modal .popupbox {
    width: 95%;
  }
}
.modal-event_note_popup_modal .popupbox .regBtn,
.modal-event_note_popup_modal .popupbox .regBtn:hover {
  box-shadow: 0 2px 0px #586553 !important;
}
.modal-event_note_popup_modal .popupbox .popheaderarea {
  background: #385c80;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
}
.modal-event_note_popup_modal .popupbox .popcontarea {
  padding: 0;
}
.modal-event_note_popup_modal .popupbox .popcontarea .registrationForm textarea#event_notes {
  height: 250px;
  margin: 0;
  border-color: #000;
  border-radius: 5px;
  font-size: 13px;
  max-width: 90%;
  width: 90%;
}
@media only screen and (max-width: 480px) {
  .modal-event_note_popup_modal .popupbox .popcontarea .registrationForm textarea#event_notes {
    width: 100%;
    max-width: 100%;
  }
}
.modal-event_note_popup_modal .popupbox .popcontarea .registrationForm form#event-notes-form {
  padding: 25px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .modal-event_note_popup_modal .popupbox .popcontarea .registrationForm form#event-notes-form {
    padding: 15px;
  }
}
.modal-event_note_popup_modal .popupbox .popcontarea .registrationForm .regBtn {
  display: inline-block;
  margin: 0 auto !important;
  float: none;
  margin-top: 20px !important;
}
.modal-event_register_popup_modal .popupbox {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .modal-event_register_popup_modal .popupbox {
    width: 96%;
  }
}
.modal-event_register_popup_modal .registrationForm-Left {
  width: 295px;
  float: left;
  margin-left: 40px;
  padding-top: 40px;
}
.modal-event_register_popup_modal .registrationForm-Left .registrationInputTxt {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.modal-event_register_popup_modal .registrationForm-Left .registrationInputTxt::placeholder {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Left .registrationInputTxt {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .modal-event_register_popup_modal .registrationForm-Left {
    width: 260px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Left {
    width: auto;
    float: none;
    margin: 0 15px;
    padding-top: 20px;
  }
}
.modal-event_register_popup_modal .registrationForm-Right {
  width: 370px;
  float: right;
  margin-right: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .modal-event_register_popup_modal .registrationForm-Right {
    width: 280px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Right {
    width: auto;
    float: none;
    margin: 0 15px;
    padding-top: 20px;
  }
}
.modal-event_register_popup_modal .registrationForm-Right h3 {
  width: 230px;
  float: left;
  font-size: 16px;
  color: #656b6d;
  margin-bottom: 20px;
  padding-top: 15px;
  font-weight: 500;
  margin: 0;
}
.modal-event_register_popup_modal .registrationForm-Right h3.small {
  width: 180px;
  padding-top: 7px;
}
.modal-event_register_popup_modal .registrationForm-Right h3,
.modal-event_register_popup_modal .registrationForm-Right h3.small {
  font-size: 14px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Right h3,
  .modal-event_register_popup_modal .registrationForm-Right h3.small {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
}
.modal-event_register_popup_modal .registrationForm-Right .fl-Right {
  float: right;
}
.modal-event_register_popup_modal .registrationForm-Right .registrationSelect {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.modal-event_register_popup_modal .registrationForm-Right .regrightcolHalf {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Right .regrightcolHalf {
    width: auto;
    float: none;
  }
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn {
  margin-bottom: 20px;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li {
  display: inline-block;
  margin-left: 7px;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li span {
  display: block;
  font-size: 16px;
  color: #656b6d;
  padding-left: 10px;
  margin-bottom: 5px;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch input {
  display: none;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbe2e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #e4e8eb;
  background: -moz-linear-gradient(top, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  background: -webkit-linear-gradient(top, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  background: linear-gradient(to bottom, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e8eb', endColorstr='#eef2f5', GradientType=0);
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch .slider.round {
  border-radius: 34px;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch .slider.round::before {
  border-radius: 50%;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch .slider::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 1px;
  bottom: 0px;
  background-color: white;
  box-shadow: 0 0 1px #767779;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-event_register_popup_modal .registrationForm-Right .switchBtn ul li .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
@media only screen and (max-width: 767px) {
  .modal-event_register_popup_modal .registrationForm-Right .switchBtn.fl-Right {
    float: none;
    margin-bottom: 0;
  }
}
.modal-event_register_popup_modal .registrationForm-Right .regBtn,
.modal-event_register_popup_modal .registrationForm-Right .regBtn:hover {
  box-shadow: 0 2px 0px #586553 !important;
}
/*Patient List CSS End*/
/*Patient Detail CSS Start*/
.tae-patient-view main#maincontent {
  padding: 25px 0 50px 0;
}
.tae-patient-view .columns {
  max-width: 1003px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .tae-patient-view .columns {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1023px) {
  .tae-patient-view .columns {
    width: auto;
    margin: 0 15px;
  }
}
.tae-patient-view .columns .registered_patient .page-title {
  overflow: hidden;
}
.tae-patient-view .columns .registered_patient h1 {
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
  float: left;
  width: 50%;
}
.tae-patient-view .columns .registered_patient .event-label {
  font-weight: 900;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
}
.tae-patient-view .columns .registered_patient .event-field {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
  margin-bottom: 20px;
}
/*Patient Detail CSS End*/
/*Contact Support Page Resources CSS Start*/
.resources-index-contact .page-main {
  padding: 25px 0 50px 0;
}
.resources-index-contact .page-main .columns {
  max-width: 1003px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .resources-index-contact .page-main .columns {
    width: auto;
    margin: 0 15px;
  }
}
.resources-index-contact .page-main .contact {
  display: inline-block;
}
.resources-index-contact .page-main .contact .contact-left {
  float: left;
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .resources-index-contact .page-main .contact .contact-left {
    width: auto;
    float: none;
  }
}
.resources-index-contact .page-main .contact .contact-left h1 {
  font-size: 28px;
  color: #145587;
  margin-bottom: 15px;
}
.resources-index-contact .page-main .contact .contact-right {
  float: left;
  font-size: 20px;
  line-height: 22px;
  background-color: #287986;
  padding: 20px 0 20px 20px;
  width: 40%;
  max-width: 290px;
}
@media only screen and (max-width: 767px) {
  .resources-index-contact .page-main .contact .contact-right {
    float: none;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.resources-index-contact .page-main .contact .contact-right p {
  margin-bottom: 50px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .resources-index-contact .page-main .contact .contact-right p {
    margin-right: 0;
  }
}
.resources-index-contact .page-main .contact .contact-right .label {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: Normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  direction: ltr;
  color: #fff;
  font-size: 11px;
}
.resources-index-contact .page-main .contact .contact-right input {
  width: 177px;
  height: auto;
  font-size: 13px;
}
.resources-index-contact .page-main .contact .contact-right select {
  height: auto;
  line-height: initial;
  font-size: 13px;
  width: auto;
  border-radius: unset;
  color: #000 !important;
  padding: 0 20px 0 10px;
  background-position: 98% 49%;
}
.resources-index-contact .page-main .contact .contact-right textarea {
  width: 217px;
  height: 60px;
}
.resources-index-contact .page-main .contact .contact-right .button {
  background: transparent;
  color: #fff;
  border: 0px;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  margin-right: 20%;
  margin-left: 15%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .resources-index-contact .page-main .contact .contact-right .button {
    display: block;
  }
}
textarea#event_notes {
  border-top: 1px solid #767676 !important;
  color: #000 !important;
}
/*Contact Support Page Resources CSS End*/
/**Order View page css Start*/
.stim-event-orderview .container {
  max-width: auto;
}
@media only screen and (max-width: 1039px) {
  .stim-event-orderview .container {
    max-width: 992px;
  }
}
@media only screen and (max-width: 1023px) {
  .stim-event-orderview .container {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .stim-event-orderview .container {
    width: auto;
    margin: 0 15px;
  }
}
.stim-event-orderview .order-detailsBlock {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .order-overflow-sec {
    overflow-x: auto;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head {
  background: #145587;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head {
    display: flex;
    padding: 0;
    width: 100%;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head.method ul {
  width: 100%;
}
.stim-event-orderview .order-detailsBlock .approval-details-head.method ul li.col1 {
  width: 100%;
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul {
    display: flex;
    overflow: visible;
    background-color: #145587;
    padding: 10px 0;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li.col1 {
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col1 {
    width: 25%;
    min-width: 150px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li.col2 {
  width: 10%;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col2 {
    width: 12%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col2 {
    width: 14%;
    min-width: 100px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li.col3 {
  width: 10%;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col3 {
    width: 12%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col3 {
    width: 14%;
    min-width: 100px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li.col5 {
  width: 12%;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col5 {
    width: 14%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col5 {
    width: 16%;
    min-width: 120px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li.col6 {
  width: 12%;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col6 {
    width: 14%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-head ul li.col6 {
    width: 16%;
    min-width: 120px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-head ul li {
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .cart-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont {
  padding: 15px 0;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont.method {
  padding: 30px 10px;
  text-align: center;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul {
    display: flex;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li {
  float: left;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 {
    width: 25%;
    min-width: 150px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 figure {
  width: 30%;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 figure {
    width: 100%;
    float: none;
    margin-right: 0px;
    text-align: center;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 figure img {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 figure img {
    max-width: 100px;
    height: auto;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div {
  font-size: 16px;
  color: #145587;
  padding: 30px 0 0 0;
  font-style: italic;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div {
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div span {
  display: block;
  color: #9d9d9c;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div span {
    text-align: center;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col2 {
  width: 15%;
  text-align: right;
  line-height: 40px;
  padding-top: 30px;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col2 {
  width: 10%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col2 {
    width: 12%;
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col2 {
    width: 14%;
    min-width: 100px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3 {
  width: 12%;
  padding-top: 30px;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3 {
  width: 10%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3.delete img.fa-trash {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3 {
    width: 12%;
    font-size: 15px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3 {
    width: 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3.delete {
    width: 12% !important;
    padding-top: 30px !important;
  }
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col3.delete img {
    margin: 10px auto 0 !important;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col5 {
  width: 17%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  padding-top: 30px;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col5 {
  width: 12%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col5 {
    width: 14%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col5 {
    width: 16%;
    min-width: 120px;
  }
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 {
  width: 14%;
  color: #9d9d9c;
  font-size: 15px;
  line-height: 40px;
  padding-top: 30px;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 label {
  color: #9d9d9c;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 .event-detailInputTxt {
  width: 100%;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 {
  width: 12%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 {
    width: 14%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 {
    width: 16%;
    min-width: 120px;
  }
}
.stim-event-orderview .order-detailsBlock .address-details-cont {
  max-width: 420px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  float: left;
  width: 46%;
  padding-left: 3%;
  display: none;
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section a#change-billing,
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section a#change-shipping {
  color: #fe0404;
  padding: 15px 0;
  display: block;
}
@media only screen and (max-width: 375px) {
  .stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section {
    width: 100%;
  }
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section span {
  display: flex;
  align-items: flex-end;
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  float: right;
  width: 47%;
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section a#change-billing,
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section a#change-shipping {
  color: #fe0404;
  padding: 15px 0;
  display: block;
}
@media only screen and (max-width: 375px) {
  .stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section {
    width: 100%;
    padding-left: 3%;
  }
}
.stim-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section span {
  display: flex;
  align-items: flex-end;
}
.stim-event-orderview .order-detailsBlock button#calculate_for_stim {
  margin-top: 30px;
  background: #07860d none repeat scroll 0% 0% !important;
}
@media only screen and (max-width: 480px) {
  .stim-event-orderview .order-detailsBlock button#calculate_for_stim {
    float: none;
    margin: 30px auto 0;
  }
}
.stim-event-orderview .order-detailsBlock button#Place_order {
  margin-top: 30px;
  background: #07860d none repeat scroll 0% 0% !important;
}
@media only screen and (max-width: 480px) {
  .stim-event-orderview .order-detailsBlock button#Place_order {
    float: none;
    margin: 30px auto 0;
  }
}
.stim-event-orderview .order-detailsBlock span#total-amt {
  padding-right: 10px;
  display: inline-block;
  float: right;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .stim-event-orderview .order-detailsBlock .approval-details-cont.method.notremove {
    max-width: 100%;
  }
  .stim-event-orderview .order-detailsBlock .approval-details-cont.method.notremove label {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-left: 0;
    line-height: 30px;
  }
}
/**Order View page css End*/
/**Patient Event Registration Grid Search CSS Start*/
.oldevent-grid-search .column.main {
  width: 1023px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .oldevent-grid-search .column.main {
    max-width: 100%;
  }
}
.oldevent-grid-search .searchTitlearea {
  display: flex;
  width: 100%;
  padding: 20px 0;
  height: auto;
  width: 1023px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .oldevent-grid-search .searchTitlearea {
    max-width: 100%;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .oldevent-grid-search .searchTitlearea {
    flex-wrap: wrap;
  }
}
.oldevent-grid-search .searchTitlearea .searchTitle {
  display: flex;
  width: 100%;
  padding: 20px 0;
  margin-top: 0px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 650px) {
  .oldevent-grid-search .searchTitlearea .searchTitle {
    text-align: center;
  }
}
.oldevent-grid-search .searchTitlearea .searchTitle a {
  width: 100%;
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: #145587;
}
@media only screen and (max-width: 768px) {
  .oldevent-grid-search .searchTitlearea .searchTitle a {
    font-size: 20px;
  }
}
.oldevent-grid-search .searchTitlearea .login-header-date {
  display: flex;
  width: 100%;
  float: right;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.oldevent-grid-search .searchResultWrap {
  padding: 0 74px;
}
.oldevent-grid-search .eventLocation h2 {
  background: linear-gradient(180deg, #b7e1f7, transparent);
  padding: 14px 0;
  margin-bottom: 10px;
  line-height: inherit;
  text-align: center;
  font-size: 32px;
  color: #00457e;
}
.oldevent-grid-search .searchResultFormCols select {
  color: #31566a !important;
}
.oldevent-grid-search .eventlist.toolbar.bottom {
  background-color: transparent;
}
/**Patient Event Registration Grid Search CSS End*/
/* Register page Icon Change  Start*/
.form-create-account label.label:before {
  display: none;
}
form#form-validate .required label.label::before {
  display: inline-block;
}
/* Register page iCon change End*/
/*==============Landing Page=====================*/
.login-header-section .hpage-title-wrapper .page-title {
  font-size: 40px;
  color: #145587;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .login-header-section .hpage-title-wrapper .page-title {
    font-size: 30px !important;
    text-align: center;
  }
}
.login-header-section .hpage-title-wrapper .page-title a {
  font-size: 30px;
  color: #145587;
}
@media (max-width: 992px) {
  .login-header-section .hpage-title-wrapper .page-title a {
    font-size: 20px !important;
  }
}
.login-header-section .hpage-title-wrapper .page-title a:hover {
  text-decoration: none;
}
.login-header-section .hpage-title-wrapper .page-title a:active {
  color: #145587;
}
.website-box {
  min-height: 162px !important;
}
@media (max-width: 992px) {
  .website-box {
    width: 50% !important;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .website-box {
    width: 340px !important;
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 1060px) {
  .website-box .website-content {
    width: 57%;
  }
}
.website-box .website-content h2 {
  margin-top: 10px;
}
@media (max-width: 1060px) {
  .website-box .website-content h2 {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
.login-landing-content {
  border-top: 30px solid #155487 !important;
}
@media (max-width: 1060px) {
  .login-landing-content {
    width: 100% !important;
  }
}
.login-header-section {
  margin: 20px auto;
}
.login-header-section .login-header-date {
  color: #145587;
}
@media (max-width: 1060px) {
  .login-header-section {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .login-header-section {
    flex-flow: column;
    align-items: center;
  }
}
/*==============Event calendar =====================*/
.fc-scroller-liquid-absolute {
  position: relative !important;
}
.vertiflex-event-orderview .page-main {
  margin-top: 100px;
}
.vertiflex-event-orderview .container {
  max-width: auto;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-head ul li.col1 {
  width: 25%;
  padding: 0 10px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 {
  width: 25%;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div {
  font-size: 16px;
  color: #145587;
  padding: 30px 0 0 0;
  font-style: italic;
  text-align: right;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col1 div span {
  display: block;
  color: #9d9d9c;
  text-align: right;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col2 {
  width: 10%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  padding-top: 30px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col3 {
  width: 10%;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  padding-top: 30px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col5 {
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  padding-top: 30px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 {
  width: 12%;
  color: #9d9d9c;
  font-size: 15px;
  line-height: 40px;
  padding-top: 30px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col6 .event-detailInputTxt {
  width: 100%;
  border: 1px solid #145587;
  font-size: 22px;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont ul li.col3.delete img.fa-trash {
  margin-top: 10px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-head.method ul {
  width: 100%;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-head.method ul li.col1 {
  width: 100%;
}
.vertiflex-event-orderview .order-detailsBlock span#total-amt {
  padding-right: 10px;
  display: inline-block;
  float: right;
  font-size: 20px;
}
.vertiflex-event-orderview .order-detailsBlock .approval-details-cont.method {
  padding: 30px 10px;
  text-align: center;
}
.vertiflex-event-orderview .order-detailsBlock .address-details-cont {
  max-width: 420px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vertiflex-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  float: left;
  width: 46%;
  padding-left: 3%;
  display: none;
}
.vertiflex-event-orderview .order-detailsBlock .address-details-cont .approval-detailleft-section span {
  display: flex;
  align-items: flex-end;
}
.vertiflex-event-orderview .order-detailsBlock .address-details-cont .approval-detailright-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  float: right;
  width: 47%;
}
a#change-billing,
a#change-shipping {
  text-decoration: underline;
  color: #0000ee;
}
.vertiflex-event-orderview .order-detailsBlock a#change-billing,
.vertiflex-event-orderview .order-detailsBlock a#change-shipping {
  color: #fe0404;
  padding: 15px 0;
  display: block;
}
.vertiflex-event-orderview .order-detailsBlock button#calculate_for_vertiflex {
  margin-top: 30px;
  background: #07860d none repeat scroll 0% 0% !important;
}
.vertiflex-order-view .printOrder {
  padding: 10px 0 20px 0;
  text-align: right;
  padding-top: 0;
}
.vertiflex-order-view .order-details-col.col1 {
  width: 40%;
}
.vertiflex-order-view .order-details-col.col2 {
  width: 30%;
}
.vertiflex-order-view .order-details-col.col3 {
  width: 30%;
}
.vertiflex-order-view .order-details-col ul li {
  margin-bottom: 18px;
  color: #145587;
  text-transform: capitalize;
}
.vertiflex-order-view .order-details-col ul li span {
  width: 210px;
  display: inline-block;
  color: #fe0404;
  text-transform: uppercase;
  font-family: "SST Light";
}
.vertiflex-order-view .order-details-col h3 {
  font-size: 21px;
  text-transform: uppercase;
  color: #145587;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: "SST Light";
}
.vertiflex-order-view .order-details-col p {
  font-size: 21px;
  color: #9d9d9c;
  text-transform: uppercase;
  line-height: 28px;
}
.vertiflex-order-view .printOrder {
  padding: 10px 0 20px 0;
  text-align: right;
  padding-top: 0;
}
.vertiflex-order-view .printOrder a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fe0404;
  text-decoration: underline;
}
.vertiflex-order-view .order-details-col {
  float: left;
  font-size: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.vertiflex-order-view .block-order-details-view .block-content {
  display: block;
}
.vertiflex-order-view .block.block-order-details-view {
  padding: 0px 62px 00px;
}
.vertiflex-order-view .event-detailInputTxt {
  width: 100%;
  border: 1px solid #145587;
  font-family: "SST Roman";
  height: 37px !important;
  min-height: 37px !important;
  font-size: 22px !important;
  color: #9a9aa4;
  outline: none;
  margin-bottom: 5px;
  padding: 5px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.po-search-form > th:last-child {
  border-right: 0px solid #fff;
  width: 140px;
}
.po-search-form > th:nth-child(4) {
  width: 105px;
}
aside.modal-popup.rsvp_upload_popup_modal::before,
aside.modal-popup.rsvp_upload_popup_modal::after {
  content: "";
  display: block;
  clear: both;
}
aside.modal-popup.rsvp_upload_popup_modal .popupbox .popcontarea {
  padding-bottom: 0;
}
aside.modal-popup.rsvp_upload_popup_modal .uploadFile {
  margin: 0;
  padding: 15px 15px 15px;
}
@media (max-width: 767px) {
  aside.modal-popup.rsvp_upload_popup_modal a.closeModal {
    right: 0;
  }
}
@media (max-width: 767px) {
  aside.modal-popup.rsvp_upload_popup_modal .popupbox .popcontarea {
    padding: 5px 10px 15px;
  }
}
/*
&::before, &::after { content: ''; display: block; clear: both;}
*/
@media (min-width: 1900px) {
  .landingBanner {
    min-height: 780px;
  }
}
@media (max-width: 1030px) {
  .faq {
    width: auto;
    margin: 25px 2% 0;
  }
  .faq .qas h1 {
    font-size: 28px;
  }
  .myFodeventTbl-cont2 .container-fluid2 {
    width: auto;
    margin: 25px 2% 0;
  }
  .myFodeventTbl-head2 .container-fluid2 {
    width: auto;
    margin: 25px 2% 0;
  }
  .approval-middle-row {
    width: auto;
    margin: 25px 2% 0;
  }
  .resources {
    width: auto;
    margin: 25px 2% 0;
  }
  .page-layout-1column .page-title-wrapper h1.page-title {
    padding: 2px 0 0 22px;
  }
  .account-information-header .container {
    padding: 0 10px;
  }
  .block-title.approve-event.order {
    padding: 6px 20px;
    margin-bottom: 0 !important;
  }
  .myAccDashbordTbl-footer {
    width: auto;
  }
  .actionList {
    margin-right: 20px;
  }
  .pager {
    padding: 0 15px;
  }
  .myFodeventTbl-cont ul li span {
    font-size: 12px;
  }
  .tae-event-summary .main-container.col1-layout {
    width: 1330px;
  }
  .tae-event-summary section.mainCotainer {
    overflow-x: auto;
  }
  .tae-event-summary .myFodeventTbl-head2 .container-fluid2 {
    width: auto;
    margin: 0px 2% 0;
  }
  .message-box-block {
    padding: 20px 24px;
  }
  .message-box-block.red .message-block-content h2 {
    font-size: 22px;
  }
  .container-fluid {
    width: 100%;
    margin: 0 auto;
  }
  .limiter {
    margin-right: 0px;
  }
  .myFodeventTbl-head ul li,
  .myFodeventTbl-head ul li a {
    font-size: 12px;
  }
  .stim-event-pending .myFodeventTbl-head ul li.col3,
  .stim-event-pending .myFodeventTbl-cont ul li.col3 {
    width: 0%;
    padding: 0;
  }
  .stim-order-view .block.block-order-details-view {
    padding: 0px 0px 00px;
  }
  .stim-order-view .order-details-col {
    font-size: 18px;
  }
  .stim-order-view .order-details-col h3 {
    margin-bottom: 20px;
  }
  .stim-order-view .order-details-col p {
    font-size: 18px;
  }
  .stim-order-view .order-details-col ul li span {
    width: 190px;
  }
  .order-details-wrap .container {
    width: auto;
  }
  .block.block-dashboard-orders .block-content {
    overflow-x: auto;
  }
  .myAccDashbord .table-wrapper.orders-recent {
    width: 1280px;
  }
  .block-dashboard-orders .table-wrapper.orders-recent {
    margin-top: 0;
  }
  .myAccDashbordTbl-cont ul li.col1 {
    word-break: break-all;
  }
}
@media (max-width: 991px) {
  .bannerInfo {
    width: 740px;
  }
  .c-bsnevents-video-section {
    width: 200px;
    height: 160px;
    margin-right: 40px;
  }
  .landingBanner {
    width: 100%;
    height: 100%;
    min-height: 850px;
  }
  .bannerInfo h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .c-bsnevents-video-section h3 {
    font-size: 13px;
  }
  .c-bsnevents-video-section p {
    font-size: 11px;
  }
  .homepage {
    width: auto;
    margin: 25px 2%0;
  }
  .trainning-video-wrapper {
    width: auto;
    height: auto;
  }
  .resources ul li {
    width: 30.5%;
  }
  .resources p {
    font-size: 13px;
    height: 40px;
  }
  .resources h1 {
    font-size: 22px;
  }
  .order-details-wrap.myAccDashbord {
    overflow: hidden;
  }
  .table-wrapper.orders-recent {
    overflow-x: auto;
  }
  .table-wrapper.orders-recent table {
    width: 1200px;
  }
  .form-address-edit .fieldset {
    width: 100%;
  }
  .form-edit-account .fieldset {
    width: 100%;
  }
  .fieldset {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .legend > span {
    margin-right: 0;
    font-size: 16px !important;
  }
  .viewlink {
    padding-top: 2px;
    font-size: 14px;
  }
  .form-address-new fieldset.fieldset {
    width: 45%;
  }
  .form-address-new .label {
    font-size: 16px;
  }
  .form-address-edit .label {
    font-size: 16px;
  }
  .form-edit-account .label {
    font-size: 16px;
  }
  a.addNewAddress {
    font-size: 12px;
  }
  .add-new-address-header {
    font-size: 20px;
  }
  .form-edit-account .actions-toolbar {
    padding: 0px 30px;
  }
  .choice label.label {
    font-size: 14px;
  }
  .control input {
    font-size: 16px;
  }
  .form-address-new select {
    font-size: 16px;
  }
  .form-address-new select {
    height: 30px;
    min-height: 30px;
  }
  .myAccDashbordTable {
    overflow-x: auto;
  }
  .myAccDashbordTbl-head {
    width: 1280px;
  }
  .myAccDashbordTbl-cont {
    width: 1280px;
  }
  .myAccDashbordTbl-footer {
    width: 1280px;
  }
  .myFodeventTable {
    overflow-x: auto;
  }
  .myFodeventTable .myFodeventTbl-head {
    width: 1280px;
  }
  .myFodeventTable .myFodeventTbl-cont {
    width: 1280px;
  }
  .myFodeventTable .order-products-toolbar {
    width: 1280px;
    padding: 10px 44px;
    box-sizing: border-box;
  }
  .pager {
    padding: 0px;
  }
  .message-box-block.red .message-block-content {
    padding-left: 75px;
    background-size: 50px;
  }
  .myFodeventTbl-footer {
    padding: 10px 44px;
    width: 1280px;
    box-sizing: border-box;
  }
  .myAccDashbordTbl-head ul li.col1-1,
  .myAccDashbordTbl-cont ul li.col1-1 {
    width: 0;
    padding: 0;
  }
  .stim-order-view .order-details-col ul li span {
    width: 135px;
  }
  .stim-order-view .order-details-col ul li {
    font-size: 14px;
  }
  .stim-order-view .order-details-col p {
    font-size: 14px;
  }
  .approval-details-cont ul li.col1 div {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .order-detailsBlock .approval-details-cont ul li.col6 {
    width: 15%;
  }
  .order-detailsBlock .approval-details-head ul li.col6 {
    width: 15%;
  }
  .order-detailsBlock .approval-details-cont ul li.col3 {
    width: 14%;
  }
  .order-detailsBlock .approval-details-head ul li.col3 {
    width: 14%;
  }
  .stim-order-view .order-detailsBlock .approval-details-head ul li:last-child {
    width: 10px;
  }
  .order-detailsBlock .approval-details-head ul li.col3.delete {
    width: 30px !important;
    padding: 0 !important;
  }
  .order-detailsBlock .approval-details-cont ul li.col3.delete {
    width: 30px !important;
    padding: 0 !important;
  }
  .order-detailsBlock .approval-details-head ul li.col1 {
    width: 38%;
  }
  .order-detailsBlock .approval-details-cont ul li.col1 {
    width: 38%;
  }
  .order-detailsBlock .approval-details-head ul li.col5 {
    width: 18%;
  }
  .order-detailsBlock .approval-details-cont ul li.col5 {
    width: 18%;
  }
  .stim-order-view .printOrder {
    padding: 10px 6px 20px 0;
  }
  .order-detailsBlock .approval-details-head.method ul li.col1 {
    width: 100%;
  }
  .table-wrapper.orders-recent table.recent {
    width: 100%;
  }
  .innerShapeLeft .VIDEO-TITLES {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  div#postage-po-wrapper label {
    margin-bottom: 10px;
    display: block;
  }
  .bannerInfo {
    width: auto;
  }
  .c-bsnevents-video-section {
    margin-right: 0;
  }
  .bannerInfo h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: transparent;
  }
  .tae-event-lists .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: transparent;
  }
  .tae-event-lists .modal-popup.modal-slide {
    left: 0px;
  }
  .tae-event-lists .modals-overlay {
    z-index: 99 !important;
    background-color: #000000d4;
  }
  .innerShapeLeft {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .innerShapeRight {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .faq .qas h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .resources ul li {
    width: 96%;
    float: none;
    margin: 20px 2% 30px;
    height: auto !important;
  }
  .resources p {
    font-size: 16px;
    height: auto;
  }
  .account .page-main {
    padding-top: 0;
    overflow-x: hidden;
  }
  .welcome-message {
    padding: 0 10px;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 10px;
    text-align: left !important;
  }
  .view_list,
  .view_list-number {
    text-align: left;
  }
  .form-edit-account {
    float: none;
    width: 100%;
  }
  .form-address-edit {
    float: none;
    width: 100%;
  }
  .order-details-wrap.myAccDashbord {
    padding-bottom: 40px;
  }
  .form-address-new fieldset.fieldset {
    width: 100%;
  }
  .page-layout-1column .page-title-wrapper h1.page-title {
    padding: 2px 0 0 15px;
  }
  .actionList {
    margin-right: 15px;
  }
  .stim-order-view .block.block-order-details-view {
    padding: 0px 0px 00px;
    overflow-x: auto;
  }
  .order-details-info {
    padding: 0px 0 35px 0;
    width: 750px;
  }
  .order-details-items {
    padding: 0 !important;
    border: 0;
    width: 750px;
  }
  .order-details-items .order-title {
    display: none;
  }
  .stim-order-view .printOrder {
    padding: 10px 14px 20px 0;
  }
  .c-bsnevents-video-section {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .c-bsnevents-video-section.nomargin {
    margin-right: auto;
  }
  .bannerInfo {
    top: 45%;
  }
}
@media (max-width: 500px) {
  .page-layout-1column .page-title-wrapper h1.page-title {
    font-size: 20px;
    padding: 6px 0 0 15px;
  }
  .actionList select {
    width: 85px;
  }
  #modal-content-0 .popupbox .popcontarea textarea {
    width: 210px !important;
  }
  .message-box-block.red .message-block-content {
    padding-left: 60px;
    background-size: 40px;
  }
  .eventPrintCols {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0;
  }
  .bannerInfo {
    top: 43%;
  }
  .block-title.approve-event.order strong {
    line-height: 23px;
    font-size: 15px !important;
  }
  .block-title.approve-event.order {
    padding: 6px 10px;
  }
  .block-dashboard-orders .approve-event .actionList select {
    height: 25px !important;
    line-height: 25px;
    font-size: 12px;
  }
  .block-dashboard-orders .block-title.approve-event.order {
    line-height: 30px;
  }
  .discount-wappper.eventPrint {
    width: 100%;
    margin: auto;
    padding: 10px 0px 10px;
  }
  .discount-wappper.eventPrint a {
    float: none !important;
    display: block !important;
  }
  .discount-wappper.eventPrint h3 {
    margin: 0px 0 10px;
    display: inline-block;
  }
  .eventPrintInfo {
    width: 50%;
    padding-left: 20px;
    padding-right: 0px;
  }
  .leftdiscount-wappper {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rightdiscount-wappper {
    float: right;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .page-layout-1column .page-title-wrapper h1.page-title {
    font-size: 14px;
    padding: 4px 0 0 15px;
  }
  .actionList button {
    padding: 6px 10px;
    height: 25px;
    font-size: 11px;
    float: right;
  }
  .actionList select {
    height: 25px !important;
    border-radius: 0 !important;
    border: 0 !important;
    width: 70px;
    float: left;
  }
  .bannerInfo {
    top: 40%;
  }
}
/*===============08-11-22=============*/
.modal-popup_tae_order_item_popup {
  /*
A HORIZONTAL event
*/
  /*==========Calender CSS===============*/
  /*.fc-day-future.fc-day-other, .fc-day-future.fc-day-other  .shipping{
  background: rgb(243 243 243 / 0.52) !important;
  opacity: 1 !important;
 }*/
  /*==============16-12-20==============*/
  /*  .td_second_date .fc-daygrid-day-number {
    color: #fff;
  }*/
}
.modal-popup_tae_order_item_popup .fc-not-allowed,
.modal-popup_tae_order_item_popup .fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.modal-popup_tae_order_item_popup .fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal-popup_tae_order_item_popup .fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.modal-popup_tae_order_item_popup .fc,
.modal-popup_tae_order_item_popup .fc *,
.modal-popup_tae_order_item_popup .fc *:before,
.modal-popup_tae_order_item_popup .fc *:after {
  box-sizing: border-box;
}
.modal-popup_tae_order_item_popup .fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.modal-popup_tae_order_item_popup .fc th {
  text-align: center;
}
.modal-popup_tae_order_item_popup .fc th,
.modal-popup_tae_order_item_popup .fc td {
  vertical-align: top;
  padding: 0;
}
.modal-popup_tae_order_item_popup .fc a[data-navlink] {
  cursor: pointer;
}
.modal-popup_tae_order_item_popup .fc a[data-navlink]:hover {
  text-decoration: underline;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.modal-popup_tae_order_item_popup .fc-theme-standard td,
.modal-popup_tae_order_item_popup .fc-theme-standard th {
  border: 1px solid #ddd;
}
.modal-popup_tae_order_item_popup .fc-liquid-hack td,
.modal-popup_tae_order_item_popup .fc-liquid-hack th {
  position: relative;
}
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.modal-popup_tae_order_item_popup .fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-popup_tae_order_item_popup .fc-icon-chevron-left:before {
  content: "\e900";
}
.modal-popup_tae_order_item_popup .fc-icon-chevron-right:before {
  content: "\e901";
}
.modal-popup_tae_order_item_popup .fc-icon-chevrons-left:before {
  content: "\e902";
}
.modal-popup_tae_order_item_popup .fc-icon-chevrons-right:before {
  content: "\e903";
}
.modal-popup_tae_order_item_popup .fc-icon-minus-square:before {
  content: "\e904";
}
.modal-popup_tae_order_item_popup .fc-icon-plus-square:before {
  content: "\e905";
}
.modal-popup_tae_order_item_popup .fc-icon-x:before {
  content: "\e906";
}
.modal-popup_tae_order_item_popup .fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal-popup_tae_order_item_popup .fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.modal-popup_tae_order_item_popup .fc .fc-button {
  -webkit-appearance: button;
}
.modal-popup_tae_order_item_popup .fc .fc-button:not(:disabled) {
  cursor: pointer;
}
.modal-popup_tae_order_item_popup .fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.modal-popup_tae_order_item_popup .fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-button:hover {
  text-decoration: none;
}
.modal-popup_tae_order_item_popup .fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.modal-popup_tae_order_item_popup .fc .fc-button:disabled {
  opacity: 0.65;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:disabled {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled):active,
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled):active:focus,
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.modal-popup_tae_order_item_popup .fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.modal-popup_tae_order_item_popup .fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.modal-popup_tae_order_item_popup .fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.modal-popup_tae_order_item_popup .fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-button-group > .fc-button:focus,
.modal-popup_tae_order_item_popup .fc .fc-button-group > .fc-button:active,
.modal-popup_tae_order_item_popup .fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-popup_tae_order_item_popup .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: -2px;
}
.modal-popup_tae_order_item_popup .fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.modal-popup_tae_order_item_popup .fc .fc-toolbar-title {
  font-size: 16px;
  margin: 0 0 8px;
  color: #c60311;
  text-transform: uppercase;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}
.modal-popup_tae_order_item_popup .fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.modal-popup_tae_order_item_popup .fc .fc-scroller-liquid {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.modal-popup_tae_order_item_popup .fc .fc-scroller-harness-liquid {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
.modal-popup_tae_order_item_popup .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid,
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-liquid {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section {
  height: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section > td {
  height: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section table {
  height: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-liquid {
  height: auto;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-header > *,
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-body table,
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}
.modal-popup_tae_order_item_popup .fc-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.modal-popup_tae_order_item_popup .fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}
.modal-popup_tae_order_item_popup .fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
.modal-popup_tae_order_item_popup .fc .fc-bg-event,
.modal-popup_tae_order_item_popup .fc .fc-non-business,
.modal-popup_tae_order_item_popup .fc .fc-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-bg-event {
  background: #8fdf82;
  opacity: 0.3;
}
.modal-popup_tae_order_item_popup .fc .fc-bg-event .fc-event-title {
  margin: 16px 0 0;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
}
.modal-popup_tae_order_item_popup .fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
}
.modal-popup_tae_order_item_popup .fc .fc-cell-shaded,
.modal-popup_tae_order_item_popup .fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
}
.modal-popup_tae_order_item_popup a.fc-event,
.modal-popup_tae_order_item_popup a.fc-event:hover {
  text-decoration: none;
}
.modal-popup_tae_order_item_popup .fc-event[href],
.modal-popup_tae_order_item_popup .fc-event.fc-event-draggable {
  cursor: pointer;
}
.modal-popup_tae_order_item_popup .fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}
.modal-popup_tae_order_item_popup .fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.modal-popup_tae_order_item_popup .fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}
.modal-popup_tae_order_item_popup .fc-event:hover .fc-event-resizer,
.modal-popup_tae_order_item_popup .fc-event-selected .fc-event-resizer {
  display: block;
}
.modal-popup_tae_order_item_popup .fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
}
.modal-popup_tae_order_item_popup .fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.modal-popup_tae_order_item_popup .fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.modal-popup_tae_order_item_popup .fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.modal-popup_tae_order_item_popup .fc-h-event {
  display: block;
  border: 1px solid #3788d8;
  background-color: #3788d8;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-main {
  color: #fff;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-main-frame {
  display: flex;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.modal-popup_tae_order_item_popup .fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
}
.modal-popup_tae_order_item_popup .fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
}
.modal-popup_tae_order_item_popup :root {
  --fc-daygrid-event-dot-width: 8px;
}
.modal-popup_tae_order_item_popup .fc .fc-popover {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.modal-popup_tae_order_item_popup .fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
.modal-popup_tae_order_item_popup .fc .fc-popover-title {
  margin: 0 2px;
}
.modal-popup_tae_order_item_popup .fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
.modal-popup_tae_order_item_popup .fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  background: #fff;
}
.modal-popup_tae_order_item_popup .fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-frame:before,
.modal-popup_tae_order_item_popup .fc-daygrid-day-events:before,
.modal-popup_tae_order_item_popup .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-frame:after,
.modal-popup_tae_order_item_popup .fc-daygrid-day-events:after,
.modal-popup_tae_order_item_popup .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
.modal-popup_tae_order_item_popup .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1.3;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  color: #000;
  line-height: 12px;
  font-size: 13px;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-events {
  margin-top: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event-harness {
  position: relative;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  color: #808080;
}
.modal-popup_tae_order_item_popup .fc .fc-more-popover {
  z-index: 8;
}
.modal-popup_tae_order_item_popup .fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}
.modal-popup_tae_order_item_popup .fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}
.modal-popup_tae_order_item_popup .fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  /*font-size: .85em;*/
  font-size: 0.2em;
}
.modal-popup_tae_order_item_popup .fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}
.modal-popup_tae_order_item_popup .fc-daygrid-block-event .fc-event-time,
.modal-popup_tae_order_item_popup .fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}
.modal-popup_tae_order_item_popup .fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.modal-popup_tae_order_item_popup .fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: bold;
}
.modal-popup_tae_order_item_popup .fc-daygrid-dot-event:hover,
.modal-popup_tae_order_item_popup .fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}
.modal-popup_tae_order_item_popup .fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.modal-popup_tae_order_item_popup .fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border-radius: 4px;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}
.modal-popup_tae_order_item_popup .fc-v-event {
  display: block;
  border: 1px solid #3788d8;
  background-color: #3788d8;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-main {
  color: #fff;
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-popup_tae_order_item_popup .fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-popup_tae_order_item_popup .fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
.modal-popup_tae_order_item_popup .fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
.modal-popup_tae_order_item_popup .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
}
.modal-popup_tae_order_item_popup .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
}
.modal-popup_tae_order_item_popup .fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
}
.modal-popup_tae_order_item_popup .fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
}
.modal-popup_tae_order_item_popup .fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-divider {
  padding: 0 0 2px;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-body {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-chunk {
  position: relative;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot:empty:before {
  content: "\00a0";
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot-label {
  vertical-align: middle;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-cushion,
.modal-popup_tae_order_item_popup .fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}
.modal-popup_tae_order_item_popup .fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}
.modal-popup_tae_order_item_popup .fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-col-bg,
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-col-events,
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-bg {
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-col-events {
  z-index: 3;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event-harness-inset .fc-timegrid-event,
.modal-popup_tae_order_item_popup .fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event {
  font-size: 0.85em;
  border-radius: 3px;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  margin-bottom: 1px;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
.modal-popup_tae_order_item_popup .fc-timegrid-event-condensed .fc-event-time:after {
  content: "\00a0-\00a0";
}
.modal-popup_tae_order_item_popup .fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
}
.modal-popup_tae_order_item_popup .fc-media-screen .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-width: 1px 0 0;
}
.modal-popup_tae_order_item_popup .fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.modal-popup_tae_order_item_popup :root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}
.modal-popup_tae_order_item_popup .fc-theme-standard .fc-list {
  border: 1px solid #ddd;
}
.modal-popup_tae_order_item_popup .fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-popup_tae_order_item_popup .fc .fc-list-empty-cushion {
  margin: 5em 0;
}
.modal-popup_tae_order_item_popup .fc .fc-list-table {
  width: 100%;
  border-style: hidden;
  /* kill outer border on theme */
}
.modal-popup_tae_order_item_popup .fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-list-sticky .fc-list-day > * {
  /* the cells */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
}
.modal-popup_tae_order_item_popup .fc .fc-list-table th {
  padding: 0;
  /* uses an inner-wrapper instead... */
}
.modal-popup_tae_order_item_popup .fc .fc-list-table td,
.modal-popup_tae_order_item_popup .fc .fc-list-day-cushion {
  padding: 8px 14px;
}
.modal-popup_tae_order_item_popup .fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
  /* clear floating */
}
.modal-popup_tae_order_item_popup .fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-list-day-text,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-list-day-side-text,
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-list-day-text {
  float: right;
}
.modal-popup_tae_order_item_popup .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}
.modal-popup_tae_order_item_popup .fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
  /* whole row will seem clickable */
}
.modal-popup_tae_order_item_popup .fc .fc-list-event:hover td {
  background-color: #f5f5f5;
}
.modal-popup_tae_order_item_popup .fc .fc-list-event-graphic,
.modal-popup_tae_order_item_popup .fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.modal-popup_tae_order_item_popup .fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border-radius: 5px;
}
.modal-popup_tae_order_item_popup .fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}
.modal-popup_tae_order_item_popup .fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}
.modal-popup_tae_order_item_popup .fc-theme-bootstrap a:not([href]) {
  color: inherit;
}
.modal-popup_tae_order_item_popup table.fc-col-header,
.modal-popup_tae_order_item_popup table.fc-scrollgrid-sync-table,
.modal-popup_tae_order_item_popup .fc-daygrid-body-natural {
  width: 100% !important;
}
.modal-popup_tae_order_item_popup #calendar {
  max-width: 1100px;
  margin: 0 auto;
}
.modal-popup_tae_order_item_popup .fc-day-sat .processingday,
.modal-popup_tae_order_item_popup .fc-day-sat .shipping {
  background: var(--fc-bg-event-color, #8fdf82) !important;
  opacity: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 80px;
  background: #fdfdfd !important;
}
.modal-popup_tae_order_item_popup .fc-day-other .fc-daygrid-day-frame {
  background: #fff;
}
.modal-popup_tae_order_item_popup .fc-day-sun > .fc-daygrid-day-frame {
  background: #f3f3f3 !important;
  opacity: 1;
  z-index: 9999;
}
.modal-popup_tae_order_item_popup .fc-day-other .fc-day-future {
  background: transparent !important;
}
.modal-popup_tae_order_item_popup .shipping .fc-event-title {
  color: #f00;
}
.modal-popup_tae_order_item_popup .fc-day-other .fc-event-future .fc-event-title {
  /*color: #7d3643; */
}
.modal-popup_tae_order_item_popup .fc .fc-bg-event {
  opacity: 1;
}
.modal-popup_tae_order_item_popup td {
  opacity: 1 !important;
}
.modal-popup_tae_order_item_popup .fc-h-event {
  border: transparent;
  background-color: transparent;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-main {
  color: #000;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-top {
  display: block;
  text-align: center;
}
.modal-popup_tae_order_item_popup .delivery_date .fc-event-title,
.modal-popup_tae_order_item_popup .today .fc-event-title {
  bottom: 15px;
  position: absolute;
  text-align: center;
  padding: 0;
  left: 0 !important;
  right: 0;
  font-style: normal !important;
}
.modal-popup_tae_order_item_popup .fc-event-title {
  bottom: 10px !important;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: absolute;
  min-height: 100%;
  top: -1px;
  padding: 0 !important;
  margin-bottom: 0;
}
.modal-popup_tae_order_item_popup .fc-event-title.fc-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  color: #f22136;
  font-weight: 600;
  padding: 0 20px;
  /*white-space: break-spaces;*/
  white-space: normal;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: italic !important;
  font-size: 10px;
  line-height: 10px;
  margin-top: -10px;
}
.modal-popup_tae_order_item_popup .processingday .fc-event-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  /*background: url(../../frontend/UEG/Bsn/en_US/images/printturnBg.png) repeat-x center center;*/
  font-size: 0 !important;
  height: 29px;
}
.modal-popup_tae_order_item_popup .start_date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  color: #94545a;
  padding: 0 10px;
  /* white-space: break-spaces;*/
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: bold;
}
.modal-popup_tae_order_item_popup .start_date .fc-event-title {
  font-style: normal !important;
}
.modal-popup_tae_order_item_popup .fc-day-sat {
  position: relative;
}
.modal-popup_tae_order_item_popup .fc-day.fc-day-sat .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  background: #f3f3f3 !important;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.modal-popup_tae_order_item_popup .fc-day.fc-day-sat .fc-daygrid-day-number {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-top {
  z-index: 33;
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-events {
  z-index: 22;
  width: 100%;
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-bg {
  z-index: 44;
  width: 100%;
}
.modal-popup_tae_order_item_popup .processingday:nth-child(2) {
  background: red;
}
.modal-popup_tae_order_item_popup .one .firstclass .fc-event-title {
  /*background: url(../../frontend/UEG/Bsn/en_US/images/firstclassBgline.png) repeat-x center center;*/
  margin: 0.5em 0 !important;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-day-bg .one .firstclass.fc-bg-event {
  background: #9ebadf;
  z-index: 99;
  top: initial;
  bottom: 0;
}
.modal-popup_tae_order_item_popup .two.bulkmail {
  background: #e2eaf5;
}
.modal-popup_tae_order_item_popup .event_date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  color: #fff;
  padding: 0 30px;
  white-space: break-spaces;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: normal !important;
}
.modal-popup_tae_order_item_popup .event_date .fc-event-title {
  z-index: 99;
  top: initial;
  bottom: 0;
  color: #fff;
}
.modal-popup_tae_order_item_popup .second_date_label .fc-event-title {
  color: #7d3643;
}
.modal-popup_tae_order_item_popup .td_event_date .fc-daygrid-day-number {
  color: #fff;
}
.modal-popup_tae_order_item_popup .fc-day-sun .processingday,
.modal-popup_tae_order_item_popup .fc-day-sat .processingday {
  background: none !important;
}
.modal-popup_tae_order_item_popup .fc-day-sun .processingday .fc-event-title,
.modal-popup_tae_order_item_popup .fc-day-sat .processingday .fc-event-title {
  background: none !important;
}
.modal-popup_tae_order_item_popup .fc-daygrid-day-number {
  text-decoration: none !important;
  top: 0;
  display: block;
  color: #757575;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary {
  background: #1863a6;
  border: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:hover {
  background: #003c71;
  border: 0;
}
.modal-popup_tae_order_item_popup .fc .fc-button {
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  border-radius: 0;
  border: 0 !important;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:focus {
  box-shadow: none;
}
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled):active:focus,
.modal-popup_tae_order_item_popup .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event-harness {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
}
.modal-popup_tae_order_item_popup .fc .fc-daygrid-event {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-main {
  height: 100%;
}
.modal-popup_tae_order_item_popup .fc-h-event .fc-event-main-frame {
  display: flex;
  align-items: center;
  height: 100%;
}
.modal-popup_tae_order_item_popup .today_processing {
  background: transparent !important;
}
.modal-popup_tae_order_item_popup .today_processing .fc-event-title {
  text-align: center;
  bottom: -2px !important;
  position: absolute;
  left: 0;
  right: 0;
}
.modal-popup_tae_order_item_popup .fc-scroller-harness th a.fc-col-header-cell-cushion {
  font-weight: 600;
  font-size: 14px;
  color: #006bb4;
}
.registered_patient {
  position: relative;
}
.registered_patient button.btn.rsvp-btn-save-grid {
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: -56px;
  left: 194px;
}
@media (max-width: 1200px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-default {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-default {
    padding: 0 0 30px;
  }
}
@media (max-width: 1200px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-title {
    padding: 0 20px;
  }
}
@media (max-width: 1340px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items thead {
    display: none;
  }
}
@media (max-width: 1200px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items thead tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items tbody {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items tbody tr {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1200px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items tbody tr td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items tbody tr td {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 5px 10px;
    white-space: normal;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content table.table-additional-addresses-items tbody tr td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 576px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .toolbar {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .toolbar.bottom .pager {
    display: grid;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .toolbar.bottom .pager .toolbar-amount {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .toolbar.bottom .pager .pages {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 1340px) {
  .account.customer-address-index .page-main .columns .column.main .actions-toolbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .account.customer-address-index .page-main .columns .column.main .actions-toolbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .actions-toolbar button {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .resources-index-faq .page-main .columns .column.main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .resources-index-faq .page-main .columns .column.main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .resources-index-faq .page-main .columns .column.main .faq .Normal {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .resources-index-faq .page-main .columns .column.main .faq .qas {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .resources-index-training .page-main .columns .column.main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .resources-index-training .page-main .columns .column.main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .resources-index-training .page-main .columns .column.main .Normal {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .resources-index-training .page-main .columns .column.main .innerShapeLeft {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .resources-index-training .page-main .columns .column.main .innerShapeRight {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .resources-index-contact .page-main .columns .column.main {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .resources-index-contact .page-main .columns .column.main .contact {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-left .Normal {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right form p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right form p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right form p input[type="email"] {
    height: 40px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right form p select {
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .resources-index-contact .page-main .columns .column.main .contact .contact-right form p textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .resources-index-index .page-main .columns .column.main,
  .resources-index-upload .page-main .columns .column.main {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .resources-index-index .page-main .columns .column.main .resources .resource-details ul,
  .resources-index-upload .page-main .columns .column.main .resources .resource-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .resources-index-index .page-main .columns .column.main .resources .resource-details ul li,
  .resources-index-upload .page-main .columns .column.main .resources .resource-details ul li {
    flex: 0 0 46%;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 576px) {
  .resources-index-index .page-main .columns .column.main .resources .resource-details ul li,
  .resources-index-upload .page-main .columns .column.main .resources .resource-details ul li {
    flex: 0 0 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 1340px) {
  .account.sales-order-history .page-main {
    margin-top: 78px;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .account.sales-order-history .page-main .columns .column.main {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-head {
    display: none;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-cont {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-cont ul {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-cont ul li {
    display: block;
    width: 100% !important;
    text-align: left !important;
    border: 0;
    padding: 5px 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-cont ul li .event-detailSelect {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-cont ul li:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 1240px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-footer {
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-footer .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .account.sales-order-history .page-main .columns .column.main .myAccDashbordTable .myAccDashbordTbl-footer .pager .pages {
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .tae-event-pending .page-main .columns .column.main,
  .tae-event-approved .page-main .columns .column.main,
  .tae-event-completed .page-main .columns .column.main,
  .tae-event-closeout .page-main .columns .column.main,
  .oldevent-grid-approved .page-main .columns .column.main,
  .tae-event-denied .page-main .columns .column.main,
  .tae-event-cancelled .page-main .columns .column.main {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-head {
    display: none;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li {
    width: 100% !important;
    display: block;
    float: none;
    text-align: left !important;
    border: 0;
    padding: 5px 10px;
    margin-bottom: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li span {
    padding: 0 !important;
    display: inline-block;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .myFodeventTbl-cont ul li:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .order-products-toolbar {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tae-event-pending .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-completed .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-closeout .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .oldevent-grid-approved .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-denied .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-cancelled .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages {
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .tae-event-wip .page-main .columns .column.main,
  .tae-event-archive .page-main .columns .column.main {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .tae-event-wip .page-main .columns .column.main .orderquearea,
  .tae-event-archive .page-main .columns .column.main .orderquearea {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .orderquearea .grid-title-wrapper,
  .tae-event-archive .page-main .columns .column.main .orderquearea .grid-title-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .orderquearea .grid-title-wrapper img,
  .tae-event-archive .page-main .columns .column.main .orderquearea .grid-title-wrapper img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .orderquearea .grid-title-wrapper .orderqueactionList,
  .tae-event-archive .page-main .columns .column.main .orderquearea .grid-title-wrapper .orderqueactionList {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable {
    overflow-x: auto;
  }
}
@media (max-width: 1199px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderqueheadcont,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderqueheadcont {
    position: static !important;
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderqueheadcont,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderqueheadcont {
    display: none;
  }
}
@media (max-width: 1340px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderqueheadcont ul,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderqueheadcont ul {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1340px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul {
    display: flex;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li {
    width: 100% !important;
    display: block;
    float: none;
    text-align: left !important;
    border: 0;
    padding: 5px 10px;
    margin-bottom: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li span,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li span {
    padding: 0 !important;
    display: inline-block;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li .quepdfarea,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li .quepdfarea {
    padding: 10px 0;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li .quepdfarea div,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li .quepdfarea div {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li:before,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li.no-label:before,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .orderquebodycont ul li.no-label:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .order-products-toolbar,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .order-products-toolbar {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tae-event-wip .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages,
  .tae-event-archive .page-main .columns .column.main .myFodeventTable .order-products-toolbar .pager .pages {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cms-tae-tool-box-postal-mail .page-main .columns .column.main .main-content .cn_content_section .wc_full_width {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .cms-tae-tool-box-postal-mail .page-main .columns .column.main .main-content .cn_content_section .wc_full_width .one_fourth_sec {
    flex: 0 0 46%;
  }
}
@media (max-width: 940px) {
  .cms-tae-tool-box-postal-mail .page-main .columns .column.main .main-content .cn_content_section .wc_full_width .one_fourth_sec {
    flex: 0 0 45%;
  }
}
@media (max-width: 576px) {
  .cms-tae-tool-box-postal-mail .page-main .columns .column.main .main-content .cn_content_section .wc_full_width .one_fourth_sec {
    flex: 0 0 100%;
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  .resources-index-edit .page-main .columns .column.main .resources .approval-middle-row label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .resources-index-edit .page-main .columns .column.main .resources .approval-middle-row .event-detailInputTxt {
    font-size: 18px;
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .tae-event-channelreport .page-main .columns .column.main .po-fprm-wrapper,
  .resources-fund-add .page-main .columns .column.main .po-fprm-wrapper {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .tae-event-channelreport .page-main .columns .column.main .po-fprm-wrapper .page-title h1,
  .resources-fund-add .page-main .columns .column.main .po-fprm-wrapper .page-title h1 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .tae-event-channelreport .page-main .columns .column.main .po-fprm-wrapper .po-middle-row label,
  .resources-fund-add .page-main .columns .column.main .po-fprm-wrapper .po-middle-row label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .tae-event-channelreport .page-main .columns .column.main .po-fprm-wrapper .po-middle-row .event-detailInputTxt,
  .resources-fund-add .page-main .columns .column.main .po-fprm-wrapper .po-middle-row .event-detailInputTxt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-info {
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-info .printOrder {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-info .order-details-col {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-info .order-details-col.col1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-head.pop-up-custom {
    display: none;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-head.method {
    overflow: unset;
  }
}
@media (max-width: 479px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-head.method ul li .order_total_calc {
    float: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-head ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont ul {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont ul li {
    display: block;
    width: 100% !important;
    float: none;
    text-align: left !important;
    padding: 5px 10px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont ul li figure {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont ul li:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont ul li.no-label:before {
    display: none;
  }
}
@media (max-width: 479px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont.notremove .approval-send-to {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont.notremove .approval-send-to label {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBlock .approval-details-cont.notremove .approval-send-to .event-detail-select {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBtm a.backOrderHistory {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBtm .order-detailsBtm-total {
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBtm .order-detailsBtm-total:before,
  .account.stim-order-view .page-main .columns .column.main .block-order-details-view .order-details-items .order-detailsBtm .order-detailsBtm-total:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .resources-fund-index .page-main .columns .column.main,
  .resources-fund-newpo .page-main .columns .column.main {
    padding-bottom: 30px;
  }
}
@media (max-width: 1340px) {
  .resources-fund-index .page-main .columns .column.main .page-title,
  .resources-fund-newpo .page-main .columns .column.main .page-title {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .resources-fund-index .page-main .columns .column.main .page-title h1,
  .resources-fund-newpo .page-main .columns .column.main .page-title h1 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .resources-fund-index .page-main .columns .column.main .page-title h1 .userrightarea a,
  .resources-fund-newpo .page-main .columns .column.main .page-title h1 .userrightarea a {
    margin: 10px 0 15px;
  }
}
@media (max-width: 1340px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table thead,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table thead {
    display: none;
  }
}
@media (max-width: 1200px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table thead tr th,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table thead tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
@media (max-width: 1200px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    white-space: normal;
    border: 0;
  }
}
@media (max-width: 1200px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th select,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th select,
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th input[type="text"],
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th input[type="text"] {
    width: 150px;
  }
}
@media (max-width: 479px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th select,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th select,
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th input[type="text"],
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th:empty,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th:empty {
    display: none;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th:before,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr th.no-label:before,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr th.no-label:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    white-space: normal;
    border: 0;
  }
}
@media (max-width: 479px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td select,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td.option,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td.option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td.option a,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td.option a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td:before,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details form table tbody tr td.no-label:before,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td.no-label:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details .order-products-toolbar .pager,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details .order-products-toolbar .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .resources-fund-index .page-main .columns .column.main .po-map-details .order-products-toolbar .pager .pages,
  .resources-fund-newpo .page-main .columns .column.main .po-map-details .order-products-toolbar .pager .pages {
    justify-content: center;
    padding-bottom: 10px;
  }
}
.resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td .search-rep-dropdown {
  background: none;
  padding: 0;
  width: unset;
  margin: 0;
}
@media (max-width: 767px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td .search-rep-dropdown {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form table tbody tr td .search-rep-dropdown input {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form .order-products-toolbar {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form .order-products-toolbar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form .order-products-toolbar .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .resources-fund-newpo .page-main .columns .column.main .po-map-details form .order-products-toolbar .pager .pages {
    justify-content: center;
    padding-bottom: 10px;
  }
}
.stim-order-view ul.items.order-links {
  display: none;
}
@charset "utf-8";
/* CSS Document */
/*html, body {
    width: 100%;
    overflow-x: hidden;
} */
body.tae-account-regionview,
body.tae-account-dashboard {
  background: #fff;
}
.tae-account-regionview .column.main,
.tae-account-dashboard .column.main,
.tae-account-areadashbaord .column.main,
.tae-account-dashboard .column.main,
.tae-account-ids_areamap .column.main,
.tae-account-ids_regionview .column.main,
.tae-account-ids_areadashbaord .column.main,
.tae-account-areadashboard .column.main,
.tae-account-regiondashboard .column.main,
.tae-account-ids_areadashboard .column.main,
.tae-account-ids_regiondashboard .column.main,
.tae-account-ids_regiondashbaord .column.main {
  padding-bottom: 0;
}
.mapNoarea a {
  color: #fff;
  text-decoration: none;
}
.tae-account-dashboard p.toolbar-amount {
  padding-left: 12px;
}
.tae-account-areadashbaord p.toolbar-amount {
  padding-left: 12px;
}
.tae-account-dashboard p.toolbar-amount {
  padding-left: 12px;
}
.tae-account-areadashbaord .toolbar.bottom {
  margin-bottom: 0;
}
.tae-account-dashboard .toolbar.bottom {
  margin-bottom: 0;
}
.tae-account-areadashbaord table.map-rank tbody tr:last-child {
  height: 55px;
}
.tae-account-dashboard table.map-rank tbody tr:last-child {
  height: 55px;
}
.rankheadingBg {
  padding: 4px 4px 9px;
  background: #bacfdd url(../../frontend/UEG/Bsn/en_US/images/rank-headingBg.jpg) repeat-x 0 0 !important;
}
.rank-heading {
  padding: 4px 2px 9px;
  background: #bacfdd url(../../frontend/UEG/Bsn/en_US/images/rank-headingBg.jpg) repeat-x 0 0 !important;
}
.rank-heading td {
  color: #fff;
  background: #6a8da9 url(../../frontend/UEG/Bsn/en_US/images/rankheadingTdBg.jpg) repeat-x 0 0 !important;
}
.rank-heading td {
  padding: 5px 20px;
  text-align: center;
  position: relative;
}
.rank-heading td::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: url(../../frontend/UEG/Bsn/en_US/images/rankheadingTdborder.jpg) repeat-x 0 0 !important;
}
.rank-heading p {
  margin: 0;
  font-size: 16px;
}
.rank-heading p span {
  color: #e3cd53;
}
.rank-heading ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*    display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.rank-heading ul li {
  margin: 0;
  display: inline-block;
}
.rank-heading ul li:first-child {
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase;
}
.rank-heading td:last-child p {
  text-transform: uppercase;
}
.rank-area {
  /*border-top: 10px solid #aec5d7 !important;*/
  background: #eee7cb !important;
}
.rank-area td {
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
.rank-area td:nth-child(2) {
  text-align: left;
  padding-left: 90px;
}
.rank-area td p {
  margin: 0;
  display: inline-block;
  line-height: 18px;
  text-align: center;
}
.tae-account-areadashbaord .rank-area td p {
  padding-top: 2px;
}
.tae-account-dashboard .rank-area td p {
  padding-top: 2px;
}
.rank-area .rank-region {
  display: flex;
  justify-content: center;
}
.rank-area td p span {
  display: block;
  color: #948b62;
  font-size: 13px;
}
.rank-area td b {
  font-size: 22px !important;
  color: #948b62;
  font-weight: 500;
}
.rank-area td strong {
  font-size: 15px;
  color: #040002;
  display: inline-block;
  padding-left: 15px;
  text-transform: uppercase;
  margin-top: -10px;
}
.tae-account-areadashbaord .rank-area td strong {
  font-size: 15px;
  color: #040002;
  word-break: break-word;
  white-space: nowrap;
}
.tae-account-dashboard .rank-area td strong {
  font-size: 15px;
  color: #040002;
  word-break: break-word;
  white-space: nowrap;
}
.rank-area td:first-child {
  text-align: left !important;
}
.rank-select {
  color: #000 !important;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-appearance: menulist-button;
  height: 32px;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  width: 262px;
  margin-left: 20px;
  font-family: 'SST Light';
}
.rank-select option {
  font-family: 'SST Light';
}
.rank-table {
  font-size: 22px;
  background: #e8f3f9 !important;
  border-bottom: 1px solid #fffeff;
}
.gray-table {
  font-size: 22px;
  background: #e0e5e9 !important;
  border-bottom: 1px solid #fffeff;
}
.gray-table td {
  text-align: center;
  line-height: 40px;
  padding: 0;
}
.rank-table td {
  text-align: center;
  line-height: 30px;
}
.map-rank .rank-table td {
  text-align: center;
  line-height: 20px;
}
.rk-comm {
  text-align: right !important;
  width: 86px;
  vertical-align: middle;
  padding: 0 3px;
}
.alerts {
  background: #efd6d9;
  color: #fc0402;
  font-size: 15px !important;
  font-weight: 500;
  text-align: right !important;
}
.aler-color td {
  color: #fc0402;
}
.under-width {
  width: 86px;
}
.map-width {
  width: 290px;
}
.alert {
  background: #efd6d9;
  color: #ff0214;
  font-size: 15px !important;
  font-weight: 500;
  text-align: right !important;
}
.pending {
  background: #f0e2d7;
  color: #f58e0b;
  font-size: 15px !important;
  font-weight: 500;
  text-align: right !important;
}
.approved {
  background: #d7efd7;
  color: #12880d;
  font-size: 15px !important;
  font-weight: 500;
  text-align: right !important;
}
.completed {
  background: #d8e0f5;
  color: #627ab8;
  font-size: 15px !important;
  font-weight: 500;
  text-align: right !important;
  line-height: 16px !important;
}
.completed span {
  font-size: 10px;
}
.yeartodate {
  font-size: 12px;
  color: #71767a;
  line-height: 16px !important;
  text-align: center !important;
  vertical-align: middle;
}
.small-table {
  text-align: center;
  padding: 0;
  line-height: 0;
  font-size: 12px;
  font-weight: 600;
  color: #868a8b;
  background: #e0e5e9 !important;
}
.small-Lheight {
  text-align: right;
  line-height: 0;
}
.map-width {
  background: #fff;
}
.alert-color {
  color: #fe0006;
}
.alert-color a {
  color: #fe0006;
  text-decoration: none;
  cursor: pointer;
}
.pending-color {
  color: #f38c0b;
}
.pending-color a {
  color: #f38c0b;
  text-decoration: none;
  cursor: pointer;
}
.approved-color {
  color: #148c11;
}
.approved-color a {
  color: #148c11;
  text-decoration: none;
  cursor: pointer;
}
.completed-color {
  color: #4e75c2;
}
.completed-color a {
  color: #4e75c2;
  text-decoration: none;
  cursor: pointer;
}
.yearto-color {
  color: #949597;
}
.yearto-color a {
  color: #949597;
  text-decoration: none;
  cursor: pointer;
}
.lower-table thead {
  text-align: center;
  background: #dedede url(../../frontend/UEG/Bsn/en_US/images/lowertableheadBg.jpg) repeat-x 50% 100% !important;
  border: 0;
  border-top: 3px solid #fff;
}
.lower-table thead tr.grid-header {
  display: none;
}
.lower-table thead tr.grid-header th.grid-header-cell {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 7px 7px 36px;
  text-align: left;
  text-transform: uppercase;
}
.lower-table thead tr.grid-header th.grid-header-cell.alert-color {
  background: #efd6d9;
  color: #ff0214;
}
.lower-table thead tr.grid-header th.grid-header-cell.pending-color {
  background: #f0e2d7;
  color: #f58e0b;
}
.lower-table thead tr.grid-header th.grid-header-cell.approved-color {
  background: #d7efd7;
  color: #12880d;
}
.lower-table thead tr.grid-header th.grid-header-cell.completed-color {
  background: #d8e0f5;
  color: #627ab8;
}
.lower-table tr th {
  text-align: center;
  vertical-align: top;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4f;
  padding-top: 5px;
}
.under-table tr {
  background: transparent !important;
}
.under-table tr td {
  vertical-align: top;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4f;
  width: 70px;
  padding: 0 7px;
}
.rank-design {
  border-top: 7px solid #fff;
}
.rank-design > tr {
  border-bottom: 1px solid #fff;
}
.rank-design > tr:nth-child(even) {
  background-color: #fff;
}
.rank-design > tr:nth-child(odd) {
  background-color: #e8f3f9;
}
.rank-design td {
  padding: 0;
  text-align: center;
}
.row-under tr {
  background: transparent !important;
}
.row-under tr td {
  width: 68px;
  font-size: 16px;
  font-weight: 600;
}
.row-under tr td:first-child {
  width: 94px;
}
.normaltext {
  font-weight: 300;
}
.date1starea {
  text-align: left !important;
  padding-left: 20px !important;
}
.rank-design > tr > td {
  padding: 5px;
  color: #003e6f;
  font-weight: 500;
  font-size: 16px;
}
.rank-design > tr > td p {
  margin: 0;
}
.rank-design > tr > td:first-child {
  background: #efd6d9;
}
.rank-design.nobgcolor > tr > td:first-child {
  background: transparent;
}
.rank-design > tr > td:first-child b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.rank-design > tr > td:first-child span {
  color: #fd030d;
  font-weight: bold;
}
.rank-design > tr > td:first-child p {
  margin: 0;
  font-weight: bold;
}
.green-text {
  color: #31a407 !important;
}
.red-text {
  color: #fe0501 !important;
}
.edit-btn {
  vertical-align: middle;
}
.edit-btn a {
  background: #003b71;
  height: 26px;
  width: 78px;
  border-radius: 50px;
  display: inline-block;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.text-left-alig {
  text-align: left !important;
}
/*.westarea {
    width: 330px;
}
.westarea ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: flex-start;
    justify-content: space-between;
}
.westarea ul li {
    margin: 0;
    color: #fae59c;
    font-size: 18px;
}
.westarea {
    text-align: center;
    padding: 10px 20px;
}
.westarea h4 {
    color: #90d5f4;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.westarea p {
    margin: 0;
}
*/
.westareaviewmap {
  margin: 0 0 10px;
  color: #79bbf6;
  font-size: 12px;
  width: 100%;
}
.tae-approved tr {
  background: transparent !important;
  text-align: center;
  color: #fff;
}
.foot-tae td {
  color: #90d9ec;
  font-size: 14px;
  padding: 0;
}
.tae-approved {
  width: 290px;
  padding: 7px 0 0;
  margin: 0 auto;
}
.remaining {
  width: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 740px;
  padding: 7px 0 0;
  margin: 0 auto;
}
.remening-funds,
.est-pending {
  width: 25%;
  flex: 0 0 25%;
  text-align: center;
  padding: 5px 10px;
}
.remening-funds h4,
.est-pending h4 {
  color: #92d7f6;
  font-size: 14px;
  padding: 0 15px;
  margin: 0;
  font-family: "SST Roman";
  font-weight: normal;
}
.remening-funds p,
.est-pending p {
  margin: 0;
  color: #92d7f6;
  font-size: 14px;
}
.remening-funds ul,
.est-pending ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
}
.remening-funds ul li,
.est-pending ul li {
  color: #86f90c;
  font-size: 16px;
  width: 100%;
}
.remening-funds ul li:nth-child(2),
.est-pending ul li:nth-child(2) {
  text-align: right;
}
.foot-number td {
  color: #e8f3f8;
  font-size: 20px;
  padding: 20px 10px 0px;
}
.normal-td td:first-child {
  background: none !important;
}
.map-details {
  border-top: 2px solid #fff;
}
/** =============== Account Dashboard  =================== **/
.accou-top {
  background: #e8f3f8;
  padding: 15px 0;
}
.topstrip-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topstrip-area h1 {
  font-size: 24px;
  color: #7fb0da;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.topstrip-area h2 {
  font-size: 18px;
  color: #003c71;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
}
.list-top {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-top li {
  font-size: 16px;
  color: #003c71;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #97bfe0;
}
.list-top li:last-child {
  border-right: none;
}
.topstrip-area p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  color: #003c71;
}
.topstrip-area p img {
  margin-right: 8px;
}
.sideby-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 15px;
}
.sideby-list li {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
.sideby-list li p {
  margin: 0;
  font-size: 12px;
  color: #8a846e;
}
.sideby-list li span {
  font-size: 20px;
  color: #003c71;
  text-align: center;
}
.event-tools,
.event-type,
.event-ranking {
  width: 175px;
  padding: 5px 0;
  background: #f6f2e2;
  margin: 10px 4px;
}
.event-tools h4,
.event-type h4,
.event-ranking h4 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7fb0da;
  line-height: 36px;
  margin-bottom: 20px;
  justify-content: center;
}
.event-tools h4 img,
.event-type h4 img,
.event-ranking img {
  margin-right: 6px;
}
.admin-rank,
.defaultship {
  width: 177px;
  background: #d6eaf3;
  padding: 10px;
  margin: 10px 4px;
}
.admin-rank h4 {
  font-size: 12px;
  color: #86b4da;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.admin-rank h4 img {
  margin-right: 6px;
}
.admin-rank p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 12px;
  color: #8a846e;
  word-break: break-all;
}
.admin-rank p span {
  color: #003c71;
  display: block;
}
.admin-rank h5 {
  text-align: center;
  color: #8a846e;
  font-size: 18px;
  margin: 0;
  line-height: 20px;
}
.admin-rank h5 span {
  font-size: 12px;
  color: #003c71;
  display: block;
}
.defaultship h4 {
  font-size: 12px;
  color: #86b4da;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  text-align: center;
}
.defaultship h4 img {
  margin-right: 6px;
}
.defaultship p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 12px;
  color: #8a846e;
}
.defaultship p span {
  color: #003c71;
}
.defaultship h5 {
  text-align: center;
  color: #8a846e;
  font-size: 18px;
  margin: 0;
  line-height: 20px;
}
.defaultship h5 span {
  font-size: 12px;
  color: #003c71;
  display: block;
}
.marketingservice {
  background: #d6eaf3;
  width: 361px;
  padding: 0px;
  margin: 0px;
}
.cover-toolsarrea {
  display: flex;
  align-items: inherit;
}
.pictable {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  height: 200px;
  overflow: hidden;
}
.right-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.drop-menu {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  /*box-shadow: 0 3px 5px rgb(0 0 0 / 32%);*/
  padding: 5px;
}
.cover-drop {
  position: relative;
}
.cover-drop span {
  height: 26px;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  color: #7fb0da;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 5px;
  background: #ffffff url("../../frontend/UEG/Bsn/en_US/images/notch.png") no-repeat right;
  background-position-x: 98%;
}
.right-dropdown > img {
  margin-right: 5px;
}
.cover-drop:hover .drop-menu {
  display: block;
}
.drop-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.drop-menu ul li {
  margin: 0;
  line-height: 27px;
}
.drop-menu ul li a {
  display: block;
  text-decoration: none;
}
.cost-table {
  width: 50%;
}
.cost-table tr {
  background: transparent !important;
}
.cost-table tr td {
  padding: 0;
  font-size: 15px;
  color: #003c71;
  padding: 5px;
}
.total-cost td {
  background: #cbeccf !important;
}
.total-cost td:first-child {
  width: 58px;
  text-align: center;
  font-size: 12px;
  color: #1e7d15;
}
.total-cost td:nth-child(2) {
  vertical-align: bottom;
  font-size: 16px;
  color: #1e7d15;
}
.tab button:hover {
  background-color: #4b8c06;
  color: #fff;
}
.tab button.active {
  background-color: #4b8c06;
  color: #fff;
}
.tabcontent {
  display: none;
  border-top: none;
}
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
.topright:hover {
  color: red;
}
.approved-event thead th {
  font-size: 12px;
  color: #4a4c51;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  line-height: 14px;
}
.table-t-center {
  text-align: center;
}
.approved-event tbody tr:nth-child(odd) {
  background-color: #e8f3f8;
}
.approved-event tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.approved-event tr td {
  padding: 5px;
}
.event-w-ctr {
  width: 100px;
}
.event-location {
  width: 150px;
}
.order-s-table {
  width: 100px;
}
.mail-serv {
  width: 140px;
}
.approved-event tr td:first-child {
  color: #000102;
  font-size: 14px;
  font-weight: bold;
}
.approved-event tr td p {
  font-size: 14px;
  color: #003c71;
  margin: 0;
  padding-bottom: 5px;
}
.approved-event tr td span {
  font-weight: 600;
  color: #003c71;
}
.order-s-table span {
  display: inline-block;
  margin-bottom: 14px;
}
.red-content {
  color: #fd0119 !important;
  font-weight: 600;
}
.recorder-btn {
  background: #003b71;
  height: 35px;
  width: 78px;
  border-radius: 50px;
  display: inline-block;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.recorder-btn:hover {
  color: #fff;
  text-decoration: none;
}
.green-content {
  color: #4b8c06 !important;
}
#Postal .approved-event th {
  text-align: left !important;
}
#Postal .approved-event .table-t-center {
  text-align: left !important;
}
.list-table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.list-table li {
  margin: 0;
}
.list-table li:first-child {
  padding-right: 18px;
}
.m-list-icon,
.envelop-icon {
  position: relative;
}
.m-list-icon::before {
  content: "";
  position: absolute;
  background: url("../../frontend/UEG/Bsn/en_US/images/ico-maillist.png") no-repeat;
  width: 19px;
  height: 21px;
  left: 45px;
  right: 0;
  top: 17px;
  bottom: 0;
}
.envelop-icon::before {
  content: "";
  position: absolute;
  background: url("../../frontend/UEG/Bsn/en_US/images/ico-mail.png") no-repeat;
  width: 21px;
  height: 21px;
  left: 65px;
  right: 0;
  top: 17px;
  bottom: 0;
}
/*================22-03-21==========================*/
.mapDashboardarea {
  border-top: 6px solid #fff;
  overflow-x: auto;
}
.mapDashboardreparea {
  padding: 0 0 18px;
  display: flex;
  justify-content: space-between;
  width: 1280px;
}
.mapbox_list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 15px;
}
.mapbox_list li {
  display: flex;
  margin: 0 10px;
  align-items: center;
  justify-content: space-between;
}
.mapbox_list li:first-child span {
  padding: 0 3px;
}
.mapbox_list li p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "SST Roman";
}
.mapbox_list li span {
  font-size: 14px;
  text-align: right;
  font-family: "SST Bold";
}
/*.mapbox_list li:last-child {
  margin-top: 10px;
}*/
.mapbox_list li:first-child {
  margin-bottom: 10px;
  justify-content: center;
}
.mapboxBgNo {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBgNo.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBgNo h3 {
  text-align: center;
  font-size: 16px;
  color: #7b8da0;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBgNo li p {
  color: #7b8da0;
}
.mapboxBgNo li span {
  color: #000101;
}
.mapboxBg1 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg1.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg1 h3 {
  text-align: center;
  font-size: 16px;
  color: #702e16;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg1 li p {
  color: #b18b67;
}
.mapboxBg1 li span {
  color: #000002;
}
.mapboxBg2 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg2.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg2 h3 {
  text-align: center;
  font-size: 16px;
  color: #461a19;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg2 li p {
  color: #6a8370;
}
.mapboxBg2 li span {
  color: #000002;
}
.mapboxBg2 li:first-child p {
  color: #956d6e;
}
.mapboxBg3 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg3.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg3 h3 {
  text-align: center;
  font-size: 16px;
  color: #54749a;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg3 li p {
  color: #7d9176;
}
.mapboxBg3 li span {
  color: #000002;
}
.mapboxBg3 li:first-child p {
  color: #93a8c3;
}
.mapboxBg4 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg4.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg4 h3 {
  text-align: center;
  font-size: 16px;
  color: #839b99;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg4 li p {
  color: #839b99;
}
.mapboxBg4 li span {
  color: #000002;
}
.mapboxBg4 li:first-child p {
  color: #93a8c3;
}
.mapboxBg5 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg5.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg5 h3 {
  text-align: center;
  font-size: 16px;
  color: #194842;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg5 li p {
  color: #6c8162;
}
.mapboxBg5 li span {
  color: #000002;
}
.mapboxBg5 li:first-child p {
  color: #7c9a9a;
}
.mapboxBg6 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg6.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg6 h3 {
  text-align: center;
  font-size: 16px;
  color: #192018;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg6 li p {
  color: #697c66;
}
.mapboxBg6 li span {
  color: #000002;
}
.mapboxBg5 li:first-child p {
  color: #839899;
}
.mapboxBg7 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg7.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg7 h3 {
  text-align: center;
  font-size: 16px;
  color: #9a5102;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg7 li p {
  color: #6c846e;
}
.mapboxBg7 li span {
  color: #000002;
}
.mapboxBg7 li:first-child p {
  color: #cc9b12;
}
.mapboxBg8 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg8.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg8 h3 {
  text-align: center;
  font-size: 16px;
  color: #839b99;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg8 li p {
  color: #839b99;
}
.mapboxBg8 li span {
  color: #000002;
}
.mapboxBg9 {
  background: url("../../frontend/UEG/Bsn/en_US/images/mapboxBg9.jpg") repeat-x 0 0;
  width: 205px;
  height: 155px;
}
.mapboxBg9 h3 {
  text-align: center;
  font-size: 16px;
  color: #7b8da0;
  font-family: "SST Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.mapboxBg9 li p {
  color: #7b8da0;
}
.mapboxBg9 li span {
  color: #000002;
}
.mapbox_list li a,
.mapbox_list li a {
  text-decoration: none;
}
.mapbox_list li a p,
.mapbox_list li a span {
  color: #fe0005;
  text-decoration: none;
}
.tae-account-dashboard .mapbox_list li a {
  padding-top: 10px;
}
.Main-5-Area-US-Map-Bg {
  background: url("../../frontend/UEG/Bsn/en_US/images/Main-5-Area-US-Map-Bg.jpg") no-repeat 0 0;
  position: relative;
  height: 642px;
}
.mapwestarea {
  position: absolute;
  left: 194px;
  top: 138px;
}
.mapwestarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapwestarea .maptextarea {
  margin-left: 53px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
}
.mapcentralarea {
  position: absolute;
  left: 678px;
  top: 175px;
}
.mapcentralarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapcentralarea .maptextarea {
  margin-left: 43px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapnortheastarea {
  position: absolute;
  left: 984px;
  top: 121px;
}
.mapnortheastarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapnortheastarea .maptextarea {
  margin-left: -24px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapsoutharea {
  position: absolute;
  left: 508px;
  top: 387px;
}
.mapsoutharea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapsoutharea .maptextarea {
  margin-left: 53px;
  margin-top: 9px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapsoutheastarea {
  position: absolute;
  left: 901px;
  top: 354px;
}
.mapsoutheastarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapsoutheastarea .maptextarea {
  margin-left: -18px;
  margin-top: 57px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.SCS---Region-MapBg {
  background: url("../../frontend/UEG/Bsn/en_US/images/SCS---Region-MapBg.jpg") no-repeat 0 0;
  position: relative;
  height: 659px;
}
.mapnorthwestregionarea {
  position: absolute;
  left: 97px;
  top: 73px;
}
.mapnorthwestregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapnorthwestregionarea .maptextarea {
  margin-left: -19px;
  margin-top: 41px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.maprockiesregionarea {
  position: absolute;
  left: 347px;
  top: 89px;
}
.maprockiesregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.maprockiesregionarea .maptextarea {
  margin-left: -7px;
  margin-top: 41px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapmidwestregionarea {
  position: absolute;
  left: 659px;
  top: 81px;
}
.mapmidwestregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapmidwestregionarea .maptextarea {
  margin-left: -9px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapsierraregionarea {
  position: absolute;
  left: 79px;
  top: 220px;
}
.mapsierraregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapsierraregionarea .maptextarea {
  margin-left: -1px;
  margin-top: 34px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapcentralregionarea {
  position: absolute;
  left: 176px;
  top: 231px;
}
.mapcentralregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapcentralregionarea .maptextarea {
  margin-left: -8px;
  margin-top: 38px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapsandiegoregionarea {
  position: absolute;
  left: 213px;
  top: 357px;
}
.mapsandiegoregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapsandiegoregionarea .maptextarea {
  margin-left: -18px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapdesertregionarea {
  position: absolute;
  left: 293px;
  top: 295px;
}
.mapdesertregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapdesertregionarea .maptextarea {
  margin-left: -4px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.maphillcountryregionarea {
  position: absolute;
  left: 435px;
  top: 337px;
}
.maphillcountryregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.maphillcountryregionarea .maptextarea {
  margin-left: -24px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapalamoregionarea {
  position: absolute;
  left: 507px;
  top: 427px;
}
.mapalamoregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapalamoregionarea .maptextarea {
  margin-left: -2px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapsouthforkregionarea {
  position: absolute;
  left: 582px;
  top: 375px;
}
.mapsouthforkregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapsouthforkregionarea .maptextarea {
  margin-left: -16px;
  margin-top: 35px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapredriverregionarea {
  position: absolute;
  left: 653px;
  top: 308px;
}
.mapredriverregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapredriverregionarea .maptextarea {
  margin-left: -11px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapsouthforkregionarea {
  position: absolute;
  left: 582px;
  top: 375px;
}
.mapsouthforkregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapsouthforkregionarea .maptextarea {
  margin-left: -16px;
  margin-top: 35px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.maplonestarregionarea {
  position: absolute;
  left: 672px;
  top: 445px;
}
.maplonestarregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.maplonestarregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapplainsregionarea {
  position: absolute;
  left: 751px;
  top: 154px;
}
.mapplainsregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapplainsregionarea .maptextarea {
  margin-left: 0px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapcrossroadsregionarea {
  position: absolute;
  left: 818px;
  top: 264px;
}
.mapcrossroadsregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapcrossroadsregionarea .maptextarea {
  margin-left: -93px;
  margin-top: 3px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapmusiccityregionarea {
  position: absolute;
  left: 811px;
  top: 345px;
  width: 60px;
}
.mapmusiccityregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapmusiccityregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 36px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapgulfcoastregionarea {
  position: absolute;
  left: 748px;
  top: 391px;
}
.mapgulfcoastregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapgulfcoastregionarea .maptextarea {
  margin-left: -17px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapnorthlakesregionarea {
  position: absolute;
  left: 854px;
  top: 97px;
}
.mapnorthlakesregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapnorthlakesregionarea .maptextarea {
  margin-left: -23px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapohiovalleyregionarea {
  position: absolute;
  left: 898px;
  top: 221px;
}
.mapohiovalleyregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapohiovalleyregionarea .maptextarea {
  margin-left: -22px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapatlantaregionarea {
  position: absolute;
  left: 866px;
  top: 387px;
}
.mapatlantaregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapatlantaregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapcharlestonregionarea {
  position: absolute;
  left: 935px;
  top: 380px;
}
.mapcharlestonregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapcharlestonregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapfloridagulfregionarea {
  position: absolute;
  left: 877px;
  top: 539px;
}
.mapfloridagulfregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapfloridagulfregionarea .maptextarea {
  margin-left: -37px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapeastfloridaregionarea {
  position: absolute;
  left: 931px;
  top: 505px;
}
.mapeastfloridaregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapeastfloridaregionarea .maptextarea {
  margin-left: 28px;
  margin-top: 1px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapsteelcityregionarea {
  position: absolute;
  left: 976px;
  top: 160px;
}
.mapsteelcityregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapsteelcityregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapcapitalregionarea {
  position: absolute;
  left: 968px;
  top: 280px;
}
.mapcapitalregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapcapitalregionarea .maptextarea {
  margin-left: 28px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapcharlotteregionarea {
  position: absolute;
  left: 1007px;
  top: 356px;
}
.mapcharlotteregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapcharlotteregionarea .maptextarea {
  margin-left: 7px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapchesapeakeregionarea {
  position: absolute;
  left: 1035px;
  top: 240px;
}
.mapchesapeakeregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapchesapeakeregionarea .maptextarea {
  margin-left: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapupstateregionarea {
  position: absolute;
  left: 1047px;
  top: 81px;
}
.mapupstateregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapupstateregionarea .maptextarea {
  margin-left: -9px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapnewyorkregionarea {
  position: absolute;
  left: 1067px;
  top: 188px;
}
.mapnewyorkregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapnewyorkregionarea .maptextarea {
  margin-left: 17px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.mapnewenglandregionarea {
  position: absolute;
  left: 1136px;
  top: 64px;
  width: 76px;
}
.mapnewenglandregionarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapnewenglandregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.AVP---Area-MapBg {
  background: url("../../frontend/UEG/Bsn/en_US/images/AVP---Area-MapBg.jpg") no-repeat 0 0;
  position: relative;
  height: 648px;
}
.mapAVPwestarea {
  position: absolute;
  left: 194px;
  top: 140px;
}
.mapAVPwestarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapAVPwestarea .maptextarea {
  margin-left: 53px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
}
.mapAVPcentralarea {
  position: absolute;
  left: 678px;
  top: 177px;
}
.mapAVPcentralarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapAVPcentralarea .maptextarea {
  margin-left: 43px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapAVPnortheastarea {
  position: absolute;
  left: 984px;
  top: 123px;
}
.mapAVPnortheastarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapAVPnortheastarea .maptextarea {
  margin-left: -24px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapAVPsoutharea {
  position: absolute;
  left: 508px;
  top: 389px;
}
.mapAVPsoutharea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapAVPsoutharea .maptextarea {
  margin-left: 53px;
  margin-top: 9px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.mapAVPsoutheastarea {
  position: absolute;
  left: 901px;
  top: 356px;
}
.mapAVPsoutheastarea .mapNoarea {
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.mapAVPsoutheastarea .maptextarea {
  margin-left: -18px;
  margin-top: 57px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.blue-area {
  background: #0d4271 url(../../frontend/UEG/Bsn/en_US/images/footermainBg.jpg) repeat-x 0 0;
  padding: 8px 0;
}
.foot-cover {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "SST Roman";
}
.cover-area {
  background: #0d4271 url(../../frontend/UEG/Bsn/en_US/images/footercoverBg.jpg) repeat-x 0 0;
  min-height: 115px;
  border-radius: 2px;
}
.cover-area {
  width: 100%;
  margin: 0 5px;
}
.westarea {
  width: 230px;
}
.westarea ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.westarea ul li {
  margin: 0;
  color: #fae59c;
  font-size: 14px;
}
.westarea {
  text-align: center;
  padding: 10px 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.westarea h4 {
  color: #90d5f4;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}
.westarea p {
  margin: 0;
}
/*=================4-AVP---Area-Map - 29-03-21==================*/
.map-AVP-Area-US-Map-Bg {
  /*background: url('../../frontend/UEG/Bsn/en_US/images/Main-5-Area-US-Map-Bg.jpg') no-repeat 0 0;*/
  position: relative;
  height: 662px;
  margin-bottom: 20px;
  width: 1280px;
  text-align: center;
}
/*.map-AVP-Area-US-Map-Bg map area { z-index: 5; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.map-AVP-Area-US-Map-Bg img { z-index: 0; position: relative; }*/
.mapNoarea a {
  color: #fff;
  text-decoration: none;
}
.maptextarea a {
  color: #010101;
  text-decoration: none;
}
.map-AVP-westwrapper {
  position: absolute;
  left: 36px;
  top: 1px;
  width: 623px;
  height: 489px;
}
.map-AVP-westwrapper img.colorimg {
  display: none;
}
.map-AVP-westwrapper.active img.greyimg {
  display: none;
}
.map-AVP-westwrapper.active img.colorimg {
  display: block;
}
.map-AVP-centralwrapper {
  position: absolute;
  left: 466px;
  top: 1px;
  width: 537px;
  height: 373px;
}
.map-AVP-centralwrapper img.colorimg {
  display: none;
}
.map-AVP-centralwrapper.active img.greyimg {
  display: none;
}
.map-AVP-centralwrapper.active img.colorimg {
  display: block;
}
.map-AVP-northeastwrapper {
  position: absolute;
  left: 893px;
  top: 49px;
  width: 352px;
  height: 355px;
}
.map-AVP-northeastwrapper img.colorimg {
  display: none;
}
.map-AVP-northeastwrapper.active img.greyimg {
  display: none;
}
.map-AVP-northeastwrapper.active img.colorimg {
  display: block;
}
.map-AVP-southwrapper {
  position: absolute;
  left: 359px;
  top: 316px;
  width: 577px;
  height: 304px;
}
.map-AVP-southwrapper img.colorimg {
  display: none;
}
.map-AVP-southwrapper.active img.greyimg {
  display: none;
}
.map-AVP-southwrapper.active img.colorimg {
  display: block;
}
.map-AVP-southarea {
  position: absolute;
  left: 508px;
  top: 390px;
}
/*.map-AVP-southarea { position: absolute; left: 150px; top: 74px;}*/
.map-AVP-southarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/avp-south-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-southarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/avp-south-mapno-active.png) no-repeat 0 0;
}
.map-AVP-southarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-southarea .maptextarea {
  margin-left: 53px;
  margin-top: 9px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.map-AVP-southeastwrapper {
  position: absolute;
  left: 840px;
  top: 356px;
  width: 207px;
  height: 281px;
}
.map-AVP-southeastwrapper img.colorimg {
  display: none;
}
.map-AVP-southeastwrapper.active img.greyimg {
  display: none;
}
.map-AVP-southeastwrapper.active img.colorimg {
  display: block;
}
.map-AVP-southeastarea {
  position: absolute;
  left: 901px;
  top: 356px;
}
/*.map-AVP-southeastarea { position: absolute; left: 65px; top: 0px;}*/
.map-AVP-southeastarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/avp-southeast-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-southeastarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/avp-southeast-mapno-active.png) no-repeat 0 0;
}
.map-AVP-southeastarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-southeastarea .maptextarea {
  margin-left: -18px;
  margin-top: 57px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.partnertext {
  color: #000002 !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 15px;
}
/*====08-04-21=====*/
.AVP---AREA-ViewBg {
  /* background: url('../../frontend/UEG/Bsn/en_US/images/SCS---Region-MapBgtext.jpg') no-repeat 0 0;*/
  position: relative;
  height: 666px;
  overflow: hidden;
}
/*.mapAVPAreaViewnorthwestregionwrapper { position: absolute; left: 35px; top: 3px; background: url(../../frontend/UEG/Bsn/en_US/images/northwest-region-grey.png) no-repeat 0 0; width: 179px; height: 212px;}
.mapAVPAreaViewnorthwestregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/northwest-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewnorthwestregionarea {
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 2;
}
.mapAVPAreaViewnorthwestregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-northwest-mapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewnorthwestregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Northwest-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewnorthwestregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewnorthwestregionarea .maptextarea {
  margin-left: -19px;
  margin-top: 41px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*.mapAVPAreaViewrockiesregionwrapper { position: absolute; left: 141px; top: 3px; background: url(../../frontend/UEG/Bsn/en_US/images/scs-rockies-region-grey.png) no-repeat 0 0; width: 517px; height: 377px;}
.mapAVPAreaViewrockiesregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/scs-rockies-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewrockiesregionarea {
  position: absolute;
  left: 380px;
  top: 175px;
  z-index: 2;
}
.mapAVPAreaViewrockiesregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-northwest-mapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewrockiesregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Rockies-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewrockiesregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewrockiesregionarea .maptextarea {
  margin-left: -7px;
  margin-top: 41px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*.mapAVPAreaViewmidwestregionwrapper { position: absolute; left: 467px; top: 2px; background: url(../../frontend/UEG/Bsn/en_US/images/scs-Midwest-region-grey.png) no-repeat 0 0; width: 360px; height: 359px;}
.mapAVPAreaViewmidwestregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/scs-Midwest-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewmidwestregionarea {
  position: absolute;
  left: 600px;
  top: 40px;
  z-index: 2;
}
.mapAVPAreaViewmidwestregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-midwestmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewmidwestregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Midwest-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewmidwestregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewmidwestregionarea .maptextarea {
  margin-left: -9px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewsierraregionwrapper { position: absolute; left: 42px; top: 183px; background: url(../../frontend/UEG/Bsn/en_US/images/scs-sierra-region-grey.png) no-repeat 0 0; width: 360px; height: 359px;}
.mapAVPAreaViewsierraregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/scs-sierra-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewsierraregionarea {
  position: absolute;
  left: 44px;
  top: 240px;
  z-index: 2;
}
.mapAVPAreaViewsierraregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-sierramapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewsierraregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Sierra-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewsierraregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewsierraregionarea .maptextarea {
  margin-left: -1px;
  margin-top: 34px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewcentralregionwrapper { position: absolute; left: 101px; top: 211px; background: url(../../frontend/UEG/Bsn/en_US/images/central-region-grey.png) no-repeat 0 0; width: 179px; height: 213px;}
.mapAVPAreaViewcentralregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/central-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewcentralregionarea {
  position: absolute;
  left: 176px;
  top: 231px;
  z-index: 2;
}
.mapAVPAreaViewcentralregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-centralmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcentralregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/region-centralmapno-active.png) no-repeat 0 0;
}
.mapAVPAreaViewcentralregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcentralregionarea .maptextarea {
  margin-left: -8px;
  margin-top: 38px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewsandiegoregionwrapper { position: absolute; left: 156px; top: 345px; background: url(../../frontend/UEG/Bsn/en_US/images/scs-SanDiego-grey.png) no-repeat 0 0; width: 180px; height: 135px;}
.mapAVPAreaViewsandiegoregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/scs-SanDiego-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewsandiegoregionarea {
  position: absolute;
  left: 180px;
  top: 355px;
  z-index: 2;
}
.mapAVPAreaViewsandiegoregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-sandiegomapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewsandiegoregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/San-Diego-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewsandiegoregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewsandiegoregionarea .maptextarea {
  margin-left: -18px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*.mapAVPAreaViewdesertregionwrapper { position: absolute; left: 259px; top: 210px; background: url(../../frontend/UEG/Bsn/en_US/images/scs-Desert-region-grey.png) no-repeat 0 0; width: 111px; height: 282px;}
.mapAVPAreaViewdesertregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/scs-Desert-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewdesertregionarea {
  position: absolute;
  left: 280px;
  top: 358px;
  z-index: 2;
}
.mapAVPAreaViewdesertregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-desertmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewdesertregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Desert-Region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewdesertregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewdesertregionarea .maptextarea {
  margin-left: -4px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewhillcountryregionwrapper { position: absolute; left: 359px; top: 347px; background: url(../../frontend/UEG/Bsn/en_US/images/hillcountry-region-grey.png) no-repeat 0 0; width: 263px; height: 194px;}
.mapAVPAreaViewhillcountryregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/hillcountry-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewhillcountryregionarea {
  position: absolute;
  left: 593px;
  top: 470px;
  z-index: 3;
}
.mapAVPAreaViewhillcountryregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-hillcountrymapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewhillcountryregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Hill-Country-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewhillcountryregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewhillcountryregionarea .maptextarea {
  margin-left: -24px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*.mapAVPAreaViewalamoregionwrapper { position: absolute; left: 436px; top: 469px; background: url(../../frontend/UEG/Bsn/en_US/images/alamo-region-grey.png) no-repeat 0 0; width: 174px; height:151px;}
.mapAVPAreaViewalamoregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/alamo-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewalamoregionarea {
  position: absolute;
  left: 418px;
  top: 357px;
  z-index: 2;
}
.mapAVPAreaViewalamoregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-alamomapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewalamoregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Alamo-Region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewalamoregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewalamoregionarea .maptextarea {
  margin-left: -2px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewredriverregionwrapper { position: absolute; left: 489px; top: 318px; background: url(../../frontend/UEG/Bsn/en_US/images/redriver-region-grey.png) no-repeat 0 0; width: 278px; height: 193px;}
.mapAVPAreaViewredriverregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/redriver-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewredriverregionarea {
  position: absolute;
  left: 635px;
  top: 308px;
  z-index: 2;
}
.mapAVPAreaViewredriverregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-redrivermapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewredriverregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Red-River-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewredriverregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewredriverregionarea .maptextarea {
  margin-left: -11px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewsouthforkregionwrapper { position: absolute; left: 557px; top: 412px; background: url(../../frontend/UEG/Bsn/en_US/images/southfork-region-grey.png) no-repeat 0 0; width: 105px; height: 73px;}
.mapAVPAreaViewsouthforkregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/southfork-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewsouthforkregionarea {
  position: absolute;
  left: 560px;
  top: 375px;
  z-index: 2;
}
.mapAVPAreaViewsouthforkregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-southforkmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewsouthforkregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/South-Fork-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewsouthforkregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewsouthforkregionarea .maptextarea {
  margin-left: -16px;
  margin-top: 35px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*

.mapAVPAreaViewlonestarregionwrapper { position: absolute; left: 567px; top: 466px; background: url(../../frontend/UEG/Bsn/en_US/images/lonestar-region-grey.png) no-repeat 0 0; width: 182px; height: 137px;}
.mapAVPAreaViewlonestarregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/lonestar-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewlonestarregionarea {
  position: absolute;
  left: 672px;
  top: 445px;
  z-index: 2;
}
.mapAVPAreaViewlonestarregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-lonestarmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewlonestarregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/region-lonestarmapno-active.png) no-repeat 0 0;
}
.mapAVPAreaViewlonestarregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewlonestarregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*

.mapAVPAreaViewplainsregionwrapper { position: absolute; left: 718px; top: 183px; background: url(../../frontend/UEG/Bsn/en_US/images/plainst-region-grey.png) no-repeat 0 0; width: 114px; height: 126px;}
.mapAVPAreaViewplainsregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/plainst-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewplainsregionarea {
  position: absolute;
  left: 745px;
  top: 45px;
  z-index: 2;
}
.mapAVPAreaViewplainsregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-plainsmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewplainsregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Plains-Region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewplainsregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewplainsregionarea .maptextarea {
  margin-left: 0px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewcrossroadsregionwrapper { position: absolute; left: 671px; top: 209px; background: url(../../frontend/UEG/Bsn/en_US/images/crossroads-region-grey.png) no-repeat 0 0; width: 199px; height: 166px;}
.mapAVPAreaViewcrossroadsregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/crossroads-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewcrossroadsregionarea {
  position: absolute;
  left: 809px;
  top: 233px;
  z-index: 2;
}
.mapAVPAreaViewcrossroadsregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-crossroadsmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcrossroadsregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Crossroads-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewcrossroadsregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcrossroadsregionarea .maptextarea {
  margin-left: -93px;
  margin-top: 35px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewmusiccityregionwrapper { position: absolute; left: 743px; top: 353px; background: url(../../frontend/UEG/Bsn/en_US/images/music-city-region-grey.png) no-repeat 0 0; width: 193px; height: 162px;}
.mapAVPAreaViewmusiccityregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/music-city-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewmusiccityregionarea {
  position: absolute;
  left: 787px;
  top: 340px;
  z-index: 2;
}
.mapAVPAreaViewmusiccityregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-musiccitymapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewmusiccityregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Music-City-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewmusiccityregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewmusiccityregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 36px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 65px;
}
/*
.mapAVPAreaViewgulfcoastregionwrapper { position: absolute; left:700px; top: 409px; background: url(../../frontend/UEG/Bsn/en_US/images/gulf-coast-region-grey.png) no-repeat 0 0; width: 169px; height: 165px;}
.mapAVPAreaViewgulfcoastregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/gulf-coast-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewgulfcoastregionarea {
  position: absolute;
  left: 710px;
  top: 415px;
  z-index: 2;
}
.mapAVPAreaViewgulfcoastregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-gulfcoastmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewgulfcoastregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Gulfcoast-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewgulfcoastregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewgulfcoastregionarea .maptextarea {
  margin-left: -17px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewnorthlakesregionwrapper { position: absolute; left: 752px; top:50px; background: url(../../frontend/UEG/Bsn/en_US/images/northlakes-region-grey.png) no-repeat 0 0; width: 168px; height: 186px;}
.mapAVPAreaViewnorthlakesregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/northlakes-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewnorthlakesregionarea {
  position: absolute;
  left: 854px;
  top: 54px;
  z-index: 2;
}
.mapAVPAreaViewnorthlakesregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-northlakesmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewnorthlakesregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/North-Lakes-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewnorthlakesregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewnorthlakesregionarea .maptextarea {
  margin-left: -23px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
/*
.mapAVPAreaViewohiovalleyregionwrapper { position: absolute; left: 798px; top: 231px; background: url(../../frontend/UEG/Bsn/en_US/images/ohiovalley-region-greypng.png) no-repeat 0 0; width: 203px; height: 130px;}
.mapAVPAreaViewohiovalleyregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/ohiovalley-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewohiovalleyregionarea {
  position: absolute;
  left: 898px;
  top: 221px;
  z-index: 2;
}
.mapAVPAreaViewohiovalleyregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-ohiovalleymapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewohiovalleyregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/region-ohiovalleymapno-active.png) no-repeat 0 0;
}
.mapAVPAreaViewohiovalleyregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewohiovalleyregionarea .maptextarea {
  margin-left: -22px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewatlantaregionwrapper { position: absolute; left: 839px; top: 396px; background: url(../../frontend/UEG/Bsn/en_US/images/atlanta-region-grey.png) no-repeat 0 0; width: 81px; height: 136px;}
.mapAVPAreaViewatlantaregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/atlanta-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewatlantaregionarea {
  position: absolute;
  left: 866px;
  top: 387px;
  z-index: 2;
}
.mapAVPAreaViewatlantaregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-atlantamapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewatlantaregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/region-atlantamapno-active.png) no-repeat 0 0;
}
.mapAVPAreaViewatlantaregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewatlantaregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewcharlestonregionwrapper { position: absolute; left: 905px; top: 404px; background: url(../../frontend/UEG/Bsn/en_US/images/charleston-region-grey.png) no-repeat 0 0; width: 95px; height: 110px;}
.mapAVPAreaViewcharlestonregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/charleston-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewcharlestonregionarea {
  position: absolute;
  left: 935px;
  top: 380px;
  z-index: 2;
}
.mapAVPAreaViewcharlestonregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-charlestonmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcharlestonregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Charleston-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewcharlestonregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcharlestonregionarea .maptextarea {
  margin-left: -6px;
  margin-top: 37px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewfloridagulfregionwrapper { position: absolute; left: 898px; top: 516px; background: url(../../frontend/UEG/Bsn/en_US/images/florida-gulf-region-grey.png) no-repeat 0 0; width: 55px; height: 107px;}
.mapAVPAreaViewfloridagulfregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/florida-gulf-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewfloridagulfregionarea {
  position: absolute;
  left: 890px;
  top: 539px;
  z-index: 2;
}
.mapAVPAreaViewfloridagulfregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-floridagulfmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewfloridagulfregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/region-floridagulfmapno-active.png) no-repeat 0 0;
}
.mapAVPAreaViewfloridagulfregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewfloridagulfregionarea .maptextarea {
  margin-left: -84px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
/*
.mapAVPAreaVieweastfloridaregionwrapper { position: absolute; left: 898px; top: 500px; background: url(../../frontend/UEG/Bsn/en_US/images/east-florida-region-grey.png) no-repeat 0 0; width: 72px; height: 152px;}
.mapAVPAreaVieweastfloridaregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/east-florida-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaVieweastfloridaregionarea {
  position: absolute;
  left: 917px;
  top: 508px;
  z-index: 2;
}
.mapAVPAreaVieweastfloridaregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-eastfloridamapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaVieweastfloridaregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Eastflorida-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaVieweastfloridaregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaVieweastfloridaregionarea .maptextarea {
  margin-left: 28px;
  margin-top: 1px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
/*

.mapAVPAreaViewsteelcityregionwrapper { position: absolute; left: 894px; top: 195px; background: url(../../frontend/UEG/Bsn/en_US/images/steel-city-region-grey.png) no-repeat 0 0; width: 198px; height:104px;}
.mapAVPAreaViewsteelcityregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/steel-city-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewsteelcityregionarea {
  position: absolute;
  left: 955px;
  top: 174px;
  z-index: 2;
}
.mapAVPAreaViewsteelcityregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-steelcitymapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewsteelcityregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Steel-City-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewsteelcityregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewsteelcityregionarea .maptextarea {
  margin-left: 3px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewcharlotteregionwrapper { position: absolute; left: 880px; top: 357px; background: url(../../frontend/UEG/Bsn/en_US/images/charlotte-region-grey.png) no-repeat 0 0; width: 166px; height: 171px;}
.mapAVPAreaViewcharlotteregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/charlotte-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewcharlotteregionarea {
  position: absolute;
  left: 975px;
  top: 346px;
  z-index: 2;
}
.mapAVPAreaViewcharlotteregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-charlottemapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcharlotteregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Charlotte-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewcharlotteregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcharlotteregionarea .maptextarea {
  margin-left: 30px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewcapitalregionwrapper { position: absolute; left: 898px; top: 295px; background: url(../../frontend/UEG/Bsn/en_US/images/capital-region-grey.png) no-repeat 0 0; width: 167px; height: 99px;}
.mapAVPAreaViewcapitalregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/capital-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewcapitalregionarea {
  position: absolute;
  left: 1004px;
  top: 306px;
  z-index: 2;
}
.mapAVPAreaViewcapitalregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-capitalmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcapitalregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Capital-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewcapitalregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcapitalregionarea .maptextarea {
  margin-left: 28px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewchesapeakeregionwrapper { position: absolute; left: 979px; top: 269px; background: url(../../frontend/UEG/Bsn/en_US/images/chesapeake-region-grey.png) no-repeat 0 0; width: 95px; height: 53px;}
.mapAVPAreaViewchesapeakeregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/chesapeake-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewchesapeakeregionarea {
  position: absolute;
  left: 1031px;
  top: 248px;
  z-index: 2;
}
.mapAVPAreaViewchesapeakeregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-chesapeakemapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewchesapeakeregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Chesapeake-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewchesapeakeregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewchesapeakeregionarea .maptextarea {
  margin-left: 30px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewupstateregionwrapper { position: absolute; left: 957px; top: 124px; background: url(../../frontend/UEG/Bsn/en_US/images/upstate-region-grey.png) no-repeat 0 0; width: 160px; height: 104px;}
.mapAVPAreaViewupstateregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/upstate-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewupstateregionarea {
  position: absolute;
  left: 1044px;
  top: 94px;
  z-index: 2;
}
.mapAVPAreaViewupstateregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-upstatemapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewupstateregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Upstate-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewupstateregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewupstateregionarea .maptextarea {
  margin-left: -70px;
  margin-top: 28px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/*
.mapAVPAreaViewnewyorkregionwrapper { position: absolute; left: 1063px; top: 230px; background: url(../../frontend/UEG/Bsn/en_US/images/newyork-region-grey.png) no-repeat 0 0; width: 76px; height: 66px;}
.mapAVPAreaViewnewyorkregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/newyork-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewnewyorkregionarea {
  position: absolute;
  left: 1062px;
  top: 200px;
  z-index: 3;
}
.mapAVPAreaViewnewyorkregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newyorkmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewnewyorkregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/New-York-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewnewyorkregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewnewyorkregionarea .maptextarea {
  margin-left: 30px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 75px;
}
/*
.mapAVPAreaViewnewenglandregionwrapper { position: absolute; left: 1071px; top: 51px; background: url(../../frontend/UEG/Bsn/en_US/images/new-england-region-grey.png) no-repeat 0 0; width: 171px; height: 193px;}
.mapAVPAreaViewnewenglandregionwrapper.active { background: url(../../frontend/UEG/Bsn/en_US/images/new-england-region-color.png) no-repeat 0 0; }*/
.mapAVPAreaViewnewenglandregionarea {
  position: absolute;
  left: 1136px;
  top: 64px;
  z-index: 2;
}
.mapAVPAreaViewnewenglandregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewnewenglandregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/New-England-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewnewenglandregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewnewenglandregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewcentralwestregionarea {
  position: absolute;
  left: 128px;
  top: 195px;
  z-index: 2;
}
.mapAVPAreaViewcentralwestregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewcentralwestregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Central-West-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewcentralwestregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewcentralwestregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewnorthmountainregionarea {
  position: absolute;
  left: 220px;
  top: 16px;
  z-index: 2;
}
.mapAVPAreaViewnorthmountainregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewnorthmountainregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Central-West-region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewnorthmountainregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewnorthmountainregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewheartlandregionarea {
  position: absolute;
  left: 538px;
  top: 205px;
  z-index: 2;
}
.mapAVPAreaViewheartlandregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewheartlandregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Heartland-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewheartlandregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewheartlandregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewmidcentralregionarea {
  position: absolute;
  left: 720px;
  top: 175px;
  z-index: 2;
}
.mapAVPAreaViewmidcentralregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewmidcentralregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Mid-Central-Region-flag.png) no-repeat 0 0;
}
.mapAVPAreaViewmidcentralregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewmidcentralregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewhudsonvalleyregionarea {
  position: absolute;
  left: 1075px;
  top: 166px;
  z-index: 2;
}
.mapAVPAreaViewhudsonvalleyregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewhudsonvalleyregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Hudson-Valley-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewhudsonvalleyregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewhudsonvalleyregionarea .maptextarea {
  margin-left: 20px;
  margin-top: 33px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 140px;
}
.mapAVPAreaViewohioregionarea {
  position: absolute;
  left: 895px;
  top: 170px;
  z-index: 2;
}
.mapAVPAreaViewohioregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewohioregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Ohio-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewohioregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewohioregionarea .maptextarea {
  margin-left: 0px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewsunbeltregionarea {
  position: absolute;
  left: 827px;
  top: 440px;
  z-index: 2;
}
.mapAVPAreaViewsunbeltregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewsunbeltregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Sunbelt-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewsunbeltregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewsunbeltregionarea .maptextarea {
  margin-left: -13px;
  margin-top: 39px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewtristateregionarea {
  position: absolute;
  left: 856px;
  top: 240px;
  z-index: 2;
}
.mapAVPAreaViewtristateregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewtristateregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Tri-State-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewtristateregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewtristateregionarea .maptextarea {
  margin-left: 32px;
  margin-top: 32px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.mapAVPAreaViewblueridgeregionarea {
  position: absolute;
  left: 845px;
  top: 340px;
  z-index: 2;
}
.mapAVPAreaViewblueridgeregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/region-newenglandmapno.png) no-repeat 0 0;
  width: 46px;
  height: 72px;
}
.mapAVPAreaViewblueridgeregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Blue-Ridge-Region-Flag.png) no-repeat 0 0;
}
.mapAVPAreaViewblueridgeregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.mapAVPAreaViewblueridgeregionarea .maptextarea {
  margin-left: 20px;
  margin-top: 14px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
/*================08-04-21===================*/
/*================13-04-21===================*/
.dashdownloadiconarea {
  display: flex;
  align-items: center;
}
.dashdownloadiconarea img {
  margin-left: 8px;
}
.percentagechartheading {
  color: #8c8f90;
  font-family: "SST Italic";
  padding: 10px 50px 0;
  text-align: center;
  background: #e8f3f8;
  font-size: 14px;
}
.percentageMapBg {
  width: 296px;
  padding: 0;
}
.percentagechartBg {
  background: #e8f3f8 url(../../frontend/UEG/Bsn/en_US/images/percentagechartBg.jpg) repeat-x 0 0;
  width: 340px;
  padding: 0;
}
.percenashBg {
  background: #dfe5e9;
}
.dashnopadding {
  padding: 0;
}
.heightheadingarea {
  height: 56px;
}
.whiteBg {
  background: #fff;
}
.heading7Bg thead th {
  background: url(../../frontend/UEG/Bsn/en_US/images/heading7Bg.jpg) repeat-x 0 100% !important;
  border-top: 3px solid #fff;
}
.rank-area .rank-region {
  display: flex;
  justify-content: center;
}
.regionrank-area {
  /*border-top: 10px solid #aec5d7 !important;*/
  background: #eee7cb !important;
}
.regionrank-area td {
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
.regionrank-area td p {
  margin: 0;
  display: inline-block;
  line-height: 18px;
  text-align: center;
}
.regionrank-area td p span {
  display: block;
  color: #948b62;
  font-size: 13px;
}
.regionrank-area td b {
  font-size: 18px !important;
  color: #948b62;
  font-weight: 500;
}
.regionrank-area td strong {
  font-size: 15px;
  color: #040002;
  display: inline-block;
  text-transform: uppercase;
  margin-top: -15px;
}
/*.regionrank-area td:first-child {
  text-align: left !important;
}*/
.regionranksubheading {
  font-size: 14px !important;
  text-transform: uppercase;
  display: block;
}
/*================13-04-21===================*/
/*=================05-04-21=================*/
.marketingservice {
  position: relative;
}
.circle-container .line {
  position: absolute;
  width: 50%;
  height: 1px;
  left: 50%;
  top: 50%;
  background: #ffffff21;
  transform-origin: left center;
  transform: rotate(0deg);
}
rect {
  fill: transparent;
}
.circle-container {
  display: block;
  position: absolute;
  top: 79px;
  left: 15px;
  background: transparent;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border-style: none;
  margin: 0em;
  z-index: 2;
}
#piechart {
  margin-top: -28px;
  margin-left: -48px;
}
.pictable.pichart-items div {
  width: 44%;
  float: left;
}
.pictable.pichart-items div.cost-table {
  float: right;
  width: 44%;
  padding-top: 56px;
}
.pictable.pichart-eventtype div {
  width: 49%;
  float: left;
}
div#piechart-event-type {
  margin-top: -28px;
  margin-left: -48px;
}
.pictable.pichart-eventtype div.cost-table {
  float: right;
  width: 42%;
  padding-top: 56px;
}
.cost-table tr td {
  padding: 0 0 8px;
  font-size: 14px;
}
tr.total-cost td {
  padding: 5px;
}
select.select-chartoption {
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.cover-toolsarrea .event-tools {
  margin-left: 0;
}
/*.cover-toolsarrea .marketingservice {
  margin-right: 0;
}
*/
/*===============07-04-21=AVPdash region grey ===========*/
.righttext {
  text-align: right !important;
}
.lefttext {
  text-align: left !important;
}
.paddingleft36 {
  padding-left: 36px !important;
}
.paddingleft20 {
  padding-left: 20px !important;
}
.paddingleft45 {
  padding-left: 45px !important;
}
/*===========================*/
.alert-row {
  background: #efd6d9 !important;
  color: #fc0404 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.alert-row b {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.alert-row p {
  color: #010000 !important;
  font-size: 17px !important;
  font-weight: bold !important;
}
/* ===========IDSarea CSS================*/
.IDSarea-mapBg {
  /* background: url('../../frontend/UEG/Bsn/en_US/images/SCS---Region-MapBgtext.jpg') no-repeat 0 0;*/
  position: relative;
  height: 655px;
}
.idstopDashboardarea {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.idstopboxBg1 {
  background: url(../../frontend/UEG/Bsn/en_US/images/idsareainactiveBg.jpg) repeat-x 0 0;
  width: 498px;
  min-height: 133px;
  margin: 0 12px;
  padding: 0 66px;
  list-style: none;
}
.idstopboxBg1.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/idsareagreenBg.jpg) repeat-x 0 0;
}
.idstopboxBg1 h3 {
  text-align: center;
  font-size: 16px;
  color: #909090;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.idstopboxBg1.active h3 {
  text-align: center;
  font-size: 16px;
  color: #538234;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.idstopboxBg1 ul {
  margin: 0;
  padding: 0;
}
.idstopboxBg1 li:first-child {
  margin-bottom: 10px;
}
.idstopboxBg1 li:last-child {
  margin-top: 10px;
}
.idstopboxBg1 li p {
  color: #909090;
}
.idstopboxBg1.active li p {
  color: #538234;
}
.idstopboxBg1 li span {
  color: #000002;
}
.idstopboxBg2 {
  background: url(../../frontend/UEG/Bsn/en_US/images/idsareainactiveBg.jpg) repeat-x 0 0;
  width: 498px;
  min-height: 133px;
  margin: 0 12px;
  padding: 0 66px;
  list-style: none;
}
.idstopboxBg2.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/idsareapinkBg.jpg) repeat-x 0 0;
}
.idstopboxBg2 h3 {
  text-align: center;
  font-size: 16px;
  color: #909090;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.idstopboxBg2.active h3 {
  text-align: center;
  font-size: 16px;
  color: #ae8964;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.idstopboxBg2 ul {
  margin: 0;
  padding: 0;
}
.idstopboxBg2 li:first-child {
  margin-bottom: 10px;
}
.idstopboxBg2 li:last-child {
  margin-top: 10px;
}
.idstopboxBg2 li p {
  color: #909090;
}
.idstopboxBg2.active li p {
  color: #ae8964;
}
.idstopboxBg2 li span {
  color: #000002;
}
.idsmapwestarea {
  position: absolute;
  left: 369px;
  top: 251px;
  z-index: 2;
}
.idsmapwestarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.idsmapwestarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/idswest-mapno-active.png) no-repeat 0 0;
}
.idsmapwestarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.idsmapwestarea .maptextarea {
  margin-left: 53px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin-top: 3px;
  text-transform: uppercase;
}
.idsmapeastarea {
  position: absolute;
  left: 821px;
  top: 255px;
  z-index: 2;
}
.idsmapeastarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.idsmapeastarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/idseast-mapno-active.png) no-repeat 0 0;
}
.idsmapeastarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.idsmapeastarea .maptextarea {
  margin-left: 53px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin-top: 3px;
  text-transform: uppercase;
}
.westarea.idswestare {
  width: 300px;
}
.westarea.idswestare ul li {
  font-size: 16px;
}
.westarea.idswestare ul li p {
  margin: 0;
  font-size: 14px;
}
/*==============ids Region area==================*/
.IDSregionarea-mapBg {
  /* background: url('../../frontend/UEG/Bsn/en_US/images/SCS---Region-MapBgtext.jpg') no-repeat 0 0;*/
  position: relative;
  height: 665px;
}
.idsmountainregionarea {
  position: absolute;
  left: 364px;
  top: 170px;
  z-index: 2;
}
.idsmountainregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-mountainmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idsmountainregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-mountainmapno-active.png) no-repeat 0 0;
}
.idsmountainregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idsmountainregionarea .maptextarea {
  margin-left: -14px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.idsmidwestregionarea {
  position: absolute;
  left: 624px;
  top: 83px;
  z-index: 2;
}
.idsmidwestregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-midwestmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idsmidwestregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-midwestmapno-active.png) no-repeat 0 0;
}
.idsmidwestregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idsmidwestregionarea .maptextarea {
  margin-left: -12px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.idspacificregionarea {
  position: absolute;
  left: 171px;
  top: 199px;
  z-index: 2;
}
.idspacificregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-pacificmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idspacificregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-pacificmapno-active.png) no-repeat 0 0;
}
.idspacificregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idspacificregionarea .maptextarea {
  margin-left: -12px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 68px;
}
.idssouthwestregionarea {
  position: absolute;
  left: 572px;
  top: 297px;
  z-index: 2;
}
.idssouthwestregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-southwestmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idssouthwestregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-southwestmapno-active.png) no-repeat 0 0;
}
.idssouthwestregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idssouthwestregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
.idscentralregionarea {
  position: absolute;
  left: 695px;
  top: 378px;
  z-index: 2;
}
.idscentralregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-centralmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idscentralregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-centralmapno-active.png) no-repeat 0 0;
}
.idscentralregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idscentralregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
.idsgreatlakesregionarea {
  position: absolute;
  left: 843px;
  top: 196px;
  z-index: 2;
}
.idsgreatlakesregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-greatlakesmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idsgreatlakesregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-greatlakesmapno-active.png) no-repeat 0 0;
}
.idsgreatlakesregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idsgreatlakesregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
.idssoutheastregionarea {
  position: absolute;
  left: 841px;
  top: 361px;
  z-index: 2;
}
.idssoutheastregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-southeastmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idssoutheastregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-southeastmapno-active.png) no-repeat 0 0;
}
.idssoutheastregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idssoutheastregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
.idsmidatlanticregionarea {
  position: absolute;
  left: 949px;
  top: 258px;
  z-index: 2;
}
.idsmidatlanticregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-midatlanticmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idsmidatlanticregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-midatlanticmapno-active.png) no-repeat 0 0;
}
.idsmidatlanticregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idsmidatlanticregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
.idsnortheastregionarea {
  position: absolute;
  left: 1017px;
  top: 54px;
  z-index: 2;
}
.idsnortheastregionarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-northeastmapno.png) no-repeat 0 0;
  width: 45px;
  height: 70px;
}
.idsnortheastregionarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ids-northeastmapno-active.png) no-repeat 0 0;
}
.idsnortheastregionarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  width: 44px;
  height: 34px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.idsnortheastregionarea .maptextarea {
  margin-left: -27px;
  margin-top: 43px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100px;
}
/*=============22-04-21===============*/
.pictable.pichart-eventtype div {
  width: 100% !important;
}
.marketingservice.pichart-event-popupon {
  padding: 0;
  margin: 0;
}
.marketingservice.pichart-event-popupoff {
  padding: 0;
  margin: 0;
}
.pichart-eventtype span.percentagechartheading {
  padding-bottom: 20px;
}
td.avp_area-td {
  width: 400px;
}
/*.tae-account-dashboard */
.circle-container {
  display: block;
  position: absolute;
  top: 95px;
  left: 0px;
  background: transparent;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border-style: none;
  margin: 0em;
  z-index: 2;
  margin: auto;
  right: 0;
}
.canvas-pie {
  width: 100% !important;
  height: 100% !important;
}
.canvas-pie canvas {
  height: 100% !important;
  width: 85% !important;
  margin: auto;
}
.rank-design.nobgcolor > tr > td:nth-child(1),
.rank-design.nobgcolor > tr > td:nth-child(3) {
  font-family: 'SST Bold';
}
th.rep-grid-list-ev-count {
  width: 580px;
}
th.rep-grid-list-ev-count td:nth-child(1),
th.rep-grid-list-ev-count td:nth-child(2),
th.rep-grid-list-ev-count td:nth-child(3),
th.rep-grid-list-ev-count td:nth-child(6) {
  width: 80px !important;
  text-align: center !important;
  padding: 0 7px !important;
}
th.rep-grid-list-ev-count td:nth-child(4) {
  width: 90px !important;
}
th.rep-grid-list-ev-count td:nth-child(5) {
  width: 60px !important;
}
td.rep-grid-list-count-data {
  width: 580px;
  padding: 0 !important;
}
td.rep-grid-list-count-data td:nth-child(1),
td.rep-grid-list-count-data td:nth-child(2),
td.rep-grid-list-count-data td:nth-child(3),
td.rep-grid-list-count-data td:nth-child(6) {
  width: 80px !important;
  padding: 0 7px !important;
  text-align: center !important;
}
td.rep-grid-list-count-data td:nth-child(4) {
  width: 90px !important;
}
td.rep-grid-list-count-data td:nth-child(5) {
  width: 60px !important;
}
td.rep-grid-list-count-data td:nth-child(1) {
  color: #fe0309;
}
td.rep-grid-list-count-data td:nth-child(2) {
  color: #ef992c;
}
td.rep-grid-list-count-data td:nth-child(3) {
  color: #148b14;
}
td.rep-grid-list-count-data td:nth-child(4) {
  color: #025eb3;
}
td.rep-grid-list-count-data td:nth-child(5) {
  color: #7d7d7e;
}
td.rep-grid-list-count-data td:nth-child(6) {
  color: #7d7d7e;
}
th.rep-grid-list-dash {
  width: 130px;
}
table.rank-heading.rank-position td:nth-child(1) {
  width: 400px;
}
table.rank-heading.rank-position td:nth-child(2) {
  width: 220px;
}
tr.rank-area.rank-reg td:nth-child(2) {
  width: 430px;
}
table.rank-heading.area-admin-rank-head td::before {
  color: #fff;
  background: transparent;
  display: none;
}
table.rank-heading.area-admin-rank-head td:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: url(../../frontend/UEG/Bsn/en_US/images/rankheadingTdborder.jpg) repeat-x 0 0 !important;
  display: none;
}
table.rank-heading.area-admin-rank-head td:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: url(../../frontend/UEG/Bsn/en_US/images/rankheadingTdborder.jpg) repeat-x 0 0 !important;
  display: block;
}
table.rank-heading.area-admin-rank-head td:nth-child(2) {
  width: 140px;
}
table.rank-heading.area-admin-rank-head td:nth-child(3) {
  width: 140px;
}
table.rank-heading.area-admin-rank-head td:nth-child(4) {
  width: 140px;
}
table.rank-heading.area-admin-rank-head td:nth-child(5) {
  width: 140px;
}
.regionrank-area td:nth-child(2) {
  width: 140px;
}
.regionrank-area td:nth-child(3) {
  width: 140px;
}
.regionrank-area td:nth-child(4) {
  width: 140px;
}
.regionrank-area td:nth-child(2) .rank-region {
  padding-left: 15px;
  text-align: center;
}
table.rank-heading.rank-scs-position td:nth-child(1) {
  width: 385px;
}
table.rank-heading.rank-scs-position td:nth-child(2) {
  width: 160px;
}
table.rank-heading.rank-scs-position td:nth-child(2)::before {
  display: none;
}
table.rank-heading.rank-scs-position td:nth-child(3) {
  width: 160px;
}
tr.rank-area.rank-scs-reg td:nth-child(2) {
  padding-left: 0px;
  width: 300px;
}
@-moz-document url-prefix() {
  tr.rank-area.rank-scs-reg td:nth-child(2) {
    padding-left: 0px;
    width: 210px;
  }
  tr.rank-area.rank-reg td:nth-child(2) {
    width: 220px;
  }
}
.cover-toolsarrea .circle-container {
  margin: 0;
  top: 71px;
  width: 180px;
  height: 180px;
}
.cover-toolsarrea .pictable.pichart-eventtype div {
  width: 44% !important;
}
.cover-toolsarrea .marketingservice {
  margin-right: 0;
  margin-top: 10px;
  padding-top: 7px;
  margin-bottom: 10px;
  margin-left: 4px;
}
/*============01-06-21===============*/
.user-design {
  border-top: 2px solid #fff;
}
.user-design > tr {
  border-bottom: 1px solid #fff;
}
.user-design > tr:nth-child(even) {
  background-color: #fff;
}
.user-design > tr:nth-child(odd) {
  background-color: #f3f3f5;
}
.user-design > tr > td {
  padding: 15px 5px;
  color: #8e95a7;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-right: 2px solid #dfdfe8;
}
.user-design > tr > td:first-child {
  border-left: 0px solid #c3c3cd;
}
.user-design > tr > td:last-child {
  border-right: 0px solid #c3c3cd;
}
.user-design > tr > td p {
  margin: 0;
}
/*=====================21-03-22==================*/
.map-AVP-westarea {
  position: absolute;
  left: 230px;
  top: 115px;
}
.map-AVP-westarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/West-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-westarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/West-Area-flag.png) no-repeat 0 0;
}
.map-AVP-westarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-westarea .maptextarea {
  margin-left: 53px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
}
.map-AVP-centralarea {
  position: absolute;
  left: 610px;
  top: 110px;
}
/*.map-AVP-centralarea { position: absolute; left: 212px; top: 177px;}*/
.map-AVP-centralarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/Centralt-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-centralarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Centralt-Area-flag.png) no-repeat 0 0;
}
.map-AVP-centralarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-centralarea .maptextarea {
  margin-left: 43px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.map-AVP-northeastarea {
  position: absolute;
  left: 1046px;
  top: 69px;
}
/*.map-AVP-northeastarea { position: absolute; left: 93px; top: 76px;}*/
.map-AVP-northeastarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/Northeast-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-northeastarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Northeast-Area-flag.png) no-repeat 0 0;
}
.map-AVP-northeastarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-northeastarea .maptextarea {
  margin-left: -24px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.map-AVP-gulfarea {
  position: absolute;
  left: 750px;
  top: 300px;
}
.map-AVP-gulfarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/Gulf-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-gulfarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Gulf-Area-flag.png) no-repeat 0 0;
}
.map-AVP-gulfarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-gulfarea .maptextarea {
  margin-left: 0px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.map-AVP-southwestarea {
  position: absolute;
  left: 462px;
  top: 300px;
}
.map-AVP-southwestarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/Southwest-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-southwestarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Southwest-Area-flag.png) no-repeat 0 0;
}
.map-AVP-southwestarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-southwestarea .maptextarea {
  margin-left: -24px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.map-AVP-midatlanticarea {
  position: absolute;
  left: 906px;
  top: 238px;
}
.map-AVP-midatlanticarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/Midatlantic-Area-flag-mapno.png) no-repeat 0 0;
  width: 69px;
  height: 108px;
}
.map-AVP-midatlanticarea.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/Midatlantic-Area-flag.png) no-repeat 0 0;
}
.map-AVP-midatlanticarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 35px;
  line-height: 50px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.map-AVP-midatlanticarea .maptextarea {
  margin-left: -24px;
  margin-top: 52px;
  text-transform: uppercase;
  color: #010101;
  font-family: "SST Bold";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
/*===================22-03-22=================*/
/*.midatlanticregionBgside { position: relative; width: 312px; height: 300px; margin: auto; }*/
.avp-area-dashboardBg {
  position: relative;
  width: 312px;
  height: 300px;
  margin: auto;
}
.avpdashatlantanorthregion {
  position: absolute;
  left: 46px;
  top: 5px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion1.png) no-repeat 0 0;
  width: 163px;
  height: 131px;
}
.avpdashatlantanorthregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion1-active.png) no-repeat 0 0;
}
.avpdashatlantanorthregion span {
  z-index: 2;
  position: absolute;
  top: 58px;
  left: 44px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
/*.avpdashcharlestonregion {
     position: absolute;
     left: 37px;
    top: 133px;
     font-size: 12px;
     font-family: "SST Medium";
     color: #020000;
     line-height: 15px;
     text-transform: uppercase;
     background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion2.png) no-repeat 0 0;
     width: 163px;
     height: 131px;
   }
   .avpdashcharlestonregion.active {
     background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion2-active.png) no-repeat 0 0;
   }
   .avpdashcharlestonregion span {
     z-index: 2;
     position: absolute;
     top: 30px;
    left: 20px;
     width: 80px;
     word-break: break-all;
     line-height: 14px;
     text-align: center;
   }*/
.avpdashcharlotteregion {
  position: absolute;
  left: 104px;
  top: 53px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion3.png) no-repeat 0 0;
  width: 163px;
  height: 131px;
}
.avpdashcharlotteregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion3-active.png) no-repeat 0 0;
}
.avpdashcharlotteregion span {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 80px;
  width: 75px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashkywvcin {
  position: absolute;
  left: 136px;
  top: 134px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion4.png) no-repeat 0 0;
  width: 163px;
  height: 131px;
}
.avpdashkywvcin.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion4-active.png) no-repeat 0 0;
}
.avpdashkywvcin span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 72px;
  width: 74px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashcapital {
  position: absolute;
  left: 116px;
  top: 179px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion5.png) no-repeat 0 0;
  width: 163px;
  height: 131px;
}
.avpdashcapital.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/midatlanticregion5-active.png) no-repeat 0 0;
}
.avpdashcapital span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 24px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashmidwestregion {
  position: absolute;
  left: 15px;
  top: 1px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion1.png) no-repeat 0 0;
  width: 204px;
  height: 166px;
}
.avpdashmidwestregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion1-active.png) no-repeat 0 0;
}
.avpdashmidwestregion span {
  z-index: 2;
  position: absolute;
  top: 64px;
  left: 75px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashplainsregion {
  position: absolute;
  left: 39px;
  top: 119px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion2.png) no-repeat 0 0;
  width: 121px;
  height: 108px;
}
.avpdashplainsregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion2-active.png) no-repeat 0 0;
}
.avpdashplainsregion span {
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 20px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashmichiganregion {
  position: absolute;
  left: 186px;
  top: 60px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion3.png) no-repeat 0 0;
  width: 55px;
  height: 97px;
}
.avpdashmichiganregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion3-active.png) no-repeat 0 0;
}
.avpdashmichiganregion span {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 65px;
  width: 75px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashkansascityregion {
  position: absolute;
  left: 143px;
  top: 128px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion4.png) no-repeat 0 0;
  width: 89px;
  height: 107px;
}
.avpdashkansascityregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion4-active.png) no-repeat 0 0;
}
.avpdashkansascityregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 6px;
  width: 82px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashstlilregion {
  position: absolute;
  left: 192px;
  top: 39px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion5.png) no-repeat 0 0;
  width: 105px;
  height: 107px;
}
.avpdashstlilregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion5-active.png) no-repeat 0 0;
}
.avpdashstlilregion span {
  z-index: 2;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
.avpdashindianaregion {
  position: absolute;
  left: 180px;
  top: 155px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion6.png) no-repeat 0 0;
  width: 105px;
  height: 107px;
}
.avpdashindianaregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/centralregion6-active.png) no-repeat 0 0;
}
.avpdashindianaregion span {
  z-index: 2;
  position: absolute;
  top: 55px;
  left: 50px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
}
/*===================23-03-22=================*/
.avpdashnorthwestregion {
  position: absolute;
  left: 2px;
  top: 0px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Northwest-region.png) no-repeat 0 0;
  width: 105px;
  height: 162px;
}
.avpdashnorthwestregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Northwest-region-active.png) no-repeat 0 0;
}
.avpdashnorthwestregion span {
  z-index: 2;
  position: absolute;
  top: 74px;
  left: 10px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashsierraregion {
  position: absolute;
  left: 12px;
  top: 137px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Sierra-region.png) no-repeat 0 0;
  width: 70px;
  height: 103px;
}
.avpdashsierraregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Sierra-region-active.png) no-repeat 0 0;
}
.avpdashsierraregion span {
  z-index: 2;
  position: absolute;
  top: 35px;
  left: 0px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashsandiegoregion {
  position: absolute;
  left: 72px;
  top: 202px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/San-Diego-region.png) no-repeat 0 0;
  width: 95px;
  height: 81px;
}
.avpdashsandiegoregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/San-Diego-region-active.png) no-repeat 0 0;
}
.avpdashsandiegoregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashrockiesregion {
  position: absolute;
  left: 169px;
  top: 51px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Rockies-region.png) no-repeat 0 0;
  width: 140px;
  height: 184px;
}
.avpdashrockiesregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Rockies-region-active.png) no-repeat 0 0;
}
.avpdashrockiesregion span {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: 40px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashcentralwestregion {
  position: absolute;
  left: 43px;
  top: 123px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Central-West-Region.png) no-repeat 0 0;
  width: 105px;
  height: 131px;
}
.avpdashcentralwestregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Central-West-Region-active.png) no-repeat 0 0;
}
.avpdashcentralwestregion span {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashnorthmountainregion {
  position: absolute;
  left: 54px;
  top: 0px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/North-mountain-region.png) no-repeat 0 0;
  width: 246px;
  height: 214px;
}
.avpdashnorthmountainregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/North-mountain-region-active.png) no-repeat 0 0;
}
.avpdashnorthmountainregion span {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 64px;
  width: 120px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
/*-active*/
/*===============25-03-22 GULF map Inner===============*/
.avpdasheastfloridaregion {
  position: absolute;
  left: 222px;
  top: 150px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/East-Florida-Region.png) no-repeat 0 0;
  width: 75px;
  height: 155px;
}
.avpdasheastfloridaregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/East-Florida-Region-active.png) no-repeat 0 0;
}
.avpdasheastfloridaregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 18px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashgulfcoastregion {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Gulf-Coast-Region.png) no-repeat 0 0;
  width: 123px;
  height: 190px;
}
.avpdashgulfcoastregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Gulf-Coast-Region-active.png) no-repeat 0 0;
}
.avpdashgulfcoastregion span {
  z-index: 2;
  position: absolute;
  top: 112px;
  left: 25px;
  width: 88px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashsunbeltregion {
  position: absolute;
  left: 115px;
  top: 78px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Sunbelt-Region.png) no-repeat 0 0;
  width: 131px;
  height: 106px;
}
.avpdashsunbeltregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Sunbelt-Region-active.png) no-repeat 0 0;
}
.avpdashsunbeltregion span {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 52px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashfloridagulfregion {
  position: absolute;
  left: 221px;
  top: 167px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Florida-Gulf-Region.png) no-repeat 0 0;
  width: 57px;
  height: 109px;
}
.avpdashfloridagulfregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Florida-Gulf-Region-active.png) no-repeat 0 0;
}
.avpdashfloridagulfregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: -30px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashmusiccityregion {
  position: absolute;
  left: 64px;
  top: 0;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Music-City-Region.png) no-repeat 0 0;
  width: 163px;
  height: 131px;
}
.avpdashmusiccityregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Music-City-Region-active.png) no-repeat 0 0;
}
.avpdashmusiccityregion span {
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 38px;
  width: 82px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
/*=================SouthWest region left 30-03-22==================*/
.avpdashhillcountryregion {
  position: absolute;
  left: 167px;
  top: 91px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Hill-Country-Region-nor.png) no-repeat 0 0;
  width: 84px;
  height: 60px;
}
.avpdashhillcountryregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Hill-Country-Region.png) no-repeat 0 0;
}
.avpdashhillcountryregion span {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashalamoregion {
  position: absolute;
  left: 55px;
  top: 18px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Alamo-Region-nor.png) no-repeat 0 0;
  width: 155px;
  height: 164px;
}
.avpdashalamoregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Alamo-Region.png) no-repeat 0 0;
}
.avpdashalamoregion span {
  z-index: 2;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashsouthforkregion {
  position: absolute;
  left: 164px;
  top: 56px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/South-Fork-Region-nor.png) no-repeat 0 0;
  width: 70px;
  height: 46px;
}
.avpdashsouthforkregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/South-Fork-Region.png) no-repeat 0 0;
}
.avpdashsouthforkregion span {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashredriverregion {
  position: absolute;
  left: 130px;
  top: 0px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Red-River-Region-nor.png) no-repeat 0 0;
  width: 170px;
  height: 117px;
}
.avpdashredriverregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Red-River-Region.png) no-repeat 0 0;
}
.avpdashredriverregion span {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 50px;
  width: 90px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashdesertregion {
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Desert-Region-nor.png) no-repeat 0 0;
  width: 57px;
  height: 86px;
}
.avpdashdesertregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Desert-Region.png) no-repeat 0 0;
}
.avpdashdesertregion span {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
/*==============Midatlantic Region left Area 30-03-22 =====================*/
.avpdashtristateregion {
  position: absolute;
  left: 8px;
  top: 0px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Tri-State-Region-nor.png) no-repeat 0 0;
  width: 169px;
  height: 133px;
}
.avpdashtristateregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Tri-State-Region.png) no-repeat 0 0;
}
.avpdashtristateregion span {
  z-index: 2;
  position: absolute;
  top: 65px;
  left: 30px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashcharlestonregion {
  position: absolute;
  left: 78px;
  top: 173px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Charleston-Region-nor.png) no-repeat 0 0;
  width: 101px;
  height: 115px;
}
.avpdashcharlestonregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Charleston-Region.png) no-repeat 0 0;
}
.avpdashcharlestonregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 15px;
  width: 90px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashcharlotteregion {
  position: absolute;
  left: 101px;
  top: 129px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Charlotte-Region-nor.png) no-repeat 0 0;
  width: 127px;
  height: 71px;
}
.avpdashcharlotteregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Charlotte-Region.png) no-repeat 0 0;
}
.avpdashcharlotteregion span {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 90px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashblueridgeregion {
  position: absolute;
  left: 0px;
  top: 127px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Blue-Ridge-Region-nor.png) no-repeat 0 0;
  width: 118px;
  height: 86px;
}
.avpdashblueridgeregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Blue-Ridge-Region.png) no-repeat 0 0;
}
.avpdashblueridgeregion span {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 18px;
  width: 90px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashcapitalregion {
  position: absolute;
  left: 68px;
  top: 54px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Capital-Region-nor.png) no-repeat 0 0;
  width: 181px;
  height: 112px;
}
.avpdashcapitalregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Capital-Region.png) no-repeat 0 0;
}
.avpdashcapitalregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 84px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
/*=====================Central Region 31-03-22===============*/
.avpdashmidwestregion {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Midwest-Region-nor.png) no-repeat 0 0;
  width: 199px;
  height: 165px;
}
.avpdashmidwestregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Midwest-Region.png) no-repeat 0 0;
}
.avpdashmidwestregion span {
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 60px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashplainsregion {
  position: absolute;
  left: 178px;
  top: 53px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Plains-Region-nor.png) no-repeat 0 0;
  width: 58px;
  height: 105px;
}
.avpdashplainsregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Plains-Region.png) no-repeat 0 0;
}
.avpdashplainsregion span {
  z-index: 2;
  position: absolute;
  top: 35px;
  left: 0px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashcrossroadsregion {
  position: absolute;
  left: 172px;
  top: 136px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Crossroads-Region-nor.png) no-repeat 0 0;
  width: 95px;
  height: 110px;
}
.avpdashcrossroadsregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Crossroads-Region.png) no-repeat 0 0;
}
.avpdashcrossroadsregion span {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: 50px;
  width: 95px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashnorthlakesregion {
  position: absolute;
  left: 186px;
  top: 30px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/North-Lakes-Region-nor.png) no-repeat 0 0;
  width: 115px;
  height: 116px;
}
.avpdashnorthlakesregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/North-Lakes-Region.png) no-repeat 0 0;
}
.avpdashnorthlakesregion span {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 95px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashheartlandregion {
  position: absolute;
  left: 20px;
  top: 114px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Heartland-Region-nor.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
}
.avpdashheartlandregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Heartland-Region.png) no-repeat 0 0;
}
.avpdashheartlandregion span {
  z-index: 2;
  position: absolute;
  top: 56px;
  left: 11px;
  width: 85px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashmidcentralregion {
  position: absolute;
  left: 130px;
  top: 124px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Mid-Central-Region-nor.png) no-repeat 0 0;
  width: 98px;
  height: 113px;
}
.avpdashmidcentralregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Mid-Central-Region.png) no-repeat 0 0;
}
.avpdashmidcentralregion span {
  z-index: 2;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
/*
===============NorthEast Region 31-03-22========================
*/
.avpdashsteelcityregion {
  position: absolute;
  left: 68px;
  top: 112px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Steel-City-Region-nor.png) no-repeat 0 0;
  width: 117px;
  height: 80px;
}
.avpdashsteelcityregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Steel-City-Region.png) no-repeat 0 0;
}
.avpdashsteelcityregion span {
  z-index: 2;
  position: absolute;
  top: 33px;
  left: 18px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashchesapeakeregion {
  position: absolute;
  left: 98px;
  top: 167px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Chesapeake-Region-nor.png) no-repeat 0 0;
  width: 74px;
  height: 41px;
}
.avpdashchesapeakeregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Chesapeake-Region.png) no-repeat 0 0;
}
.avpdashchesapeakeregion span {
  z-index: 2;
  position: absolute;
  top: 24px;
  left: 0px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashnewyorkregion {
  position: absolute;
  left: 168px;
  top: 136px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/New-York-Region-nor.png) no-repeat 0 0;
  width: 24px;
  height: 34px;
}
.avpdashnewyorkregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/New-York-Region.png) no-repeat 0 0;
}
.avpdashnewyorkregion span {
  z-index: 2;
  position: absolute;
  top: 17px;
  left: 0px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashupstateregion {
  position: absolute;
  left: 82px;
  top: 56px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Upstate-Region-nor.png) no-repeat 0 0;
  width: 123px;
  height: 96px;
}
.avpdashupstateregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Upstate-Region.png) no-repeat 0 0;
}
.avpdashupstateregion span {
  z-index: 2;
  position: absolute;
  top: 22px;
  left: 40px;
  width: 60px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashnewenglandregion {
  position: absolute;
  left: 193px;
  top: 0;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/New-England-Region-nor.png) no-repeat 0 0;
  width: 107px;
  height: 141px;
}
.avpdashnewenglandregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/New-England-Region.png) no-repeat 0 0;
}
.avpdashnewenglandregion span {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: 8px;
  width: 100px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashhudsonvalleyregion {
  position: absolute;
  left: 166px;
  top: 111px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Hudson-Valley-Region-nor.png) no-repeat 0 0;
  width: 51px;
  height: 43px;
}
.avpdashhudsonvalleyregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Hudson-Valley-Region.png) no-repeat 0 0;
}
.avpdashhudsonvalleyregion span {
  z-index: 2;
  position: absolute;
  top: 13px;
  left: 0;
  width: 120px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
.avpdashohioregion {
  position: absolute;
  left: 2px;
  top: 108px;
  font-size: 12px;
  font-family: "SST Medium";
  color: #020000;
  line-height: 15px;
  text-transform: uppercase;
  background: url(../../frontend/UEG/Bsn/en_US/images/Ohio-Region-nor.png) no-repeat 0 0;
  width: 84px;
  height: 76px;
}
.avpdashohioregion.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/Ohio-Region.png) no-repeat 0 0;
}
.avpdashohioregion span {
  z-index: 2;
  position: absolute;
  top: 28px;
  left: 5px;
  width: 80px;
  word-break: break-all;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 1px 4px #000000;
}
@media (max-width: 1280px) {
  .map-details {
    overflow-x: scroll;
  }
  .map-rank,
  .lower-table,
  .scrollarea-tab {
    width: 1280px;
  }
  .foot-cover {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: wrap;
  }
  .cover-area {
    margin: 10px;
  }
  .cover-toolsarrea {
    display: flex;
    align-items: inherit;
    flex-flow: wrap;
    justify-content: center;
  }
  .tab-scroll {
    overflow-x: scroll;
  }
  .topstrip-area {
    flex-flow: wrap;
    justify-content: center;
  }
  .topstrip-area h1,
  .topstrip-area h2,
  .list-top,
  .topstrip-area p {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .cover-area {
    margin: 10px;
    width: 100%;
  }
  .tae-approved,
  .remaining {
    width: 100%;
  }
  .remening-funds,
  .est-pending {
    width: 50%;
    flex: 0 0 50%;
    text-align: center;
    padding: 5px 10px;
  }
  .remaining {
    flex-flow: wrap;
  }
  .westarea {
    width: 100%;
  }
}
/* Jaydeep Kothiya CSS Start */
td.percentagechartBg .pictable {
  height: 100%;
}
td.percentagechartBg .marketingservice {
  background: transparent;
}
td.percentagechartBg .marketingservice span.percentagechartheading {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  background: transparent;
}
td.percentagechartBg div#piechart,
td.percentagechartBg div#piechart-event-type {
  margin: -28px auto;
  width: 100%;
  margin-bottom: -100px;
}
td.percentagechartBg div#piechart > div,
td.percentagechartBg div#piechart-event-type > div {
  float: unset;
  width: 100%;
  position: unset !important;
}
td.percentagechartBg div#piechart > div > div,
td.percentagechartBg div#piechart-event-type > div > div {
  position: unset !important;
  width: 100% !important;
  height: 100% !important;
}
td.percentagechartBg div#piechart > div > div > div,
td.percentagechartBg div#piechart-event-type > div > div > div {
  position: unset !important;
  text-align: center;
}
.order-products-toolbar.toolbar.bottom {
  margin-bottom: 0;
}
.order-products-toolbar.toolbar.bottom .pager {
  padding: 0 20px;
}
.order-products-toolbar.toolbar.bottom .limiter select {
  width: 60px;
}
.tae-account-regiondashbaord .column.main {
  padding-bottom: 0;
}
.heading7Bg thead th span {
  display: block;
  font-size: 11px;
}
/* Jaydeep Kothiya CSS End */
.tae-account-regiondashbaord .pictable.pichart-items div {
  width: 100% !important;
  height: 100% !important;
}
.tae-account-regiondashbaord tr.regionrank-area td.righttext.heightheadingarea p {
  float: right;
}
.tae-account-regiondashbaord .marketingservice.pichart-event-popupon .circle-container {
  top: 69px;
  left: 79px;
}
.tae-account-regiondashbaord .marketingservice.pichart-event-popupoff .circle-container {
  top: 70px;
  left: 80px;
}
.tae-account-regiondashbaord table.under-table tbody tr td {
  font-size: 12px;
}
.tae-account-regiondashbaord .circle-container {
  width: 203px;
  height: 203px;
}
.tae-account-regiondashbaord .row-under tr td:first-child {
  width: 67px;
}
.tae-account-regiondashbaord .row-under tr td:nth-child(2) {
  width: 70px;
}
.tae-account-regiondashbaord .row-under tr td:nth-child(3) {
  width: 76px;
}
.tae-account-regiondashbaord .row-under tr td:nth-child(4) {
  width: 82px;
}
.tae-account-regiondashbaord .row-under tr td:nth-child(5) {
  width: 65px;
}
.tae-account-regiondashbaord .row-under tr td:nth-child(6) {
  width: 68px;
}
.tae-account-regiondashbaord .graytext {
  color: gray;
}
.tae-account-regiondashbaord .yellowtext {
  color: #ff8c00;
}
.tae-account-regiondashbaord canvas#chart,
.tae-account-regiondashbaord canvas#piechart-event-type {
  width: 203px !important;
  height: 203px !important;
  margin: 0 auto;
}
table.lower-table.rep-grid-list thead tr th span {
  font-size: 10px;
  display: block;
}
table.lower-table.rep-grid-list td.date1starea.redtext {
  color: #f90007;
}
table.lower-table.rep-grid-list tr td {
  vertical-align: middle;
}
@media (max-width: 1040px) {
  .foot-cover {
    justify-content: space-between;
  }
  .cover-area {
    margin: 10px 5px;
    width: 32%;
  }
  .westarea {
    width: 100%;
  }
  .tae-approved {
    width: 100%;
    padding: 7px 10px 0;
  }
  .remaining {
    width: 100%;
    flex: 0 0 100%;
  }
  .foot-tae td {
    font-size: 14px;
  }
  .westarea h4 {
    font-size: 14px;
  }
  .remening-funds h4,
  .est-pending h4 {
    font-size: 14px;
  }
  .remening-funds,
  .est-pending {
    padding: 5px 5px;
  }
  .remening-funds ul li,
  .est-pending ul li {
    font-size: 16px;
  }
  .foot-number td {
    font-size: 18px;
  }
  .westarea ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cover-area {
    margin: 10px 5px;
    width: 31%;
  }
  .remening-funds ul li,
  .est-pending ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .foot-cover {
    display: block;
  }
  .cover-area {
    margin: 10px 0px;
    width: 100%;
  }
  .footer span {
    font-size: 18px;
  }
  .foot-number td {
    font-size: 24px;
  }
  .remening-funds ul li,
  .est-pending ul li {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .remening-funds ul li,
  .est-pending ul li {
    font-size: 14px;
  }
  .foot-number td {
    font-size: 20px;
  }
  .resources-index-contact .page-main .contact {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 1340px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper {
    left: 5px;
    width: 128px;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper {
    width: 100%;
    position: static;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form .mapchartleftselectarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form .mapchartleftselectarea {
    flex: 0 0 25%;
  }
}
@media (max-width: 479px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form .mapchartleftselectarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper form .mapchartleftselectarea {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper .updateresetwrapper,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper .updateresetwrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper .updateresetwrapper button,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper .updateresetwrapper button {
    display: inline-flex;
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper button,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmapwrapper button {
    display: inline-flex;
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo {
    flex: 0 0 33%;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo {
    flex: 0 0 50%;
  }
}
@media (max-width: 479px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo ul,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo ul {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo ul li,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapcharttoparea .mapboxBgNo ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1340px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1340px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea {
    width: 950px;
  }
}
@media (max-width: 1260px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewheading,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewheading {
    display: none;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul {
    display: grid;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li {
    width: 100%;
    margin-bottom: .5rem;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:before {
    float: left;
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
    color: #8c8e91;
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:first-child:before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:first-child:before {
    content: "Date Range:";
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(2):before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(2):before {
    content: "Event Status:";
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(3):before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(3):before {
    content: "Area:";
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(4):before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(4):before {
    content: "Region:";
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(5):before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:nth-child(5):before {
    content: "Event Type:";
  }
}
@media (max-width: 576px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:last-child:before,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .reportareanew .reportareanewcont ul li:last-child:before {
    content: "Franchise Type:";
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .calenderarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .calenderarea {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .calenderarea .halfarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .calenderarea .halfarea {
    flex: 0 0 100%;
  }
}
@media (max-width: 1199px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea {
    min-height: 480px;
    height: 480px;
  }
}
@media (max-width: 991px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea {
    margin-left: 0;
    min-height: 0;
    height: auto;
  }
}
@media (max-width: 991px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea img,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea img {
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea .ytddatearea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftmaparea .ytddatearea {
    height: auto;
  }
}
.newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea,
.newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea {
  padding-left: 5px;
}
@media (max-width: 1260px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 0;
  }
}
@media (max-width: 1260px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area {
    flex: 0 0 33%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox1area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox2area {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartleftarea .ytdmapchartleftchartarea .ytdmapchartleftchartbox3area {
    flex: 0 0 100%;
  }
}
@media (max-width: 1260px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1260px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytddatearea.ytdtaerightarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytddatearea.ytdtaerightarea {
    flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytdmapchartleftchartbox2area,
  .newdashboard-index-yeartodate .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytddatearea.ytdtaerightarea,
  .newdashboard-index-daterange .page-main .columns .column.main .ytdmapchartarea .ytdmapchartmaparea .ytdmapchartrightarea .ytddatearea.ytdtaerightarea {
    flex: 0 0 100%;
  }
}
@media (max-width: 1340px) {
  .event-admin-user .page-main .columns .column.main .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .event-admin-user .page-main .columns .column.main .page-title h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .event-admin-user .page-main .columns .column.main .page-title .userrightarea {
    margin-top: 15px;
  }
}
.event-admin-user .page-main .columns .column.main .page-title .userrightarea .userBtn {
  font-family: "SST Roman";
}
@media (max-width: 479px) {
  .event-admin-user .page-main .columns .column.main .page-title .userrightarea .userBtn.btn-search {
    margin-left: 0;
  }
}
@media (max-width: 1340px) {
  .event-admin-user .page-main .columns .column.main .map-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 10px !important;
  }
}
@media (max-width: 1200px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th input,
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th select {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th input,
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th:before {
    content: attr(data-label) ":";
    float: left;
    text-transform: capitalize;
    font-size: 16px;
    color: #16161d;
    font-weight: 900;
    margin-right: 10px;
    padding-top: 5px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form th.no-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table thead tr.search-form.heading {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table tbody tr {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table tbody tr td {
    display: block;
    width: 100%;
    text-align: left;
    border-right: 0;
    padding: 5px 10px !important;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table tbody tr td:before {
    content: attr(data-label) ":";
    float: left;
    text-transform: capitalize;
    font-size: 16px;
    color: #16161d;
    font-weight: 900;
    margin-right: 10px;
    padding-top: 0;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details table.lower-table tbody tr td.no-label {
    display: none;
  }
}
@media (max-width: 1200px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom {
    width: 1420px;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom .pager {
    display: grid;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom .pager .limiter {
    padding-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom .pager .pages {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .event-admin-user .page-main .columns .column.main .map-details .toolbar.bottom .pager .pages.pagination a {
    margin: 4px;
  }
}
/*=============31-05-21 pra===================*/
body.cms-welcome-page .page-wrapper {
  background: #ebeded;
}
.cms-welcome-page .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-scs-campaigns .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-ids-campaigns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-postal-mail .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-mail-list-template .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-envelope-logo-template .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-doctor-letter-template .columns .column.main {
  padding-bottom: 0;
}
.stim-event-newsummary .columns .column.main {
  padding-bottom: 0;
}
.stim-event-summary .columns .column.main {
  padding-bottom: 0;
}
.tae-event-newsummary .columns .column.main {
  padding-bottom: 0;
}
.tae-event-summary .columns .column.main {
  padding-bottom: 0;
}
.vertiflex-event-newsummary .columns .column.main {
  padding-bottom: 0;
}
.vertiflex-event-summary .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-tool-box-newspaper-ads .columns .column.main {
  padding-bottom: 0;
}
.cms-welcome-page .page-main,
.cms-tae-tool-box-scs-campaigns .page-main,
.cms-tae-tool-box-ids-campaigns .page-main,
.cms-tae-tool-box-postal-mail .page-main,
.cms-tae-tool-box-mail-list-template .page-main,
.cms-tae-tool-box-envelope-logo-template .page-main,
.cms-tae-tool-box-doctor-letter-template .page-main,
.cms-tae-tool-box-newspaper-ads .page-main {
  margin-top: 25px;
}
.cms-tae-tool-box-envelope-logo-template .main-content img {
  width: auto !important;
  max-width: none;
}
.cms-tae-tool-box-doctor-letter-template .main-content img {
  width: auto !important;
  max-width: none;
}
.admininterior_welcomeBg {
  background: #dbe8f0;
  padding: 20px;
  font-family: 'SST Roman';
}
.admininterior_heading {
  text-align: center;
}
.admininterior_heading h1 {
  color: #000;
  font-size: 43px;
  line-height: 45px;
  font-family: 'SST Light';
  margin-bottom: 20px;
}
.admininterior_heading p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-family: 'SST Light';
  margin-bottom: 16px;
}
.admininterior_iconarea::before,
.admininterior_iconarea::after {
  content: '';
  clear: both;
  display: block;
}
.admininterior_iconarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.admininterior_iconarea ul li {
  background: #fff;
  width: 190px;
  padding: 40px 10px;
  margin: 0 20px 30px;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admininterior_iconarea ul li img {
  max-width: 87px;
  margin-bottom: 12px;
}
.admininterior_iconarea ul li p {
  color: #000000;
  font-size: 18px;
  font-family: 'SST Light';
}
.admininterior_iconarea ul li a {
  color: #000000;
  font-size: 18px;
  font-family: 'SST Light';
  text-decoration: none;
}
.admininterior_iconarea ul li a:hover {
  text-decoration: underline;
}
.admininterior_iconarea ul li:last-child {
  list-style: none;
}
.admininterior_iconarea ul li a {
  display: block;
  text-decoration: none;
  outline: none;
  border: 0;
}
.admininterior_eventtypewrapper {
  margin-top: 26px;
}
.admininterior_eventtypewrapper::before,
.admininterior_eventtypewrapper::after {
  content: '';
  clear: both;
  display: block;
}
.admininterior_eventtypewrapper h2 {
  color: #040404;
  font-size: 36px;
  font-family: 'SST Light';
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.admininterior_eventtypewrapper h3 {
  color: #25527b;
  font-family: 'SST Bold';
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.admininterior_eventtypewrapper p {
  color: #5e5d5d;
  font-family: 'SST Roman';
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.admininterior_eventtypeareaarea {
  width: 50%;
  float: left;
}
.admininterior_eventtypeareaarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.admininterior_eventtypeareaarea ul li {
  padding-right: 45px;
  color: #5e5d5d;
  font-size: 16px;
  width: 32%;
}
.admininterior_eventtypeareaarea ul li:last-child {
  padding-right: 15px;
}
.admininterior_top10area {
  width: 46%;
  float: right;
}
.admininterior_top10area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.admininterior_top10area ul li {
  padding-left: 18px;
  color: #5e5d5d;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
}
.admininterior_top10area ul li::before {
  content: '-';
  display: block;
  position: absolute;
  left: 8px;
}
/*Jaydeep Kothiya 31-05-2021 Start*/
.main-content {
  width: 1025px;
  display: inline-block;
  padding: 0  0px 0 32px;
  margin-top: 30px;
  font-size: 16px;
}
.cn_header_title_sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cn_header_title_sec h2 {
  font-size: 43px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000000;
  font-family: 'SST Light';
}
.cn_content_section p {
  color: #003c71;
  font-size: 16px;
}
.wc_full_width {
  display: flex;
}
.wc_full_width .image_sec {
  width: 100%;
  max-width: 150px;
  display: inline-flex;
}
.wc_full_width .image_sec img {
  width: 100%;
  display: inline;
  box-shadow: 0 10px 16px 0 #00000040;
}
.main-content ol {
  margin-top: 10px;
}
.main-content p,
.main-content ul li,
.main-content ol li {
  color: #003c71;
  font-size: 18px;
  line-height: 125%;
  font-family: 'SST Light';
}
.main-content p b {
  font-family: 'SST Medium';
  font-weight: normal;
}
.main-content a,
.main-content a:hover {
  color: #fa031a;
  text-decoration: underline;
}
.content_sec ul {
  list-style: none;
  margin: 0 0 0 14px;
  padding: 0;
}
.content_sec ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #003c71;
}
.content_sec ul li::before {
  display: block;
  content: "";
  background: url(../../frontend/UEG/Bsn/en_US/images/right-arorw-blue.jpg);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
}
.content_sec ol li::marker {
  display: block;
  content: "-";
}
.content_sec ol li::before {
  display: none;
}
.content_sec ol li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.one_third_sec {
  display: inline-flex;
  align-items: center;
}
.one_third_sec .image_sec {
  width: 100px;
}
.one_third_sec .content_sec_third {
  width: calc(-10%);
  display: inline-block;
  padding: 0 10px;
}
.one_third_sec .content_sec_third h3 {
  margin: 0;
  margin-bottom: 10px;
}
.cn_sec_1 {
  width: 30%;
}
.cn_sec_2 {
  width: 33%;
}
.cn_sec_3 {
  width: 37%;
}
.wc_full_width {
  padding-top: 10px;
  padding-bottom: 30px;
}
.one_fourth_sec {
  width: 25%;
  display: inline-block;
  margin: 15px 12px;
}
.one_fourth_sec.cn_sec_2 {
  background-color: #003c71;
  color: #fff;
  padding: 15px 30px;
}
.one_fourth_sec.cn_sec_1 {
  background-color: #1196d4;
  color: #fff;
  padding: 15px 20px;
}
.one_fourth_sec.cn_sec_3 {
  color: #003c71;
  padding: 15px;
  background-color: #d1f0fb;
}
.one_fourth_sec.cn_sec_4 {
  color: #003c71;
  background-color: #d1f0fb;
  padding: 15px;
}
.class-info-1 select {
  color: #003c71 !important;
  text-align: center;
  text-align-last: center;
  border: 2px solid #c6c5c6;
}
.class-info-1 {
  margin-bottom: 10px;
}
.class-info-2,
.class-info-3 {
  padding: 8px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.class-info-2 label,
.class-info-3 label {
  font-size: 13px;
  width: 90px;
  text-align: right;
}
.class-info-2 input[type="text"],
.class-info-3 input[type="text"] {
  text-align: center;
}
.class-info-2 input[type="text"] {
  color: #003c71;
  margin-left: 10px;
  width: 108px;
  border: 2px solid #c6c5c6;
}
.class-info-3 input[type="text"] {
  color: #fa031a;
  margin-left: 10px;
  width: 108px;
  border: 2px solid #c6c5c6;
}
.class-info-1 label {
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
  display: block;
  font-size: 16px;
  font-family: 'SST Light';
  color: #003c71;
}
.one_fourth_sec h3 {
  font-weight: 400;
  font-size: 19px;
  font-family: 'SST Roman';
}
.price-is-here {
  font-size: 35px;
  font-family: 'SST Roman';
}
.estimated-title {
  margin-top: 10px;
  font-size: 19px;
  font-family: 'SST Roman';
}
.estimated-details {
  font-size: 17px;
  margin-bottom: 10px;
}
.padding_bottom {
  padding-bottom: 50px;
}
.right_sec {
  color: #003c71;
  padding: 10px;
  background-color: #d1f0fb;
  width: 250px;
  display: flex;
  align-items: center;
  max-width: 250px;
  text-align: center;
}
.left_sec {
  display: flex;
  align-items: center;
  width: 685px;
  flex-wrap: wrap;
  padding: 0 30px 0 0;
}
.first_left_sec {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.second_left_sec {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.cn_flex_details {
  display: flex;
  align-items: center;
}
.fourty_perc {
  width: 37%;
}
.sixty_perc {
  width: 63%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.first_left_sec,
.second_left_sec {
  width: 100%;
  padding: 25px 20px;
  background-color: #ebf8fe;
}
.sixty_perc p {
  color: #7d7d7d;
  margin-bottom: 0;
}
.cn_flex_details p {
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
.cn_flex_details button[type="submit"] {
  background-color: #c60311;
  color: #fff;
}
.right_sec_inner h3 {
  margin: 0;
  margin-bottom: 10px;
}
.second_left_sec .note {
  font-style: italic;
  color: #c60311;
  padding-top: 5px;
}
.cn_flex_details button {
  background-color: #c60311;
  color: #fff;
  padding: 10px 35px;
  border-radius: 10px;
  box-shadow: unset;
  margin: 10px 0;
}
/*main#maincontent {
  width: 1240px;
  max-width: 100%;
}*/
.sidebar {
  width: 210px;
  display: inline-block;
  background-color: #59c1e6;
  padding: 0 25px;
  vertical-align: top;
}
.section-menu ul {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-menu ul li {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.section-header h3 {
  font-family: 'SST Bold';
  font-size: 18px;
  color: #f6f9fb;
}
.section-menu ul li a {
  font-family: 'SST Light';
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}
.section-menu ul li.active a {
  color: #fff;
  text-decoration: none;
  font-family: 'SST Medium';
}
.envelope_right_sec {
  padding-left: 30px;
}
.note-jpg-png {
  font-size: 14px;
  color: #003c71;
}
.envelopne-note {
  font-size: 14px;
  color: #003c71;
}
.envelope-left-note {
  width: 100%;
  text-align: center;
  color: #003c71;
}
.envelope_right_inner figure:first-child {
  margin-bottom: 10px;
  box-shadow: 0 3px 5px #00000040;
}
.main-images-sec {
  flex-wrap: wrap;
}
.half_width {
  width: 50%;
  min-width: 350px;
}
.half_width .section_title {
  font-size: 18px;
  color: #003c71;
  font-family: 'SST Medium';
}
.image-section-tae {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0 0;
}
.image-section-tae figure {
  padding: 5px;
}
.image-section-tae figure img {
  width: 135px;
}
.bigger-text {
  font-size: 24px;
  padding-bottom: 5px;
  color: #000;
  font-family: 'SST Light';
}
.smaller-text {
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
  font-family: 'SST Light';
}
.dr_letter_1 {
  min-width: 270px;
}
.dr_letter_2 {
  min-width: 310px;
}
.dr_letter_3 {
  min-width: 280px;
}
.wc_full_width .content_sec {
  width: calc(-60%);
}
.class-info-2 .datepicker.datepicker-dropdown {
  position: absolute;
  top: 42px !important;
  background: #fff;
  right: 0;
  left: inherit !important;
  padding: 10px;
  border: 1px solid #dcdcdc;
}
.class-info-2 .datepicker.datepicker-dropdown .prev {
  background: url(../../frontend/UEG/Bsn/en_US/images/calendarleftarrow.png) no-repeat 50% 50% !important;
  font-size: 0;
}
.class-info-2 .datepicker.datepicker-dropdown .next {
  background: url(../../frontend/UEG/Bsn/en_US/images/calendarrightarrow.png) no-repeat 50% 50% !important;
  font-size: 0;
}
.class-info-2 .datepicker.datepicker-dropdown th.datepicker-switch {
  text-align: center;
}
/*=================Order Que Page=======================*/
.orderquearea {
  width: 100%;
  background: #8e95a5;
  display: block;
  color: #fff;
  padding: 0px 0;
  font-size: 24px;
  margin-top: 20px;
}
.orderquearea::before,
.orderquearea::after {
  content: '';
  display: block;
  clear: both;
}
.orderquearea .grid-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
}
.orderqueactionList {
  display: flex;
  align-items: center;
  font-size: 0;
}
.orderqueactionList select {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/selectbg.png) no-repeat 95% 50%;
  height: 33px;
  line-height: 32px;
  padding: 0 26px 0 10px;
  font-size: 15px;
  color: #135589 !important;
  font-family: 'SST Italic';
  border-radius: 0 !important;
  border: 0 !important;
  min-width: 120px;
}
.orderqueactionList input {
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  font-size: 15px;
  color: #135589 !important;
  font-family: 'SST Italic';
  border-radius: 0 !important;
  border: 0 !important;
}
.orderqueactionList button {
  background: #145587;
  border: 0px;
  color: #fff;
  padding: 0px 10px;
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none !important;
  resize: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'SST Bold';
  font-weight: 600;
  margin: 0;
  border-radius: 0;
}
.orderqueactionList button:nth-child(3) {
  margin-left: 7px;
}
.event-detailSelect {
  position: relative;
}
.event-detailSelect div.mage-error {
  position: absolute;
  left: 0;
  width: 145px;
  bottom: -24px;
}
.orderqueheadcont {
  background: #f3f0dd;
  padding: 10px 0;
  border-bottom: 2px solid #e7e5d8;
  border-top: 1px solid #fff;
  width: 100%;
}
.orderqueheadcont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orderqueheadcont ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #8e95a7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.orderqueheadcont ul li span sub {
  bottom: 0;
}
.orderquebodycont {
  border-bottom: 1px solid #c3c3cd;
  width: 100%;
}
.orderquebodycont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orderquebodycont ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #135587;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #c3c3cd;
  margin: 0;
  min-height: 130px;
}
.orderquebodycont ul li:first-child {
  border-left: 1px solid #c3c3cd;
}
.orderquebodycont ul li:first-child span {
  text-align: left;
  padding: 10px 10px;
}
.orderquebodycont ul li.col1 input {
  margin-right: 16px;
}
.orderquebodycont ul li span {
  display: block;
  padding: 10px 5px 5px;
}
.orderqueheadcont ul li.col1,
.orderquebodycont ul li.col1 {
  width: 8%;
}
.orderqueheadcont ul li.col2,
.orderquebodycont ul li.col2 {
  width: 10%;
}
.orderqueheadcont ul li.col3,
.orderquebodycont ul li.col3 {
  width: 13%;
}
.orderquebodycont:nth-child(even) {
  background: #f3f3f5;
}
.quepdfarea {
  font-family: 'SST bold';
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  padding: 0px 10px;
}
.quelink {
  text-decoration: underline;
  color: #f70515;
  cursor: pointer;
  font-size: 15px;
}
.quetrackinglink {
  text-decoration: underline;
  color: #125685;
  cursor: pointer;
  font-size: 15px;
}
.orderquebodycont select {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/quearrow.png) no-repeat 95% 50%;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #145388 !important;
  font-family: 'SST Roman';
  border-radius: 0 !important;
  border: 1px solid #656469 !important;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.queprintarea {
  background: #efc794 !important;
}
.queholdarea {
  background: #f46f70 !important;
}
.queshippingarea {
  background: #dbcee2 !important;
}
.quecompletedarea {
  background: #e3f5dd !important;
}
.quebinderyarea {
  background: #fcf9d0 !important;
}
.quemailarea {
  background: #b3d7f7 !important;
}
.modal-wip-popup .modal-inner-wrap .popupbox {
  width: 700px;
}
.modal-wip-popup table > thead > tr > th {
  padding: 5px 10px;
  font-weight: 500;
}
.modal-wip-popup .orderquebodycont select {
  background: #ffffff url(../../frontend/UEG/Bsn/en_US/images/quearrow.png) no-repeat 95% 50%;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #145388 !important;
  font-family: 'SST Roman';
  border-radius: 0 !important;
  border: 1px solid #656469 !important;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.modal-wip-popup .orderquebodycont input {
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #145388 !important;
  font-family: 'SST Roman';
  border-radius: 0 !important;
  border: 1px solid #656469 !important;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
.modal-wip-popup .orderqueactionList button {
  background: #145587;
  border: 0px;
  color: #fff;
  padding: 0px 10px;
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none !important;
  resize: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'SST Roman';
  font-weight: 500;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
.modal-wip-popup .popupbox .popheaderarea {
  position: relative;
  text-transform: uppercase;
}
.modal-wip-popup .orderquebodycont {
  border-bottom: 0px solid #c3c3cd;
}
.modal-wip-popup .popfooterarea {
  display: none;
}
.modal-wip-popup .action-delete {
  background: #c60311 !important;
  border: 0;
  color: #ffffff !important;
  padding: 0px 10px;
  height: 33px;
  line-height: 33px;
  width: 100%;
  border-radius: 0;
}
.orderqueheadcont.archive_grid ul li.col1,
.orderquebodycont.archive_grid ul li.col1 {
  width: 8%;
}
.orderqueheadcont.archive_grid ul li.col1a,
.orderquebodycont.archive_grid ul li.col1a {
  width: 8%;
}
.orderqueheadcont.archive_grid ul li.col3,
.orderquebodycont.archive_grid ul li.col3 {
  width: 26%;
}
.orderquearea.sticky {
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 3;
}
.orderqueheadcont.sticky {
  position: fixed;
  top: 128px;
  left: 0;
  right: 0;
  z-index: 3;
}
.orderqueheadcont .col1 {
  display: flex;
  justify-content: center;
}
.orderqueheadcont .col2 {
  display: flex;
  justify-content: center;
}
.orderqueheadcont .col3 {
  display: flex;
  justify-content: center;
}
/*.orderqueheadcont span.arrow {
    width: 17px;
    padding: 0;
    display: inline-block;
    height: 22px;
    font-size: 0;
    background: url(../../frontend/UEG/Bsn/en_US/images/dscarrow.png) no-repeat center center;
    cursor: pointer;
    margin-top: 3px;
}*/
.orderqueheadcont span.arrow.asc {
  width: 17px;
  padding: 0;
  display: inline-block;
  height: 22px;
  font-size: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/ascarrowactive.png) no-repeat center center;
  cursor: pointer;
}
.orderqueheadcont span.arrow.desc {
  width: 17px;
  padding: 0;
  display: inline-block;
  height: 22px;
  font-size: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/dscarrowactive.png) no-repeat center center;
  cursor: pointer;
}
.orderqueheadcont span.filter {
  width: 17px;
  padding: 0;
  display: inline-block;
  height: 22px;
  font-size: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/fieltericon.png) no-repeat center center;
  cursor: pointer;
  margin-top: 4px;
}
.pointer {
  cursor: pointer;
}
span.asc_text {
  color: #5e636f;
}
@media only screen and (max-width: 1224px) {
  .content_sec_third p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .one_third_sec {
    width: 50%;
    margin-bottom: 30px;
  }
  .wc_full_width {
    flex-wrap: wrap;
    padding-bottom: 10px;
    align-items: flex-start;
  }
  .one_fourth_sec {
    min-width: 210px;
    width: 210px;
  }
}
@media only screen and (max-width: 1024px) {
  .left_sec {
    width: 100%;
    padding-right: 0;
  }
  .right_sec {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 992px) {
  .envelope_right_sec {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .envelope_right_sec {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
  .section-menu ul {
    column-count: 2;
  }
  .main-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .first_left_sec,
  .second_left_sec {
    flex-wrap: wrap;
    justify-content: center;
  }
  .first_left_sec .fourty_perc,
  .second_left_sec .fourty_perc {
    width: 100%;
    text-align: center;
  }
  .first_left_sec .sixty_perc,
  .second_left_sec .sixty_perc {
    width: 100%;
    text-align: center;
  }
  .cn_flex_details {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .second_sec_image_content .image_sec {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .second_sec_image_content .content_sec {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .section-menu ul {
    column-count: 1;
  }
}
/*Jaydeep Kothiya 31-05-2021 End*/
/*Sudeshna De 4.6.2021*/
/*Doctors-letter-template*/
.best_practice_sec {
  display: flex;
  align-items: center;
  padding: 27px 17px 17px;
}
.best_practice,
.group_sec {
  display: flex;
}
.best_practice {
  width: 60%;
}
.best_practice figure {
  width: 90px;
  height: 111px;
  filter: drop-shadow(0.8129999999999999px 1.827px 4.5px rgba(98, 98, 99, 0.49));
  margin: 9px;
}
.best_practice figure:first-child {
  margin-left: 0px;
}
.best_practice h5,
.group_sec h5 {
  font-size: 16px;
  line-height: 24px;
  color: #003c71;
  font-weight: 500;
  margin: 0px 0 5px 0;
  font-family: 'SST Medium';
}
.best_practice p,
.group_sec p {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.best_practice div {
  padding-right: 40px;
}
.best_practice div,
.group_sec div {
  margin-left: 15px;
}
.group_sec {
  width: 40%;
}
.group_sec figure {
  width: 145px;
  height: 104px;
  filter: drop-shadow(0.8129999999999999px 1.827px 4.5px rgba(98, 98, 99, 0.49));
  margin: 9px;
}
.doctor_letter {
  display: flex;
  padding: 17px;
}
.doctor_letter figure {
  width: 199px;
  height: 257px;
  filter: drop-shadow(0.8129999999999999px 1.827px 4.5px rgba(98, 98, 99, 0.49));
}
.doctor_letter div {
  padding-left: 34px;
}
.doctor_letter ul {
  margin: 0;
  padding: 0;
}
.doctor_letter ul li {
  font-size: 18px;
  color: #003c71;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 37px;
  display: block;
  margin: 0px 0 24px;
}
.doctor_letter ul li:before {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/right-arorw-blue.jpg) no-repeat center;
}
.doctor_letter ul li strong {
  text-transform: uppercase;
}
.doctor_letter ul li ul li:before {
  display: none;
}
.doctor_letter ul li ul {
  padding: 0 0 0 106px;
}
.doctor_letter ul li ul li {
  position: relative;
  margin: 3px 0 3px 0;
}
.doctor_letter ul li ul li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #003c71;
  border-radius: 100%;
  display: block;
}
.doctor_letter ul li ul li span {
  position: absolute;
  left: -111px;
  color: #db0606;
}
/*Envelope Logo Template*/
.cliniclogo_sec {
  display: flex;
  padding: 5px;
}
.cliniclogo_sec div {
  margin-left: 50px;
  margin-top: 24px;
}
.cliniclogo_sec figure img {
  max-width: 100%;
}
.cliniclogo_sec figure figcaption {
  font-size: 18px;
  line-height: 26px;
  color: #003c71;
  font-weight: 300;
  text-align: center;
}
.cliniclogo_sec div figure:first-child {
  filter: drop-shadow(0.8129999999999999px 1.827px 5px rgba(98, 98, 99, 0.26));
  margin: 0 0 20px;
}
.cliniclogo_sec div p {
  font-size: 17px;
  line-height: 24px;
  color: #003c71;
  font-weight: 300;
  margin: 0;
}
.cliniclogo_sec div span {
  font-size: 14px;
  line-height: 24px;
  color: #003c71;
  font-weight: 300;
}
.cliniclogo_sec_btm {
  margin-top: 26px;
  padding-left: 8px;
}
.cliniclogo_sec_btm ul {
  padding: 0;
  margin: 0;
}
.cliniclogo_sec_btm ul li {
  font-size: 18px;
  color: #003c71;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 37px;
  display: block;
  margin: 0px 0 24px;
}
.cliniclogo_sec_btm ul li:before {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  background: url(../../frontend/UEG/Bsn/en_US/images/right-arorw-blue.jpg) no-repeat center;
}
.cliniclogo_sec_btm ul li strong {
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .cliniclogo_sec {
    flex-direction: column;
  }
  .cliniclogo_sec div {
    margin-left: 8px;
  }
  .best_practice_sec {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .best_practice,
  .group_sec {
    width: 100%;
  }
  .group_sec {
    margin-top: 25px;
  }
  .group_sec figure {
    margin: 15px 0 0 0;
  }
  .doctor_letter {
    flex-direction: column;
  }
  .doctor_letter figure {
    margin: 0 0 25px 0;
  }
  .doctor_letter div {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cn_header_title_sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 697px) {
  .cms-welcome-page .page-main .columns .column.main .admininterior_welcomeBg .admininterior_iconarea ul li {
    flex: 0 0 46%;
  }
}
@media (max-width: 562px) {
  .cms-welcome-page .page-main .columns .column.main .admininterior_welcomeBg .admininterior_iconarea ul li {
    flex: 0 0 45%;
  }
}
@media (max-width: 458px) {
  .cms-welcome-page .page-main .columns .column.main .admininterior_welcomeBg .admininterior_iconarea ul li {
    flex: 0 0 40%;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }
}
.header-landing-dashboard {
  width: 100%;
  background-color: #003c71;
  position: relative;
}
.header-landing-dashboard .container {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1360px;
  height: 111px;
}
.header-landing-dashboard .container .header_left {
  font-size: 30px;
  color: #3283ca;
  font-family: 'SST Light';
}
.header-landing-dashboard .container .header_mid {
  flex: 1 1 50%;
  text-align: right;
  padding-right: 70px;
}
.header-landing-dashboard .container .header_mid ul {
  margin: 0;
  padding: 0;
}
.header-landing-dashboard .container .header_mid ul li {
  display: inline-block;
}
.header-landing-dashboard .container .header_mid ul li a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 24px;
  font-family: 'SST Medium';
  text-decoration: none;
}
.header-landing-dashboard .container .header_right {
  font-size: 30px;
  color: #3283ca;
  font-weight: 500;
}
.white-wrapper .container {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1360px;
  height: 94px;
}
.white-wrapper .container h1 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 68px;
  color: #003c71;
  font-family: 'SST Light';
  margin: 0px;
}
.grey-wrapper {
  background-color: #f0f1f1;
  padding: 30px 0 70px;
}
.grey-wrapper .container {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1360px;
}
.grey-wrapper .left-panel {
  width: 50%;
  padding: 0 16% 0 0;
}
.grey-wrapper .right-panel {
  width: 50%;
  padding: 0 16% 0 0;
}
.grey-wrapper h2 {
  font-size: 36px;
  letter-spacing: -2px;
  color: #000000;
  font-weight: 300;
  font-family: 'SST Light';
  margin: 0 0 40px;
  line-height: 43px;
}
.grey-wrapper p {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: 'SST Light';
  margin: 0 0 64px 0;
}
.grey-wrapper a {
  width: 223px;
  height: 64px;
  border-radius: 30px;
  background-color: #007db3;
  font-size: 18px;
  letter-spacing: 0px;
  color: #94c8f6;
  font-weight: bold;
  font-family: 'SST Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 64px;
  text-decoration: none;
}
.grey-wrapper a strong {
  color: #ffffff;
  margin: 0 0 0 5px;
}
.grey-wrapper a i {
  margin: 8px 0 0 10px;
}
.cms-landingpage .page-main {
  margin-top: 0px;
}
@media (max-width: 1440px) {
  .header-landing-dashboard .container {
    max-width: 1200px;
  }
  .header-landing-dashboard .container .header_mid {
    flex: 1 1 40%;
  }
  .white-wrapper .container {
    max-width: 1200px;
  }
  .grey-wrapper .container {
    max-width: 1200px;
  }
  .grey-wrapper .container .left-panel {
    padding: 0 5% 0 0;
  }
  .grey-wrapper .container .right-panel {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 1360px) {
  .header-landing-dashboard .container {
    max-width: 1060px;
  }
  .header-landing-dashboard .container .header_left {
    font-size: 26px;
  }
  .header-landing-dashboard .container .header_mid {
    flex: 1 1 40%;
  }
  .header-landing-dashboard .container .header_mid ul li a {
    font-size: 16px;
    padding: 0 14px;
  }
  .white-wrapper .container {
    max-width: 1060px;
  }
  .grey-wrapper .container {
    max-width: 1060px;
  }
}
@media (max-width: 1200px) {
  .header-landing-dashboard .container {
    max-width: 991px;
  }
  .white-wrapper .container {
    max-width: 991px;
  }
  .white-wrapper .container h1 {
    font-size: 32px;
  }
  .grey-wrapper .container {
    max-width: 991px;
  }
  .grey-wrapper .container h2 {
    font-size: 28px;
  }
  .grey-wrapper .container p {
    font-size: 16px;
    margin: 0 0 50px 0;
  }
  .grey-wrapper .container a {
    width: 200px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .header-landing-dashboard .container {
    max-width: 768px;
  }
  .header-landing-dashboard .container .header_left {
    font-size: 20px;
  }
  .header-landing-dashboard .container .header_mid {
    padding-right: 20px;
  }
  .header-landing-dashboard .container .header_mid ul li a {
    font-size: 13px;
    padding: 0 10px;
  }
  .white-wrapper .container {
    max-width: 768px;
  }
  .grey-wrapper .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .header-landing-dashboard .container {
    max-width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .header-landing-dashboard .container .header_left {
    font-size: 20px;
  }
  .header-landing-dashboard .container .header_mid {
    padding-right: 20px;
    text-align: left;
    flex: 1 1 60%;
  }
  .header-landing-dashboard .container .header_mid ul li a {
    font-size: 13px;
    padding: 0 10px 0 0;
  }
  .header-landing-dashboard .container .header_right {
    position: absolute;
    right: 15px;
  }
  .white-wrapper .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .white-wrapper .container h1 {
    font-size: 28px;
  }
  .grey-wrapper .container {
    max-width: 100%;
    padding: 0 15px;
    flex-direction: column;
  }
  .grey-wrapper .container h2 {
    font-size: 24px;
  }
  .grey-wrapper .container .left-panel {
    margin-bottom: 40px;
  }
  .grey-wrapper .container .left-panel,
  .grey-wrapper .container .right-panel {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-landing-dashboard .container .header_left {
    font-size: 18px;
  }
  .header-landing-dashboard .container .header_right img {
    width: 80px;
  }
  .header-landing-dashboard .container .header_mid {
    padding-right: 10px;
  }
  .header-landing-dashboard .container .header_mid ul li a {
    font-size: 12px;
    padding: 0 10px 0 0;
  }
  .header-landing-dashboard .container .header_right {
    position: inherit;
  }
}
.ytd-account-dashboard .container {
  max-width: 1280px;
}
.ytdcharticonarea {
  position: absolute;
  left: 15px;
  top: 0;
  width: 104px;
  z-index: 2;
}
.ytdcharticonarea a {
  display: block;
  margin-bottom: 10px;
}
.ytdcharticonarea img {
  display: block;
}
.ytdcharticonarea a.menuyeartodate {
  width: 104px;
  height: 83px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-yeartodate.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menuyeartodate:hover {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-yeartodate-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menuyeartodate.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-yeartodate-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menudaterange {
  width: 104px;
  height: 83px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-daterange.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menudaterange:hover {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-daterange-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menudaterange.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-daterange-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menutrends {
  width: 104px;
  height: 83px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-trends.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menutrends:hover {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-trends-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a.menutrends.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-trends-active.jpg) no-repeat 0 0;
}
.ytdcharticonarea a:last-child {
  display: none !important;
}
.ytdmapchartarea {
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  position: relative;
  font-family: "SST Roman";
}
.ytdmapchartarea::before {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartarea::after {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartarea .ytdmapcharttoparea {
  margin-left: 133px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg1 {
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg1.jpg) repeat-x 0 0;
  width: 184px;
  height: 142px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg2 {
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg2.jpg) repeat-x 0 0;
  width: 184px;
  height: 142px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg3 {
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg6.jpg) repeat-x 0 0;
  width: 184px;
  height: 142px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg3 li p {
  color: #7d9176 !important;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg4 {
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg5.jpg) repeat-x 0 0;
  width: 184px;
  height: 142px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg4 li p {
  color: #839899 !important;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg5 {
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg7.jpg) repeat-x 0 0;
  width: 184px;
  height: 142px;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg5 li p {
  color: #cc9b12 !important;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg6 {
  width: 184px;
  height: 142px;
  background: url(../../frontend/UEG/Bsn/en_US/images/mapboxBg3.jpg) repeat-x 0 0;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg6 li p {
  color: #93a8c3 !important;
}
.ytdmapchartarea .ytdmapcharttoparea .mapboxBg6 h3 {
  text-align: center;
  font-size: 16px;
  color: #7b8da0;
  font-family: "SST Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.ytdmapchartarea .ytdmapcharttoparea::before {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartarea .ytdmapcharttoparea::after {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartmaparea {
  position: relative;
}
.ytdmapchartmaparea .ytdmapchartleftarea {
  width: 970px;
  float: left;
}
.ytdmapchartmaparea .ytdmapchartrightarea {
  width: 300px;
  float: left;
  margin-left: 8px;
}
.ytdmapchartmaparea .ytdmapchartrightarea div#chartContainer5 {
  width: 100% !important;
  height: 300px !important;
}
.ytdmapchartmaparea .ytdmapchartrightarea img {
  display: block;
}
.ytdmapchartmaparea .ytdmapchartrightarea .ytdmapchartrightboxarea {
  margin-bottom: 8px;
}
.ytdmapchartmaparea::before {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartmaparea::after {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartleftmaparea {
  margin-left: 140px;
  position: relative;
  min-height: 500px;
}
.ytdmapchartleftmaparea.yeartodatenavarea {
  margin-left: 140px;
  position: relative;
  min-height: 550px;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox1area {
  width: 387px;
  float: left;
  margin-right: 8px;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox2area {
  width: 299px;
  float: left;
  margin-right: 8px;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox2area .ytddatearea {
  height: 360px !important;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox3area {
  width: 267px;
  float: left;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox4area {
  width: 49.2%;
  float: left;
  margin-left: 8px;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox4area img {
  width: 100%;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox5area {
  width: 49.2%;
  float: right;
  margin-left: 8px;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox5area img {
  width: 100%;
}
.ytdmapchartleftchartarea .ytdmapchartleftchartbox5area .canvasjs-chart-container {
  width: 60% !important;
  margin: auto;
}
.ytdmapchartleftchartarea::before {
  content: '';
  display: block;
  clear: both;
}
.ytdmapchartleftchartarea::after {
  content: '';
  display: block;
  clear: both;
}
.canvasjs-chart-container {
  width: 100% !important;
}
.canvasjs-chart-container a.canvasjs-chart-credit {
  display: none !important;
}
.ytdmapchartleftchartarea {
  display: flex;
  justify-content: space-between;
}
.ytd_westarealink {
  position: absolute;
  left: 140px;
  top: 76px;
}
.ytd_westarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_westarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-westmap-active.png) no-repeat 0 0;
}
.ytd_westarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_westarealink .maptextarea {
  margin-left: 33px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 6px;
}
.ytd_centralarealink {
  position: absolute;
  left: 388px;
  top: 73px;
}
.ytd_centralarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_centralarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-centralmap-active.png) no-repeat 0 0;
}
.ytd_centralarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_centralarealink .maptextarea {
  margin-left: 32px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 6px;
}
.ytd_southwestarealink {
  position: absolute;
  left: 291px;
  top: 196px;
}
.ytd_southwestarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_southwestarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-southwestmap-active.png) no-repeat 0 0;
}
.ytd_southwestarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_southwestarealink .maptextarea {
  margin-left: -15px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 36px;
}
.ytd_gulfarealink {
  position: absolute;
  left: 480px;
  top: 197px;
}
.ytd_gulfarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_gulfarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-gulfmap-active.png) no-repeat 0 0;
}
.ytd_gulfarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_gulfarealink .maptextarea {
  margin-left: 0px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 36px;
}
.ytd_midatlanticarealink {
  position: absolute;
  left: 582px;
  top: 156px;
}
.ytd_midatlanticarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_midatlanticarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-midatlanticmap-active.png) no-repeat 0 0;
}
.ytd_midatlanticarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_midatlanticarealink .maptextarea {
  margin-left: -18px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 36px;
}
.ytd_northeastarealink {
  position: absolute;
  left: 674px;
  top: 46px;
}
.ytd_northeastarealink::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 70px;
}
.ytd_northeastarealink.active::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-northeastmap-active.png) no-repeat 0 0;
}
.ytd_northeastarealink .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 24px;
  line-height: 35px;
  width: 46px;
  height: 35px;
  text-align: center;
}
.ytd_northeastarealink .maptextarea {
  margin-left: -18px;
  color: #010101;
  font-family: "SST Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 36px;
}
/*============14-09-22==========*/
.ytddatearea {
  border: 1px solid #e8e9eb;
  padding: 0 0 10px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.ytddatearea::before {
  content: '';
  display: block;
  clear: both;
}
.ytddatearea::after {
  content: '';
  display: block;
  clear: both;
}
.ytddatearea .heading {
  background: #e8e9eb;
  font-size: 14px;
  color: #63707a;
  padding: 2px 0;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "SST Medium";
  margin-bottom: 6px;
  position: relative;
  z-index: 3;
}
.ytddatearea .headingdropdown {
  position: absolute;
  right: 0;
}
.ytddatearea .headingdropdown::before {
  content: '';
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-downarrow.png) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  height: 22px;
  width: 30px;
  display: block;
  cursor: pointer;
}
.ytddatearea .headingdropdown::before select {
  background: #fff;
}
.ytddatearea .calenderarea {
  padding: 0px 0 15px;
  display: flex;
}
.ytddatearea .calenderarea .halfarea {
  width: 50%;
  padding: 0 6px;
}
.ytddatearea .calenderleftarea {
  padding: 15px 12px;
}
.ytddatearea .calenderleftarea h3 {
  padding: 0;
  margin: 0 0 3px;
  text-align: left;
  font-size: 16px;
  font-family: 'SST Roman';
}
.ytddatearea .calenderleftarea .box1 {
  width: 60px;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box2 {
  width: 46px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .combo {
  width: 46px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box3 {
  width: 46px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .virtual {
  width: 46px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box4 {
  width: 36px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .live {
  width: 36px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box5 {
  width: 50px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .hybrid {
  width: 50px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box6 {
  width: 56px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .mailing {
  width: 56px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .box7 {
  width: 85px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .calenderleftarea .rsvps {
  width: 85px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.ytddatearea .totalarea {
  background: #fcfdd5;
  display: flex;
  align-items: center;
  color: #aeb079;
}
.ytddatearea .totalarea span {
  font-size: 12px;
  font-family: "SST Bold";
}
.ytddatearea .totalarea span span {
  font-family: "SST Roman";
}
.ytddatearea .completedarea {
  background: #d9f7b9;
  display: flex;
  align-items: center;
  color: #7fb44c;
}
.ytddatearea .completedarea span {
  font-size: 14px;
  font-family: "SST Bold";
}
.ytddatearea .completedarea span span {
  font-family: "SST Roman";
}
.ytddatearea .pendingarea {
  background: #e8e9eb;
  display: flex;
  align-items: center;
  color: #a7a8aa;
}
.ytddatearea .pendingarea span {
  font-size: 12px;
  font-family: "SST Bold";
}
.ytddatearea .pendingarea span span {
  font-family: "SST Roman";
}
.ytddatearea .activearea {
  background: #aee0f7;
  display: flex;
  align-items: center;
  color: #6da0b8;
}
.ytddatearea .activearea span {
  font-size: 12px;
  font-family: "SST Bold";
}
.ytddatearea .activearea span span {
  font-family: "SST Roman";
}
.calenderboxarea {
  margin-bottom: 12px;
}
.calenderboxarea h3.totalheading {
  color: #bfbf96;
}
.calenderboxarea h3.totalheading a {
  color: #bfbf96;
  text-decoration: none;
}
.calenderboxarea h3.completedheading {
  color: #7fb44c;
}
.calenderboxarea h3.completedheading a {
  color: #7fb44c;
  text-decoration: none;
}
.calenderboxarea h3.pendingheading {
  color: #a7a8aa;
}
.calenderboxarea h3.pendingheading a {
  color: #a7a8aa;
  text-decoration: none;
}
.calenderboxarea h3.activeheading {
  color: #6da0b8;
}
.calenderboxarea h3.activeheading a {
  color: #6da0b8;
  text-decoration: none;
}
.calenderboxarea::before {
  content: '';
  display: block;
  clear: both;
}
.calenderboxarea::after {
  content: '';
  display: block;
  clear: both;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: transparent !important;
}
.newytdrightcalender {
  width: 100%;
}
.ytdrightcalender {
  /*	.ytdapp a.ui-state-default{ background: #aee0f6 !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
    height: 30px; color: #71a9c7;line-height: 20px;}
	.ytduncomp a.ui-state-default{ background: #e5e9ea !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
    height: 30px; color: #a6a6a6;line-height: 20px;}
	.ytdcomp a.ui-state-default { background: #d9f7b9 !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
    height: 30px; color: #8bc35c;line-height: 20px;}


	.ytdcomp.ytdpending  a.ui-state-default{ background: url(../../frontend/UEG/Bsn/en_US/images/com-pend-Bg.png) no-repeat 50% 50% !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
		height: 30px; color: #5d5e5f;line-height: 20px;} 
	.ytdcomp.ytdactive a.ui-state-default{ background: url(../../frontend/UEG/Bsn/en_US/images/com-active-Bg.png) no-repeat 50% 50% !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
		height: 30px; color: #5d5e5f;line-height: 20px;}
	.ytdpending.ytdactive a.ui-state-default{ background: url(../../frontend/UEG/Bsn/en_US/images/pen-active-Bg.png) no-repeat 50% 50% !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px;
		height: 30px; color: #5d5e5f;line-height: 20px;}
	.ytdpending.ytdactive.ytdcomp a.ui-state-default{ background: url(../../frontend/UEG/Bsn/en_US/images/com-pen-active-Bg.png) no-repeat 50% 50% !important; border-radius: 100%; padding: 5px;text-align: center;width: 30px; height: 30px; color: #000;line-height: 20px;}*/
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ytdrightcalender table {
  font-family: "SST Bold";
  position: relative;
}
.ytdrightcalender table th.ui-datepicker-week-col {
  font-size: 0 !important;
}
.ytdrightcalender table th.ui-datepicker-week-col::before {
  content: 'Week';
  display: block;
  font-size: 21.68px;
}
.ytdrightcalender table th {
  text-align: center;
  color: #abbccb;
  font-size: 21.68px;
  text-transform: capitalize !important;
  font-family: "SST Medium";
  font-weight: 100;
}
.ytdrightcalender table td.ui-state-disabled span {
  color: #bec4c7 !important;
  text-align: center;
}
.ytdrightcalender table tbody tr:nth-child(even) {
  background: #fff;
}
.ytdrightcalender table tbody td:first-child {
  color: #ff0000;
  width: 60px;
}
.ytdrightcalender table tbody > tr > td {
  padding: 5px 10px;
  line-height: 30px;
  text-align: center;
  color: #8a8a8a;
  font-size: 16px;
}
.ytdrightcalender .ytdapp {
  background: url(../../frontend/UEG/Bsn/en_US/images/active-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #43555e;
  line-height: 30px;
}
.ytdrightcalender .ytduncomp {
  background: url(../../frontend/UEG/Bsn/en_US/images/pen-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #a6a6a6;
  line-height: 30px;
}
.ytdrightcalender .ytdcomp {
  background: url(../../frontend/UEG/Bsn/en_US/images/com-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #8bc35c;
  line-height: 30px;
}
.ytdrightcalender .ytdcomp.ytdpending {
  background: url(../../frontend/UEG/Bsn/en_US/images/com-pend-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #8a8a8a;
  line-height: 30px;
}
.ytdrightcalender .ytdcomp.ytdactive {
  background: url(../../frontend/UEG/Bsn/en_US/images/com-active-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #8a8a8a;
  line-height: 30px;
}
.ytdrightcalender .ytdpending.ytdactive {
  background: url(../../frontend/UEG/Bsn/en_US/images/pen-active-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #8a8a8a;
  line-height: 30px;
}
.ytdrightcalender .ytdpending.ytdactive.ytdcomp {
  background: url(../../frontend/UEG/Bsn/en_US/images/com-pen-active-Bg.png) no-repeat 50% 50% !important;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  color: #8a8a8a;
  line-height: 30px;
}
.ytdrightcalender table.table-condensed thead tr:nth-child(2) {
  display: none;
}
.ytdrightcalender table.table-condensed thead .cw::before {
  content: 'Week';
  display: block;
  font-size: 21.68px;
  position: absolute;
  left: 0;
  font-family: "SST Medium";
}
.ytdrightcalender td.new.day {
  color: #bec4c7 !important;
}
.ytdrightcalender td.old.disabled.day {
  color: #bec4c7 !important;
}
.ytdrightsignarea {
  margin-top: 10px;
}
.ytdrightsignarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.ytdrightsignarea ul li {
  position: relative;
  padding-right: 19px;
  margin: 0 16px 0 0;
  font-family: "SST Roman";
  color: #8c8e8f;
  font-size: 16px;
  font-weight: 100;
}
.ytdrightsignarea .ytdapproved::after {
  content: '';
  background: #aee0f6;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytduncompleted::after {
  content: '';
  background: #e5e9ea;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytdcompleted::after {
  content: '';
  background: #d9f7b9;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytdcomppending::after {
  content: '';
  background: #60a893;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytdcompactive::after {
  content: '';
  background: #1cade4;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytdpendingactive::after {
  content: '';
  background: #acacac;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
.ytdrightsignarea .ytdpendingactivecomp::after {
  content: '';
  background: #42ba97;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}
/*=========15-09-22============*/
.mapareasection {
  padding: 14px;
}
.mapareasection span {
  color: #fff;
  font-weight: 300;
}
.ytdrightdatawrapper {
  padding: 14px 5px;
}
.ytdrightdataarea {
  background: #f3f8fb;
  display: flex;
  align-items: center;
  color: #282d26;
  font-family: "SST Roman";
}
.ytdrightdataarea span {
  font-size: 12px !important;
  font-family: "SST Roman";
  text-align: center;
  color: #bcc1c4;
}
.ytdrightdataarea span span {
  color: #494d4e;
}
.ytdrightdataarea .box1 {
  width: 50px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #454847;
}
.ytdrightdataarea .box2 {
  width: 46px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .combo {
  width: 40px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .box3 {
  width: 46px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .virtual {
  width: 50px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .box4 {
  width: 36px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .live {
  width: 26px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .box5 {
  width: 50px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .hybrid {
  width: 50px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-right: 40px;
}
.ytdrightdataarea .box6 {
  width: 56px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.ytdrightdataarea .mailing {
  width: 56px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-right: 15px;
}
.ytdrightdataarea .box7 {
  width: 85px;
  font-size: 20px;
  line-height: 18px;
  color: #fe0202;
  text-align: center;
}
.ytdrightdataarea .box7 span {
  color: #282d26;
}
.ytdrightdataarea .rsvps {
  width: 85px;
  font-size: 12px;
  line-height: 18px;
  color: #bcc1c4;
  text-align: center;
}
.ytdrightdataarea .rsvps span {
  color: #fe0202 !important;
}
.ytdrightdatalistarea {
  margin-top: 5px;
  overflow-y: auto;
  max-height: 347px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.ytdrightdatalistarea::-webkit-scrollbar {
  width: 11px;
}
.ytdrightdatalistarea::-webkit-scrollbar-track {
  background: #e8e9eb !important;
}
.ytdrightdatalistarea::-webkit-scrollbar-thumb {
  background-color: #c1c1c1 !important;
  border-radius: 0px;
}
.ytdrightdatalistarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ytdrightdatalistarea ul li {
  display: flex;
  font-family: "SST Roman";
}
.ytdrightdatalistarea ul li:first-child .databox1 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox2 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox3 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox4 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox5 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox6 {
  color: #78838a;
}
.ytdrightdatalistarea ul li:first-child .databox6 span {
  color: #c5c7c9;
}
.ytdrightdatalistarea ul li:nth-child(even) {
  background: #f3f8fb;
}
.ytdrightdatalistarea ul li:nth-child(even) .databox5 {
  color: #4d2305;
}
.ytdrightdatalistarea .databox1 {
  width: 55px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
  text-align: center;
}
.ytdrightdatalistarea .databox1 a {
  color: #333333;
  text-decoration: none;
}
.ytdrightdatalistarea .databox1 span {
  color: #8292a9;
}
.ytdrightdatalistarea .databox2 {
  width: 40px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #8292a9;
}
.ytdrightdatalistarea .databox2 a {
  color: #8292a9;
  text-decoration: none;
}
.ytdrightdatalistarea .databox3 {
  width: 120px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #8292a9;
}
.ytdrightdatalistarea .databox3 a {
  color: #8292a9;
  text-decoration: none;
}
.ytdrightdatalistarea .databox4 {
  width: 50px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #8292a9;
}
.ytdrightdatalistarea .databox4 a {
  color: #8292a9;
  text-decoration: none;
}
.ytdrightdatalistarea .databox5 {
  width: 90px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #672f05;
}
.ytdrightdatalistarea .databox5 a {
  color: #672f05;
  text-decoration: none;
}
.ytdrightdatalistarea .databox6 {
  width: 50px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fe0202;
}
.ytdrightdatalistarea .databox6 a {
  color: #fe0202;
  text-decoration: none;
}
.ytdrightdatalistarea .databox6 span {
  color: #282d26;
}
/*===========20-09-22========*/
.halfareawrapper {
  display: flex;
  justify-content: space-between;
}
.halfareawrapper .halfbo1 {
  width: 48.6%;
}
.halfareawrapper .headersection {
  background: #e0f5fa;
  border: 2px solid #b0dff0;
  text-align: center;
  padding: 4px;
  margin: 5px 0;
  min-height: 90px;
}
.halfareawrapper .headersection h3 {
  color: #20537f;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 22px;
  font-family: "SST Roman";
  font-weight: 400;
}
.halfareawrapper .headersection h3 a {
  color: #20537f;
  text-decoration: none;
}
.halfareawrapper .headersection h4 {
  color: #0ab4ed;
  margin: 0 0px;
  font-size: 36px;
  line-height: 40px;
  font-family: "SST Roman";
  font-weight: 400;
}
.halfareawrapper .headersection h4 a {
  color: #0ab4ed;
  text-decoration: none;
}
.halfareawrapper .headersection .ytdchannelbox1 {
  width: 45%;
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: "SST Roman";
  color: #0ab4ed;
}
.halfareawrapper .headersection .ytdchannelbox1.lerge {
  font-size: 40px;
  line-height: 40px;
}
.halfareawrapper .headersection .ytdchannelbox1.lerge.roi {
  font-size: 18px;
}
.halfareawrapper .headersection .ytdchannelbox1 span {
  font-size: 14px;
  display: block;
  line-height: 15px;
}
.halfareawrapper .headersection .ytdchannelbox2 {
  width: 55%;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #0ab4ed;
}
.halfareawrapper .headersection .ytdchannelbox2 span {
  font-size: 14px;
  display: block;
  line-height: 16px;
}
.halfareawrapper .headersection::before {
  content: '';
  display: block;
  clear: both;
}
.halfareawrapper .headersection::after {
  content: '';
  display: block;
  clear: both;
}
.ytdtrendsbox {
  background: #f5fafe;
  padding: 4px 7px;
  min-height: 260px;
}
.ytdtrendsbox::before {
  content: '';
  display: block;
  clear: both;
}
.ytdtrendsbox::after {
  content: '';
  display: block;
  clear: both;
}
.ytdtrendsbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ytdtrendsbox ul li {
  padding: 0 0 7px;
  margin: 0 0 7px;
  border-bottom: 2px solid #f4f8f9;
  display: block;
  font-family: "SST Roman";
  font-size: 14px;
}
.ytdtrendsbox ul li:last-child {
  border-bottom: 0;
  padding: 0 0px;
  margin: 0 0px;
}
.ytdtrendsbox ul li::before {
  content: '';
  display: block;
  clear: both;
}
.ytdtrendsbox ul li::after {
  content: '';
  display: block;
  clear: both;
}
.ytdtrendsbox ul .ytdtrendsbox1 {
  width: 69%;
  float: left;
  text-align: left;
  color: #6dc3e1;
}
.ytdtrendsbox ul .ytdtrendsbox2 {
  width: 31%;
  float: left;
  text-align: left;
  color: #cfd4d7;
}
.ytdtrendsbox ul .blue {
  color: #436a8e;
}
.ytdtrendsbox ul .blue a {
  color: #436a8e;
  text-decoration: none;
}
.ytdtrendsbox ul .green {
  color: #499247;
  font-size: 16px;
  line-height: 18px;
}
.ytdtrendsbox ul .green a {
  color: #499247;
  text-decoration: none;
}
.ytdtrendsbox ul .red {
  color: #fb5d6d;
  font-size: 16px;
  line-height: 18px;
}
.ytdtrendsbox ul .red a {
  color: #fb5d6d;
  text-decoration: none;
}
div#chartContainer1 canvas {
  width: 100%;
}
/*=================22-09-22==============*/
.avpdashnorthwestregion .ytdarea {
  position: absolute;
  left: 14px;
  top: 15px;
  z-index: 2;
}
.avpdashnorthwestregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashnorthwestregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-northwestmapno.png) no-repeat 0 0;
}
.avpdashnorthwestregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-northwestmapno.png) no-repeat 0 0;
}
.avpdashnorthwestregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashnorthwestregion .maptextarea {
  margin-left: -2px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 36px;
}
.avpdashsierraregion .ytdarea {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.avpdashsierraregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashsierraregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-sierramapno.png) no-repeat 0 0;
}
.avpdashsierraregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-sierramapno.png) no-repeat 0 0;
}
.avpdashsierraregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashsierraregion .maptextarea {
  margin-left: 21px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 29px;
}
.avpdashsandiegoregion .ytdarea {
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 2;
}
.avpdashsandiegoregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashsandiegoregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-sandiogomapno.png) no-repeat 0 0;
}
.avpdashsandiegoregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-sandiogomapno.png) no-repeat 0 0;
}
.avpdashsandiegoregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashsandiegoregion .maptextarea {
  margin-left: 0px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 29px;
}
.avpdashrockiesregion .ytdarea {
  position: absolute;
  left: 50px;
  top: 35px;
  z-index: 2;
}
.avpdashrockiesregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashrockiesregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-rockiesmapno.png) no-repeat 0 0;
}
.avpdashrockiesregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-rockiesmapno.png) no-repeat 0 0;
}
.avpdashrockiesregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashrockiesregion .maptextarea {
  margin-left: 0px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashcentralwestregion .ytdarea {
  position: absolute;
  left: 23px;
  top: -20px;
  z-index: 2;
}
.avpdashcentralwestregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashcentralwestregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-centralmapno.png) no-repeat 0 0;
}
.avpdashcentralwestregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-centralmapno.png) no-repeat 0 0;
}
.avpdashcentralwestregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashcentralwestregion .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
  width: 54px;
}
.avpdashnorthmountainregion .ytdarea {
  position: absolute;
  left: 68px;
  top: 7px;
  z-index: 2;
}
.avpdashnorthmountainregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
}
.avpdashnorthmountainregion .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-northmountainmapno.png) no-repeat 0 0;
}
.avpdashnorthmountainregion.active .ytdarea::before {
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-northmountainmapno.png) no-repeat 0 0;
}
.avpdashnorthmountainregion .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashnorthmountainregion .maptextarea {
  margin-left: 22px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 0px;
  width: 70px;
  word-break: break-word;
}
/*===============26-09-22======================*/
.ytdsummerytopsection {
  display: flex;
}
.ytdsummerytopsection h2 {
  color: #89b9e0;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0px 0 0px;
}
.ytdsummerytopsection .ytdsummerytopbox1 {
  background: #f5f2e1;
  width: 205px;
  min-height: 190px;
  margin: 12px 3px;
  text-align: center;
  padding: 10px 15px;
}
.ytdsummerytopsection .ytdsummerytopbox2 {
  background: #d6eaf3;
  width: 210px;
  min-height: 190px;
  margin: 12px 3px;
  text-align: center;
  padding: 10px 12px;
  font-family: "SST Roman";
}
.ytdsummerytopsection .ytdsummerytopbox2 .redtext {
  font-size: 12px;
  text-transform: uppercase;
  color: #fc052e;
}
.ytdsummerytopsection .ytdsummerytopbox2 .redtext1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fc052e;
}
.ytdsummerytopsection ul {
  padding: 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ytdsummerytopsection ul li {
  width: 55%;
  color: #848278;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 0;
}
.ytdsummerytopsection ul li:nth-child(2n) {
  width: 45%;
  color: #020e4f;
  font-size: 16px;
  text-align: center;
}
.ytdsummerytopsection .mar10 {
  margin-top: 10px;
}
.ytdsummerytopsection .mar20 {
  margin-top: 20px;
}
.ytdsummerytopsection .mar30 {
  margin-top: 30px;
}
.ytdsummerytopsection .total {
  border-bottom: 2px dashed #848278;
}
.ytdsummerytopsection .totalsingle {
  border-bottom: 2px dashed #848278;
  padding: 0px;
  color: #fa141b;
  font-size: 24px;
}
.ytdsummerytopsection .countmailinglist {
  color: #020e4f;
  font-size: 11px;
  padding-top: 10px;
}
.Ytdscrollarea-tab .tab {
  overflow: hidden;
  color: #FFF;
  background: #0f4779 url(../../frontend/UEG/Bsn/en_US/images/tabBg.jpg) repeat-x 0 100% !important;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #4b8c06;
  margin-bottom: 2px;
}
.Ytdscrollarea-tab .tab button {
  background: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
}
.Ytdscrollarea-tab .tab button.active {
  background-color: #4b8c06;
  color: #FFF;
}
.Ytdscrollarea-tab .ytdtrackedarea {
  background: #919191 url(../../frontend/UEG/Bsn/en_US/images/ashheadingBg.jpg) repeat-x 0 50% !important;
  text-align: center;
  display: flex;
  min-height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea1 {
  width: 55%;
  margin-right: 3%;
  padding: 0 20px;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea2 {
  width: 42%;
  text-align: left;
  padding: 0 20px;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea1.zreg {
  width: 50%;
  margin-right: 0%;
  padding: 0 20px;
  border-right: 1px solid #707070;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea1.zreg.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/zoomactiveBg.jpg) repeat-x 0 100% !important;
  font-family: "SST Roman";
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea2.zreg {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
}
.Ytdscrollarea-tab .ytdtrackedarea .halfarea2.zreg.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/zoomactiveBg.jpg) repeat-x 0 100% !important;
  font-family: "SST Roman";
  font-size: 18px;
  color: #050505;
  text-align: center;
}
.Ytdscrollarea-tab .ytdtrackedmaparea {
  display: flex;
}
.Ytdscrollarea-tab .ytdtrackedmaparea .halfarea1 {
  width: 55%;
  margin-right: 3%;
}
.Ytdscrollarea-tab .ytdtrackedmaparea .halfarea2 {
  width: 42%;
  text-align: left;
  padding: 20px 20px 0;
}
.Ytdscrollarea-tab .ytdtrackedmaparea table td {
  padding: 5px 0;
}
.Ytdscrollarea-tab .ytdtrackedmaparea table tbody tr:nth-child(even) {
  background: #fff;
}
.Ytdscrollarea-tab .YtdQRscansarea {
  color: #fa141b;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
}
/*========27-09-22==============*/
.ytdregistrationarea .patient_list_h {
  padding: 10px 0 10px 20px;
}
.ytdregistrationarea table thead {
  border: 0;
}
.ytdregistrationarea table thead th {
  text-align: center;
  background: #f3f0dd;
  color: #b0ac91;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
}
.ytdregistrationarea table tbody td {
  color: #a8b8c4;
  font-size: 17px;
  text-align: center;
}
.ytdregistrationarea table tbody tr:nth-child(even) {
  background: #fff;
}
.ytdregistrationarea table tbody tr {
  border-top: 1px solid #e9e9e9;
}
.checkbox-custom input[type='checkbox'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #698bc2;
  position: relative;
}
.checkbox-custom input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #698bc2;
}
.checkbox-custom input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  box-shadow: 0 0 0 2px 698bc2;
}
.checkbox-custom input[type='checkbox']:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  margin: -4px;
  transform: rotate(45deg);
  /*border-bottom: 4px solid #000; border-right: 4px solid #000; */
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkbox-custom input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  margin: -4px;
  transform: rotate(45deg);
  border-bottom: 4px solid #a8b8c4;
  border-right: 4px solid #a8b8c4;
}
.checkbox-custom .check-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border-left: 4px solid;
  transform: rotate(225deg);
  border-top: 4px solid;
}
/*===============29-09-22============*/
.avp-area-dashboardBg a:active,
.avp-area-dashboardBg a:hover {
  text-decoration: none;
}
/*========Centralarea=======*/
.avpdashmidwestregion .ytdarea {
  position: absolute;
  top: 18px;
  left: 80px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashmidwestregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdmidwest-mapactive.png) no-repeat 0 0;
}
.avpdashmidwestregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashmidwestregion .ytdarea .maptextarea {
  margin-left: -3px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashplainsregion .ytdarea {
  position: absolute;
  top: -24px;
  left: 8px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashplainsregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdplains-mapactive.png) no-repeat 0 0;
}
.avpdashplainsregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashplainsregion .ytdarea .maptextarea {
  margin-left: -3px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashnorthlakesregion .ytdarea {
  position: absolute;
  top: -1px;
  left: 60px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashnorthlakesregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdcrossroad-mapactive.png) no-repeat 0 0;
}
.avpdashnorthlakesregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashnorthlakesregion .ytdarea .maptextarea {
  margin-left: -3px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashheartlandregion .ytdarea {
  position: absolute;
  top: 18px;
  left: 30px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashheartlandregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdheartland-mapactive.png) no-repeat 0 0;
}
.avpdashheartlandregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashheartlandregion .ytdarea .maptextarea {
  margin-left: -10px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashcrossroadsregion .ytdarea {
  position: absolute;
  top: 14px;
  left: 30px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashcrossroadsregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdcrossroad-mapactive.png) no-repeat 0 0;
}
.avpdashcrossroadsregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashcrossroadsregion .ytdarea .maptextarea {
  margin-left: -10px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
.avpdashmidcentralregion .ytdarea {
  position: absolute;
  top: -17px;
  left: 30px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashmidcentralregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdmidcentral-mapactive.png) no-repeat 0 0;
}
.avpdashmidcentralregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashmidcentralregion .ytdarea .maptextarea {
  margin-left: -10px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
}
/*========Northeast=====*/
.avpdashsteelcityregion .ytdarea {
  position: absolute;
  top: -12px;
  left: 20px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashsteelcityregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdsteel-mapactive.png) no-repeat 0 0;
}
.avpdashsteelcityregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashsteelcityregion .ytdarea .maptextarea {
  margin-left: -25px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 32px;
  width: 100px;
}
.avpdashchesapeakeregion .ytdarea {
  position: absolute;
  top: -34px;
  left: 22px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashchesapeakeregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdcheespeak-mapactive.png) no-repeat 0 0;
}
.avpdashchesapeakeregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashchesapeakeregion .ytdarea .maptextarea {
  margin-left: -25px;
  color: #818181;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 45px;
  width: 100px;
}
.avpdashnewyorkregion .ytdarea {
  position: absolute;
  top: -39px;
  left: -11px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashnewyorkregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdnewwork-mapactive.png) no-repeat 0 0;
}
.avpdashnewyorkregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashnewyorkregion .ytdarea .maptextarea {
  margin-left: 10px;
  color: #818181;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 34px;
  width: 100px;
}
.avpdashupstateregion .ytdarea {
  position: absolute;
  top: -8px;
  left: 40px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashupstateregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdupstate-mapactive.png) no-repeat 0 0;
}
.avpdashupstateregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashupstateregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 45px;
  width: 100px;
}
.avpdashnewenglandregion .ytdarea {
  position: absolute;
  top: -8px;
  left: 40px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashnewenglandregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdnewengland-mapactive.png) no-repeat 0 0;
}
.avpdashnewenglandregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashnewenglandregion .ytdarea .maptextarea {
  margin-left: -45px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 40px;
  width: 100px;
}
.avpdashhudsonvalleyregion .ytdarea {
  position: absolute;
  top: -34px;
  left: 2px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashhudsonvalleyregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdhudson-mapactive.png) no-repeat 0 0;
}
.avpdashhudsonvalleyregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashhudsonvalleyregion .ytdarea .maptextarea {
  margin-left: 25px;
  color: #818181;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 40px;
  width: 100px;
}
.avpdashohioregion .ytdarea {
  position: absolute;
  top: -15px;
  left: 35px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashohioregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/ytdohio-mapactive.png) no-repeat 0 0;
}
.avpdashohioregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashohioregion .ytdarea .maptextarea {
  margin-left: -33px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
/*========Gulf=====*/
.avpdasheastfloridaregion .ytdarea {
  position: absolute;
  top: 25px;
  left: 35px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdasheastfloridaregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/eastflorida-mapactive.png) no-repeat 0 0;
}
.avpdasheastfloridaregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdasheastfloridaregion .ytdarea .maptextarea {
  margin-left: 33px;
  color: #818181;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  margin-top: 3px;
  width: 50px;
}
.avpdashgulfcoastregion .ytdarea {
  position: absolute;
  top: 64px;
  left: 55px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashgulfcoastregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/gulfcoast-mapactive.png) no-repeat 0 0;
}
.avpdashgulfcoastregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashgulfcoastregion .ytdarea .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 50px;
}
.avpdashsunbeltregion .ytdarea {
  position: absolute;
  top: 10px;
  left: 55px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashsunbeltregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/sunbelt-mapactive.png) no-repeat 0 0;
}
.avpdashsunbeltregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashsunbeltregion .ytdarea .maptextarea {
  margin-left: -33px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashfloridagulfregion .ytdarea {
  position: absolute;
  top: -20px;
  left: 5px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashfloridagulfregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/florida-mapactive.png) no-repeat 0 0;
}
.avpdashfloridagulfregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashfloridagulfregion .ytdarea .maptextarea {
  margin-left: -45px;
  color: #818181;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  margin-top: 20px;
  width: 50px;
}
.avpdashmusiccityregion .ytdarea {
  position: absolute;
  top: 0px;
  left: 60px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashmusiccityregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/musiccity-mapactive.png) no-repeat 0 0;
}
.avpdashmusiccityregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashmusiccityregion .ytdarea .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 50px;
}
/*========Southwest=====*/
.avpdashhillcountryregion .ytdarea {
  position: absolute;
  top: -36px;
  left: 28px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashhillcountryregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/hill-mapactive.png) no-repeat 0 0;
}
.avpdashhillcountryregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashhillcountryregion .ytdarea .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 50px;
}
.avpdashalamoregion .ytdarea {
  position: absolute;
  top: 14px;
  left: 44px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashalamoregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/alamo-mapactive.png) no-repeat 0 0;
}
.avpdashalamoregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashalamoregion .ytdarea .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 50px;
}
.avpdashsouthforkregion .ytdarea {
  position: absolute;
  top: -32px;
  left: 0px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashsouthforkregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/southfork-mapactive.png) no-repeat 0 0;
}
.avpdashsouthforkregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashsouthforkregion .ytdarea .maptextarea {
  margin-left: -6px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 50px;
}
.avpdashredriverregion .ytdarea {
  position: absolute;
  top: -11px;
  left: 90px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashredriverregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/redriver-mapactive.png) no-repeat 0 0;
}
.avpdashredriverregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashredriverregion .ytdarea .maptextarea {
  margin-left: -12px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashdesertregion .ytdarea {
  position: absolute;
  top: 0px;
  left: 15px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashdesertregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/desert-mapactive.png) no-repeat 0 0;
}
.avpdashdesertregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashdesertregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
/*========Midatlantic=====*/
.avpdashtristateregion .ytdarea {
  position: absolute;
  top: 20px;
  left: 52px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashtristateregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/tristate-mapactive.png) no-repeat 0 0;
}
.avpdashtristateregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashtristateregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashcharlestonregion .ytdarea {
  position: absolute;
  top: -20px;
  left: 26px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashcharlestonregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/charleston-mapactive.png) no-repeat 0 0;
}
.avpdashcharlestonregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashcharlestonregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashcharlotteregion .ytdarea {
  position: absolute;
  top: -24px;
  left: 26px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashcharlotteregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/charletto-mapactive.png) no-repeat 0 0;
}
.avpdashcharlotteregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashcharlotteregion .ytdarea .maptextarea {
  margin-left: 0px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashblueridgeregion .ytdarea {
  position: absolute;
  top: -15px;
  left: 50px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashblueridgeregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/blueridge-mapactive.png) no-repeat 0 0;
}
.avpdashblueridgeregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashblueridgeregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
.avpdashcapitalregion .ytdarea {
  position: absolute;
  top: -0px;
  left: 110px;
  margin: 0;
  width: min-content;
  z-index: 2;
}
.avpdashcapitalregion .ytdarea::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 58px;
  background: url(../../frontend/UEG/Bsn/en_US/images/capital-mapactive.png) no-repeat 0 0;
}
.avpdashcapitalregion .ytdarea .mapNoarea {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "SST Medium";
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 28px;
  text-align: center;
}
.avpdashcapitalregion .ytdarea .maptextarea {
  margin-left: -30px;
  color: #fff;
  font-family: "SST Bold";
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 30px;
  width: 100px;
}
/*==============06-10-22================*/
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.Ytdscrollarea-tabarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  color: #FFF;
  background: #0f4779 url(../../frontend/UEG/Bsn/en_US/images/tabBg.jpg) repeat-x 0 100% !important;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #4b8c06;
  margin-bottom: 2px;
}
.Ytdscrollarea-tabarea ul li {
  background: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0px;
  margin: 0;
}
.Ytdscrollarea-tabarea ul li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
.Ytdscrollarea-tabarea ul li.ui-state-active {
  background-color: #4b8c06;
  color: #FFF;
}
.Ytdscrollarea-tabarea .ytdtrackedarea {
  background: #919191 url(../../frontend/UEG/Bsn/en_US/images/ashheadingBg.jpg) repeat-x 0 50% !important;
  text-align: left;
  display: flex;
  min-height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #848278;
  flex-wrap: wrap;
  width: 100%;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea1 {
  width: 55%;
  margin-right: 3%;
  padding: 0 20px;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea2 {
  width: 42%;
  text-align: left;
  padding: 0 20px;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea1.zreg {
  width: 50%;
  margin-right: 0%;
  padding: 0 20px;
  border-right: 1px solid #707070;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea1.zreg.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/zoomactiveBg.jpg) repeat-x 0 100% !important;
  font-family: "SST Roman";
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea2.zreg {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tabarea .ytdtrackedarea .halfarea2.zreg.active {
  background: url(../../frontend/UEG/Bsn/en_US/images/zoomactiveBg.jpg) repeat-x 0 100% !important;
  font-family: "SST Roman";
  font-size: 18px;
  color: #050505;
}
.Ytdscrollarea-tabarea .ytdtrackedmaparea {
  display: flex;
}
.Ytdscrollarea-tabarea .ytdtrackedmaparea .halfarea1 {
  width: 55%;
  margin-right: 3%;
}
.Ytdscrollarea-tabarea .ytdtrackedmaparea .halfarea2 {
  width: 42%;
  text-align: left;
  padding: 20px 20px 0;
}
.Ytdscrollarea-tabarea .ytdtrackedmaparea table td {
  padding: 5px 0;
}
.Ytdscrollarea-tabarea .ytdtrackedmaparea table tbody tr:nth-child(even) {
  background: #fff;
}
.Ytdscrollarea-tabarea .YtdQRscansarea {
  color: #fa141b;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
}
.ytdmapchartleftchartarea .canvasjs-chart-container {
  width: 90% !important;
  margin: 0 auto;
}
.ytdmapchartrightarea .canvasjs-chart-container {
  width: 100% !important;
  margin: 0 auto;
}
/*========18-10-22============*/
table.spenddata td {
  text-align: center;
  font-size: 13.74px;
  line-height: 22px;
  font-family: "SST Roman";
}
table.spenddata td span {
  font-size: 18px;
  font-family: "SST Bold";
  line-height: 40px;
}
table.spenddata .postage {
  color: #01b0b5;
}
table.spenddata .directp {
  color: #0085a4;
}
table.spenddata .mailp {
  color: #19536b;
}
table.spenddata .fullfillment {
  color: #40639d;
}
.spenddetail {
  text-align: center;
  color: #bababa;
  font-size: 12px;
  font-family: "SST Roman";
  padding: 15px 0;
}
.ytdmiddletae {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #939393;
  width: 100px;
  z-index: 1;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  line-height: 33px;
  height: 50px;
  font-size: 14px;
  color: #b3b2b2;
}
.ytdmiddletae span {
  color: #000000;
  display: block;
  font-size: 30px;
  width: 100px;
}
.totalmiddlersvp {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #939393;
  width: 130px;
  z-index: 1;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  line-height: 18px;
  height: 50px;
  color: #b3b2b2;
  font-size: 13.44px;
  text-transform: uppercase;
}
.totalmiddlersvp span {
  color: #000000;
  display: block;
  font-size: 28.79px;
  width: 100px;
  line-height: 34px;
}
table.eventypeData {
  margin-top: 28px;
}
table.eventypeData tbody tr:nth-child(even) {
  background: #ffffff;
}
table.eventypeData td {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 10px;
  font-family: "SST Roman";
}
table.eventypeData .hybrid {
  color: #1cade4;
  text-align: left;
  position: relative;
  font-size: 14px;
}
table.eventypeData .hybrid::before {
  content: '';
  background: #1cade4;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -10px;
  top: 11px;
}
table.eventypeData .inperson {
  color: #27ced7;
  text-align: left;
  position: relative;
  font-size: 14px;
}
table.eventypeData .inperson::before {
  content: '';
  background: #27ced7;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -10px;
  top: 11px;
}
table.eventypeData .virtual {
  color: #2683c6;
  text-align: left;
  position: relative;
  font-size: 14px;
}
table.eventypeData .virtual::before {
  content: '';
  background: #2683c6;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -10px;
  top: 11px;
}
/*==============*/
.ytdrightcalender .ui-datepicker .ui-datepicker-next span {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #93a7b9;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-prev span {
  border-width: 8px 10px 8px 0;
  border-color: transparent #93a7b9 transparent transparent;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-title {
  text-align: center;
  text-transform: uppercase;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-header {
  display: none;
}
.ytdrightcalender .ui-datepicker {
  box-shadow: none;
  padding: 15px 0px;
  border: 0;
  background: transparent;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar th {
  background: #ffffff;
  border: 0;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  background: transparent !important;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  color: #8a8a8a;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: transparent;
}
.ytdrightcalender .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: transparent;
}
.goaltrackerwrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.goaltrackerwrapper::before {
  content: '';
  display: block;
  clear: both;
}
.goaltrackerwrapper::after {
  content: '';
  display: block;
  clear: both;
}
.goaltrackerwrapper .goaltrackerleftarea {
  width: 50%;
  position: relative;
}
.goaltrackerwrapper .goaltrackerrightarea {
  width: 50%;
  position: relative;
}
.goaltrackerwrapper .rsvp-goalchart {
  color: #1bace3;
  text-align: center;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
}
.goaltrackerwrapper .rsvp-goalchart .rsvp-percentage {
  font-size: 32px;
}
.goaltrackerwrapper .rsvp-goalchart .total-rsvp {
  font-size: 16px;
}
.goaltrackerwrapper .rsvp-text {
  color: #7f7f7f;
  font-size: 16px;
  text-align: center;
}
.goaltrackerwrapper .rsvp-text span {
  color: #1bace3;
  display: block;
  font-size: 20px;
}
.goaltrackerwrapper .procedures-goalchart {
  color: #27ced7;
  text-align: center;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
}
.goaltrackerwrapper .procedures-goalchart .procedures-percentage {
  font-size: 32px;
}
.goaltrackerwrapper .procedures-goalchart .total-procedures {
  font-size: 16px;
}
.goaltrackerwrapper .procedures-text {
  color: #7f7f7f;
  font-size: 16px;
  text-align: center;
}
.goaltrackerwrapper .procedures-text span {
  color: #27ced7;
  display: block;
  font-size: 20px;
}
div#myChart-wrapper {
  margin: auto;
}
div#myChart2-wrapper {
  margin: auto;
}
.scrollareasummery {
  max-height: 397px;
  overflow-y: scroll;
}
td.content-list-area {
  padding: 0;
}
div#myChart-license-text {
  display: none;
}
div#myChart2-license-text {
  display: none;
}
text.myChart-graph-id0-scale-r-item.myChart-graph-id0-scale-item.zc-scale-item {
  display: none;
}
text.myChart2-graph-id0-scale-r-item.myChart2-graph-id0-scale-item.zc-scale-item {
  display: none;
}
div#myChart {
  height: 120px;
  overflow: hidden;
  margin-left: -65px;
}
div#myChart div {
  width: 100% !important;
}
div#myChart2 {
  height: 120px;
  overflow: hidden;
  margin-left: -65px;
}
div#myChart2 div {
  width: 100% !important;
}
.newytdrightcalenderwrapper {
  display: flex;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek {
  margin-top: 14px;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek table thead {
  background: transparent;
  color: #b7c2cf;
  border: 0;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek table thead th {
  padding: 4px;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek table td.weekday {
  color: #fd4638;
  text-align: center;
  font-weight: 600;
  padding: 14px 10px;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek table td.weekday span {
  padding: 4px;
}
.newytdrightcalenderwrapper .newytdrightcalenderweek table tbody tr:nth-child(even) {
  background: #fff;
}
.procedures-countwrapper {
  display: flex;
  justify-content: center;
}
.procedures-count-ver {
  text-align: center;
}
.procedures-count-ver .procedures-countarea {
  margin: 0 7px 6px;
  background: #01a6dc;
  border: 1px solid #afdaed;
  color: #fff;
  min-width: 68px;
  height: 32px;
  line-height: 29px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 22px;
  display: inline-block;
  font-family: "SST Roman";
  font-weight: 400;
}
.procedures-count-ver span {
  color: #77c8e8;
  font-size: 14px;
}
.procedures-count {
  text-align: center;
}
.procedures-count .procedures-countarea {
  margin: 0 7px 6px;
  background: #01d3f8;
  border: 1px solid #11c6ef;
  color: #fff;
  min-width: 68px;
  height: 32px;
  line-height: 29px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 22px;
  display: inline-block;
  font-family: "SST Roman";
  font-weight: 400;
}
.procedures-count span {
  color: #6fe3f8;
  font-size: 14px;
}
.salesfunnelarea {
  background: url(../../frontend/UEG/Bsn/en_US/images/funnelBg.png) no-repeat 0 0;
  width: 295px;
  height: 396px;
  margin: 0 auto;
  padding: 34px 15px;
  line-height: 34px;
  box-sizing: border-box;
  font-family: "SST Roman";
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.salesfunnelarea .funneltextwhite {
  color: #fff;
  font-family: "SST Roman";
  font-weight: 400;
}
.salesfunnelarea .funneltext1 {
  color: #1277a1;
  font-family: "SST Roman";
  font-weight: 400;
}
.salesfunnelarea .funneltext2 {
  color: #125182;
  font-family: "SST Roman";
  font-weight: 400;
}
.salesfunnelarea .funneltext3 {
  color: #17949c;
  font-family: "SST Roman";
  font-weight: 400;
}
.salesfunnelarea .funneltext4 {
  color: #1c775e;
  font-family: "SST Roman";
  font-weight: 400;
}
.salesfunnelarea .funneltext5 {
  color: #417261;
  font-family: "SST Roman";
  font-weight: 400;
}
span.northwest {
  color: #af845a !important;
}
span.rockies {
  color: #885c2f !important;
}
span.northmountain {
  color: #4f2b07 !important;
}
span.sierra {
  color: #734110 !important;
}
span.sandiego {
  color: #4f2b07 !important;
}
span.centralwest {
  color: #ab6d30 !important;
}
span.midwest {
  color: #d48385 !important;
}
span.plains {
  color: #bc6466 !important;
}
span.northlakes {
  color: #993f41 !important;
}
span.heartland {
  color: #591214 !important;
}
span.midcentral {
  color: #6a2122 !important;
}
span.crossroads {
  color: #d8a8ab !important;
}
span.steelcity {
  color: #213d5c !important;
}
span.ohio {
  color: #13457c !important;
}
span.newengland {
  color: #9cb1c8 !important;
}
span.upstate {
  color: #7792af !important;
}
span.newyork {
  color: #395778 !important;
}
span.hudsonvalley {
  color: #557393 !important;
}
span.hudsonvalley {
  color: #557393 !important;
}
span.musiccity {
  color: #88b7b4 !important;
}
span.gulfcoast {
  color: #afcfcd !important;
}
span.sunbelt {
  color: #689c99 !important;
}
span.floridagulf {
  color: #467b78 !important;
}
span.eastflorida {
  color: #2a5f5c !important;
}
span.desert {
  color: #92b08e !important;
}
span.alamo {
  color: #a2c69d !important;
}
span.southfork {
  color: #407738 !important;
}
span.redriver {
  color: #7ead77 !important;
}
span.hillcountry {
  color: #2b6124 !important;
}
span.tristate {
  color: #fce197;
}
span.blueridge {
  color: #886d1f;
}
span.capital {
  color: #e3c676;
}
span.charlotte {
  color: #ccae5a;
}
span.charleston {
  color: #a68833;
}
#chartContainer2 {
  margin-top: 0px;
}
div#chartContainer4 .canvasjs-chart-container,
div#chartContainer5 .canvasjs-chart-container {
  position: absolute !important;
}
.ytdtrackedmaparea .halfarea1 button {
  display: none;
}
.ytdtrackedmaparea .halfarea1 .gmnoprint {
  display: none;
}
.ytdtrackedmaparea .halfarea1 .gmnoprint {
  display: none;
}
.headingselect {
  position: absolute;
  right: -1px;
  width: 102px;
  top: 22px;
  z-index: 99999;
  background: #fff;
  padding: 0px 0px;
  border: 1px solid #e8e9eb;
  text-align: right;
  line-height: 20px;
}
.headingselect div {
  border-bottom: 1px solid #e8e9eb;
  padding: 4px 10px;
  font-size: 12px;
  font-family: "SST Roman";
  cursor: pointer;
}
.headingselect div:hover {
  background: #e8e9eb;
}
.headingselect div:last-child {
  border-bottom: 0;
}
.repdashcontainer {
  max-width: 1170px;
  margin: 0 auto;
}
.tabrepdashboard ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabrepdashboard ul li {
  color: #86b4da;
  font-size: 14px;
  font-family: "SST Roman";
  margin: 0px 0 0 8px;
}
.tabrepdashboard ul li a {
  color: #86b4da;
  text-decoration: none;
  display: block;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
}
.tabrepdashboard ul li:nth-child(1) a {
  background: url(../../frontend/UEG/Bsn/en_US/images/calendarimg.jpg) no-repeat 12px 50%;
  padding: 0 8px 0 52px;
}
.tabrepdashboard ul li:nth-child(1) a.active,
.tabrepdashboard ul li:nth-child(1) a:hover {
  background: #7fb0da url(../../frontend/UEG/Bsn/en_US/images/calendarimg.jpg) no-repeat 12px 50%;
  color: #003c71;
}
.tabrepdashboard ul li:nth-child(2) a {
  background: url(../../frontend/UEG/Bsn/en_US/images/supporticon.png) no-repeat 12px 50%;
  padding: 0 8px 0 58px;
}
.tabrepdashboard ul li:nth-child(2) a.active,
.tabrepdashboard ul li:nth-child(2) a:hover {
  background: #7fb0da url(../../frontend/UEG/Bsn/en_US/images/supporticon-active.png) no-repeat 12px 50%;
  color: #003c71;
}
.tabrepdashboard ul li:nth-child(3) a {
  background: url(../../frontend/UEG/Bsn/en_US/images/taematrics.png) no-repeat 12px 50%;
  padding: 0 8px 0 54px;
}
.tabrepdashboard ul li:nth-child(3) a.active,
.tabrepdashboard ul li:nth-child(3) a:hover {
  background: #7fb0da url(../../frontend/UEG/Bsn/en_US/images/taematrics-active.png) no-repeat 12px 50%;
  color: #003c71;
}
.tabrepdashboard ul li:nth-child(4) a {
  background: url(../../frontend/UEG/Bsn/en_US/images/question-sym.png) no-repeat 16px 50%;
  padding: 0 8px 0 50px;
}
.tabrepdashboard ul li:nth-child(4) a.active,
.tabrepdashboard ul li:nth-child(4) a:hover {
  background: #7fb0da url(../../frontend/UEG/Bsn/en_US/images/questionsym-active.png) no-repeat 16px 50%;
  color: #003c71;
}
#bsndash .accou-top {
  background: #e8f3f8;
  padding: 2px 0;
  margin-top: 4px;
}
.topstrip-area h3 {
  color: #030303;
  font-size: 16.76px;
  font-family: "SST Bold";
  margin: 0;
}
.topstrip-area .repdashnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topstrip-area .repdashnav li {
  font-size: 16.76px;
  color: #003c71;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #97bfe0;
}
.topstrip-area .repdashnav li:nth-child(2) {
  border-right: none;
  padding-right: 10px;
}
.topstrip-area .repdashnav li:last-child {
  border-right: none;
  margin-right: 10px;
}
.topstrip-area .supportarea {
  position: relative;
  width: 133px;
}
.topstrip-area .supportarea .supporticon {
  position: absolute;
  background: #7fb0da url(../../frontend/UEG/Bsn/en_US/images/supporticon.png) no-repeat 16px 50%;
  top: -24px;
  height: 48px;
  line-height: 48px;
  width: 133px;
  text-align: right;
  color: #003c71;
  font-size: 14px;
  padding-right: 14px;
}
.topstrip-area .supportarea .supporticon a {
  color: #003c71;
  text-decoration: none;
}
.repdashboardtop p {
  color: #86b4da;
  font-size: 14px;
}
.repdashboardtop p a {
  color: #86b4da;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.dashboardmaparea {
  margin: 5px 25px;
  position: relative;
}
.repdashboardbox {
  border: 1px solid #7fb0da;
  margin-top: 7px;
}
.repdashboardbox.last {
  margin-bottom: 7px;
}
.repdashboardbox::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .avp-area-dashboardBg .ytdarea::before {
  display: none;
}
.repdashboardbox .repdashboardbox1 {
  border-right: 1px solid #88b5dc;
  width: 248px;
  float: left;
  min-height: 295px;
  background: #fbfefd url(../../frontend/UEG/Bsn/en_US/images/redashbox1Bg.jpg) repeat-x top;
}
.repdashboardbox .repdashboardbox1 h2 {
  color: #22829c;
  font-size: 18.12px;
  font-family: "SST Roman";
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin: 30px 0 50px;
}
.repdashboardbox .repdashboardbox1 h2 span {
  letter-spacing: 2px;
  font-family: "SST Bold";
  color: #003c71;
  padding-right: 10px;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li {
  margin-bottom: 1px;
  display: flex;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .dashboardnavbox1 {
  width: 84px;
  text-align: right;
  padding-right: 3px;
  line-height: 33px;
  height: 33px;
  font-family: 'SST Condensed';
  font-size: 14px;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .dashboardnavbox2 {
  width: 154px;
  height: 38px;
  line-height: 30px;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
  font-family: "SST Roman";
  font-size: 14px;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalerttext {
  color: #ff162d;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert {
  background: #f0d4d6;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert div {
  padding: 0 20px;
  color: #ff162d;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert div a {
  color: #ff162d;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert div span {
  float: right;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert div::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert div::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert:hover div {
  display: block;
  background: #ff162d;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert:hover div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert.active div {
  display: block;
  background: #ff162d;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert.active div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repalert:hover {
  /*div { display: block; background: #f4920a; color: #fff;}*/
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppendingtext {
  color: #f4920a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending {
  background: #f1e1d4;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending div {
  padding: 0 20px;
  color: #f4920a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending div span {
  float: right;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending div::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending div::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending div a {
  color: #f4920a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending:hover div {
  display: block;
  background: #f4920a;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending:hover div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending.active div {
  display: block;
  background: #f4920a;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .reppending.active div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapprovedtext {
  color: #4c973a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved {
  background: #d6efd4;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved div {
  padding: 0 20px;
  color: #4c973a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved div span {
  float: right;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved div::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved div::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved div a {
  color: #4c973a;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved:hover div {
  display: block;
  background: #4c973a;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved:hover div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved.active div {
  display: block;
  background: #4c973a;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repapproved.active div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompletedtext {
  color: #5f7cb3;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted {
  background: #d7def5;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted div {
  padding: 0 20px;
  color: #5f7cb3;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted div span {
  float: right;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted div::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted div::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted div a {
  color: #5f7cb3;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted:hover div {
  display: block;
  background: #5f7cb3;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted:hover div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted.active div {
  display: block;
  background: #5f7cb3;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repcompleted.active div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodatetext {
  color: #929aa1;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate {
  background: #e0e5e9;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate div {
  padding: 0 20px;
  color: #929aa1;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate div span {
  float: right;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate div::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate div::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate div a {
  color: #929aa1;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate:hover div {
  display: block;
  background: #929aa1;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate:hover div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate.active div {
  display: block;
  background: #929aa1;
  color: #fff;
}
.repdashboardbox .repdashboardbox1 .dashboardnavleftarea ul li .repyeartodate.active div a {
  color: #fff;
}
.repdashboardbox .repdashboardbox2 {
  width: 364px;
  float: left;
  min-height: 295px;
  text-align: center;
  position: relative;
}
.repdashboardbox .repdashboardbox3 {
  border-left: 1px solid #88b5dc;
  width: 545px;
  float: right;
  min-height: 295px;
  background: #e8f3f8;
  padding: 12px 35px;
  box-sizing: border-box;
}
.repdashboardbox .repdashboardbox3 p {
  margin: 0 0 14px;
  padding: 0;
  font-family: "SST Roman";
  font-weight: 200;
  color: #000000;
  font-size: 14.58px;
  line-height: 18px;
}
.repdashboardbox .repdashboardbox3 p a {
  color: #128cf4;
  text-decoration: underline;
}
.repdashboardbox .repdashboardbox3 p a:hover {
  text-decoration: none;
}
.repiconarea {
  margin: 10px 0 0;
}
.repiconarea ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.repiconarea ul li {
  text-align: center;
  margin: 0 11px 0 0;
}
.repiconarea ul li:last-child {
  margin: 0 0px 0 0;
}
.repiconarea ul li a {
  color: #25789a;
  text-decoration: none !important;
  display: block;
}
.repiconarea ul li h3 {
  margin: 0;
  padding: 0;
  color: #25789a;
  font-family: "SST Roman";
  font-size: 14px;
}
.repiconarea::before {
  content: '';
  display: block;
  clear: both;
}
.repiconarea::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbottombox {
  border: 1px solid #7fb0da;
  margin-top: 7px;
  padding: 20px 4px;
  margin-bottom: 20px;
}
.repdashboardbottombox::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardbottombox::after {
  content: '';
  display: block;
  clear: both;
}
.repsteparea {
  display: flex;
}
.repstep0area {
  width: 125px;
  margin-right: 10px;
}
.repstep1area {
  width: 80px;
  margin-right: 5px;
}
.repstep2area {
  width: 100px;
  margin-right: 5px;
}
.repstep3area {
  width: 80px;
  margin-right: 5px;
}
.repstep4area {
  width: 600px;
  margin-right: 5px;
  position: relative;
}
.repstep5area {
  width: 145px;
}
.orangarrowBg {
  background: #f4920a url(../../frontend/UEG/Bsn/en_US/images/orangarrowBg.png) no-repeat 100% 0;
  font-family: "SST Roman";
  height: 39px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  padding: 0 0px;
}
.orangarrowBg a {
  padding: 0 10px 0 0px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.repstepheadingBg {
  background: #e8f3f8 url(../../frontend/UEG/Bsn/en_US/images/rep-stepBg.jpg) repeat-x 0 100%;
  padding-right: 18px;
  height: 56px;
  font-size: 13.6px;
  color: #fff;
  text-align: left;
  padding: 3px 7px;
}
.repstepheadingBg h2 {
  line-height: 28px;
  color: #003c71;
  font-family: "SST Roman";
  font-size: 22.75px;
  margin: 0 0 5px;
}
.repstepheadingBg h2 span {
  font-size: 14px;
  color: #6c9fb8;
  line-height: 18px;
  display: block;
}
.pendingtaeidarea {
  padding: 105px 5px 0 18px;
  color: #003c71;
  font-family: "SST Roman";
  font-size: 14px;
}
.pendingtaeidarea::before {
  content: '';
  display: block;
  clear: both;
}
.pendingtaeidarea::after {
  content: '';
  display: block;
  clear: both;
}
.pendingtaeidarea .repid {
  float: left;
}
.pendingtaeidarea .repdatetime {
  float: right;
}
.bsndashboardverticaltext {
  padding: 0px 0 8px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
}
.bsndashboardverticaltext ul {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}
.bsndashboardverticaltext ul li {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #abadae;
  font-size: 15px;
  line-height: 19.2px;
  font-family: 'SST Condensed';
}
.bsndashboardverticaltext ul li a {
  color: #abadae;
  text-decoration: none;
}
.bsndashboardverticaltext ul li span {
  color: #abadae;
}
.bsndashboardverticaltext ul li i {
  color: #003c71;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'SST Bold';
  font-size: 12px;
}
.bsndashboardverticaltext ul li.repredtext {
  color: #f90303;
  font-family: 'SST Condensed';
  line-height: 14px;
  font-size: 15px;
}
.bsndashboardverticaltext ul li.repredtext a {
  color: #f90303;
  text-decoration: none;
}
.bsndashboardverticaltext ul li a {
  text-decoration: none;
  color: #abadae;
}
.bsndashboardverticaltext ul li a:hover {
  color: #000;
}
.repdashboar2box {
  background: #efefef;
  border: 1px solid #a8c6c7;
  padding: 0px;
}
.repdashboar2box::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboar2box::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboar2box input[type="checkbox"] {
  margin: 0px 3px 0 0;
  position: relative;
  top: 0;
}
.repdashboar2box1starea {
  width: 57px;
  float: left;
  margin-top: 10px;
}
.repdashboar2box1starea h2 {
  color: #6c9fb8;
  margin: 0 0 10px;
  font-family: 'SST Condensed Bold';
  font-size: 22px;
  line-height: 24px;
  text-decoration: underline;
}
.repdashboar2box1starea h2 a {
  color: #6c9fb8;
}
.repdashboar2box1starea p {
  color: #237f99;
  font-size: 16px;
  margin: 0 0 0px;
  font-family: 'SST Condensed';
  line-height: 16px;
  word-break: break-all;
}
.repdashboar2box2ndarea {
  margin-right: 0px;
  width: 45px;
  float: left;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  text-align: center;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.repdashboar2box2ndarea h3 {
  color: #003c71;
  margin: 0 0 0px;
  font-family: 'SST Condensed Bold';
  font-size: 22.5px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.repdashboar2box2ndarea p {
  color: #003c71;
  font-size: 14px;
  line-height: 10px;
  margin: 0 0 0px;
  letter-spacing: -1px;
  font-family: "SST Bold";
}
.repdashboar2box3rdarea {
  width: 164px;
  float: left;
  /*background: #d1ebce;*/
  background: #fcfdfe;
  height: 26px;
  margin-right: 13px;
  padding: 0px;
  position: relative;
}
.repdashboarddate {
  width: 120px;
  float: left;
  background: #f1e1d4;
  padding: 5px;
  border-right: 1px solid #7fb0da;
  margin-right: 10px;
}
a.editevent {
  background: #fc0421;
  height: 27px;
  line-height: 27px;
  width: 47px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff;
  margin: 0px;
  border-radius: 20px;
  float: right;
  position: absolute;
  right: -27px;
  top: 0;
}
a.editevent:hover {
  text-decoration: underline;
}
.repdashboar2box3rdarea a.editevent {
  right: -30px;
}
.repdashboar2box5tharea a.editevent {
  right: -35px;
}
.repdashboar2box4tharea {
  width: 130px;
  float: left;
  height: 26px;
  padding: 0px;
  position: relative;
  margin-right: 17px;
}
.repdashboar2box4tharea::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboar2box4tharea::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboar2box4tharea a {
  background: #fc0421;
  height: 27px;
  line-height: 27px;
  width: 47px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff;
  margin: 0px -16px 0 0;
  border-radius: 20px;
  float: right;
}
.repdashboar2box5tharea {
  width: 520px;
  float: left;
  margin-right: 17px;
  position: relative;
  background: #fcfdfe;
}
.repdashboar2box6tharea {
  width: 110px;
  float: left;
  margin-right: 0px;
  position: relative;
  background: #fcfdfe;
}
.checkboxarea {
  float: left;
  /*background: #d1ebce;*/
  position: relative;
  padding: 2px;
  width: 100%;
}
.checkboxarea.greenbg {
  background: #d1ebce;
}
.checkboxarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.checkboxarea ul li.blankmaterialli {
  width: 17px;
}
.checkboxarea ul li {
  padding: 0;
  margin: 2px 1.5px 1px 1.5px;
  width: 17px;
}
.checkboxarea input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #a0bfc0;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #d0f6f7;
  position: relative;
}
.checkboxarea input[type='checkbox']:before {
  content: '';
  display: block;
  background: #a0bfc0;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #d0f6f7;
}
.checkboxarea input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #a0bfc0;
  border-radius: 0%;
  box-shadow: 0 0 0 1px #d0f6f7;
}
.checkboxarea input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -5px;
  transform: rotate(45deg);
  /*border-bottom: 2px solid #d5feff;border-right: 2px solid #d5feff; */
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkboxarea input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d5feff;
  border-right: 2px solid #d5feff;
}
.modal-popup_confirm_modal .popupbox {
  width: 544px;
  text-align: center;
  min-height: 100px;
}
.modal-popup_confirm_modal .popupbox .popcontarea {
  padding-top: 30px;
  min-height: 70px;
}
.modal-popup_confirm_modal .popupbox .popfooterarea {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.modal-popup_confirm_modal .popupbox .popfooterarea .duplicateEmailCampaignBtn {
  padding: 0px;
  background: #71c800 !important;
  color: #fff !important;
  width: 125px;
  margin: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
}
.modal-popup_confirm_modal .popupbox .popfooterarea .closeModal {
  padding: 0px;
  background: #c60311 !important;
  color: #fff !important;
  width: 125px;
  margin: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  position: relative;
  top: 0;
}
/*===========06-12-22================*/
.taematrics_contarea {
  padding-top: 50px;
}
.taematrics_contarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.taematrics_contarea ul li {
  list-style: none;
  padding: 0;
  margin: 0 5px;
  display: block;
  text-align: center;
  width: 129px;
}
.taematrics_contarea ul li.taematrics70area h3 {
  font-family: "SST Bold";
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  color: #1cade4;
}
.taematrics_contarea ul li.taematrics70area div {
  color: #19a5de;
  font-size: 29.68px;
  line-height: 20px;
  background: url(../../frontend/UEG/Bsn/en_US/images/repdashboard-YTD.png) repeat-x 0 100%;
  width: 129px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
}
.taematrics_contarea ul li.taematrics70area div span {
  color: #3d4e64;
  font-family: "SST Bold";
  font-size: 12.18px;
  display: block;
  width: 100%;
  line-height: 18px;
}
.taematrics_contarea ul li.taematrics54area h3 {
  font-family: "SST Bold";
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  color: #2683c6;
}
.taematrics_contarea ul li.taematrics54area div {
  color: #237dc1;
  font-size: 29.68px;
  line-height: 20px;
  background: url(../../frontend/UEG/Bsn/en_US/images/repdashboard-54-YTD.png) repeat-x 0 100%;
  width: 129px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
}
.taematrics_contarea ul li.taematrics54area div span {
  color: #3d4e64;
  font-family: "SST Bold";
  font-size: 12.18px;
  display: block;
  width: 100%;
  line-height: 18px;
}
.taematrics_contarea ul li.taematrics30area h3 {
  font-family: "SST Bold";
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  color: #27ced7;
}
.taematrics_contarea ul li.taematrics30area div {
  color: #23c4d1;
  font-size: 29.68px;
  line-height: 20px;
  background: #e8f3f8 url(../../frontend/UEG/Bsn/en_US/images/repdashboard-30-YTD.png) repeat-x 0 100%;
  width: 129px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
}
.taematrics_contarea ul li.taematrics30area div span {
  color: #3d4e64;
  font-family: "SST Bold";
  font-size: 12.18px;
  display: block;
  width: 100%;
  line-height: 18px;
}
.taematrics_contarea ul li.taematrics90area h3 {
  font-family: "SST Bold";
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  color: #42ba97;
}
.taematrics_contarea ul li.taematrics90area div {
  color: #32ad8c;
  font-size: 29.68px;
  line-height: 20px;
  background: #e8f3f8 url(../../frontend/UEG/Bsn/en_US/images/repdashboard-90-YTD.png) repeat-x 0 100%;
  width: 129px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
}
.taematrics_contarea ul li.taematrics90area div span {
  color: #3d4e64;
  font-family: "SST Bold";
  font-size: 12.18px;
  display: block;
  width: 100%;
  line-height: 18px;
}
/*===========07-12-22================*/
.repdigitalarea {
  width: 120px;
  margin-right: 17px;
}
.repsocialarea {
  width: 80px;
  margin-right: 17px;
}
.repprintarea {
  width: 144px;
  margin-right: 17px;
}
.reppostalmailarea {
  width: 300px;
  margin-right: 17px;
}
.repemailarea {
  width: 163px;
  margin-right: 17px;
}
.repmanagerarea {
  width: 125px;
}
.repstepapproveheadingBg {
  background: #e8f3f8 url(../../frontend/UEG/Bsn/en_US/images/rep-stepBg.jpg) repeat-x 0 100%;
  padding-right: 18px;
  height: 60px;
  font-size: 13.6px;
  color: #fff;
  text-align: center;
  padding: 3px 7px;
  position: relative;
}
.repstepapproveheadingBg h2 {
  line-height: 28px;
  color: #003c71;
  font-family: "SST Roman";
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 16px;
  position: relative;
}
.repstepapproveheadingBg h2::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url(../../frontend/UEG/Bsn/en_US/images/questionicon.png) no-repeat 0 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  z-index: 6;
  margin: auto;
}
.repmanagerarea .repstepapproveheadingBg h2::after,
.repsocialarea .repstepapproveheadingBg h2::after,
.repemailarea .repstepapproveheadingBg h2::after {
  display: none;
}
.reppostalmailarea .repmailtab {
  width: 420px;
}
/*==========08-12-22===========*/
.bsndashboardverticalapprovedtext {
  padding: 0px 0 10px;
  min-height: 115px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bsndashboardverticalapprovedtext ul {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bsndashboardverticalapprovedtext ul li {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #abadae;
  font-size: 15px;
  line-height: 20px;
  font-family: 'SST Condensed';
}
.bsndashboardverticalapprovedtext ul li a {
  color: #abadae;
  text-decoration: none;
}
.bsndashboardverticalapprovedtext ul li.repredtext {
  color: #f90303;
  line-height: 15px;
}
.bsndashboardverticalapprovedtext ul li.repredtext a {
  color: #f90303;
  text-decoration: none;
}
.bsndashboardverticalapprovedtext ul li.repbluetext {
  color: #003c71;
  line-height: 18px;
}
.bsndashboardverticalapprovedtext ul li.repbluetext a {
  color: #003c71;
  text-decoration: none;
}
.bsndashboardverticalapprovedtext ul li a {
  text-decoration: none;
  color: #abadae;
}
.bsndashboardverticalapprovedtext ul li a:hover {
  color: #000;
}
.repapproveddashboar2box {
  background: #efefef;
  border: 1px solid #a8c6c7;
  padding: 0px;
  display: flex;
  margin-bottom: 8px;
}
.repapproveddashboar2box.noBg {
  background: transparent;
}
.repapproveddashboar2box .checkboxarea {
  float: left;
  text-align: center;
  width: 100%;
}
.repapproveddashboar2box .checkboxarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.repapproveddashboar2box .checkboxarea ul li {
  padding: 0;
  margin: 2px 0px 2px 2.6px;
  display: block;
  width: 17px;
}
.repapproveddashboar2box .checkboxarea2 {
  float: left;
  text-align: left;
  width: 100%;
}
.repapproveddashboar2box .checkboxarea2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.repapproveddashboar2box .checkboxarea2 ul li {
  padding: 0;
  margin: 2px -1px 2px 5px;
}
.repapproveddashboar2box .repstep0area {
  width: 115px;
}
.repapprove2boxdatearea ul {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.repapprove2boxdatearea ul li {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #3e911b;
  font-size: 14px;
  line-height: 25px;
  font-family: "SST Medium";
}
.repapprove2boxdatearea ul li span {
  color: #fc0421;
}
.repapprove2boxdatearea ul li span a {
  color: #fc0421;
  text-decoration: none;
}
.repapprove2boxdatearea ul li a {
  color: #3e911b;
  text-decoration: none;
}
.repdashboar2boxdatearea {
  padding: 0px 0 8px;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.repdashboar2boxdatearea ul {
  padding: 0px 0;
  margin: 3px 0 0 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.repdashboar2boxdatearea ul li {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #3e911b;
  font-size: 14px;
  line-height: 19.4px;
  font-family: 'SST Condensed';
}
.repdashboar2boxdatearea ul li a {
  color: #3e911b;
  text-decoration: none;
}
.repdashboar2boxdatearea ul li span {
  color: #fc0421;
  line-height: 12px;
}
.repdashboar2boxdatearea ul li span a {
  color: #fc0421;
  text-decoration: none;
}
.repdashboar2boxdatewrapper {
  display: inline-block;
  clear: both;
  width: 100%;
  position: relative;
}
.bluearrowBg {
  background: #003c71 url(../../frontend/UEG/Bsn/en_US/images/bluearrowBg.png) no-repeat 0% 0;
  font-family: "SST Roman";
  width: 74px;
  height: 45px;
  line-height: 18px;
  font-size: 13.6px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: 16px;
  padding-top: 4px;
}
.bluearrowBg a {
  padding: 0 8px 0 18px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.bluearrowBg a.managedisbale {
  opacity: .5;
}
.greyarrowBg {
  background: #929aa1 url(../../frontend/UEG/Bsn/en_US/images/greyarrowBg.png) no-repeat 0% 0;
  font-family: "SST Roman";
  width: 74px;
  height: 45px;
  line-height: 18px;
  font-size: 13.6px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: 16px;
  padding-top: 4px;
}
.greyarrowBg a {
  padding: 0 8px 0 18px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.greyarrowBg a.managedisbale {
  opacity: .5;
}
.managecountbox {
  margin-top: 30px;
  margin-left: 54px;
  width: 50px;
  height: 32px;
  line-height: 28px;
  border: 2px solid #d6d7d7;
  border-radius: 2px;
  text-align: center;
  font-size: 24px;
  color: #003c71;
  font-family: "SST Roman";
  background: #fff;
  float: left;
}
.managecountchackbox {
  margin-left: 9px;
  margin-top: 5px;
}
.managecountchackbox input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #a0bfc0;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #d0f6f7;
  position: relative;
}
.managecountchackbox input[type='checkbox']:before {
  content: '';
  display: block;
  background: #a0bfc0;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #d0f6f7;
}
.managecountchackbox input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #a0bfc0;
  border-radius: 0%;
  box-shadow: 0 0 0 1px #d0f6f7;
}
.managecountchackbox input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -5px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.managecountchackbox input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d5feff;
  border-right: 2px solid #d5feff;
}
.verticletextarea {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #3e911b;
  font-size: 15px;
  line-height: 24px;
  font-family: "SST Medium";
}
.checkboxarea3 {
  float: left;
}
.checkboxarea3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.checkboxarea3 ul li {
  padding: 0;
  margin: 2px -1px 2px 6px;
}
.checkboxarea3 input[type='checkbox'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: #a0bfc0;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d0f6f7;
  position: relative;
}
.checkboxarea3 input[type='checkbox']:before {
  content: '';
  display: block;
  background: #a0bfc0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d0f6f7;
}
.checkboxarea3 input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #a0bfc0;
  border-radius: 0%;
  box-shadow: 0 0 0 2px #d0f6f7;
}
.checkboxarea3 input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  /*border-bottom: 2px solid #d5feff;border-right: 2px solid #d5feff; */
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkboxarea3 input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d5feff;
  border-right: 2px solid #d5feff;
}
.repdashboar2boxdatearealeft {
  padding: 0px 0 8px;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.repdashboar2boxdatearealeft ul {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.repdashboar2boxdatearealeft ul li {
  padding: 0px 1px;
  margin: 0;
  list-style: none;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  color: #3e911b;
  font-size: 15px;
  line-height: 24px;
  font-family: "SST Medium";
}
.repdashboar2boxdatearealeft ul li a {
  color: #3e911b;
  text-decoration: none;
}
.repdashboar2boxdatearealeft ul li span {
  color: #fc0421;
  line-height: 12px;
}
.repdashboar2boxdatearealeft ul li span a {
  color: #fc0421;
  text-decoration: none;
}
.mailcampaign_confirm_modal::before {
  background: rgba(51, 51, 51, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
/*=============09-12-22==================*/
.repsummerytopsection {
  display: flex;
}
.repsummerytopsection h2 {
  color: #7fb0da;
  font-size: 16.77px;
  text-transform: uppercase;
  margin: 0px 0 0px;
}
.repsummerytopsection .ytdsummerytopbox1 {
  background: #f2f8fb;
  width: 205px;
  min-height: 190px;
  margin: 12px 3px;
  text-align: center;
  padding: 10px 15px;
}
.repsummerytopsection .ytdsummerytopbox2 {
  background: #f2f8fb;
  width: 210px;
  min-height: 190px;
  margin: 12px 3px;
  text-align: center;
  padding: 10px 12px;
  font-family: "SST Roman";
}
.repsummerytopsection .ytdsummerytopbox2 .redtext {
  font-size: 12px;
  text-transform: uppercase;
  color: #fc052e;
}
.repsummerytopsection .ytdsummerytopbox2 .redtext1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fc052e;
}
.repsummerytopsection ul {
  padding: 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.repsummerytopsection ul li {
  width: 57%;
  color: #8a846e;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 0;
}
.repsummerytopsection ul li:nth-child(2n) {
  width: 43%;
  color: #003c71;
  font-size: 18px;
  text-align: right;
}
.repsummerytopsection .mar10 {
  margin-top: 10px;
}
.repsummerytopsection .mar20 {
  margin-top: 20px;
}
.repsummerytopsection .mar30 {
  margin-top: 30px;
}
.repsummerytopsection .total {
  border-bottom: 1px dashed #8a846e;
}
.repsummerytopsection .totalsingle {
  border-bottom: 1px dashed #8a846e;
  padding: 0px;
  color: #fa141b;
  font-size: 24px;
}
.repsummerytopsection .totalspend {
  border-bottom: 1px dashed #8a846e;
  padding: 0px;
  color: #003c71;
  font-size: 18px;
  height: 36px;
}
.repsummerytopsection .fontsize18 {
  font-size: 18px !important;
}
.repsummerytopsection .countmailinglist {
  color: #003c71;
  font-size: 12px;
  padding-top: 10px;
}
.repsummerytopsection .totalscans {
  color: #fc052e;
  font-size: 16px;
  padding-top: 10px;
  text-transform: uppercase;
}
.repsummerytopsection .totalscans span {
  padding-left: 20px;
}
.repsummerytopsection .ytdsummerytopbox1.repeventid ul li:nth-child(2n) {
  font-size: 12px;
  text-align: left;
}
.repsummerytopsection .ytdsummerytopbox1.repRSVtracking ul li:nth-child(2n) {
  font-size: 21px;
  text-align: right;
}
.repsummerytopsection .ytdsummerytopbox1.repattendence ul li:nth-child(2n) {
  font-size: 21px;
  text-align: right;
}
/*=============12-12-22==================*/
.repdash_tabarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  color: #FFF;
  background: #0f4779 url(../../frontend/UEG/Bsn/en_US/images/tabBg.jpg) repeat-x 0 100% !important;
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 4px solid #003c71;
  margin-bottom: 2px;
}
.repdash_tabarea ul li {
  background: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 0px;
  padding: 0px 9px;
  transition: 0.3s;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
}
.repdash_tabarea ul li a {
  color: #fff;
  padding: 15px 15px 3px;
  display: block;
  text-decoration: none;
}
.repdash_tabarea ul li.ui-state-active {
  background-color: #003c71;
  color: #FFF;
}
.repdash_tabarea ul.ui-tabs-nav li {
  border-right: 1px solid #88bbe7;
}
.repdash_tabarea ul.ui-tabs-nav li:last-child {
  border-right: 0px;
}
.repdash_tabarea {
  margin-bottom: 10px;
}
.repdash_tabarea::before {
  content: '';
  display: block;
  clear: both;
}
.repdash_tabarea::after {
  content: '';
  display: block;
  clear: both;
}
.repdash_tabarea .marketingnavmenu .green {
  padding: 0 28px 0 12px;
  font-size: 13px;
  font-weight: bold;
}
.repdash_tabarea .marketingrightarea {
  width: 850px;
}
.repdashboardcalendararea::before {
  content: '';
  display: block;
  clear: both;
}
.repdashboardcalendararea::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardcalendararea img {
  width: 100%;
}
.repdashleftheading {
  font-size: 15px;
  color: #003c71;
  padding: 8px 12px 30px;
  background: #faf7ed;
  font-family: "SST Roman";
  font-weight: 300;
}
/*===========13-12-22============*/
.repQRscansarea {
  color: #fc0410;
  font-size: 18px;
  text-align: left;
  padding-top: 0px;
  padding-left: 100px;
}
.scancityarea {
  color: #4a4c51;
  font-size: 18px;
  text-align: left;
  padding-top: 0px;
}
.repscanarea {
  text-align: left;
  width: 80%;
}
.repscanarea table td {
  color: #4a4c51;
  font-size: 16px;
}
.margin20 {
  margin-top: 20px;
}
.approved-event thead {
  background: #919191 url(../../frontend/UEG/Bsn/en_US/images/ashheadingBg.jpg) repeat-x 0 50% !important;
}
.approved-event thead th {
  font-size: 12px;
  color: #4a4c51;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  line-height: 12px;
}
.approved-event thead th:first-child {
  width: 200px;
}
.approved-event td:first-child {
  color: #000102;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
#digitalitems_event_tbody td {
  vertical-align: top;
}
/*=======14-12-22=========*/
.repdashemailarea {
  padding: 0 55px;
}
.emailrecipientarea {
  margin: 20px 25px 40px;
  color: #457d8c;
  font-family: "SST Medium";
}
.emailrecipientarea span {
  color: #424242;
}
.emailalllistarea select {
  -webkit-appearance: none;
  background: #e0e0e0 url(../../frontend/UEG/Bsn/en_US/images/alllisticon.png) no-repeat 94% 50%;
  width: 150px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  padding: 0 8px;
  margin-right: 16px;
}
.emaillistarea {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.emaillistarea .emailallinputtextarea {
  padding-right: 44px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.emaillistarea input[type='checkbox'] {
  -webkit-appearance: none;
  width: 25px;
  height: 24px;
  background: url(../../frontend/UEG/Bsn/en_US/images/checkBg.png) no-repeat 0 0;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 2px #d0f6f7;
  position: initial;
  margin-right: 12px;
  margin-top: 0;
}
.emaillistarea input[type='checkbox']:before {
  content: '';
  display: block;
  background: #99e4ff;
  border: 1px solid #a3cde5;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  outline: none;
  box-shadow: 0 0 0 2px #d0f6f7;
  position: absolute;
  top: 5px;
  right: 20px;
}
.emaillistarea input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #a0bfc0;
  border-radius: 100%;
  background: #41bbff;
  border: 1px solid #4da9e0;
}
.emaillistarea input[type='checkbox']:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin: 0px;
  /* transform: rotate(45deg); */
  /*border-bottom: 2px solid #d5feff;border-right: 2px solid #d5feff; */
}
.emaillistarea input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  margin: 0px;
  /* transform: rotate(45deg); */
  background: url(../../frontend/UEG/Bsn/en_US/images/checkactiveBg.png) no-repeat 0 0;
}
.emailrangearea {
  padding: 0 20px;
  font-family: "SST Roman";
}
.emailrangearea::before {
  content: '';
  display: block;
  clear: both;
}
.emailrangearea::after {
  content: '';
  display: block;
  clear: both;
}
.emailrangearea ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  display: block;
}
.emailrangearea ul li {
  padding: 0 0 10px !important;
  margin: 0 0 10px;
  width: 50%;
  color: #4b4b4d;
  text-align: left;
  border-bottom: 1px solid #f3f5f2;
  text-transform: normal;
  text-transform: none;
}
.emailrangearea ul li:nth-child(2n) {
  text-align: right;
}
.emailrangetosection {
  font-family: "SST Roman";
}
.emailrangetosection ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  display: block;
}
.emailrangetosection ul li {
  padding: 0 0 8px !important;
  margin: 0 0 0px;
  width: 50%;
  color: #4b4b4d;
  text-align: left;
  border-bottom: 0;
  text-transform: none;
}
.emailrangetosection ul li:nth-child(2n) {
  text-align: right;
}
.emailrangeleftarea {
  width: 48%;
  float: left;
}
.emailrangerightarea {
  width: 48%;
  float: right;
}
.emailrangeline {
  position: relative;
  height: 13px;
  background: #eeeeee;
  margin-bottom: 30px;
}
.emailrangelinecolor {
  background: #80e6e1;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.emailallinputarea {
  display: flex;
  align-items: center;
}
.emailallinputarea input {
  margin-right: 12px;
}
.page-layout-1column .page-title-wrapper::before {
  content: '';
  display: block;
  clear: both;
}
.page-layout-1column .page-title-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
.repdashboardcalendararea .marketingnavmenu .marketnav {
  font-size: 17px;
}
/*==========02-01-23============*/
.ytdmapchartmapwrapper {
  position: absolute;
  top: 0px;
  width: 153px;
  background: #e8e9eb;
  left: -20px;
  padding: 5px;
  z-index: 1;
}
.mapchartleftselectarea {
  margin-bottom: 10px;
  position: relative;
}
.mapchartleftselectarea .headingdropdown::before {
  content: '';
  background: #abafb0 url(../../frontend/UEG/Bsn/en_US/images/mapchartleftselectBg.png) no-repeat 50% 0%;
  position: absolute;
  right: 0;
  min-height: 100%;
  width: 21px;
  display: block;
  cursor: pointer;
}
.mapchartleftselectarea .mapchartselectarea {
  background: #fff;
  position: absolute;
  width: 142px;
  z-index: 2;
  top: 22px;
  left: -1;
  border: 1px solid #ccc;
  border-top: 0;
}
.mapchartleftselectarea .mapchartselectarea div {
  margin: 5px 0;
}
.ytdmapchartmapwrapper button {
  margin: 0px auto 6px;
  padding: 0 0px;
  background: #bdbdbd;
  height: 40px;
  width: 80%;
  display: block;
  line-height: 40px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
}
.mapchartleftselectarea label {
  font-family: "SST Medium";
  font-size: 13px;
}
.mapchartleftselectarea span {
  min-height: 23px;
  display: block;
  background: #fff;
  position: relative;
  border: 1px solid #dbdbdc;
  cursor: pointer;
}
.heading_options {
  padding: 0 6px;
}
/*==========04-01-23===========*/
.franchisewrapper {
  display: flex;
  justify-content: flex-start;
  padding: 50px 0 20px;
  flex-wrap: wrap;
  text-align: center;
  width: 1000px;
  margin: auto;
}
.franchisewrapper label {
  padding: 0px;
  font-size: 18px;
  color: #003c71;
  line-height: 23px;
  width: 240px;
  text-align: right;
}
.franchisewrapper .franchisebox {
  margin: 0 20px 0 20px;
  color: #d90606;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  min-width: 210px;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.franchisewrapper .franchisebox span {
  font-size: 12px;
  position: absolute;
  top: 24px;
  left: 0;
  color: #000;
  font-weight: 300;
}
.franchisewrapper input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  margin-right: 16px;
}
.franchisewrapper input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.franchisewrapper input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.franchisewrapper input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.franchisewrapper input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.community-div-wrap {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  padding: 20px 0;
  flex-wrap: wrap;
  width: 900px;
  margin: auto;
}
.community-div-wrap label {
  padding: 0px;
  font-size: 18px;
  color: #003c71;
  line-height: 23px;
  width: 300px;
  text-align: right;
}
.community-div-wrap .communitybox {
  margin: 0 20px 0 20px;
  justify-content: flex-start;
  color: #d90606;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  min-width: 67px;
}
.community-div-wrap .communitybox .communitycheckbox {
  margin: 0px;
}
.community-div-wrap input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  margin-right: 16px;
}
.community-div-wrap input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.community-div-wrap input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.community-div-wrap input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.community-div-wrap input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.partner-div-wrap {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  padding: 20px 0;
  flex-wrap: wrap;
  width: 900px;
  margin: auto;
}
.partner-div-wrap label {
  padding: 0px;
  font-size: 18px;
  color: #003c71;
  line-height: 23px;
  width: 300px;
  text-align: right;
}
.partner-div-wrap .partnerbox {
  margin: 0px;
  justify-content: center;
  color: #d90606;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
}
.partner-div-wrap .partnerbox .partnercheckbox {
  margin: 0 20px 0 20px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 67px;
}
.partner-div-wrap .partnerbox .partnercheckbox2 {
  margin: 0 20px 0 20px;
  width: 120px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.partner-div-wrap input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  margin-right: 16px;
}
.partner-div-wrap input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.partner-div-wrap input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.partner-div-wrap input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.partner-div-wrap input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.search-rep-dropdown {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 40px;
  color: #757575;
  font-size: 16px;
  position: relative;
  z-index: 2;
  width: 750px;
  margin: 0 auto;
  background: #e4eef8;
}
.search-rep-dropdown p.comb-para {
  width: 100%;
  padding: 0 0 15px;
  font-size: 18px;
  color: #003c71;
}
.accounttypewrapper {
  display: flex;
  justify-content: flex-start;
  padding: 50px 0 20px;
  flex-wrap: wrap;
  text-align: center;
  width: 1000px;
  margin: auto;
}
.accounttypewrapper label {
  padding: 0px;
  font-size: 18px;
  color: #003c71;
  line-height: 23px;
  width: 240px;
  text-align: right;
}
.accounttypewrapper .accounttypebox {
  margin: 0 20px 0 20px;
  color: #d90606;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  min-width: 210px;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.accounttypewrapper .accounttypebox span {
  font-size: 12px;
  position: absolute;
  top: 24px;
  left: 0;
  color: #000;
  font-weight: 300;
}
.accounttypewrapper input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
  position: relative;
  margin-right: 16px;
}
.accounttypewrapper input[type="radio"]:before {
  content: "";
  display: block;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 0 1px #767676;
}
.accounttypewrapper input[type="radio"]:checked:before {
  content: "";
  display: block;
  background: #0075ff;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0075ff;
}
.accounttypewrapper input[type="radio"]:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
.accounttypewrapper input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.repdigitaltab,
.repsocialtab,
.repprinttab,
.repmailtab,
.repemailtab {
  border: 2px solid #c9d2dc;
  left: -2px;
  position: absolute;
  width: 300px;
  padding: 20px;
  color: #003c71;
  text-align: left;
  top: 50px;
  background: #fff;
  z-index: 2;
}
.repstepapproveheadingBg.active {
  z-index: 3;
  background: #fff;
  border-left: 2px solid #c9d2dc;
  border-top: 2px solid #c9d2dc;
  border-right: 2px solid #c9d2dc;
}
.repstepapproveheadingBg.active:after {
  position: absolute;
  content: '';
  background: #fff;
  height: 20px;
  z-index: 4;
  width: 100%;
  left: 0;
}
.repapproveddashboar2box input[type="checkbox"]:disabled {
  opacity: 1;
}
.newrepdashboard-index-alertdashboard input[type="checkbox"]:disabled,
.newrepdashboard-index-alertdashboard .checkboxarea input[type='checkbox']:checked {
  opacity: 0.5;
}
.greenarrowBg {
  background: #0a8310 url(../../frontend/UEG/Bsn/en_US/images/greenarrowBg.png) no-repeat 101% 0;
  font-family: "SST Roman";
  height: 38px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  width: 124px;
}
.greenarrowBg a {
  padding: 0 10px 0 0px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.alertredBg {
  background: #ff162d url(../../frontend/UEG/Bsn/en_US/images/alertredBg.png) no-repeat 101% 0;
  font-family: "SST Roman";
  height: 38px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  display: inline-block;
  width: 124px;
}
.alertredBg a {
  padding: 0 10px 0 0px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.completeblueBg {
  background: #5f7cb3 url(../../frontend/UEG/Bsn/en_US/images/completeblueBg.png) no-repeat 101% 0;
  font-family: "SST Roman";
  height: 38px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  width: 124px;
}
.completeblueBg a {
  padding: 0 10px 0 0px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.yeartodategreyBg {
  background: #929aa1 url(../../frontend/UEG/Bsn/en_US/images/yeartodategreyBg.png) no-repeat 101% 0;
  font-family: "SST Roman";
  height: 38px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  width: 124px;
}
.yeartodategreyBg a {
  padding: 0 10px 0 0px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.tae-event-information .eventwrapper {
  display: flex;
  margin-top: 20px;
  border-top: 2px solid #eae7d0;
  padding: 30px;
  max-width: 1300px;
  margin: 30px auto;
}
.checkboxarea.remove {
  display: none;
}
.hide-option {
  display: none;
}
.date_filter_option .event-detailInputTxt {
  font-size: 15px;
  padding: 5px 5px !important;
  min-height: auto !important;
  color: #333333;
  border: 1px solid #333333 !important;
}
.reportarea {
  background: #e7e9eb;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
}
.reportarealeft {
  width: 35%;
  color: #a0a0a0;
  text-transform: uppercase;
}
.reportarearight {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #a0a0a0;
  font-size: 12px;
}
.reportarearight p {
  color: #a0a0a0;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 12px;
  text-align: right;
}
.reportarearight2 {
  display: flex;
  justify-content: flex-end;
  color: #a0a0a0;
  font-size: 12px;
}
.onelinefirstmail {
  display: flex;
  justify-content: center;
}
.newrepdashboard-index-eventsummarydashboard .newsummaryscreenpop_headingarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.newrepdashboard-index-eventsummarydashboard .newsummaryscreenpop_bodyarea ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.newrepdashboard-index-eventsummarydashboard .newsummaryscreenpop_bodyarea ul li.item-upload {
  position: relative;
  min-height: 40px;
  text-align: center;
}
.checkboxarea.firstmailclassdiv ul {
  justify-content: flex-end !important;
}
.checkboxarea.secondmailclassdiv ul {
  justify-content: flex-start !important;
}
.checkboxarea.firstmailclassdiv .checkboxarea ul li,
.checkboxarea.secondmailclassdiv .checkboxarea ul li {
  padding: 0;
  margin: 2px 0px 2px 3px;
  display: block;
  width: 20px;
}
.checkboxarea.firstmailclassdiv ul li input[type='checkbox'],
.checkboxarea.secondmailclassdiv ul li input[type='checkbox'] {
  margin: auto !important;
}
.newdashboard-index-daterangesubmap .ytdmapchartleftmaparea {
  min-height: 700px;
}
.newdashboard-index-daterangesubmap .ytdrightdatalistarea {
  margin-top: 5px;
  overflow-y: auto;
  max-height: 511px;
}
.newdashboard-index-submapregion .ytdmapchartleftmaparea {
  min-height: 700px;
}
.newdashboard-index-submapregion .ytdrightdatalistarea {
  margin-top: 5px;
  overflow-y: auto;
  max-height: 511px;
}
.ytdmapchartmapwrapper button.update_display {
  background: #06386d;
  border: 1px solid #001363;
  color: #ffffff;
}
.ytdmapchartmapwrapper button.reset_data {
  background: #06386d;
  border: 1px solid #001363;
  color: #ffffff;
}
.newdashboard-index-daterangesubmap .ytdmapchartleftarea .ytddatearea {
  height: 609px;
}
.newdashboard-index-daterange .ytdmapchartleftarea .ytddatearea {
  height: 690px;
}
.newdashboard-index-yeartodate .ytdmapchartleftmaparea.yeartodatenavarea.ytdstatushead {
  height: 620px;
}
.newdashboard-index-daterangesubmap .ytdmapchartleftarea .ytdmapchartleftchartbox1area .ytddatearea,
.newdashboard-index-daterangesubmap .ytdmapchartleftarea .ytdmapchartleftchartbox2area .ytddatearea,
.newdashboard-index-daterangesubmap .ytdmapchartleftarea .ytdmapchartleftchartbox3area .ytddatearea {
  height: auto;
}
.newdashboard-index-daterange .ytdmapchartleftarea .ytdmapchartleftchartbox1area .ytddatearea,
.newdashboard-index-daterange .ytdmapchartleftarea .ytdmapchartleftchartbox2area .ytddatearea,
.newdashboard-index-daterange .ytdmapchartleftarea .ytdmapchartleftchartbox3area .ytddatearea {
  height: auto;
}
.reportareanewwrapper .reportareanew {
  background: #e5e6e8;
  margin-bottom: 10px;
  padding: 0px;
  clear: both;
  margin-left: 140px;
}
.reportareanew {
  background: #e5e6e8;
  margin-bottom: 10px;
  padding: 0px;
}
.reportareanew::before {
  content: '';
  display: block;
  clear: both;
}
.reportareanew::after {
  content: '';
  display: block;
  clear: both;
}
.reportareanew .reportareanewheading {
  background: #d2d4d9;
  padding: 5px 10px;
}
.reportareanew .reportareanewheading ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.reportareanew .reportareanewheading ul li {
  color: #8c8e91;
  text-align: left;
  width: 16.5%;
  margin: 0;
}
.reportareanew .reportareanewcont {
  padding: 5px 10px;
}
.reportareanew .reportareanewcont ul {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.reportareanew .reportareanewcont ul li {
  color: #a5a5a5;
  text-align: left;
  width: 16.5%;
  margin: 0;
}
.totalmiddlefranchise {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index: 1;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  line-height: 20px;
  height: 50px;
  font-size: 14px;
  color: #b3b2b2;
}
.totalmiddlefranchise span {
  color: #000000;
  display: block;
  font-size: 30px;
  width: 100px;
  line-height: 30px;
}
.chartContainer4label {
  position: absolute;
  width: 299px;
  height: 315px;
  z-index: 9;
}
.codepullmailing {
  color: #009ab0;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 55px;
  z-index: 9;
}
.codepullmailing span {
  color: #009ab0;
  display: block;
}
.liveopps {
  color: #00779f;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: 270px;
  z-index: 7;
}
.liveopps span {
  color: #00779f;
  display: block;
}
.emailcampaign {
  color: #084863;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  top: 266px;
  left: 20px;
  z-index: 6;
}
.emailcampaign span {
  color: #084863;
  display: block;
}
.digitalassets {
  color: #5d83b3;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  top: 130px;
  left: 10px;
  z-index: 8;
}
.digitalassets span {
  color: #5d83b3;
  display: block;
}
.printassets {
  color: #485273;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 46px;
  z-index: 8;
}
.printassets span {
  color: #485273;
  display: block;
}
.facebookads {
  position: absolute;
  bottom: 12px;
  left: 115px;
  z-index: 7;
  color: #00779f;
}
.facebookads span {
  display: block;
  text-align: center;
}
.facebookads .facebookadshover {
  display: none;
}
.facebookads:hover .facebookadshover {
  display: block;
}
.facebookadshover {
  position: absolute;
  right: -20px;
  top: -60px;
  background: #fff;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
}
.facebookadshover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.facebookadshover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.facebookadshover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.facebookadshover .spend-tooltip-label span {
  color: #000055;
}
.facebookadshover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.facebookadshover .spend-tooltip-label-right-area {
  width: 165px;
}
.spend-tooltip-label-container {
  display: flex;
  flex-wrap: wrap;
}
.spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
}
.spend-tooltip-label label {
  text-align: left;
  margin-right: 8px;
}
.spend-tooltip-label span {
  text-align: right;
}
.updateresetwrapper {
  padding: 25px 0;
}
#chartContainer2 .canvasjs-chart-tooltip {
  left: 0 !important;
  font-family: 'SST Roman';
}
#chartContainer2 .spend-tooltip-label label {
  text-align: left;
  margin-right: 0;
  width: 90px;
  display: inline-block;
}
#chartContainer2 .spend-tooltip-label span {
  text-align: right;
  width: 50px;
  display: inline-block;
}
#chartContainer4 .spend-tooltip-label br {
  display: none;
}
#chartContainer4 .spend-tooltip-label label {
  text-align: left;
  margin-right: 0;
  width: 150px;
  display: inline-block;
  font-family: 'SST Roman';
  color: #899396;
  font-weight: 300;
}
#chartContainer4 .spend-tooltip-label span {
  text-align: right;
  width: 20px;
  display: inline-block;
  font-family: 'SST Roman';
  color: #000055;
}
.spend-tooltip-label-right-wrapper {
  width: 250px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  color: #899396;
  font-weight: 300;
  font-family: 'SST Roman';
}
.spend-tooltip-label-right-wrapper span {
  color: #000055;
}
.spend-tooltip-label-right-area {
  width: 125px;
  float: right;
  margin-left: 125px;
}
.spend-tooltip-label-parent-wrapper .spend-tooltip-label-left-wrapper .spend-tooltip-label-left-area {
  float: left;
  width: 134px;
  position: absolute;
  top: 22px;
}
.spend-tooltip-label-parent-wrapper .spend-tooltip-label-left-area {
  float: left;
  width: 134px;
  position: absolute;
  top: 49px;
}
.spend-tooltip-label-right-wrapper::before,
.spend-tooltip-label-right-wrapper::after {
  display: block;
  content: '';
  clear: both;
}
#chartContainer4 .spend-tooltip-label-right-wrapper .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 7px;
  font-family: 'SST Roman';
}
#chartContainer4 .spend-tooltip-label-right-wrapper .spend-tooltip-label label {
  text-align: left;
  margin-right: 0;
  width: 95px;
  display: inline-block;
}
#chartContainer4 .spend-tooltip-label-right-wrapper .spend-tooltip-label span {
  width: 20px;
  display: inline-block;
  text-align: right;
}
#chartContainer4 h4 {
  color: #899396;
  margin: 6px 0;
}
.downloadcsvdropdown {
  position: absolute;
  right: 0;
}
.downloadcsvdropdown::before {
  content: '';
  background: url(../../frontend/UEG/Bsn/en_US/images/ytd-downarrow.png) no-repeat 50% 50%;
  background-size: 14px;
  position: absolute;
  right: 0;
  height: 22px;
  width: 30px;
  display: block;
  cursor: pointer;
}
.approvalboxarea.adminapprovaltoppadding {
  background: none;
}
.approvalboxarea.adminapprovaltoppadding .approvaltopboxarea .box3 {
  border: 1px solid #c9c9c9;
}
.approvalboxarea.adminapprovalpadding {
  background: none;
}
.approvalboxarea.adminapprovalpadding .approvaltopboxarea .box3 {
  border: 1px solid #c9c9c9;
}
.print.approvalbottomboxarea {
  background: #fee8eb !important;
}
.print.approvalbottomboxarea .approvalboxarea .box3 {
  border: 1px solid #c9c9c9;
}
.custom_downloadcsv {
  width: 510px;
  max-width: 100%;
  max-height: 370px;
  margin: 50px auto;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
.custom_downloadcsv .popfooterarea {
  padding: 10px 20px;
  margin-top: 15px;
}
.custom_downloadcsv .modal-inner-wrap {
  width: 90%;
}
.custom_downloadcsv .downloadcsv_sec {
  margin-bottom: 10px;
}
.custom_downloadcsv .downloadcsvchart h2 {
  line-height: 40px;
  color: #cf0202;
  font-family: "SST Roman";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #dadada;
}
.custom_downloadcsv .download_val {
  padding: 0px;
  background: #71c800;
  color: #fff !important;
  width: 125px;
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}
.custom_downloadcsv .download_val:hover {
  text-decoration: underline;
}
.approvalboxarea.adminapprovaltoppadding .box1-2 ul li {
  width: 120px;
}
.approvalboxarea.adminapprovaltoppadding .box1-2 ul li .approvdatearea {
  margin-bottom: 18px;
  font-size: 12px;
}
.approvalboxarea.adminapprovaltoppadding .box1-2 ul li h3 {
  height: 22px;
}
.approvalboxarea.adminapprovalpadding .box1-2 ul li {
  width: 112px;
}
.approvalboxarea.adminapprovalpadding .box1-2 ul li h3 {
  height: 40px;
}
div[disabled] {
  background-color: #f1f1f1;
}
.label-text label,
.label-text span {
  display: block;
}
.ytddatearea .label-text.label0 {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 60px;
  z-index: 1;
}
.ytddatearea .label-text.label1 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 60px;
  top: 40px;
  z-index: 1;
}
.ytddatearea .label-text.label2 {
  width: 90px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 7px;
  top: 245px;
  z-index: 1;
}
.ytddatearea .label-text.label3 {
  width: 70px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 115px;
  z-index: 1;
}
.ytddatearea .label-text.label4 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  top: 290px;
  left: 108px;
  z-index: 1;
}
.ytddatearea .label-text.label5 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: 250px;
  z-index: 1;
}
.ytddatearea.chartContainer6 .label-text.label0 {
  width: 154px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 5px;
  top: 337px;
  z-index: 1;
  color: #4f81bc;
}
.ytddatearea.chartContainer6 .label-text.label1 {
  width: 126px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 345px;
  z-index: 1;
  color: #c0524f;
}
.ytddatearea.chartContainer6 .label-text.label2 {
  width: 104px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 280px;
  z-index: 1;
  color: #9bbb58;
}
.ytddatearea.chartContainer6 .label-text.label3 {
  width: 132px;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 55px;
  z-index: 2;
  color: #9bbb58;
}
.ytddatearea.chartContainer6 .label-text.label3 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp3hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label3:hover .camp3hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -20px;
  top: 40px;
  background: #fff;
  min-width: 100px;
}
.ytddatearea.chartContainer6 .label-text.label3:hover .camp3hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label3:hover .camp3hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label4 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  top: 55px;
  left: 12px;
  z-index: 2;
  width: 100px;
  color: #c0504e;
}
.ytddatearea.chartContainer6 .label-text.label4 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp4hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label4:hover .camp4hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0px;
  top: 40px;
  background: #fff;
  min-width: 150px;
}
.ytddatearea.chartContainer6 .label-text.label4:hover .camp4hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label4:hover .camp4hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label5 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 230px;
  z-index: 2;
  width: 100px;
  color: #4f81bc;
}
.ytddatearea.chartContainer6 .label-text.label5 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp5hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label5:hover .camp5hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0px;
  top: -52px;
  background: #fff;
  min-width: 170px;
}
.ytddatearea.chartContainer6 .label-text.label5:hover .camp5hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label5:hover .camp5hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label6 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 234px;
  z-index: 4;
  width: 110px;
  color: #8064a1;
}
.ytddatearea.chartContainer6 .label-text.label6 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp6hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label6:hover .camp6hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -35px;
  top: -66px;
  background: #fff;
  min-width: 140px;
}
.ytddatearea.chartContainer6 .label-text.label6:hover .camp6hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label6:hover .camp6hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label7 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 76px;
  top: 268px;
  z-index: 4;
  width: 145px;
  color: #23bfaa;
}
.ytddatearea.chartContainer6 .label-text.label7 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp7hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label7:hover .camp7hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -48px;
  top: -65px;
  background: #fff;
  min-width: 118px;
}
.ytddatearea.chartContainer6 .label-text.label7:hover .camp7hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label7:hover .camp7hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label8 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 2px;
  top: 348px;
  z-index: 7;
  width: 118px;
  color: #4aacc5;
}
.ytddatearea.chartContainer6 .label-text.label8 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp8hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label8:hover .camp8hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  right: 5px;
  top: 18px;
  background: #fff;
  min-width: 175px;
}
.ytddatearea.chartContainer6 .label-text.label8:hover .camp8hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label8:hover .camp8hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label9 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 130px;
  top: 355px;
  z-index: 5;
  width: 140px;
  color: #f79647;
}
.ytddatearea.chartContainer6 .label-text.label9 p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.camp9hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label9:hover .camp9hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -12px;
  top: -70px;
  background: #fff;
  min-width: 160px;
}
.ytddatearea.chartContainer6 .label-text.label9:hover .camp9hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label9:hover .camp9hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label10 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 9px;
  top: 267px;
  z-index: 2;
  width: 100px;
  color: #7f6084;
}
.camp10hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label10:hover .camp10hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0px;
  top: -65px;
  background: #fff;
  min-width: 110px;
}
.ytddatearea.chartContainer6 .label-text.label10:hover .camp10hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label10:hover .camp10hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label11 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 97px;
  z-index: 1;
  width: 100px;
  color: #7f6084;
}
.camp11hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label11:hover .camp11hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0px;
  top: 40px;
  background: #fff;
  min-width: 100px;
}
.ytddatearea.chartContainer6 .label-text.label11:hover .camp11hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label11:hover .camp11hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer6 .label-text.label12 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 63px;
  z-index: 2;
  width: 58px;
  color: #7f6084;
}
.camp12hover {
  display: none;
}
.ytddatearea.chartContainer6 .label-text.label12:hover .camp12hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  right: 0px;
  top: 40px;
  background: #fff;
  min-width: 100px;
}
.ytddatearea.chartContainer6 .label-text.label12:hover .camp12hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer6 .label-text.label12:hover .camp12hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
div#chartContainer8 {
  height: 300px !important;
}
.ytddatearea.chartContainer6 {
  height: 358px;
}
div#chartContainer6 {
  padding-top: 0px;
}
.chartContainer6 .totalmiddlersvp {
  padding-left: 0px;
  top: 145px;
  bottom: inherit;
}
.ytddatearea.chartContainer8 .label-text.label0 {
  top: 40px;
}
.franchise0hover {
  display: none;
}
.ytddatearea.chartContainer8 .label-text.label0:hover .franchise0hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
}
.ytddatearea.chartContainer8 .label-text.label0:hover .franchise0hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer8 .label-text.label0:hover .franchise0hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.chartContainer8 .label-text.label1 {
  right: 16px;
}
.franchise1hover {
  display: none;
}
.ytddatearea.chartContainer8 .label-text.label1:hover .franchise1hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -15px;
  top: 40px;
  background: #fff;
  width: 130px;
}
.ytddatearea.chartContainer8 .label-text.label1:hover .franchise1hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer8 .label-text.label1:hover .franchise1hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.newdashboard-index-yeartodate .ytdmapchartleftmaparea.yeartodatenavarea.ytdstatushead {
  height: 620px;
}
.newdashboard-index-yeartodate .ytdmapchartleftmaparea.yeartodatenavarea {
  height: 620px;
}
.ytddatearea.chartContainer8 .label-text.label2 {
  top: 260px;
}
.franchise2hover {
  display: none;
}
.ytddatearea.chartContainer8 .label-text.label2:hover .franchise2hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 90px;
  top: 0px;
  background: #fff;
}
.ytddatearea.chartContainer8 .label-text.label2:hover .franchise2hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.chartContainer8 .label-text.label2:hover .franchise2hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label0 {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 60px;
  z-index: 1;
}
.tae0hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label0:hover .tae0hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
}
.ytddatearea.ytdtaerightarea .label-text.label0:hover .tae0hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label0:hover .tae0hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label1 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 60px;
  top: 40px;
  z-index: 2;
}
.tae1hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label1:hover .tae1hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
}
.ytddatearea.ytdtaerightarea .label-text.label1:hover .tae1hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label1:hover .tae1hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label2 {
  width: 90px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 7px;
  top: 255px;
  z-index: 1;
}
.tae2hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label2:hover .tae2hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: -50px;
  background: #fff;
  min-width: 105px;
}
.ytddatearea.ytdtaerightarea .label-text.label2:hover .tae2hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label2:hover .tae2hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label3 {
  width: 70px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 115px;
  z-index: 1;
}
.tae3hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label3:hover .tae3hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
}
.ytddatearea.ytdtaerightarea .label-text.label3:hover .tae3hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label3:hover .tae3hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label4 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  top: 294px;
  left: 108px;
  z-index: 1;
}
.tae4hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label4:hover .tae4hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -12px;
  top: -48px;
  background: #fff;
  width: 100px;
}
.ytddatearea.ytdtaerightarea .label-text.label4:hover .tae4hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label4:hover .tae4hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label5 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: 267px;
  z-index: 1;
}
.tae5hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label5:hover .tae5hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: -20px;
  top: -50px;
  background: #fff;
  width: 100px;
}
.ytddatearea.ytdtaerightarea .label-text.label5:hover .tae5hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label5:hover .tae5hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytddatearea.ytdtaerightarea .label-text.label6 {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 166px;
  z-index: 1;
}
.tae6hover {
  display: none;
}
.ytddatearea.ytdtaerightarea .label-text.label6:hover .tae6hover {
  display: block;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
}
.ytddatearea.ytdtaerightarea .label-text.label6:hover .tae6hover .spend-tooltip-label {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.ytddatearea.ytdtaerightarea .label-text.label6:hover .tae6hover .spend-tooltip-label span {
  text-align: left;
  font-weight: 300;
}
.ytdtaerightarea .spend-tooltip-label span {
  text-align: center;
}
.chartContainer8 .spend-tooltip-label span {
  text-align: center;
}
.chartContainer6 .spend-tooltip-label span {
  text-align: center;
}
.tae-event-information .containerscreen2 {
  position: relative;
}
.error-date-msg1,
.error-date-msg {
  position: absolute;
  bottom: 245px;
  left: 270px;
  color: red;
  font-size: 13px;
}
.codepullmailing .codepullhover {
  display: none;
}
.codepullmailing:hover .codepullhover {
  display: block;
}
.codepullhover {
  position: absolute;
  right: -15px;
  top: 35px;
  background: #fff;
  border: 1px solid #019ab0;
  text-shadow: #e9e9e9 1px 1px 1px;
}
.codepullhover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.codepullhover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.codepullhover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.codepullhover .spend-tooltip-label span {
  color: #000055;
}
.codepullhover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.codepullhover .spend-tooltip-label-right-area {
  width: 165px;
}
.codepullhover .spend-tooltip-label-left-wrapper {
  position: absolute;
  top: 21px;
}
#chartContainer4 .spend-tooltip-label-left-wrapper {
  float: left;
  width: 125px;
  position: absolute;
  top: 33px;
}
#chartContainer4 .spend-tooltip-label-left-wrapper .spend-tooltip-label label {
  width: 90px;
}
#chartContainer4 .canvasjs-chart-tooltip {
  width: 295px;
  left: 0 !important;
}
.liveopps .liveoppshover {
  display: none;
}
.liveopps:hover .liveoppshover {
  display: block;
}
.liveoppshover {
  position: absolute;
  right: 20px;
  top: -58px;
  background: #fff;
  /*border: 1px solid #019ab0;*/
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
}
.liveoppshover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.liveoppshover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.liveoppshover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.liveoppshover .spend-tooltip-label span {
  color: #000055;
}
.liveoppshover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.liveoppshover .spend-tooltip-label-right-area {
  width: 165px;
}
.emailcampaign .emailcampaignhover {
  display: none;
}
.emailcampaign:hover .emailcampaignhover {
  display: block;
}
.emailcampaignhover {
  position: absolute;
  left: 50px;
  top: -55px;
  background: #fff;
  /*border: 1px solid #019ab0;*/
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
}
.emailcampaignhover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.emailcampaignhover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.emailcampaignhover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.emailcampaignhover .spend-tooltip-label span {
  color: #000055;
}
.emailcampaignhover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.emailcampaignhover .spend-tooltip-label-right-area {
  width: 165px;
}
.digitalassets .digitalassetshover {
  display: none;
}
.digitalassets:hover .digitalassetshover {
  display: block;
}
.digitalassetshover {
  position: absolute;
  left: 0px;
  top: 35px;
  background: #fff;
  /*border: 1px solid #019ab0;*/
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
}
.digitalassetshover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.digitalassetshover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.digitalassetshover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.digitalassetshover .spend-tooltip-label span {
  color: #000055;
}
.digitalassetshover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.digitalassetshover .spend-tooltip-label-right-area {
  width: 165px;
}
.printassets .printassetshover {
  display: none;
}
.printassets:hover .printassetshover {
  display: block;
}
.printassetshover {
  position: absolute;
  left: -15px;
  top: 35px;
  background: #fff;
  /*border: 1px solid #019ab0;*/
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
}
.printassetshover h4.tooltip-title {
  margin: 6px 0;
  color: #899396;
}
.printassetshover .spend-tooltip-label-right-wrapper {
  width: 295px;
  float: right;
}
.printassetshover .spend-tooltip-label {
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #899396;
}
.printassetshover .spend-tooltip-label span {
  color: #000055;
}
.printassetshover .spend-tooltip-label-parent-wrapper {
  position: relative;
}
.printassetshover .spend-tooltip-label-right-area {
  width: 165px;
}
.treatmentarea .list-wrapper .list-item {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
  align-items: center;
}
.treatmentarea .list-wrapper .list-item h3 {
  width: 210px;
}
.treatmentarea .list-wrapper .list-item img {
  border: 5px solid #fff;
}
.treatmentarea .list-wrapper .list-item img.current {
  border: 5px solid #c60330;
}
.treatmentarea .list-wrapper .list-item a {
  width: 240px;
  margin: 0 35px;
}
.canvasjs-chart-tooltip {
  box-shadow: none !important;
  border: 0 !important;
}
#chartContainer4 .canvasjs-chart-tooltip div {
  border: 0 !important;
  background: transparent !important;
}
span.digital-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
  display: block;
}
span.print-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
  display: block;
}
span.emailcampaign-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
  display: block;
}
span.liveops-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
  display: block;
}
span.facebook-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  width: 200px;
  display: block;
}
.canvasjs-chart-tooltip span.spend-tooltip-label-parent-wrapper {
  background: #fff !important;
  border: 1px solid #019ab0 !important;
  text-shadow: #e9e9e9 1px 1px 1px;
  display: block;
}
.chart-tooltip-wordwrap {
  white-space: pre-wrap;
}
#edit_email_campaign_first_email_campaign_template.popupBg {
  background: rgba(51, 51, 51, 0.75) !important;
}
#edit_email_campaign_second_email_campaign_template.popupBg {
  background: rgba(51, 51, 51, 0.75) !important;
}
.mce-window {
  z-index: 999999 !important;
  border-radius: 4px;
}
/*.mce-window::before {
    background: rgba(51, 51, 51, 0.75);
    content: '';
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}*/
.mce-window {
  border: 0 !important;
  z-index: 999999 !important;
  border-radius: 4px;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(51, 51, 51, 0.75) !important;
  padding-top: 4% !important;
}
@media (min-width: 1800px) {
  .mce-window {
    padding-top: 10% !important;
  }
}
.mce-window .mce-reset {
  max-width: 710px;
  margin: auto;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.mce-window .mce-reset .mce-window-head {
  max-width: 710px;
  box-sizing: border-box;
}
.mce-window .mce-reset .mce-window-body {
  max-width: 710px;
  padding: 10px 17px 10px 10px;
  box-sizing: border-box;
}
.mce-window .mce-reset .mce-foot {
  max-width: 710px;
  box-sizing: border-box;
}
.popup-add-to-cart {
  margin-top: 20px;
}
.mce-window-head .mce-dragh {
  cursor: default !important;
}
.mce-container.mce-panel.mce-floatpanel.mce-menu.mce-animate.mce-menu-has-icons.mce-menu-align.mce-in {
  z-index: 9999999 !important;
}
.repstep0areachkbxlist.checkboxarea {
  margin-top: 28px;
}
.repstep0areachkbxlist.checkboxarea label {
  color: #abadae;
  font-size: 12px;
  line-height: 15px;
  /*font-weight: bold;
    font-weight: 500;*/
  font-family: 'SST Condensed';
}
.repstep0areachkbxlist.checkboxarea input[type='checkbox']:before {
  background: #d1ebce;
}
.repstep0areachkbxlist.checkboxarea input[type='checkbox']:checked:before {
  background: #a0bfc0;
}
.justify-content-center {
  justify-content: center;
}
.newrepdashboard-index-pendingdashboard .repdashboarddate {
  width: 125px;
  margin-right: 10px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box3rdarea {
  width: 76px;
  margin-right: 5px;
  margin-top: 5px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box4tharea {
  width: 104px;
  margin-right: 5px;
  margin-top: 5px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box4newtharea {
  width: 80px;
  margin-right: 5px;
  margin-top: 0px;
  float: left;
  height: 26px;
  padding: 0px;
  position: relative;
  margin-top: 5px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box5tharea {
  width: 592px;
  margin-right: 5px;
  margin-top: 5px;
  height: 55px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box6tharea {
  width: 124px;
  margin-top: 5px;
  padding-left: 6px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box6tharea .checkboxarea ul li {
  padding: 0;
  margin: 2px 1px 1px 1.5px;
}
.newrepdashboard-index-pendingdashboard .repdashboar2box .checkboxarea.greenbg {
  width: 100%;
}
.newrepdashboard-index-pendingdashboard .repdashboar2boxdatewrapper {
  background: #efefef;
}
.newrepdashboard-index-alertdashboard .repdashboarddate {
  width: 125px;
  margin-right: 10px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box3rdarea {
  width: 81px;
  margin-right: 5px;
  margin-top: 5px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box4tharea {
  width: 100px;
  margin-right: 5px;
  margin-top: 5px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box4newtharea {
  width: 81px;
  margin-right: 5px;
  float: left;
  height: 26px;
  padding: 0px;
  position: relative;
  margin-top: 5px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box6tharea {
  width: 122px;
  margin-top: 5px;
  padding-left: 8px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box .checkboxarea.greenbg {
  width: 100%;
}
.newrepdashboard-index-alertdashboard .repdashboar2boxdatewrapper {
  background: #efefef;
}
.cleaeFix {
  clear: both;
}
.email-camp-detail-popup,
.mail-camp-detail-popup,
.liveops-detail-popup,
.step1-popup,
.step2-popup,
.step3-popup,
.track-detail-popup {
  background: #efefef;
  clear: both;
  position: absolute;
  z-index: 7;
  top: 0px;
  left: 0px;
  width: 350px;
  float: left;
}
.newrepdashboard-index-alertdashboard .email-camp-detail-popup,
.newrepdashboard-index-alertdashboard .mail-camp-detail-popup,
.newrepdashboard-index-alertdashboard .liveops-detail-popup,
.newrepdashboard-index-alertdashboard .track-detail-popup,
.newrepdashboard-index-pendingdashboard .email-camp-detail-popup,
.newrepdashboard-index-pendingdashboard .mail-camp-detail-popup,
.newrepdashboard-index-pendingdashboard .liveops-detail-popup,
.newrepdashboard-index-pendingdashboard .step1-popup,
.newrepdashboard-index-pendingdashboard .step2-popup,
.newrepdashboard-index-pendingdashboard .step3-popup,
.newrepdashboard-index-pendingdashboard .track-detail-popup {
  left: 144px;
}
.rep-tooltip-label-parent-wrapper {
  width: 350px;
  background: #fff;
  border: 1px solid #7fb0da;
  padding: 15px;
  float: left;
}
.email-camp-detail-popup .tooltip-title,
.mail-camp-detail-popup .tooltip-title,
.liveops-detail-popup .tooltip-title,
.step1-popup .tooltip-title,
.step2-popup .tooltip-title,
.step3-popup .tooltip-title,
.track-detail-popup .tooltip-title {
  color: #003c71;
  margin: 0;
  font-family: "SST Bold";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.popoverRow {
  padding-top: 20px;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat';
  color: #003c71;
  margin-bottom: 0px;
  font-weight: 500;
}
.popoverL {
  width: 45%;
  float: left;
}
.track-detail-popup .popoverL {
  width: 100%;
}
.popoverL .popover-label {
  color: #287f9b;
  font-size: 12px;
  line-height: 20px;
}
.popoverL .popover-label h3 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #224c7a;
}
.popoverL .popover-label:first-child h3 {
  margin-top: 0px;
}
.popoverR {
  width: 52%;
  float: right;
}
.popoverR p {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat';
  color: #003c71;
  margin-bottom: 0px;
  font-weight: 500;
}
.popoverR p.redtxt {
  color: #f90303;
}
.newrepdashboard-index-alertdashboard .checkboxarea input[type='checkbox']:checked:before {
  background: #f90303;
}
.mt-0 {
  margin-top: 0px !important;
}
.repstep0areachkbxlist.checkboxarea .yellowchkbx input[type='checkbox']:checked:before {
  background: #f4920a;
}
.checkboxarea .yellowchkbx input[type='checkbox']:checked:before {
  background: #f4920a;
}
.repstep0areachkbxlist.checkboxarea .bluechkbx input[type='checkbox']:checked:before {
  background: #003c71;
}
.repapproveddashboar2box .checkboxarea ul li.bluechkbx input[type='checkbox']:checked:before {
  background: #003c71;
}
.repapproveddashboar2box .checkboxarea ul li.bluechkbx input[type='checkbox']:before {
  background: #003c71;
}
.newrepdashboard-index-completeddashboard .repstepapproveheadingBg h2::after,
.newrepdashboard-index-yeartodatedashboard .repstepapproveheadingBg h2::after {
  display: none;
}
.newrepdashboard-index-completeddashboard .repstepapproveheadingBg,
.newrepdashboard-index-yeartodatedashboard .repstepapproveheadingBg,
.newrepdashboard-index-approveddashboard .repstepapproveheadingBg {
  height: 50px;
}
.newrepdashboard-index-completeddashboard .repapproveddashboar2box .repstep0area,
.newrepdashboard-index-yeartodatedashboard .repapproveddashboar2box .repstep0area,
.newrepdashboard-index-approveddashboard .repapproveddashboar2box .repstep0area {
  background: #d1ebce;
  padding: 5px;
  border-right: 1px solid #7fb0da;
  width: 125px;
}
.repdigitalarea {
  width: 174px;
  margin-right: 5px;
}
.repprintarea {
  width: 126px;
  margin-right: 5px;
  position: relative;
}
.reppostalmailarea {
  width: 285px;
  margin-right: 5px;
  position: relative;
}
.repemailarea {
  width: 145px;
  margin-right: 5px;
  position: relative;
}
.repsocialarea {
  width: 92px;
  margin-right: 5px;
}
.repmanagerarea {
  width: 175px;
}
.repmanagerarea .bsndashboardverticalapprovedtext {
  justify-content: left;
}
.repmanagerarea .bsndashboardverticalapprovedtext ul li i {
  font-style: normal;
  color: #003c71;
  font-size: 12px;
  margin-right: 50px;
  display: inline-block;
  font-family: 'SST Bold';
}
.bsndashboardverticalapprovedtext ul li.repredtext.lastrdtxt {
  margin-left: 50px;
}
.bsndashboardverticalapprovedtext ul li.repbluetext.lastrdtxt {
  margin-left: 10px;
}
.newrepdashboard-index-completeddashboard .repstep0areachkbxlist.checkboxarea input[type='checkbox']:before,
.newrepdashboard-index-yeartodatedashboard .repstep0areachkbxlist.checkboxarea input[type='checkbox']:before,
.newrepdashboard-index-approveddashboard .repstep0areachkbxlist.checkboxarea input[type='checkbox']:before {
  background: #a0bfc0;
}
.newrepdashboard-index-yeartodatedashboard .yeartodategreyBg {
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 100%;
}
.repmanagerarea .repstepapproveheadingBg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.repstepapproveheadingBg h2 {
  margin-top: 5px;
}
.repstepheadingBg h2 span .printspan {
  display: inline-block;
  margin-left: 58px;
}
.repstepheadingBg h2 span .servspan {
  display: inline-block;
  margin-left: 40px;
}
.repapproveddashboar2box .repdigitalarea,
.repapproveddashboar2box .repprintarea,
.repapproveddashboar2box .reppostalmailarea,
.repapproveddashboar2box .repemailarea,
.repapproveddashboar2box .repsocialarea,
.repapproveddashboar2box .repmanagerarea {
  margin-top: 5px;
}
.yelwTxt {
  color: #FFC300 !important;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea {
  width: 592px;
  margin-right: 5px;
  margin-top: 5px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea .checkboxarea ul li {
  padding: 0;
  margin: 2px 0px 1px 0px !important;
  width: 19.5px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea .repdashboar2box input[type="checkbox"] {
  margin: 0px 3px 0 3px;
}
div#digital_popup_main {
  position: absolute;
  top: 0;
  width: 350px;
  left: 288px;
  z-index: 9;
}
div#digital_popup_main .tooltip-title {
  color: #003c71;
  margin: 0;
  font-family: "SST Bold";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
div#digital_popup_main .popoverL {
  width: 100%;
  float: left;
}
div#digital_popup_main .popoverRow {
  padding-top: 20px;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat';
  color: #003c71;
  margin-bottom: 0px;
  font-weight: 500;
}
.reorder.val {
  height: 28px;
}
.repemailarea div#digital_popup_main {
  position: absolute;
  left: 0;
  z-index: 2;
}
.managecountchackbox::before,
.managecountchackbox::after {
  content: '';
  display: block;
  clear: both;
}
.greenbg2 {
  float: left;
  background: #d1ebce;
  padding: 1px 1px 2px 5px;
  height: 26px;
  margin-left: -10px;
  margin-top: -4px;
}
.newrepdashboard-index-pendingdashboard .datefirstclass {
  line-height: 21px;
}
.newrepdashboard-index-pendingdashboard .checkboxarea ul li.blankmaterialli {
  width: 19px;
}
.datefirstclass {
  color: #b0b1b5;
}
.topstrip-area.repdashboardtop h2 {
  color: #000000;
}
.newrepdashboard-index-approveddashboard .pendingtaeidarea {
  padding: 88px 5px 0 18px;
}
.newrepdashboard-index-completeddashboard .pendingtaeidarea {
  padding: 88px 5px 0 18px;
}
.greentext2 {
  color: #3e911b;
}
.repdashboar2box4newtharea,
.repdashboar2box4tharea {
  background: #fcfdfe;
}
.newrepdashboard-index-alertdashboard .datefirstclass {
  line-height: 24px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea .repdashboar2boxdatearea ul li {
  line-height: 18px;
  width: 19.3px;
}
.newrepdashboard-index-yeartodatedashboard .repdashboar2boxdatearea ul li {
  line-height: 19.4px;
  width: 20.2px;
}
.newrepdashboard-index-approveddashboard .repdashboar2boxdatearea ul li {
  line-height: 19.4px;
  width: 20.2px;
}
.newrepdashboard-index-completeddashboard .repdashboar2boxdatearea ul li {
  line-height: 19.4px;
  width: 20.2px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea .checkboxarea ul {
  display: block;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea .checkboxarea ul li {
  float: left;
  margin: 0 1px 2px 2px;
}
.newrepdashboard-index-alertdashboard .repdashboar2box5tharea {
  height: 60px;
}
.newrepdashboard-index-alertdashboard .repdashboar2boxdatearea {
  display: block;
}
.newrepdashboard-index-alertdashboard .repdashboar2boxdatearea ul {
  display: block;
}
.newrepdashboard-index-alertdashboard .repdashboar2boxdatearea ul li {
  float: left;
}
.checkboxarea .yellowchkbx input[type='checkbox']:before {
  background: #f4920a;
}
/*=================19-07-23==================*/
.emailwrapper {
  /*
  width: 1170px;
  height: 725px;*/
  font-family: 'SST Condensed';
}
.emailwrappertoparea {
  min-height: 285px;
  padding: 15px 0 0;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.emailwrappertoparea .mailcampainimg {
  float: left;
  width: 338px;
  text-align: center;
}
.emailwrappertoparea .mailcampainimg img {
  display: block;
}
.emailwrappertoparea .mailcampainrightarea {
  background: #e8e8e8;
  width: 70%;
  float: right;
  min-height: 309px;
  padding: 11px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 18px;
}
.emailwrappertoparea .mailcampainrightarea .mailingusingarea {
  width: 49%;
}
.emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingheadidngarea {
  background: #003c72;
  height: 42px;
  line-height: 38px;
  position: relative;
  padding: 3px 25px;
  color: #fff;
  font-family: 'SST Condensed';
  font-size: 18px;
  font-weight: 600;
}
.emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingheadidngarea span {
  color: #4386b1;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingarea {
  width: 49%;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea {
  background: #d8d8d8;
  height: 42px;
  line-height: 38px;
  position: relative;
  padding: 3px 25px;
  font-family: 'SST Condensed';
  font-size: 18px;
  font-weight: 600;
  color: #131416;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea img {
  position: absolute;
  right: 25px;
  top: 12px;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea span {
  color: #5e9bb7;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea-blank {
  height: 42px;
}
.emailwrappertoparea .mailcampainrightarea .postagearea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  margin-bottom: 8px;
  position: relative;
}
.emailwrappertoparea .mailcampainrightarea .postagearea img {
  display: block;
}
.emailwrappertoparea .mailcampainrightarea .postagearea a {
  position: absolute;
  right: -12px;
}
.emailwrappertoparea .mailcampainrightarea .postagearea .postagewhitearea {
  margin: 0 10px;
}
.emailwrappertoparea .mailcampainrightarea .mailingusingcontarea {
  text-align: center;
  padding: 35px 60px 0px 0;
}
.emailwrappertoparea .mailcampainrightarea .cleanedusingareacontarea {
  padding: 65px 0 0;
  text-align: center;
}
.emailwrappertoparea .mailcampainrightarea .postagewhitearea {
  background: #fff;
  color: #193952;
  text-align: center;
  width: 194px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 8px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  cursor: pointer;
}
.emailwrappertoparea .mailcampainrightarea .mailblacktext {
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 600;
}
.emailwrappertoparea .mailcampainrightarea .mailbluetext {
  color: #034079;
  font-size: 18px;
  font-weight: 600;
}
.emailwrappertoparea .mailcampainrightarea .mailashtext {
  color: #6c6e6d;
  font-size: 18px;
  font-weight: 600;
}
.emailwrappertoparea::before {
  content: '';
  display: block;
  clear: both;
}
.emailwrappertoparea::after {
  content: '';
  display: block;
  clear: both;
}
.emailwrappertoparea::before {
  content: '';
  display: block;
  clear: both;
}
.emailwrappertoparea::after {
  content: '';
  display: block;
  clear: both;
}
.emailwrapperbottomarea {
  background: #e8e8e8;
  padding: 7px 25px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.emailwrapperbottomarea h2 {
  color: #5ba1c2;
  font-size: 18px;
  font-family: 'SST Condensed';
  margin: 0 0 20px;
  letter-spacing: -1px;
  text-align: center;
}
.emailwrapperbottomarea .emailbox {
  width: 250px;
  padding: 0 10px;
  margin: 0 6px;
  text-align: center;
}
.emailwrapperbottomarea .emailboxleftarea {
  width: 790px;
  display: flex;
  flex-wrap: wrap;
}
.emailwrapperbottomarea .emailboxlast {
  width: 280px;
  margin-left: 40px;
}
.emailwrapperbottomarea .mailcampainimgarea {
  margin-bottom: 17px;
}
.emailwrapperbottomarea::before {
  content: '';
  display: block;
  clear: both;
}
.emailwrapperbottomarea::after {
  content: '';
  display: block;
  clear: both;
}
.mailspeakerarea {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mailspeakerarea .mailspeakerimgarea {
  margin-right: 14px;
  width: 76px;
}
.mailspeakerarea .mailspeakerimgarea img {
  display: block;
}
.mailspeakerarea h3 {
  font-size: 18px;
  color: #133f62;
  font-family: 'SST Condensed';
  margin: 0;
  width: 142px;
  padding-right: 10px;
}
.emailcampaignBg {
  font-family: 'SST Condensed';
}
.emailcampaignBg::before {
  content: '';
  display: block;
  clear: both;
}
.emailcampaignBg::after {
  content: '';
  display: block;
  clear: both;
}
.emailcampainwrapper {
  margin-top: 15px;
  font-family: 'SST Condensed';
}
.emailcampainwrapper .emailcampainimg {
  float: left;
  width: 338px;
  text-align: center;
}
.emailcampainwrapper .emailcampainimg img {
  display: block;
}
.emailcampainwrapper .emailcampainrightarea {
  background: #e8e8e8;
  width: 70%;
  float: right;
  min-height: 310px;
  padding: 20px 14px 23px;
  box-sizing: border-box;
  font-size: 18px;
}
.emailcampainwrapper .emailcampainrightarea .mailingusingarea {
  width: 49%;
}
.emailcampainwrapper .emailcampainrightarea .mailingusingarea .mailingusingheadidngarea {
  background: #003c72;
  height: 42px;
  line-height: 38px;
  position: relative;
  padding: 3px 25px;
  color: #fff;
  font-family: 'SST Condensed';
  font-size: 18px;
  font-weight: 600;
}
.emailcampainwrapper .emailcampainrightarea .mailingusingarea .mailingusingheadidngarea span {
  color: #4386b1;
}
.emailcampainwrapper .emailcampainrightarea .cleanedusingarea {
  width: 49%;
}
.emailcampainwrapper .emailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea {
  background: #d8d8d8;
  height: 42px;
  line-height: 38px;
  position: relative;
  padding: 3px 25px;
  font-family: 'SST Condensed';
  font-size: 18px;
  font-weight: 600;
  color: #131416;
}
.emailcampainwrapper .emailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea img {
  position: absolute;
  right: 25px;
  top: 12px;
}
.emailcampainwrapper .emailcampainrightarea .cleanedusingarea .cleanedusingareaheadidngarea span {
  color: #5e9bb7;
}
.emailcampainwrapper .emailcampainrightarea .postagearea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  margin-bottom: 8px;
}
.emailcampainwrapper .emailcampainrightarea .postagearea img {
  display: block;
}
.emailcampainwrapper .emailcampainrightarea .postagearea .postagewhitearea {
  margin: 0 10px;
}
.emailcampainwrapper .emailcampainrightarea .emaillistarea {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  margin-left: 8px;
  font-size: 17px;
}
.emailcampainwrapper .emailcampainrightarea .emaillistarea select {
  width: 150px;
  background: #cccccc url(../../frontend/UEG/Bsn/en_US/images/emailalllisticon.png) no-repeat 94% 50%;
  margin-right: 30px;
  border: 1px solid #c4c4c4;
}
.emailcampainwrapper::before {
  content: '';
  display: block;
  clear: both;
}
.emailcampainwrapper::after {
  content: '';
  display: block;
  clear: both;
}
.recipientsarea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.recipientsarea .recipientsnoarea {
  background: #003c72;
  color: #4290b7;
  text-align: center;
  width: 166px;
  height: 44px;
  line-height: 44px;
  margin: 0 13px 0 0;
  font-size: 22px;
  font-weight: 300;
}
.recipientsarea .recipientsnoarea span {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.recipientsarea .recipientsnom {
  font-size: 18px;
  font-weight: 500;
  color: #010508;
  width: 174px;
}
.recipientsarea .recipientsnom span {
  color: #438eb6;
}
.recipientsarea .recipientstatus {
  font-size: 18px;
  font-weight: 500;
  color: #010508;
}
.recipientsarea .recipientstatus span {
  color: #438eb6;
}
.emailcampaigndatearea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
  margin-left: 12px;
}
.emailcampaigndatearea .emailcampaigndatesection {
  width: 194px;
  margin-right: 70px;
  color: #438eb8;
  text-align: center;
}
.emailcampaigndatearea .emailcampaigndatesection span {
  padding: 0 0 0 15px;
}
.emailcampaigndatearea .emailcampaigndatebox {
  background: #fff;
  width: 192px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #113d60;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}
.emailcampainbottomwrapper .emailrangearea {
  padding: 0 17px;
  font-family: "SST Roman";
  margin-top: 58px;
}
.emailcampainbottomwrapper .emailrangearea .emailrangeleftarea {
  width: 47%;
  float: left;
}
.emailcampainbottomwrapper .emailrangearea .emailrangerightarea {
  width: 50%;
  float: right;
}
.emailcampainbottomwrapper .emailrangearea .emailrangetosection ul li {
  font-size: 18px;
  color: #030303 !important;
  padding-left: 5px !important;
  padding-bottom: 0px !important;
  border-bottom: 0;
}
.emailcampainbottomwrapper .emailrangearea .emailrangetosection ul li:last-child {
  text-align: right;
}
.emailcampainbottomwrapper .emailrangearea .emailrangeline {
  position: relative;
  height: 33px;
  background: #eeeeee;
  margin-bottom: 6px;
}
.emailcampainbottomwrapper .emailrangearea .emailrangelinecolor {
  background: #80e6e1;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.emailcampainbottomwrapper .emailrangearea ul li {
  padding: 0 0 10px 5px !important;
  margin: 0 0 10px;
  width: 50%;
  color: #b4b4b4 !important;
  text-align: left;
  border-bottom: 1px solid #f4f5f0;
  text-transform: none;
}
.emailcampainbottomwrapper .emailrangearea ul li:last-child {
  text-align: right;
}
.emailcampainbottomwrapper::before {
  content: '';
  display: block;
  clear: both;
}
.emailcampainbottomwrapper::after {
  content: '';
  display: block;
  clear: both;
}
.cleanedusingareacontarea .postagewhitearea {
  background: #fff;
  color: #193952;
  text-align: center;
  width: 194px;
  height: 40px;
  line-height: 40px;
  margin: 4px auto 8px;
  font-size: 17px;
  font-weight: 600;
  padding: 0 0px;
  cursor: pointer;
}
.cleanedusingareacontarea .mailblacktext {
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.cleanedusingareacontarea .mailbluetext {
  color: #034079;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.top-header-bar {
  display: flex;
}
.headerbottom2area .top-header-bar .head-item {
  flex: 1 1 0;
  width: 0;
}
.headerbottom2area .step-help {
  padding: 3px 0px;
}
.defaultdate-email {
  text-align: center;
  font-size: 16px;
  padding: 0 50px;
  line-height: 20px;
}
.livecampainrightwrapper {
  width: 70%;
  float: right;
}
.livecampainrightarea {
  background: #e8e8e8;
  box-sizing: border-box;
  font-size: 18px;
  padding: 18px 14px;
  min-height: 309px;
}
.livecampainrightarea .liveopswrapper {
  width: 470px;
  max-width: 470px;
  margin: auto;
  position: relative;
}
.livecampainrightarea .livescontarea {
  width: 192px;
  text-align: center;
}
.livecampainrightarea .livescontwrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.livecampainrightarea .liveheadidngarea {
  background: #003c72;
  height: 42px;
  line-height: 38px;
  position: relative;
  padding: 3px 25px;
  color: #fff;
  font-family: 'SST Condensed';
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.livecampainrightarea .liveheadidngarea span {
  color: #4386b1;
}
.livecampainrightarea .postagewhitearea {
  background: #fff;
  color: #193952;
  text-align: center;
  width: 192px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.livecampainrightarea .liveopsblacktext {
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 600;
}
.livecampainrightarea .liveopslightbluetext {
  color: #4290b6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.livecampainrightarea .liveopsashtext {
  color: #6c6e6d;
  font-size: 18px;
  font-weight: 600;
}
.livecampainrightarea .downcallreport {
  position: absolute;
  right: -90px;
  color: #f70708;
  font-size: 18px;
  font-weight: 600;
  bottom: 9px;
  line-height: 20px;
  text-decoration: none;
}
.call1st_2ndlist {
  margin-top: 6px;
  margin-bottom: 6px;
}
.call1st_2ndlist table thead {
  background: #dae1f3 !important;
  border: 0;
  border-bottom: 1px solid #8eaada;
}
.call1st_2ndlist table thead td {
  color: #003c72 !important;
  height: auto !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.call1st_2ndlist table thead td span {
  float: right;
  color: #003c72 !important;
  font-weight: 500 !important;
}
.call1st_2ndlist table tbody tr:nth-child(even) {
  background-color: #fff !important;
  height: auto;
}
.call1st_2ndlist table tbody tr:nth-child(odd) {
  background-color: #fff !important;
  height: auto;
}
.call1st_2ndlist table td {
  padding: 0 3px !important;
  font-size: 16px;
  color: #140a00;
  font-weight: 500 !important;
  height: auto !important;
}
.call1st_2ndlist table td span {
  float: right;
  color: #140a00 !important;
  font-weight: 500 !important;
}
.call1st_2ndlist table tfoot {
  background: #dae1f3;
  border: 0;
  border-top: 1px solid #8eaada;
}
.call1st_2ndlist table tfoot td {
  color: #140a00;
  font-weight: 600 !important;
  height: auto !important;
}
.call1st_2ndlist table tfoot span {
  font-weight: 600 !important;
}
.call1st_2ndlist::before {
  content: '';
  display: block;
  clear: both;
}
.call1st_2ndlist::after {
  content: '';
  display: block;
  clear: both;
}
.fulfillment-div {
  position: relative;
}
.fulfillment-div a.close_mail_option {
  position: absolute;
  right: 20px;
  color: #f90000;
  font-size: 18px;
  font-weight: 600;
  top: -15px;
  line-height: 12px;
  height: 15px;
  width: 15px;
  display: block;
  text-decoration: none;
}
.submittedgreenbg {
  background: #d1ebce;
}
.cancel-event {
  float: right;
  background: #a5a5a5;
  color: #fff;
  padding: 0 8px;
  height: 24px;
  line-height: 23px;
  border-radius: 0;
  margin: 30px 50px 0 0;
  font-size: 12px;
  border-radius: 14px;
}
.cancel-event a {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 860px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .accou-top .repdashboardtop .tabrepdashboard {
    padding-top: 1rem;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .accou-top .repdashboardtop .tabrepdashboard ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .eventmanager_wrapper {
    display: flex;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .eventmanager_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .eventmanager_wrapper .eventmanagerbox1 {
    width: 100%;
    float: none;
    border-right: 0;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .eventmanager_wrapper .eventmanagerbox2 {
    width: 100%;
    float: none;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .eventmanager_wrapper .eventmanagerbox3 {
    width: 100%;
    float: none;
    border-left: 0;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea #tabs ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea #tabs ul li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea #tabs ul li {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablenoBg .trackableno_box {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablenoBg .trackableno_box {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablenoBg .trackableno_box {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox .trackableboxcont {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox .trackableboxcont {
    height: auto;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .trackablescanwrapper .trackablescanarea .trackablebox .trackableboxcont .cutoffarea {
    position: static;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea {
    display: flex;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea .marketingleftarea {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea .marketingleftarea .step4_heading_digital,
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea .marketingleftarea .step4_heading_print,
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea .marketingleftarea .step4_heading_service {
    border-left: 0;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .repdashboardcalendararea .marketingrightarea {
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea {
    display: flex;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainimg {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea {
    width: 100%;
    float: none;
    min-height: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingcontarea {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingcontarea {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingcontarea .postagearea {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingcontarea .postagearea .postagewhitearea {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .mailingusingarea .mailingusingcontarea .postagearea a {
    position: static;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .cleanedusingarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrappertoparea .mailcampainrightarea .cleanedusingarea .cleanedusingareacontarea {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea .emailboxleftarea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea .emailboxlast {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea .emailboxlast .mailspeakerarea {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea .emailboxlast .mailspeakerarea .mailspeakerimgarea {
    width: auto;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .mail_camp_repdashboard .emailwrapper .emailwrapperbottomarea .emailboxlast .mailspeakerarea h3 {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper {
    display: flex;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper .emailcampainimg {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper .emailcampainrightarea {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper .emailcampainrightarea .emaillistarea {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper .emailcampainrightarea .emaillistarea .emailalllistarea {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainwrapper .emailcampainrightarea .emaillistarea .emailallinputarea {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainbottomwrapper .emailrangearea {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainbottomwrapper .emailrangearea .emailrangeleftarea {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .emailcampaignBg .emailcampainbottomwrapper .emailrangearea .emailrangerightarea {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea {
    display: flex;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea .mailcampainimg {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea .livecampainrightwrapper {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea .livecampainrightwrapper .livecampainrightarea .liveopswrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea .livecampainrightwrapper .livescontwrapper {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event .emailwrapper .emailwrappertoparea .livecampainrightwrapper .livescontwrapper .livescontarea {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient .form {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table thead {
    display: none;
  }
}
@media (max-width: 1200px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table thead tr th {
    white-space: nowrap;
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
@media (max-width: 1200px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr td {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    border: 0;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr td:before {
    padding-right: 10px;
    content: attr(data-label) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
    vertical-align: top;
  }
}
.newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr:nth-child(odd) {
  background: #f1f1f1 !important;
}
.newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient table tbody tr:nth-child(even) {
  background: #fff !important;
}
@media (max-width: 1200px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient .toolbar.bottom {
    width: 899px;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient .toolbar.bottom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient .toolbar.bottom .pager {
    display: grid;
    justify-content: center;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient .toolbar.bottom .pager .pages {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .registered_patient button.rsvp-btn-save-grid {
    position: static;
    margin: 10px auto;
    display: inherit;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event table thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event table tbody tr {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newrepdashboard-index-eventsummarydashboard .page-main .columns .column.main .bsndash .repdashcontainer .repdash_tabarea .approved-event table tbody tr td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.mailcampaign_confirm_modal .modal-inner-wrap .modal-content .popup-mail-items .popup-invite-options {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.mailcampaign_confirm_modal .modal-inner-wrap .modal-content .popup-mail-items .postcard-ul-only {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
@media (max-width: 576px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.mailcampaign_confirm_modal .modal-inner-wrap .modal-content .popcontarea-second p label {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.modal-popup_tae_order_item_popup .modal-inner-wrap .modal-content .marketingleftarea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.modal-popup_tae_order_item_popup .modal-inner-wrap .modal-content .marketingrightarea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1030px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.modal-popup_tae_order_item_popup .modal-inner-wrap .modal-content .marketingrightarea #calendar .fc-toolbar-title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_email_campaign_items {
    width: 100% !important;
  }
}
@media (max-width: 1030px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_email_campaign_items .modal-inner-wrap .modal-content .cls_firstemail_campaign .defaulteventdatearealeft-top .defaulteventLeftArea {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 1030px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_email_campaign_items .modal-inner-wrap .modal-content .cls_firstemail_campaign .defaulteventdatearealeft-top .defaulteventRightArea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_live_ops_items {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_live_ops_items .modal-inner-wrap .modal-content .popheaderarea h2:before {
    left: 0;
  }
}
@media (max-width: 1030px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_live_ops_items .modal-inner-wrap .modal-content .defaulteventdatearealeft-top .defaulteventLeftArea {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 1030px) {
  .newrepdashboard-index-eventsummarydashboard .modal-popup.add_new_live_ops_items .modal-inner-wrap .modal-content .defaulteventdatearealeft-top .defaulteventRightArea {
    width: 100%;
    float: none;
  }
}
.repapproveddashboar2box.completedashboard_red {
  background: #ffeae9;
  border: 1px solid #e8d1d1;
}
.repapproveddashboar2box.completedashboard_red .repdashboar2boxdatewrapper {
  background: transparent;
}
.repapproveddashboar2box.completedashboard_red .repstep0area {
  background: #f0d6d7;
  border-right: 1px solid #c6d0d0;
}
.repapproveddashboar2box.completedashboard_red .repstep0area .repdashboar2box1starea h2 {
  color: #bb2331;
}
.repapproveddashboar2box.completedashboard_red .repstep0area .repdashboar2box1starea h2 a {
  color: #bb2331;
}
.repapproveddashboar2box.completedashboard_red .repstep0area .repdashboar2box1starea p {
  color: #bb2331;
}
.repapproveddashboar2box.completedashboard_red .repstep0area .repdashboar2box2ndarea h3 {
  color: #bb2331;
}
.repapproveddashboar2box.completedashboard_red .repstep0area .repdashboar2box2ndarea p {
  color: #bb2331;
}
.repapproveddashboar2box.completedashboard_red .bluearrowBg {
  background: #fb0303 url(../../frontend/UEG/Bsn/en_US/images/redarrowBg.png) no-repeat 0% 0;
  padding-top: 6px;
  line-height: 15px;
}
.repapproveddashboar2box.completedashboard_red .bluearrowBg a {
  padding: 0 2px 0 12px;
}
.repapproveddashboar2box.completedashboard_red .bluearrowBg a span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
}
.repdashboar2box.alertdashboard_red {
  background: #ffeae9;
  border: 1px solid #e8d1d1;
}
.repdashboar2box.alertdashboard_red .repdashboar2boxdatewrapper {
  background: #ffeae9;
}
.repdashboar2box.alertdashboard_red .repdashboar2boxdatearea {
  background: transparent;
}
.repdashboar2box.alertdashboard_red .repdashboarddate {
  background: #f0d6d7;
  border-right: 1px solid #c6d0d0;
}
.repdashboar2box.alertdashboard_red .repdashboarddate .repdashboar2box1starea h2 {
  color: #bb2331;
}
.repdashboar2box.alertdashboard_red .repdashboarddate .repdashboar2box1starea h2 a {
  color: #bb2331;
}
.repdashboar2box.alertdashboard_red .repdashboarddate .repdashboar2box1starea p {
  color: #bb2331;
}
.repdashboar2box.alertdashboard_red .repdashboarddate .repdashboar2box2ndarea h3 {
  color: #bb2331;
}
.repdashboar2box.alertdashboard_red .repdashboarddate .repdashboar2box2ndarea p {
  color: #bb2331;
}
.repdashboar2box.alertdashboard_red .bluearrowBg {
  background: #fb0303 url(../../frontend/UEG/Bsn/en_US/images/redarrowBg.png) no-repeat 0% 0;
  padding-top: 6px;
  line-height: 15px;
  margin-right: 2px;
}
.repdashboar2box.alertdashboard_red .bluearrowBg a {
  padding: 0 2px 0 12px;
}
.repdashboar2box.alertdashboard_red .bluearrowBg a span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
}
/*
&::before { content: ''; display: block; clear: both;}
&::after { content: ''; display: block; clear: both; }
*/
.stepactivitiestext {
  font-size: 18px;
  color: #fc0415;
  padding: 40px 0 10px;
  text-align: center;
}
.step4_heading_digital {
  padding: 0 0 0 52px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #003c71;
  font-family: 'SST Bold';
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingrightarrow.png) no-repeat 24px 50%;
  border-left: 1px solid #c6d7e6;
  border-top: 1px solid #6b97bd;
  border-bottom: 1px solid #6b97bd;
  margin-top: -1px;
  text-align: left;
  position: relative;
}
.step4_heading_digital.open {
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingdownarrow.png) no-repeat 22px 50%;
}
.step4_heading_print {
  padding: 0 0 0 52px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #003c71;
  font-family: 'SST Bold';
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingrightarrow.png) no-repeat 24px 50%;
  border-left: 1px solid #c6d7e6;
  border-top: 1px solid #6b97bd;
  border-bottom: 1px solid #6b97bd;
  margin-top: -1px;
  text-align: left;
  position: relative;
}
.step4_heading_print.open {
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingdownarrow.png) no-repeat 22px 50%;
}
.step4_heading_service {
  padding: 0 0 0 52px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #003c71;
  font-family: 'SST Bold';
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingrightarrow.png) no-repeat 24px 50%;
  border-left: 1px solid #c6d7e6;
  border-top: 1px solid #6b97bd;
  border-bottom: 1px solid #6b97bd;
  margin-top: -1px;
  text-align: left;
  position: relative;
}
.step4_heading_service.open {
  background: #e8f3f7 url(../../frontend/UEG/Bsn/en_US/images/step4_headingdownarrow.png) no-repeat 22px 50%;
}
.step4-service-edit {
  background: url(../../frontend/UEG/Bsn/en_US/images/edit.png) no-repeat 0 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 0;
}
.step4_content {
  background: #f8f7fc;
  padding-right: 20px;
  margin-left: 1px;
}
.step4_content_print {
  background: #f8f7fc;
  padding-right: 20px;
  margin-left: 1px;
}
.step4_content_service {
  background: #f8f7fc;
  padding-right: 0px;
  margin-left: 1px;
}
.step4contarea {
  text-align: left;
  padding: 10px 0;
}
.step4contarea ul {
  margin: 0px;
}
.step4contarea ul li {
  font-size: 14px;
}
a.step4_saveBtn {
  padding: 0px;
  background: #007db3;
  color: #fff;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 82px;
  margin: 7px 0 7px 54px;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.reorder_saveBtn {
  padding: 0px;
  background: #007db3;
  color: #fff;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 105px;
  margin: 7px 0 7px 54px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.step4norradio {
  padding: 5px 26px 10px;
  color: #707579;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.step4norradio input[type="radio"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.step4norradio input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.step4norradio input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.step4norradio input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.repdash_tabarea .step4blueradio {
  padding: 5px 26px 10px;
  color: #003c71;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "SST Italic";
  flex-wrap: wrap;
}
.repdash_tabarea .step4blueradio .minQty {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-top: 10px;
  line-height: 16px;
  font-family: "SST Italic";
}
.repdash_tabarea .step4blueradio .minQty span.print_qty_box {
  width: 100px;
  border: 1px solid #dcdbdf;
}
.step4blueradio {
  padding: 5px 26px 10px;
  color: #003c71;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-family: "SST Italic" !important;
}
.step4blueradio input[type="radio"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.step4blueradio input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.step4blueradio input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.step4blueradio input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.step4.uploaddata {
  margin: -1px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #c60311;
}
.step4.uploaddata span {
  font-family: 'SST Italic';
  padding-left: 26px;
}
.step4.uploaddata input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.step4.uploaddata input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.step4.uploaddata input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.step4.uploaddata input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.digital-event-cutoff {
  background: transparent !important;
  bottom: 0 !important;
  padding: 3px 5px;
  min-height: 20px !important;
  top: initial !important;
  text-transform: capitalize;
  color: #2c6290;
  font-size: 11px;
  font-family: "SST Roman";
}
.digital-event-cutoff .fc-event-title {
  background: #dce8f4 !important;
  color: #2c6290;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.print-event-cutoff {
  background: transparent !important;
  bottom: 0 !important;
  padding: 3px 5px;
  min-height: 20px !important;
  top: initial !important;
  text-transform: capitalize;
  color: #598d35;
  font-size: 11px;
  font-family: "SST Roman";
}
.print-event-cutoff .fc-event-title {
  background: #e0eed7 !important;
  color: #598d35;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.mail-event-cutoff {
  background: transparent !important;
  bottom: 0 !important;
  padding: 3px 5px;
  min-height: 20px !important;
  top: initial !important;
  text-transform: capitalize;
  color: #28313B;
  font-size: 11px;
  font-family: "SST Roman";
}
.mail-event-cutoff .fc-event-title {
  background: #FAE4D8;
  color: #28313B;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.liveops-event-cutoff {
  background: transparent !important;
  bottom: 0 !important;
  padding: 3px 5px;
  min-height: 20px !important;
  top: initial !important;
  text-transform: capitalize;
  color: #8b4c86;
  font-size: 11px;
  font-family: "SST Roman";
}
.liveops-event-cutoff .fc-event-title {
  color: #8b4c86;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.emailcamp-event-cutoff {
  background: transparent !important;
  bottom: 0 !important;
  padding: 3px 5px;
  min-height: 20px !important;
  top: initial !important;
  text-transform: capitalize;
  color: #28313B;
  font-size: 11px;
  font-family: "SST Roman";
}
.emailcamp-event-cutoff .fc-event-title {
  background: #dbedf9 !important;
  border: 1px solid #b7dbf4;
  color: #28313B !important;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.fc-scrollgrid-sync-inner.top .fc-daygrid-day-bg .fc-daygrid-bg-harness .first-email-camp-date {
  bottom: 0 !important;
  top: 0 !important;
}
.fc-scrollgrid-sync-inner.top .fc-daygrid-day-bg .fc-daygrid-bg-harness .second-email-camp-date {
  bottom: 0 !important;
  top: 0 !important;
}
.fc-scrollgrid-sync-inner.top .fc-daygrid-day-bg .fc-daygrid-bg-harness .second_liveops_date {
  bottom: 0 !important;
  top: 0 !important;
}
.digital-event-cutoff.event_date {
  z-index: 99 !important;
}
.digital-event-cutoff.event_date .fc-event-title {
  color: #2c6290 !important;
  font-style: normal !important;
  font-size: 11px !important;
}
.print-event-cutoff.event_date {
  z-index: 99 !important;
}
.print-event-cutoff.event_date .fc-event-title {
  background: #e4ebd8;
  border: 1px solid #cad7b1;
  color: #28313B !important;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.mail-event-cutoff.event_date {
  z-index: 99 !important;
}
.mail-event-cutoff.event_date .fc-event-title {
  background: #dbedf9;
  border: 1px solid #b7dbf4;
  color: #28313B !important;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.liveops-event-cutoff.event_date {
  z-index: 99 !important;
}
.liveops-event-cutoff.event_date .fc-event-title {
  color: #8b4c86 !important;
  font-style: normal !important;
  font-size: 11px !important;
  background: #e8d8eb;
  padding: 2px 5px;
  border-radius: 6px;
  border: 1px solid #e3c5e8;
}
.emailcamp-event-cutoff.event_date {
  z-index: 99 !important;
}
.emailcamp-event-cutoff.event_date .fc-event-title {
  color: #28313B !important;
  font-style: normal !important;
  font-size: 11px !important;
  line-height: 12px;
}
.fc .fc-bg-event.today .fc-event-title {
  background: #08192c;
  width: 90px !important;
  border-radius: 6px;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.fc-event-today.today .fc-event-title {
  background: #08192C;
  padding: 4px 8px;
  width: 90px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.fc-daygrid-day:has(.fc-bg-event.cls_date_time) .fc-daygrid-day-number {
  color: #F5EB7D;
  font-weight: 600;
}
.fc .fc-bg-event {
  right: initial;
  width: 100%;
}
.fc .fc-event-title {
  position: absolute;
  left: 10px !important;
  bottom: 10px !important;
  padding: 4px 8px !important;
  border-radius: 6px;
}
.cal_process_preview_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cal_process_preview_section .cal_process_preview {
  color: #14191E;
  font-weight: 600;
  font-size: 16px;
}
.cal_process_preview_section .cal_event_date {
  font-size: 12px;
  color: #14191E;
}
.cal_process_preview_section .cal_event_date span {
  background: #F5EB7D;
  padding: 4px 7px;
  color: #14191E;
  border-radius: 5px;
  margin-left: 5px;
}
.step4norcheckbox {
  padding: 5px 26px 10px;
  color: #707579;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.step4norcheckbox input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.step4norcheckbox input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.step4norcheckbox input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.step4norcheckbox input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.add_new_live_ops_items {
  width: 580px;
  margin: 20px auto 50px;
  font-family: "SST Roman";
}
.add_new_live_ops_items .popfootearrea {
  display: none;
}
.add_new_live_ops_items.modal-popup .modal-inner-wrap {
  width: 100%;
}
.add_new_live_ops_items .popupBg .popupBgcont {
  height: 90vh;
}
.add_new_live_ops_items .popupbox {
  width: 100%;
  margin: 0;
}
.add_new_live_ops_items .popcontarea {
  padding: 5px 13px 15px;
}
.add_new_live_ops_items .defaulteventdatearealeft-top::before {
  content: '';
  display: block;
  clear: both;
}
.add_new_live_ops_items .defaulteventdatearealeft-top::after {
  content: '';
  display: block;
  clear: both;
}
.add_new_live_ops_items .checkout-picker {
  width: 100%;
  float: none !important;
}
.add_new_live_ops_items .checkout-picker .datepicker-inline {
  float: none;
  width: 100%;
}
.add_new_live_ops_items .popheaderarea {
  position: relative;
}
.add_new_live_ops_items .popheaderarea h2 {
  color: #082e68;
  font-size: 18px;
  font-family: 'SST Heavy';
  text-transform: uppercase;
}
.add_new_live_ops_items .popheaderarea h2::before {
  content: '';
  display: block;
  background: url(../../frontend/UEG/Bsn/en_US/images/liveopsimg.jpg) no-repeat 0px 0;
  width: 39px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 0;
}
.add_new_live_ops_items .defaulteventLeftArea {
  width: 235px;
  float: left;
  margin-right: 30px;
}
.add_new_live_ops_items .defaulteventRightArea {
  width: 225px;
  float: left;
}
.add_new_live_ops_items .defaulteventRightArea .eventcalenderarea {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.add_new_live_ops_items p.stepRedText {
  color: #c60311;
  font-size: 18px;
  font-family: 'SST Medium';
  margin-bottom: 20px;
}
.add_new_live_ops_items .containerscreen2 {
  margin-bottom: 0;
}
.add_new_live_ops_items .event_date {
  margin-bottom: 10px;
}
.add_new_live_ops_items .eventcalenderarea input {
  width: 110px !important;
  text-align: center;
}
.stepRedText {
  color: #c60311;
}
.stepBlueText {
  color: #003c71;
}
.textGray {
  color: #73767b;
}
.textCenter {
  text-align: center;
}
.italicText {
  font-family: 'SST Italic';
}
.stepboldText {
  font-family: 'SST Bold';
}
.redtext {
  color: #c60311 !important;
}
.marginB26 {
  margin-bottom: 26px;
}
.marginB15 {
  margin-bottom: 15px;
}
.marginB5 {
  margin-bottom: 5px;
}
.marginT15 {
  margin-top: 15px;
}
.font14 {
  font-size: 14px;
}
.liveopsDateLabel {
  text-align: center;
  color: #c60311;
  font-size: 14px;
  line-height: 20px;
}
.liveopsDateLabel span {
  font-family: 'SST Italic';
  padding-left: 18px;
}
.liveopsDateLabel input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.liveopsDateLabel input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.liveopsDateLabel input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.liveopsDateLabel input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.secondemailcampaign {
  text-align: center;
  color: #71757c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.secondemailcampaign p {
  margin-top: 0 !important;
  margin-bottom: 7px;
  width: 100%;
}
.secondemailcampaign span {
  font-family: 'SST Italic';
}
.secondemailcampaign input[type="radio"] {
  margin-left: 12px;
  margin-right: 8px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  outline: none;
  box-shadow: 0 0 0 1px #767676 !important;
  background: #fff;
}
.secondemailcampaign input[type="radio"]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: -4px;
  border-radius: 100%;
}
.secondemailcampaign input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: -9px;
  border-radius: 0%;
}
.secondemailcampaign input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 2px 2px 4px;
  background: #767676;
  border-radius: 100%;
}
@media (min-width: 1900px) {
  .secondemailcampaign input[type="radio"]:checked:after {
    width: 13px;
    height: 13px;
  }
}
.firstmail-event-date.fc-event {
  height: 38px;
  padding: 0 5px;
  top: auto !important;
  z-index: 3 !important;
  background: transparent !important;
}
.firstmail-event-date.fc-event .fc-event-title {
  background: #e9b3b0;
  color: #874743 !important;
  font-size: 11px !important;
  font-family: "SST Roman" !important;
  font-style: normal !important;
  line-height: 13px;
  margin: 0 !important;
}
.firstmail-est-delivery-start.fc-event {
  height: 38px;
  padding: 0 5px;
  top: auto !important;
  z-index: 2 !important;
  background: transparent !important;
}
.firstmail-est-delivery-start.fc-event .fc-event-title {
  background: #e9b3b0;
  color: #874743 !important;
  font-size: 11px !important;
  font-family: "SST Roman" !important;
  font-style: normal !important;
  line-height: 13px;
  margin: 0 !important;
}
.firstmail-est-delivery-end.fc-event {
  height: 38px;
  padding: 0 5px!important;
  top: auto !important;
  background: transparent !important;
}
.firstmail-est-delivery-end.fc-event .fc-event-title {
  background: #e9b3b0;
  color: #874743 !important;
  font-size: 11px !important;
  font-family: "SST Roman" !important;
  font-style: normal !important;
  line-height: 13px;
  margin: 0 !important;
}
.first-email-camp-date,
.second-email-camp-date {
  height: 38px;
  padding: 0 5px!important;
  top: 37px !important;
}
.first-email-camp-date .fc-event-title,
.second-email-camp-date .fc-event-title {
  color: #874743 !important;
  font-size: 11px !important;
  font-family: "SST Roman" !important;
  font-style: normal !important;
  line-height: 13px;
  margin: 0 !important;
}
.secondmail-event-date.fc-event,
.secondmail-est-delivery-start,
.secondmail-est-delivery-end {
  height: 38px;
  padding: 0 5px !important;
  top: 37px !important;
  z-index: 2 !important;
}
.secondmail-event-date.fc-event .fc-event-title,
.secondmail-est-delivery-start .fc-event-title,
.secondmail-est-delivery-end .fc-event-title {
  color: #874743 !important;
  font-size: 11px !important;
  font-family: "SST Roman" !important;
  font-style: normal !important;
  line-height: 13px;
  margin: 0 !important;
}
/*.day-event-bg{ background: #f1ddd5; z-index: 1 !important;  }*/
.add_new_live_ops_items_form {
  width: 1066px;
  margin: auto;
}
.add_new_live_ops_items_form .popup-add-to-cart {
  margin-bottom: 15px;
}
.add_new_live_ops_items_form .popfootearrea {
  min-height: 90px;
}
.add_new_live_ops_items_form .livecampaignsubheading {
  color: #c60311;
  font-family: 'SST Bold Italic';
  font-size: 17.81px;
  text-align: center;
}
.add_new_live_ops_items_form .popheaderarea h2 {
  color: #082e68;
  font-family: 'SST Heavy';
  font-size: 17.63px;
}
.add_new_live_ops_items_form .popheaderarea h2::before {
  content: '';
  display: block;
  background: url(../../frontend/UEG/Bsn/en_US/images/liveopsimg.jpg) no-repeat 0px 0;
  width: 39px;
  height: 40px;
  position: absolute;
  left: 242px;
  top: 0;
}
.add_new_live_ops_items_form.modal-popup .modal-inner-wrap {
  width: 100%;
}
.add_new_live_ops_items_form .popupBg .popupBgcont {
  height: 90vh;
}
.add_new_live_ops_items_form .popupbox {
  width: 100%;
  margin: 0;
}
.add_new_live_ops_items_form .popcontarea {
  padding: 0px 30px 15px 30px;
}
.modal-popup_tae_order_item_popup .fc .fc-bg-event.today .fc-event-title {
  background: transparent;
  color: #7d7d7d;
  width: 100% !important;
}
.modal-popup_tae_order_item_popup .fc .fc-event-title {
  left: 0px !important;
}
.add_new_live_ops_items_formsection .add_new_live_ops_items_formleftarea {
  width: 345px;
  float: left;
  margin-right: 0px;
  margin-left: 60px;
}
.add_new_live_ops_items_formsection .add_new_live_ops_items_formleftarea .input-group {
  font-size: 14px;
}
.add_new_live_ops_items_formsection .add_new_live_ops_items_formleftarea .sub-heading {
  color: #757575;
  font-family: 'SST Italic';
}
.add_new_live_ops_items_formsection .add_new_live_ops_items_formleftarea input[type="text"] {
  border: 1px solid #dddddd;
  border-radius: 2px;
  width: 302px;
  height: 28px;
  margin-bottom: 20px;
}
.add_new_live_ops_items_formsection .add_new_live_ops_items_formleftarea .input-group input {
  margin-bottom: 15px;
  margin-top: 6px;
}
.add_new_live_ops_items_formsection .eventBg {
  background: url(../../frontend/UEG/Bsn/en_US/images/liveopsformBg.jpg) repeat-y 0 0;
  width: 526px;
  box-sizing: border-box;
  padding: 20px 0 35px 37px;
  float: right;
}
.add_new_live_ops_items_formsection .eventBg h3 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
}
.add_new_live_ops_items_formsection .eventBg h4 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
  font-weight: 300;
}
.add_new_live_ops_items_formsection .eventBg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.add_new_live_ops_items_formsection .eventBg ul li {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
  font-size: 14px;
  word-break: break-all;
  /*&:nth-last-child(2){ margin-top: 25px; color: #082e68; }
          &:last-child{ margin-top: 22px; }*/
}
.add_new_live_ops_items_formsection .eventBg ul li:nth-child(odd) {
  width: 140px;
  margin-right: 36px;
  color: #1a3754;
  font-family: 'SST Condensed';
  font-weight: 600;
}
.add_new_live_ops_items_formsection .eventBg ul li:nth-child(even) {
  width: 270px;
  color: #757575;
  font-family: 'SST Italic';
}
.add_new_live_ops_items_formsection .eventBg ul li:nth-child(even) a {
  color: #c60311;
  text-decoration: none;
}
.add_new_live_ops_items_formsection .eventBg ul li:nth-child(even) textarea {
  border: 1px solid #dddddd;
  height: 70px;
  color: #757575;
  font-family: 'SST Italic';
  padding: 3px 5px;
}
.modal-popup__tae_save_alert .popupbox {
  padding-top: 20px;
}
.step_pop_cls {
  position: absolute;
  left: 12px;
  color: #082e68;
  font-family: 'SST Heavy';
  font-size: 24px;
  top: 1px;
}
.step4popcontinueBtn {
  background: #08192b;
  border: 1px solid #08192b;
  font-size: 16px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fafafa;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 184px;
}
.step4popcontinueBtn:hover {
  background: #fff;
  border: 1px solid #08192b;
  color: #08192d;
  text-decoration: none;
}
.keep_editing {
  background: #fff;
  border: 1px solid #08192b;
  font-size: 16px;
  font-family: 'SST Medium';
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #08192d;
  padding: 0 0px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 208px;
}
.keep_editing:hover {
  background: #08192b;
  border: 1px solid #08192b;
  color: #fff;
  text-decoration: none;
}
.modal-popup__tae_info_alert .popupbox .popheaderarea h2 {
  color: #ab0303;
  font-family: 'SST Heavy Italic';
  font-size: 17px;
}
.modal-popup__tae_info_alert .popfooterarea {
  padding: 10px 2px 0;
  min-height: 55px !important;
}
.modal-popup__tae_info_alert .popcontarea {
  color: #062343;
  font-size: 17px;
  padding: 0 15px 10px !important;
}
.modal-popup__tae_info_alert .popcontarea p {
  color: #062343;
  font-family: 'SST Light';
  font-size: 16px;
}
.radiosection {
  font-size: 14px;
  font-family: 'SST Italic';
  display: flex;
  align-items: center;
  color: #757575;
  margin-top: 10px;
}
.radiosection input[type="text"] {
  border: 1px solid #dddddd;
  border-radius: 2px;
  width: 170px !important;
  height: 28px;
  margin-left: 6px;
  margin-bottom: 0 !important;
}
.radiosection input[type="radio"] {
  margin-left: 12px;
  margin-right: 15px;
  margin-top: 0 !important;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
  margin-bottom: 0 !important;
}
.radiosection input[type="radio"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.radiosection input[type="radio"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.radiosection input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.callstartarea {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.callstartarea .callstarttext {
  color: #c60311;
  font-family: 'SST Bold';
  font-size: 14px;
  width: 130px;
  text-align: left;
}
.callstartarea .call-start-date {
  color: #003c71;
  font-size: 16.78px;
  font-family: 'SST Bold';
  width: 135px;
  text-align: center;
}
.callstartarea .call-start-date-second {
  color: #003c71;
  font-size: 16.78px;
  font-family: 'SST Bold';
  width: 135px;
  text-align: center;
}
.callstartarea a.liveopsform_calendar {
  background: url(../../frontend/UEG/Bsn/en_US/images/liveopsform_calendar.png) no-repeat 0 0;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.numbercallarea {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.numbercallarea .callstarttext {
  color: #c60311;
  font-family: 'SST Bold';
  font-size: 14px;
  width: 130px;
}
.numbercallarea .call-mail-list-qty {
  color: #369c42;
  font-size: 11.81px;
  font-family: 'SST Medium';
  width: 135px;
  text-align: center;
  line-height: 15px;
}
.numbercallarea .call-mail-list-qty-second {
  color: #369c42;
  font-size: 11.81px;
  font-family: 'SST Medium';
  width: 135px;
  text-align: center;
  line-height: 15px;
}
.numbercallarea a.number_edit {
  background: url(../../frontend/UEG/Bsn/en_US/images/edit.png) no-repeat 0 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.email-camp-upload-area {
  min-height: 60px;
  text-align: center;
}
.email-camp-upload-area button {
  margin-bottom: 15px;
}
.show-for-doc-liveops {
  display: flex;
  align-items: center;
  color: #c60311;
  margin: 10px 0 0 20px;
}
.show-for-doc-liveops input {
  color: #c60311;
  height: 30px;
  margin-left: 10px;
}
.show-for-doc-liveops-second {
  display: flex;
  align-items: center;
  color: #c60311;
  margin: 10px 0 0 20px;
}
.show-for-doc-liveops-second input {
  color: #c60311;
  height: 30px;
  margin-left: 10px;
}
.modal-popup__tae_save_alert .popupbox .popheaderarea h2 {
  font-size: 17px;
  font-family: 'SST Heavy Italic';
  color: #ab0303;
  text-align: center;
  line-height: 27px;
}
.uploadlistallservices {
  display: none;
}
.uploadlistallservices2 {
  display: none;
}
#uploadListModalSecond a.popfileuploadBtn.uploadListSuccBtnSecond {
  padding: 0px;
  background: #2eb405 !important;
  color: #fff !important;
  width: 200px !important;
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  border: 0 !important;
}
.print-estimate-shipping-date .fc-event-title {
  color: #598d35;
  position: absolute;
  bottom: 5px !important;
  top: auto;
  font-size: 11px !important;
  margin: 0 !important;
  letter-spacing: 0px;
  padding: 0 !important;
  text-align: center;
  font-family: 'SST Roman' !important;
  font-style: normal !important;
}
.digital-estimate-download-date .fc-event-title {
  color: #2c6290;
  position: absolute;
  bottom: 5px !important;
  top: auto;
  font-size: 11px !important;
  margin: 0 !important;
  letter-spacing: 0px;
  padding: 0 !important;
  text-align: center;
  font-family: 'SST Roman' !important;
  font-style: normal !important;
}
.print-estimate-shipping-date.fc-event .fc-event-title {
  color: #598d35;
  position: absolute;
  bottom: 5px !important;
  top: auto;
  font-size: 11px !important;
  margin: 0 !important;
  letter-spacing: 0px;
  padding: 0 !important;
  text-align: center;
  font-family: 'SST Roman' !important;
  font-style: normal !important;
}
.digital-estimate-download-date.fc-event .fc-event-title {
  color: #2c6290;
  position: absolute;
  bottom: 5px !important;
  top: auto;
  font-size: 11px !important;
  margin: 0 !important;
  letter-spacing: 0px;
  padding: 0 !important;
  text-align: center;
  font-family: 'SST Roman' !important;
  font-style: normal !important;
}
.fc-event-future.event_date .fc-event-title {
  font-size: 14px;
  font-family: 'SST Medium Italic';
  margin: 0 !important;
}
.step4contarea .marketcontarea {
  padding: 0px 0px 10px 28px;
  border: 0;
}
.step4contarea .maillistheading {
  margin: 0 15px 0 0px;
}
.step4contarea .maillistheading span.upload-list-count {
  line-height: 14px;
  font-size: 11.81px;
}
.step4contarea .maillistheading .maillistQty {
  font-weight: 300;
  padding-left: 0px !important;
  font-family: "SST Roman";
}
.step4contarea .maillistheading > span:first-child {
  width: 146px;
}
.step4contarea .maillistheading span.namelist {
  width: 100px;
  justify-content: center;
}
.step4contarea .maillistcheckingarea .env-name-wrap {
  margin-left: 10px;
  margin-right: 5px;
}
.step4contarea .envelop_main_wrap {
  margin-left: 11px;
}
.step4contarea .maillistcheckingarea ul li {
  padding: 6px 0px 8px 10px;
  margin-left: 0;
}
.step4contarea li.invite-item-others {
  padding-left: 52px !important;
}
.step4contarea .maillistcheckingarea p.shipping-label {
  padding-left: 26px;
}
.step4contarea li.usps-mail-li {
  margin-left: 0px;
}
.step4contarea ul.save-area-3 {
  margin-left: 10px;
}
.step4contarea .maillistcheckingarea {
  margin-left: 0px;
}
.step4contarea span.maillistQty.firstmailingheading {
  padding-left: 10px !important;
}
.step4contarea .maillistheading {
  justify-content: flex-start;
}
.step4contarea span.step4editmailingsection {
  width: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.step4contarea ul.flyer-envelop-product li {
  padding-right: 16px !important;
}
.step4contarea li.invite-item-others {
  padding-right: 18px !important;
}
.step4contarea .step4blueradio {
  padding: 5px 26px 10px;
  color: #003c71;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "SST Italic" !important;
  font-style: normal;
  flex-wrap: wrap;
}
.step4contarea .step4blueradio span.service_sub_text {
  display: block;
  width: 100%;
  padding-left: 27px;
  font-style: normal !important;
  font-family: 'SST Roman';
  color: #000;
  font-size: 12px;
}
.step4contarea .step4blueradio input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.step4contarea .step4blueradio input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.step4contarea .step4blueradio input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.step4contarea .step4blueradio input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
.newemail_campaignarea {
  width: 580px;
  margin: 20px auto 50px;
  font-family: "SST Roman";
}
.newemail_campaignarea .popupbox p {
  font-size: 14px;
}
.newemail_campaignarea .defaulteventdatearealeft-top {
  margin-top: 20px;
}
.newemail_campaignarea .popupbox p {
  margin-top: 0 !important;
}
.newemail_campaignarea .campaignmaillistheading {
  display: block;
  padding: 10px 0 0px;
  min-height: 60px;
}
.newemail_campaignarea .cls-cutoffdate {
  background: #f2bcb8 !important;
  border-radius: 4px;
  color: #874743 !important;
}
.newemail_campaignarea .cls_art_fimage {
  text-align: center;
  margin: 30px 0;
}
.newemail_campaignarea .cls_art_simage {
  text-align: center;
  margin: 30px 0;
}
.newemail_campaignarea .eventTitleArea p {
  color: #c60311;
  font-size: 17.81px;
  font-family: 'SST Bold Italic';
  text-align: center;
}
.newemail_campaignarea .email_campaign_sentout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newemail_campaignarea .popfootearrea {
  display: none;
}
.newemail_campaignarea.modal-popup .modal-inner-wrap {
  width: 100%;
}
.newemail_campaignarea .popupBg .popupBgcont {
  height: 90vh;
}
.newemail_campaignarea .popupbox {
  width: 100%;
  margin: 0;
}
.newemail_campaignarea .popcontarea {
  padding: 5px 13px 15px;
}
.newemail_campaignarea .defaulteventdatearealeft-top::before {
  content: '';
  display: block;
  clear: both;
}
.newemail_campaignarea .defaulteventdatearealeft-top::after {
  content: '';
  display: block;
  clear: both;
}
.newemail_campaignarea .checkout-picker {
  width: 100%;
  float: none !important;
}
.newemail_campaignarea .checkout-picker .datepicker-inline {
  float: none;
  width: 100%;
}
.newemail_campaignarea .popheaderarea {
  position: relative;
}
.newemail_campaignarea .popheaderarea h2 {
  color: #082e68;
  font-size: 18px;
  font-family: 'SST Heavy';
  text-transform: uppercase;
}
.newemail_campaignarea .defaulteventLeftArea {
  width: 235px;
  float: left;
  margin-right: 30px;
}
.newemail_campaignarea .defaulteventRightArea {
  width: 225px;
  float: left;
}
.newemail_campaignarea .defaulteventRightArea .eventcalenderarea {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.newemail_campaignarea p.stepRedText {
  color: #c60311;
  font-size: 18px;
  font-family: 'SST Medium';
  margin-bottom: 20px;
}
.newemail_campaignarea .containerscreen2 {
  margin-bottom: 0;
}
.newemail_campaignarea .event_date {
  margin-bottom: 10px;
}
.newemail_campaignarea .eventcalenderarea input {
  width: 110px !important;
  text-align: center;
}
.newemail_campaignarea .cusoff_date_show {
  color: #c60311;
  font-family: 'SST Medium Italic';
}
.emaillistheading {
  padding: 0 0 0 58px;
}
.emaillist1starea {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.emaillist1starea a.first-edit-popup,
.emaillist1starea a.second-edit-popup {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/editicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
.emaillist1starea span.maillistQty {
  width: 70px;
  font-size: 14px;
  color: #003c71;
}
.emaillist1starea span.namelist span {
  width: auto;
  text-align: center;
  font-size: 11.81px;
  line-height: 14px;
}
.emaillist1starea span.namelist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
}
.popfootearrea1 {
  border-top: 1px solid #e1e1e1;
}
.popfootearrea2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.mailcampaignradioarea {
  padding-left: 0 !important;
  font-size: 14px;
  font-family: 'SST Medium';
  font-weight: 300 !important;
}
.mailcampaignradioarea input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 2px #ccc !important;
  background: #fcfdff;
}
.mailcampaignradioarea input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -4px;
  border-radius: 50%;
}
.mailcampaignradioarea input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: -9px;
  border-radius: 0%;
}
.mailcampaignradioarea input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  margin: 4px;
  transform: rotate(45deg);
  border-bottom: 3px solid #969fa9;
  border-right: 3px solid #969fa9;
}
a.liveops-edit-popup,
a.second-liveops-edit-popup {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/editicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
a.remove-services {
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/removeicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
a.summary_remove-services {
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(../../frontend/UEG/Bsn/en_US/images/removeicon.png) no-repeat 0 0 !important;
  font-size: 0;
  margin: 0 0 0 5px;
}
.popcontarea .eventTitleArea input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 18px;
  color: #003c71;
  font-family: "SST Roman";
}
.firstmailingheading,
.secondmailingheading {
  cursor: pointer;
}
.first-email-camp-date {
  z-index: 9 !important;
}
.first-email-camp-date.event_date .fc-event-title,
.second-email-camp-date.event_date .fc-event-title {
  color: #874743 !important;
  font-family: "SST Roman";
}
.second-email-camp-date {
  z-index: 2;
  padding: 0 !important;
}
aside.repdashmodal-addmail_item_popup {
  width: 1130px;
  margin: auto;
}
aside.repdashmodal-addmail_item_popup .modal-inner-wrap {
  max-height: 90%;
  width: 100%;
  padding: 0;
}
aside.repdashmodal-addmail_item_popup .popupbox {
  width: 100%;
  position: relative;
}
aside.repdashmodal-addmail_item_popup .mail-event-cutoff.event_date {
  padding: 2px 0;
}
aside.repdashmodal-addmail_item_popup .mail-event-cutoff.event_date .fc-event-title {
  text-transform: capitalize;
}
aside.repdashmodal-addmail_item_popup .marketingleftarea {
  width: 30%;
}
aside.repdashmodal-addmail_item_popup .marketingrightarea {
  width: 70%;
}
.printmaterialcheckingarea.step4contarea .step4blueradio {
  padding: 6px 10px 6px 26px;
  color: #003c71;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "SST Italic";
  font-style: normal;
}
.digitalassetsarea.step4contarea .step4blueradio {
  padding: 5px 0 10px 26px;
}
.step4blueradiopadleft10 {
  padding-left: 10px;
}
/*16-05-23=================*/
.eventmanager_wrapper {
  border: 1px solid #7fb0da;
  margin-top: 7px;
  margin-bottom: 5px;
  display: flex;
}
.eventmanager_wrapper::before {
  content: '';
  display: block;
  clear: both;
}
.eventmanager_wrapper::after {
  content: '';
  display: block;
  clear: both;
}
.eventmanager_wrapper .avp-area-dashboardBg .ytdarea::before {
  display: none;
}
.eventmanager_wrapper .eventmanagerbox1 {
  border-right: 1px solid #88b5dc;
  width: 282px;
  float: left;
  min-height: 390px;
  background: #f5f4f3 url(../../frontend/UEG/Bsn/en_US/images/eventmanagerbox1Bg.png) repeat-x top;
}
.eventmanager_wrapper .eventmanagerbox1 h2 {
  color: #003568;
  font-size: 18.12px;
  font-family: "SST Roman";
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin: 11px 0 15px;
}
.eventmanager_wrapper .eventmanagerbox1 h2 span {
  letter-spacing: 2px;
  font-family: "SST Bold";
  color: #003c71;
  padding-right: 0px;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea {
  display: flex;
  margin-bottom: 6px;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea.sfdiv {
  background: #c4d4ea;
  margin-bottom: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea.sfdiv .eventmanagerleftside,
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea.sfdiv .eventmanagerrightside {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea.sfdiv:last-child {
  padding-bottom: 10px !important;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea.sfdiv a {
  color: #8d0000 !important;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .eventmanagerleftside {
  width: 68px;
  text-align: right;
  color: #0664bd;
  font-size: 14px;
  font-family: 'SST Bold Italic';
  float: left;
  text-transform: uppercase;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .eventmanagerrightside {
  width: 212px;
  padding-left: 22px;
  box-sizing: border-box;
  float: left;
  line-height: 22px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .eventno {
  color: #fc0004;
  font-size: 16px;
  font-family: 'SST Bold';
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .blacktext1 {
  color: #3d3b3b;
  font-size: 16px;
  font-family: 'SST Medium';
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .blacktext2 {
  color: #171616;
  font-size: 16px;
  font-family: 'SST Medium';
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .blacktext3 {
  color: #a2a2a2;
  font-size: 16px;
  font-family: 'SST Medium';
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .activedays {
  color: #5ea14f;
  font-size: 16px;
  font-family: 'SST Medium';
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .bluetext {
  color: #295681;
  font-size: 16px;
  font-family: 'SST Medium';
  padding-bottom: 7px;
}
.eventmanager_wrapper .eventmanagerbox1 .eventmanagercontarea .bluetext a {
  color: #295681;
  text-decoration: underline;
}
.eventmanager_wrapper .eventmanagerbox2 {
  width: 348px;
  float: left;
  min-height: 390px;
  text-align: left;
  position: relative;
  padding: 8px 4px 8px 6px;
  box-sizing: border-box;
}
.eventmanager_wrapper .eventmanagerbox2 .trackablearea {
  background: #dddddd;
  font-family: 'SST Bold';
  color: #023268;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 4px 6px 6px 10px;
  letter-spacing: -1px;
  border-bottom: 5px solid #f4f4f4;
}
.eventmanager_wrapper .eventmanagerbox2 .trackablearea span {
  float: right;
  font-size: 21px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .digitalassetsarea {
  background: #dce8f4;
  font-family: 'SST Condensed Medium';
  color: #7195b5;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox2 .digitalassetsarea span {
  float: right;
  font-size: 15px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .printassetsarea {
  background: #e0eed7;
  font-family: 'SST Condensed Medium';
  color: #5b8e37;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox2 .printassetsarea span {
  float: right;
  font-size: 15px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .mailcampaignsarea {
  background: #e9b3b0;
  font-family: 'SST Condensed Medium';
  color: #803e3a;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox2 .mailcampaignsarea span {
  float: right;
  font-size: 15px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .emailcampaignsarea {
  background: #f6c9ac;
  font-family: 'SST Condensed Medium';
  color: #b96f3c;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox2 .emailcampaignsarea span {
  float: right;
  font-size: 15px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .liveoffsarea {
  background: #e1c8de;
  font-family: 'SST Condensed Medium';
  color: #894984;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
}
.eventmanager_wrapper .eventmanagerbox2 .liveoffsarea span {
  float: right;
  font-size: 15px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox2 .rvsparea {
  background: #dddddd;
  font-family: 'SST Bold';
  color: #101010;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 8px;
  padding: 4px 6px 4px 10px;
  letter-spacing: -1px;
  border-top: 10px solid #f4f4f4;
}
.eventmanager_wrapper .eventmanagerbox2 .rvsparea span {
  float: right;
  font-size: 21px;
  letter-spacing: 0px;
}
.eventmanager_wrapper .eventmanagerbox3 {
  border-left: 1px solid #88b5dc;
  width: 536px;
  float: right;
  min-height: 390px;
  background: #e8f3f7;
  padding: 20px 25px;
  box-sizing: border-box;
}
.eventmanager_wrapper .eventmanagerbox3 p {
  margin: 0 0 16px;
  padding: 0;
  font-family: "SST Roman";
  font-weight: 200;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.eventmanager_wrapper .eventmanagerbox3 p:last-child {
  margin: 0 0px;
}
.eventmanager_wrapper .eventmanagerbox3 p a {
  color: #3895f4;
  text-decoration: none;
}
.eventmanager_wrapper .eventmanagerbox3 p a:hover {
  text-decoration: underline;
}
button#save_order_add_digital {
  padding: 0px;
  background: #007db3;
  color: #fff;
  height: 27px;
  line-height: 25px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 82px;
  margin: 7px 0 7px 54px;
  text-align: center;
  display: block;
  cursor: pointer;
}
/*17-05-23===========================*/
.trackablenoBg ul {
  background: url(../../frontend/UEG/Bsn/en_US/images/trackablenoBg.png) repeat-x 0 0 !important;
  height: 48px;
  line-height: 47px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
  border: 0;
}
.trackablenoBg ul li {
  color: #4a4c51;
  font-size: 14px;
  line-height: 17px;
}
.trackablenoBg ul li.newsummaryscreen1 {
  width: 90px;
}
.trackablenoBg ul li.newsummaryscreen4 {
  text-align: center;
}
.trackablescanwrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.trackablescanwrapper .trackablenoBg {
  background: url(../../frontend/UEG/Bsn/en_US/images/trackablenoBg.png) repeat-x 0 0;
  height: 48px;
  line-height: 47px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
}
.trackablescanwrapper .trackablenoBg .trackableno_box {
  width: 233px;
  color: #063e6f;
  text-align: center;
  font-size: 27px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea {
  display: flex;
}
.trackablescanwrapper .trackablescanarea .trackablebox {
  width: 230px;
  margin-right: 5px;
  min-height: 340px;
  background: #f8f7fc;
  position: relative;
}
.trackablescanwrapper .trackablescanarea .trackablebox:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .trackablescanwrapper .trackablescanarea .trackablebox {
    min-height: auto;
  }
}
.trackablescanwrapper .trackablescanarea .digitalassetheading {
  height: 33px;
  line-height: 32px;
  color: #506f95;
  background: #dce8f4;
  text-align: center;
  font-size: 14px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea .emailcampaignheading {
  height: 33px;
  line-height: 32px;
  color: #854641;
  background: #f6c9ac;
  text-align: center;
  font-size: 14px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea .printassetsheading {
  height: 33px;
  line-height: 32px;
  color: #5a8d38;
  background: #e0eed7;
  text-align: center;
  font-size: 14px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea .liveopsheading {
  height: 33px;
  line-height: 32px;
  color: #95598f;
  background: #e1c8de;
  text-align: center;
  font-size: 14px;
  font-family: 'SST Medium';
  justify-content: center;
}
.trackablescanwrapper .trackablescanarea .mailcampaignheading {
  height: 33px;
  line-height: 32px;
  color: #793a36;
  background: #e9b3b0;
  text-align: center;
  font-size: 14px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea .trackableboxcont {
  padding: 5px 10px 5px 10px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableboxcont_mail p {
  color: #aab5c8;
  font-family: 'SST Italic';
  font-size: 12px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont p {
  color: #aab5c8;
  font-family: 'SST Italic';
  font-size: 14px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont a.addBtn {
  padding: 0px;
  background: #007db3;
  color: #fff;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 84px;
  margin: 20px auto 4px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont a.viewBtn {
  padding: 0px;
  background: #b9b9b9;
  color: #fff;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  font-family: "SST Roman";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  width: 84px;
  margin: 20px auto 4px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .cutoffarea {
  text-align: center;
  display: block;
  color: #929397;
  font-size: 12px;
  font-family: 'SST Roman';
  padding-right: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 84px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableboxsubheading {
  font-family: 'SST Medium Italic';
  color: #365b83;
  font-size: 14px;
  margin-bottom: 12px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableboxsubheading span {
  float: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: 'SST Medium';
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableboxsubheading_mail {
  font-family: 'SST Medium Italic';
  color: #365b83;
  font-size: 12px;
  margin-bottom: 12px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableboxsubheading_mail span {
  float: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: "SST Roman";
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableinnerbox {
  width: 140px;
  margin: 0 auto 12px;
  background: #f1effa;
  font-size: 14px;
  color: #a0a9c1;
  text-align: center;
  padding: 0px 3px 3px;
  line-height: 26px;
  min-height: 54px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableinnerbox:last-child {
  margin: 0 auto 80px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableinnerbox span {
  color: #205481;
  font-family: 'SST Medium';
  display: block;
  line-height: 16px;
  padding-top: 5px;
}
.trackablescanwrapper .trackablescanarea .trackableboxcont .trackableinnerbox:nth-last-of-type(2) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .trackablescanwrapper .trackablescanarea .trackableboxcont .trackableinnerbox:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}
.show-rep-menu {
  width: 112px;
  height: 29px;
  line-height: 27px;
  background: #003c72 url(../../frontend/UEG/Bsn/en_US/images/repmenurightarrow.png) no-repeat 96% 54%;
  color: #0ac2dc;
  padding-left: 8px;
  border: 1px solid #cbd7e2;
  border-radius: 2px;
}
.hide-rep-menu {
  width: 100%;
  height: 29px;
  line-height: 27px;
  background: #003c72 url(../../frontend/UEG/Bsn/en_US/images/repmenuleftarrow.png) no-repeat 72% 54%;
  color: #0ac2dc;
  padding-right: 8px;
  border: 1px solid #cbd7e2;
  border-radius: 2px;
  text-align: right;
}
.reorder_saveBtn_icon {
  background: url(../../frontend/UEG/Bsn/en_US/images/reordericon.png) no-repeat 0 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.uploadedfilarea_liveops {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.uploadedfilarea_liveops img {
  margin-right: 12px;
}
.samedate_duplicate_events .fc-daygrid-bg-harness.duplicate-li-first-cls .fc-event.event_date {
  z-index: 9;
  top: 0 !important;
  bottom: initial !important;
}
.samedate_duplicate_events .fc-daygrid-bg-harness.duplicate-li-first-cls .fc-event.event_date .fc-event-title {
  line-height: 14px !important;
  padding: 7px 0;
  top: inherit !important;
}
.samedate_duplicate_events .fc-daygrid-bg-harness.duplicate-li-second-cls .fc-event.event_date {
  top: 0;
  bottom: 0;
  z-index: 99 !important;
}
.samedate_duplicate_events .fc-daygrid-bg-harness.duplicate-li-third-cls .fc-event.event_date {
  bottom: 0 !important;
  top: initial !important;
}
.samedate_duplicate_events .secondmail-est-delivery-end {
  top: 70px !important;
}
.repdash_tabarea .mail_camp_repdashboard ul li {
  font-size: 12px;
}
.repdash_tabarea ul li.newsummaryscreen5 a {
  padding: 0 25px !important;
  text-align: left;
}
.popfooterarea.submitinputarea {
  height: 110px;
}
.popfooterarea.submitinputarea .step4.uploaddata {
  bottom: 5px;
}
.uploadedfilarea_liveops_second {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uploadedfilarea_liveops_second img {
  margin-right: 12px;
}
.UploadedFile .show-for-excel-second {
  display: flex;
  justify-content: center;
}
.fc-scrollgrid-sync-inner .second-email-camp-date.event_date {
  top: 71px !important;
}
.fc-scrollgrid-sync-inner .fc-daygrid-event-harness {
  position: absolute;
  height: 100%;
  bottom: 0px;
  width: 100%;
}
.add_live_ops_numbers_form .eventBg {
  width: 100% !important;
  box-sizing: border-box;
  padding: 20px 0 35px 37px;
  background: #71717a1c;
}
.add_live_ops_numbers_form .add_new_live_ops_items_formsection .eventBg ul li:nth-child(odd) {
  width: 275px;
  margin: 0px;
  color: #1a3754;
  font-family: 'SST Condensed';
  font-weight: 600;
}
.add_live_ops_numbers_form .add_new_live_ops_items_formsection .eventBg ul li:nth-child(even) {
  width: 275px;
  color: #1a3754 !important;
  font-family: 'SST Condensed' !important;
  font-weight: 600 !important;
}
button.appoval-button.numbersbutton {
  background: #07860d !important;
  font-size: 11px;
  width: auto !important;
  text-wrap: nowrap;
  height: 20px;
  line-height: 19px;
  padding: 0 8px;
  border-radius: 9px;
  margin-top: 5px;
  border: 0;
}
div#live_ops_numbers_form .popfootearrea {
  display: none;
}
.liveops-numberarea {
  position: relative;
}
.liveops-numberarea a.remove-liveops-number {
  position: absolute;
  right: -40px;
  top: 5px;
}
.liveops_numbers .liveops_numbers_row {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}
.liveops_numbers .liveops_numbers_row .liveops_numbers_heading {
  width: 260px;
  color: #1a3754 !important;
  font-family: 'SST Condensed' !important;
  font-weight: 600 !important;
}
.liveops_numbers .liveops_numbers_row .liveops_numbers_label {
  width: 180px;
  text-align: left;
  color: #1a3754 !important;
  font-family: 'SST Condensed' !important;
  font-weight: 600 !important;
}
.liveops_numbers .liveops_numbers_row .liveops_numbers_value {
  width: 260px;
  color: #1a3754 !important;
  font-family: 'SST Condensed' !important;
  font-weight: 600 !important;
}
div#tabs-8 .approved-event tr td:first-child {
  display: table-cell;
}
div#tabs-8 .approved-event tr td {
  font-weight: 600;
}
.remove_liveops_yes {
  background: #2eb405 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 600;
}
.remove_liveops_yes:hover {
  text-decoration: underline;
}
.remove_liveops_no {
  background: #c60311 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 600;
}
.remove_liveops_no:hover {
  text-decoration: underline;
}
.second_date_label .fc-event-title.fc-sticky {
  color: #7d3643;
}
.approved-event tbody#printitems_event_tbody td:nth-child(odd) {
  height: auto;
  display: block;
}
.approved-event tbody#digitalitems_event_tbody td:nth-child(odd) {
  height: auto;
  display: block;
}
/*
&::before { content: ''; display: block; clear: both;}
&::after { content: ''; display: block; clear: both; }
*/
@media (max-width: 1340px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1040px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea .pinkBtn {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea .saveBtnNew {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul {
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul li {
    font-size: 14px;
  }
}
@media (max-width: 1254px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul li {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 991px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom1area .headerbottom1contarea ul li {
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .headerbottom2area .top-header-bar {
    display: block;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .stepactivitiestext {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .mark_mate_newarea {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .mark_mate_newarea .mark_mate_newarea.leftarea.marketingleftheading {
    display: none;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .mark_mate_newarea .mark_mate_newarea.rightarea.sub_heading,
  .tae-event-materials .page-main .columns .column.main .mark_mate_newarea .mark_mate_newarea.rightarea.below_sub_heading {
    padding-top: 0 !important;
  }
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea {
    width: 300px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea {
    width: 280px;
  }
}
@media (max-width: 1040px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4wrapperarea .step4_heading_digital,
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4wrapperarea .step4_heading_print,
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4wrapperarea .step4_heading_service {
    border-left: 0;
  }
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content,
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content_print {
    padding-right: 0;
  }
}
.tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content .printmaterialcheckingarea ul li,
.tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content_print .printmaterialcheckingarea ul li {
  padding-left: 15px;
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content_service .step4contarea .step4blueradio {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_content_service .step4contarea .step4editmailingsection {
    padding-right: 10px;
  }
}
@media (max-width: 1340px) {
  .tae-event-materials .page-main .columns .column.main .marketingleftarea .step4_saveBtn {
    margin-left: 40px;
  }
}
@media (max-width: 1430px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    padding-right: 5px;
  }
}
@media (max-width: 1254px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    padding-right: 15px;
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    width: 70%;
    overflow-x: scroll;
  }
}
@media (max-width: 1040px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    padding-right: 0;
  }
}
@media (max-width: 972px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    width: 68%;
  }
}
@media (max-width: 911px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    width: 65%;
  }
}
@media (max-width: 834px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    width: 60%;
  }
}
@media (max-width: 834px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .tae-event-materials .page-main .columns .column.main .marketingrightarea #calendar {
    width: 885px;
  }
}
@media (max-width: 479px) {
  .tae-event-materials a.closeModal,
  .tae-event-materials a.edit_close {
    right: 0;
    top: 5px;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .popupbox {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .popupbox .popheaderarea h2:before {
    left: 0;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .popupbox .popcontarea {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .defaulteventLeftArea {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .defaulteventLeftArea .datepicker-inline {
    width: 100%;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .defaulteventRightArea {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.add_new_live_ops_items .secondemailcampaign {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.newemail_campaignarea {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .popupbox {
    margin: 15px;
  }
}
@media (max-width: 600px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .popupbox .popcontarea {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top {
    margin-top: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top .defaulteventLeftArea {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top .defaulteventRightArea {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top .secondemailcampaign {
    margin-bottom: 0;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top .namelist {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1030px) {
  .tae-event-materials .modal-popup.newemail_campaignarea .containerscreen2 .defaulteventdatearealeft-top .redlink {
    float: none;
  }
}
.management-filter {
  margin: 0 auto;
}
.management-filter .management-filter-top {
  background-color: #9194a5;
  display: flex;
  justify-content: space-between;
  padding: 0 105px;
}
@media (max-width: 1024px) {
  .management-filter .management-filter-top {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .management-filter .management-filter-top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.management-filter .fliter-left,
.management-filter .fliter-right {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-family: 'SST Medium';
}
@media (max-width: 479px) {
  .management-filter .fliter-left,
  .management-filter .fliter-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.management-filter .fliter-left div,
.management-filter .fliter-right div {
  font-size: 0;
  display: flex;
}
@media (max-width: 479px) {
  .management-filter .fliter-left div,
  .management-filter .fliter-right div {
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: center;
    padding-top: 10px;
    margin-left: 0;
  }
}
.management-filter .fliter-left input {
  height: 30px;
  background-color: #fff;
  width: 72px;
  margin-left: 18px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.management-filter .fliter-left button,
.management-filter .fliter-right button {
  height: 30px;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #003c71;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  width: 80px;
  font-family: 'SST Roman';
  float: right;
}
.management-filter .fliter-right select {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 0;
  margin-left: 18px;
  width: 100px;
  padding: 0 20px;
  border-radius: 0;
}
.management-filter .management-filter-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 38px 8px;
  background-color: #e8f3f9;
}
@media (max-width: 1024px) {
  .management-filter .management-filter-mid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .management-filter .management-filter-mid {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.management-filter .filter-cnt {
  text-align: center;
  padding: 9px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .management-filter .filter-cnt {
    flex: 0 0 100%;
  }
}
.management-filter .filter-cnt strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  color: #97a1ab;
  font-family: 'SST Medium';
}
.management-filter .filter-cnt p {
  margin: 0;
  color: #003c71;
}
.management-filter .management-filter-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9194a5;
  padding: 0 115px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'SST Medium';
}
@media (max-width: 1024px) {
  .management-filter .management-filter-bot {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .management-filter .management-filter-bot {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }
}
.management-filter .management-filter-bot .search {
  padding: 10px 0;
  margin-left: 18px;
  font-size: 0;
}
@media (max-width: 479px) {
  .management-filter .management-filter-bot .search {
    margin-left: 0;
  }
}
.management-filter .management-filter-bot .search input {
  height: 30px;
  background-color: #fff;
  border: 0;
  margin-left: 18px;
  width: 215px;
  padding-left: 20px;
  padding-right: 20px;
}
.management-filter .management-filter-bot .search button {
  height: 30px;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #165588;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.registered_patient .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}
.registered_patient .switch input {
  display: none;
}
.registered_patient .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbe2e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #e4e8eb;
  background: -moz-linear-gradient(top, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  background: -webkit-linear-gradient(top, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  background: linear-gradient(to bottom, #e4e8eb 0%, #edf1f4 5%, #f0f4f7 11%, #eff3f6 16%, #e7ecef 37%, #e8ecef 42%, #d9dee1 53%, #dce4e7 58%, #e4e9ed 74%, #eaedf2 79%, #eef2f5 89%, #e9edf0 95%, #eef2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e8eb', endColorstr='#eef2f5', GradientType=0);
}
.registered_patient .switch .slider.round {
  border-radius: 34px;
}
.registered_patient .switch .slider.round::before {
  border-radius: 50%;
}
.registered_patient .switch .slider::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 1px;
  bottom: 0px;
  background-color: white;
  box-shadow: 0 0 1px #767779;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.registered_patient .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.rsvpmanagement_area {
  background: #e8f3f9 /*url(../../frontend/UEG/Bsn/en_US/images/rsvpmanagementBg.jpg) no-repeat 0 0*/;
  margin-bottom: 6px;
}
.rsvpmanagement_contarea {
  padding: 25px 18px;
  display: flex;
  justify-content: space-between;
}
.rsvpmanagement_contarea .rsvpmanagement_contleftarea {
  max-width: 605px;
}
.rsvpmanagement_contarea .rsvpmanagement_contleftarea h3 {
  color: #e60d16;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  margin: 5px 0 32px;
}
.rsvpmanagement_contarea .rsvpmanagement_contleftarea h3 span {
  color: #e60d16;
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 15px;
}
.rsvpmanagement_contarea .rsvpmanagement_contleftarea p {
  line-height: 19px;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #222324;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea {
  width: 430px;
  text-align: center;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea h4 {
  font-size: 14px;
  color: #222324;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .submitrsvpBtn {
  height: 32px;
  line-height: 30px;
  color: #fff !important;
  padding: 0 30px;
  background: #028a06;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .submitrsvpBtn.disable {
  pointer-events: none;
  opacity: 0.5;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .rsvpmanagement_contcheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .rsvpmanagement_contcheckbox input {
  border: 1px solid #9498a0;
  width: 25px;
  height: 25px;
  border-radius: 0;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .rsvpmanagement_contcheckbox label {
  margin-right: 40px;
}
.rsvpmanagement_contarea .rsvpmanagement_contrightarea .rsvpmanagement_contcheckbox label:last-child {
  margin-right: 0px;
}
.rvspbutton {
  position: absolute;
  bottom: 6px;
  display: flex;
  align-items: center;
  background: #890208;
  width: auto;
  left: 6px;
  right: 4px;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
.rvspbutton span {
  color: #fff;
  font-size: 16px;
}
.rvspbutton a {
  color: #f9e914;
  text-decoration: none;
  display: block;
}
.rvspbutton a:hover {
  text-decoration: underline;
}
.rvspbutton h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  padding: 0px 0 0;
  margin: 0;
  line-height: 14px;
  text-align: center;
}
aside.modal-popup.modal-rsvp-count-check,
aside.modal-popup.modal-attended-first,
aside.modal-popup.modal-rsvp-call-no,
aside.modal-popup.modal-rsvp-call-require-check {
  max-width: 485px;
  margin: 2% auto;
  display: flex;
  align-items: center;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap,
aside.modal-popup.modal-attended-first .modal-inner-wrap,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap {
  background: #fff;
  width: 100%;
  font-family: "SST Roman";
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content {
  padding: 0 !important;
  text-align: center;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content h2,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content h2,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content h2,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content h2 {
  font-family: "SST Roman";
  background: #003c72;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content h3,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content h3,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content h3,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content h3 {
  font-family: "SST Roman";
  padding: 0px;
  font-size: 14px;
  text-align: left;
  color: #191919;
  margin: 0 0 20px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content p,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content p,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content p,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content p {
  text-align: left;
  padding: 0px;
  color: #fc0203;
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 14px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .modal-wrapper-attendee-count,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .modal-wrapper-attendee-count,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .modal-wrapper-attendee-count,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .modal-wrapper-attendee-count,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .modal-wrapper-attention,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .modal-wrapper-attention,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .modal-wrapper-attention,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .modal-wrapper-attention,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .modal-wrapper-attended,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .modal-wrapper-attended,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .modal-wrapper-attended,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .modal-wrapper-attended,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .modal-wrapper-call-no,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .modal-wrapper-call-no,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .modal-wrapper-call-no,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .modal-wrapper-call-no,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .modal-wrapper-call-yes,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .modal-wrapper-call-yes,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .modal-wrapper-call-yes,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .modal-wrapper-call-yes {
  padding: 22px 52px 10px;
  text-align: left;
  min-height: 200px;
  box-sizing: border-box;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .blacktext,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .blacktext,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .blacktext,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .blacktext,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .nofirstline,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .nofirstline,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .nofirstline,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .nofirstline,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .nothirdline,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .nothirdline,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .nothirdline,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .nothirdline {
  color: #191919;
  margin-bottom: 16px;
  font-size: 14px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .redtext,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .redtext,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .redtext,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .redtext,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .nosecline,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .nosecline,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .nosecline,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .nosecline {
  color: #fc0203 !important;
  margin-bottom: 16px;
  font-size: 14px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .close-popup-yes,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .close-popup-yes,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .close-popup-yes,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .close-popup-yes,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .close-popup-alert,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .close-popup-alert,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .close-popup-alert,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .close-popup-alert,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .close-popup-attendee,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .close-popup-attendee,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .close-popup-attendee,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .close-popup-attendee,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .close-popup-no,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .close-popup-no,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .close-popup-no,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .close-popup-no {
  text-align: center;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .boldtxt,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .boldtxt,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .boldtxt,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .boldtxt {
  font-weight: 600;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .boldtxtstrong,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .boldtxtstrong,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .boldtxtstrong,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .boldtxtstrong {
  font-weight: 800;
  font-family: 'SST Medium';
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content ul,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content ul,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content ul,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content ul {
  margin: 0;
  padding: 0 0 0 18px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content u,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content u,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content u,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content u {
  color: #003c72;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content button#close-popup-yes,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content button#close-popup-yes,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content button#close-popup-yes,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content button#close-popup-yes,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content button#close-popup-no,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content button#close-popup-no,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content button#close-popup-no,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content button#close-popup-no,
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content button#close-popup-attendee,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content button#close-popup-attendee,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content button#close-popup-attendee,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content button#close-popup-attendee {
  background: #013d71;
  color: #fff;
  font-size: 15px !important;
  margin: 0 auto 22px;
  border: 0;
  font-family: "SST Roman";
  border-radius: 0;
  padding: 0px 35px;
  height: 33px;
  line-height: 33px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content button#close-popup,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content button#close-popup,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content button#close-popup,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content button#close-popup {
  background: #013d71;
  color: #fff;
  font-size: 15px !important;
  margin: 0 auto 22px;
  border: 0;
  font-family: "SST Roman";
  border-radius: 0;
  padding: 0px 30px;
  height: 33px;
  line-height: 33px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .gobacksubmitwarpper,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .gobacksubmitwarpper,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .gobacksubmitwarpper,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .gobacksubmitwarpper {
  display: flex;
  justify-content: center;
  margin: 0 auto 22px;
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .gobacksubmitwarpper button#goback,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .gobacksubmitwarpper button#goback,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .gobacksubmitwarpper button#goback,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .gobacksubmitwarpper button#goback {
  background: #013d71;
  border: 0;
  color: #fff;
  font-size: 15px !important;
  padding: 0 20px;
  height: 33px;
  line-height: 33px;
  margin-right: 34px;
  border-radius: 0;
  font-family: "SST Roman";
}
aside.modal-popup.modal-rsvp-count-check .modal-inner-wrap .modal-content .gobacksubmitwarpper button#submit-rsvp,
aside.modal-popup.modal-attended-first .modal-inner-wrap .modal-content .gobacksubmitwarpper button#submit-rsvp,
aside.modal-popup.modal-rsvp-call-no .modal-inner-wrap .modal-content .gobacksubmitwarpper button#submit-rsvp,
aside.modal-popup.modal-rsvp-call-require-check .modal-inner-wrap .modal-content .gobacksubmitwarpper button#submit-rsvp {
  background: #018e04;
  border: 0;
  color: #fff;
  font-size: 15px !important;
  padding: 0 20px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  border-radius: 0;
  font-family: "SST Roman";
}
.eventmanager_wrapper .eventmanagerbox3 p a {
  color: #000 !important;
  text-decoration: underline !important;
}
.eventmanagernewtext {
  border-left: 1px solid #88b5dc;
  width: 536px;
  float: right;
  min-height: 390px;
  background: #e8f3f7;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 13.5px;
}
.eventmanagernewtext .repdash_tabarea {
  margin-top: 5px;
  margin-bottom: 0;
}
.eventmanagernewtext .repdash_tabarea .ui-tabs ul.tab.ui-tabs-nav {
  background: #7ea1b7;
  padding: 0;
  border: 0;
}
.eventmanagernewtext .repdash_tabarea .ui-tabs ul.tab.ui-tabs-nav li.ui-state-default.ui-corner-top {
  font-size: 14px;
  width: 33.4%;
  background: #7ea1b7;
  border-right: 2px solid #a2bfd0;
  text-transform: none;
  padding: 0 0px;
}
.eventmanagernewtext .repdash_tabarea .ui-tabs ul.tab.ui-tabs-nav li.ui-state-default.ui-corner-top:last-child {
  border-right: 0;
}
.eventmanagernewtext .repdash_tabarea .ui-tabs ul.tab.ui-tabs-nav li.ui-state-default.ui-corner-top a {
  color: #044073;
  padding: 5px 0px;
  text-align: center;
}
.eventmanagernewtext .repdash_tabarea .ui-tabs ul.tab.ui-tabs-nav li.ui-state-default.ui-corner-top a.tabLinksdata.ui-tabs-anchor.active {
  background-color: #7196b0;
  color: #fbfbf9;
}
.eventmanagernewtext .repdash_tabarea div#tabs-type-2 .repdashleftheading {
  padding-top: 25px;
  padding-left: 24px;
  min-height: 70px;
}
.eventmanagernewtext .repdash_tabarea .repdashleftheading {
  font-size: 13.5px;
  color: #003c71;
  padding: 8px 12px 5px;
  background: #faf7ed;
  font-family: "SST Roman";
  font-weight: 300;
  background: #a2bfcf;
}
.eventmanagernewtext .repdash_tabarea .repdashleftheading p {
  color: #003c71;
  font-size: 14px;
  margin-bottom: 12px;
}
.eventmanagernewtext p {
  margin-bottom: 12px !important;
}
.eventmanagernewtext p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0 !important;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea,
.eventmanagerbox2.rsvpeventdetails .printassetsarea,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea {
  background: #f3f3f3;
  font-family: 'SST Condensed Medium';
  color: #023268;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 4px 6px 6px 10px;
  letter-spacing: -1px;
  border-bottom: 0px solid #f4f4f4;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea::before,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea::before,
.eventmanagerbox2.rsvpeventdetails .printassetsarea::before,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea::before,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea::before {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea::after,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea::after,
.eventmanagerbox2.rsvpeventdetails .printassetsarea::after,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea::after,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea::after {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea .rsvpeventdetails_heading,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea .rsvpeventdetails_heading,
.eventmanagerbox2.rsvpeventdetails .printassetsarea .rsvpeventdetails_heading,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea .rsvpeventdetails_heading,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea .rsvpeventdetails_heading {
  width: 115px;
  text-align: left;
  font-size: 15px;
  color: #a3b6c7;
  line-height: 17px;
  float: left;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea .rsvpeventdetails_heading span,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea .rsvpeventdetails_heading span,
.eventmanagerbox2.rsvpeventdetails .printassetsarea .rsvpeventdetails_heading span,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea .rsvpeventdetails_heading span,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea .rsvpeventdetails_heading span {
  float: none;
  color: #003c72;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea .rsvpeventdetails_heading::before,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea .rsvpeventdetails_heading::before,
.eventmanagerbox2.rsvpeventdetails .printassetsarea .rsvpeventdetails_heading::before,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea .rsvpeventdetails_heading::before,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea .rsvpeventdetails_heading::before {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea .rsvpeventdetails_heading::after,
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea .rsvpeventdetails_heading::after,
.eventmanagerbox2.rsvpeventdetails .printassetsarea .rsvpeventdetails_heading::after,
.eventmanagerbox2.rsvpeventdetails .mailcampaignsarea .rsvpeventdetails_heading::after,
.eventmanagerbox2.rsvpeventdetails .emailcampaignsarea .rsvpeventdetails_heading::after {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .trackablearea span.rsvpblue {
  font-size: 14px !important;
  line-height: 18px;
  font-weight: 300 !important;
  font-family: "SST Roman";
  float: left;
  padding-bottom: 10px;
}
.eventmanagerbox2.rsvpeventdetails .digitalassetsarea .rsvpeventdetails_heading {
  padding-top: 8px;
}
.eventmanagerbox2.rsvpeventdetails .liveoffsarea {
  background: #e0eed7;
  color: #003c72;
  font-size: 15px !important;
}
.eventmanagerbox2.rsvpeventdetails .liveoffsarea::before {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .liveoffsarea::after {
  content: '';
  display: block;
  clear: both;
}
.eventmanagerbox2.rsvpeventdetails .rsvpash {
  color: #a2a7bd;
}
.eventmanagerbox2.rsvpeventdetails .rsvpash.bold {
  font-size: 20px !important;
}
.eventmanagerbox2.rsvpeventdetails .rsvpblue {
  color: #003c72;
}
.eventmanagerbox2.rsvpeventdetails .rsvpblue.bold {
  font-size: 20px !important;
}
.eventmanagerbox2.rsvpeventdetails .rsvpgreen {
  color: #028a06;
  font-size: 20px !important;
}
.eventmanagerbox2.rsvpeventdetails .rsvpgreen.bold {
  font-size: 20px !important;
}
.rep-summary-rsvp-list.event_closeout {
  position: relative;
}
.rep-summary-rsvp-list.event_closeout::before {
  content: '';
  position: absolute;
  background: #ffffff8a;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.rep-summary-rsvp-list.event_closeout .checkbox-custom input {
  top: 2px !important;
  left: 1px;
}
.rep-summary-rsvp-list.event_closeout .checkbox-custom input[type='checkbox']:before {
  box-shadow: 0 0 0 2px #e3e6eb;
}
.register-footer .foot-action-left button.btn.btn-green.btn-download-sheet.disable_btn {
  background: #a1a1a1;
}
.register-footer .foot-action-left .btn.btn-green.btn-addrsvp.open_form_popup.disable_btn {
  background: #a1a1a1;
}
button.btn.btn-green.rsvp-btn-save-grid.disable_btn {
  background: #a1a1a1 !important;
}
.cms-tae-decks .breadcrumbs,
.cms-tae-tool-box-home .breadcrumbs,
.cms-tae-tool-box-physical-and-digital-advertising .breadcrumbs,
.cms-tae-tool-box-code-pull .breadcrumbs,
.cms-tae-tool-box-email-campaign .breadcrumbs,
.cms-tae-tool-box-liveops .breadcrumbs {
  display: none;
}
.cms-tae-decks .columns .column.main,
.cms-tae-tool-box-home .columns .column.main,
.cms-tae-tool-box-physical-and-digital-advertising .columns .column.main,
.cms-tae-tool-box-code-pull .columns .column.main,
.cms-tae-tool-box-email-campaign .columns .column.main,
.cms-tae-tool-box-liveops .columns .column.main {
  padding-bottom: 0;
}
.cms-tae-decks .tool_header_title_sec,
.cms-tae-tool-box-home .tool_header_title_sec,
.cms-tae-tool-box-physical-and-digital-advertising .tool_header_title_sec,
.cms-tae-tool-box-code-pull .tool_header_title_sec,
.cms-tae-tool-box-email-campaign .tool_header_title_sec,
.cms-tae-tool-box-liveops .tool_header_title_sec {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cms-tae-decks .tool_header_title_sec h2,
.cms-tae-tool-box-home .tool_header_title_sec h2,
.cms-tae-tool-box-physical-and-digital-advertising .tool_header_title_sec h2,
.cms-tae-tool-box-code-pull .tool_header_title_sec h2,
.cms-tae-tool-box-email-campaign .tool_header_title_sec h2,
.cms-tae-tool-box-liveops .tool_header_title_sec h2 {
  font-size: 38px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000000;
  font-family: 'SST Light';
}
.ytd-account-dashboard .columns .column.main {
  margin: 0;
  padding: 0;
}
.toolcontainer {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1030px) {
  .toolcontainer {
    margin: 0 15px;
  }
}
.newsidebar {
  width: 216px;
  display: inline-block;
  padding: 0 15px 0 28px;
  vertical-align: top;
  background: #e8e9eb;
  padding-top: 36px;
  height: 124vw;
}
@media (max-width: 1030px) {
  .newsidebar {
    height: 164vw;
  }
}
@media (max-width: 991px) {
  .newsidebar {
    width: 184px;
    padding: 36px 20px 0;
    height: 184vw;
  }
}
@media (max-width: 500px) {
  .newsidebar {
    width: 100%;
    padding: 36px 20px 50px;
    height: auto;
  }
}
.newsidebar .toolboxmenu {
  margin: 26px 0 0;
  text-align: left;
}
.newsidebar .toolboxmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsidebar .toolboxmenu ul li {
  margin: 0 0 34px;
  color: #203052;
  font-size: 16px;
  font-family: 'SST Medium';
  line-height: 19px;
}
.newsidebar .toolboxmenu ul li.active a {
  text-decoration: none;
  color: #0ea6e5;
}
.newsidebar .toolboxmenu ul li a {
  color: #203052;
  text-decoration: underline;
}
.newsidebar .toolboxmenu ul li a:hover,
.newsidebar .toolboxmenu ul li a.active {
  text-decoration: none;
  color: #0ea6e5;
}
.tool-section-header {
  text-align: left;
  font-family: 'SST Bold';
  font-size: 18px;
  color: #fff;
  background: #bdbdbd;
  line-height: 33px;
  position: relative;
}
.tool-section-header::before {
  background: #bdbdbd;
  position: absolute;
  top: 0;
  left: -34px;
  width: 35px;
  content: '';
  display: block;
  height: 100%;
}
.tool-section-header::after {
  background: #bdbdbd;
  position: absolute;
  top: 0;
  right: -21px;
  width: 24px;
  content: '';
  display: block;
  height: 100%;
}
@media (max-width: 500px) {
  .tool-section-header::after {
    right: -34px;
    width: 34px;
  }
}
.tool-section-header h3 {
  font-family: 'SST Bold';
  margin: 0;
  padding: 0;
  line-height: 33px;
  color: #fff;
  font-weight: normal;
}
.newmain-content {
  width: auto;
  display: inline-block;
  padding: 0  0px 0 35px;
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .newmain-content {
    width: 550px;
  }
}
@media (max-width: 500px) {
  .newmain-content {
    width: 100%;
    padding: 0;
  }
}
.liveopsheading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .liveopsheading.liveopsheading {
    flex-wrap: wrap;
  }
}
.liveopsheading img:nth-child(3) {
  margin-left: 48px;
}
@media (max-width: 991px) {
  .liveopsheading img:nth-child(3) {
    margin-left: 30px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .liveopsheading img:nth-child(3) {
    width: 120px;
  }
}
.liveopsheading img:nth-child(4) {
  margin-left: 325px;
}
@media (max-width: 1030px) {
  .liveopsheading img:nth-child(4) {
    margin-left: 48px;
  }
}
@media (max-width: 991px) {
  .liveopsheading img:nth-child(4) {
    margin-left: 30px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .liveopsheading img:nth-child(4) {
    width: 120px;
  }
}
.liveopsheading h2 {
  font-size: 38px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000000;
  font-family: 'SST Light';
}
@media (max-width: 991px) {
  .liveopsheading h2 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .liveopsheading h2 {
    font-size: 28px;
  }
}
.codepullheading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .codepullheading {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .codepullheading.liveopsheading {
    flex-wrap: wrap;
  }
}
.codepullheading img:nth-child(3) {
  margin-left: 230px;
}
@media (max-width: 1030px) {
  .codepullheading img:nth-child(3) {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .codepullheading img:nth-child(3) {
    margin-left: 10px;
    width: 120px;
  }
}
@media (max-width: 500px) {
  .codepullheading img:nth-child(3) {
    width: 120px;
  }
}
.codepullheading img:nth-child(4) {
  margin-left: 90px;
}
@media (max-width: 1030px) {
  .codepullheading img:nth-child(4) {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .codepullheading img:nth-child(4) {
    margin-left: 10px;
    width: 80px;
  }
}
@media (max-width: 500px) {
  .codepullheading img:nth-child(4) {
    width: 120px;
  }
}
.codepullheading h2 {
  font-size: 38px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000000;
  font-family: 'SST Light';
}
@media (max-width: 991px) {
  .codepullheading h2 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .codepullheading h2 {
    font-size: 28px;
  }
}
.emailheading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .emailheading {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .emailheading.liveopsheading {
    flex-wrap: wrap;
  }
}
.emailheading img:nth-child(3) {
  margin-left: 130px;
}
@media (max-width: 1030px) {
  .emailheading img:nth-child(3) {
    margin-left: 50px;
    width: 120px;
  }
}
@media (max-width: 991px) {
  .emailheading img:nth-child(3) {
    margin-left: 30px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .emailheading img:nth-child(3) {
    width: 120px;
  }
}
.emailheading img:nth-child(4) {
  margin-left: 110px;
}
@media (max-width: 1030px) {
  .emailheading img:nth-child(4) {
    margin-left: 30px;
    width: 120px;
  }
}
@media (max-width: 991px) {
  .emailheading img:nth-child(4) {
    margin-left: 30px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .emailheading img:nth-child(4) {
    width: 120px;
  }
}
.emailheading h2 {
  font-size: 38px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000000;
  font-family: 'SST Light';
}
@media (max-width: 991px) {
  .emailheading h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 500px) {
  .emailheading h2 {
    font-size: 28px !important;
  }
}
.tool_content_section p {
  color: #003c71;
  font-size: 16px;
}
.toopbigger-text {
  text-align: left;
  margin-bottom: 34px;
  font-size: 24px;
  color: #000000;
  font-family: 'SST Light';
}
@media (max-width: 991px) {
  .toopbigger-text {
    font-size: 20px;
  }
}
.tool_full_width {
  display: flex;
}
.tool_full_width .image_sec {
  width: 100%;
  max-width: 150px;
  display: inline-flex;
}
.tool_full_width .image_sec img {
  width: 100%;
  display: inline;
  box-shadow: 0 10px 16px 0 #00000040;
}
.newmain-content ol {
  margin-top: 10px;
}
.newmain-content p,
.newmain-content ul li,
.newmain-content ol li {
  color: #003c71;
  font-size: 18px;
  line-height: 125%;
  font-family: 'SST Light';
}
.newmain-content p b {
  font-family: 'SST Medium';
  font-weight: normal;
}
.newmain-content a,
.newmain-content a:hover {
  color: #fa031a;
  text-decoration: underline;
}
.toolsection_title {
  color: #203052;
  font-size: 24px;
  line-height: 125%;
  font-family: 'SST Medium';
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .toolsection_title {
    font-size: 20px;
  }
}
.toolsection_title p {
  color: #fb0707;
  font-size: 18px;
  font-family: 'SST Light';
  padding: 0;
  margin: 0;
  display: inline;
}
@media (max-width: 500px) {
  .toolsection_title p {
    font-size: 16px;
  }
}
.toolsection_title span {
  float: right;
  text-align: right;
  color: #fb0707;
  font-size: 18px;
  font-family: 'SST Light';
  padding-right: 25px;
}
@media (max-width: 500px) {
  .toolsection_title span {
    float: left;
    text-align: left;
    font-size: 16px;
  }
}
.toolsection_title span a {
  color: #fb0707;
  text-decoration: none;
}
.toolsection_title span a:hover {
  text-decoration: underline;
}
.toolsection_title::before,
.toolsection_title::after {
  content: "";
  display: block;
  clear: both;
}
.toolmain-images-sec {
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.toolmain-images-sec figure {
  margin: 3px;
  display: inline-block;
}
@media (max-width: 991px) {
  .toolmain-images-sec figure {
    width: 30%;
  }
}
.toolmain-images-sec figure a {
  display: block;
  font-size: 0;
}
.toolmain-images-sec figure img {
  box-shadow: 0px 0px 10px #939393;
}
.toolmain-images-sec::before,
.toolmain-images-sec::after {
  content: "";
  display: block;
  clear: both;
}
/*=============03-11-23=================*/
.tool_physical-content {
  max-width: 1000px;
  width: auto;
  display: inline-block;
  padding: 0  0px 0 35px;
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 1030px) {
  .tool_physical-content {
    width: 730px;
  }
}
@media (max-width: 991px) {
  .tool_physical-content {
    width: 550px;
  }
}
@media (max-width: 500px) {
  .tool_physical-content {
    width: 100%;
    padding: 0;
  }
}
.cms-tae-decks .tool_physical-content {
  max-width: 1000px;
  width: 100%;
}
.tool_physical_2ndtitle_sec {
  font-family: 'SST Light';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 15px;
}
.tool_physical-images-sec {
  flex-wrap: wrap;
  margin-bottom: 32px;
  display: flex;
}
.tool_physical-images-sec h4 {
  padding: 0;
  margin: 0 0 12px;
  color: #1e243c;
  font-size: 18px;
  line-height: 26px;
  font-family: 'SST Condensed Bold';
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 991px) {
  .tool_physical-images-sec h4 {
    font-size: 16px;
  }
}
.tool_physical-images-sec figure {
  margin: 3px 55px 3px 3px;
  display: inline-block;
}
@media (max-width: 1030px) {
  .tool_physical-images-sec figure {
    margin: 3px 30px 3px 3px;
    width: 30%;
  }
}
@media (max-width: 991px) {
  .tool_physical-images-sec figure {
    margin: 3px 25px 3px 3px;
    width: 28%;
  }
}
.tool_physical-images-sec figure:last-child {
  margin: 3px 0px 3px 3px;
}
.tool_physical-images-sec figure a {
  display: block;
  font-size: 0;
}
.tool_physical-images-sec figure img {
  box-shadow: 0px 0px 10px #939393;
  margin-bottom: 20px;
}
.tool_physical-images-sec::before,
.tool_physical-images-sec::after {
  content: "";
  display: block;
  clear: both;
}
.tool_liveops_2ndtitle_sec {
  font-family: 'SST Light';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .tool_liveops_2ndtitle_sec {
    font-size: 20px;
    line-height: 20px;
  }
}
.tool_liveops_3rdtitle_sec {
  font-family: 'SST Light';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 8px;
  display: flex;
}
@media (max-width: 500px) {
  .tool_liveops_3rdtitle_sec {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1030px) {
  .tool_liveops_3rdtitle_sec {
    line-height: 24px;
    display: block;
  }
  .tool_liveops_3rdtitle_sec img {
    margin-top: 10px;
  }
}
.tool_liveops-images-sec {
  margin-bottom: 15px;
  display: flex;
  background: #e9f7fc;
  padding: 45px 10px;
}
@media (max-width: 500px) {
  .tool_liveops-images-sec {
    padding: 25px 10px;
  }
}
.tool_liveops-images-sec figure {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}
@media (max-width: 991px) {
  .tool_liveops-images-sec figure {
    width: 30%;
  }
}
.tool_liveops-images-sec figure:last-child {
  margin: 0 0 0 0px;
}
.tool_liveops-images-sec figure a {
  display: block;
  font-size: 0;
}
.tool_liveops-images-sec figure img {
  display: block;
}
.tool_liveops-images-sec::before,
.tool_liveops-images-sec::after {
  content: "";
  display: block;
  clear: both;
}
.tool_liveops_4thtitle_sec {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  font-family: 'SST Light';
}
.tool_liveops_4thtitle_sec b {
  font-family: 'SST Heavy';
  font-style: normal;
  font-weight: normal;
}
.tool_liveops_4thtitle_sec span {
  color: #fd0404;
}
.tool_liveops_4thtitle_sec p {
  margin-bottom: 20px;
  padding: 0;
}
.livopsredtext {
  color: #fd0404;
  font-family: 'SST Roman';
}
.tool_codepull-images-sec {
  margin-bottom: 5px;
  display: flex;
}
@media (max-width: 500px) {
  .tool_codepull-images-sec {
    flex-wrap: wrap;
  }
}
.tool_codepull-images-sec figure {
  margin: 0px 6px 0px 0px;
  display: inline-block;
  background: #e9f7fc;
  padding: 20px 10px;
  width: 30%;
  text-align: center;
}
@media (max-width: 991px) {
  .tool_codepull-images-sec figure {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .tool_codepull-images-sec figure {
    width: 100%;
    padding: 20px 10px;
    margin: 0 0 10px;
  }
}
.tool_codepull-images-sec figure:last-child {
  margin: 0 0 0 0px;
  width: 38%;
}
@media (max-width: 500px) {
  .tool_codepull-images-sec figure:last-child {
    width: 100%;
  }
}
.tool_codepull-images-sec figure h4 {
  font-size: 15.5px;
  color: #f90404;
  font-family: 'SST Heavy';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .tool_codepull-images-sec figure h4 {
    font-size: 14px;
  }
}
.tool_codepull-images-sec figure h4 span {
  color: #14469a;
}
.tool_codepull-images-sec figure p {
  font-size: 15px;
  color: #918c8c;
  font-family: 'SST Bold';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .tool_codepull-images-sec figure p {
    font-size: 10px;
  }
}
.tool_codepull-images-sec figure p span {
  color: #fd021a;
}
.tool_codepull-images-sec figure a {
  display: block;
  font-size: 0;
}
.tool_codepull-images-sec figure img {
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}
.tool_codepull-images-sec::before,
.tool_codepull-images-sec::after {
  content: "";
  display: block;
  clear: both;
}
.codepullnoenvelopetext {
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
  font-family: 'SST Roman';
  font-style: normal;
  font-weight: normal;
}
.codepullnoenvelopetext a {
  text-decoration: none;
  color: #000;
}
.tool_email-images-sec {
  margin-bottom: 5px;
  display: flex;
}
.tool_email-images-sec figure {
  margin: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tool_email-images-sec figure a {
  display: block;
  font-size: 0;
}
.tool_email-images-sec figure img {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1300px) {
  .main-content {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .admininterior_iconarea ul li {
    padding: 20px 10px;
  }
  .admininterior_eventtypeareaarea ul li {
    padding-right: 15px;
  }
  .bsntopmenu ul li a {
    padding: 0 20px 11px;
    font-size: 13px;
  }
  .admininterior_heading h1 {
    font-size: 40px;
  }
  .admininterior_iconarea ul li img {
    max-width: 57px;
    margin-bottom: 5px;
  }
  .admininterior_iconarea ul li p {
    font-size: 16px;
  }
  .admininterior_eventtypewrapper h2 {
    font-size: 32px;
  }
  .cn_header_title_sec h2 {
    font-size: 32px;
  }
  .breadcrumbs {
    padding: 20px 0 0;
  }
  .main-content {
    width: 78%;
  }
}
@media (max-width: 1024px) {
  .admininterior_eventtypeareaarea ul {
    flex-direction: column;
  }
  .admininterior_eventtypeareaarea ul li {
    padding-right: 0;
    width: 100% !important;
  }
  .admininterior_heading h1 {
    font-size: 38px;
  }
  .main-images-sec .half_width {
    width: 100%;
  }
  .bsntopmenu ul li a {
    padding: 0 9px 11px;
    font-size: 12px;
  }
  .main-content {
    width: 75%;
  }
}
@media (max-width: 990px) {
  .bsntopmenu ul li a {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cn_header_title_sec h2 {
    font-size: 36px;
  }
  .main-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .main-content {
    width: 100% !important;
    padding: 0;
  }
  .admininterior_iconarea ul {
    flex-wrap: wrap;
  }
  .admininterior_iconarea ul li {
    margin: 10px;
  }
  .admininterior_iconarea ul li:last-child {
    margin-right: 10px;
  }
  .admininterior_eventtypeareaarea {
    width: 100%;
  }
  .admininterior_top10area {
    width: 100%;
  }
  .admininterior_eventtypewrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .admininterior_eventtypeareaarea ul {
    flex-direction: column;
  }
  .admininterior_eventtypeareaarea ul li {
    padding-right: 0;
    width: 100%;
  }
  .admininterior_heading h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .cn_header_title_sec h2 {
    font-size: 28px;
  }
  .cn_content_section .bigger-text {
    font-size: 20px;
  }
  .section-menu ul li {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .doctor_letter ul li {
    font-size: 16px;
  }
  .main-content p,
  .main-content ul li,
  .main-content ol li {
    font-size: 16px;
  }
  .cms-tae-tool-box-envelope-logo-template .main-content img {
    max-width: 100%;
  }
  .cliniclogo_sec_btm ul li {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .admininterior_heading h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .admininterior_eventtypewrapper h2 {
    font-size: 28px;
  }
  .admininterior_eventtypewrapper h3 {
    font-size: 18px;
  }
  .doctor_letter ul li ul {
    padding: 0 0 0 86px;
  }
  .doctor_letter ul li ul li span {
    font-size: 12px;
  }
  .best_practice,
  .group_sec {
    flex-wrap: wrap;
  }
  .best_practice div,
  .group_sec div {
    margin-left: 0;
  }
  .best_practice div {
    padding-right: 0;
  }
  .cn_header_title_sec h2 {
    font-size: 25px;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
