.portal-nav{
	position: relative!important;
    background: #ffffff!important;       padding: 5px; 
}
.portal-nav .container a.portal-logo.logo-footer img.footer-logo {
    max-height: 26px;
}.portal-nav .container a.portal-logo.logo-footer {
    display: inline-block;
}.portal-nav .container .topRightBX {
    display: inline-block;
    float: right;
	font-size: 13px;
    color: #666;
    text-align: right;
    font-weight: 600;
}
.portal-nav .container {
	position:relative;
}
.portal-nav .container .topRightBX .user-name {
    margin-top: 2px;
    display: inline-block;
}
.portal-nav .user-name img {
    float: left;
    margin-right: 5px;
}.portal-nav .user-name > a {
	padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    width: 145px;
    top: 2px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px!important;
	color: #666!important;
}
.portal-nav .user-name>a:after {
    position: absolute;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    display: block;
    right: 6px;
    top: 2px;
    transition: transform .5s ease;
    color: #666;
}
.portal-nav .user-name .hvr_bx {
    position: absolute;
    width: 160px;
    right: 0;
    text-align: left;
    z-index: 9999;
    box-shadow: 0 2px 3px rgb(200 200 200 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 2px 3px rgb(200 200 200 / 20%);
    padding-top: 10px;
    display: none;
}
.portal-nav  .user-name:hover .hvr_bx {
    display: block;
}

.portal-nav .user-name .hvr_bx:before {
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
    content: " ";
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	left: 50%;
    margin-left: -6px;
    top: 14px;
  	
}
.user-name .hvr_bx:after {
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
    content: " ";
    border-bottom: 6px solid #fdfdfd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 85%;
    top: 6px;
    margin-top: 1px;
    margin-left: -6px;
    display: block;
}
.portal-nav .user-name .hvr_bx:after, .portal-nav .user-name .hvr_bx:before {
	top: 5px;
    left: 85%;
}
.portal-nav .user-name .hvr_bx ul {
    background: #fdfdfd;
    border: 1px solid #e4e4e4;
}
.portal-nav .user-name .hvr_bx li, .user-name .hvr_bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;    border-bottom: 1px solid #efefef;
}
.portal-nav .user-name .hvr_bx a {
    display: block;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 400;
}
#logged_username i {
    float: left;
    margin: 2px 5px 0 0;
}
.topSignBX.user-area a#_tb_login_btn {
    background: #e32932;
    min-width: 85px;
    font-family: 'Open sans', sans-serif!important;
    border-radius: 3px;
    outline: none;
    padding: 3px 7px;
    cursor: pointer;
    color: #fff!important;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
}
.oauth_ggl .ggl_user_btn .g-icon-text{
	width: 88%;
	text-align: center;
}
body#masterclass .portal-nav .container .topRightBX .topSocialBX {
    display: none;
}
body#masterclass .model-container .btn-update-profile .btn{
    line-height: normal !important;
}
@media screen and (max-width:767px){
	#m_header{
		padding:0px;
		height:auto;
	}
	#m_header .logo{
		width: calc(100% - 100px);
	}
  /*   body#masterclass header#m_header{
        display: block !important;
    }
    body#masterclass {
        padding-top: 48px !important;
    } */
}
