@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@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/css2?family=Gugi&display=swap');
body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  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: #337ab7;
}
body a:hover,
body a:focus {
  color: #1d4567;
}
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%;
}
.body-content {
  position: relative;
}
.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: var(--bs-danger);
  color: white;
}
.banner-messages .banner-message-danger h1 {
  color: white;
}
.banner-messages .banner-message-warning {
  background-color: var(--bs-warning);
  color: var(--bs-warning);
}
.clubhouseBanner {
  position: relative;
  border-bottom: 0 solid #008b39;
  min-height: 130px;
  
}
.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: 20px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  
}
.clubhouseBanner .clubhouseBannerContent {
  padding: 10px 15px;
}
.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 .clubhouseBannerImageRight {
  position: absolute;
  right: 20px;
}
.clubhouseBanner .clubhouseBannerImageRight img {
  height: 80px;
}
.clubhouseBanner .clubhouseBannerImageLeft img {
  height: 80px;
}
@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: 48px !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: 60px !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;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}
.clubhouseTitle .clubhouseClubName {
  font-family: "Gugi", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 700;
  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: "Gugi", "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: white;
  background-color: black;
  border-top: 1px solid black;
  margin-top: 0;
}
footer a {
  color: #66b988;
}
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-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-translucent {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
}
.btn-translucent:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #ffffff;
}
.btn-translucent:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #ffffff;
}
.btn-translucent:disabled {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-xs {
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
}
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;
}
.badge-lg {
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  font-weight: normal;
}
.badge-sm {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 4px 4px 0;
  font-weight: normal;
  min-width: 22px;
}
.badge-outline {
  background-color: white !important;
  border: 1px solid var(--bs-gray-700);
  color: black;
}
.badge-outline.text-bg-success {
  border-color: var(--bs-success);
  color: var(--bs-success) !important;
}
.badge-outline.text-bg-danger {
  border-color: var(--bs-danger);
  color: var(--bs-danger) !important;
}
.badge-outline.text-bg-warning {
  border-color: var(--bs-warning);
  color: var(--bs-warning) !important;
}
.badge-outline.text-bg-info {
  border-color: var(--bs-info);
  color: var(--bs-info) !important;
}
.badge-outline.text-bg-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary) !important;
}
.badge-outline.text-bg-secondary {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary) !important;
}
.badge-outline.text-bg-default {
  border-color: #ccc;
  color: #666 !important;
}
.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 .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: 14px;
  color: black;
  background-color: white;
}
.label-cost a,
.label-cost a:hover,
.label-cost a:focus {
  text-decoration: none;
  color: unset;
}
.label-cost-sm {
  font-size: 12px;
  padding: 1px 3px;
  border-radius: 2px;
}
.label-cost-paid {
  border-color: var(--bs-success);
  color: var(--bs-success);
  background-color: var(--bs-success);
}
.label-cost-payment-on-track {
  border-color: var(--bs-warning);
  color: var(--bs-warning);
  background-color: var(--bs-warning);
}
.label-cost-unpaid {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
  background-color: var(--bs-danger);
}
.label-cost-cancelled {
  border-color: var(--bs-gray-600);
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-300);
  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 #008b39;
  padding: 0 10px 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.form-header > span:first-child {
  flex-grow: 1;
}
.form-header .form-control,
.form-header .form-select {
  width: auto;
  flex-grow: 0;
  display: inline-block;
}
h5.form-header,
h6.form-header {
  border-color: #58ff9c;
}
.form-header label {
  font-weight: normal;
  font-size: 14px;
}
.form-introduction {
  color: var(--bs-gray-700);
  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 #4dae74;
}
.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;
}
.col-form-label {
  font-weight: bold;
}
.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 + 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;
}
@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 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: var(--bs-warning) !important;
}
.help-block.text-danger {
  color: var(--bs-danger) !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;
}
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;
  vertical-align: middle !important;
}
.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: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > thead > tr > th.muted a {
  color: var(--bs-gray-600);
}
.table > tbody > tr > td.muted {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > tbody > tr > td.muted a {
  color: var(--bs-gray-600);
}
.table > tfoot > tr > td.muted {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > tfoot > tr > td.muted a {
  color: var(--bs-gray-600);
}
.table > thead > tr.muted > th {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > thead > tr.muted > th a {
  color: var(--bs-gray-600);
}
.table > tbody > tr.muted > td {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > tbody > tr.muted > td a {
  color: var(--bs-gray-600);
}
.table > tfoot > tr.muted > td {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.table > tfoot > tr.muted > td a {
  color: var(--bs-gray-600);
}
.cancelled {
  color: var(--bs-gray-600);
  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 #008b39;
  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;
}
/*@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;
}
.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;
}
.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;
}
.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 #4dae74;
  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: #006128;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.no-content {
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 1px solid #4dae74;
  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 #4dae74;
  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 */

ul.pagination {
  margin-top: inherit;
}
.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: #72abfe;
  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: var(--bs-success) !important;
}
.modal-content.alert-info {
  background-color: var(--bs-info) !important;
}
.modal-content.alert-warning {
  background-color: var(--bs-warning) !important;
}
.modal-content.alert-danger {
  background-color: var(--bs-danger) !important;
}
/* 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;
}
.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: var(--bs-gray-700);
  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;
}
/* 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;
}
/* 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: var(--bs-gray-800);
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
}
.radio-group .radio-group-option i {
  margin-right: 3px;
}
.radio-group .radio-group-option.success.active {
  background-color: var(--bs-success);
  color: white;
  border: 1px solid var(--bs-success);
}
.radio-group .radio-group-option.warning.active {
  background-color: var(--bs-warning);
  color: white;
  border: 1px solid var(--bs-warning);
}
.radio-group .radio-group-option.danger.active {
  background-color: var(--bs-danger);
  color: white;
  border: 1px solid var(--bs-danger);
}
.radio-group .radio-group-option.primary.active {
  background-color: var(--bs-primary);
  color: white;
  border: 1px solid var(--bs-primary);
}
.radio-group .radio-group-option.info.active {
  background-color: var(--bs-info);
  color: white;
  border: 1px solid var(--bs-info);
}
.radio-group .radio-group-option.default.active {
  background-color: #008b39;
  color: #ffffff;
  border: 1px solid #008b39;
}
.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: var(--bs-gray-800);
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
}
.check-box-group .check-box-group-option i {
  margin-right: 3px;
}
.check-box-group .check-box-group-option.success.active {
  background-color: white;
  color: var(--bs-success);
  border: 1px solid var(--bs-success);
}
.check-box-group .check-box-group-option.warning.active {
  background-color: white;
  color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
}
.check-box-group .check-box-group-option.danger.active {
  background-color: white;
  color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
}
.check-box-group .check-box-group-option.primary.active {
  background-color: white;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.check-box-group .check-box-group-option.info.active {
  background-color: white;
  color: var(--bs-info);
  border: 1px solid var(--bs-info);
}
.check-box-group .check-box-group-option.default.active {
  background-color: white;
  color: #008b39;
  border: 1px solid #008b39;
}
.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: var(--bs-gray-800);
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
}
.clubhouse-checkbox i {
  margin-right: 3px;
}
.clubhouse-checkbox.success.active {
  background-color: white;
  color: var(--bs-success);
  border: 1px solid var(--bs-success);
}
.clubhouse-checkbox.warning.active {
  background-color: white;
  color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
}
.clubhouse-checkbox.danger.active {
  background-color: white;
  color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
}
.clubhouse-checkbox.primary.active {
  background-color: white;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.clubhouse-checkbox.info.active {
  background-color: white;
  color: var(--bs-info);
  border: 1px solid var(--bs-info);
}
.clubhouse-checkbox.default.active {
  background-color: white;
  color: #008b39;
  border: 1px solid #008b39;
}
.clubhouse-checkbox.disable {
  cursor: not-allowed;
  color: #999 !important;
}
.clubhouse-checkbox.disable.active {
  color: dimgray !important;
  border-color: dimgray !important;
}
.last-action-description {
  font-size: 11px;
  color: dimgray;
}
/* 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;
}
/* 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;
}
.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;
}
/* 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;
}
/* 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-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%;
}
/* Ensure validation message shown when not a sibling of the invalid edit control */

.is-invalid .invalid-feedback {
  display: block;
}
/* Correct display of invalid status on Kendo date/time picker components */

.is-invalid .k-picker-wrap {
  border-color: #dc3545 !important;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.is-invalid .k-picker-wrap.k-state-focused {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
/* Correct display of close button in toast popup messages */

.alert button.close {
  border: 0;
  background-color: transparent;
  font-size: 1.5rem;
  color: #777;
}
@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: '';
  }
}
.autocomplete-multi.form-control {
  height: auto;
  min-height: 34px;
  padding: 3px 20px 3px 6px;
  cursor: text;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.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 .autocomplete-multi-input {
  margin: 1px 3px 1px 0;
  border: 0;
  height: 24px;
  min-width: 40px;
  flex-basis: 40px;
  flex-grow: 1;
}
.autocomplete-multi .autocomplete-multi-input:focus {
  outline: 0;
}
.autocomplete-multi .autocomplete-multi-element {
  color: white;
  background-color: black;
  padding: 2px 6px;
  margin: 1px 3px 1px 0;
  border-radius: 4px;
  display: inline-block;
}
.autocomplete-multi .autocomplete-multi-element span.delete-btn {
  cursor: pointer;
}
.autocomplete-multi .autocomplete-multi-element.autocomplete-other {
  color: black;
  background-color: white;
  border: 1px solid black;
}
.autocomplete-multi.disabled {
  background-color: #ebebee;
}
.autocomplete-multi.disabled .autocomplete-multi-element {
  background-color: gray;
}
.autocomplete-multi a.dropdown-item,
.autocomplete-multi a.dropdown-item:hover,
.autocomplete-multi a.dropdown-item:focus {
  text-decoration: none;
}
