@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Rubik);
@import url(https://fonts.googleapis.com/css?family=Rubik:500);
@import url(https://fonts.googleapis.com/css?family=Rubik:700);
.id-column {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  color: gray;
  background-color: #eee;
}
.id-column.id-column-lg {
  width: 60px;
}
.editable-table .delete-column {
  width: 50px;
  text-align: center;
}
.editable-table .section-heading {
  border-top: 1px solid lightgray;
  padding-top: 10px;
  margin-top: 50px;
}
.editable-table td.control-cell {
  padding: 0 !important;
}
.editable-table .control-cell .form-control {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.editable-table select option[disabled] {
  display: none;
}
.editable-table select.form-control.invalid-selection {
  color: #a94442;
  background-color: #f2dede;
  border: 2px solid #ebccd1;
}
.editable-table .status-column {
  width: 6px;
  padding: 0 !important;
}
.editable-table .status-column.new {
  background-color: #5cb85c;
}
.editable-table .status-column.changed {
  background-color: #f0ad4e;
}
.editable-table td > input.form-control {
  height: 28px;
}
.editable-table td > select.form-control {
  height: 28px;
}
.navbar-wrapper {
  width: 100%;
  z-index: 1030;
  position: fixed;
  height: 50px;
}
.navbar-wrapper .navbar-clubhouse {
  background-color: #000000;
}
@media (min-width: 768px) {
  .navbar-wrapper.navbar-wrapper-fadein {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, height 0.4s ease;
    height: 70px;
  }
  .navbar-wrapper.navbar-wrapper-fadein .navbar-clubhouse {
    background-color: transparent;
  }
  .navbar-wrapper.navbar-wrapper-fadein.affix {
    background-color: transparent;
    height: 50px;
  }
  .navbar-wrapper.navbar-wrapper-fadein.affix .navbar-clubhouse {
    background-color: #000000 !important;
  }
  .navbar-clubhouse {
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar-clubhouse .navbar-collapse {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-clubhouse .navbar-collapse {
    max-height: 340px;
  }
  .navbar-clubhouse .navbar-token-balance {
    display: inline-block;
  }
  .navbar-clubhouse .navbar-highlightable {
    padding: 0 0 !important;
    margin: 15px 0 !important;
    max-height: 50px;
  }
}
.navbar-clubhouse {
  position: absolute;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: background 0.3s ease, margin 0.4s ease;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.navbar-clubhouse .navbar-brand {
  padding: 5px 5px 5px 15px;
}
.navbar-clubhouse .navbar-brand img {
  height: 40px;
}
.navbar-clubhouse .navbar-nav li > a {
  color: #ffffff;
  font-size: 14px;
}
.navbar-clubhouse .navbar-nav li > a:hover,
.navbar-clubhouse .navbar-nav li > a:focus {
  background-color: #b62f3d;
  color: #ffffff;
}
.navbar-clubhouse .navbar-nav > .open > a,
.navbar-clubhouse .navbar-nav > .open > a:hover,
.navbar-clubhouse .navbar-nav > .open > a:focus {
  background-color: #b62f3d;
}
.navbar-clubhouse .navbar-nav .dropdown-menu {
  background-color: #ffffff;
}
.navbar-clubhouse .navbar-nav .dropdown-menu > li > a {
  color: #000000;
}
.navbar-clubhouse .navbar-nav .dropdown-menu > li > a:hover,
.navbar-clubhouse .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #b62f3d;
  color: #ffffff;
}
.navbar-clubhouse .navbar-nav .dropdown-menu > li > span.role-item {
  color: #000000;
  padding: 3px 20px;
}
.navbar-clubhouse .navbar-nav .dropdown-menu > .open > a,
.navbar-clubhouse .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-clubhouse .navbar-nav .dropdown-menu > .open > a:focus {
  background-color: #b62f3d;
  color: #ffffff;
}
.navbar-clubhouse .navbar-nav > .btn-default {
  margin-top: 8px;
  margin-right: 10px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.navbar-clubhouse .navbar-nav > .btn-default:hover {
  background-color: #b62f3d;
  color: #ffffff;
}
.navbar-clubhouse p.navbar-text {
  color: #ffffff;
  margin-left: 0;
}
.navbar-clubhouse p.navbar-text > a {
  color: #ffffff;
  margin-right: 10px;
}
.navbar-clubhouse .cart-count {
  transform: scale(0.6) translate(7px, -6px);
  background-color: #ffffff;
  border: 1px solid #000000;
}
.navbar-clubhouse .navbar-token-balance {
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  margin-top: 14px;
  margin-left: 0;
  margin-right: 4px;
  text-align: center;
}
.navbar-clubhouse .navbar-token-balance > a {
  margin-right: 0 !important;
}
.navbar-clubhouse .navbar-token-balance > a:hover,
.navbar-clubhouse .navbar-token-balance > a:focus {
  text-decoration: none;
}
.navbar-clubhouse .navbar-text.navbar-highlightable {
  margin: 0 10px 0 0;
  padding: 15px 10px;
  max-height: 50px;
}
.navbar-clubhouse .navbar-text.navbar-highlightable.navbar-highlight {
  background-color: #f0ad4e;
}
.navbar-clubhouse .navbar-text.navbar-highlightable.navbar-highlight > a {
  color: black;
}
.navbar-clubhouse .navbar-text.navbar-highlightable > a {
  margin-right: 0;
}
.navbar-clubhouse .search-dropdown {
  width: 400px;
  padding: 5px 5px;
}
.navbar-clubhouse .search-dropdown .searching-indicator {
  margin: 5px 10px;
  font-size: 80%;
  color: #000000;
}
.navbar-clubhouse .search-dropdown .search-result-groups {
  max-height: 600px;
  overflow-y: auto;
}
.navbar-clubhouse .search-dropdown .search-result-groups > div {
  padding: 5px;
}
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-result-group-category {
  color: gray;
  text-transform: uppercase;
  font-size: 80%;
  border-bottom: 1px solid gray;
  margin-bottom: 8px;
  padding-bottom: 2px;
}
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a {
  display: block;
  padding: 4px;
  line-height: 1.5;
  color: #000000;
}
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a:hover,
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a:focus {
  background-color: #b62f3d;
  color: #ffffff;
  text-decoration: none;
}
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a:hover .search-match,
.navbar-clubhouse .search-dropdown .search-result-groups > div .search-results > a:focus .search-match {
  border-color: #ffffff;
}
.navbar-clubhouse .search-dropdown .search-expand-btn {
  margin-top: 3px;
}
.search-match {
  font-weight: bold;
  border: 1px solid #000000;
  padding: 1px 3px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000 !important;
  }
  .navbar-inverse .navbar-toggle {
    background-color: #000000;
    border-color: #ffffff;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #b62f3d;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .navbar-clubhouse {
    max-height: 50px;
  }
}
.marginBottom-0 {
  margin-bottom: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a::after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #overflow-menu .dropdown-submenu .dropdown-submenu > .dropdown-menu {
    left: unset;
    right: 100%;
    margin-right: -1px;
    border-radius: 6px 0 6px 6px;
  }
  #overflow-menu .dropdown-submenu .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #cccccc;
    margin-top: 5px;
    margin-left: -10px;
  }
  li > span.role-item {
    display: block;
    color: #000000;
    padding: 1px 15px;
    clear: both;
    white-space: nowrap;
    font-weight: normal;
  }
  #cart-indicator a:link,
  a:visited,
  a:active {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  li.dropdown.visible-sm-menu {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  li.dropdown.hidden-sm-menu {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  li.dropdown.visible-md-menu {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  li.dropdown.hidden-md-menu {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  li.dropdown.visible-lg-menu {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  li.dropdown.hidden-lg-menu {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  li.dropdown.visible-xl-menu {
    display: block !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  li.dropdown.hidden-xl-menu {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  li.dropdown.visible-xxl-menu {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  li.dropdown.hidden-xxl-menu {
    display: none !important;
  }
}
body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
body a {
  color: #b62f3d;
}
body a:hover,
body a:focus {
  color: #651a22;
}
html {
  height: 100%;
}
html body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html .body-content {
  flex: 1 0 auto;
}
html .body-content.container-fluid {
  width: 100%;
}
.banner-messages {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1030;
}
.banner-messages .banner-message {
  height: 50px;
  width: 100%;
  z-index: 1030;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 6px;
}
.banner-messages .banner-message h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.banner-messages .banner-message i.fa-close {
  cursor: pointer;
}
.banner-messages .banner-message-danger {
  background-color: #d9534f;
  color: white;
}
.banner-messages .banner-message-danger h1 {
  color: white;
}
.banner-messages .banner-message-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.clubhouseBanner {
  position: relative;
  border-bottom: 1px solid #b62f3d;
  
}
.clubhouseBanner {
  min-height: 215px;
}
.clubhouseBanner .clubhouseBannerBackground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #000000;
}
.clubhouseBanner .clubhouseBannerBackground > div {
  height: 100%;
}
.clubhouseBanner .clubhouseBannerBackground > div img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.clubhouseBanner .clubhouseBannerBackground .image-tint {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.clubhouseBanner .clubhouseBannerArea {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  
}
.clubhouseBanner .clubhouseBannerContent {
  padding: 10px 15px;
  width: 100%;
}
.clubhouseBanner .clubhouseBannerContent.clubhouseBannerContentCenter {
  margin-left: auto;
  margin-right: auto;
}
.clubhouseBanner .clubhouseBannerContent .center-side-by-side {
  text-align: center;
}
.clubhouseBanner .clubhouseBannerContent .center-side-by-side > div {
  display: inline-block;
  text-align: left;
}
.clubhouseBanner .clubhouseBannerContent .center-stacked {
  text-align: center;
}
.clubhouseBanner .clubhouseBannerContent .center-stacked > div {
  display: inline-block;
}
.clubhouseBanner .clubhouseBannerContent .center-stacked .clubhouseBannerImageLeft {
  display: block;
}
@media (max-width: 767px) {
  .clubhouseBanner .clubhouseBannerContent .center-side-by-side,
  .clubhouseBanner .clubhouseBannerContent .left-side-by-side {
    text-align: center;
  }
  .clubhouseBanner .clubhouseBannerContent .center-side-by-side > div,
  .clubhouseBanner .clubhouseBannerContent .left-side-by-side > div {
    display: inline-block;
    text-align: center;
  }
  .clubhouseBanner .clubhouseBannerContent .center-side-by-side .clubhouseBannerImageLeft,
  .clubhouseBanner .clubhouseBannerContent .left-side-by-side .clubhouseBannerImageLeft {
    display: block;
  }
}
.clubhouseBanner .clubhouseBannerButtons {
  display: block;
  margin-top: 10px;
}
.clubhouseBanner .clubhouseBannerButtons .btn {
  margin: 10px;
}
.clubhouseBanner .clubhouseBannerImageRight {
  position: absolute;
  right: 20px;
}
.clubhouseBanner .clubhouseBannerImageRight img {
  height: 80px;
}
.clubhouseBanner .clubhouseBannerImageLeft img {
  height: 127px;
}
@media (max-width: 767px) {
  .clubhouseClubName {
    font-size: 22.8px !important;
  }
  .clubhouseBannerContent {
    margin-left: auto;
    margin-right: auto;
  }
  .clubhouseBanner .clubhouseBannerImageLeft img {
    max-width: 100%;
    max-height: 76.2px !important;
    height: auto;
  }
  .clubhouseBanner .clubhouseBannerImageRight img {
    max-width: 100%;
    max-height: 48px !important;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clubhouseClubName {
    font-size: 28.5px !important;
  }
  .clubhouseClubTagLine {
    font-size: 16px !important;
  }
  .clubhouseBanner .clubhouseBannerImageLeft img {
    max-width: 100%;
    max-height: 95.25px !important;
    height: auto;
  }
  .clubhouseBanner .clubhouseBannerImageRight img {
    max-width: 100%;
    max-height: 60px !important;
    height: auto;
  }
}
.clubhouseTitle {
  font-size: 12px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}
.clubhouseTitle .clubhouseClubName {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .clubhouseTitle .clubhouseClubName {
    font-size: 30.4px;
  }
}
.clubhouseTitle .clubhouseClubTagLine {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .clubhouseTitle .clubhouseClubTagLine {
    display: none;
  }
}
.clubhouseMessages {
  margin-left: 50px;
  margin-right: 50px;
}
.clubhouseAds {
  padding: 10px 0 10px 0;
  text-align: center;
}
footer {
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #b62f3d;
  margin-top: 20px;
}
footer a {
  color: #b62f3d;
}
footer .footer-social-media {
  margin-top: 10px;
}
footer a.footer-social-media-link {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
footer a.footer-social-media-link i {
  margin-right: 5px;
}
footer a.footer-social-media-link:hover i {
  text-decoration: none;
}
footer .footer-app-links {
  margin-top: 10px;
}
footer .footer-app-links img {
  height: 35px;
  margin: 10px;
}
.footer-image {
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.lowlight {
  font-size: smaller;
  color: gray;
}
.text-black {
  color: black;
}
.btn {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.btn-rounded {
  border-radius: 15px;
  padding: 6px 20px;
}
.btn-fade {
  transition: 0.3s;
}
.btn.btn-transparent {
  border: 1px solid white;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(2px);
}
.btn.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}
.btn.btn-transparent-light {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.btn.btn-transparent-dark {
  border-color: #333;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.btn.btn-transparent-primary {
  border-color: #b62f3d;
  background-color: rgba(255, 255, 255, 0.1);
  color: #b62f3d;
}
.btn.btn-transparent-primary:hover {
  background-color: #b62f3d;
  color: #ffffff;
}
.btn.btn-transparent-secondary {
  border-color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000000;
}
.btn.btn-transparent-secondary:hover {
  background-color: #000000;
  color: #ffffff;
}
td .btn.btn-xxs {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 2px;
}
.btn-xxs,
.btn-group-xxs > .btn {
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1.35;
  border-radius: 3px;
}
td .btn,
td .btn-group {
  margin-right: 3px;
  margin-bottom: 3px;
}
td .btn-group {
  margin-top: 2px;
}
.label-lg {
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  font-weight: normal;
}
.label-sm {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 4px 4px 0;
  font-weight: normal;
  min-width: 22px;
}
.label-club-primary {
  background-color: #b62f3d;
  color: #ffffff;
}
.label-club-secondary {
  background-color: #000000;
  color: #ffffff;
}
.label-outline {
  background-color: white;
  border: 1px solid #555555;
  color: black;
}
.label-outline.label-success {
  border-color: #d6e9c6;
  color: #3c763d;
}
.label-outline.label-success.label-shaded {
  background-color: #dff0d8;
}
.label-outline.label-danger {
  border-color: #ebccd1;
  color: #a94442;
}
.label-outline.label-danger.label-shaded {
  background-color: #f2dede;
}
.label-outline.label-warning {
  border-color: #faebcc;
  color: #8a6d3b;
}
.label-outline.label-warning.label-shaded {
  background-color: #fcf8e3;
}
.label-outline.label-info {
  border-color: #bce8f1;
  color: #31708f;
}
.label-outline.label-info.label-shaded {
  background-color: #d9edf7;
}
.label-outline.label-primary {
  border-color: #337ab7;
  color: #337ab7;
}
.label-outline.label-default {
  border-color: #ccc;
  color: #666;
}
.label-outline.label-default.label-shaded {
  background-color: #ddd;
}
.label-outline.label-club-primary {
  border-color: #b62f3d;
  color: #b62f3d;
}
.label-outline.label-club-primary.label-shaded {
  background-color: rgba(182, 47, 61, 0.2);
}
.label-outline.label-club-secondary {
  border-color: #000000;
  color: #000000;
}
.label-outline.label-club-secondary.label-shaded {
  background-color: rgba(0, 0, 0, 0.2);
}
.label.label-inline {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 75px;
  padding: 4px 7px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.label.label-block {
  display: block;
}
.label .btn.btn-link {
  padding-right: 0;
  padding-left: 3px;
}
.reference-number {
  display: inline-block;
  font-family: monospace;
  font-size: 14px;
  padding: 1px 5px;
  border: 1px solid gray;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: white;
}
.label-cost {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 3px;
  border: 1px solid black;
  margin: 0 5px 5px 0;
  font-weight: normal;
  font-size: 15px;
  color: black;
  background-color: white;
}
.label-cost a,
.label-cost a:hover,
.label-cost a:focus {
  text-decoration: none;
  color: unset;
}
.label-cost.label-cost-optional {
  color: gray;
  border-color: gray;
}
.label-cost-sm {
  font-size: 12px;
  padding: 1px 3px;
  border-radius: 2px;
}
.label-cost-paid {
  border-color: #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}
.label-cost-payment-on-track {
  border-color: #faebcc;
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.label-cost-unpaid {
  border-color: #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.label-cost-cancelled {
  border-color: #777777;
  color: #777777;
  background-color: #eeeeee;
  text-decoration: line-through;
}
div.button-panel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.delete-panel {
  margin-top: 20px;
}
.page-indent {
  margin-left: 40px;
  margin-right: 40px;
}
.form-header {
  border-bottom: 1px solid #b62f3d;
  padding: 0 10px 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5.form-header,
h6.form-header {
  border-color: #efc2c7;
}
.form-header label {
  font-weight: normal;
  font-size: 15px;
}
.form-introduction {
  color: #555555;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .form-header .pull-right {
    float: none !important;
    display: block;
  }
  h2.form-header {
    font-size: 24px;
  }
  .form-header ul.dropdown-menu-right {
    left: 0;
    right: auto;
  }
}
.dividing-line-after {
  border-bottom: 1px solid #cc6d77;
}
.dividing-line-after.not-last:last-of-type {
  border-bottom: 0px;
}
.form-header-flex {
  display: flex;
  justify-content: space-between;
}
.form-header-flex > * {
  flex-grow: 1;
}
.form-header-flex > .form-header-flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}
.form-condensed .form-group {
  margin-bottom: 3px;
}
.form-condensed .form-control-static {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 0;
}
.form-condensed .form-control-static p {
  margin: 0;
}
.form-condensed .form-control-static .yes-no {
  display: inline-block;
  margin-top: -3px;
}
.form-condensed .control-label {
  padding-top: 3px;
}
.form-horizontal.form-condensed .form-group {
  margin-bottom: 8px;
}
.form-group.form-group-condensed {
  margin-bottom: 0;
}
.form-group.form-group-condensed .form-control-static {
  min-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.form-inline button {
  margin-top: 3px;
}
.form-inline button + button {
  margin-left: 3px;
}
.form-inline .date-control {
  width: 200px;
}
.form-inline .time-control {
  width: 120px;
}
.form-inline .datetime-control {
  width: 250px;
}
.form-inline .ability-level-control {
  width: 200px;
}
.form-inline > .dropdown {
  display: inline-block;
  margin-right: 5px;
}
.form-inline > .form-group > .dropdown {
  display: inline-block;
}
.form-inline > .radio > .dropdown {
  display: inline-block;
}
.form-inline > .radio > label > .dropdown {
  display: inline-block;
}
.form-inline > .checkbox > .dropdown {
  display: inline-block;
}
.form-inline .inline-component {
  display: inline-block;
}
.form-inline .k-slider {
  vertical-align: middle;
}
.form-inline .input-group {
  display: inline-flex;
}
.form-inline .input-group .input-group-addon {
  width: auto;
  line-height: initial;
}
.form-inline .input-group .input-group-btn button {
  margin-top: 0;
}
@media (max-width: 767px) {
  .form-inline .input-group {
    display: table;
  }
}
.form-inline-flex {
  display: flex;
  align-items: center;
}
.form-inline-flex > .form-control {
  flex-grow: 1;
  margin-right: 6px;
}
.form-inline-flex > .form-component {
  flex-grow: 1;
  min-width: 0;
}
.form-inline-flex > .btn {
  flex-shrink: 0;
  margin-left: 6px;
}
.form-inline-flex .k-slider {
  vertical-align: middle;
}
.form-inline-flex input ~ i {
  margin-left: 5px;
}
.form-inline-flex select ~ i {
  margin-left: 5px;
}
.form-horizontal .form-group .form-inline div.radio {
  margin-top: 5px;
}
.form-horizontal .form-group .form-inline div.radio + div.radio {
  margin-left: 10px;
}
.form-horizontal.form-condensed .form-group .form-inline div.radio {
  margin-top: -6px;
  margin-left: 10px;
}
.form-horizontal .form-group .form-control-static button.btn-link {
  padding-top: 0;
  padding-bottom: 0;
}
.form-horizontal .form-group .form-control-static ul {
  padding-inline-start: 12px;
}
.form-horizontal div.form-section {
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
}
.form-group > .radio-control .radio {
  display: inline-block;
}
.form-group > .radio-control .radio label {
  width: 200px;
  margin-bottom: 10px;
}
.form-group > .radio-control .field-validation-error {
  margin-left: 200px;
}
.form-group > .radio-control select,
.form-group > .radio-control input[type=text] {
  display: inline-block;
  width: 50%;
}
.form-horizontal .form .form-group {
  margin-right: 10px;
  margin-left: 10px;
}
.form-horizontal .intro-block {
  margin-right: 10px;
  margin-left: 10px;
}
.form-horizontal .form-list-element {
  margin-bottom: 10px;
  border-bottom: 1px solid lightgrey;
}
.form-horizontal .form-list-element:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .form-horizontal .form-group .form-inline .radio {
    margin-left: 30px !important;
  }
}
.help-block.text-warning {
  color: #8a6d3b !important;
}
.help-block.text-danger {
  color: #a94442 !important;
}
span.pull-right div.dropdown {
  display: inline-block;
}
div.table-scroll-400 {
  max-height: 400px;
  overflow-y: auto;
}
table.table-fixed {
  table-layout: fixed;
}
@media not print {
  table.table-sticky {
    /* The key to not losing the border on the header is "border-collapse: separate" instead of "border-collapse: collapse" */
    border-collapse: separate;
    /* Don't collapse - this allows the bottom border to display on the sticky header */
    border-spacing: 0;
    /* Because we have "border-collapse : separate", we need to about double-thickness borders ... */
  
    /* Ensure the header always shows at the top of the screen */
  
  }
  table.table-sticky th {
    /* Apply default borders to top, bottom and right on the <th>, but not left (as will result in double-thickness) */
    border-left: 0px !important;
  }
  table.table-sticky td {
    /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
    border-top: 0px !important;
    border-left: 0px !important;
  }
  table.table-sticky th:first-child,
  table.table-sticky td:first-child {
    /* Apply a left border on the first <td> or <th> in a row */
    border-left: inherit;
  }
  table.table-sticky th:last-child,
  table.table-sticky td:last-child {
    /* Remove the right-border on the last <td> or <th> in a row to avoid double-thickness if the table already has an outer border */
    border-right: inherit;
  }
  table.table-sticky thead th {
    position: sticky;
    top: 50px;
    background-color: white;
  }
  table.table-inner-sticky thead th {
    position: sticky;
    top: -1px !important;
    background-color: white;
  }
}
td p {
  margin-bottom: 4px;
}
td ul {
  padding-left: 15px;
}
th.select-column {
  width: 30px;
}
.integer-column {
  width: 50px;
  text-align: right;
}
.integer-column-lg {
  width: 80px;
  text-align: right;
}
.integer-column-xl {
  width: 120px;
  text-align: right;
}
.integer-edit-column {
  width: 80px;
  text-align: right;
}
.date-column {
  width: 100px;
}
.date-edit-column {
  width: 200px;
}
.middle-column {
  vertical-align: middle !important;
}
.money-column {
  width: 100px;
  text-align: right;
}
.money-column.money-column-lg {
  width: 150px;
}
.money-column.money-column-xl {
  width: 200px;
}
.money-column.withtax {
  width: 200px;
}
.money-column.total {
  font-weight: bold;
}
th.sortable-column {
  cursor: pointer;
  white-space: nowrap;
}
th.sortable-column span {
  white-space: normal;
}
.action-column {
  width: 120px;
}
.action-column-xs {
  width: 50px;
}
.action-column-lg {
  width: 160px;
}
.action-column-xl {
  width: 200px;
}
.page-table {
  margin-left: 10px;
  margin-right: 10px;
}
th.datetime-column {
  width: 160px;
}
th.yesno-column {
  width: 80px;
}
th.yesno-column-lg {
  width: 120px;
}
th.payment-status-column {
  width: 200px;
}
th.switch-column {
  width: 50px;
}
.checkbox-column {
  width: 80px;
  text-align: center;
}
.checkbox-column-sm {
  width: 40px;
  text-align: center;
}
td > div.toggle .btn {
  margin-left: 0;
  margin-top: 0;
}
td > .btn-group .btn {
  margin-left: 0;
  margin-top: 0;
}
td > span .btn {
  margin-left: 3px;
  margin-top: 3px;
}
td .thumbnail {
  display: inline-block;
}
td .thumbnail img {
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.btn-toggle .btn {
  width: 25px;
}
tfoot tr {
  font-weight: bold;
  background-color: #eeeeee;
}
.table > thead > tr > th.muted {
  background-color: #eeeeee;
  color: #777777;
}
.table > thead > tr > th.muted a {
  color: #777777;
}
.table > tbody > tr > td.muted {
  background-color: #eeeeee;
  color: #777777;
}
.table > tbody > tr > td.muted a {
  color: #777777;
}
.table > tfoot > tr > td.muted {
  background-color: #eeeeee;
  color: #777777;
}
.table > tfoot > tr > td.muted a {
  color: #777777;
}
.table > thead > tr.muted > th {
  background-color: #eeeeee;
  color: #777777;
}
.table > thead > tr.muted > th a {
  color: #777777;
}
.table > tbody > tr.muted > td {
  background-color: #eeeeee;
  color: #777777;
}
.table > tbody > tr.muted > td a {
  color: #777777;
}
.table > tfoot > tr.muted > td {
  background-color: #eeeeee;
  color: #777777;
}
.table > tfoot > tr.muted > td a {
  color: #777777;
}
tr.deselected td {
  text-decoration: line-through;
}
/* Protect Bootstrap toggle buttons from margin adjustments above */

td > span .toggle.btn,
td > span .toggle .btn {
  margin-left: 0;
  margin-top: 0;
}
td .toggle.btn,
td .toggle .btn {
  margin-right: 0;
  margin-bottom: 0;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.cancelled {
  color: #777777;
  text-decoration: line-through !important;
}
.text-bold {
  font-weight: bold;
}
.text-v-muted {
  color: #AAA;
}
.text-smaller {
  font-size: 12px;
}
.result-count {
  margin: 5px;
}
.column-selector {
  display: inline-block;
}
.column-selector .column-dropdown {
  margin-top: 5px;
}
.column-selector .column-dropdown .dropdown-menu {
  width: 210px;
  padding-left: 10px;
  padding-right: 10px;
}
.column-selector .column-dropdown .dropdown-menu > li > a {
  padding-left: 0;
  padding-right: 0;
}
.column-selector .column-dropdown li label {
  font-weight: normal;
}
.column-selector .column-list .column-group-caption {
  font-size: 75%;
  color: #000000;
  border-bottom: 1px solid #b62f3d;
  text-transform: uppercase;
  margin: 4px 0 2px 0;
}
.column-selector .column-list .column {
  cursor: pointer;
}
.column-selector .column-list .column:hover {
  background-color: #eee;
}
.data {
  display: none;
}
.carousel-image-thumbnail {
  max-width: 100% !important;
  max-height: 160px;
}
.site-image-thumbnail {
  max-width: 250px;
  max-height: 140px;
}
.small-image-thumbnail {
  max-width: 60px;
  width: 60px;
}
.missing-mugshot {
  color: gray;
  vertical-align: middle;
}
.mugshot {
  max-height: 140px;
  max-width: 140px;
  height: 140px;
}
.mugshot .missing-mugshot {
  font-size: 100px;
  width: 130px;
  height: 130px;
  text-align: center;
  margin-top: 15px;
}
.mugshot-sm {
  max-height: 80px;
  max-width: 80px;
  height: 80px;
}
.mugshot-sm .missing-mugshot {
  font-size: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.img-responsive {
  display: inline-block !important;
}
.carousel-buttons {
  margin-left: 10px;
  position: absolute;
  bottom: 20px;
}
.carousel-buttons button,
.carousel-buttons button:hover,
.carousel-buttons button:focus {
  color: white;
  border: 0;
}
.nav-pills > li {
  margin-bottom: 2px;
}
.nav-tabs > li {
  height: 42px;
}
.nav-tabs > li.active > a {
  border-top: 4px solid #b62f3d !important;
  padding-top: 6px;
  font-weight: bold;
}
/*@media screen and (min-width: 768px) {
    .table-responsive {
        overflow-x: inherit;
    }
}*/

.dropdown-menu {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.dropdown-menu .search-box {
  width: 100%;
  margin: 5px;
}
.dropdown-menu .search-box input {
  width: 95%;
}
.dropdown-menu .search-results {
  overflow-y: auto;
  max-height: 250px;
}
.dropdown-menu > ul {
  list-style: none;
  padding-inline-start: 0;
}
.dropdown-menu > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > ul > li > a:hover,
.dropdown-menu > ul > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.btn-group.btn-group-flex {
  width: 100%;
}
.btn-group.btn-group-flex button.dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
}
.btn-group.btn-group-flex button.dropdown-toggle > .dropdown-caption {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  flex-grow: 1;
  text-align: left;
}
.btn-group.btn-group-flex button.dropdown-toggle > .caret {
  flex-grow: 0;
  flex-shrink: 1;
}
.action-btn-group {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: 5px;
}
.checkbox-dropdown .dropdown-menu {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .checkbox-dropdown .dropdown-menu {
    width: 360px;
  }
}
.checkbox-dropdown .dropdown-menu .select-buttons {
  margin: 10px;
}
.checkbox-dropdown .dropdown-menu .select-buttons button {
  margin-right: 5px;
}
.checkbox-dropdown .dropdown-menu ul {
  padding-inline-start: 0;
}
.checkbox-dropdown .dropdown-menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  width: 275px;
  display: inline-block;
}
.checkbox-dropdown .dropdown-menu ul li.divider {
  margin-left: 0;
  margin-right: 0;
}
.checkbox-dropdown .dropdown-menu ul li label {
  font-weight: normal;
}
.checkbox-dropdown-single .dropdown-menu {
  width: 300px;
}
.checkbox-dropdown-single .dropdown-menu .select-buttons {
  margin: 10px;
}
.checkbox-dropdown-single .dropdown-menu .select-buttons button {
  margin-right: 5px;
}
.checkbox-dropdown-single .dropdown-menu ul {
  padding-inline-start: 0;
}
.checkbox-dropdown-single .dropdown-menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  width: 275px;
}
.checkbox-dropdown-single .dropdown-menu ul li.divider {
  margin-left: 0;
  margin-right: 0;
}
.checkbox-dropdown-single .dropdown-menu ul li label {
  font-weight: normal;
}
.money-control {
  width: 80px !important;
}
.duration-control {
  width: 80px !important;
}
.integer-control {
  width: 50px !important;
  padding: 6px 8px;
  text-align: center;
}
.integer-control.integer-control-lg {
  width: 80px !important;
}
.text-xs-control {
  width: 80px !important;
}
.text-sm-control {
  width: 120px !important;
}
.year-control {
  width: 54px !important;
  padding: 6px 8px;
  text-align: center;
}
.vat-control {
  width: 150px !important;
}
.control-150 {
  width: 150px !important;
}
.scrollable-dropdown {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.scrollable-dropdown.scrollable-dropdown-lg {
  max-height: 500px;
}
.no-border {
  border: 0;
}
.file-upload {
  display: flex;
  margin-top: 6px;
}
.file-upload .progress {
  flex-grow: 1;
}
.file-upload button {
  height: 20px;
  margin-right: 10px;
}
.progress.progress-thin {
  height: 8px;
}
.image-crop {
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.image-crop img {
  cursor: move;
}
.image-browser {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.thumb {
  margin-bottom: 30px;
  position: relative;
}
.thumb .image-filename {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.thumb .image-selected {
  position: absolute;
  right: 24px;
  top: 10px;
}
.thumb .image-delete-btn {
  position: absolute;
  left: 25px;
  top: 10px;
}
.thumb .folder {
  display: block;
  text-align: center;
}
.thumb .folder i {
  font-size: 50px;
  padding: 10px;
}
.loading-data {
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 1px solid #cc6d77;
  border-radius: 5px;
  color: black;
  margin-top: 10px;
}
.loading-data.loading-data-sm {
  line-height: 50px;
}
.loading-data.loading-data-xs {
  line-height: 25px;
}
.loader-inner {
  position: fixed;
  left: 50%;
  top: 50%;
}
.ball-grid-pulse > div {
  background-color: #b62f3d;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.no-content {
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 1px solid #cc6d77;
  border-radius: 5px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
tfoot > tr > td.no-content {
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 1px solid #cc6d77;
  border-radius: 5px;
  color: black;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Hide Validation Summary when page is valid */

div.validation-summary-valid {
  display: none;
}
/* Validation summary message should be bold */

div.validation-summary-errors > span {
  font-weight: bold;
}
/* Put some space between the validation summary message and the list of errors */

div.validation-summary-errors > ul {
  padding-top: 15px;
}
/* Pagination */

.pagination-control ul.pagination {
  margin-top: 0;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1.1;
}
.pagination > li.adjacent > a {
  background-color: #78acd9;
  color: white;
}
.btn-group > .btn.btn-xs + .dropdown-toggle {
  padding-right: 4px;
  padding-left: 4px;
}
.btn-panel > .btn.btn-xs {
  margin-bottom: 4px;
}
/* Modal Messages */

.modal-content.alert-success {
  background-color: #dff0d8 !important;
}
.modal-content.alert-info {
  background-color: #d9edf7 !important;
}
.modal-content.alert-warning {
  background-color: #fcf8e3 !important;
}
.modal-content.alert-danger {
  background-color: #f2dede !important;
}
/* Margin-bottom 10px */

.marginBottom10px {
  margin-bottom: 10px;
}
/* Make input control e.g. type="file" appear hidden, but still allow focus */

input.appearHidden {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: none;
  background-color: transparent;
}
/* Select all btn-upload label elements that are placed immediately after appearHidden input elements, with focus.
    Mimic btn-primary:focus from bootstrap to make it appear that the label is a button and has focus.
*/

input.appearHidden:focus + label.btn-upload {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input.appearHidden:focus {
  border: none;
  outline: none;
}
/* Fix for to remove gap in front of input-group-addon placed after textbox on small screens */

/*.input-group-addon {
    width: auto;
}*/

/* Trick to ensure that in-place anchors are not hidden by nav bar */

a[name]:before {
  display: block;
  content: " ";
  margin-top: -40px;
  height: 40px;
  visibility: hidden;
}
/* Event-related styles */

.attendee-form {
  display: flex;
  margin-bottom: 4px;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 4px 6px;
}
.attendee-form button {
  margin-top: -2px;
}
.attendee-form-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-grow: 1;
}
.attendee-form-buttons {
  flex-shrink: 0;
  margin-left: 5px;
}
.attendee-form-completed {
  border-color: #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}
.attendee-form-missing {
  border-color: #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.clickable {
  cursor: pointer;
}
.step-completed {
  opacity: 0.5;
}
.calendar-view {
  margin: 20px 0;
}
.map-view {
  border: 1px solid gray;
  padding: 3px;
  margin: 20px 0;
  height: 500px;
}
.geocode-result {
  font-size: small;
  color: #555555;
  font-style: italic;
}
/* Email attachments */

.attachment {
  color: white;
  background-color: dimgray;
  padding: 2px 6px;
  margin: 1px 3px 1px 0;
  border-radius: 4px;
  display: inline-block;
}
.attachment .fa-remove {
  cursor: pointer;
}
.recipient-stat {
  margin-left: 20px;
}
/* Redactor fix */

.redactor-dropdown {
  z-index: 9999;
}
/* Styles borrowed from redactor.css so that they are consistent across the site */

mark {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}
code,
kbd,
samp,
pre,
var {
  font-size: 90%;
  font-style: normal;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
mark,
code,
samp,
kbd {
  padding: 2px 4px 1px 4px;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
}
code {
  background: rgba(0, 0, 0, 0.05);
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}
var {
  color: rgba(0, 0, 0, 0.5);
}
samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}
kbd {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
/* Bootstrap notifications - bring to front! */

.notifications {
  z-index: 9999;
}
.list-group-spaced {
  margin: 20px 0;
}
@media print {
  .container {
    width: 100%;
  }
  /* Prevent URLs being printed alongside link text (especially for email addresses) */
  
  a[href]:after {
    content: "" !important;
  }
}
/* Container within container. No margins at edges */

.container-no-padding .col-md-6:first-child {
  padding-left: 0;
}
.container-no-padding .col-md-6:last-child {
  padding-right: 0;
}
/* Alert full-width banners, remove rounded corners */

.alert-full-width {
  border-radius: 0;
}
/* Buttons to allow wrapping */

.btn-wrap {
  white-space: normal;
}
/* Drop-down with delete buttons */

ul.dropdown-menu li.entry-with-delete {
  position: relative;
}
ul.dropdown-menu li.entry-with-delete button {
  position: absolute;
  right: 10px;
  top: 2px;
}
ul.dropdown-menu li.entry-with-delete a {
  padding-right: 45px;
}
ul.dropdown-menu li.view-entry .owner {
  color: gray;
  font-size: 11px;
}
/* Ensure that map zoom controls are under any dropdowns */

.leaflet-top {
  z-index: 999 !important;
}
/* Colours editor */

span.colour-block {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  margin-right: 5px;
}
.colour-editor .black-btn,
.colour-editor .white-btn {
  margin-top: 7px;
}
.colour-editor .black-btn {
  background-color: black;
  color: white;
  margin-left: 40px;
}
.colour-selector {
  width: 250px;
}
.colour-selector > button {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colour-selector > button .colour-block {
  transform: translateY(2px);
}
.colour-selector ul.dropdown-menu {
  columns: 2;
}
.colour-control {
  width: 210px !important;
}
/* Address editor */

.address-controls .form-control {
  margin-bottom: 5px;
}
.postcode-control {
  max-width: 200px;
}
/* Dropdown Checkbox List*/

.dropdown-checkbox > label {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
/* Hide separator if it is last in list */

ul li.divider:last-child {
  display: none;
}
/* Improvements to fancytree */

/* - Insert a black line to indicate where the dropped item will be positioned */

.fancytree-drop-target.fancytree-drop-accept {
  border: 1px solid gray;
  border-radius: 3px;
}
.fancytree-drop-target.fancytree-drop-accept.fancytree-drop-after {
  border: 0;
  border-bottom: 2px solid gray;
}
.fancytree-drop-target.fancytree-drop-accept.fancytree-drop-before {
  border: 0;
  border-top: 2px solid gray;
}
ul.fancytree-container,
ul.fancytree-container:focus {
  outline: none !important;
  border: 0 !important;
}
span.fancytree-title {
  max-width: 90%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.fancytree-title .badge {
  margin-top: -3px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: normal;
  color: #777;
  background-color: white;
  border: 1px solid #777;
}
.fancytree-treefocus span.fancytree-active span.fancytree-title {
  background-color: #b62f3d;
  color: #ffffff;
}
/* Template Controls */

.template-control {
  border-color: #337ab7;
  background-color: #eff5fb;
}
.template-value {
  border: 1px solid #337ab7;
  border-radius: 3px;
  padding: 2px 4px;
  color: black;
  background-color: #eff5fb;
  display: inline-block;
}
/* User Detail Popup */

.user-detail-trigger {
  display: inline-block;
  border: 1px solid lightgray;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.user-detail-trigger:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Tabs */

.tab-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Radio Button Group */

.radio-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  outline: none;
}
.radio-group .radio-group-option {
  cursor: pointer;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #333333;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 15px;
}
.radio-group .radio-group-option i {
  margin-right: 3px;
}
.radio-group .radio-group-option.success.active {
  background-color: white;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.radio-group .radio-group-option.warning.active {
  background-color: white;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}
.radio-group .radio-group-option.danger.active {
  background-color: white;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.radio-group .radio-group-option.primary.active {
  background-color: white;
  color: #337ab7;
  border: 1px solid #337ab7;
}
.radio-group .radio-group-option.info.active {
  background-color: white;
  color: #31708f;
  border: 1px solid #bce8f1;
}
.radio-group .radio-group-option.default.active {
  background-color: white;
  color: #b62f3d;
  border: 1px solid #b62f3d;
}
.radio-group .radio-group-option.disable {
  cursor: not-allowed;
  color: #999 !important;
}
.radio-group .radio-group-option.disable.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
.radio-group.disable .radio-group-option {
  cursor: not-allowed;
  color: #999 !important;
}
.radio-group.disable .radio-group-option.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
.form-inline .radio-group {
  display: inline-flex;
  width: initial;
}
/* Check box Group */

.check-box-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  outline: none;
}
.check-box-group .check-box-group-option {
  cursor: pointer;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #333333;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 15px;
}
.check-box-group .check-box-group-option i {
  margin-right: 3px;
}
.check-box-group .check-box-group-option.success.active {
  background-color: white;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.check-box-group .check-box-group-option.warning.active {
  background-color: white;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}
.check-box-group .check-box-group-option.danger.active {
  background-color: white;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.check-box-group .check-box-group-option.primary.active {
  background-color: white;
  color: #337ab7;
  border: 1px solid #337ab7;
}
.check-box-group .check-box-group-option.info.active {
  background-color: white;
  color: #31708f;
  border: 1px solid #bce8f1;
}
.check-box-group .check-box-group-option.default.active {
  background-color: white;
  color: #b62f3d;
  border: 1px solid #b62f3d;
}
.check-box-group .check-box-group-option.disable {
  cursor: not-allowed;
  color: #999 !important;
}
.check-box-group .check-box-group-option.disable.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
.check-box-group.disable .checkbox-group-option {
  cursor: not-allowed;
  color: #999 !important;
}
.check-box-group.disable .checkbox-group-option.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
.form-inline .check-box-group {
  display: inline-flex;
  width: initial;
}
.clubhouse-checkbox {
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #333333;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 15px;
}
.clubhouse-checkbox i {
  margin-right: 3px;
}
.clubhouse-checkbox.success.active {
  background-color: white;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.clubhouse-checkbox.warning.active {
  background-color: white;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}
.clubhouse-checkbox.danger.active {
  background-color: white;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.clubhouse-checkbox.primary.active {
  background-color: white;
  color: #337ab7;
  border: 1px solid #337ab7;
}
.clubhouse-checkbox.info.active {
  background-color: white;
  color: #31708f;
  border: 1px solid #bce8f1;
}
.clubhouse-checkbox.default.active {
  background-color: white;
  color: #b62f3d;
  border: 1px solid #b62f3d;
}
.clubhouse-checkbox.disable {
  cursor: not-allowed;
  color: #999 !important;
}
.clubhouse-checkbox.disable.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
/* Consents */

.consent-name {
  margin-right: 20px;
}
.consent-column {
  width: 250px;
}
.consent-switch {
  cursor: pointer;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #333333;
}
.consent-switch i {
  margin-right: 3px;
}
.consent-switch.consent-switch-affirm.active {
  background-color: white;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.consent-switch.consent-switch-reject.active {
  background-color: white;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.last-action-description {
  font-size: 11px;
  color: dimgray;
}
.child-consents {
  margin-left: 40px;
}
/* Prevent printing of link HREFs */

@media print {
  a[href]:after {
    content: none !important;
  }
}
/* Class to prevent page breaks appearing inside */

.avoid-page-break {
  page-break-inside: avoid;
}
/* Document List */

.document-list .document-author {
  display: inline-block;
  color: gray;
}
.document-list .document-date {
  width: 200px;
  display: inline-block;
  text-align: right;
  color: gray;
}
.document-list .document-title span {
  margin-left: 6px;
}
.document-list .document-title i.fa-lg {
  vertical-align: 0%;
}
.document-list .document-link {
  max-width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.document-list .list-group-item {
  display: flex;
  cursor: pointer;
}
.document-list .document-details {
  flex-grow: 1;
}
.document-list .document-select {
  margin-right: 14px;
}
/* Notifications */

.notification-time {
  font-size: 80%;
  margin-top: 5px;
}
/* Fix for colour picker popup being hidden behind second stacked modal */

.cp-popover-container {
  z-index: 2000;
}
/* Image Gallery */

.image-gallery-grid .image-gallery-grid-item {
  float: left;
}
.image-gallery-grid .image-gallery-grid-item img {
  display: block;
  max-width: 100%;
}
.image-gallery-grid .image-gallery-grid-item .image-gallery-caption {
  background-color: #b62f3d;
  color: #ffffff;
  padding: 2px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-gallery-grid:after {
  content: '';
  display: block;
  clear: both;
}
.scroll-400 {
  overflow-y: auto;
  max-height: 400px;
}
.scroll-500 {
  overflow-y: auto;
  max-height: 500px;
}
.scroll-bordered {
  border: 1px solid #ccc;
  padding: 5px;
}
.table-fixed-column {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.table-fixed-column tr .fixed-column {
  position: sticky;
  left: 0;
  top: auto;
  width: 200px !important;
  background-color: white;
  z-index: 1;
  border-right: 1px solid #ccc;
}
/* Calendar Coverage Component */

.calendar-coverage .months {
  margin-top: 10px;
  display: flex;
}
.calendar-coverage .months .month {
  display: inline-block;
  width: 8.33%;
  padding: 1px;
  text-align: center;
  border: 1px solid lightgray;
  color: dimgray;
}
.calendar-coverage .coverage-blocks {
  margin-top: 5px;
  display: flex;
}
.calendar-coverage .coverage-blocks .coverage-block {
  display: inline-block;
  text-align: center;
  border: 1px solid lightgray;
  padding: 1px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-coverage .coverage-blocks .coverage-block.selected {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #3c763d;
}
.calendar-coverage .coverage-blocks .coverage-block.active {
  cursor: pointer;
}
.calendar-coverage .coverage-blocks .coverage-block.inactive {
  background-image: linear-gradient(45deg, #ddd 5.56%, #fff 5.56%, #fff 50%, #ddd 50%, #ddd 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
  color: dimgray;
}
/* Field Tree Select Control */

.field-tree-select.btn-group.open .dropdown-submenu .dropdown-toggle {
  box-shadow: none;
}
/* Recurrence Editor */

.recurrence-editor .recurrence-option {
  padding: 5px 10px;
}
.recurrence-editor .recurrence-limits {
  padding-top: 20px;
}
.recurrence-editor .form-group-end {
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recurrence-editor .form-control {
    margin-bottom: 4px;
  }
}
/* Desk Calendar component */

.desk-calendar {
  flex-shrink: 0;
  background-color: #b62f3d;
  color: #ffffff;
  padding: 2px 2px;
  margin-right: 20px;
  width: 64px;
  min-height: 58px;
}
.desk-calendar .day,
.desk-calendar .month,
.desk-calendar .time {
  font-size: 10px;
  text-align: center;
}
.desk-calendar .multi-day {
  background-color: black;
  color: white;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  margin-top: 4px;
  padding: 2px;
  font-size: 12px;
  text-align: center;
}
.desk-calendar .date {
  font-size: 28px;
  line-height: 0.9;
  text-align: center;
}
a:hover,
a:active .desk-calendar * {
  text-decoration: none !important;
}
a:hover .desk-calendar {
  background-color: #8d252f;
}
/* Log Browser */

.log-line-spacer {
  height: 40px;
  background-color: #ccc !important;
  color: #777;
}
.log-line-spacer td {
  vertical-align: middle !important;
}
.log-lines td {
  font-family: Consolas, Courier New, Courier, monospace;
}
td.log-source-column {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
td.log-user-column {
  white-space: nowrap;
}
/* Coloured badges */

.badge-success {
  background-color: #5cb85c;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-info {
  background-color: #5bc0de;
}
/* Convenience Margin Classes */

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
/* Convenience Padding Classes */

.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
/* Font Awesome Extensions */

.fa-stack-1_4x {
  font-size: 1.4em;
  top: 4px;
}
.fa-stack-1_4x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack.small {
  height: 1em;
  line-height: 1em;
  width: 1em;
}
/* Borrowed from form-control:focus */

.glow {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* Field Sets */

.field-set {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
  font-size: 80%;
  color: #333333;
}
.field-set > span + span {
  border-left: 1px solid #555555;
}
.field-set > span {
  padding: 0 5px;
}
.field-set > span .field-name {
  font-weight: bold;
}
/* Payment Option Selector */

.payment-option-selector {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 10px;
}
.payment-option-selector .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.payment-option-selector .payment-options .payment-option {
  flex-basis: 120px;
  flex-grow: 1;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.payment-option-selector .payment-options .payment-option .description {
  font-size: 80%;
}
.payment-option-selector .payment-options .payment-option.selected {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #3c763d;
}
.payment-option-selector .payment-options .payment-option.unavailable {
  border-color: #777777;
  background-color: white;
  color: #777777;
  cursor: not-allowed;
}
.payment-option-selector .payment-options .payment-option.unavailable .name > span,
.payment-option-selector .payment-options .payment-option.unavailable .description {
  text-decoration: line-through;
}
.payment-option-selector .balances {
  display: flex;
  border-top: 1px solid lightgray;
  margin: 0 -10px -10px -10px;
  background-color: #eeeeee;
}
.payment-option-selector .balances > span {
  border-right: 1px solid lightgray;
  padding: 8px;
  flex-grow: 1;
  text-align: center;
}
.payment-option-selector .balances > span:last-child {
  border-right: 0;
}
/**
 * Correct border colour when Kendo control is inside a 
 * form group with a has-error state. 
 */

.has-error .k-picker-wrap {
  border-color: #a94442 !important;
}
/**
 * Correct width of date and time pickers
 */

.autocomplete-multi.form-control {
  height: auto;
  min-height: 34px;
  padding: 3px 20px 3px 6px;
  cursor: text;
  position: relative;
}
.autocomplete-multi.form-control.focus {
  border-color: #66afe9;
  outline: 0;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.autocomplete-multi.form-control .status-label {
  position: absolute;
  right: 5px;
  top: 9px;
}
.autocomplete-multi-input {
  margin: 1px 3px 1px 0;
  border: 0;
  height: 24px;
  min-width: 80px;
}
.autocomplete-multi-input:focus {
  outline: 0;
}
.autocomplete-multi-element {
  color: #ffffff;
  background-color: #b62f3d;
  padding: 2px 6px;
  margin: 1px 3px 1px 0;
  border-radius: 4px;
  display: inline-block;
}
.autocomplete-multi-element span.delete-btn {
  cursor: pointer;
}
.autocomplete-multi-element.autocomplete-other {
  color: #b62f3d;
  background-color: #ffffff;
  border: 1px solid #b62f3d;
}
.autocomplete-multi.disabled {
  background-color: #ebebee;
}
.autocomplete-multi.disabled .autocomplete-multi-element {
  background-color: gray;
}
.confirm-select > div {
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 4px;
  background-color: white;
  color: lightgray;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  height: 70px;
}
.confirm-select > div i {
  font-size: 30px;
}
.confirm-select > div.selected.yes-confirm {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
}
.confirm-select > div.selected.no-confirm {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.filter-bar {
  padding: 2px 5px;
  margin-bottom: 10px;
}
.filter-bar .filters {
  display: inline-block;
}
.filter-bar .filters .filter {
  display: inline-block;
}
.filter-bar .filter-close {
  margin-left: 10px;
}
.filter-bar .search-btn {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
}
.filter .dropdown-menu {
  padding: 20px;
  width: 210px;
}
.filter .dropdown-menu .checkbox-list .checkbox:last-of-type {
  margin-bottom: 0;
}
.filter .dropdown-menu .form-horizontal .form-group:last-of-type {
  margin-bottom: 0;
}
.filter-clear-btn {
  margin-bottom: 10px;
}
.text-filter .dropdown-menu {
  width: 400px;
}
.date-filter label {
  font-weight: normal;
}
.date-filter .dropdown-menu {
  width: 320px;
}
.date-filter .col-sm-9 {
  padding-left: 10px;
}
.integer-filter .form-group {
  margin-bottom: 5px;
}
.integer-filter label {
  font-weight: normal;
}
.integer-filter .dropdown-menu {
  width: 300px;
}
.seasonBeginning-filter .form-group {
  margin-bottom: 5px;
}
.seasonBeginning-filter label {
  font-weight: normal;
  font-size: 12px;
}
.single-select-filter .dropdown-menu {
  padding-bottom: 5px;
}
.single-select-filter .options {
  margin-left: -20px;
  margin-right: -20px;
}
.single-select-filter .options .option {
  padding: 3px 20px;
  cursor: pointer;
}
.single-select-filter .options .option a {
  color: black;
  text-decoration: none;
}
.single-select-filter .options .option a:hover,
.single-select-filter .options .option a:focus {
  text-decoration: none;
}
.single-select-filter .options .option:hover {
  background-color: #eee;
}
.filter-dropdown .dropdown-menu {
  width: 210px;
}
.filter-dropdown .dropdown-menu > * {
  margin-left: 10px;
}
.filter-dropdown .dropdown-menu > li > a {
  padding-left: 0;
  padding-right: 0;
}
.filter-dropdown li label {
  font-weight: normal;
}
input.search-box {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  /* JLS: Clear button for search box 
        (already works automatically in IE11, this makes it work in Chrome, still doesn't work in FF) */

}
input.search-box::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
div.filter-note {
  margin: 5px;
}
div.filter-note span {
  font-size: smaller;
}
.null-search-checkbox {
  margin-bottom: 0;
}
.qform .completion-details {
  border-bottom: 1px solid #cc6d77;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.qform .introduction {
  margin-left: 10px;
  margin-bottom: 20px;
}
.qform .qform-question-block {
  padding: 15px 0;
  border-bottom: 1px solid lightgray;
}
.qform .qform-question-block:first-of-type {
  border-top: 1px solid lightgray;
}
.qform .qform-question-block:last-of-type {
  margin-bottom: 20px;
}
.qform .qform-question {
  display: flex;
  page-break-inside: avoid;
}
.qform .qform-question .question-number {
  color: gray;
  font-weight: normal;
  min-width: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}
.qform .qform-question .question-number > span {
  padding: 3px;
  border: 1px solid gray;
  border-radius: 5px;
  min-width: 26px;
  display: inline-block;
  text-align: center;
  margin-top: -2px;
}
.qform .qform-question .question-text {
  flex-grow: 0;
  font-size: 16px;
  font-weight: normal;
}
.qform .qform-question .form-group {
  width: 100%;
}
.qform .qform-question .admin-use {
  font-weight: normal;
  color: gray;
  font-style: italic;
  margin-left: 5px;
}
.qform.qform-no-question-number .question-number {
  display: none;
}
.qform .required {
  flex-shrink: 0;
  margin-left: 10px;
  color: #b62f3d;
}
.qform .qform-answer {
  margin-left: 40px;
}
.qform .qform-answer .other-text {
  display: inline-block;
  width: 50%;
  margin-left: 10px;
}
.qform .qform-answer select ~ .other-text {
  margin: 5px 0 0 0;
  width: 100%;
}
.qform.qform-no-question-number .qform-answer {
  margin-left: 0;
}
.qf-question {
  border-bottom: 1px solid #cc6d77;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.qf-question .query-question-text {
  margin-left: 20px;
  font-size: larger;
  font-weight: bolder;
}
.qf-question .form-inline {
  display: flex;
}
.qf-question .form-inline .qf-question-number {
  flex-shrink: 0;
  border: 1px solid dimgray;
  color: dimgray;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.qf-question .form-inline .qf-question-text {
  flex-grow: 5;
  margin-right: 10px;
}
.qf-question .form-inline .qf-question-text textarea {
  width: 100%;
}
.qf-question .form-inline .qf-short-name {
  flex-grow: 1;
  margin-right: 10px;
}
.qf-question .form-inline .qf-short-name input {
  width: 100%;
}
.qf-question .form-inline button.required-btn {
  flex-shrink: 0;
  margin-right: 5px;
  height: 34px;
}
.qf-question .qf-answer-type {
  margin-left: 40px;
}
.qf-question .qf-answer-type .qf-answer-type-selector {
  margin: 10px 0;
  position: relative;
}
.qf-question .qf-answer-type .qf-answer-type-selector .qf-answer-type-help {
  height: 20px;
}
.qf-question .qf-answer-type .qf-answer-type-selected {
  margin: 10px 0;
}
.qf-question .qf-answer-type .qf-answer-type-selected .label {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 6px;
}
.qf-question .qf-answer-type .qf-answer-template {
  margin-bottom: 5px;
}
.qf-question .qf-answer-type .qf-answer-template .qf-maxlength {
  margin-top: 10px;
}
.qf-question .qf-answer-type .qf-answer-template .qf-maxlength input {
  width: 100px;
}
.qf-question .qf-allow-other {
  margin-left: 10px !important;
}
.qf-question .qf-is-multi-select {
  margin-left: 10px !important;
}
.qf-options {
  max-height: 400px;
  overflow-y: scroll;
  padding-left: 30px;
}
.qf-options .qf-option {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.qf-options .qf-option input[type=text] {
  display: inline-block;
  width: 50%;
  height: 28px;
}
.qf-options .qf-other-option input[type=text] {
  width: 30%;
}
.add-question-btn {
  margin-bottom: 10px;
}
.answer {
  display: inline-flex;
  white-space: nowrap;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  max-width: 100%;
}
.answer i.fas,
.answer i.far,
.answer i.fal,
.answer i.fab,
.answer i.fa {
  border-radius: 4px 0 0 4px;
  padding: 5px 4px 2px 4px;
  height: auto;
  width: auto !important;
  flex-grow: 0;
}
.answer span {
  padding: 5px;
  line-height: 1;
  flex-grow: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.answer.answer-none {
  border-color: #777777;
}
.answer.answer-none i {
  background-color: #777777;
  color: white;
}
.answer.answer-info {
  border-color: #bce8f1;
  color: #31708f;
}
.answer.answer-info i {
  background-color: #d9edf7;
}
.answer.answer-success {
  border-color: #d6e9c6;
  color: #3c763d;
}
.answer.answer-success i {
  background-color: #dff0d8;
}
.answer.answer-warning {
  border-color: #faebcc;
  color: #8a6d3b;
}
.answer.answer-warning i {
  background-color: #fcf8e3;
}
.answer.answer-danger {
  border-color: #ebccd1;
  color: #a94442;
}
.answer.answer-danger i {
  background-color: #f2dede;
}
@media (max-width: 767px) {
  .answer {
    white-space: normal;
  }
}
a.answer:hover {
  text-decoration: none;
}
a.answer:focus {
  text-decoration: none;
}
td .answer + .answer {
  margin-left: 5px;
}
.form-condensed .form-group .form-control-static .answer {
  margin-bottom: -3px;
  margin-top: -3px;
}
.qf-query-questions {
  padding-left: 10px;
  padding-right: 10px;
}
.qf-query-range span > label {
  margin: 5px 10px 0 10px;
}
.form-radio-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.form-radio-group .radio {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -5px;
  width: 100%;
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .form-radio-group .radio {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .form-radio-group .radio {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .form-radio-group .radio {
    width: 25%;
  }
}
.radio-group-modal {
  width: 100%;
  margin-top: 5px;
}
.radio-group-modal .radio {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -5px;
  width: 100%;
}
.checkbox-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.checkbox-group .checkbox {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: -5px;
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .checkbox-group .checkbox {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .checkbox-group .checkbox {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox-group .checkbox {
    width: 25%;
  }
}
.qf-blank-answer {
  display: inline-block;
  width: 100%;
  height: 32px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: -2px;
}
.qf-blank-answer:nth-of-type(1) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #ccc;
}
.qf-blank-answer:nth-last-of-type(1) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.qf-blank-answer + .qf-blank-answer {
  border-top: 1px dashed #ccc;
  margin-top: -5px;
}
.qf-blank-radios label {
  margin-bottom: 12px;
  margin-right: 10px;
  font-weight: normal;
}
.required {
  margin-left: 10px;
  color: #b62f3d;
}
.required.disabled {
  color: #e599a1;
}
.form-section {
  page-break-inside: avoid;
}
.lock-column {
  width: 40px;
}
.form-condensed .form-group.form-control-group {
  margin-bottom: 15px;
  margin-top: 10px;
}
.form-condensed .form-group.form-control-group .control-label {
  padding-top: 7px;
}
.chart canvas {
  width: 300px;
  height: 300px;
}
.chart .chart-key {
  margin-top: 20px;
  border: 1px solid gray;
  padding: 10px;
}
.chart .chart-key .chart-key-colour {
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  display: inline-block;
  margin: 5px;
}
.chart .chart-key .chart-key-label {
  display: inline-block;
  margin: 5px;
}
#registration-accordion .panel {
  border-color: #337ab7;
}
#registration-accordion .panel .panel-heading {
  background-color: #337ab7;
  color: white;
}
.registration-map {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.registration-map > div {
  display: inline-block;
  position: relative;
  /* Only show step names for wide screens */

}
.registration-map > div .step-index {
  display: block;
}
.registration-map > div .step-index .step-index-symbol {
  transform: scale(0.6);
  position: absolute;
  top: 8px;
  left: -4px;
}
.registration-map > div .step-index .step-index-number {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  transform: scale(0.7);
  position: absolute;
  top: -1px;
  left: 9px;
}
@media (min-width: 1200px) {
  .registration-map > div .step-name {
    display: block;
    position: absolute;
    width: 100px;
    left: -30px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .registration-map > div .step-name {
    display: none;
  }
}
.registration-map > div.active {
  color: #337ab7;
}
.registration-map > div.active .step-name {
  font-weight: bold;
}
.registration-map > div.complete {
  color: #5cb85c;
  cursor: pointer;
}
.registration-map > div.skipped {
  color: #777777;
}
.registration-map > div.skipped .step-name {
  font-weight: bold;
}
.membership-category.not-available {
  cursor: default;
  background-color: #eeeeee;
  color: #777777;
}
.membership-category.not-available .category-name {
  text-decoration: line-through;
}
.membership-category.not-available .restrictions-column {
  font-weight: bold;
}
.restrictions-column {
  width: 250px;
}
.requires-column {
  width: 200px;
}
.membership-summary {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid lightgray;
}
.membership-summary:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.family-group-control {
  width: 200px !important;
}
.section-membership-request {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid lightgray;
}
.section-membership-request:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.consent-options {
  margin-left: 30px;
}
.reg-credential-control {
  width: 270px !important;
  margin-right: 10px;
}
.reg-password-score {
  width: 270px !important;
  display: inline-block;
  margin-bottom: -7px;
  margin-top: 7px;
}
.reg-title-control {
  width: 150px;
}
.reg-name-control,
.reg-phone-control,
.reg-email-control {
  width: 350px;
}
.reg-system-consent {
  padding-top: 7px;
}
.reg-system-consent .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reg-consent {
  padding-top: 7px;
  margin-bottom: 15px;
}
.reg-summary-section {
  border-top: 1px solid #cc6d77;
  margin-top: 10px;
  padding-top: 10px;
}
.reg-summary-section:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.reg-edit-section {
  border-bottom: 1px solid #cc6d77;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.reg-field-config {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid lightgray;
  border-radius: 4px;
  margin: 5px 5px 5px 0;
}
.reg-field-config.reg-field-hidden {
  color: lightgray;
}
.reg-field-config.reg-field-hidden span {
  text-decoration: line-through;
}
.reg-field-config.reg-field-optional {
  color: #3c763d;
}
.reg-field-config.reg-field-required {
  color: #337ab7;
}
.ch-editor {
  overflow-y: scroll;
}
.ch-editor.focus {
  border-color: #66afe9;
  outline: 0;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ch-editor .ch-editable {
  min-height: 100%;
}
.ch-editor .ch-editable:focus {
  outline: none;
}
.subscription-status > .answer {
  margin: 2px;
}
.subscription-header .active-label,
.subscription-header .inactive-label {
  line-height: 18px;
}
.subscription-header .btn-group {
  vertical-align: bottom;
  margin-bottom: 5px;
}
.active-label {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  color: white;
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.inactive-label {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  color: white;
  background-color: gray;
  border: 1px solid gray;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.subscription-section-label {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  color: white;
  background-color: black;
  border: 1px solid gray;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.uncancel-sections {
  padding: 5px;
}
.non-member-label {
  font-size: 100%;
}
.subscription-panel .subscription-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  background-color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 41px;
}
.subscription-panel .subscription-panel-header .slant {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 15px 0 0;
  border-color: dimgray transparent transparent transparent;
}
.subscription-panel .subscription-panel-header .subscription-active-status,
.subscription-panel .subscription-panel-header .subscription-category,
.subscription-panel .subscription-panel-header .subscription-status {
  display: inline-block;
}
@media (max-width: 767px) {
  .subscription-panel .subscription-panel-header .subscription-active-status {
    width: 10px;
  }
  .subscription-panel .subscription-panel-header .subscription-active-status > span {
    display: none;
  }
}
.subscription-panel .subscription-panel-header .subscription-active-status,
.subscription-panel .subscription-panel-header .subscription-status {
  flex-grow: 0;
  flex-shrink: 0;
}
.subscription-panel .subscription-panel-header .subscription-active-status {
  background-color: dimgray;
  color: white;
  border-top-left-radius: 3px;
}
.subscription-panel .subscription-panel-header .subscription-category {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription-panel .subscription-panel-header .subscription-active-status,
.subscription-panel .subscription-panel-header .subscription-category {
  font-size: 24px;
  padding: 2px 20px;
  line-height: 1.5em;
}
.subscription-panel .subscription-panel-header .subscription-status {
  padding: 2px;
}
@media (max-width: 767px) {
  .subscription-panel .subscription-panel-header .answer > span {
    display: none;
  }
}
.subscription-panel.active-subscription {
  border-color: #5cb85c;
  background-color: #dff0d8;
}
.subscription-panel.active-subscription .subscription-panel-header {
  border-color: #5cb85c;
}
.subscription-panel.active-subscription .subscription-active-status {
  background-color: #5cb85c;
}
.subscription-panel.active-subscription .slant {
  border-top-color: #5cb85c;
}
.subscription-panel.canceled-subscription {
  border-color: #555555;
  background-color: #eeeeee;
}
.subscription-panel.canceled-subscription .subscription-panel-header {
  border-color: #555555;
}
.subscription-panel.canceled-subscription .subscription-canceled-status {
  background-color: #555555;
}
.subscription-panel.canceled-subscription .slant {
  border-top-color: #555555;
}
.subscription-panel .subscription-panel-body {
  padding: 10px;
}
.subscription-panel .subscription-form {
  padding: 10px;
  border: 1px solid #ddd;
}
.subscription-panel .subscription-slot {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 5px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.subscription-panel .subscription-slot .user-name {
  font-size: 20px;
}
.subscription-panel .subscription-slot .category-name {
  font-size: 16px;
}
.subscription-panel .subscription-slot .linked-subscriptions-table {
  margin-bottom: 0;
}
.subscription-panel .subscription-actions {
  padding: 10px;
  margin-bottom: 10px;
}
.subscription-panel .linked-subscriptions-table {
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.subscription-panel .linked-subscriptions-table .linked-subscription-row {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.subscription-panel .linked-subscriptions-table .linked-subscription-row .linked-subscription-category {
  width: 55%;
  /*white-space: nowrap;
                overflow: hidden;*/
  display: flex;
  gap: 5px;
}
.subscription-panel .linked-subscriptions-table .linked-subscription-row .linked-subscription-category .align-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 650px) {
  .subscription-panel .linked-subscriptions-table .linked-subscription-row .linked-subscription-category {
    width: initial;
  }
}
.subscription-panel .linked-subscriptions-table .linked-subscription-row .linked-subscription-status {
  flex-grow: 1;
  text-align: right;
}
.subscription-panel .updated-label {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  color: white;
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.subscription-panel .expiry-label {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  color: white;
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.subscription-panel .owner-name {
  font-weight: normal;
  font-size: 15px;
  margin-top: -4px;
  margin-bottom: 4px;
  display: block;
}
.subscription-panel .user-name {
  font-size: 24px;
  margin-top: 0px;
  display: block;
}
.subscription-panel .category-name {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: dimgray;
}
.subscription-panel .group-name {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 18px;
}
.subscription-panel .resource-name {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  font-size: 18px;
}
.subscription-panel .dates {
  padding: 10px;
  border: 1px solid dimgray;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: white;
}
.subscription-panel .start-date {
  color: gray;
  margin-top: 30px;
  font-size: 18px;
}
.subscription-panel .end-date {
  font-weight: bold;
  font-size: 30px;
  color: black;
  position: relative;
}
.subscription-panel .end-date .paid-until {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  left: 40px;
  bottom: -10px;
}
.subscription-panel .cost {
  display: block;
  text-align: right;
}
.subscription-panel .cost.tentative {
  color: #777777;
}
.subscription-panel .cost.tentative .label-cost {
  color: #777777;
  border-color: #777777;
}
.subscription-panel .status {
  margin-bottom: 8px;
}
.subscription-panel .linked-subscriptions .label-cost:last-of-type {
  margin-bottom: 0;
}
.subscription-panel .linked-subscriptions .subscription-status {
  display: inline-block;
}
.subscription-panel .payments-table table {
  margin-bottom: 0px;
}
.subscription-panel .payments-table table tr {
  background-color: white;
}
.linked-subscriptions-panel > div {
  padding: 10px 0;
  border-top: 1px solid lightgray;
}
.addons {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
}
.addons .addon {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.addons .addon .addon-amount,
.addons .addon .addon-delete {
  flex-shrink: 1;
  min-width: 78px;
}
.addons .addon .addon-amount {
  width: 114px;
}
.addons .addon .addon-delete button {
  margin-left: 10px;
}
.addons .addon .addon-description {
  font-size: 16px;
  flex-grow: 1;
}
.summary-table {
  table-layout: fixed;
}
.summary-table .count-cell {
  text-align: center;
}
.summary-table th.row-header {
  height: 220px;
  width: 100px;
  font-weight: normal;
}
.summary-table th.rotate {
  height: 220px;
  width: 45px;
  font-weight: normal;
}
.summary-table th.rotate > div {
  transform: translate(-83px, -96px) rotate(270deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
.summary-table .total {
  font-weight: bold !important;
}
.linked-subscription {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 4px;
}
.linked-subscription .form-group:last-of-type {
  margin-bottom: 0;
}
.linked-subscription .linked-subscription-category {
  margin-top: 5px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
}
.linked-subscription .delete-linked-subscription-btn {
  position: absolute;
  right: 5px;
  top: 3px;
}
.assignment-code,
.assignment-time {
  color: gray;
  font-size: 13px;
}
.assignee {
  font-size: 18px;
}
.assigned-category {
  font-size: 13px;
}
.assignment-buttons {
  margin-top: 5px;
}
.user-renewals .root-renewal {
  border: 1px solid #b62f3d;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}
.user-renewals .root-renewal .root-renewal-header {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b62f3d;
}
.user-renewals .root-renewal .root-renewal-header .renewal-category {
  flex-grow: 1;
}
.user-renewals .root-renewal .root-renewal-header .renewal-dates {
  font-size: 70%;
}
.user-renewals .root-renewal .root-renewal-details {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.user-renewals .renewal-section {
  margin-top: -5px;
  margin-right: 5px;
}
.user-renewals .group-slot-renewal {
  border-bottom: 1px solid #555555;
  margin-bottom: 10px;
}
.user-renewals .group-slot-renewal:last-child {
  border-bottom: 0;
}
.user-renewals .group-slot-renewal .group-slot-renewal-details {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.user-renewals .group-slot-renewal .group-slot-renewal-details .renewal-category {
  flex-grow: 1;
}
.user-renewals .linked-renewal {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.user-renewals .linked-renewal .linked-renewal-header {
  margin-bottom: 5px;
  display: flex;
}
.user-renewals .linked-renewal .linked-renewal-header .renewal-category {
  flex-grow: 1;
}
.user-renewals .renewal-addons {
  margin-top: 10px;
  margin-left: 20px;
}
.user-renewals .renewal-addons .addon-buttons {
  margin-left: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 801px) {
  .column-sorter {
    display: none;
  }
  .column-sorter.column-sorter-permanent {
    display: block;
  }
  .display-small {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  /* Used when we are not stacking tables but want to make sure no column is too wide. 
          Particularly useful for filenames and paths, not just headers. */
  
  .responsive-table-header {
    word-break: break-all;
  }
  .column-sorter div {
    display: block;
    margin-top: 5px;
  }
  .display-large {
    display: none !important;
  }
  .sub-heading {
    background-color: #ddd !important;
  }
  .table-stacked table,
  .table-stacked thead,
  .table-stacked tbody,
  .table-stacked tfoot,
  .table-stacked th,
  .table-stacked td,
  .table-stacked tr {
    display: block;
  }
  .table-stacked table td[class*="col-"],
  .table-stacked table th[class*="col-"] {
    position: inherit;
    display: inherit;
    float: inherit;
  }
  .table-stacked th {
    background-color: lightgray;
  }
  .table-stacked thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-stacked .table,
  .table-stacked .table-bordered {
    border-left: none;
    border-right: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .table-stacked .table > tbody > tr > td,
  .table-stacked .table-bordered > tbody > tr > td {
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #eee;
  }
  .table-stacked .table > tbody > tr > td:last-child,
  .table-stacked .table-bordered > tbody > tr > td:last-child {
    border-bottom: none;
  }
  .table-stacked tr {
    border-bottom: 1px solid #aaa;
  }
  .table-stacked tr:last-child {
    border-bottom: none;
  }
  .table-stacked td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    /* this controls the proportion of the screen to use for left column (must be matched in td:before below) */
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
    min-height: 36px;
    overflow-wrap: break-word;
    width: initial !important;
  }
  .table-stacked td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    overflow-x: scroll;
  }
  .table-stacked td:before {
    content: attr(data-title);
  }
  .table-stacked div.non-float-right:before {
    display: table;
    content: " ";
  }
  .table-stacked div.non-float-right:after {
    display: table;
    content: " ";
    clear: both;
  }
  .table-stacked .space-out {
    margin-bottom: 25px;
  }
  .table-stacked25 td {
    /* Behave  like a "row" */
    /* this controls the proportion of the screen to use for left column (must be matched in td:before below) */
    padding-left: 25% !important;
  }
  .table-stacked25 td:before {
    /* Now like a table header */
    width: 20%;
    padding-right: 10px;
    white-space: normal;
    overflow-x: auto;
  }
  .table-stacked-1col td {
    /* Behave  like a "row" */
    /* this controls the proportion of the screen to use for left column (must be matched in td:before below) */
    padding-left: 0% !important;
  }
  .table-stacked-1col td:before {
    /* Do not show the headers */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    width: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .table-stacked-1col td:before {
    content: '';
  }
}
.purchase-panel .purchase-detail {
  display: flex;
  align-items: center;
}
.purchase-panel .purchase-detail .purchase-description {
  flex-grow: 1;
  font-size: 18px;
  display: inline-block;
}
.purchase-panel .purchase-detail .purchase-quantity {
  flex-shrink: 0;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px;
  width: 35px;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.purchase-panel .purchase-detail .purchase-quantity label {
  color: gray;
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin: -1px;
}
.purchase-panel .purchase-detail .purchase-quantity .number {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.purchase-panel .cost {
  display: block;
  text-align: right;
}
.purchase-panel .status {
  margin-bottom: 8px;
}
.purchase-panel .action-buttons {
  margin-top: 8px;
}
.purchase-panel table {
  margin-bottom: 0px;
}
.purchase-panel table tr {
  background-color: white;
}
.match-result-scores {
  padding: 10px;
}
.match-result-scores .score-column {
  width: 100px;
  text-align: center;
}
.match-result-scores .score {
  text-align: center;
  font-family: Consolas, 'Courier New', monospace;
}
.match-day-selection .selection-area {
  display: flex;
  align-items: stretch;
}
.match-day-selection .selection-area .selection-teams {
  flex-grow: 1;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #b62f3d;
  display: flex;
  align-items: stretch;
  column-gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.match-day-selection .selection-area .selection-teams .selection-team {
  width: 300px;
  min-width: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #555555;
}
.match-day-selection .selection-area .selection-teams .selection-team.selected {
  color: black;
}
.match-day-selection .selection-area .selection-teams .selection-team > .form-header {
  font-size: 22px;
  color: #555555;
  border-bottom-color: #777777;
}
.match-day-selection .selection-area .selection-teams .selection-team.selected > .form-header {
  font-weight: bold;
  color: black;
  border-bottom-color: #b62f3d;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups {
  flex-grow: 1;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group.panel-success {
  border-color: #5cb85c;
  border-width: 2px;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group.panel-success .panel-heading {
  border-bottom-color: #5cb85c;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .panel-title .team-selection-group-name {
  flex-grow: 1;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .team-selection-players .list-group-divider {
  color: #999;
  text-transform: uppercase;
  display: block;
  padding: 10px 0 2px 10px;
  font-size: 80%;
  font-weight: bold;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .team-selection-players .list-group-item .player-details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .team-selection-players .list-group-item .player-details .player-name {
  flex-shrink: 0;
  flex-grow: 1;
}
.match-day-selection .selection-area .selection-teams .selection-team .team-selection-groups .team-selection-group .team-selection-players .list-group-item .player-details .role-name {
  width: 10em;
}
.match-day-selection .selection-area .selection-teams .selection-team .selection-publish {
  height: 65px;
}
.match-day-selection .selection-area .player-selector {
  width: 400px;
  max-width: 40%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.match-day-selection .selection-area .player-selector > .form-header {
  font-size: 22px;
  font-weight: bold;
  color: black;
  border-bottom-color: #b62f3d;
}
.match-day-selection .selection-area .player-selector .player-list {
  flex-basis: 80vh;
  flex-grow: 1;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.match-day-selection .selection-area .player-selector .player-list li {
  border-top: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.match-day-selection .selection-area .player-selector .player-list li:first-child {
  border-top: 0;
}
.selected-player {
  text-decoration: line-through;
}
.player-attributes {
  padding-top: 4px;
}
.player-attribute {
  padding: 2px 4px;
  border: 1px solid gray;
  border-radius: 4px;
  margin-top: 4px;
  margin-right: 4px;
  color: gray;
  font-size: smaller;
}
.player-name {
  font-size: 16px;
}
.player-available {
  color: #5cb85c;
}
.player-unavailable {
  color: #d9534f;
}
.player-notsure {
  color: #999999;
}
table.table-availability {
  width: auto;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
table.table-availability thead tr {
  border-right: 0 !important;
}
table.table-availability thead tr th:first-child {
  width: 240px;
  border-left: 0;
  border-right: 0;
}
table.table-availability thead tr th.rotate {
  height: 120px;
  width: 45px;
  white-space: nowrap;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: normal;
}
table.table-availability thead tr th.rotate > div {
  transform: translate(24px, 0) rotate(315deg);
  width: 30px;
}
table.table-availability thead tr th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.table-availability thead tr th.rotate.vertical > div {
  transform: translate(10px, 0) rotate(270deg);
  width: 30px;
}
table.table-availability thead tr th.rotate .team-indicators {
  padding-left: 0;
  margin-left: -5px;
}
table.table-availability thead tr th.rotate .team-indicators .team-indicator {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.table-availability td.availability-cell {
  text-align: center;
}
table.table-availability td.availability-cell.enabled {
  cursor: pointer;
}
table.table-availability td.availability-cell.disabled {
  background-color: lightgray;
}
table.table-availability td.availability-cell.player-played {
  background-color: #5cb85c;
  border-color: #d6e9c6;
}
table.table-availability td.availability-cell.player-selected {
  background-color: #5bc0de;
  border-color: #bce8f1;
}
table.table-availability td.availability-cell.player-played i.player-notsure,
table.table-availability td.availability-cell.player-selected i.player-notsure,
table.table-availability td.availability-cell.player-played i.player-available,
table.table-availability td.availability-cell.player-selected i.player-available,
table.table-availability td.availability-cell.player-played i.player-unavailable,
table.table-availability td.availability-cell.player-selected i.player-unavailable {
  color: rgba(255, 255, 255, 0.5);
}
.availability-reason-legend {
  display: inline-flex;
  padding: 0 5px 0 5px;
  border: 1px solid lightgray;
  margin-bottom: 10px;
}
.availability-reason-legend > div {
  margin: 5px;
  padding: 5px;
}
.selection-status-legend {
  display: inline-flex;
  padding: 0 5px 0 5px;
  align-items: center;
  border: 1px solid lightgray;
}
.selection-status-legend > div {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 5px;
}
.selection-status-legend .legend-block {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-width: 1px;
  border-style: solid;
  margin-right: 5px;
}
.selection-status-legend .legend-block.player-played {
  background-color: #5cb85c;
  border-color: #d6e9c6;
}
.selection-status-legend .legend-block.player-selected {
  background-color: #5bc0de;
  border-color: #bce8f1;
}
.team-legend {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}
.team-legend > span {
  margin-left: 20px;
}
.team-legend > span > i {
  margin-right: 5px;
}
table.season-fixture-table .date-column {
  width: 100px;
}
table.season-fixture-table .opposition {
  font-size: larger;
}
table.season-fixture-table .time-location {
  font-style: italic;
  color: dimgray;
  font-size: small;
}
table.season-fixture-table .fixture-cell .fixture {
  padding: 5px;
  border: 1px solid lightgray;
  margin-bottom: 5px;
}
table.season-fixture-table .fixture-cell .fixture:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
table.season-fixture-table .fixture-cell .fixture:hover a {
  text-decoration: none;
}
.tool-items a {
  color: white;
}
tr.player-group-header-row td {
  font-size: 80%;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
  padding: 4px 8px !important;
}
.match-details {
  display: flex;
  column-gap: 5px;
}
.match-details .team {
  white-space: nowrap;
}
.match-details .opposition {
  white-space: nowrap;
  flex-shrink: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shop-product {
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid lightgray;
  margin: 10px 0;
}
.shop-product .product-summary {
  flex-grow: 1;
}
.shop-product .product-summary .product-name {
  font-size: 20px;
}
.shop-product .product-detail {
  flex-shrink: 0;
  padding: 0 5px;
  text-align: right;
  width: 150px;
}
.shop-product .admin-buttons {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .shop-product {
    flex-wrap: wrap;
  }
  .shop-product .product-name {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.shop-description {
  word-wrap: break-word;
}
.product-manufacturer {
  display: block;
  font-size: 12px;
  color: gray;
  font-style: italic;
}
.product-vendor {
  font-size: 13px;
  display: inline-block;
  padding: 2px 6px;
  color: white;
  border: 1px solid gray;
  background-color: gray;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
}
.product-stock {
  font-size: 14px;
  margin-bottom: 10px;
}
.product-stock .in-stock {
  display: inline-block;
  padding: 0 6px;
  color: white;
  border: 1px solid #5cb85c;
  background-color: #5cb85c;
  border-radius: 3px;
}
.product-stock .out-of-stock {
  display: inline-block;
  padding: 0 6px;
  color: white;
  border: 1px solid #d9534f;
  background-color: #d9534f;
  border-radius: 3px;
}
.product-price {
  display: inline-block;
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.product-rrp {
  display: inline-block;
  text-decoration: line-through;
}
.product-rating div {
  display: inline-block;
}
.product-rating .product-rating-count {
  color: gray;
}
.product-img {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.product-img .img-thumbnail {
  width: 140px;
  font-size: 100px;
  text-align: center;
  color: gray;
}
.product-img.product-img-lg {
  width: 100%;
  height: auto;
}
.product-img.product-img-lg .img-thumbnail {
  width: 100%;
}
.variation-column {
  width: 150px;
}
@media (max-width: 767px) {
  .variation-column {
    width: unset;
  }
}
.quantity-control {
  width: 120px;
}
.quantity-control input {
  text-align: center;
}
.product-variant-grid td {
  cursor: pointer;
}
.product-variant-grid td:hover {
  background-color: lightgray;
}
.event-date {
  font-size: 20px;
  margin-bottom: 0;
}
.event-venue {
  font-size: 17px;
  font-weight: bold;
  color: gray;
  margin-bottom: 0;
}
.event-venue-directions {
  font-style: italic;
  color: gray;
  margin-bottom: 15px;
}
.event-participants-description {
  color: black;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 3px 0 3px 10px;
  border: lightgray 1px solid;
  border-left-width: 4px;
  border-left-color: #b62f3d;
}
.event-private-details {
  color: black;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 3px 0 3px 10px;
  border: lightgray 1px solid;
  border-left-width: 4px;
  border-left-color: #d9534f;
}
.event-description {
  margin-top: 10px;
}
.event-description img {
  max-width: 100%;
}
.event-addons > div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.event-addons .addon-description {
  flex-grow: 1;
}
.event-addons button {
  flex-shrink: 0;
  margin-right: 2px;
}
.event-addons .badge {
  flex-shrink: 0;
  margin-right: 5px;
}
.event-subtitle {
  display: block;
  margin-top: 3px;
}
.event-full-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.event-calendar-label span {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.event-calendar-bullet {
  border-left: 3px solid #333333;
  padding-left: 5px;
  margin-bottom: 3px;
}
.event-calendar-bullet.event-calendar-bullet-success {
  border-left-color: #3c763d;
}
.event-calendar-bullet.event-calendar-bullet-warning {
  border-left-color: #8a6d3b;
}
.event-calendar-bullet.event-calendar-bullet-danger {
  border-left-color: #a94442;
}
.event-calendar-bullet.event-calendar-bullet-info {
  border-left-color: #31708f;
}
.event-calendar-bullet.event-calendar-bullet-club-primary {
  border-left-color: #b62f3d;
}
.event-calendar-bullet.event-calendar-bullet-club-secondary {
  border-left-color: #000000;
}
.event-confirmed {
  border-left: 3px solid #3c763d;
  padding-left: 5px;
  margin-bottom: 3px;
}
.event-pending {
  border-left: 3px solid #8a6d3b;
  padding-left: 5px;
  margin-bottom: 3px;
}
.event-waiting {
  border-left: 3px solid #31708f;
  padding-left: 5px;
  margin-bottom: 3px;
}
.event-signup-window {
  border-left: 3px solid #333333;
  padding-left: 5px;
  margin-bottom: 3px;
}
.event-min-attendees {
  border-left: 3px solid #a94442;
  padding-left: 5px;
  margin-bottom: 3px;
}
.attendee-image {
  min-height: 60px;
  text-align: center;
}
.attendee-image img {
  width: 60px;
}
.attendee-image i {
  transform: scale(2.8) translateY(6px);
}
.attendee-photo-column {
  width: 70px;
}
.attendee-name-column {
  min-width: 25%;
}
.attendee-photo-cell {
  border-right: 0 !important;
  position: relative;
}
.attendee-photo-cell .label-me {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.attendee-name-cell {
  border-left: 0 !important;
}
.cost-description {
  margin-top: 3px;
  font-size: 12px;
  color: gray;
}
.cost-structure-mode-selector {
  margin-bottom: 10px;
}
.event-cost-grid td {
  text-align: right;
}
.event-cost-grid td > div {
  display: flex;
}
.event-cost-grid td > div > div {
  flex-grow: 1;
}
.event-cost-grid .info-popover {
  margin-left: 5px;
  cursor: pointer;
}
.event-cost-grid .info-popover:focus {
  outline: none;
}
.event-cost-group-code {
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid gray;
  border-radius: 4px;
  background-color: white;
  margin-right: 4px;
  color: black;
}
.event-cost-group-description {
  font-size: 80%;
  color: gray;
  font-weight: normal;
  margin-top: 5px;
}
.event-cost-popover-content {
  padding-inline-start: 20px;
}
.cost-group {
  cursor: pointer;
}
.cost-group-code {
  display: inline-block;
  font-family: monospace;
  font-size: 12px;
  padding: 1px 4px;
  border: 1px solid gray;
  border-radius: 4px;
  background-color: white;
  margin-right: 4px;
  color: black;
}
.cost-group.active .event-cost-group-description {
  color: white;
}
.cost-group.active .event-cost-group-description.template-value {
  color: black;
}
.cost-group-title {
  display: flex;
  align-items: center;
}
.cost-group-title .cost-group-name {
  flex-grow: 1;
  overflow-x: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-right: 8px;
  text-overflow: ellipsis;
  margin: 3px 1px;
}
.cost-group-title .cost-group-count {
  flex-shrink: 0;
}
.group-meta-data {
  font-size: 80%;
  color: gray;
  margin-bottom: 4px;
}
.group-meta-data > span {
  display: inline-block;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 1px 4px;
  margin-right: 4px;
  margin-top: 3px;
}
.day-index {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  border: 1px solid lightgray;
  background-color: white;
  color: lightgray;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 0 3px;
}
.day-index.active {
  background-color: black;
  border-color: black;
  color: white;
}
.active .group-meta-data {
  color: white;
}
.event-attendee-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  outline: none;
  margin: -10px 0 10px -10px;
}
.event-attendee-selector .event-attendee-option {
  border: 1px solid #777777;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  cursor: pointer;
  min-height: 90px;
  width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .event-attendee-selector .event-attendee-option {
    width: 100%;
  }
}
.event-attendee-selector .event-attendee-option .attendee-image {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.event-attendee-selector .event-attendee-option .attendee-image img {
  border: 1px solid #777777;
}
.event-attendee-selector .event-attendee-option .attendee-image i {
  color: #555555;
}
.event-attendee-selector .event-attendee-option .event-attendee-details {
  flex-grow: 1;
}
.event-attendee-selector .event-attendee-option .event-attendee-details .event-attendee-option-name {
  font-size: 110%;
  margin-top: 4px;
}
.event-attendee-selector .event-attendee-option .event-attendee-details .text-warning {
  margin-top: 6px;
}
.event-attendee-selector .event-attendee-option .event-attendee-details .form-control {
  margin-top: 3px;
}
.event-attendee-selector .event-attendee-option.active {
  border-color: #3c763d;
  box-shadow: 0 0 0 1px #3c763d;
  background-color: #dff0d8;
  color: #3c763d;
}
.event-attendee-selector .event-attendee-option.active .attendee-image i {
  color: #3c763d;
}
.event-attendee-selector .event-attendee-option.disable {
  border-color: #555555;
  background-color: #eeeeee;
  color: #555555;
  cursor: not-allowed;
}
.event-attendee-selector .event-attendee-option.disable .label-me {
  border-color: #555555;
  background-color: #555555;
}
.event-attendee-selector.event-attendee-selector-sm .event-attendee-option {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .event-attendee-selector.event-attendee-selector-sm .event-attendee-option {
    width: 100%;
  }
}
.event-attendee-selector.event-attendee-selector-xs .event-attendee-option {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .event-attendee-selector.event-attendee-selector-xs .event-attendee-option {
    width: 100%;
  }
}
.cost-filters {
  margin-bottom: 16px;
}
.cost-filters > div {
  margin-left: 16px;
}
#multi-day-events-accordion .panel-heading {
  cursor: pointer;
}
#multi-day-events-accordion .panel-heading .multi-day-heading {
  display: flex;
  justify-content: space-between;
  row-gap: 10px;
  /* row-gap column gap*/
  column-gap: 10px;
}
#multi-day-events-accordion .panel-heading .multi-day-heading .event-name {
  flex-grow: 1;
}
#multi-day-events-accordion .panel-heading .multi-day-heading .multi-day-date {
  flex-basis: 170px;
  flex-grow: 0;
  flex-shrink: 0;
}
#multi-day-events-accordion .panel-heading .multi-day-heading .event-calendar-labels {
  text-align: right;
}
#multi-day-events-accordion .panel-heading .multi-day-heading .event-calendar-label .label {
  margin-right: 5px;
  margin-bottom: 5px;
}
/* Phone */

@media screen and (max-width: 767px) {
  #multi-day-events-accordion .panel-heading .multi-day-heading .multi-day-date {
    flex-basis: 20px;
  }
  #multi-day-events-accordion .panel-heading .multi-day-heading .multi-day-date > a {
    display: none;
  }
  #multi-day-events-accordion .panel-heading .multi-day-heading .event-calendar-label .short-name {
    display: none;
  }
}
.month-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.token-balance {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.token-balance label {
  font-weight: normal;
  margin-right: 5px;
}
.token-balance-amount {
  font-size: 110%;
  font-weight: bold;
  border: 1px solid #b62f3d;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #b62f3d;
  color: #ffffff;
}
.token-balance-amount.overdrawn {
  background-color: darkred;
  color: white;
  border-color: darkred;
}
.cms-comments {
  padding: 10px;
  margin: 20px -10px 20px -10px;
  background-color: white;
  border-radius: 6px;
}
.commenter-image {
  min-height: 60px;
  min-width: 60px;
  text-align: center;
}
.commenter-image img {
  width: 60px;
}
.commenter-image i {
  transform: scale(2.8) translateY(6px);
}
.comment-user {
  color: #b62f3d;
  font-size: 15px;
  margin-bottom: 5px;
}
.comment-delete {
  color: gray;
}
.comment-detail {
  color: gray;
  font-size: 11px;
  margin-top: 5px;
}
.btn-comment {
  padding: 0;
  font-size: 11px;
}
.comment-editor {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comment {
  margin-top: 10px !important;
}
.comment-in-reply-to {
  font-size: 11px;
  border: 1px solid gray;
  padding: 2px 4px;
  border-radius: 3px;
  color: gray;
}
.container-cms {
  padding-left: 15px;
  padding-right: 15px;
}
.container-cms .limited-width {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container-cms .limited-width {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-cms .limited-width {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-cms .limited-width {
    width: 750px;
  }
}
@media print {
  .container-cms div {
    height: auto !important;
  }
}
.author {
  color: gray;
  font-size: 14px;
  margin-left: 20px;
  margin-top: -16px;
}
.status-panel {
  margin-top: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-control {
  font-size: 24px;
  height: 44px;
  margin-top: 20px;
}
.title-controls > div:first-child {
  padding-left: 0;
}
.title-controls > div:last-child {
  padding-right: 0;
}
.cms-edit-button {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 20px;
}
.cms-edit-button:hover {
  transform: scale(1.25);
  text-decoration: none;
}
.cms-page-editor-form {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid lightgray;
  background-color: white;
  border-radius: 6px;
}
.block-edit {
  position: relative;
  min-height: 150px;
}
.block-edit.cms-block-row {
  overflow-x: visible;
  overflow-y: visible;
}
.block-edit .block-column-edit {
  position: relative;
}
.block-edit .block-column-edit .cms-block-column-content {
  height: 100%;
}
.block-edit .block-column-edit .cms-block-column-content > div {
  height: 100%;
}
.block-edit .block-column-edit .cms-block-column-content .cms-content-html {
  height: 100%;
}
.block-edit .block-column-edit .cms-block-column-content .cms-content-html > div {
  height: 100%;
}
.block-edit .block-column-edit .cms-block-column-content .cms-content-html > div .redactor-box {
  height: 100%;
}
.block-edit .block-column-edit .cms-block-column-content .cms-content-html > div .redactor-box .redactor-in {
  height: 100%;
  padding: 0;
}
.block-edit .block-column-edit .cms-block-column-content .empty-column {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 150px;
}
.block-edit .block-column-edit .component-scrim {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
}
.block-edit .block-column-edit .cms-block-column-element {
  position: relative;
  border: 1px dotted white;
}
.block-edit .block-column-edit .cms-block-column-element .cms-block-column-toolbar {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 600;
}
.block-edit .block-column-edit .cms-block-column-element .cms-block-column-toolbar .cms-edit-button {
  margin: 5px;
  font-size: 12px;
}
.block-edit .block-column-edit .cms-block-column-element .cms-block-column-toolbar-left {
  left: 30px;
  right: initial;
}
.block-edit .block-column-edit .cms-block-column-element:hover .cms-block-column-toolbar {
  opacity: 1;
}
.block-edit .block-column-edit .redactor-box {
  background: none !important;
}
.block-edit.block-edit-active .block-edit-scrim,
.block-edit.block-edit-inactive .block-edit-scrim,
.block-edit.block-edit-active .block-edit-panel,
.block-edit.block-edit-inactive .block-edit-panel {
  display: none;
}
.block-edit .block-edit-scrim {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 1000;
}
.block-edit .block-edit-scrim.hover {
  border: 1px dashed dimgray;
}
.block-edit .block-edit-scrim:hover + .block-edit-panel {
  opacity: 0.85;
}
.block-edit .block-edit-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
  opacity: 0;
  width: 500px;
  height: 180px;
  z-index: 1010;
  border: 1px solid lightgray;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.block-edit .block-edit-panel:hover {
  opacity: 1;
}
.block-edit .block-edit-panel .btn-insert-above {
  position: absolute;
  left: 10px;
  top: 10px;
}
.block-edit .block-edit-panel .btn-insert-below {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.block-edit .block-edit-panel .btn-centre {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.block-edit .block-edit-panel .btn-centre .radio-group {
  justify-content: center;
}
.block-edit .block-edit-panel .btn-move-up {
  position: absolute;
  right: 10px;
  top: 10px;
}
.block-edit .block-edit-panel .btn-move-down {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.block-edit.block-edit-active > div {
  border: 1px dashed dimgray;
}
.block-edit.block-edit-active .btn-cancel-edit {
  display: block;
}
.block-edit.block-edit-active .cms-content-html {
  min-height: 100px;
}
.block-edit .btn-cancel-edit {
  display: none;
  position: absolute;
  right: 10px;
  top: -40px;
  z-index: 1051;
}
.cms-row-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
}
.cms-row-wrapper .block-edit-inactive-scrim {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  background-color: black;
  opacity: 0;
  transition: 1s;
  display: none;
}
.cms-row-wrapper.block-edit-inactive .block-edit-inactive-scrim {
  opacity: 0.75;
  display: block;
}
.empty-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.empty-column button {
  width: 55px;
  margin: 12px 3px;
  padding: 2px 4px;
}
.empty-column button i {
  font-size: 12px;
}
.empty-column button span {
  font-size: 9px;
  display: block;
}
.cms-component-error {
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 1px solid #ebccd1;
  color: #a94442;
  border-radius: 5px;
  margin: 10px;
}
.cms-component-unconfigured {
  text-align: center;
  padding: 20px;
}
.cms-component-unconfigured div {
  margin-bottom: 20px;
}
.cms-block-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.cms-block-row > .col-xs-1,
.cms-block-row > .col-sm-1,
.cms-block-row > .col-md-1,
.cms-block-row > .col-lg-1,
.cms-block-row > .col-xs-2,
.cms-block-row > .col-sm-2,
.cms-block-row > .col-md-2,
.cms-block-row > .col-lg-2,
.cms-block-row > .col-xs-3,
.cms-block-row > .col-sm-3,
.cms-block-row > .col-md-3,
.cms-block-row > .col-lg-3,
.cms-block-row > .col-xs-4,
.cms-block-row > .col-sm-4,
.cms-block-row > .col-md-4,
.cms-block-row > .col-lg-4,
.cms-block-row > .col-xs-5,
.cms-block-row > .col-sm-5,
.cms-block-row > .col-md-5,
.cms-block-row > .col-lg-5,
.cms-block-row > .col-xs-6,
.cms-block-row > .col-sm-6,
.cms-block-row > .col-md-6,
.cms-block-row > .col-lg-6,
.cms-block-row > .col-xs-7,
.cms-block-row > .col-sm-7,
.cms-block-row > .col-md-7,
.cms-block-row > .col-lg-7,
.cms-block-row > .col-xs-8,
.cms-block-row > .col-sm-8,
.cms-block-row > .col-md-8,
.cms-block-row > .col-lg-8,
.cms-block-row > .col-xs-9,
.cms-block-row > .col-sm-9,
.cms-block-row > .col-md-9,
.cms-block-row > .col-lg-9,
.cms-block-row > .col-xs-10,
.cms-block-row > .col-sm-10,
.cms-block-row > .col-md-10,
.cms-block-row > .col-lg-10,
.cms-block-row > .col-xs-11,
.cms-block-row > .col-sm-11,
.cms-block-row > .col-md-11,
.cms-block-row > .col-lg-11,
.cms-block-row > .col-xs-12,
.cms-block-row > .col-sm-12,
.cms-block-row > .col-md-12,
.cms-block-row > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
  /* This added due to Safari's bad handling of bootstrap cols in flex wrap layouts */
  margin: 0 -1px;
}
.cms-page-editor .row.cms-block-row {
  overflow-y: initial;
  overflow-x: initial;
}
.cms-row-wrapper,
.cms-block-row,
.cms-block-column {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .cms-row-wrapper.limited-width-bg,
  .cms-block-row.limited-width-bg,
  .cms-block-column.limited-width-bg {
    background-size: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-row-wrapper.limited-width-bg,
  .cms-block-row.limited-width-bg,
  .cms-block-column.limited-width-bg {
    background-size: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-row-wrapper.limited-width-bg,
  .cms-block-row.limited-width-bg,
  .cms-block-column.limited-width-bg {
    background-size: 750px;
  }
}
.cms-row-wrapper .cms-background,
.cms-block-row .cms-background,
.cms-block-column .cms-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.cms-row-wrapper .cms-background div,
.cms-block-row .cms-background div,
.cms-block-column .cms-background div {
  height: 100%;
}
.cms-row-wrapper .cms-background img,
.cms-block-row .cms-background img,
.cms-block-column .cms-background img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.cms-block-column-elements {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-block-column-elements .cms-block-column-element {
  background-size: cover;
  background-position: center;
}
.cms-block-column-elements .cms-block-column-element:last-child {
  flex-grow: 1;
}
.cms-block-column-image {
  height: 100%;
}
.cms-image {
  position: relative;
  height: 100%;
}
.cms-image img {
  width: 100%;
  height: auto;
}
.image-tint {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cms-image-frame {
  border: 5px solid white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin: 5px;
}
.cms-image-border {
  border: 1px solid #eee;
}
.cms-image-click-hover {
  transition: 0.5s;
}
.cms-image-click-hover:hover {
  filter: brightness(80%);
}
.cms-image-caption {
  position: absolute;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
}
.cms-image-caption.cms-image-caption-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-bottom: 10px;
}
.cms-image-caption.cms-image-caption-top {
  left: 0;
  right: 0;
  top: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-top: 10px;
}
.cms-image-caption.cms-image-caption-middle {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
.cms-image-caption.cms-image-caption-blur {
  backdrop-filter: blur(10px);
}
.cms-image-caption .cms-image-caption-subtext {
  font-size: 80%;
}
.cms-image-caption .cms-image-caption-text.cms-image-caption-text-near,
.cms-image-caption .cms-image-caption-subtext.cms-image-caption-text-near {
  text-align: left;
}
.cms-image-caption .cms-image-caption-text.cms-image-caption-text-centre,
.cms-image-caption .cms-image-caption-subtext.cms-image-caption-text-centre {
  text-align: center;
}
.cms-image-caption .cms-image-caption-text.cms-image-caption-text-far,
.cms-image-caption .cms-image-caption-subtext.cms-image-caption-text-far {
  text-align: right;
}
@media (hover: none) {
  .cms-image-caption.cms-image-caption-hover.cms-image-caption-cover {
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-bottom: 10px;
  }
}
@media (hover: hover) {
  .cms-image:hover .cms-image-caption.cms-image-caption-hover {
    opacity: 1;
  }
  .cms-image-caption.cms-image-caption-hover {
    opacity: 0;
    transition: 0.5s;
  }
  .cms-image-caption.cms-image-caption-cover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .cms-image-caption.cms-image-caption-cover .cms-image-caption-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-20px);
    margin: 0;
    width: 100%;
  }
}
.cms-block-column-fixedheight .cms-image > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.cms-component {
  height: 100%;
}
.cms-block-column {
  /* Added due to Safari not displaying column divs as full height */
  /* Removed because it means that column divs are not displaying full height in Chrome */
  /* height: 100%; */
  /* Added due to mobiles having text going off the side of the device */
  max-width: 100%;
}
.cms-block-column .html-content {
  padding: 10px 20px;
}
.cms-block-column .html-content img {
  max-width: 100%;
}
.block-column-edit {
  position: relative;
}
.block-column-edit .cms-spacing {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid lightgray;
  background-image: linear-gradient(45deg, #bbb 5.56%, #fff 5.56%, #fff 50%, #bbb 50%, #bbb 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
  box-sizing: border-box;
}
.block-column-edit .cms-spacing .handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid dimgray;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.block-column-edit .cms-spacing .handle.left-handle {
  left: -5px;
}
.block-column-edit .cms-spacing .handle.right-handle {
  right: -5px;
}
.block-column-edit .cms-spacing .adjuster-label {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -10px);
  z-index: 1010;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
.block-column-edit .cms-spacing .handle,
.block-column-edit .cms-spacing .adjuster-label {
  border-color: #d9534f;
  background-color: #f2dede;
  color: #a94442;
}
.block-edit .cms-height {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 100%;
  top: 0;
}
.block-edit .cms-height .arrow-head {
  flex-shrink: 0;
}
.block-edit .cms-height .line {
  flex-grow: 1;
  min-height: 0;
  height: 100%;
}
.block-edit .cms-height .line svg {
  width: 40px;
}
.block-edit .cms-height .handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid dimgray;
  background-color: white;
  left: 50%;
  transform: translate(-50%);
  bottom: -5px;
  z-index: 1000;
}
.block-edit .cms-height .adjuster-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
  cursor: pointer;
}
.block-edit .cms-margin {
  position: absolute;
  border: 1px solid lightgray;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #bbb 5.56%, #fff 5.56%, #fff 50%, #bbb 50%, #bbb 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
}
.block-edit .cms-margin .handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid dimgray;
  background-color: white;
  z-index: 1000;
}
.block-edit .cms-margin .adjuster-label {
  position: absolute;
  z-index: 1010;
  line-height: 1em;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 40px;
}
.block-edit .cms-margin.cms-margin-left .handle,
.block-edit .cms-margin.cms-margin-top .handle,
.block-edit .cms-margin.cms-margin-right .handle,
.block-edit .cms-margin.cms-margin-bottom .handle,
.block-edit .cms-margin.cms-margin-left .adjuster-label,
.block-edit .cms-margin.cms-margin-top .adjuster-label,
.block-edit .cms-margin.cms-margin-right .adjuster-label,
.block-edit .cms-margin.cms-margin-bottom .adjuster-label {
  border-color: #d9534f;
  background-color: #f2dede;
  color: #a94442;
}
.block-edit .cms-margin.cms-padding-left,
.block-edit .cms-margin.cms-padding-top,
.block-edit .cms-margin.cms-padding-right,
.block-edit .cms-margin.cms-padding-bottom {
  background-image: linear-gradient(45deg, rgba(187, 187, 187, 0.3) 5.56%, rgba(255, 255, 255, 0.3) 5.56%, rgba(255, 255, 255, 0.3) 50%, rgba(187, 187, 187, 0.3) 50%, rgba(187, 187, 187, 0.3) 55.56%, rgba(255, 255, 255, 0.3) 55.56%, rgba(255, 255, 255, 0.3) 100%);
}
.block-edit .cms-margin.cms-padding-left .handle,
.block-edit .cms-margin.cms-padding-top .handle,
.block-edit .cms-margin.cms-padding-right .handle,
.block-edit .cms-margin.cms-padding-bottom .handle,
.block-edit .cms-margin.cms-padding-left .adjuster-label,
.block-edit .cms-margin.cms-padding-top .adjuster-label,
.block-edit .cms-margin.cms-padding-right .adjuster-label,
.block-edit .cms-margin.cms-padding-bottom .adjuster-label {
  border-color: #5cb85c;
  background-color: #dff0d8;
  color: #3c763d;
}
.block-edit .cms-margin.cms-margin-bottom,
.block-edit .cms-margin.cms-margin-top {
  left: 0;
  right: 0;
}
.block-edit .cms-margin.cms-margin-bottom .handle,
.block-edit .cms-margin.cms-margin-top .handle {
  left: 50%;
  transform: translateX(-50%) translateX(-10px);
}
.block-edit .cms-margin.cms-margin-bottom .adjuster-label,
.block-edit .cms-margin.cms-margin-top .adjuster-label {
  left: 50%;
  transform: translateX(-59px);
}
.block-edit .cms-margin.cms-padding-bottom,
.block-edit .cms-margin.cms-padding-top {
  left: 0;
  right: 0;
}
.block-edit .cms-margin.cms-padding-bottom .handle,
.block-edit .cms-margin.cms-padding-top .handle {
  left: 50%;
  transform: translateX(-50%) translateX(10px);
}
.block-edit .cms-margin.cms-padding-bottom .adjuster-label,
.block-edit .cms-margin.cms-padding-top .adjuster-label {
  left: 50%;
  transform: translateX(15px);
}
.block-edit .cms-margin.cms-margin-left,
.block-edit .cms-margin.cms-margin-right {
  top: 0;
  bottom: 0;
}
.block-edit .cms-margin.cms-margin-left .handle,
.block-edit .cms-margin.cms-margin-right .handle {
  top: 50%;
  transform: translateY(-50%);
}
.block-edit .cms-margin.cms-margin-left .adjuster-label,
.block-edit .cms-margin.cms-margin-right .adjuster-label {
  top: 50%;
  transform: translateY(18px) rotate(90deg);
}
.block-edit .cms-margin.cms-padding-left,
.block-edit .cms-margin.cms-padding-right {
  top: 0;
  bottom: 0;
}
.block-edit .cms-margin.cms-padding-left .handle,
.block-edit .cms-margin.cms-padding-right .handle {
  top: 50%;
  transform: translateY(-50%);
}
.block-edit .cms-margin.cms-padding-left .adjuster-label,
.block-edit .cms-margin.cms-padding-right .adjuster-label {
  top: 50%;
  transform: translateY(18px) rotate(90deg);
}
.block-edit .cms-margin.cms-margin-bottom {
  bottom: 0;
}
.block-edit .cms-margin.cms-margin-bottom .handle {
  bottom: -5px;
}
.block-edit .cms-margin.cms-margin-bottom .adjuster-label {
  bottom: -10px;
}
.block-edit .cms-margin.cms-margin-top {
  top: 0;
}
.block-edit .cms-margin.cms-margin-top .handle {
  top: -5px;
}
.block-edit .cms-margin.cms-margin-top .adjuster-label {
  top: -15px;
}
.block-edit .cms-margin.cms-margin-left {
  left: 0;
}
.block-edit .cms-margin.cms-margin-left .handle {
  left: -5px;
}
.block-edit .cms-margin.cms-margin-left .adjuster-label {
  left: -15px;
}
.block-edit .cms-margin.cms-margin-right {
  right: 0;
}
.block-edit .cms-margin.cms-margin-right .handle {
  right: -5px;
}
.block-edit .cms-margin.cms-margin-right .adjuster-label {
  right: -15px;
}
.block-edit .cms-margin.cms-padding-bottom {
  bottom: 0;
}
.block-edit .cms-margin.cms-padding-bottom .handle {
  top: -5px;
}
.block-edit .cms-margin.cms-padding-bottom .adjuster-label {
  top: -10px;
}
.block-edit .cms-margin.cms-padding-top {
  top: 0;
}
.block-edit .cms-margin.cms-padding-top .handle {
  bottom: -5px;
}
.block-edit .cms-margin.cms-padding-top .adjuster-label {
  bottom: -10px;
}
.block-edit .cms-margin.cms-padding-left {
  left: 0;
}
.block-edit .cms-margin.cms-padding-left .handle {
  right: -5px;
}
.block-edit .cms-margin.cms-padding-left .adjuster-label {
  right: -22px;
}
.block-edit .cms-margin.cms-padding-right {
  right: 0;
}
.block-edit .cms-margin.cms-padding-right .handle {
  left: -5px;
}
.block-edit .cms-margin.cms-padding-right .adjuster-label {
  left: -22px;
}
.block-edit .cms-splitter {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1050;
}
.block-edit .cms-splitter .splitter-scale {
  position: absolute;
  top: 0;
  height: 40px;
  left: 0;
  right: 0;
}
.block-edit .cms-splitter .active-split {
  border: 10px solid transparent;
  border-top-color: black;
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-10px);
}
.block-edit .cms-splitter .split-points {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-edit .cms-splitter .split-points .split-point {
  display: inline-block;
  width: 8.3333333%;
  height: 40px;
  transform: translateX(50%);
  text-align: center;
  font-size: 18px;
}
.block-edit .cms-splitter .split-points .split-point svg:first-child {
  margin-right: -1px;
}
.block-edit .cms-splitter .split-points .split-point .add-split {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.block-edit .cms-splitter .split-points .split-point.can-split:hover .add-split {
  display: inline;
  opacity: 1;
  cursor: pointer;
}
.block-edit .cms-splitter .split-points .split-point.can-split.split-left .fa-arrow-from-left {
  opacity: 0;
}
.block-edit .cms-splitter .split-points .split-point.can-split.split-right .fa-arrow-from-right {
  opacity: 0;
}
.adjuster-label {
  padding: 2px 4px;
  margin: 2px;
  border: 1px solid dimgray;
  color: dimgray;
  font-size: 10px;
  background-color: white;
}
.html-editor-focus + .cms-content-html-toolbar {
  display: block;
}
.cms-content-html-toolbar-wrapper {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1100;
}
.cms-content-html-toolbar-wrapper .cms-content-html-toolbar {
  display: flex;
  justify-content: center;
}
.cms-content-html-toolbar-wrapper .cms-content-html-toolbar .redactor-toolbar {
  display: block;
  background-color: lightgray;
  padding: 8px;
  border-radius: 5px;
  margin: 10px !important;
  position: absolute;
  z-index: 1000 !important;
}
.cms-markdown-edit {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
}
.cms-markdown-edit .CodeMirror {
  font-family: Consolas, "Lucida Console", monospace;
}
.cms-markdown-edit .cms-markdown-help {
  margin-top: 10px;
  padding: 2px;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #eee;
}
/* Ensure components look nicer when background is not white */

.cms-component .list-group-item {
  background-color: rgba(255, 255, 255, 0.3);
}
.cms-component .no-content {
  background-color: rgba(255, 255, 255, 0.3);
}
.cms-block-background {
  background-size: cover;
}
/* Parallax background effect */

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Forums */

.forum-post {
  padding: 10px 0;
}
.forum-post.unread {
  border-top: 1px solid #337ab7;
}
.forum-post.unread ~ .unread {
  border-top: 0;
}
.forum-post > div {
  min-height: 150px;
  border: 1px solid lightgray;
  padding: 10px;
}
.forum-post.highlight > div {
  border-color: #5cb85c;
  background-color: #dff0d8;
}
.forum-post .forum-poster-top {
  display: flex;
  background-color: #eee;
  margin: -10px -10px 5px -10px;
  padding: 10px;
}
.forum-post .forum-poster-top .forum-poster-image {
  display: inline-block;
}
.forum-post .forum-poster-top .forum-poster-image img {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 0;
}
.forum-post .forum-poster-top .forum-poster-image i {
  transform: scale(3) translateY(5px) translateX(5px);
  margin-right: 40px;
  margin-bottom: 30px;
  vertical-align: middle;
}
.forum-post .forum-poster-top .forum-poster-name {
  display: inline-block;
  flex-grow: 1;
  font-weight: bold;
  font-size: 110%;
}
.forum-post .forum-poster-name {
  text-align: center;
  margin: 10px 0 5px 0;
}
.forum-post .forum-poster-image {
  text-align: center;
}
.forum-post .forum-poster-image img {
  width: 75px;
  margin-bottom: 20px;
}
.forum-post .forum-poster-image i {
  transform: scale(4) translateY(5px);
  margin-bottom: 60px;
}
.forum-post .forum-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 128px;
}
.forum-post .forum-post-detail .forum-post-date {
  flex-grow: 0;
  color: dimgray;
  font-size: 85%;
  margin-bottom: 10px;
}
.forum-post .forum-post-detail .forum-post-content {
  flex-grow: 1;
}
.forum-post .forum-post-detail .forum-post-content img {
  max-width: 100%;
}
.forum-post .forum-post-detail .forum-post-content .forum-post-moderation .text-warning {
  margin-bottom: 10px;
}
.forum-post .forum-post-detail .forum-post-content .forum-post-moderation .forum-post-moderated-content {
  position: relative;
  border: 1px solid #eee;
  padding: 6px;
  margin: 6px;
  border-radius: 5px;
}
.forum-post .forum-post-detail .forum-post-content .forum-post-moderation .forum-post-moderated-content .forum-post-moderation-scrim {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.forum-post .forum-post-detail .forum-post-footer {
  flex-grow: 0;
  border-top: 1px solid lightgray;
  padding-top: 10px;
  margin-top: 10px;
}
.forum-post .forum-post-detail .forum-post-footer .forum-post-edit {
  color: dimgray;
  font-size: 85%;
  margin-left: 10px;
}
.forum-subforum-table .forum-subforum-name {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 4px;
}
.forum-subforum-table .forum-subforum-description {
  color: dimgray;
  font-size: 85%;
}
.forum-subforum-table .last-post {
  display: flex;
}
.forum-subforum-table .last-post .forum-last-poster-image {
  width: 60px;
  text-align: center;
}
.forum-subforum-table .last-post .forum-last-poster-image img {
  width: 45px;
}
.forum-subforum-table .last-post .forum-last-poster-image i {
  transform: scale(2) translateY(5px);
}
.forum-subforum-table .last-post .forum-last-poster-name {
  font-size: 90%;
}
.forum-subforum-table .last-post .forum-last-post-time {
  font-size: 80%;
  color: dimgray;
}
.forum-topic-table {
  margin-top: 20px;
}
.forum-topic-table .forum-topic {
  display: flex;
}
.forum-topic-table .forum-topic .forum-topic-read-icon {
  width: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
.forum-topic-table .forum-topic .forum-topic-description {
  flex-grow: 1;
}
.forum-topic-table .forum-topic-name {
  font-size: 120%;
  margin-bottom: 4px;
}
.forum-topic-table .forum-topic-name .unread {
  font-weight: bold;
}
.forum-topic-table .forum-topic-by {
  color: dimgray;
  font-size: 85%;
}
.forum-topic-table .last-post {
  display: flex;
}
.forum-topic-table .last-post .forum-last-poster-image {
  width: 60px;
  text-align: center;
}
.forum-topic-table .last-post .forum-last-poster-image img {
  width: 45px;
}
.forum-topic-table .last-post .forum-last-poster-image i {
  transform: scale(2) translateY(5px);
}
.forum-topic-table .last-post .forum-last-poster-name {
  font-size: 90%;
}
.forum-topic-table .last-post .forum-last-post-time {
  font-size: 80%;
  color: dimgray;
}
a.file-attachment {
  border: 1px solid black;
  padding: 2px 6px;
  margin: 0 3px;
  border-radius: 5px;
  color: black !important;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
}
a.file-attachment:hover {
  font-weight: bold;
  background-color: #eee;
}
a.file-attachment:hover,
a.file-attachment:focus {
  text-decoration: none;
}
.blog-entry-list {
  padding: 10px;
  border: 1px solid #ddd;
  margin-left: 1px;
  border-radius: 4px;
  background-color: white;
}
.blog-entry-list .media img.media-object {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-entry-list .media .media-left a {
  height: 120px;
  width: 150px;
  display: inline-block;
  text-align: center;
  border: 1px solid lightgray;
  font-size: 50px;
  line-height: 120px;
  margin-left: 5px;
  background-color: white;
}
@media (max-width: 767px) {
  .blog-entry-list .media .media-left a {
    height: 60px;
    width: 75px;
    font-size: 25px;
    line-height: 60px;
  }
}
.blog-entry-list .media .media-body {
  height: 1px;
  padding: 5px;
}
.blog-entry-list .media .media-body > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-entry-list .media .media-body > div > p {
  flex-grow: 1;
}
.blog-entry-list .media .media-body > div .blog-entry-publication {
  font-size: 90%;
  color: dimgray;
}
.blog-entry-list .media .media-body > div .blog-entry-tags {
  float: right;
}
.blog-entry-list .media .media-body > div .blog-entry-tags .label {
  text-transform: uppercase;
}
.blog-description {
  margin-bottom: 30px;
}
.blog-header {
  text-align: center;
}
.blog-header .blog-title {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
}
.blog-header .blog-abstract {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: dimgray;
  margin-top: 10px;
  margin-left: 80px;
  margin-right: 80px;
}
.blog-header .blog-author-img {
  width: 80px;
  margin: 10px;
}
.blog-header .blog-author {
  font-size: 50%;
  color: dimgray;
  font-weight: normal;
  margin-bottom: 5px;
}
.blog-header .blog-publication {
  font-size: 40%;
  color: dimgray;
  font-weight: normal;
}
.blog-header .blog-tags {
  margin-bottom: 10px;
}
.blog-header .blog-tags .label {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-img {
  width: 100%;
}
/* Image editors/Selectors */

.image-holder {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.image-holder .image-placeholder {
  border: 1px solid lightgray;
  width: 200px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 70px;
  display: block;
}
.image-holder .image-tint {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.select-image-button {
  margin-top: 10px;
}
.cms-advert-component {
  height: 100%;
}
.twitter-timeline {
  width: 100vw !important;
}
/* Member List Component */

.cms-member-list-card .cms-member-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.cms-member-list-card .cms-member-wrapper {
  padding: 5px;
}
.cms-member-list-card .cms-member {
  padding: 10px;
  display: flex;
  border: 1px solid lightgray;
  border-radius: 5px;
  height: 100%;
}
.cms-member-list-card .cms-member-fields {
  flex-grow: 1;
  margin-left: 10px;
  overflow: hidden;
}
.cms-member-list-card .cms-member-field {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cms-member-list-card .cms-member-field .messageme-btn {
  margin-top: 8px;
}
.cms-member-list-card .cms-member-name {
  font-size: 120%;
  font-weight: bold;
  white-space: normal;
}
.cms-member-list-card .cms-member-roles {
  white-space: normal;
}
.cms-member-list-card .cms-member-roles > i {
  vertical-align: top;
  margin-top: 2px;
}
.cms-member-list-card div.cms-member-role {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  /* any descendant */

}
.cms-member-list-card div.cms-member-role .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.cms-member-list-card div.cms-member-role .role {
  flex-grow: 1;
}
.cms-member-list-card .cms-member-hide-photo .cms-member-photo {
  display: none;
}
.cms-member-list-card .cms-member-hide-details .cms-member-photo {
  width: 100%;
}
.cms-member-list-card .cms-member-hide-details .mugshot-sm {
  width: 100%;
  height: initial;
}
.cms-member-list-card .cms-member-hide-details .mugshot-sm .missing-mugshot {
  width: 100%;
  height: initial;
  font-size: 40px;
}
.cms-member-list-card .cms-member-hide-details .cms-member-fields {
  display: none;
}
.cms-member-list-list .cms-member-list-item {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 767px) {
  .cms-member-list-list .cms-member-list-item {
    flex-wrap: wrap;
  }
}
.cms-member-list-list .cms-member-list-item .cms-member-list-photo {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .cms-member-list-list .cms-member-list-item .cms-member-list-photo {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.cms-member-list-list .cms-member-list-item .cms-member-list-photo a > img {
  cursor: pointer;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-photo .img-thumbnail {
  margin-bottom: 10px;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-list-name {
  font-size: 150%;
  margin-bottom: 10px;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-list-name .cms-member-list-company {
  font-size: 80%;
  margin-left: 10px;
  color: gray;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-list-bio {
  flex-grow: 1;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-roles {
  margin-top: -10px;
  margin-bottom: 10px;
  color: gray;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-roles .cms-member-role {
  display: inline-block;
  margin-right: 10px;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-list-fields {
  display: flex;
  width: 100%;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.cms-member-list-list .cms-member-list-item .cms-member-list-details .cms-member-list-fields > div {
  flex-grow: 1;
}
.carousel .wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel .wrapper img {
  width: 100%;
  height: 100%;
}
.carousel .wrapper:after {
  padding-top: 35%;
  display: block;
  content: '';
}
.carousel .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.carousel .carousel-control > span {
  position: absolute;
  top: 50%;
}
@media (max-width: 768px) {
  .carousel-caption {
    font-size: 11px;
  }
  .carousel-caption h3 {
    font-size: 18px;
  }
}
.index-messages {
  margin: 20px 10px 10px 10px;
}
.event-links .event-link:hover {
  background-color: #eeeeee;
}
.event-links .event-link > div.link-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  color: black;
  cursor: pointer;
}
.event-links .event-link > div.link-row:hover {
  text-decoration: none;
}
.event-links .event-link > div.link-row:focus {
  text-decoration: none;
}
.event-links .event-link > div.link-row .calendar {
  flex-shrink: 0;
  background-color: #b62f3d;
  color: #ffffff;
  padding: 2px 2px;
  margin-right: 20px;
  width: 64px;
  min-height: 58px;
}
.event-links .event-link > div.link-row .calendar .day,
.event-links .event-link > div.link-row .calendar .month,
.event-links .event-link > div.link-row .calendar .time {
  font-size: 10px;
  text-align: center;
}
.event-links .event-link > div.link-row .calendar .multi-day {
  background-color: black;
  color: white;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  margin-top: 4px;
  padding: 2px;
  font-size: 12px;
  text-align: center;
}
.event-links .event-link > div.link-row .calendar .date {
  font-size: 28px;
  line-height: 0.9;
  text-align: center;
}
.event-links .event-link > div.link-row .description {
  flex-basis: 200px;
  flex-grow: 1;
  word-break: break-word;
}
.event-links .event-link > div.link-row .description p {
  line-height: 2.5ex;
}
.event-links .event-link > div.link-row .description p.truncate-description {
  max-height: 12.5ex;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-links-xs .event-link {
  padding: 8px;
}
.event-links-xs .event-link:hover {
  background-color: #eeeeee;
}
.event-links-xs .event-link a:hover,
.event-links-xs .event-link a:focus {
  text-decoration: none;
}
.event-links-xs .event-link a .event-header {
  display: flex;
  width: 100%;
  color: black;
}
.event-links-xs .event-link a .event-header .calendar {
  flex-shrink: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 2px 2px;
  width: 54px;
  height: 60px;
  margin-right: 10px;
}
.event-links-xs .event-link a .event-header .calendar .day,
.event-links-xs .event-link a .event-header .calendar .month {
  font-size: 9px;
  text-align: center;
}
.event-links-xs .event-link a .event-header .calendar .date {
  font-size: 20px;
  line-height: 0.9;
  text-align: center;
}
.event-links-xs .event-link a .event-header .calendar .time {
  font-size: 11px;
  text-align: center;
}
.event-links-xs .event-link a .event-header .title {
  flex-grow: 1;
  min-width: 0;
}
.event-links-xs .event-link a .event-header .title h4 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.event-links-xs .event-link a .event-header .title .icon.label {
  margin-right: 6px;
  padding: 2px 2px 2px 4px;
}
.event-links-xs .event-link a .event-header .title .venue {
  font-size: 12px;
  color: gray;
  margin-bottom: 2px;
  margin-top: 5px;
}
.event-links-xs .event-link a .description {
  color: black;
  font-size: 11px;
  margin-top: 4px;
}
.event-links-xs .event-link a .description img {
  width: 100%;
}
.news-feed .list-group-item-text {
  word-break: break-word;
}
.main-links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  grid-gap: 1rem;
}
.main-links .edit-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: unset;
  display: none;
}
.main-links:hover .edit-button {
  display: block;
}
@media (max-width: 768px) {
  .main-links .edit-button {
    display: block;
    top: 10px;
    bottom: unset;
  }
}
.main-links .main-link {
  padding: 5px;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.main-links .main-link a {
  color: black;
}
.main-links .main-link a:hover {
  text-decoration: none;
}
.main-links .main-link a > div {
  padding: 4px;
  margin: 5px 5px;
}
.main-links .main-link a > div > i {
  text-align: center;
  display: block;
  margin: auto;
}
.main-links .main-link a > div > div {
  padding: 5px;
}
.main-links .main-link a > div > div h4 {
  text-align: center;
  border-bottom: 1px solid #cc6d77;
  padding-bottom: 5px;
}
.main-links .main-link a > div > div p {
  font-size: 12px;
  color: gray;
  text-align: center;
}
.announcement .announcement-footer {
  margin-top: 10px;
  border-top: 1px solid lightgray;
  color: gray;
  padding-top: 2px;
  font-size: small;
}
.custom-section {
  margin: 15px;
  position: relative;
  min-height: 24px;
}
.custom-section .edit-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: unset;
  display: none;
}
.custom-section:hover .edit-button {
  display: block;
}
@media (max-width: 768px) {
  .custom-section .edit-button {
    display: block;
    top: 10px;
    bottom: unset;
  }
}
.custom-section .add-button {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  box-sizing: border-box;
  /*    table {
        border-collapse: collapse;
        max-width: 100%;
        width: 100%;

        caption {
            text-transform: uppercase;
            padding: 0;
            color: rgba(0, 0, 0, 0.5);
            font-size: 11px;
        }

        th, td {
            border: 1px solid #eee;
            padding: 16px;
            padding-bottom: 15px;
        }

        tfoot {
            th, td {
                color: rgba(0, 0, 0, 0.5);
            }
        }
    }*/

}
.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit;
}
.redactor-styles a,
.redactor-styles a:hover {
  color: #3397ff;
  /* MPS: Added this to ensure that bootstrap button links have correct colour text */

}
.redactor-styles a.btn,
.redactor-styles a:hover.btn {
  color: white;
}
.redactor-styles a.btn.btn-default,
.redactor-styles a:hover.btn.btn-default {
  color: #333;
}
.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
  margin-bottom: 1em;
}
.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}
.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.redactor-styles time,
.redactor-styles small,
.redactor-styles var,
.redactor-styles code,
.redactor-styles kbd,
.redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.9);
}
.redactor-styles cite {
  opacity: 0.6;
}
.redactor-styles var {
  font-style: normal;
}
.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}
.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}
.redactor-styles code,
.redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.redactor-styles code {
  background-color: #eff1f2;
}
.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.redactor-styles sub {
  bottom: -0.25em;
}
.redactor-styles sup {
  top: -0.5em;
}
.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 0.9em;
  padding: 1rem;
}
.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}
.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.redactor-styles figcaption {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1060;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #000;
}
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
}
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.redactor-dropdown-cells {
  margin: 10px auto;
}
.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee;
}
.redactor-dropdown-selector span:hover {
  background: #eee;
}
.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 36px;
  font-weight: 500;
}
.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 30px;
  font-weight: 500;
}
.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: 500;
}
.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 18px;
  font-weight: 500;
}
.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 14px;
  font-weight: 500;
}
.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 12px;
  font-weight: 500;
}
.redactor-image-browser {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
  gap: 8px;
  scrollbar-gutter: stable;
}
.redactor-image-browser .redactor-image-folder {
  display: inline-block;
  width: 23%;
  height: 72px;
  text-align: center;
}
.redactor-image-browser .redactor-image-folder i {
  font-size: 32px;
  margin-bottom: 5px;
}
.redactor-image-browser img {
  width: 23%;
  height: 72px;
  cursor: pointer;
  object-fit: contain;
}
.todo-item .todo-ordinal {
  text-align: center;
  padding-top: 15px !important;
}
.todo-item .todo-ordinal span {
  font-size: 120%;
}
.todo-item.complete .todo-ordinal {
  color: #3c763d;
}
.todo-item.skipped .todo-ordinal {
  color: #555555;
}
.todo-item .todo-detail .todo-resolution {
  color: dimgray;
  font-size: 80%;
}
.todo-item.resolved .todo-detail h4 span:last-child {
  text-decoration: line-through;
}
.todo-item.resolved .todo-detail p {
  text-decoration: line-through;
}
.todo-grid {
  display: grid;
  grid-template-columns: 120px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-template-rows: 70px;
  grid-auto-rows: 50px;
  border: 1px solid lightgray;
  overflow: hidden;
}
.todo-grid .todo-grid-row-head {
  padding: 14px 0;
  text-align: center;
  border-right: 1px solid gray;
}
.todo-grid .todo-grid-column-head {
  padding: 14px 0;
  border-bottom: 1px solid gray;
  white-space: nowrap;
  text-align: center;
}
.todo-grid .todo-grid-column-head .todo-item-times {
  font-size: 80%;
  color: #555555;
  margin-top: 3px;
}
.todo-grid .todo-grid-cell {
  text-align: center;
  padding: 3px 0;
  -webkit-print-color-adjust: exact !important;
  background-color: initial !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #777777;
  cursor: pointer;
}
.todo-grid .todo-grid-cell .todo-item-type {
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 10;
}
.todo-grid .todo-grid-cell .todo-item-priority {
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 10;
}
.todo-grid .todo-grid-cell .todo-item-assignment {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  display: block;
  margin: 10px;
  z-index: 10;
}
.todo-grid .todo-grid-cell .todo-item-status {
  font-size: 80%;
  color: #555555;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: 10;
}
.todo-grid .todo-grid-cell .todo-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
}
.todo-grid .todo-grid-cell:hover .todo-item-overlay {
  display: block;
}
.todo-grid .todo-grid-cell.todo-item-complete {
  border: 1px solid #5cb85c !important;
  background-color: #dff0d8 !important;
}
.todo-grid .todo-grid-cell.todo-item-skipped {
  border: 1px solid #222222 !important;
  background-color: #eeeeee !important;
}
.todo-grid .todo-grid-cell.todo-item-waiting.todo-item-current {
  border: 1px solid #f0ad4e !important;
  background-color: #fcf8e3 !important;
}
.todo-grid .todo-grid-cell.todo-item-waiting.todo-item-past {
  border: 1px solid #d9534f !important;
  background-color: #f2dede !important;
}
.todo-grid .todo-grid-cell.todo-item-pending.todo-item-current {
  border: 1px solid #f0ad4e !important;
  background-color: #fcf8e3 !important;
}
.todo-grid .todo-grid-cell.todo-item-pending.todo-item-past {
  border: 1px solid #d9534f !important;
  background-color: #f2dede !important;
}
.shopping-cart .nav-tabs {
  margin-top: 15px;
}
.shopping-cart .paymentplan-selector {
  margin-top: 5px;
  margin-bottom: 5px;
}
.shopping-cart .surcharge-message {
  margin-left: 20px;
  margin-top: 10px;
}
.shopping-cart .payments-table {
  margin-left: 5px;
  margin-top: 5px;
}
.shopping-cart .cart-amount-caption {
  font-size: 12px;
  color: gray;
}
.shopping-cart .cart-purchase-total {
  font-weight: bold;
}
.shopping-cart .cart-purchase-total.with-detail {
  border-top: 1px solid gray;
  padding-top: 2px;
}
.shopping-cart .shop-purchase-fields {
  color: dimgray;
  font-size: 90%;
}
.shopping-cart .shop-purchase-field {
  margin-right: 8px;
}
.shopping-cart .cart-credits {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shopping-cart .cart-credits > div {
  flex-basis: 300px;
  flex-grow: 1;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.shopping-cart .cart-credits > div h3 {
  margin: 5px 0 10px 0;
  font-size: 18px;
}
.shopping-cart .cart-credits > div p {
  flex-grow: 1;
}
#stripe-pay-modal #stripe-button {
  margin-top: 10px;
}
#stripe-pay-modal p.text-danger {
  margin-top: 5px;
}
#stripe-pay-modal table.card-table > tbody > tr > td {
  vertical-align: middle;
}
#stripe-pay-modal i.brand {
  font-size: 36px;
}
#stripe-pay-modal .brand-column {
  text-align: center;
  width: 100px;
}
#stripe-pay-modal .cardnumber-column {
  font-family: Consolas, monaco, monospace;
  font-size: 18px;
}
#stripe-pay-modal .expiry-column {
  text-align: center;
  width: 150px;
  font-family: Consolas, monaco, monospace;
  font-size: 18px;
}
#stripe-pay-modal .postcode-column {
  width: 200px;
  font-family: Consolas, monaco, monospace;
  font-size: 18px;
}
#stripe-pay-modal .pay-column {
  width: 280px;
  text-align: center;
}
.stripe-list-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.customer-record {
  flex-grow: 1;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  /*same element as customer-record class*/

  /*any element nested beneath customer-record class element*/

  /*any ul element neested beneath customer-record class element*/

}
.customer-record.panel-success {
  border-color: #5cb85c;
  border-width: 2px;
  /*any element nested beneath "customer-record panel-success" class element*/

}
.customer-record.panel-success .panel-heading {
  border-bottom-color: #5cb85c;
}
.customer-record .panel-content {
  padding: 10px;
}
.customer-record ul {
  padding-inline-start: 10px;
}
.certification-panel.active-bg {
  background-color: #dff0d8 !important;
}
.certification-panel .owner-name {
  font-weight: normal;
  font-size: 15px;
  margin-top: -4px;
  margin-bottom: 4px;
  display: block;
}
.certification-panel .user-name {
  font-weight: bold;
  font-size: 28px;
  margin-top: 0px;
  display: block;
}
.certification-panel .category-name {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.certification-panel .dates {
  padding: 10px;
  border: 1px solid dimgray;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: white;
}
.certification-panel .start-date {
  color: gray;
  margin-top: 30px;
  font-size: 18px;
}
.certification-panel .end-date {
  font-weight: bold;
  font-size: 30px;
  color: black;
}
.certification-panel .cost {
  display: block;
  text-align: right;
}
.certification-panel .cost.tentative {
  color: #777777;
}
.certification-panel .cost.tentative .label-cost {
  color: #777777;
  border-color: #777777;
}
.certification-panel .status {
  margin-bottom: 8px;
}
.certification-info {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 220px;
}
.certification-info .certification-info-header {
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.certification-info .certification-info-header > i.fas {
  margin-right: 5px;
}
.certification-info .certification-info-header > span {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.certification-info.success .certification-info-header {
  background-color: #dff0d8;
  color: #3c763d;
}
.certification-info.warning .certification-info-header {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.certification-info.danger .certification-info-header {
  background-color: #f2dede;
  color: #a94442;
}
.certification-info .certification-info-body {
  padding: 5px;
}
.certification-info .certification-info-expiry {
  text-align: center;
  margin-top: 5px;
}
.certification-info .certification-info-applicant {
  font-size: 80%;
  margin-top: 5px;
  text-align: right;
}
.certification-info .certification-info-dates {
  font-size: 80%;
  margin-top: 3px;
  text-align: right;
}
.inplace-editor .inplace-editor-display {
  display: flex;
  align-items: start;
}
.inplace-editor .inplace-editor-display span.inplace-editor-display-value {
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
}
.inplace-editor .inplace-editor-display .inplace-editor-display-buttons {
  flex-shrink: 0;
}
.inplace-editor .inplace-editor-edit {
  padding: 10px 18px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.inplace-editor .inplace-edit-btn,
.inplace-editor .inplace-edit-no-value {
  font-size: 14px;
  font-weight: normal;
}
.attribute-group-header {
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 23px;
  border-bottom: 1px solid #efc2c7;
  padding-bottom: 4px;
}
.photo-gallery .thumbnail {
  position: relative;
}
.photo-gallery .thumbnail button.btn-danger {
  position: absolute;
  top: 10px;
  left: 10px;
  /* For devices capable of hover (i.e. not touch screens), hide the delete button unless the cursor is over the image */

}
@media (hover: hover) {
  .photo-gallery .thumbnail button.btn-danger {
    display: none;
  }
}
.photo-gallery .thumbnail:hover button.btn-danger {
  display: block;
}
ul.vehicle-model-details {
  padding-inline-start: 10px;
  border-left: 1px solid lightgray;
  margin-top: 6px;
  margin-bottom: 0;
  color: dimgray;
}
ul.vehicle-model-details li {
  list-style-type: none;
}
.user-page-event-attendance .calendar-column {
  width: 64px;
}
.user-page-event-attendance .calendar {
  flex-shrink: 0;
  background-color: #b62f3d;
  color: #ffffff;
  padding: 2px 2px;
  width: 64px;
  min-height: 58px;
}
.user-page-event-attendance .calendar .day,
.user-page-event-attendance .calendar .month,
.user-page-event-attendance .calendar .time {
  font-size: 10px;
  text-align: center;
}
.user-page-event-attendance .calendar .date {
  font-size: 28px;
  line-height: 0.9;
  text-align: center;
}
.user-page-event-attendance .user-page-event-name {
  font-size: 120%;
}
.user-page-event-attendance .user-page-event-venue {
  font-size: 90%;
  color: #555555;
  font-style: italic;
}
.user-page-event-attendance .user-page-event-type {
  margin-top: 5px;
}
.user-page-event-attendance .user-page-event-attendee {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
}
.user-page-event-attendance .user-page-event-attendee:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-page-event-attendance .user-page-event-attendee .user-page-event-attendee-name {
  font-size: 120%;
}
.user-page-event-attendance .user-page-event-attendee .user-page-event-attendee-option {
  font-size: 90%;
  color: #555555;
  font-style: italic;
  margin-bottom: 5px;
}
.user-page-event-attendance .user-page-event-attendee .user-page-event-attendee-extras {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  color: #333333;
}
.days {
  margin-right: 5px;
}
.days span {
  margin: 1px;
  background: black;
  color: white;
  width: 21px;
  display: inline-block;
  text-align: center;
}
.days span.enabled {
  background: #b62f3d;
  color: #ffffff;
  border: 1px solid #b62f3d;
}
.days span.disabled {
  background: white;
  color: #ccc;
  border: 1px solid #ccc;
}
.booking-day-defn .time-range {
  margin-right: 5px;
}
.booking-day-defn .slots {
  font-weight: bold;
}
.booking-calendar-timeline .resource-label {
  padding-top: 5px;
}
.booking-calendar-timeline .fc-toolbar {
  position: sticky;
  top: 50px;
  z-index: 50;
  background: white;
  padding-top: 20px;
  height: 65px;
  margin-bottom: 0 !important;
}
.booking-calendar-timeline .fc-view > table {
  position: relative;
}
.booking-calendar-timeline .fc-view > table .fc-head td {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
}
.booking-calendar-timeline .fc-view > table .fc-head td > div.fc-row {
  border: 1px solid lightgray;
}
.booking-calendar-timeline .fc-view .fc-resource-area .fc-expander .fc-icon {
  width: 1em;
}
.booking-calendar-timeline .fc-view .fc-resource-area .fc-icon {
  width: 0.1em;
}
.booking-calendar-timeline .fc-title {
  min-height: 55px;
  margin-top: 2px;
}
.booking-calendar-timeline .fc-title .slot-times {
  font-size: 9px;
  margin-bottom: 1px;
}
.booking-calendar-timeline .fc-title .booking-description {
  display: flex;
}
.booking-calendar-timeline .fc-title .booking-description i {
  margin: 2px 5px 2px 3px;
}
.booking-calendar-timeline .fc-title .booking-description .booking-user-name {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.booking-calendar-timeline .fc-timeline .fc-divider {
  width: 8px;
}
.booking-calendar-timeline .fc-timeline-event {
  border-radius: 3px;
  padding-left: 3px;
}
.booking-calendar-timeline .payment-icon {
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0 1px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #a94442;
}
.booking-calendar-timeline .booking-status-period {
  background-image: linear-gradient(45deg, #bbb 5.56%, #fff 5.56%, #fff 50%, #bbb 50%, #bbb 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
}
.booking-calendar-timeline .booking-status-period .fc-title {
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 5px;
  margin: 1px 2px 1px 2px;
  border: 1px solid #999;
  border-radius: 4px;
}
.booking-calendar-timeline .booking-status-period .fc-time {
  color: black;
  background: rgba(255, 255, 255, 0.75);
}
.booking-calendar .fc-time-grid .fc-slats td {
  height: 4em;
  border-bottom: 0;
}
.booking-calendar .fc-content {
  cursor: pointer;
  margin-left: 2px;
}
.booking-calendar .fc-toolbar {
  position: sticky;
  top: 50px;
  z-index: 50;
  background: white;
  padding-top: 20px;
  height: 65px;
  margin-bottom: 0 !important;
}
.booking-calendar .fc-view > table {
  position: relative;
}
.booking-calendar .fc-view > table td.fc-head-container {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
}
.booking-calendar .fc-view > table td.fc-head-container > div.fc-row {
  border: 1px solid lightgray;
}
.booking-calendar .fc-time {
  margin-left: 2px;
}
.booking-calendar .booking-description {
  display: flex;
  align-items: baseline;
  margin-bottom: 2px;
  padding-right: 3px;
}
.booking-calendar .booking-description > * {
  margin-left: 3px;
}
.booking-calendar .booking-description .booking-user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.booking-calendar .booking-description .label {
  padding-left: 2px;
  padding-right: 2px;
}
.booking-calendar .payment-icon {
  font-weight: bold;
  margin-left: 5px;
  border: 1px solid #d9534f;
  padding: 1px 3px;
  border-radius: 3px;
  background-color: #f2dede;
  color: #a94442;
}
.booking-calendar .booking-status-period {
  background-image: linear-gradient(45deg, #bbb 5.56%, #fff 5.56%, #fff 50%, #bbb 50%, #bbb 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
}
.booking-calendar .booking-status-period .fc-title {
  color: black;
  background-color: white;
  padding: 2px 5px;
  margin: 4px;
  border: 1px solid #999;
  border-radius: 4px;
}
.booking-calendar .booking-status-period .fc-time {
  color: black;
  background: rgba(255, 255, 255, 0.75);
}
.asset-availability {
  margin: 5px;
  display: inline-block;
}
.asset-availability > span {
  margin: 2px;
  width: 20px;
  height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid black;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 13px;
}
.asset-availability > span span {
  display: inline-block;
  padding-top: 1px;
  text-align: center;
}
.asset-availability > span span.code-3 {
  transform: scaleX(0.75);
  margin-left: -3px;
}
.asset-availability > span.enabled {
  background: #357935;
  border-color: #255625;
  color: white;
  font-weight: bold;
}
.asset-availability > span.enabled:hover {
  background: #255625;
  border-color: #163216;
}
.asset-availability > span.disabled {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0);
}
.asset-availability > span.disabled:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0);
}
.asset-availability > span.disabled.my-booking {
  background: #337ab7;
  color: white;
  border-color: #337ab7;
  font-weight: bold;
}
.asset-availability > span.disabled.my-booking:hover {
  background: #286090;
  border-color: #286090;
}
.asset-availability > span.inactive {
  background-image: linear-gradient(45deg, #bbb 8.33%, #fff 8.33%, #fff 50%, #bbb 50%, #bbb 58.33%, #fff 58.33%, #fff 100%);
  background-size: 8.49px 8.49px;
  color: black;
}
@media print {
  .asset-availability {
    display: none;
  }
}
.cant-book .asset-availability span.enabled {
  background: #449d44;
  border-color: #3d8b3d;
}
.booking-legend {
  margin: 10px 0 10px 0;
}
.booking-legend .booking-legend-element {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  border: 1px solid black;
  width: 120px;
  text-align: center;
  border-radius: 3px;
}
.booking-legend .booking-legend-element.booking-legend-element-mine {
  background-color: #428bca;
  border-color: #0e2132;
  color: white;
}
.booking-legend .booking-legend-element.booking-legend-element-available {
  background-color: #5cb85c;
  border-color: #163216;
  color: white;
}
.booking-legend .booking-legend-element.booking-legend-element-half-booked {
  background-color: #f0ad4e;
  border-color: #694109;
}
.booking-legend .booking-legend-element.booking-legend-element-booked {
  background-color: #d9534f;
  border-color: #4c1210;
  color: white;
}
.booking-legend .booking-legend-element.booking-legend-element-blackout {
  background-image: linear-gradient(45deg, #bbb 8.33%, #fff 8.33%, #fff 50%, #bbb 50%, #bbb 58.33%, #fff 58.33%, #fff 100%);
  background-size: 8.49px 8.49px;
  color: black;
}
.booking-view > div {
  padding-bottom: 10px;
  border-bottom: 1px solid #cc6d77;
  margin-bottom: 10px;
}
.booking-view > div:last-of-type {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .fc-toolbar h2 {
    font-size: 1.4em;
  }
  .fc-toolbar .fc-button {
    font-size: 0.9em;
    padding: 0.2em 0.6em;
  }
  .fc-toolbar .fc-today-button {
    display: none;
  }
}
/* Member Booking Modal */

.booking-slot-list-wrapper {
  overflow-y: auto;
  border: 1px solid #ccc;
  position: relative;
  flex-grow: 1;
  max-height: 600px;
}
@media (max-width: 767px) {
  .booking-slot-list-wrapper {
    max-height: 300px;
  }
}
.booking-slot-selector .unavailable {
  text-decoration: line-through;
}
.booking-slot-list {
  padding: 4px;
}
.booking-slot-list .booking-slot {
  cursor: pointer;
  min-height: 50px;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
}
.booking-slot-list .booking-slot.selected {
  background-color: #dff0d8;
  color: #3c763d;
  border-left: 2px solid #3c763d;
  border-right: 2px solid #3c763d;
  margin-bottom: 0;
  min-height: 55px;
}
.booking-slot-list .booking-slot.selected.first {
  border-top: 2px solid #3c763d;
  border-radius: 5px 5px 0 0;
}
.booking-slot-list .booking-slot.selected.last {
  border-bottom: 2px solid #3c763d;
  border-radius: 0 0 5px 5px;
  min-height: 50px;
  margin-bottom: 5px;
}
.booking-slot-list .booking-slot.selected.first.last {
  border-radius: 5px;
}
.booking-slot-list .booking-slot.selected.part-selected {
  min-height: 35px !important;
}
.booking-slot-list .booking-slot.booked {
  cursor: not-allowed;
  background-color: #f2dede;
  color: #a94442;
  border: 2px solid #ebccd1;
  border-radius: 5px;
}
.booking-slot-list .booking-slot.booked.clash {
  margin-bottom: 0;
  background-color: #a94442;
  color: white;
  border-radius: 0;
  border-left-color: #3c763d;
  border-right-color: #3c763d;
  min-height: 55px;
}
.booking-slot-list .booking-slot.unavailable {
  cursor: not-allowed;
  background-color: dimgray;
  color: white;
  border-radius: 5px;
  border: 2px solid black;
}
.booking-slot-list .booking-slot.unavailable.clash {
  margin-bottom: 0;
  background-color: black;
  color: white;
  border-radius: 0;
  border-left-color: #3c763d;
  border-right-color: #3c763d;
  min-height: 55px;
}
.booking-slot-list .booking-slot.available:last-child {
  border-bottom: 1px solid lightgray;
}
.booking-slot-list .booking-slot.available + .available {
  border-top: 1px solid lightgray;
}
.booking-slot-list .booking-slot .booking-slot-times {
  font-size: 90%;
  display: block;
}
.booking-slot-list .booking-slot .booking-slot-status {
  text-align: center;
  display: block;
}
.booking-slot-list .booking-slot .booking-slot-select-button {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.booking-slot-list .booking-slot-gap {
  height: 20px;
  background-image: linear-gradient(45deg, #ddd 5.56%, #fff 5.56%, #fff 50%, #ddd 50%, #ddd 55.56%, #fff 55.56%, #fff 100%);
  background-size: 12.73px 12.73px;
  color: dimgray;
  margin-top: -5px;
}
/* Booking Calendar Edit Modal */

.booking-period {
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}
/* Analysis Heat Map */

.heatmap {
  display: grid;
  grid-template-columns: 80px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  border: 1px solid lightgray;
  overflow: hidden;
}
.heatmap .heatmap-row-head {
  font-size: 80%;
  padding: 2px 10px;
  text-align: center;
  border-right: 1px solid gray;
}
.heatmap .heatmap-column-head {
  font-size: 80%;
  transform: rotate(-45deg) translate(-21px, 80px);
  width: 0px;
  height: 100px;
  border-bottom: 1px solid gray;
  white-space: nowrap;
}
.heatmap .heatmap-cell {
  text-align: center;
  font-size: 70%;
  padding: 3px 0;
  -webkit-print-color-adjust: exact !important;
  background-color: initial !important;
  position: relative;
  overflow: hidden;
}
.heatmap .heatmap-cell span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  display: block;
  margin: 3px;
}
.heatmap-key {
  display: flex;
  margin-top: 20px;
}
.heatmap-key .heatmap-key-scale {
  display: flex;
  border: 1px solid gray;
  flex-grow: 1;
  margin: 0 10px;
}
.heatmap-key .heatmap-key-scale .heatmap-key-entry {
  height: 20px;
  display: inline-block;
  flex-grow: 1;
  -webkit-print-color-adjust: exact !important;
}
/* Bulk Amend Modal */

.booking-amend-preview .previous-value {
  text-decoration: line-through;
  color: #333333;
}
.booking-amend-preview .new-value {
  font-weight: bold;
}
/* Lighting Control */

.lighting-control .lighting-control-group {
  border: 1px solid #aaa;
  padding: 20px;
  background-color: #ddd;
  margin-bottom: 40px;
}
.lighting-control .lighting-control-group-name {
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
}
.lighting-control .lighting-control-assets {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 25px;
}
.lighting-control .lighting-control-asset {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 15%;
}
.lighting-control .lighting-indicator-name {
  font-weight: bold;
  text-transform: uppercase;
}
.lighting-control .lighting-indicator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.75);
}
.lighting-control .lighting-indicator.indicator-on {
  background-color: lightgreen;
  border-color: green;
}
.lighting-control .lighting-indicator.indicator-off {
  background-color: #777;
  border-color: #444;
}
.lighting-control .lighting-indicator span {
  position: absolute;
  top: 35px;
  left: 35px;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.box-league-box {
  page-break-after: always;
}
div.box-league-round-grid-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow-x: scroll;
  overflow-y: visible;
}
div.box-league-round-grid-wrapper table.box-league-round-grid {
  width: auto;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
div.box-league-round-grid-wrapper table.box-league-round-grid thead tr {
  border-right: 0 !important;
}
div.box-league-round-grid-wrapper table.box-league-round-grid thead tr th {
  position: sticky;
  top: 0;
  background-color: white;
  width: 100px;
  min-width: 100px;
  font-weight: normal;
  z-index: 100;
}
div.box-league-round-grid-wrapper table.box-league-round-grid thead tr th:first-child {
  border-left: 0;
  border-right: 0;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td {
  vertical-align: middle !important;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell {
  height: 75px;
  position: relative;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .fixture-date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 70%;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 2px;
  transition: all 0.5s ease-in-out;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .fixture-date i {
  margin-left: 3px;
  margin-right: 3px;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .fixture-date i:hover {
  transform: scale(1.25);
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .confirmation {
  display: flex;
  font-size: 80%;
  position: absolute;
  left: 4px;
  bottom: 2px;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .round-reset {
  font-size: 80%;
  position: absolute;
  right: 4px;
  bottom: 2px;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .score {
  line-height: 1.1;
  overflow: hidden;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .winner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 70%;
  color: #3c763d;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .winner i {
  margin-right: 3px;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.score-cell .winner span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.editable {
  cursor: pointer;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.editable:hover {
  background-color: #eee;
  box-shadow: inset 0 0 2px #000000;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.self-round {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(49.2%), #ccc 50%, rgba(0, 0, 0, 0) calc(50.8%), rgba(0, 0, 0, 0) 100%);
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.self-round .confirmation {
  display: none;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.dead-round {
  background-color: #eee;
}
div.box-league-round-grid-wrapper table.box-league-round-grid td.dead-round .confirmation {
  display: none;
}
div.box-league-round-grid-wrapper table.box-league-round-grid .entry-number-column {
  width: 50px;
  min-width: 50px;
  text-align: right;
  border-right: 1px solid #ddd;
}
div.box-league-round-grid-wrapper table.box-league-round-grid .name-column {
  width: 240px;
  border-right: 1px solid #ddd;
}
div.box-league-round-grid-wrapper table.box-league-round-grid .fixed-column {
  position: sticky;
  background-color: white;
  left: 0;
  z-index: 110;
}
@media print {
  div.box-league-round-grid-wrapper {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  div.box-league-round-grid-wrapper table.box-league-round-grid thead tr th {
    position: static !important;
  }
  div.box-league-round-grid-wrapper table.box-league-round-grid .fixed-column {
    position: static !important;
  }
}
.box-league-schedule th {
  text-align: center;
}
.box-league-schedule td.vacant {
  background-image: linear-gradient(45deg, #bbb 8.33%, #fff 8.33%, #fff 50%, #bbb 50%, #bbb 58.33%, #fff 58.33%, #fff 100%);
  background-size: 8.49px 8.49px;
  color: black;
}
.box-league-schedule .entry-indicator {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  margin-top: -3px;
}
table.table-results {
  width: auto;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
table.table-results thead tr {
  border-right: 0 !important;
}
table.table-results thead tr th:first-child {
  border-left: 0;
  border-right: 0;
}
table.table-results thead tr th.name-column {
  width: 240px;
}
table.table-results thead tr th.rotate {
  height: 120px;
  width: 45px;
  white-space: nowrap;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: normal;
}
table.table-results thead tr th.rotate > div {
  transform: translate(24px, 0) rotate(315deg);
  width: 30px;
}
table.table-results thead tr th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.table-results thead tr th.rotate.vertical > div {
  transform: translate(10px, 0) rotate(270deg);
  width: 30px;
}
table.table-results td.editable {
  cursor: pointer;
  color: #337ab7;
}
table.table-results td.editable:hover {
  background-color: #eee;
  box-shadow: inset 0 0 2px #000000;
}
table.table-results td.result-cell {
  position: relative;
}
table.table-results td.result-cell .bonus-points {
  color: #3c763d;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 10px;
}
table.table-results td.result-cell .penalties {
  color: #a94442;
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 10px;
}
table.table-results td.result-cell .prevent-drop {
  color: #a94442;
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 10px;
}
th.total-column {
  font-weight: bold;
}
td.score-cell {
  text-align: center;
}
td.result-cell + td.extra-cell {
  border-left: 2px solid gray !important;
}
td.subtotal-cell {
  font-weight: bold;
  color: dimgray;
  border-left: 2px solid gray !important;
}
td.total-cell {
  font-weight: bold;
  border-left: 2px solid gray !important;
}
td.form-cell {
  width: 130px;
}
.win-loss-draw {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1px;
  text-align: center;
  font-size: 12px;
}
.win-loss-draw.form-win {
  background-color: #5cb85c;
  border: 1px solid #d6e9c6;
  color: white;
}
.win-loss-draw.form-wo-win {
  background-color: white;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
.win-loss-draw.form-loss {
  background-color: #d9534f;
  border: 1px solid #ebccd1;
  color: white;
}
.win-loss-draw.form-wo-loss {
  background-color: white;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.win-loss-draw.form-draw {
  background-color: #555555;
  border: 1px solid #555555;
  color: white;
}
.win-loss-draw.form-wo-draw {
  background-color: white;
  border: 1px solid #555555;
  color: #555555;
}
.ladder-result {
  display: inline-block;
  text-align: center;
  height: 18px;
  margin-right: 1px;
  padding: 0 4px;
  font-size: 90%;
}
.ladder-result.ladder-result-win {
  background-color: #5cb85c;
  border: 1px solid #d6e9c6;
  color: white;
}
.ladder-result.ladder-result-wo-win {
  background-color: white;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
.ladder-result.ladder-result-loss {
  background-color: #d9534f;
  border: 1px solid #ebccd1;
  color: white;
}
.ladder-result.ladder-result-wo-loss {
  background-color: white;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.ladder-result.ladder-result-draw {
  background-color: #555555;
  border: 1px solid #555555;
  color: white;
}
.ladder-result.ladder-result-wo-draw {
  background-color: white;
  border: 1px solid #555555;
  color: #555555;
}
.competition-name {
  font-size: 110%;
}
.competition-type-icon {
  color: #b62f3d;
}
.knockout-draw {
  position: relative;
}
.knockout-draw .move-left-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}
.knockout-draw .move-right-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.knockout-round-headers {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background: white;
  z-index: 10;
  padding-bottom: 10px;
}
@media print {
  .knockout-round-headers {
    position: static !important;
  }
}
.knockout-round-caption {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #b62f3d;
  font-size: 110%;
  font-weight: bold;
}
.knockout-round-caption .knockout-round-deadline {
  font-weight: normal;
  color: #777;
  font-style: italic;
  font-size: 90%;
}
.knockout-round-caption .knockout-round-deadline .deadline {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 4px;
}
.knockout-round-caption .knockout-round-deadline .deadline.duesoon {
  border-color: #8a6d3b;
  background: #fcf8e3;
  color: #8a6d3b;
  font-weight: bold;
  font-style: normal;
}
.knockout-round-caption .knockout-round-deadline .deadline.overdue {
  border-color: #a94442;
  background: #f2dede;
  color: #a94442;
  font-weight: bold;
  font-style: normal;
}
.knockout-round-matches {
  padding-top: 10px;
}
.knockout-match {
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 10px;
  height: 66px;
}
.knockout-match > div .knockout-match-entry {
  height: 32px;
  padding: 5px 10px;
}
.knockout-match > div .knockout-match-entry .knockout-match-entry-seeding {
  color: #999;
  margin-left: 5px;
}
.knockout-match > div .knockout-match-entry .knockout-match-entry-handicap {
  color: #a94442;
  margin-left: 5px;
  font-size: 80%;
  font-weight: normal;
}
.knockout-match > div .knockout-match-entry:first-of-type {
  border-bottom: 1px dashed #ccc;
}
.knockout-match > div .knockout-match-entry.winner {
  font-weight: bold;
}
.knockout-match > div .knockout-match-entry.loser {
  font-weight: 100;
}
.knockout-match > div .knockout-match-entry .knockout-match-entry-name .user-detail-trigger {
  margin-top: -2px;
}
.knockout-match > div .knockout-match-entry .knockout-match-entry-possibles {
  font-weight: 100;
  color: #777;
  font-style: italic;
  font-size: 90%;
}
.knockout-match.exists {
  border-color: #777;
}
.knockout-match.exists.complete {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #3c763d;
}
.knockout-match.exists.duesoon {
  border-color: #8a6d3b;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.knockout-match.exists.overdue {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442;
}
.knockout-match.scorable:hover {
  background-color: #eee;
  box-shadow: inset 0 0 2px #000000;
}
.knockout-match .knockout-match-score {
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 30%;
  display: flex;
  align-items: center;
}
.knockout-match .knockout-match-score .confirmation {
  position: absolute;
  right: 5px;
  bottom: 0px;
}
.knockout-match .knockout-match-score .clear-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.knockout-match .knockout-match-score .schedule-date {
  position: absolute;
  bottom: 2px;
  left: 6px;
  font-size: 85%;
}
.knockout-match .knockout-match-score .enter-note {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  text-align: center;
}
.knockout-match.scorable .knockout-match-score {
  cursor: pointer;
}
.knockout-match.scorable .knockout-match-score:hover .enter-note {
  font-weight: bold;
}
@media print {
  .knockout-match .knockout-match-score {
    background-color: white !important;
  }
  .knockout-match-entry {
    padding: 0 10px !important;
  }
  .knockout-match-entry .knockout-match-entry-name {
    font-size: 22px !important;
  }
}
.knockout-match.exists:before {
  content: "";
  border-color: #cc6d77;
  display: block;
  border-width: 1px;
  position: absolute;
  right: 100%;
  top: 49%;
  border-top-style: solid;
  width: 17px;
}
.knockout-match.exists.first-round:before {
  content: initial;
}
.knockout-match.exists:after {
  content: "";
  border-color: #cc6d77;
  display: block;
  border-width: 1px;
  position: relative;
  left: 100%;
  width: 15px;
  border-right-style: solid;
}
.knockout-match.exists.final:after {
  content: initial;
}
.knockout-match:nth-child(odd):after {
  border-top-style: solid;
}
.knockout-match:nth-child(even):after {
  border-bottom-style: solid;
}
.knockout-round-0 .knockout-match:after {
  height: 38.5px;
}
.knockout-round-0 .knockout-match:nth-child(odd):after {
  top: -32.5px;
}
.knockout-round-0 .knockout-match:nth-child(even):after {
  bottom: 70.5px;
}
.knockout-round-1 .knockout-match {
  margin-top: 86px;
}
.knockout-round-1 .knockout-match:first-child {
  margin-top: 38px;
}
.knockout-round-1 .knockout-match:after {
  height: 76px;
}
.knockout-round-1 .knockout-match:nth-child(odd):after {
  top: -32.5px;
}
.knockout-round-1 .knockout-match:nth-child(even):after {
  bottom: 108px;
}
.knockout-round-2 .knockout-match {
  margin-top: 238px;
}
.knockout-round-2 .knockout-match:first-child {
  margin-top: 114px;
}
.knockout-round-2 .knockout-match:after {
  height: 152px;
}
.knockout-round-2 .knockout-match:nth-child(odd):after {
  top: -32.5px;
}
.knockout-round-2 .knockout-match:nth-child(even):after {
  bottom: 184px;
}
.knockout-round-3 .knockout-match {
  margin-top: 542px;
}
.knockout-round-3 .knockout-match:first-child {
  margin-top: 266px;
}
.knockout-round-3 .knockout-match:after {
  height: 305px;
}
.knockout-round-3 .knockout-match:nth-child(odd):after {
  top: -32.5px;
}
.knockout-round-3 .knockout-match:nth-child(even):after {
  bottom: 337px;
}
.ladder-table .active-challenge {
  color: black;
  margin-top: 5px;
  padding: 2px 0 2px 10px;
  border: #337ab7 1px solid;
  background-color: #eff5fb;
  border-left-width: 4px;
  font-size: 90%;
}
.ladder-table .last-result {
  color: black;
  margin-top: 5px;
  font-size: 80%;
  color: #555555;
}
.ladder-table .black-mark {
  color: black;
  margin-right: 2px;
  font-size: 12px;
}
.ladder-table .black-mark.no-play-black-mark {
  color: #d9534f;
}
.mail-preview body {
  font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: black;
  font-size: 12pt;
}
.mail-preview pre,
.mail-preview blockquote {
  page-break-inside: avoid;
}
.mail-preview pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mail-preview pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.mail-preview h1,
.mail-preview h2,
.mail-preview h3,
.mail-preview h4,
.mail-preview h5,
.mail-preview h6 {
  font-family: 'Calibri Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  margin: 22px 0 10px 0;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid lightgray;
}
.mail-preview h1 {
  font-size: 16pt;
  line-height: 20pt;
}
.mail-preview h2 {
  font-size: 14pt;
  line-height: 18pt;
}
.mail-preview h3 {
  font-size: 13pt;
  line-height: 17pt;
}
.mail-preview h4 {
  font-size: 12pt;
  line-height: 16pt;
}
.mail-preview h5 {
  font-size: 11pt;
  line-height: 15pt;
}
.mail-preview h6 {
  font-size: 10pt;
  line-height: 15pt;
  text-transform: uppercase;
}
.mail-preview a {
  color: #256bc9;
}
.mail-preview a:focus,
.mail-preview a:hover {
  color: #e21e3b;
}
.mail-preview p,
.mail-preview ul,
.mail-preview ol,
.mail-preview dl,
.mail-preview blockquote,
.mail-preview hr,
.mail-preview pre,
.mail-preview table,
.mail-preview figure,
.mail-preview address {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.mail-preview table td > ul {
  margin-bottom: 0;
}
.mail-preview ul,
.mail-preview ol,
.mail-preview ul ul,
.mail-preview ol ol,
.mail-preview ul ol,
.mail-preview ol ul {
  margin: 0 0 0 24px;
}
.mail-preview ul li,
.mail-preview ol li {
  text-align: left;
}
.mail-preview ol ol li {
  list-style-type: lower-alpha;
}
.mail-preview ol ol ol li {
  list-style-type: lower-roman;
}
.mail-preview blockquote {
  position: relative;
  font-style: italic;
  color: dimgray;
}
.mail-preview blockquote cite {
  font-size: 80%;
}
.mail-preview address {
  font-style: normal;
}
.mail-preview dl dt {
  font-weight: bold;
}
.mail-preview dd {
  margin-left: 24px;
}
.mail-preview cite {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.mail-preview s,
.mail-preview del {
  text-decoration: line-through;
}
.mail-preview abbr[title],
.mail-preview dfn[title] {
  border-bottom: 1px dotted #222;
  cursor: help;
}
.mail-preview strong,
.mail-preview b {
  font-weight: bold;
}
.mail-preview em,
.mail-preview i {
  font-style: italic;
}
.mail-preview sub,
.mail-preview sup {
  font-size: 10pt;
  line-height: 0;
  position: relative;
  margin-left: 0.2rem;
}
.mail-preview sup {
  top: -0.4rem;
}
.mail-preview sub {
  bottom: -0.2rem;
}
.mail-preview figcaption {
  margin: 0.3rem 0;
  font-size: 11pt;
  font-style: italic;
}
.mail-preview ins,
.mail-preview u {
  text-decoration: underline;
}
.mail-preview mark {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}
.mail-preview pre,
.mail-preview code,
.mail-preview kbd,
.mail-preview samp,
.mail-preview var,
.mail-preview output {
  font-size: 90%;
  font-style: normal;
  font-family: Consolas, "Courier New", monospace;
}
.mail-preview pre {
  margin-top: 16px;
  font-size: 90%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 24px;
  word-wrap: normal;
}
.mail-preview mark,
.mail-preview code,
.mail-preview samp,
.mail-preview kbd {
  padding: 0.2rem 0.4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
.mail-preview code {
  background: rgba(0, 0, 0, 0.05);
  color: white;
}
.mail-preview pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}
.mail-preview var {
  color: rgba(0, 0, 0, 0.5);
}
.mail-preview samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}
.mail-preview kbd {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.mail-preview hr {
  display: block;
  box-sizing: content-box;
  height: 1px;
  border: 0;
  border-top: 1px solid gray;
}
.mail-preview table:not(.pmignore) {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.mail-preview table:not(.pmignore) caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11pt;
}
.mail-preview table:not(.pmignore) th,
.mail-preview table:not(.pmignore) td {
  border: 1px solid gray;
  padding: 5px;
}
.mail-preview table:not(.pmignore) tfoot th,
.mail-preview table:not(.pmignore) tfoot td {
  color: rgba(0, 0, 0, 0.5);
}
.mail-preview table.outerborder {
  border: 2px solid lightgray;
}
.mail-preview table.borderless td {
  border: none;
}
.mail-preview table.condensed td {
  padding: 1px;
}
.mail-preview table.condensed-height {
  border-bottom: 1px solid lightgray;
}
.mail-preview table.condensed-height td {
  padding-top: 1px;
  padding-bottom: 1px;
}
.mail-preview table.borderless th {
  border: none;
  border-bottom: 1px solid gray;
}
.mail-preview table.bordered td {
  border: 1px solid gray;
  padding: 5px;
}
.mail-preview table.bordered th {
  border: 1px solid gray;
  border-bottom: 2px solid gray;
}
.mail-preview tr.bolditalic {
  font-style: italic;
  font-weight: bold;
}
.mail-preview tr.boldrow {
  font-weight: bold;
}
.mail-preview tr.italicrow {
  font-style: italic;
}
.mail-preview tr.boldunderline {
  text-decoration: underline;
  font-weight: bold;
}
.mail-preview tr.strikethrough {
  text-decoration: line-through;
}
.mail-preview .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.mail-preview .video-container iframe,
.mail-preview .video-container object,
.mail-preview .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mail-preview .unsubscribe-footer {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid gray;
  font-size: 14px;
  text-align: center;
}
.mail-preview .unsubscribe-footer .origination {
  margin-bottom: 5px;
}
.mail-preview .unsubscribe-footer A.unsubscribe-link {
  margin-left: 50px;
  text-decoration: underline;
}
.mail-preview .unsubscribe-footer .clubhouse-logo {
  margin-top: 20px;
}
.mail-preview .unsubscribe-footer img {
  width: 50px;
}
.mail-preview .autoEmailDisclaimer {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mail-preview .clearStyles {
  all: unset;
}
.mail-preview a.btn {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 25px;
  border-width: 10px 18px 10px 18px;
  border-style: solid;
  display: inline-block;
}
.mail-preview a.btn.btn-primary {
  border-color: #337ab7;
  background-color: #337ab7;
}
.mail-preview a.btn.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
}
.mail-preview a.btn.btn-success {
  border-color: #5cb85c;
  background-color: #5cb85c;
}
.mail-preview a.btn.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.mail-preview a.btn.btn-danger {
  border-color: #d9534f;
  background-color: #d9534f;
}
.mail-preview a.btn.btn-default {
  border-color: #ddd;
  background-color: #ddd;
  color: black;
}
.firearm-name {
  font-weight: bold;
  font-size: 110%;
}
.firearm-detail {
  font-size: 90%;
  color: #777;
}
.firearm-id {
  font-family: Consolas, "Lucida Console", monospace;
  font-size: 90%;
  color: #555;
}
.live-score-fullscreen {
  height: 100%;
  padding: 20px;
  position: relative;
  background-color: #b62f3d;
}
.live-score-fullscreen .live-score-feeds {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.live-score-fullscreen .live-score-feed {
  max-width: 49%;
  flex-grow: 1;
}
.live-score-feed {
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 4px 4px 12px 0px #222;
  -moz-box-shadow: 4px 4px 12px 0px #222;
  box-shadow: 4px 4px 12px 0px #222;
}
.live-score-feed-mini {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  border-left: 10px solid #b62f3d;
}
.live-score-feed-tennis .feed-title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
}
.live-score-feed-tennis table {
  width: 100%;
  background-color: white;
}
.live-score-feed-tennis table td,
.live-score-feed-tennis table th {
  border: 1px solid gray;
}
.live-score-feed-tennis table th {
  text-align: center;
  padding: 5px;
  font-size: 20px;
}
.live-score-feed-tennis table td.sets-column,
.live-score-feed-tennis table td.games-column,
.live-score-feed-tennis table td.points-column,
.live-score-feed-tennis table td.previous-set-column {
  width: 100px;
  text-align: center;
  padding: 10px;
  font-size: 50px;
}
.live-score-feed-tennis table td.competitor-column {
  padding: 0 10px;
  font-size: 30px;
  text-align: center;
}
.live-score-feed-tennis table td.competitor-column .competitor-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.live-score-feed-tennis table td.competitor-column .competitor-name i {
  font-size: 20px;
  color: #b62f3d;
}
.live-score-feed-tennis table td.caption {
  padding: 5px 15px 5px 15px;
  font-size: 21px;
  font-weight: normal;
}
.live-score-feed-tennis table td.previous-set-column {
  position: relative;
}
.live-score-feed-tennis table td.previous-set-column .set-tiebreak-points {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
}
.live-score-feed-tennis-mini .feed-title {
  border-bottom: 1px solid lightgray;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 5px 10px;
}
.live-score-feed-tennis-mini .competitor-rows {
  display: flex;
  flex-direction: column;
  position: relative;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row {
  display: flex;
  font-size: 1.7rem;
  height: 75px;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .competitors-column,
.live-score-feed-tennis-mini .competitor-rows .competitor-row .points-column,
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column {
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .points-column,
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 1.8rem;
  justify-content: center;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .points-column > div,
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column > div {
  padding: 4px;
  width: 32px;
  text-align: center;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .points-column > div.highlight-update,
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column > div.highlight-update {
  background-color: #b62f3d;
  color: #ffffff;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .competitors-column {
  flex-grow: 1;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .competitors-column i {
  font-size: 0.8em;
  color: #b62f3d;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row:first-of-type .competitors-column {
  border-bottom: 1px solid lightgray;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .points-column {
  width: 36px;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column {
  width: 28px;
  position: relative;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column.loser {
  color: gray;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-row .set-column .set-tiebreak-points {
  position: absolute;
  right: -10px;
  font-size: 60%;
  bottom: 14px;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-divider {
  position: absolute;
  display: flex;
  font-size: 1rem;
  color: gray;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-divider .points-column {
  width: 30px;
  text-align: center;
}
.live-score-feed-tennis-mini .competitor-rows .competitor-divider .set-column {
  width: 28px;
  text-align: center;
}
.live-score-stats-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: dimgray;
  padding: 20px;
  z-index: 10;
}
.live-score-stats-tennis {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 10px;
  font-size: 35px;
  background-color: #ffffff;
}
.live-score-stats-tennis .stats-title {
  display: flex;
  justify-content: space-between;
}
.live-score-stat {
  position: relative;
  height: 1.4em;
  margin: 10px 0;
}
.live-score-stat .stat-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
.live-score-stat .stat-label-a {
  position: absolute;
  left: 5px;
  color: white;
}
.live-score-stat .stat-label-b {
  position: absolute;
  right: 5px;
  color: white;
}
.live-score-stat .stat-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.live-score-stat .stat-bar .stat-bar-a {
  flex-grow: 1;
  flex-shrink: 0;
  background-color: #e16f73;
}
.live-score-stat .stat-bar .stat-bar-a > div {
  height: 100%;
  background-color: #C1292E;
  float: right;
}
.live-score-stat .stat-bar .stat-bar-b {
  flex-grow: 1;
  flex-shrink: 0;
  background-color: #438acf;
}
.live-score-stat .stat-bar .stat-bar-b > div {
  height: 100%;
  background-color: #235789;
}
.stat-set-selector {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  font-size: 90%;
  margin: 12px 0;
}
.stat-set-selector .stat-set-option {
  cursor: pointer;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.stat-set-selector .stat-set-option.selected {
  border-color: gray;
  font-weight: bold;
}
.live-score-stats-tennis-mini {
  font-size: 13px;
  margin-top: 10px;
}
.live-score-stats-tennis-mini .stats-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
}
.live-score-stats-tennis-mini .stats-title .name-a,
.live-score-stats-tennis-mini .stats-title .caption,
.live-score-stats-tennis-mini .stats-title .name-b {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.333%;
}
.live-score-stats-tennis-mini .stats-title .caption {
  text-align: center;
}
.live-score-stats-tennis-mini .stats-title .name-a {
  color: #C1292E;
}
.live-score-stats-tennis-mini .stats-title .name-b {
  color: #235789;
  text-align: right;
}
.live-score-stats-tennis-mini .live-score-stat-mini {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.live-score-stats-tennis-mini .live-score-stat-mini .stat-label-a,
.live-score-stats-tennis-mini .live-score-stat-mini .stat-label-b {
  font-family: 'Rubik';
  color: gray;
}
.live-score-stats-tennis-mini .live-score-stat-mini .stat-label-a.leader {
  color: #C1292E;
  font-weight: 500;
}
.live-score-stats-tennis-mini .live-score-stat-mini .stat-label-b.leader {
  color: #235789;
  font-weight: 500;
}
.qrcode {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 12px 0px #222;
  -moz-box-shadow: 4px 4px 12px 0px #222;
  box-shadow: 4px 4px 12px 0px #222;
}
.qrcode .qrcode-caption {
  text-align: center;
}
.duplicate-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid gray;
  padding: 20px 10px;
  border-bottom-width: 0;
}
.duplicate-group:last-child {
  border-bottom-width: 1px;
}
.duplicate-group:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.duplicate-group .duplicate-user {
  background-color: white;
  border: 1px solid #da717c;
  border-radius: 5px;
  flex-basis: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.duplicate-group .duplicate-user .title {
  background-color: #b62f3d;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
}
.duplicate-group .duplicate-user .title .index {
  background-color: white;
  color: black;
  border: 1px solid lightgray;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
}
.duplicate-group .duplicate-user .title .name {
  font-size: 110%;
  flex-grow: 1;
}
.duplicate-group .duplicate-user .title .label.label-lg {
  margin: 2px 0;
}
.duplicate-group .duplicate-user .fields {
  padding: 10px;
  flex-grow: 1;
}
.duplicate-group .duplicate-user .buttons {
  padding: 10px;
}
