div {
/* HbG CMS 	outline: pink 1px dashed;*/
}
ul {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
div.row {
/* HbG CMS 	outline: blue 1px dotted;*/
}
body {
}
a {
}
header {
    position: relative;
}
a.anchorLink {
    padding-top: 4rem;
    margin: 1px;
    clear: both;
}
#topper {
    position: fixed;
    font-size: .9rem;
    line-height: .8rem;
    bottom: 10px;
    right: 2%;
    z-index: 900;
    background: url("../grafix/fade.png");
    padding: 2px;
}
#hbg-wrap {
    background-color: #243749;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    z-index: 10;
	padding-bottom: 30px;
}
#loginbadge {
    position: absolute;
    bottom: 2px;
    left: 3px;
    font-size: .6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    z-index: 900;
}
#loginbadge a {
    color: inherit;
}
.tooltip-inner {
    background-color: #828282;
    font-size: 12px;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #828282 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #828282 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #828282 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #828282 !important;
}
/* Header */
#hbg-header {
    margin-top: 4.2rem; /* Match with navbar top margin*/
    background-color: #343a40;
    background-image: url("../grafix/headerbg.jpg");
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#hbg-header a {
}
nav.navbar {
    border-top: 3px #243749 solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/* Top Navbar*/
#topnavbar {
    position: relative;
    top: -13px;
    border-top: 1px #243749 solid;
}
#topnavbar a {
    color: #fff;
    white-space: nowrap;
}
#topnavbar div {
    position: absolute;
}
#topnavbar ul {
    margin: .1rem 0px;
    background-color: #4D6A90;
    padding: 0px 5px 5px 5px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
#topnavbar li.nav-item {
    padding: 0px 3px;
    position: relative;
}
#topnavbar li.nav-item.active {
    background-color: #254F86;
    font-weight: 700;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#topnavbar .nav-link {
    padding: 4px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#topnavbar a.dropdown-item:hover {
    color: #4D6A90;
}
#topnavbar li ul {
    margin-top: 0px;
    padding: 8px 0px 6px 0px;
    min-width: 7rem;
}
#topnavbar li li ul {
    margin-top: 0px;
    padding: 6px 0px 6px 0px;
    min-width: 6rem;
}
#topnavbar li li.nav-item {
    padding: 3px .3rem;
}
/* Navbar Menu*/
.navbar {
    background-image: url("../grafix/headerbg.jpg");
    background-attachment: scroll;
    justify-content: flex-start;
    padding-top: .2rem;
    padding-bottom: .2rem;
    height: 4.2rem;/* Match with #hbg-header top margin*//*padding: 10px 12px;*/
}
.navbar-nav {
    padding: 0px;
}
.navbar-dark {
    background-color: #4D6A90;
}
.navbar-light {
    background-color: #C2D4EB;
}
/* Center Menu*/
#hbg-center {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 16px;
}
/* Footer*/
#hbg-footer {
    background-color: #AE2020;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px
}
#hbg-footer a.login {
    color: #AE2020;
}
.footer {
    position: relative;
    bottom: 0;
    /* Set the fixed height of the footer here */
    min-height: 3rem;
    line-height: 2.5rem; /* Vertically center the text there */
    color: #fff;
}
.footer a {
    color: #F7FFDA;
}
/* Undertabs Menu*/
#hbg-undertabs {
    background-color: #fff;/*#ccc */
}
#hbg-undertabs .nav-link:hover {
    background-color: #eee;
    border-bottom-color: #eee;
}
#hbg-undertabs .nav-link.active {
    border-top-color: #999;
    border-left-color: #999;
    border-right-color: #999;
    border-bottom-color: #eee;
    background-color: #eee;
}
#hbg-undertabs div.fade {
    position: absolute;
    bottom: auto;
    z-index: 100;
    padding-bottom: 5px;
    background-color: #DEE2E6
}
#hbg-undertabs li.fade {
    margin-left: 5px;
}
/*For Sidebar Nav;*/
		
#sidebarbutton {
/*position: absolute;
	margin: 0px 10px 10px 0px;*/
}
/* Sidebar Appearances*/
/* Active Links*/

#sidebar li.nav-item.active, #rightbar li.nav-item.active {
    background-color: #ccc;
    font-weight: 700;
}
/* Sidebar Appearances*/
#sidebar {
}
#sidebar p {
    padding-right: 3px;
    text-align: right;
    min-width: 150px;
}
#sidebar ul {
    padding-bottom: 10px;
}
#sidebar li.nav-item {
	list-style: none;
    padding: .2rem 0;
    margin: 0;
    border-bottom: 2px solid red;
    height: auto;
    text-align: right;
}
#sidebar li li.nav-item {
    padding: .1rem 0;
    margin: 0;
    border-bottom: none;
    height: auto;
}
/* Rightbar Menu */
#rightbar {
    background-color: #eee;
}
#rightbar ul.sub {
    text-align: center;
    padding: .2rem 0;
    margin: 0;
    border-bottom: none;
    height: auto;
}
#rightbar li.nav-item {
    padding: .15rem 0;
    margin: 0;
    border-bottom: 2px solid red;
    height: auto;
}
/* Dropdown Menus */
.nav-link[data-toggle].collapsed:before {
    content: "▼ ";
}
.nav-link[data-toggle]:not(.collapsed):before {
    content: "▲ ";
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #606099;
    opacity: 0.35;
    z-index: 790;
}

@media (max-width: 767.98px) {
/* Sidebar Menu*/
#sidebar {
    min-width: 170px;
}
.offcanvas-collapse {
    position: fixed;
    top: 3.2rem; /* Height of navbar */
    bottom: 0;
    width: 12rem;
    padding-right: 0rem;
    padding-left: 0rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: 1000;
}
.offcanvas-collapse.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); /* Account for horizontal padding on navbar */
}
/* Rightbar Menu*/
#rightbar {
    min-width: 170px;
}
.rightbar-collapse {
    position: fixed;
    top: 3.2rem; /* Height of navbar */
    bottom: 0;
    right: 0px;
    width: 12rem;
    padding-right: 0rem;
    padding-left: .5rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    z-index: 1000;
}
.rightbar-collapse.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); /* Account for horizontal padding on navbar */
}
}
