/* This disgusting file exists, only because there is a module in the web forms layout thay needed to be styled as part of the new packages work.

    If you are working with the MVC layout, you can use main.scss
*/
/* Colors */
.font-serif, .manage-subscription-panel__error, .manage-subscription-panel__expiry-date, .manage-subscription-panel__type-name, .manage-subscription-panel__actions-or {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.btnpackages {
  border: 0;
  border-radius: 3px;
  padding: 0.6em 1em;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  background: transparent url("/images/wine/btn/btn.png") no-repeat scroll 100% 7px;
  padding-right: 3em;
  line-height: normal;
}
.btnpackages:hover {
  text-decoration: none;
  background-position: 100% -19px;
}

.btnpackages-chevron {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-left: 2em;
}

.btnpackages-block {
  display: block;
}

.btnpackages-primary {
  background-color: #b42c40;
  color: #fff;
}

.btnpackages-default {
  background-color: #204764;
  color: #fff;
}

.manage-subscription-panel {
  margin-bottom: 2em;
}

.manage-subscription-panel__body {
  text-align: center;
  padding: 2em;
}

/* Subscription Panel */
.manage-subscription-panel__body {
  background-color: #fff;
}

.manage-subscription-panel__error {
  background-color: #b42c40;
  color: #fff;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

.manage-subscription-panel__expiry-date, .manage-subscription-panel__type-name {
  font-size: 2em;
}

.manage-subscription-panel__expiry {
  margin-top: 2em;
  margin-bottom: 2em;
}

.manage-subscription-panel__actions-or {
  font-size: 1.5em;
  text-decoration: underline;
  color: #807e7d;
}

/*# sourceMappingURL=packages-webfoms.css.map */
