/******************************************************************************
 This is the generic stylesheet. It is always loaded, regardless of partner.
 ******************************************************************************/
#ajax-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 16384; }
  #ajax-spinner .fa {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

.navbar-jigsy .navbar-brand {
  height: auto; }
.navbar-jigsy .navbar-right {
  right: 15px; }
@media screen and (min-width: 778px) {
  .navbar-jigsy li.separator {
    width: 1px;
    height: 2.5rem;
    background: #e8e8e8;
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

#site-footer {
  padding-top: 40px;
  padding-bottom: 20px; }

#copyright {
  font-size: 14px; }

#footer-nav .nav li a {
  padding: 0.25rem 0; }

.social-links {
  margin-top: 20px; }
  .social-links .social-network {
    color: white;
    font-size: 24px;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    text-align: center;
    line-height: 2em; }
    .social-links .social-network:hover {
      background: #666; }
  .social-links .social-twitter {
    background: #1da1f2; }
  .social-links .social-facebook {
    background: #3b5998; }

.btn,
.form-control {
  border-radius: 5px; }

.btn:first-letter {
  text-transform: uppercase; }

.page-header {
  border-bottom: none;
  margin: 0;
  padding: 30px 0 10px; }

.media-heading {
  font-weight: 700;
  margin-bottom: 15px; }

.media-footer {
  margin-top: 15px;
  font-size: 12px;
  color: #777;
  font-style: italic; }

ul.media-list.media-striped li.media {
  padding: 10px; }
  ul.media-list.media-striped li.media::nth-of-type(2n + 1) {
    background-color: #f9f9f9; }

fieldset table.table {
  margin-bottom: 0; }
fieldset hr {
  border-color: #ddd; }

.modal.success .modal-content {
  border-color: #d6e9c6; }
.modal.success .modal-header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
.modal.info .modal-content {
  border-color: #bce8f1; }
.modal.info .modal-header {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
.modal.warning .modal-content {
  border-color: #faebcc; }
.modal.warning .modal-header {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
.modal.danger .modal-content {
  border-color: #ebccd1; }
.modal.danger .modal-header {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

a {
  color: #337ab7; }

.nav-link:hover, .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.05); }

.has-error .control-label, .has-error .col-form-label {
  color: #dc3545; }
.has-error .invalid-feedback {
  display: block; }

.list-group.list-group-striped .list-group-item:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05); }

.navbar {
  box-shadow: none;
  -webkit-box-shadow: none; }

.alert {
  margin-bottom: 2rem; }

.alert p:last-child {
  margin-bottom: 0; }

/******************************************************************************
 CONTENT
 *****************************************************************************/
@media screen and (min-width: 992px) {
  .content {
    /*padding: 30px 30px 10px 30px;*/
    padding: 30px 0 10px; } }
#site-body .page-header h1, #top-content h1,
#site-body .page-header h2, #top-content h2 {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* The "title" area of the page */
#site-body .page-header h1, #top-content h1 {
  text-shadow: 1px 1px 0 #fff;
  font-size: 2.3rem;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #bbb; }

#site-body .page-header h2, #top-content h2 {
  font-weight: 300;
  font-size: 18px;
  color: #999;
  padding-top: 12px; }

#site-body .page-header .top-controls, #top-content .top-controls {
  line-height: 3em;
  float: right; }

.nav-tabs {
  margin-bottom: 20px; }

table.table {
  margin-bottom: 50px; }

table.table caption,
h3.section-title {
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 500;
  position: relative;
  background: #eee;
  padding: 0.35rem 1rem;
  margin: 0 0 1.3rem 0;
  color: #333;
  border-radius: 0.4rem 0.4rem 0 0; }

table.table caption {
  caption-side: top; }

form h3.section-title {
  margin-bottom: 0; }

table.table caption .caption-actions,
h3.section-title .title-actions {
  float: right;
  font-size: 0; }

table.table caption .caption-actions .btn,
h3.section-title .title-actions .btn {
  margin-left: 0.5em; }

table.table caption .caption-actions .btn:first-of-type,
h3.section-title .title-actions .btn:first-of-type {
  margin-left: 0; }

/*table.table thead {
    display: none;
}*/
table.table tbody td {
  vertical-align: middle; }

tr.deactivated {
  color: grey;
  background-color: #ececec; }

a.small-link {
  font-size: 75%; }

.link-group a {
  margin-left: 1.75rem; }

.link-group a:first-of-type {
  margin-left: 0; }

.link-group .btn {
  text-transform: uppercase; }

.expires, .domain-recurs, .expired, .recurs {
  display: block; }

.premium_small {
  /* crap naming (should be "premium-small" for consistency) but we don't want to modify controllers */
  padding-right: 35px !important;
  background-image: url("/images/pro.png") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important; }

fieldset {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px; }

h3.section-title ~ fieldset {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.larger {
  font-size: 125%; }

dl.description-list-bulleted dt,
dl.description-list-bulleted dd {
  margin-left: 1em; }

dl.description-list-bulleted dt::before {
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  content: "\2022"; }

dl.description-list-bulleted dd {
  margin-bottom: 1em; }

.vertical-spacer {
  display: block;
  width: 0px; }

.horizontal-spacer {
  display: inline-block;
  height: 0px; }

.vertical-spacer.gutter15 {
  height: 15px; }

.vertical-spacer.gutter30 {
  height: 30px; }

.vertical-spacer.gutter45 {
  height: 45px; }

.vertical-spacer.gutter60 {
  height: 60px; }

.horizontal-spacer.gutter15 {
  width: 15px; }

.horizontal-spacer.gutter30 {
  width: 30px; }

.horizontal-spacer.gutter45 {
  width: 45px; }

.horizontal-spacer.gutter60 {
  width: 60px; }

img.full-width, input[type="image"].full-width {
  width: 100%;
  height: auto; }

ul.numbered-titles {
  counter-reset: numbered-title-counter;
  list-style: none;
  padding-left: 0; }
  ul.numbered-titles h1::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }
  ul.numbered-titles h2::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }
  ul.numbered-titles h3::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }
  ul.numbered-titles h4::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }
  ul.numbered-titles h5::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }
  ul.numbered-titles h6::before {
    content: counter(numbered-title-counter) ".";
    counter-increment: numbered-title-counter;
    display: inline-block;
    margin-right: 0.5em; }

.legal, .legal p {
  text-align: justify; }

.deactivated {
  opacity: 0.5 !important;
  cursor: not-allowed !important; }

.deactivated:hover {
  cursor: not-allowed !important; }

.visible-block {
  display: block !important; }

.visible-table-header-group {
  display: table-header-group !important; }

.valign-top {
  vertical-align: top !important; }

input.awesome-check, input.awesome-radio {
  display: none; }

input.awesome-check + label, input.awesome-radio + label {
  position: relative;
  padding-left: 2.5em;
  line-height: 2em;
  cursor: pointer;
  overflow: hidden; }

input.awesome-check + label::before,
input.awesome-check + label::after,
input.awesome-radio + label::before,
input.awesome-radio + label::after {
  content: "";
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0; }

input.awesome-check + label::after,
input.awesome-radio + label::after {
  font-family: 'Font Awesome 5 Free'; }

input.awesome-check + label::before,
input.awesome-radio + label::before {
  border: 2px solid #ccc;
  background: white; }

input.awesome-check + label::before {
  border-radius: 4px; }

input.awesome-radio + label::before {
  border-radius: 100%; }

input.awesome-check:checked + label::before,
input.awesome-radio:checked + label::before {
  background: black;
  border-color: black; }

input.awesome-check:checked + label::after {
  color: white;
  content: '\f00c';
  font-weight: 900;
  transform: scale(1.5); }

img.img-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.bn-switch {
  position: relative;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  width: 2.3rem; }

.bn-switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.bn-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: 0.4s; }

.bn-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: 0.4s; }

input:checked + .bn-slider {
  background-color: #2196F3; }

input:focus + .bn-slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .bn-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

.bn-slider.round {
  border-radius: 34px; }

.bn-slider.round:before {
  border-radius: 50%; }
