﻿ul.carousel-indicators {
    display: block;
}

div.ProductTitle {
    min-width: 250px;
}

.navbar .navbar-collapse .navbar-nav .nav-item:hover {
    cursor: pointer;
}

/* found in /health-encyclopedia/clients/522/css/style_20.css */
.ADAMContent .ProductTitleBar {
    background-color: #1B3966 !important;
}

.ADAMContent .bluebg {
    background: #1B3966 none repeat scroll 0 0 !important;
}

.ADAMContent .body-mass .calculate {
    background: #CD1041 none repeat scroll 0 0 !important;
}

.ADAMContent .blueheading {
    color: #1B3966 !important;
}

.ADAMContent .span-col-1 {
    background: #1B3966 none repeat scroll 0 0 !important;
}

div.healthencwrapper a:hover {
    color: #CD1041 !important;
}

#right-menu .widget-wrap.dropdown .dropdown-menu {
    min-width: unset !important;
}

    #right-menu .widget-wrap.dropdown .dropdown-menu li {
        font-size: 14px;
    }

#floatingFeedbackBtn {
    position: fixed;
    right: -34px;
    transform: rotateZ(-90deg);
    width: auto;
    font-size: 0.9rem;
    bottom: 10rem;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    height: auto;
    background-color: #235298;
    border-color: #235298;
    color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #floatingFeedbackBtn {
        right: -20px;
        /* right: unset;
                        transform: none;
                        bottom: 0;
                        left: 0;
                        width: auto; */
    }
}

@media screen and (max-width: 576px) {
    #floatingFeedbackBtn {
        right: -32px;
    }
}
