/*css classes for alert message box. all types are included*/
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  background-color: #c09853;
  border: #fbeed5;
  color: #ffffff;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  background-color: #69A731;
  border-color: #468847;
  color: #ffffff;
}

.alert-danger,
.alert-error {
  background-color: #B92123;
  border-color: #b94a48;
  color: #ffffff;
}

.alert-info {
  background-color: #337AB7;
  border-color: #3a87ad;
  color: #ffffff;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.myprofile legend.title {
  font-weight: bold;
}

.field_invalid_message a {
  color: inherit !important;
}

.myprofile .accordion_item {
  position: relative !important;
}

.loading {
  background-color: #ffffff;
  background-image: url("../gfx/loader.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}


.active_subscription_error {
  color: #1d427a !important;
  text-decoration: underline !important;
  font-size: 2.5rem !important;
}

/* Absolute Center Spinner */
.loader {
  position: fixed;
  z-index: 999;
  width: 120px;
  height: 120px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  border-top: 7px solid #3498db !important;
  width: 120px;
  height: 120px;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border: 7px solid white;
  border-radius: 50%;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.myprofile .margin_bottom_0 {
  margin-bottom: 0px !important;
}

/* Disable button override CSS */
.myprofile button[type="submit"]:disabled {
  border-color: #e4e4e4 !important;
  background-color: #e4e4e4 !important;
  color: white !important;
}

.myprofile button[type="submit"]:disabled:hover {
  transition: none !important;
  box-shadow: none !important;
  color: white !important;
}

.myprofile .shopping_cart .price_flex_end {
  display: flex;
  justify-content: flex-end;
  font-family: "flamamedium", "Arial", sans-serif;
  text-transform: uppercase;
}

.overwrite-width {
  max-width: none !important;
}

.myprofile .ribbon {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 242px;
  height: 120px;
}

.myprofile .ribbon img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .myprofile .ribbon {
    top: -6px;
    right: -6px;
    width: 121px !important;
    height: 60px;
  }
}

.heading2 a {
  font-size: inherit !important;
}

.image-wrapper-div {
  text-align: center !important;
  background: #ffffff;
}

.myprofile a.add-another-address {
  color: #337AB7 !important;
}

.myprofile p.manual-req-msg {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.myprofile a.manual-request-link {
  color: #337AB7 !important;
  padding: 0 5px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.checkbox_label {
  line-height: 2rem !important;
  text-transform: uppercase;
}