body {
    background: #efefef;
    font-family: Roboto, sans-serif;

}


.main-content {
    min-height: 80vh;

}

.loader {
    margin-top: 20vh;
}


.navbar-light .navbar-nav #quick-search.show > .nav-link {

    background: #ffffff;
    color: #46c894;

}

#quickSearchInput {
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 20vw;;
    height: 40px;
    margin-right: 15px
}

@media (min-width: 992px) {
    #quick-search {
        padding: 0px 30px;
    }

}

.container .title {
    font-size: 50px;
    font-weight: 600;
}

.container p {
    font-size: 19px;
}

.pagination {
    margin: 25px 0 15px 0;
}

.pagination,
.pagination li a {
    display: flex;
    border-radius: 5%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    background: white;
    list-style: none;
    color: black;
}

.pagination li a.active, .pagination li a.active:hover {
    color: white;
    border-radius: 10%;
    background: #46c894
}

.pagination li a {
    text-decoration: none;
    color: black;
    height: 40px;
    width: 40px;
    font-size: 16px;
    padding-top: 1px;
    border: 1px solid rgba(0, 0, 0, 0.25);

    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
}

.pagination li:last-child a {
    border-right-width: 1px;
}

.pagination li a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(0, 0, 0, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.pagination li a:focus,
.pagination li a:active {
    padding-top: 4px;
    border-left-width: 1px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
}

.pagination li.icon a {
    min-width: 120px;
}

.pagination li:first-child span {
    padding-right: 8px;
}

.pagination li:last-child span {
    padding-left: 8px;
}

.image-not-found {
    height: 15vh;
}

#searchResultsLi {
    float: left;
    clear: both;
    width: 100%;
    font-size: 110%;
    line-height: 100%;
    margin-bottom: -1px;
    color: #888;
    font-size: 15px;
}

#searchResultsLi li.active {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #fff;
    color: #333;
    list-style: none;

}

#searchResultsLi > li {
    float: left;
    padding: 12px 35px;
    min-width: 155px;
}

header.menu-sticky .navbar-light .navbar-nav #quick-search .nav-link fa:hover {

    color: rgba(117, 205, 111, 1);
}

/*compound view*/

.image-text {
    display: flex;
    align-items: center;

}

.image-text img {
    height: 40px;
    margin-right: 5px;
    padding-bottom: 5px;

}

@media (max-width: 992px) {
    #quickSearchInput {
        width: 100% !important;
        margin-left: -10px;
    }

}

header .main-header {
    background: white;

}

.menu-sticky .main-header {
    background: white;

}

header a.navbar-brand .logo-white {
    display: initial;
}

header.menu-sticky a.navbar-brand .logo-white {
    opacity: 1;
    display: inline;
}

 .about-page {
    background: white;
    height: 100%;


}

.home-page{
    padding-bottom: 100px;
    background: white;
}

footer {
    position: fixed;
    bottom: 0;
}

.main-content {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.main-content > div {
    flex: 1;
}

.background-white {
    background: white
}

.banner-image {
    object-fit: cover;
    width: 100%;
    max-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.compound-view-page, .condition-view-page{
    padding-top:20px;
}
.max-300{
    max-height: 300px;
    overflow-y: auto;
}
.dl-horizontal{
    position: relative;
}

