/*!
 * Copyright 2022 Genomind, Inc
 * Based on Bootstrap v3
*/
.navbar-brand {
    margin-top: -10px !important;
}
    .navbar-brand #logo {
        background-color: rgba(255,255,255,0.0) !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.navbar-inverse {
    /*background-color: #54758D;*/ /*#7CA7AD; /*#51738A;*/
    background-image: linear-gradient(270deg, #799BA4, #54758D 0%, #799BA4) !important;
    background-repeat: no-repeat;
    filter: unset !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    border-bottom: 1px solid #aaa !important;
}

a.btn  {
	text-decoration: none;
}

a.accordion-toggle {
	text-decoration: none;
}

ul.nav-pills > li > a {
	text-decoration: none;
}

@media (min-width: 768px) {
	
	ul.navbar-nav > li > a {
		text-decoration: none;
	}

	li.dropdown a.dropdown-toggle {
		text-decoration: none;
    }
    li.dropdown a.dropdown-toggle:hover {
        background-color: #54758D !important;
		text-decoration: none;
    }
    li.dropdown.open .dropdown-toggle {
        background-color: #54758D !important;
    }

    ul.dropdown-menu > li:not(.dropdown) > a {
        background-color: #fff !important;
		text-decoration: none;
    }

        ul.dropdown-menu > li:not(.dropdown) > a:hover {
            background-color: #799BA4 !important;
			text-decoration: none;
        }
        li.dropdown.dropdown-submenu > a.dropdown-toggle {
            background-color: #fff !important;
			text-decoration: none;
			
        }

            li.dropdown.dropdown-submenu > a.dropdown-toggle:hover {
                background-color: #799BA4 !important;
				text-decoration: none;
            }

    /* Top-level non-dropdown menu items */
    .navbar-nav > li:not(.dropdown) > a:hover {
        background-color: #54758D !important;
		text-decoration: none;
    }
}

h1, h2, h3, h4, h5 {
    color: #54758D;
}

.btn-primary {
    background-image: linear-gradient(0deg, #799BA4, #54758D 0%, #799BA4) !important;
    border: 1px solid #799BA4 !important;
}

    .btn-primary:hover {
        background-image: linear-gradient(0deg, #799BA4, #54758D 0%, #799BA4) !important;
        border: 1px solid #54758D !important;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #799BA4;
}

a {
  color: #799BA4;
  text-decoration: underline;
}
a:hover,
a:focus {
  filter: brightness(85%);
  text-decoration: none;
}