
a, button, div, form, html, img, label, span, textarea {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

#mectrl_main_body{
    inset: 37px auto auto -320px;
}

#mectrl_main_body.mectrl_dropdownbody {
    width: 320px;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, .15), 0 4.5px 13.5px rgba(0, 0, 0, .08);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .15), 0 4.5px 13.5px rgba(0, 0, 0, .08);
}

.mectrl_dropdownbody.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#mectrl_main_body *, #mectrl_main_body div * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mectrl_dropdownbody {
    position: absolute;
    right: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms, opacity 120ms ease;
    transition: visibility 0s linear 120ms, opacity 120ms ease;
}

.mectrl_body {
    text-align: left;
    color: #333;
    background-color: #fff;
}

.mectrl_currentAccount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
}

.mectrl_currentAccount .mectrl_company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
}

.mectrl_currentAccount>* {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.mectrl_company {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
}


.mectrl_company .skill_glyph_swap {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
}

/* #mectrl_signInItem_picture.mectrl_signIn_circle_glyph {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 4px;
} */

#mectrl_signInItem_picture.mectrl_signIn_circle_glyph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;      
    height: 40px;     
    background-color: transparent;  
    cursor: pointer;  
}
#mectrl_signInItem_picture.mectrl_signIn_circle_glyph i {
    width: 24px;
    height: 24px;
    color: #333;      
}


.skill_glyph_swap {
    background-image: url('/static/core/assets/img/default.png');
    background-size: contain;
}

.mectrl_glyph {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glyph_text {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
}

.mectrl_currentAccount .mectrl_accountInfo {
    min-height: 132px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mectrl_currentAccount .mectrl_accountInfo>* {
    padding: 0;
}

.mectrl_resetStyle, a.mectrl_resetStyle, button.mectrl_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    cursor: pointer;
}

.mectrl_profilepic_button {
    position: relative;
}

#mectrl_currentAccount_picture .mectrl_profilepic_initials {
    font-size: 32px;
}

.mectrl_profilepic_initials {
    border: 1px solid #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mectrl_profilepic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:first-child {
    margin-top: 0;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:not(:nth-child(2)) {
    margin-top: 4px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_name {
    font-size: 18px;
    font-weight: 700;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>* {
    padding: 1px;
}

.mectrl_truncate, a.mectrl_truncate, button.mectrl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:nth-child(2) {
    margin-top: 3px;
    font-size: 13px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>* {
    padding: 1px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:last-child {
    padding: 0;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:not(:nth-child(2)) {
    margin-top: 4px;
}

.mectrl_commands {
    position: relative;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #0078d6;
    background-color: inherit;
    text-decoration: underline;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.mectrl_commands .mectrl_link {
    padding: 1px;
    font-size: 13px;
    margin-right: 34px;
}

div.mectrl_accountList_container {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

div.mectrl_accountList_container {
    overflow: auto;
    max-height: 270px;
}

.mectrl_scrollShadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .44)), color-stop(40%, rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(#fff 50%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 12px, 100% 6px;
    background-attachment: local, scroll;
}

ul.mectrl_accountList, .mectrl_accountList li{
    box-sizing: content-box !important;
}

ul.mectrl_accountList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mectrl_accountItem {
    height: 60px;
    position: relative;
}

.mectrl_accountItem .primaryAction, .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, .04);
}

.mectrl_accountItem .primaryAction {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.mectrl_accountItem .primaryAction .mectrl_accountItemInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 48px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
}

.mectrl_accountItemInfo {
    font-size: 12px;
}

.mectrl_accountItemInfo a, .mectrl_accountItemInfo div {
    font-size: 12px;
}

.mectrl_accountItemInfo .signout.mectrl_truncate{
     font-size: 13px;
}