body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #e6eaeb;
  --focus-color: #222;
}

.card .card-header-black,
.card.bg-black,
.card.card-rotate.bg-black .front,
.card.card-rotate.bg-black .back {
background: linear-gradient(60deg, #083a5c, #083a5c);
}

a {
  color: #2384b1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

@media (min-width: 992px) {
  .modal-review {
      max-width: 545px;
  }
}

a:hover,
a:focus {
  color: #000155;
  text-decoration: none;
}

.nav-pills .nav-item .nav-link.active {
color: #fff;
background-color: #00bcd4;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
}

.profile-page .page-header {
  height: 300px;
  background-position: top center;
}

.title {
margin-top: 5px;
margin-bottom: 0px;
min-height: 32px;
}

.progress {
height: 10px;
border-radius: 0;
box-shadow: none;
background: #CCCCCC;
margin-bottom: 10px;
}

.progress .progress-bar.progress-bar-rating {
  background: #00bcd4;
}

.center-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 990px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none;
  }
}

.form-check .form-check-label .circle .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #00bcd4;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.form-check .form-check-input:checked~.check {
  background-color: #00bcd4;
}

.form-check .form-check-input:checked~.circle {
  border-color: #00bcd4;
}

.form-check .form-check-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  line-height: 25px;
  gap: 10px;
}

.form-check .form-check-label span {
  position: relative;
  display: flex;
  align-items: center;
}

.form-check .form-check-sign{
  padding: 0px;
  width: 24px;
  margin-right: -7px;
}

.card-login .form-check .form-check-sign {
  padding: 0px;
  width: 24px;
  margin-left: 12px;
  margin-right: -2px;
}

.form-check .form-check-label span.check {
  top: 0;
  left: 0;
}

.form-check .form-check-label span.circle {
  outline: 1px solid var(--focus-color) !important;
  outline-offset: 1px !important;
  border: 0;
}

