a:hover {
    text-decoration: none;
}

.navbar-brand {
    white-space: normal;
}

#container {
    margin-bottom: 55px;
}

.search-query {
    width: 300px !important;
}

.accordion-heading {
    background: #f6f6f6;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.accordion-group .accordion-heading .accordion-toggle i.icon-active {
    display: none;
}

.accordion-group.active .accordion-heading .accordion-toggle i.icon-active {
    display: inline-block;
}

.accordion-group.active .accordion-heading .accordion-toggle i.icon-passive {
    display: none;
}

.accordion-body {
    display: none;
    padding: 0;
    margin: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
}


/*------------------------------------------------ */
/* 11 - Search Autocomplete Styles */
/*------------------------------------------------ */

.autocomplete-suggestions {
    border: 1px solid #bbb;
    background: #FFF;
    cursor: default;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.autocomplete-suggestion {
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.autocomplete-suggestion h4 {
    line-height: 1em;
    margin: 5px 0;
    white-space: nowrap;
}

.autocomplete-suggestion p {
    line-height: 18px;
}

.autocomplete-suggestion:last-child {
    border: none;
}

.autocomplete-selected {
    background: WhiteSmoke;
}

.autocomplete-suggestions strong {
    font-weight: normal;
}

.create-question-button {
    position: fixed;
    right: 5%;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    background-color: #53B2D5;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px -1px 25px -5px rgba(69, 69, 69, 1);
    -moz-box-shadow: 0px -1px 25px -5px rgba(69, 69, 69, 1);
    box-shadow: 0px -1px 25px -5px rgba(69, 69, 69, 1);
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1031;
}

.create-question-button h3 {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1;
}

.create-question-button small {
    font-size: 11px;
}

#create-question textarea {
    width: 60%;
}

.no-text-decoration {
    text-decoration: none;
    color: #007bff;
}
.no-text-decoration:hover{
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item.search::before {
    content: "★";
    padding-right: .5rem;
    color: #6c757d;
}

.search-project-title{
    font-size: 1.1rem;
    font-variant: small-caps;
    font-weight: 400;
    background-color: rgba(149, 149, 149, 0.08);
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 2rem;
    white-space: nowrap;         /* Prevents text from wrapping to the next line */
    overflow: hidden;            /* Hides the overflowing text */
    text-overflow: ellipsis; 
}

.search-param-container{
    background-color: rgba(149, 149, 149, 0.3);
    padding: 5px;
    border-radius: 3px;
    color: #545454;
    font-weight: 300;
    font-variant: small-caps;

}

#languageSelect {
    appearance: none;          /* Removes the default arrow */
    -webkit-appearance: none;  /* For Safari */
    -moz-appearance: none;     /* For Firefox */
    background-image: none;    /* Removes any background image */
}
