.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.social-link {
    color: inherit;
}

table.alphabets td {
    padding: 10px;
}

#searchOptions .popover {
    display: table !important;
}
/*
a.foodCatBreadCrum + a.foodCatBreadCrum::before{
    padding: 10px !important;
}*/

p.foodCatBreadCrum a:not(:first-child) {
    margin: 10px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.logo
{
    display: inline-block;
}
/* header navigation */
#topnavbar .navbar-nav>.active>a
{
      background-color: transparent;
      font-weight: bold;
    color: #174372;
}


#topnavbar.navbar-default{
    background-color: #d9d9d9;
}
#topnavbar.navbar-default .navbar-brand{
    color: black;
}

#topnavbar.navbar-default .navbar-nav>li>a:focus, #topnavbar.navbar-default .navbar-nav>li>a:hover {
  color: #555;
  background-color: #DBE4F0;
}

/* anchors*/
a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-stretch: expanded;
}

.container p a {
    text-decoration: underline;
}

a:focus, a:hover {
    color: rgb(51, 51, 51);
    text-decoration: underline;
}

/*sidebar */
.sidebar .list-group:first-child, .panel-default>.panel-heading {
    background-color: #DBE4F0;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.panel-group .panel {
    border: none;
    border-radius: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ddd;
}

.sidebar .list-group:not(:first-child) {
    padding: 10px 20px;
}

.sidebar .list-group-item,.sidebar a.list-group-item-info {
    color: black;
    background-color: transparent;
    border-color: transparent;
    border: none;
    padding: 3px;
}

.sidebar a.list-group-item:hover,.sidebar a.list-group-item-info:hover {
  color: #555;
}

.sidebar .list-group-item.active,.sidebar a.list-group-item-info.active {
  font-weight: bold;
}

.sidebar .list-group-item.active:hover,.sidebar a.list-group-item-info.active:hover{
  color: #555;
  background-color: transparent;
}

.sidebar .list-group-item.active:focus,.sidebar a.list-group-item-info.active:focus{
  color: black;
  background-color: transparent;
}

/*food search panels*/
.searchPanel.panel {
    background-color: #DBE4F0;
    border: none;
    border-radius: 0;
}

/* footer*/
footer hr {
  margin: 0;
  border: 0;
  border-top: 1px solid black;
}

/* page headers*/
.title {
  font-size:3em;
    overflow-wrap: break-word;
}

.subtitle {
    font-weight: bold;
    color: #174372;
}

.subsubtitle {
  color: black;
}

/*form validation */
input.error{
    border-color: #f2dede;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 222, 222, 0.6);
    outline: 0 none;
}

div.error{
        color: #a94442;
        padding-left: 15px;
}

/*div#errors .error:first-child,div#errors .error:only-child{
    border-color: #ebccd1;
    padding-top:15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

div#errors .error:last-child,div#errors .error:only-child{
    border-color: #ebccd1;
    padding-bottom:15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}*/

div#errors:not(:empty) {
    padding-bottom:15px;
    padding-top:15px;
    background-color: #f2dede;
}

div#errors:empty {
    display: none;
}

.banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.width-dynamic-bmelv {
    width: 200px;
}

.width-dynamic-mri {
    width: 120px;
}

@media (min-width: 992px) {
    .width-dynamic-bmelv {
        width: 250px;
    }
    .width-dynamic-mri {
        width: auto;
        height: 80px;
    }
}

.bg-white {
    background-color: white;
}

.navbar-override {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.navbar-default {
    border:none;
}

#language {
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

#topnavbar.navbar-default .navbar-nav>li>a:focus select, #topnavbar.navbar-default .navbar-nav>li>a:hover select{
    background-color: #e7e7e7;
}

.list-group-horizontal {
    display: flex;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    border: none;
    width: 100%;
}

.panel-heading [aria-expanded="true"] .glyphicon-chevron-down {
    transform: rotate(180deg);
}
.panel-heading .glyphicon {
    transition: transform 0.3s ease; /* Smooth animation */
}

.panel-heading {
    cursor: pointer;
}

.btn-bls {
    background-color: #174372;
    color: white;
    border: 1px solid black;
    border-radius: 0;
}


.btn-bls:hover {
    color: #3396FF;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: transparent;
    color: #174372;
    font-weight: bold;
}

hr {
    border-top: 1px solid black;
    width: 100%;
}

.ellipsis-wrapper {
    max-width: 800px;
}

.ellipsis-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container-growing {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex-grow: 1;
    margin-bottom: 24px;
    max-width: 100vw;
}

.banner-container {
    position: relative;
}

.static-banner {
    width: 100%;
    height: auto;
    display: block;
}

.copyright-credit {
    position: absolute;
    bottom: -10px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 5px;
    font-size: 0.7em;
    z-index: 10;
}

.carousel-control.right {
    right: 16px;
}
.carousel-control.left {
    left: 16px;
}

.container-index-flex {
    display: flex;
    flex-direction: row;
}

.bls-panel-right {
    width:100%;
    margin-left: 24px;
}

.badges{
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .container-index-flex {
        flex-direction: column;
    }

    .bls-panel-right {
        margin-left: 0;
    }

    .badges {
        flex-direction: column;
        gap: 12px;
    }
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
}