#dirNavbarNav .invertBtn, 
#dirNavbarNavMobile .invertBtn{
    background: transparent !important;
    max-height: 43px;
    font-size: 14px !important;
    color: #999999 !important;
}
#dirNavbarNavMobile .invertBtn{
    max-height:50px;
    opacity: 1 !important;
}
#dirNavbarNavMobile > li a{
    width: 100%;
    display: inline-flex;
}

#dirNavbarNavMobile > li a .invertBtn{
    width: 100%;
}
.invertBtn:disabled, #dirNavbarNav .invertBtn:disabled, #dirNavbarNavMobile .invertBtn:disabled {
    background: white !important;
    color: #999999 !important;
}
.invertBtn:disabled, #dirNavbarNav .invertBtn:disabled i, #dirNavbarNavMobile .invertBtn:disabled i{
    /* background: white !important; */
    color: #999999 !important;
}

.invertBtn:hover , ul#dirNavbarNav a button.invertBtn:hover:not(:disabled), ul#dirNavbarNavMobile a button.invertBtn:hover:not(:disabled){
    color: rgb(153, 153, 153) !important;
    background: rgb(243,243,243) !important;
}
.invertBtn:disabled:hover , ul#dirNavbarNav a button.invertBtn:disabled:hover{
    color: initial !important;
    background: initial !important;
}
ul#dirNavbarNav a button.invertBtn:disabled:hover, ul#dirNavbarNavMobile a button.invertBtn:disabled:hover{
    color:#999999;
}
.invertBtn:disabled i{
	color: #151515 !important;
    transform: scale(1.25);
    transition: 0.001s;
}
#dirNavbarNav .invertBtn:disabled i{
    color: #999999 !important;
}
#dirNavbarNav i, #dirNavbarNavMobile i{
    color: #999999 !important;
}
#dirNavbarNavMobile .invertBtn{
    border-radius: 30px !important;
    outline: none;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent ;
}
/* COMPANY DETAIL CSS  */
div ul#dirNavbarNavMobile{
    border: 0px solid #dddddd !important;
    background-color: #dddddd;
    border-top-color: #999999 !important;
    border-top-width: 1px !important;
}
.directoryCatNav-btn, .categoryBtn{
    display:none;
}
.directoryAttendNav-btn, .dashboardBtn{
    display: none;
}
#dirNavbarNavMobile{
    display: none;
}
/* FLOORPLAN  */
#signInLi{
    margin-right:25px !important;
}
#signInLi a{
    border-radius: 99px;
 background: #e8e8e8;
 border: 6px solid #e8e8e8;
    border-color: #e8e8e8 !important;
}
#signInLi:hover button{
    background-color: #e8e8e8;
    outline:none !important;
}
#signInLi:active button, #signInLi:focus button{
    background-color: white !important;
    outline:none !important;
    color:#999999 !important;
}
#attendeeSignInTrigger.invertBtn{
    background-color: #e8e8e8  !important;
    padding-top:10px !important;
    padding-bottom: 10px !important;
    color:#999999 !important;
    opacity: 1;
}
#attendeeSignInTrigger.invertBtn:focus, #attendeeSignInTrigger.invertBtn:hover{
    outline:none !important;
     color:#999999 !important;
     background-color: white !important;
     opacity: 1;
}
#attendeeSignInTrigger.invertBtn i{
    color:#999999 !important;
}
#attendeeSignInTrigger.invertBtn:hover i{
    transform: scale(1) !important;
}
#signInLi a:hover{
    color: rgb(153, 153, 153) !important;
    background-color: #e8e8e8 !important;;
    border: 6px solid #e8e8e8;
    border-color: #e8e8e8 !important;
    border-radius: 99px;
}
#signInNavbar{
    width:auto;
}
.attendeeLoginDisalbed #navToggler{
    display: none !important;
}
@media only screen and (max-width: 992px) {
    .dash-container {
        margin-bottom: 60px;
    }
    body{
        padding-bottom: 70px !important;
    }
    .directoryBadge{
        display: inline-block;
        white-space: pre-wrap !important;
    }
    #directoryNav .top-nav-container #messagesDropDownNav{
        left: -15px;
        width: 250px;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 65px;
        right: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; 
        overflow: hidden;
        padding-left: 10px;
        min-width: 260px;
        background-color: #212121;
        color:white;
    }
    #attLoginButtonContainer .attendeeNavName{
            color: white !important;
        }
    #attLoginButtonContainer{
        margin-right:auto;
        margin-left: 0px !important;
        width:100%;
    }
    .nav-item.attendeeProfileLi{
        margin:0;
    }
    #navbarMessage{
        margin-left:0;
        margin-right: auto;
    }
    #signInNavbar{
        width:100%;
    }
    #signInLi{
        margin-right:auto !important;
        
    }
    #profileLi{
        margin-left:auto;
    }
    #navToggler .fa-chevron-down{
        transform: rotate(180deg) !important;
        padding:0;
    }
    #navToggler.collapsed .fa-chevron-down{
        transform: rotate(0deg) !important;
         padding:0;
    }
    #directoryNav #navbarSupportedContent{
        overflow: visible !important;
        transition: 0.05s;
    }
    #navbarSupportedContent #navFullscreenBtn{
        display: none;
    }
    .navbar-collapse{
        width: auto !important;
    }
    div#directoryCompanyImage {
        margin: 0 auto;
    }
    #navbarSupportedContent ul#dirNavbarNav {
        display:none !important
    }
    #dirNavbarNavMobile {
        background: #e8e8e8;
        border-top:1px solid gainsboro;
        display:flex ;
        position: fixed;
        padding:5px;
        bottom: 0;
        left:0;
        right:0;
        height:60px;
    }
    #minimap{
        transform: translateY(-60px) !important;
    }
    #ftr{
        margin-bottom:60px;
    }
}