.form-control:read-only,
.form-control:focus-visible {
  background-image: linear-gradient(to top, var(--focus-color) 2px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.geo-details {
  width: 100%;
  display: none;
}

.fg-white,
.btn.fg-white,
a.btn.fg-white {
  color: white;
}

.navbar-form #query:focus-visible {
  background-image: linear-gradient(to top, white 2px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
}

input[type=submit]:focus,
.btn-raised:focus,
span.btn-raise:focus,
input[type="file"]:focus,
.bootstrap-select .dropdown-toggle:focus-visible,
button:focus {
  outline: 2px solid var(--focus-color) !important;
  transition-duration: 0.2s;
}

.checkbox-focused {
/*    box-shadow: 0 2px 0 0 #4CAF50;
  border-radius: 0;*/
  outline: 2px solid var(--focus-color) !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
  transition-duration: 0.1s;
}

#search_submit:focus-visible,
button.navbar-toggler:focus-visible {
  outline: 2px solid white !important;
  outline-offset: 2px;
  transition-duration: 0.2s;
}

.card-description {
  color: rgb(48, 48, 48);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 1rem;
  margin-bottom: 0.1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0rem;
  font: 12px Arial, sans-serif;
}

.breadcrumb-larger {
  padding: 10px;
  font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.talkbubble {
  width: 100px;
  height: 40px;
  background: #083a5c;
  position: absolute;
  right: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  padding-top: 7px;
  text-align: center;
  font: 24px Arial, sans-serif;
  margin: 0 10px 0 0;

}
.talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 13px solid #083a5c;
  border-bottom: 7px solid transparent;
}
.talkbubble-text-large {
  padding-top: 10px;
  text-align: center;
  font: 24px Arial, sans-serif;
}
.talkbubble-text-small {
  padding-top: 7px;
  text-align: center;
  font: 12px Arial, sans-serif;
}

.talkbubblesmall {
  width: 100px;
  height: 40px;
  background: #083a5c;
  position: relative;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-left: 15px;
  color: #ffffff;
  padding-top: 7px;
  padding-top: 7px;
  text-align: center;
  font: 24px Arial, sans-serif;
}
.talkbubblesmall:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 13px solid #083a5c;
  border-bottom: 7px solid transparent;
}
.talkbubblesmall-text-large {
  padding-top: 10px;
  text-align: center;
  font: 24px Arial, sans-serif;
}
.talkbubblesmall-text-small {
  padding-top: 7px;
  text-align: center;
  font: 12px Arial, sans-serif;
}


.statsbubblefixed-large {
  width: 100px;
  height: 80px;
  z-index: 10;
  position: absolute;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #00bcd4;
  border-style: solid;
  border-color: #00bcd4;
  background: #FFFFFF;
  margin: 10px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.statsbubblefixed-large a {
  color: #00bcd4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.statsbubble-large,
.statsbubble-large-user,
.statsbubble-filled-large {
width: 100px;
height: 80px;
position: relative;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border-style: solid;
margin: 2px auto;
display: flex;
flex-direction: column;
justify-content: center;
}

.statsbubble-large {
  color: #00bcd4;
  border-color: #00bcd4;
  background-color: #ffffff;
}

.statsbubble-large-user {
  color: #00bcd4;
  border-color: #00bcd4;
  background-color: #ffffff;
  opacity: 0.6;
  transition: 0.3s;
}

.statsbubble-large-user:hover {
  opacity: 1;
  background-color: #9bf3ff;
}

.statsbubble-filled-large {
  color: #ffffff;
  border-color: #00bcd4;
  background-color: #00bcd4;
  cursor: default;
}

.statsbubble-large a {
  color: #00bcd4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.statsbubble-text-large {
  padding-top: 6px;
  text-align: center;
  font: 24px Arial, sans-serif;
}
.statsbubble-text-small {
  text-align: center;
  font: 12px Arial, sans-serif;
}

.statsbubblesmall{
  width: 50px;
  height: 50px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #00bcd4;
  border-style: solid;
  border-color: #00bcd4;
  background-color: #ffffff;
  margin: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.statsbubblesmall a {
  color: #00bcd4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.statsbubblesmall-text-large {
  text-align: center;
  font: 18px Arial, sans-serif;
}

.statsbubbleextrasmall{
  width: 30px;
  height: 30px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-width: 1px;
  border-radius: 5px;
  color: #00bcd4;
  border-style: solid;
  border-color: #00bcd4;
  background-color: #ffffff;
  margin: 1px;
}

.statsbubbleextrasmall a {
  color: #00bcd4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.statsbubbleextrasmall-text-large {
  padding-top: 7px;
  text-align: center;
  font: 12px Arial, sans-serif;
}

.pagination.pagination>.page-item.active>a,
.pagination.pagination>.page-item.active>a:focus,
.pagination.pagination>.page-item.active>a:hover,
.pagination.pagination>.page-item.active>span,
.pagination.pagination>.page-item.active>span:focus,
.pagination.pagination>.page-item.active>span:hover {
background-color: #00bcd4;
border-color: #00bcd4;
box-shadow: 0 4px 5px 0 rgba(0, 188, 212, 0.14), 0 1px 10px 0 rgba(0, 188, 212, 0.12), 0 2px 4px -1px rgba(0, 188, 212, 0.2);
}

.pull-left {
float: left;
}
.pull-right {
float: right;
}

.centered-and-cropped { object-fit: cover }

.media .media-footer .btn {
  margin-bottom: 5px;
}


.profile-page .description {
  margin: 1.071rem auto 0;
  max-width: 610px;
}

.profile-page .profile-tabs {
  margin-top: 1.284rem;
}

.navbar {
  border: 0;
  border-radius: 3px;
  padding: 0.500rem 0;
  margin-bottom: 0px;
  color: #555;
  background-color: #fff !important;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.navbar-searchpage {
    background-color: transparent !important;
    box-shadow: none !important;
}

.navbar.bg-dark .dropdown-item:hover,
.navbar.bg-dark .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(33, 33, 33, 0.4);
  background-color: #00bcd4;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #00bcd4;
  background-color: #00bcd4;
  color: #FFFFFF;
}

.starrating > input {display: none;}
.starrating > label:before {content: "\f005";margin: 2px;font-size: 2em;font-family: FontAwesome;display: inline-block;}
.starrating > label {color: #7e7e7e;}
.starrating > input:checked ~ label {color: #ffca08;}
.starrating > input:hover ~ label {color: #ffca08;}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
}

.editbutton {
position: absolute;
width: 45px;
  height: 45px;
top: 0;
  right: 0;
  z-index: 10;
}

.editButtonIcon {
  color: #8f8f8f;
  font-size: 16px;
}

.sortfilterbutton {
position: absolute;
width: 45px;
  height: 45px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.adminDeleteButton {
position: absolute;
width: 20px;
  height: 20px;
bottom: 0;
  left: 0;
  z-index: 10;
}

.favorite {
position: absolute;
bottom: 0;
  right: 0;
}

.reviewButtons {
position: absolute;
bottom: 0;
  right: 0;
}


.profile-page .rightButton {
position: absolute;
top: 0;
right: 20px;
}

.profile-page .rightButton .btn-fab {
  margin-top: -28px;
}

.profile-page .follow {
position: absolute;
top: 0;
left: 20px;
}

.profile-page .follow .btn-fab {
  margin-top: -28px;
}

.opening_times_table { border: none; border-collapse: collapse; }
.opening_times_table td { border-right: 1px solid rgb(231, 231, 231); }
.opening_times_table td:first-child { border-left: none; }

.badge a:link {color: #FFFFFF;}
.badge a:visited {color: #FFFFFF;}
.badge a:hover {color: #000155;}
.badge a:active {color: #FFFFFF;}

.card .card-body,
.card .card-footer {
padding: 0.9375rem 1rem;
}

.card-img {
width: 100%;
border-radius: 0;
}

.card-img-top {
width: 100%;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.card-img-bottom {
width: 100%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.card.no-top-border {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.community-card {
display: flex;
flex-direction: column;
justify-content: stretch;
}

.community-card .navbar-nav {
flex-wrap: wrap;
}

/* in mobile view dropdowns have a transparent background and no border by default */
.community-card .dropdown .dropdown-menu {
  background-color: white !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.brewery_table { border: 1px; border-collapse: collapse; background: white;}
.brewery_table td { border: 1px solid rgb(231, 231, 231); background: white;}
.brewery_table.display tbody tr table tr:hover {
  background: none;
}

.ui-front {
  z-index: 9999999 !important;
}

.unverified {
  position: relative;
}
.unverified:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-top: 10px solid rgb(255, 135, 135);
}

.verified {
  position: relative;
}
.verified:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-top: 10px solid rgb(113, 253, 113);
}

.locked {
  position: relative;
}
.locked:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-top: 10px solid rgb(0, 165, 0);
}

.homebrew {
  position: relative;
}
.homebrew:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-top: 10px solid rgb(206, 206, 206);
}

.beerdata_table {
  border-top: none;
  background: rgb(243, 251, 255);}
.beerdata_table td {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #a2f4ff;
  border-right: 1px solid #a2f4ff;
  padding: 5px;
  background: rgb(243, 251, 255);}
.beerdata_table tr td:first-child {
  border-left: 0;
}
.beerdata_table tr td:last-child {
  border-right: 0;
}
.beerdata_table.display tbody tr table tr:hover {
  background: none;
}

.beerimage {
  max-width:180px;
  max-height:225px;
  width: auto;
  height: auto;
}


.venue_main_image {
  object-fit: cover;       /* Scale the image so it covers whole area, thus will likely crop */
  object-position: center; /* Center the image within the element */
  height: 250px;
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}


.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}


.tdRowSplitter {
  background-color:rgb(243, 251, 255);
}

.headingLine {
  overflow: hidden;
  text-align: center;
  color: rgb(160, 160, 160);
  font-size: small;
  margin-top: 8px;
  margin-bottom: 8px;
}

.headingLine span:before,
.headingLine span:after {
  background-color: rgb(225, 225, 225);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.headingLine span:before {
  right: 0.5em;
  margin-left: -50%;
}
.headingLine span:after {
  left: 0.5em;
  margin-right: -50%;
}

.contactIcon {
    color: #083a5c;
    font-size: 20px;
}

td.listContainer > div {
  width: 100%;
  height: 100%;
  overflow:hidden;
}
td.listContainer {
  height: 10px;
}

.listImage {
  width: 70px;
  height: auto;
  min-height: 50px;
  min-width: 70px;
}


.n-bordered{
  border: none;
}

.n-bordered tr:first-child td{
  border-top: none;
}


.venueLogo {
  width: 120px;
  margin: 4px auto 16px auto;
  display: block;
}

.breweryLogo,
.venueLogo {
    background-color: #fff;
}

/* venue and webshop <h3> title when there is no banner image */
@media (max-width: 576px) {
    .h3-title-no-image {
        margin-top: 2rem !important;
    }
}
@media (min-width: 577px) {
    .h3-title-no-image {
        margin-right: 75px !important;
    }
}

.beer-table-name,
.brewery-table-name,
.venue-table-name {
    font-size: 1.0625rem;
    line-height: 1.55em;
    font-weight: 300;
}

.userStatButton {
  margin-top:4px
}

.profileSectionTitle {
  font-size: 24px;
  color:#083a5c;
  display: inline-block;
}

.profile .avatar img {
    background-color: #fff;
}

.webshop-main-link, .webshop-main-link:hover {
    text-decoration: underline;
}

.webshop-link-icon {
    display: inline-block;
    margin: -8px 0 0 4px;
    position: absolute;
}
.webshop-link-icon i {
    font-size: 16px;
}

.fileinput {
    width: 100%;
}

.footerLink {
  color: #fff;
}
.footerLink:hover {
  color: #00bcd4;
}

.circle_item {
  display: flex;
  background:#fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #000;
  margin: auto;
  align-items:center;
  justify-content:center;
}

@media (max-width: 576px) {
  .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .mobile-expand {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    overflow-y: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  footer .row {
    align-items: center;
    display: flex;
  }

  .footer-div {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }

  .footer-div ul {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-div-oneline {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .footer-div-oneline ul {
    align-items: center;
    display: flex;
  }

  .footer-div ul a {
    height: 40px;
  }
}

/* Icon sizing */
.nav-item i,
.dropdown-item i {
  font-size: 19px !important;
  width: 24px;
}

.btn-search i {
    font-size: inherit !important;
}

.icon-import, .icon-import i {
  text-align: center;
  font-size: 20px;
}

#buttonSortAndFilter i {
  font-size: 18px;
}

.td-actions i {
  width: 18px;
}

.btn.btn-twitter {
  background-color: #000 !important;
  border-color: #000 !important;
}

.alert .alert-icon i {
  top: initial !important;
}

.follow.row .btn i,
.btn-youhadit i,
.btn-friendshadthis i,
button i.fa-beer-mug-empty {
  font-size: 16px;
}

button.btn-sm i.fa-solid,
button.btn-sm i.fa-regular {
  font-size: 14px;
}

textarea {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.175) !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.errorcard > .list-group {
	display: block;
	padding: .5rem 0;
  margin: 0 auto;
  text-align: left;
}

.errorcard > .list-group > .list-group-item {
	padding: .5rem;
	line-height: 1;
  display: block !important;
}

.errorcard i {
  margin-right: .5rem !important;
}

/* Search Dropdown */
.search-brewery-closed,
.search-venue-closed {
    font-style: italic;
}

.search-result-oob {
    font-size: x-small;
    color: #ff0000;
}

/* Input Delete */
.btn-input-right {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    margin-left: 6px;
    cursor: pointer;
}
.btn-input-right:focus {
    outline: none !important;
}
.btn-input-right i {
    font-size: 18px;
}

.link-disabled {
  color: gray !important;
}

.avatar-badge-wrapper {
  display: inline-block;
  position: relative;
}

.avatar.supporter {
  border: 4px solid #00bcd4;
}

.supporter-star-avatar {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);

}
.supporter-star-avatar i {
  color: #ffc107;
  font-size: 24px;
}
