﻿/* Top Nav bar settings */


.tbslogo {
    height: 4em;
}

.tbsBannerLogo {
    height: 2.5em;
}

/* Main Navigation Bar Settings */


/* Class defintion */


.tbsDropDownNavMenu {
    margin: 0px;
    padding: 0px;
    border: none;
    position: absolute;
    z-index: 2001;
    overflow-y: scroll;
}

.tbsDropDownRightNavMenu {
    list-style:none; 
    right:0;
    margin: 0px;
    padding: 0px;
    border: none;
    position: absolute;
    z-index: 2001;
    overflow-y: scroll;
}

.tbsDropDownNavBtn {
    width: 100%;
    margin: 0px;
    padding: 3px;
    border: none;
    border-bottom: solid thin white;
}

.tbsNavigationNotificationBadgeTopLevel {
    position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
    font-size: 0.75em;
    font-weight: bolder;
}

.tbsNavigationNotificationBadgeSubMenu {
    background: red;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 0.5em 10px;
    font-size: 0.75em;
    margin-left: 10px;
    font-size: 0.75em;
} 