/** start main nav styles **/
.mops-logo {
    height: 70px;
}

#mops-logo {
    height: 75px;
    /* width: 50px;*/
}

.gmt-main-navbar {
    height: 70px;
}

.gmt-main-navbar-mobile {
    height: 52px;
}


.mom-avatar {
    height: 30px;
    width: 30px;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
	cursor: pointer;
}
.my-group-label-load {
    display: none;
}
.my-group {
    /* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    font-size: 46px;
    color: #000000;
    padding-left: 5px;
    margin-left: 250px;
}
.my-group-mobile {
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    font-size: 1.25rem;
    color: #000000;
    padding-left: 0px;
    margin-left: 0px;
}
.group-selector-input {
    min-width: 400px;
}

.group-selector-input-mobile {
    min-width: 300px;
}

.my-group-label-load {
    display: none;
}
/** end main nav styles **/


/** start sidenav styles **/
.header-link-icon {
    width: 30px;
    color: #999999;
}
.inbox-badge-hidden{
	display: none!important;
}
.sidenav-link{
	border-radius: 0px !important;
}
.sidenav-secondary .sidenav-link.active{
	color: #ffffff !important;
}
.sidenav-secondary .sidenav-link:hover{
	color: #ffffff !important;
	background-color: #303030 !important;
}
.sidenav-gmt-secondary .sidenav-link.active{
	
	background-color: #303030;
}
.header-link-text {
    padding: 0 0 0 15px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
.subnav-link {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #FFFFFF;
}
.hr.bg-tan {
    margin-top: -1px;
    margin-left: 15px;
    margin-right: 25px;
    height: 2px !important;
}
.rotate-icon{
    
    margin-right: 3px !important;
}
#sidenav-outer {
    width: 250px;
}

.sidenav-collapse {
    color: #FFFFFF;
}

.selected-sidenav-spacer {
    width: 100%;
    height: 100%;
}

.selected-sidenav-link {
    border-right: 20px solid #EB28AF;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    margin-right: -3px;
}
/** end sidenav styles **/

/** start mobile styles **/
#mobile-gold-navbar {
    height: 70px;
}
.second-navbar {
    margin-top: 70px;
}

.mobile-sidenav-width {
    width: 75% !important;
}

.mops-m-logo {
    height: 28px;
    width: 30px;
}
#mobile-group-selector {
    height: 55px;
    margin-top: 122px;
    display: none;
}
#group-selector-mobile {
    width: 75%;
}

.navbar-scroll {

}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  display: none;
}

.group-selector-mobile-div {
    width: 90%;
}

.main-navbar-container-mobile {
    margin-top: -5px;
}

/** end mobile styles **/

@media (max-width: 500px) {

  	.message-alert {
  		font-size: 1.5em !important;
	}
}
