#topNavCustomer{
    min-height: 30px;
    border-bottom: 2px solid #ddd;    
    background: #2a2e35;
    color: #fff;
    position: relative;
}

#topNavCustomer .domain{
    color: #fff;
    padding: 0 14px;
}

#topNavCustomer .navbar{
    display: inline-block;
    position: initial;
}
#topNavCustomer ul{}
#topNavCustomer nav li{
    border-right: 1px solid #000;
    border-left: 1px solid #5c5c5c;
}
#topNavCustomer nav li a{
    font-size: 13px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 14px;
    padding-left: 15px;    
}

#topNavCustomer nav li:hover{
    background: #000;
}
#topNavCustomer nav li i{}
#topNavCustomer .customerName{
    float: right;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: normal;
}

#topNavCustomer .dropdown-menu a{
    padding-left: 13px;
    padding-right: 2px;    
}


#topNavCustomer .socialIcons{
    /* float: left; */
    display: inline-block;
    padding-left: 14%;
    /* height: 100%; */
    /* display: block; */
}

#topNavCustomer .socialIcons li{
    /* float: left; */
    display: inline-block;
    position: relative;
    margin-right: 5px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
#topNavCustomer .socialIcons a{
    background: red;
    border-radius: 50%;
    width: 27px;
    display: block;
    text-align: center;
    height: 27px;
    line-height: 27px;
}
#topNavCustomer .socialIcons i{
    color: #fff;
    position: relative;
    /* top: 2px; */
    font-size: 14px;
}



@media (max-width: 575px){
    #topNavCustomer .domain{
        width: 100%;
        display: block;
        padding-left: 40px;
        line-height: 30px;
        height: 30px;        
    }
    #topNavCustomer .navbar{
        width: 100%;
        display: block;
    }
    #topNavCustomer .navbar button i{
        color: #fff;
    }
    #topNavCustomer nav li{
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #000;
        border-top: 1px solid #5c5c5c;
    }

    #topNavCustomer nav li a{
        padding-top: 5px;
        padding-bottom: 5px;        
    }

    #topNavCustomer .navbar-toggler{
        position: absolute;
        top: 0;
        left: 0;        
    }
    #topNavCustomer .socialIcons{
        position: absolute;
        top: 4px;
        right: 3px;
        padding: 0;
        margin: 0;
        display: block;        
    }

    #topNavCustomer .customerName{
        display: none;
    }

    #topNavCustomer .socialIcons a{
        width: 22px;
        height: 22px;
        line-height: 22px;
    }    
    #topNavCustomer .socialIcons i{
        font-size: 11px;
    }
}