@charset "UTF-8";
body,
html {
  height: 100%;
  font-size: 13px;
}

.am-layout {
  min-height: 100%;
  margin: 0 0 -30px 0;
  padding: 0;
}
@media all and (min-width: 800px) {
  .am-layout {
    background: url("../img/layout-bg.png") repeat-y top center #ededed;
  }
}

.am-credits {
  margin-top: -2em;
  color: #333;
  height: 2em;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.5;
}
.am-credits a {
  color: #3f7fb0 !important;
}

.am-common {
  font-family: Tahoma, Arial, san-serif;
  color: #303030;
}
.am-common legend {
  color: #303030;
}
.am-common h1 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
  height: auto;
  margin: 0 0 0.6em;
}
.am-common h2 {
  font-size: 1.2rem;
  line-height: 1em;
  height: auto;
  margin: 0 0 0.6em;
}
.am-common h3 {
  font-size: 1rem;
  line-height: 1em;
  height: auto;
  font-weight: bold;
  margin: 0 0 0.6em;
}
.am-common em {
  font-style: italic;
}
.am-common p {
  padding-bottom: 0.6em;
  line-height: 1.5em;
}
.am-common strong {
  font-weight: bold;
}
.am-common hr {
  background-color: #dbdbdb;
  border: 0;
  width: 100%;
  height: 1px;
}
.am-common a {
  color: #3f7fb0;
}
.am-common pre {
  line-height: 150%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.am-common a:focus {
  outline: none;
}
.am-common a:hover {
  text-decoration: none;
}
.am-common ul {
  margin: 0 0 1em 2em;
}
.am-common ul li {
  list-style-type: disc;
  margin-bottom: 0.4em;
}
.am-common ol {
  margin: 0 0 1em 2em;
}
.am-common ol li {
  list-style-type: decimal;
  margin-bottom: 0.4em;
}

.am-main {
  /* applies to am-header-content/am-body-content-wrapper/am-footer-content-wrapper */
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
@media all and (max-width: 320px) {
  .am-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.am-header {
  overflow: hidden;
  background: #325069;
}
.am-header .am-header-content-wrapper {
  border-width: 0 1px;
  border-style: solid;
  border-color: #688296;
  background: url("../img/header-wrapper-bg.png") repeat-x top left #355873;
}
.am-header .am-header-content {
  padding: 10px 0;
  overflow: hidden;
}
.am-header .am-header-content .am-header-content-logo {
  float: left;
  margin-right: 1em;
}

.am-header-line {
  height: 12px;
  background: #9c9c9c;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #ebebeb;
}

@media all and (min-width: 800px) {
  .am-body {
    background: url("../img/body-bg.png") repeat-x left top #ededed;
  }
}
.am-body .am-body-content-wrapper {
  text-align: left;
  background: white;
  padding-bottom: 50px;
  padding-top: 1em;
}
@media all and (min-width: 800px) {
  .am-body .am-body-content-wrapper {
    border-color: #dbdbdb;
    border-width: 0 1px;
    border-style: solid;
  }
}
.am-body .am-body-content-top::after {
  content: " ";
  display: block;
  clear: both;
}

.am-footer {
  color: #919191;
  height: 30px;
}
.am-footer .am-footer-content-wrapper {
  background: #325069;
  color: white;
  height: 30px;
}
.am-footer .am-footer-content {
  padding-top: 0.5em;
}
.am-footer .am-footer-content a {
  color: white;
}
.am-footer .am-footer-actions {
  float: right;
}

.am-member-payment-history-amount {
  text-align: right;
}

@media all and (max-width: 500px) {
  .am-member-payment-history-items {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .am-member-payment-history-paysys {
    display: none;
  }
}
.am-member-payment-history-row-refund td,
.am-member-payment-history-row-refund td a {
  color: #ba2727;
}

ul.am-breadcrumbs {
  font-size: 90%;
  margin: 0 0 0.5em;
  overflow: hidden;
  padding: 0 1em 0 0;
}
ul.am-breadcrumbs .am-breadcrumbs-item,
ul.am-breadcrumbs .am-breadcrumbs-separator {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
  list-style: none;
}

.am-thanks-awaiting-refresh {
  margin-top: 20px;
  color: gray;
}

.am-thanks-status-success {
  padding-bottom: 1em;
  color: green;
}

.am-thanks-payment-details {
  padding-bottom: 1em;
}

.am-thanks-login-offer {
  padding-bottom: 1em;
}

/* Grid */
.am-check-all-offer {
  background-color: #ffc;
  padding: 0.5em;
  border: 1px solid white;
  border-bottom: none;
}

.am-filter-wrap {
  color: #333;
  background: #e7e8e9;
  padding: 0.5em;
  text-align: right;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 3px;
}
.am-filter-wrap .filter-title {
  float: right;
  margin-right: 1em;
  line-height: 2em;
}
.am-filter-wrap .filter-inputs {
  float: right;
  margin-right: 0.5em;
  text-align: left;
}
.am-filter-wrap .filter-button {
  float: right;
  text-align: left;
}
.am-filter-wrap .filter-button input[type=submit],
.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cGF0aCBkPSJNMCw4IEwwLDEwIEwxNSwxMCBMNywxOCBMOSwxOCBMMTgsOSBMOSwwIEw3LDAgTDE1LDggWiIgc3R5bGU9ImZpbGw6IzU1NTk2MDsgc3Ryb2tlLXdpZHRoOjAiLz48L3N2Zz4=") no-repeat center center transparent;
  vertical-align: middle;
}
.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
  background-color: #dedede;
  border-color: #c2c2c2;
  box-shadow: 0 0 5px #0000001d;
}
.am-filter-wrap form.filter {
  float: none;
  margin: 0;
}
.am-filter-wrap form.filter input[type=text] {
  background-image: url("../img/icons/magnify.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}
.am-filter-wrap form.filter input[type=text].datepicker {
  background-image: url("../img/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.am-group-wrap,
.am-norecord-actions {
  margin-bottom: 1em;
}
.am-group-wrap .link,
.am-norecord-actions .link {
  display: inline-block;
  margin: 0.4em 1em;
}

.am-grid-back {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/grid-return.png") no-repeat center center;
  vertical-align: top;
  transition: background-color 0.4s;
  border-radius: 9999px;
  vertical-align: middle;
}

.am-grid-back:hover,
.am-grid-back:active {
  background-color: #e7e8e9;
}

.am-grid-title-text {
  vertical-align: middle;
}

.am-grid-total {
  padding: 0.5em;
  text-align: right;
}

.am-grid-container {
  border: 1px solid #c2c2c2;
  box-shadow: 0 2px 4px #d6d6d6aa;
  margin-bottom: 1em;
  overflow-x: auto;
}

.am-grid-title-desc {
  font-size: 1.2rem;
  opacity: 0.8;
}

.am-grid {
  margin: 0;
  width: 100%;
}
.am-grid tr.am-grid-row.expanded, .am-grid tr.am-grid-row.even, .am-grid tr.am-grid-row.odd {
  border-bottom: none;
}
.am-grid tr.am-grid-row.odd td {
  background-color: #d3dce3;
}
.am-grid tr.am-grid-row.odd td.sorted {
  background-color: #bed4e2;
}
.am-grid tr.am-grid-row.selected {
  background: #ffc;
}
.am-grid tr.am-grid-row.selected td {
  background: none !important;
}
.am-grid tr.am-grid-row.emphase {
  background-color: #ffc;
}
.am-grid tr.am-grid-row.emphase td {
  background: none !important;
}
.am-grid tr.am-grid-row > td {
  padding: 0.8em 0.5em;
  vertical-align: top;
}
.am-grid tr.am-grid-row > td.break {
  word-break: break-word;
  word-wrap: break-word;
}
.am-grid th {
  padding: 0.6em 0.5em;
  font-size: 90%;
  font-weight: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  background: url("../img/grid-th-border.gif") repeat-y right top #335571;
  color: #ced3d8;
}
.am-grid th a {
  padding-right: 20px;
  display: block;
  color: #ced3d8;
  text-decoration: none;
  background: url("../img/grid-sortable.png") no-repeat right center;
}
.am-grid th a.sorted-asc {
  color: white;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjYiIHdpZHRoPSIxMiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAsMCBMNSw1IEwxMCwwIiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=") no-repeat right center;
}
.am-grid th a.sorted-desc {
  color: white;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjYiIHdpZHRoPSIxMiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAsNSBMNSwwIEwxMCw1IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=") no-repeat right center;
}
.am-grid th:last-child {
  background: #335571;
}
.am-grid tr.am-grid-row:hover > td.actions a {
  filter: grayscale(0%);
}
.am-grid tr.am-grid-row > td {
  background: #f6f7f8;
}
.am-grid tr.am-grid-row > td.sorted {
  background: #d9e6ee;
}
.am-grid tr.am-grid-row > td.actions {
  text-align: center;
}
.am-grid tr.am-grid-row > td.actions a {
  filter: grayscale(80%);
  transition: all 300ms ease;
}
.am-grid tr.am-grid-row > td.record-sort {
  background-image: url("../img/grid-move.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
}
.am-grid tr.am-grid-row > td.expandable-data {
  background: #eef;
}
.am-grid tr.am-grid-row > td.expanded {
  background: #eef !important;
  border-bottom-color: #eef;
}
.am-grid tr.am-grid-row > td.expandable {
  cursor: pointer;
}
.am-grid tr.am-grid-row > td.expandable div.arrow {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 5px;
  left: auto;
  bottom: auto;
  overflow: hidden;
  float: right;
  margin: 0px;
  padding-left: 10px;
  background: url("../img/arrow.png") no-repeat right;
}
.am-grid tr.am-grid-row > td.expandable div.placeholder {
  margin-right: 18px;
}
.am-grid .editable {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  float: right;
  margin: 0px;
  padding-left: 10px;
  background: url("../img/pencil.png") no-repeat right;
}
.am-grid .live-edit,
.am-grid .live-select {
  cursor: pointer;
}
.am-grid .disabled > td {
  opacity: 0.75;
  filter: Alpha(Opacity=75);
}
.am-grid th.required {
  color: #a94442;
  text-shadow: none;
}
.am-grid tr.am-grid-row > td.selected {
  background: #d9e6ee;
}

.am-grid.am-grid-small {
  font-size: 80%;
}
.am-grid.am-grid-small th {
  border: none;
  background: #f1f1f1;
  border-bottom: 1px solid #c2c2c2;
  color: inherit;
}

.am-grid-container.am-grid-container-small {
  box-shadow: none;
  border-color: #d7d7d7;
}

.grid-action-export-preset-list {
  margin: 1em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item {
  padding-bottom: 0.5em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item:hover .grid-action-export-preset-list-action {
  display: inline;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action {
  display: none;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action a,
.grid-action-export-preset-list .grid-action-export-preset-list-action a:visited {
  color: #BA2727;
}

.live-edit-placeholder {
  font-style: italic;
  opacity: 0.4;
}

.am-grid-storage a.local {
  text-decoration: none;
}
.am-grid-storage a.local:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #a7b3bd;
}
.am-grid-storage .am-grid-storage-name img {
  vertical-align: middle;
}

/* END Grid */
.am-account-toolbar {
  position: relative;
  margin-bottom: 1em;
}

.am-account-toolbar-items {
  overflow: hidden;
}

.am-tabs-narrow-switch {
  cursor: pointer;
  float: left;
  padding-right: 8px;
  display: none;
}

.am-tabs-narrow-dashboard {
  float: left;
  padding-right: 8px;
  display: none;
}

@media all and (max-width: 500px) {
  .am-tabs-narrow-switch,
.am-tabs-narrow-dashboard {
    display: block;
  }

  .am-lang-title {
    display: none;
  }

  .am-account-toolbar {
    margin-bottom: 0.5em;
    overflow: visible;
    z-index: 10;
  }
  .am-account-toolbar .am-account-toolbar-items {
    padding: 0.5em;
    background: #eee;
  }

  .am-account-toolbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 5px grey;
  }
}
.am-user-identity-block {
  background: url("../img/identity-glyph.png") no-repeat left center;
  font-weight: bold;
  padding-left: 25px;
  line-height: 24px;
  float: left;
}
.am-user-identity-block a {
  text-decoration: none;
  font-weight: normal;
}
@media all and (max-width: 500px) {
  .am-user-identity-block {
    background: none;
    padding-left: 0;
  }
  .am-user-identity-block .am-user-identity-block_login {
    max-width: 100px;
    max-height: 24px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-right: 0.4em;
  }
}

.am-user-identity-block-avatar {
  font-weight: bold;
  overflow: hidden;
  line-height: 24px;
  float: left;
}
.am-user-identity-block-avatar a {
  text-decoration: none;
  font-weight: normal;
}
@media all and (max-width: 500px) {
  .am-user-identity-block-avatar .am-user-identity-block_login {
    max-width: 100px;
    max-height: 24px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-right: 0.4em;
  }
}

.am-user-identity-block-avatar-pic {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 0.5em;
  float: left;
}
.am-user-identity-block-avatar-pic img {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 500px) {
  .am-user-identity-block-avatar-pic {
    display: none;
  }
}

/* two column layout, used for login/sendpass on login and signup page */
.am-layout-two-coll {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 3px #e3e3e3;
  background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
  .am-layout-two-coll {
    background: url("../img/two-coll-divider-middel.png") repeat-y top center #f5f5f5;
  }
}
.am-layout-two-coll .am-layout-two-coll-bottom {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-bottom {
    background: url("../img/two-coll-divider-bottom.png") repeat-y top center;
  }
}
.am-layout-two-coll .am-layout-two-coll-top {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-top {
    background: url("../img/two-coll-divider-top.png") repeat-y top center;
  }
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-coll-left,
.am-layout-two-coll .am-coll-right {
    float: left;
    width: 50%;
  }
}
.am-layout-two-coll .am-coll-left .am-coll-content {
  margin: 0 1em;
}
.am-layout-two-coll .am-coll-right .am-coll-content {
  margin: 0 1em;
}

/* Pagination */
.am-pagination {
  clear: both;
  font-size: 100%;
  padding: 0.5em 0;
  margin: 0.5em 0;
}
.am-pagination a {
  text-decoration: none;
  color: #5e6e7a;
  background: #d3dce3;
  border-radius: 3px;
}
.am-pagination a, .am-pagination span {
  padding: 0.6em 0.8em;
  margin-right: 5px;
  margin-bottom: 5px;
}
.am-pagination .am-pagination-current {
  background: #97b1c2;
  color: #fff;
  border-radius: 3px;
}
.am-pagination .am-pagination-current.am-pagination-prev,
.am-pagination .am-pagination-current.am-pagination-next {
  color: #afb5ba;
  background: #e3e6e8;
}
@media all and (max-width: 360px) {
  .am-pagination {
    text-align: center;
  }
  .am-pagination span.am-pagination-dots {
    padding: 0.6em 0.1em;
  }
  .am-pagination .am-pagination-prev,
.am-pagination .am-pagination-next {
    display: none;
  }
}

/* Tabs - user member area menu */
ul.am-tabs {
  display: block;
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: left;
}
ul.am-tabs .menu-item-alert {
  border-radius: 1.2em;
  margin-left: 0.2em;
  min-width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  padding: 0.2em;
  font-size: 70%;
  background: #fafafa;
  display: inline-block;
  text-align: center;
  color: #333;
}
ul.am-tabs #menu-member {
  width: 1em;
  height: 1.5em;
  text-indent: 2em;
  overflow: hidden;
  background: url("../img/dashboard.png") no-repeat center center;
}
ul.am-tabs li.active #menu-member,
ul.am-tabs #menu-member:hover {
  background-image: url("../img/dashboard-h.png");
}
ul.am-tabs li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: unset;
}
ul.am-tabs > li {
  float: left;
  background: url("../img/tab-bg.png") repeat-x top left #e8e8e8;
}
ul.am-tabs a {
  display: block;
  box-sizing: content-box;
  margin: 0;
  height: 1.5em;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 0.5em 1em;
  border-right: 1px solid #ccc;
  color: #555960;
  text-decoration: none;
}
ul.am-tabs li.active > a,
ul.am-tabs li.normal > a:hover {
  border-color: #c7665b;
  color: white;
}
ul.am-tabs li.active,
ul.am-tabs li.normal:hover {
  background: url("../img/tab-hover-bg.png") repeat-x top left #e34b3d;
}
ul.am-tabs li.active .menu-item-alert,
ul.am-tabs li.normal:hover .menu-item-alert {
  color: #e34b3d;
}
ul.am-tabs li ul {
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  margin: 0;
  padding: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
ul.am-tabs li > ul ul {
  top: 0;
  left: 100%;
  margin-left: -2px;
}
ul.am-tabs li > ul ul.am-tabs-flip {
  right: 100%;
  left: unset;
}
ul.am-tabs li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  margin-left: -1px;
}
ul.am-tabs .has-children .has-children {
  position: relative;
}
ul.am-tabs .has-children ul {
  background: url("../img/tab-bg.png") repeat-x top left #e8e8e8;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #ccc;
  min-width: 150px;
  box-shadow: 0 3px 3px #0000001a;
}
ul.am-tabs .has-children li {
  margin: 0;
  border-radius: 0;
}
ul.am-tabs .has-children ul a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
ul.am-tabs .has-children > a:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ul.am-tabs .has-children > a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 100%;
  margin: 0 0 2px 5px;
  padding: 0;
  float: right;
  overflow: hidden;
  background: url("../img/arrow.png") no-repeat right center;
}
ul.am-tabs .has-children.active > a::after,
ul.am-tabs .has-children > a:hover::after {
  background-image: url("../img/arrow-white.png");
}
ul.am-tabs .has-children .has-children > a::after {
  width: 5px;
  height: 100%;
  background: url("../img/arrow-h.png") no-repeat right center;
}
ul.am-tabs .has-children .has-children.active > a::after,
ul.am-tabs .has-children .has-children > a:hover::after {
  background-image: url("../img/arrow-h-white.png");
}

/* END Tabs */
/* Tabs Narrow - user member area menu */
.am-tabs-narrow-stuff {
  display: none;
}

.am-tabs-narrow-wrapper {
  display: none;
  clear: both;
  position: absolute;
  width: 100%;
}
.am-tabs-narrow-wrapper.am-tabs-narrow-wrapper-open {
  animation-name: tabs-narrow;
  animation-duration: 0.5s;
}
.am-tabs-narrow-wrapper .am-tabs-narrow-wrapper-tail {
  background: url("../img/menu-pointer.png") no-repeat right;
  width: 24px;
  height: 12px;
  margin-top: -12px;
  margin-left: 0.5em;
  padding-left: 32px;
}

@keyframes tabs-narrow {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
ul.am-tabs-narrow {
  position: relative;
  margin: 0;
  padding: 1em;
  background: #dbdbdb;
  text-align: left;
}
ul.am-tabs-narrow ul {
  margin: 0;
  padding: 1em;
  display: none;
  position: absolute;
  min-height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  background: #dbdbdb;
}
ul.am-tabs-narrow ul div.am-tab-close {
  color: #303030;
  font-size: 1.1rem;
  float: right;
  cursor: pointer;
}
ul.am-tabs-narrow ul div.am-tab-close::after {
  content: "✕";
}
ul.am-tabs-narrow li.am-tab-opened > ul {
  display: block;
}
ul.am-tabs-narrow li {
  list-style-type: none;
}
ul.am-tabs-narrow a {
  padding-bottom: 0.4em;
  display: block;
}
ul.am-tabs-narrow li.active > a {
  font-weight: bold;
}

@media all and (max-width: 500px) {
  .am-tabs-wrapper {
    display: none;
  }

  .am-tabs-narrow-wrapper {
    display: block;
  }
}
@media all and (max-width: 600px) {
  ul.am-tabs a {
    padding: 0.4em 0.5em;
  }
}

/* END Tabs Narrow */
/* Receipt table from thanks.phtml */
.am-receipt {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em;
  border-collapse: collapse;
  box-shadow: 0 1px 1px #e0e0e0;
}
.am-receipt table.am-receipt-table {
  width: 100%;
  border: none;
}
.am-receipt td {
  background-color: #ededed;
  padding: 0.5em;
  border: 1px solid white;
  border: 1px solid #ffffff55;
}
.am-receipt th {
  font-weight: bold;
  padding: 0.5em;
  border: none;
}
@media all and (max-width: 500px) {
  .am-receipt th {
    padding: 0;
    font-weight: normal;
    font-size: 80%;
  }
  .am-receipt .am-receipt-terms {
    font-size: 80%;
  }
}
.am-receipt td.am-receipt-total {
  background-color: #d3dce3;
}
.am-receipt td.am-receipt-terms {
  background: none;
}
.am-receipt td.am-receipt-indent {
  background: none;
}
.am-receipt .am-receipt-row-delimiter td {
  background: none;
}
.am-receipt .am-receipt-price {
  width: 20%;
  text-align: right;
}
.am-receipt .am-receipt-unit-price {
  width: 20%;
  text-align: right;
}
.am-receipt .am-receipt-qty {
  width: 10%;
  text-align: right;
}
.am-receipt .am-receipt-discounted-price {
  text-decoration: line-through;
  color: #F44336;
}

/* Common Form Elements */
.am-admin input, .am-admin textarea, .am-admin select, .am-admin button,
.am-body-content input,
.am-body-content textarea,
.am-body-content select,
.am-body-content button,
.am-popup input,
.am-popup textarea,
.am-popup select,
.am-popup button {
  max-width: 100%;
  line-height: normal;
  font-family: Roboto, Helvetica, Tahoma, Arial, sans-serif;
  box-sizing: border-box;
}
.am-admin a.button,
.am-body-content a.button,
.am-popup a.button {
  display: inline-block;
  text-decoration: none;
}
.am-admin a.button,
.am-admin input[type=button],
.am-admin input[type=submit],
.am-body-content a.button,
.am-body-content input[type=button],
.am-body-content input[type=submit],
.am-popup a.button,
.am-popup input[type=button],
.am-popup input[type=submit] {
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  padding: 0.5em 1.2em;
  margin: 0;
  border-radius: 3px;
  color: #555960;
}
.am-admin a.button:hover,
.am-admin a.button:active,
.am-admin a.button.active,
.am-admin input[type=button]:hover,
.am-admin input[type=submit]:hover,
.am-admin input[type=button]:active,
.am-admin input[type=submit]:active,
.am-admin input[type=button].active,
.am-admin input[type=submit].active,
.am-body-content a.button:hover,
.am-body-content a.button:active,
.am-body-content a.button.active,
.am-body-content input[type=button]:hover,
.am-body-content input[type=submit]:hover,
.am-body-content input[type=button]:active,
.am-body-content input[type=submit]:active,
.am-body-content input[type=button].active,
.am-body-content input[type=submit].active,
.am-popup a.button:hover,
.am-popup a.button:active,
.am-popup a.button.active,
.am-popup input[type=button]:hover,
.am-popup input[type=submit]:hover,
.am-popup input[type=button]:active,
.am-popup input[type=submit]:active,
.am-popup input[type=button].active,
.am-popup input[type=submit].active {
  cursor: pointer;
  border-color: #688296;
  background-image: url("../img/form-button-hover-bg.png");
  background-color: #4e80a6;
  color: white;
}
.am-admin input[type=button]:disabled,
.am-admin input[type=submit]:disabled,
.am-body-content input[type=button]:disabled,
.am-body-content input[type=submit]:disabled,
.am-popup input[type=button]:disabled,
.am-popup input[type=submit]:disabled {
  color: #ccc;
  border: 1px solid #ced4da;
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  text-shadow: none;
}
.am-admin input:disabled,
.am-admin input[readonly],
.am-admin input[type=text][readonly]:focus,
.am-body-content input:disabled,
.am-body-content input[readonly],
.am-body-content input[type=text][readonly]:focus,
.am-popup input:disabled,
.am-popup input[readonly],
.am-popup input[type=text][readonly]:focus {
  background: #e8e8e8;
  border: 1px solid #ced4da;
  color: #ccc;
  box-shadow: none;
}
.am-admin select,
.am-admin textarea,
.am-admin input[type=text],
.am-admin input[type=password],
.am-body-content select,
.am-body-content textarea,
.am-body-content input[type=text],
.am-body-content input[type=password],
.am-popup select,
.am-popup textarea,
.am-popup input[type=text],
.am-popup input[type=password] {
  padding: 0.5em 0.75em;
  margin: 0;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.am-admin button:focus,
.am-admin textarea:focus,
.am-admin select:focus,
.am-admin input:focus,
.am-body-content button:focus,
.am-body-content textarea:focus,
.am-body-content select:focus,
.am-body-content input:focus,
.am-popup button:focus,
.am-popup textarea:focus,
.am-popup select:focus,
.am-popup input:focus {
  outline: none;
}
.am-admin textarea:focus,
.am-admin input[type=text]:focus,
.am-admin input[type=password]:focus,
.am-body-content textarea:focus,
.am-body-content input[type=text]:focus,
.am-body-content input[type=password]:focus,
.am-popup textarea:focus,
.am-popup input[type=text]:focus,
.am-popup input[type=password]:focus {
  background-color: #ffffcf;
  border-color: #c1def5;
  box-shadow: 0 0 2px #c1def5;
}
.am-admin select:focus,
.am-body-content select:focus,
.am-popup select:focus {
  border-color: #c1def5;
  box-shadow: 0 0 2px #c1def5;
}
.am-admin textarea.am-error,
.am-admin input.am-error,
.am-body-content textarea.am-error,
.am-body-content input.am-error,
.am-popup textarea.am-error,
.am-popup input.am-error {
  background-color: #fce6e6;
  border: 1px solid #a94442;
}

/* END Common Form Elements */
/* Form*/
.am-form {
  margin-bottom: 1em;
  /* support for form elements without the label */
  /* support for wide elements */
}
.am-form input, .am-form textarea, .am-form select, .am-form button {
  line-height: normal;
  display: inline-block;
  max-width: 100%;
  background: white;
}
.am-form input[type=text], .am-form input[type=password], .am-form textarea, .am-form select, .am-form button {
  height: auto;
}
.am-form input[type=radio],
.am-form input[type=checkbox] {
  width: auto;
}
.am-form form {
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px -1px #b0b0b0;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}
.am-form.am-form-noborder form {
  border: none;
  box-shadow: none;
}
.am-form.am-form-vertical form {
  border: none;
  box-shadow: none;
}
.am-form fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.am-form fieldset legend {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.5em 1rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  background: #f8f9f9;
  border-bottom: 1px solid #d5d5d5;
}
.am-form fieldset.am-adv-fieldset > legend {
  cursor: pointer;
  color: #3f7fb0;
}
.am-form fieldset.am-adv-fieldset > legend:hover {
  background: #f1f1f1;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable {
  position: relative;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable::after {
  border-bottom: 1px #9aa9b3 dashed;
  content: "";
  height: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
}
.am-form fieldset.am-adv-fieldset-closed > legend .am-adv-fieldset-lable {
  font-weight: bold;
}
.am-form .am-row:first-child .am-element-title:first-child {
  border-radius: 3px 3px 0 0;
}
.am-form .am-row.disabled {
  opacity: 0.5;
}
.am-form .am-row.am-row-highlight {
  background: #ffe;
}
.am-form .am-row.am-row-head {
  background: #f8f9f9;
}
.am-form .am-row.am-row-head .am-element-title {
  text-align: left;
}
.am-form div.reqnote {
  clear: both;
  font-size: 80%;
  margin: 0.5em 0 0 1em;
}
.am-form div.am-row {
  margin: 0;
}
.am-form.am-form-nolines div.am-row {
  border: none;
}
@media all and (max-width: 499px) {
  .am-form div.am-row-buttons {
    text-align: center;
  }
}
.am-form div.am-element-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
}
@media all and (min-width: 500px) {
  .am-form div.am-element-title {
    width: 35%;
    float: left;
    text-align: right;
    padding: 1em 0.5em 1em 1em;
  }
}
.am-form div.am-element-title label {
  font-weight: bold;
  margin-bottom: 0.4em;
  display: block;
}
.am-form div.am-element-title .comment strong,
.am-form div.am-element-title .comment b {
  opacity: 0.8;
}
.am-form div.am-element-title .comment {
  font-size: 1rem;
  line-height: 120%;
  opacity: 0.8;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
.am-form div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
}
@media all and (min-width: 500px) {
  .am-form div.am-element {
    margin-left: 35%;
    padding: 1em 1em 1em 0.5em;
  }
}
@media all and (max-width: 500px) {
  .am-form div.am-element input[type=text],
.am-form div.am-element input[type=password],
.am-form div.am-element input[type=submit],
.am-form div.am-element textarea,
.am-form div.am-element select {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.2em;
  }
  .am-form div.am-element input.el-short {
    width: auto;
  }
}
.am-form.am-form-vertical div.am-element-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1em 0.3em;
  font-size: 120%;
}
@media all and (min-width: 500px) {
  .am-form.am-form-vertical div.am-element-title {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.am-form.am-form-vertical div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em;
  margin-left: 0;
  width: 100%;
  float: left;
  text-align: left;
}
.am-form.am-form-nolabels div.am-element-title {
  display: none;
}
.am-form.am-form-nolabels div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em;
  margin-left: 0;
  width: 100%;
  float: left;
  text-align: left;
}
.am-form div.am-row.am-no-label .am-element {
  margin: 0;
  padding: 1em 1em;
}
.am-form div.am-row.am-no-label div.am-element-title {
  width: 0;
  display: none;
}
.am-form div.am-row.am-row-wide .am-element {
  margin: 0;
  padding: 0.5em 1em;
}
.am-form div.am-row.am-row-wide .am-element-title {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0.5em 1em;
}
.am-form textarea {
  overflow: auto;
}
.am-form input[type=text],
.am-form input[type=password],
.am-form select,
.am-form textarea {
  padding: 0.5em 0.75em;
}
.am-form span.error,
.am-form span.required {
  color: #a94442;
}
.am-form span.am-error {
  display: block;
}
.am-form input.am-error, .am-form textarea.am-error, .am-form select.am-error {
  border: 1px solid #a94442;
}
.am-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.am-form span.mceEditor {
  display: block;
}
.am-form input.datepicker,
.am-form input[type=text].datepicker {
  background-image: url("../img/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}
.am-form .input_datetime {
  border: 1px solid #c2c2c2;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
}
.am-form .input_datetime input[type=text] {
  border: none;
  text-align: center;
}
.am-form .input_datetime .input_datetime-date {
  border-radius: 3px 0 0 3px;
  float: left;
  display: block;
}
.am-form .input_datetime .input_datetime-time {
  border-radius: 0 3px 3px 0;
  float: left;
  display: block;
  background: #fafafa;
}
.am-form div.am-row::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.am-form input[type=checkbox] {
  vertical-align: middle;
}

.am-el-wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* Special Styles for Signup Form */
.am-signup-form input.valid {
  background: url("../img/icons/valid.png") white right center no-repeat;
}
.am-signup-form input.am-with-action.valid {
  background: url("../img/icons/valid.png") white 90% center no-repeat;
}
.am-signup-form input.am-product-qty.valid {
  background-image: none;
}

.am-aff-referred-by {
  text-align: center;
  color: #777;
}

a.am-brick-product-remove {
  text-decoration: none;
  color: #303030;
}

a.am-brick-product-remove:hover {
  color: #ba2727;
}

.am-form-container {
  overflow: hidden;
}
@media all and (min-width: 800px) {
  .am-form-container .am-form-form {
    float: left;
    width: 65%;
  }
  .am-form-container .am-form-sidebar {
    display: block;
    width: 35%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.am-form-container .am-form-sidebar-sidebar {
  border: 1px solid #ddd;
  border-top-width: 1px;
  border-radius: 3px;
  padding: 1em;
  box-shadow: 0 1px 1px -1px #b0b0b0;
}

/* Common styles */
.am-body-content {
  clear: both;
}

div.am-errors ul, ul.am-error, ul.am-errors {
  margin: 0 0 1em 0;
  padding: 0;
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
}

div.am-errors ul li, ul.am-error li, ul.am-errors li {
  margin: 0px;
  padding: 0.5em 1em;
  list-style: none;
  text-align: left;
}

.am-error {
  color: #ba2727;
}

.am-signup-link {
  text-align: center;
  margin-top: 1em;
}

.am-copyright {
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 75%;
}
.am-copyright a {
  text-decoration: none;
}

/* language choice select */
.am-lang-choice {
  float: right;
  line-height: 24px;
  margin-left: 0.5em;
}
.am-lang-choice .am-lang-val-code {
  display: none;
  text-transform: uppercase;
  padding-left: 30px;
  background: url("../img/lang.png") no-repeat left center;
}
.am-lang-choice .am-lang-val-text {
  display: inline;
}
@media all and (max-width: 500px) {
  .am-lang-choice .am-lang-val-code {
    display: inline;
  }
  .am-lang-choice .am-lang-val-text {
    display: none;
  }
}

.am-lang-choice_list {
  display: none;
}
.am-lang-choice_list select {
  margin: 0 auto;
  display: block;
}

/* Form Login */
.am-signup-login-form-container {
  z-index: 150;
  position: absolute;
  margin: 0 auto;
  width: 754px;
  background-color: white;
  border: solid 3px #ccc;
  padding: 20px;
}

.am-avatar-preview {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.am-avatar-preview img {
  display: block;
}

.am-auth-form {
  margin-bottom: 1em;
  margin: 0 auto;
  max-width: 450px;
}
.am-auth-form form {
  box-shadow: 0 1px 3px #ddd;
}
@media all and (min-width: 500px) {
  .am-auth-form {
    width: 450px;
  }
}
.am-auth-form legend {
  text-indent: 0;
  text-align: center;
}
.am-auth-form div.am-element-title label {
  font-weight: normal;
}
.am-auth-form div.am-element-title {
  padding-top: 1.5em;
}
.am-auth-form input[name=login],
.am-auth-form input[name=amember_login] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/icons/users.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  line-height: 1.5em;
}
.am-auth-form input[name=amember_pass] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/icons/key.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  line-height: 1.5em;
}
.am-auth-form input[type=submit] {
  line-height: 1.5em;
}
.am-auth-form div.am-row {
  background: #f9f9f9;
  border-bottom: none;
}

.am-login-form-wrapper,
.am-sendpass-form-wrapper {
  margin-top: 2em;
}

.am-popup .am-login-form-wrapper,
.am-popup .am-sendpass-form-wrapper {
  margin-top: 0;
}
.am-popup .am-login-form legend,
.am-popup .am-sendpass-form legend {
  display: none;
}
.am-popup .am-login-form form,
.am-popup .am-sendpass-form form {
  border: none;
  box-shadow: none;
}
.am-popup .am-login-form .am-row,
.am-popup .am-sendpass-form .am-row {
  border: none;
}
.am-popup .am-login-form .am-row .am-element-title,
.am-popup .am-sendpass-form .am-row .am-element-title {
  background: none;
}
.am-popup .am-auth-form div.am-row {
  background: none;
}
.am-popup .am-form.am-auth-form {
  max-width: 300px;
}
.am-popup .am-form.am-auth-form div.am-element {
  margin: 0;
  padding: 0.5em;
}
.am-popup .am-form.am-auth-form div.am-element-title {
  width: auto;
  text-align: left;
  float: none;
  padding: 0.5em;
}

.am-sendpass-form-wrapper {
  display: none;
}

.am-form-login-switch {
  margin-left: 0.5em;
}
@media all and (max-width: 499px) {
  .am-form-login-switch {
    display: inline-block;
    margin: 1em 0 0;
  }
}

#am-form-login-remember {
  margin-top: 0.5em;
  display: block;
}

/* END Form Login */
.agreement {
  font-size: 8pt;
  white-space: pre-wrap;
  max-height: 300px;
  overflow: auto;
}

#mask {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}

.am-active-invoice {
  padding: 0.5em;
  border: 1px solid #ededed;
  margin-bottom: 0.5em;
}
.am-active-invoice .am-active-invoice-num {
  font-weight: bold;
}
.am-active-invoice .am-active-invoice-terms {
  font-style: italic;
}
.am-active-invoice .am-active-invoice-cancel {
  color: gray;
}
.am-active-invoice .am-active-invoice-product {
  color: gray;
}
.am-active-invoice .am-active-invoice-product-list {
  margin: 0 0 0 2em;
}
.am-active-invoice .am-active-invoice-product-list li {
  list-style-type: disc;
}

.am-list {
  margin-bottom: 1em;
  margin-left: 2em;
}
.am-list li {
  list-style-type: disc;
}

ul.am-widget-list {
  margin: 0;
  padding: 0;
}
ul.am-widget-list li {
  list-style-type: none;
  margin-bottom: 0.4em;
}

.am-list-newsletters-item .am-list-newsletters-item_title {
  font-weight: bold;
}
.am-list-newsletters-item .am-list-newsletters-item_desc {
  display: block;
}

.small {
  font-size: small;
  font-style: italic;
}

.am-brick-product-popup-cats {
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
}

.am-brick-product-popup-cat-active {
  background: white;
}

.am-product-title {
  font-weight: bold;
}

.am-product-desc {
  font-size: small;
  font-style: italic;
  display: block;
}

.am-paysystem-title {
  font-weight: bold;
}

.am-paysystem-desc {
  font-size: small;
  font-style: italic;
  display: block;
}

.ajax-link,
.local-link,
.local {
  text-decoration-color: #9aa9b3;
  text-decoration-style: dashed;
}

.cancel-subscription-popup-text {
  margin-bottom: 1em;
}

.am-reuse-card-confirmation {
  font-size: large;
}

.am-form div.am-element-recaptcha {
  margin-left: 0;
  text-align: center;
  padding: 1em;
}

.am-form div.am-element-recaptcha > div {
  display: inline-block;
}

/* icons */
.glyph {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/sprite/icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}

#EmailCode {
  background: #FFFFCF;
  font-size: 1.2rem;
  line-height: 150%;
}

.am-pass-indicator-bar {
  background: #c2c2c2;
  position: absolute;
}

.am-pass-indicator-bar_bar {
  height: 2px;
  transition: all 1s;
  width: 0%;
}

.am-pass-indicator-bar_bar-weak {
  background: #a94442;
}

.am-pass-indicator-bar_bar-good {
  background: #ffd54f;
}

.am-pass-indicator-bar_bar-strong {
  background: #388E3C;
}

.am-switch-reveal {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -24px;
  cursor: pointer;
  vertical-align: middle;
}

.am-switch-reveal-off {
  background: url("../img/eye-off.png");
}

.am-switch-reveal-on {
  background: url("../img/eye.png");
}

.am-flash {
  display: none;
}

.am-flash-mask {
  position: fixed;
  z-index: 500;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
}

.am-flash-content {
  position: fixed;
  z-index: 501;
  top: 20%;
  left: 50%;
  margin-left: -140px;
  width: 280px;
}

.am-flash-content-message {
  background: #dfe8f0;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.am-flash-content-lock {
  background: #dfe8f0 url("../img/loading-b.svg") no-repeat 1em center;
  background-size: 16px 16px;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em calc(2em + 16px);
}

.am-flash-content-error {
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.am-upgrade-options {
  margin-bottom: 1em;
}

.am-upgrade-coupon {
  margin-bottom: 1em;
}

.am-link-del {
  text-decoration: none;
}

.am-link-del:hover {
  color: #a94442;
}

/* outline a block in member area */
.am-block {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
}
.am-block ul {
  margin: 0;
  padding: 0;
}
.am-block li {
  list-style-type: none;
  margin: 0 0.3em 0 0;
}

.am-block#drop-me {
  border-color: #e34b3d;
}

#drop-me-head {
  color: #e34b3d;
}

/* am-info is a notice on page with border and outlined by color */
.am-info {
  background: #dfe8f0;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.am-notice {
  background: #FFFFCF;
  border: 1px solid #d1d0ae;
  color: #454430;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.am-block-nodata {
  text-align: center;
  padding: 2em;
  background: #f5f5f5;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.am-list-subscriptions .am-list-subscriptions-title:after {
  content: " –";
}
.am-list-subscriptions .am-list-subscriptions-desk {
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6em;
}

.am-list-subscriptions_divider {
  color: #e0e0e0;
}

.am-list-resources-desk {
  opacity: 0.7;
}

.am-input-filter-wrapper {
  overflow: hidden;
  padding: 0.4em;
  border: 1px solid #e0e0e0;
  margin-bottom: 1em;
}
.am-input-filter-wrapper.am-input-filter-wrapper_focus {
  box-shadow: 0 0 4px #00000022;
  background: #fff;
}
.am-input-filter-wrapper .am-input-filter-inner-wrapper {
  position: relative;
  padding-right: 15px;
  background: #fff;
}
.am-input-filter-wrapper .am-input-filter-empty {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
  opacity: 0.3;
  display: none;
  background: url("../img/icons/decline-d.png") no-repeat center center transparent;
}
.am-input-filter-wrapper .am-input-filter-empty:hover {
  opacity: 1;
  background-image: url("../img/icons/decline.png");
}
.am-input-filter-wrapper input[type=text].am-input-filter {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  padding-left: 24px;
  background: url("../img/icons/magnify.png") no-repeat left center;
}
.am-input-filter-wrapper input[type=text].am-input-filter:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.am-cookie-notice {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  background: #4149F2;
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 0 20px #000a;
}
.am-cookie-notice .am-cookie-notice__msg {
  color: white;
  max-width: 600px;
  margin: 0 auto 1em;
}
.am-cookie-notice .am-cookie-notice__link:hover,
.am-cookie-notice .am-cookie-notice__link {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 3px;
  padding: 0.6em 1.2em;
  line-height: 1em;
  display: inline-block;
}
.am-cookie-notice .am-cookie-notice__link:hover {
  background: #fff5;
}
.am-cookie-notice .am-cookie-notice__link::before {
  content: "🗸";
  margin-right: 0.2em;
  vertical-align: middle;
  display: inline-block;
}

.am-notification {
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #FFFFCF;
  border-color: #d1d0ae;
  color: #454430;
}
.am-notification.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.am-notification.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.am-notification.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.am-notification.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Invoice Summary on Signup Page */
.am-invoice-summary {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px -1px #b0b0b0;
}
.am-invoice-summary table {
  width: 100%;
}
.am-invoice-summary td {
  padding: 0.2em 0.4em;
}
.am-invoice-summary .am-invoice-summary-item-num {
  color: #e0e0e0;
}
.am-invoice-summary .am-invoice-summary-price {
  text-align: right;
  width: 20%;
}
.am-invoice-summary .am-invoice-summary-item-qty {
  width: 1%;
}
.am-invoice-summary .am-invoice-summary-subtotal,
.am-invoice-summary .am-invoice-summary-discount,
.am-invoice-summary .am-invoice-summary-shipping,
.am-invoice-summary .am-invoice-summary-tax,
.am-invoice-summary .am-invoice-summary-total {
  text-align: right;
  font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-row-subtotal,
.am-invoice-summary .am-invoice-summary-row-discount,
.am-invoice-summary .am-invoice-summary-row-shipping,
.am-invoice-summary .am-invoice-summary-row-tax,
.am-invoice-summary .am-invoice-summary-row-total {
  font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-item {
  border-bottom: 1px dashed #e0e0e0;
}
.am-invoice-summary .am-invoice-summary-item.am-invoice-summary-item-last {
  border-bottom: none;
}
.am-invoice-summary tr.am-invoice-summary-delimeter td {
  padding: 0;
}
.am-invoice-summary tr.am-invoice-summary-delimeter hr {
  background: #ededed;
  margin-top: 0;
}

.am-popup {
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  position: absolute;
  text-align: left;
  z-index: 10001;
  display: none;
  background-color: white;
  border-width: 0;
  overflow: hidden;
  box-shadow: 0 0 50px #000000b3;
  box-sizing: border-box;
}
@media all and (min-width: 321px) {
  .am-popup {
    min-width: 320px;
    border-radius: 3px;
  }
}
.am-popup .am-popup-close-icon {
  display: inline-block;
  float: right;
  text-decoration: none;
}
.am-popup .am-popup-close-icon:after {
  content: "✕";
  color: #303030;
  font-size: 1.1rem;
}
.am-popup .am-popup-header {
  font-size: 1.1rem;
  font-weight: bold;
  overflow: hidden;
  margin: -10px -20px 1em -20px;
  background: #eee;
  padding: 1em;
}

/* Uploader */
.upload-control {
  display: inline-block;
}
.upload-control .upload-control-upload {
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  padding: 0.5em 1.2em;
  border-radius: 3px 0 0 3px;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}
.upload-control .upload-control-upload.upload-control-reupload {
  border-radius: 3px;
}
.upload-control .upload-control-browse {
  display: inline-block;
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  border-left: none;
  padding: 0.5em 1.2em;
  border-radius: 0 3px 3px 0;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
  cursor: pointer;
}
.upload-control .upload-control-upload.hover, .upload-control .upload-control-browse.hover {
  border-color: #688296;
  background-image: url("../img/form-button-hover-bg.png");
  background-color: #e34b3d;
  color: white;
  text-shadow: 0 -1px 1px #688296;
}
.upload-control span.uploading {
  background: url("../img/loading-b.svg") no-repeat left center;
  background-size: 12px 12px;
  padding-left: 20px;
}
.upload-control .upload-control-upload.upload-control-upload-single {
  border-radius: 3px;
}

/* END Uploader */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.am-donation {
  padding: 0.5em 0;
}
.am-donation .am-donation-recurring {
  padding-left: 1em;
}
.am-donation .smileyface {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50px;
  display: block;
  border: 1px solid #333;
  background: rgba(255, 230, 50, 0.28);
}
.am-donation .eyes {
  width: 4px;
  height: 8px;
  background: #333;
  border-radius: 5px/10px;
  position: absolute;
  top: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .eyes.lefteye {
  left: 12px;
}
.am-donation .eyes.righteye {
  right: 12px;
}
.am-donation .smile {
  width: 30px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  border-left: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .am-donation-smile-wrap {
  overflow: hidden;
}
.am-donation .am-donation-smile {
  width: 60px;
  float: right;
}
.am-donation .am-donation-slider {
  margin-right: 80px;
  padding: 0 1em 1em 1em;
}
.am-donation .ui-slider-range {
  background: #71BD26 !important;
}
.am-donation .ui-slider-handle {
  border-color: #71BD26 !important;
}
.am-donation a:focus {
  outline: none;
}
.am-donation .am-donation-total {
  font-size: 130%;
  font-style: italic;
  margin-bottom: 0.8em;
}
.am-donation .am-donation-total-amount {
  font-weight: bold;
}
.am-donation .am-donation-smile-wrap .ui-slider {
  height: 4px;
  border: 0;
  background: #eee;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle {
  height: 1.6em;
  width: 1.6em;
  top: -0.8em;
  margin-left: -0.8em;
  border-radius: 0.8em;
  box-shadow: 0 1px 1px #eee;
  cursor: move;
  background: #fefefe;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle:hover {
  background: #fefefe;
}

.am-fb-signup-button-wrapper {
  text-align: center;
  padding: 1em;
}

.am-fb-signup-button {
  line-height: 25px;
}

.am-fb-signup-button:before {
  content: "Do not want to fill in profile form? You can log in with your Facebook account – ";
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before,
.am-fb-login-button-wrapper.am-fb-login-form-before:after {
  content: "or";
  background: white;
  padding: 0.5em;
  margin-left: -1em;
  border-radius: 50%;
  color: #555555;
  font-style: italic;
  text-transform: uppercase;
  left: 50%;
  position: absolute;
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before {
  top: -15px;
}

.am-fb-login-button-wrapper.am-fb-login-form-before:after {
  bottom: -15px;
}

.am-fb-login-button-wrapper.am-fb-login-form-after {
  margin: 2em auto 0;
  padding: 1.5em 0 1em;
  border-top: 1px solid #ddd;
}

.am-fb-login-button-wrapper.am-fb-login-form-before {
  margin: 0 auto 2em;
  padding: 1em 0 1.5em;
  border-bottom: 1px solid #ddd;
}

.am-fb-login-button-wrapper {
  text-align: center;
  max-width: 450px;
  position: relative;
}

.am-fb-login-button {
  line-height: 25px;
}

.am-fb-login-button:before {
  content: "use your Facebook account – ";
}

.am-video-wrapper {
  text-align: center;
  background: black;
  font-size: 0;
}

.am-video-wrapper:hover .am-video-poster img {
  transform: scale(1.2);
}

.am-video {
  position: relative;
  overflow: hidden;
}

.am-video-poster {
  overflow: hidden;
}
.am-video-poster img {
  transition: transform 0.5s;
}

.am-video-poster-icon {
  position: absolute;
  background: url("../img/play.png") center center no-repeat;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.am-video-poster-icon:hover {
  background-image: url("../img/play-h.png");
}

/* Helpdesk FAQ */
.am-helpdesk-faq-cat {
  margin: 0;
}
.am-helpdesk-faq-cat li {
  list-style: none;
}

.am-block ul.am-helpdesk-faq-list,
ul.am-helpdesk-faq-list {
  margin: 0;
  margin-left: 2em;
}
.am-block ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item,
ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item {
  list-style: decimal;
  padding-bottom: 0.5em;
}

.am-helpdesk-faq-search-result {
  padding-top: 1em;
}

/* Helpdesk */
.am-helpdesk {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 0.5em;
}
.am-helpdesk h3 {
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}

/* Ticket */
.am-helpdesk-ticket {
  margin-bottom: 0.5em;
}
.am-helpdesk-ticket .am-helpdesk-ticket-info {
  padding: 0.4em 0;
}

.am-helpdesk-ticket-header {
  overflow: hidden;
}

.am-helpdesk-ticket-status {
  float: right;
}

.am-helpdesk-ticket-actions-conteiner {
  overflow: hidden;
  border-radius: 3px;
  border: #ccc 1px solid;
  margin-top: 0.5em;
}

.am-helpdesk-ticket-actions, ul.am-helpdesk-ticket-actions {
  overflow: hidden;
  padding: 0 0.5em;
  margin: 0 0 0 0;
}

.am-helpdesk-ticket-action {
  display: inline-block;
  padding: 0.5em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 !important;
  list-style-type: none;
}

.am-helpdesk-ticket-action.am-helpdesk-action-active {
  background-color: #dbdbdb;
}

.am-helpdesk-ticket-action-fold-all {
  padding-left: 1em;
  line-height: 0.6em;
  font-size: 1.3em;
  float: right;
}
.am-helpdesk-ticket-action-fold-all a {
  text-decoration: none;
}

.am-helpdesk-ticket-fields {
  padding-bottom: 0.5em;
  margin: 0;
}
.am-helpdesk-ticket-fields li {
  list-style: none;
}

/* Reply Panel */
.am-helpdesk-reply-panel {
  padding: 0.5em 1em;
  background: #dbdbdb;
  display: none;
}

.am-helpdesk-reply-panel-tools {
  overflow: hidden;
  padding: 0.5em 0;
}

.am-helpdesk-reply-panel-tool {
  float: left;
  padding-right: 1em;
}

.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element {
  padding: 0 0 0.5em;
}
.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea {
  font-family: monospace;
  line-height: 140%;
  resize: vertical;
  border: none;
  padding: 1em;
}
.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea:focus {
  background: white;
  border: none;
}
.am-helpdesk-reply-panel-content .am-form {
  margin: 0;
}
.am-helpdesk-reply-panel-content .am-form form {
  background: none;
  border: 0;
  box-shadow: none;
}
.am-helpdesk-reply-panel-content .am-form div.am-row {
  border: 0;
}
.am-helpdesk-reply-panel-content .am-form .am-element-title,
.am-helpdesk-reply-panel-content .am-form .am-element {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.am-helpdesk-reply-panel-content .am-form #row-attachments-0 {
  display: none;
}

.am-helpdesk-form #row-attachments-0 {
  display: none;
}

/* Message */
.am-helpdesk-message {
  margin-bottom: 0.5em;
  border-radius: 3px;
  border: #dbdbdb 1px solid;
  box-shadow: 0 2px 4px #d6d6d6;
}
.am-helpdesk-message.am-helpdesk-message-inbound {
  background: #fff9ea;
}
.am-helpdesk-message.am-helpdesk-message-outbound {
  background: #fff;
}
.am-helpdesk-message.am-helpdesk-message-comment {
  background: #e8f5e9;
}

.am-helpdesk-message-brief {
  display: none;
}

.am-helpdesk-message-has-attachments {
  float: right;
}

.am-helpdesk-message-closed .am-helpdesk-message-brief {
  display: inline;
}
.am-helpdesk-message-closed .am-helpdesk-message-full {
  display: none;
}
.am-helpdesk-message-closed .am-helpdesk-message-header {
  opacity: 1;
}

.am-helpdesk-message-outbound.am-helpdesk-message-closed .am-helpdesk-message-header {
  border-radius: 3px;
}

.am-helpdesk-message-header {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 0.5em 1em;
  margin: 0;
  overflow: hidden;
  opacity: 0.8;
}

.am-helpdesk-message-author {
  font-weight: bold;
}

.am-helpdesk-message-author-avatar {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1em;
  box-shadow: 0 2px 4px #d0cfce;
}

.am-helpdesk-message-content {
  padding: 0.5em 1em;
  margin: 0;
}
.am-helpdesk-message-content pre {
  color: #4d4948;
  background: none;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 150%;
  font-family: monospace;
  font-size: 1rem;
}
.am-helpdesk-message-content h1 {
  margin: 1em 0 0.4em;
}
.am-helpdesk-message-content h2 {
  margin: 0.8em 0 0.4em;
}
.am-helpdesk-message-content h3 {
  margin: 0.6em 0 0.4em;
}
.am-helpdesk-message-content h4 {
  margin: 0.4em 0 0.4em;
}
.am-helpdesk-message-content img {
  margin: 0.4em 0;
}
.am-helpdesk-message-content ul {
  margin-top: 0.4em;
}
.am-helpdesk-message-content ul:first-child, .am-helpdesk-message-content h1:first-child, .am-helpdesk-message-content h2:first-child, .am-helpdesk-message-content h3:first-child, .am-helpdesk-message-content h4:first-child, .am-helpdesk-message-content img:first-child {
  margin-top: 0;
}

.am-helpdesk ul.am-helpdesk-message-attachments {
  margin: 0.5em 0 0;
}
.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item {
  list-style-type: none;
}
.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item:before {
  content: "– ";
}

.am-helpdesk-message-action {
  display: inline-block;
  padding: 0.5em 1em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.am-helpdesk-message-action.am-helpdesk-action-active {
  background-color: #dbdbdb;
}

.am-helpdesk-message-action-fold {
  padding-left: 1em;
  line-height: 0.6em;
  font-size: 1.3em;
  float: right;
}
.am-helpdesk-message-action-fold a {
  text-decoration: none;
}

/* History */
.am-helpdesk-history {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}
.am-helpdesk-history h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.am-helpdesk-history-content {
  display: none;
  padding-top: 0.5em;
}

.am-helpdesk-history-title {
  overflow: hidden;
  margin-bottom: 0.5em;
}

.am-helpdesk-history-title-action {
  float: right;
}
.am-helpdesk-history-title-action a {
  display: block;
  padding-right: 10px;
  background: url("../img/arrow.png") no-repeat center right;
}

ul.am-helpdesk-faq-cat .am-helpdesk-faq-cat-item {
  list-style-type: none;
}

.am-helpdesk-grid-msg-cnt {
  background: #babec0;
  color: white;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}

.am-helpdesk-grid-msg {
  color: #888;
}

.am-aff-banner-preview {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
  overflow: hidden;
}
.am-aff-banner-preview dt {
  font-weight: bold;
  float: left;
  margin-right: 0.5em;
}
.am-aff-banner-preview dt:after {
  content: ":";
}
.am-aff-banner-preview .am-aff-banner-preview-preview {
  margin-bottom: 1em;
}
.am-aff-banner-preview .am-aff-banner-preview-info-details {
  margin-bottom: 1em;
}

@media all and (min-width: 750px) {
  .am-aff-banner-preview-info {
    float: left;
    width: 60%;
  }

  .am-aff-banner-preview-preview {
    float: right;
    width: 40%;
  }

  .am-aff-banner-preview-info-conteiner {
    padding-right: 1em;
  }
}
.am-aff-banner-note {
  padding: 1em;
  margin-bottom: 1.5em;
  background: #e0e0e0;
}

.am-aff-mm-item-desc {
  display: block;
}

ul.am-aff-banner-cat-list li.am-aff-banner-cat-list-item {
  list-style-type: none;
}

.softsale-file {
  padding-bottom: 1.5em;
}

.softsale-file-versions {
  padding-bottom: 1em;
}
