/* #block-storemenu .clients-ic{
    display: none;
} */

#access-denied{
    text-align: center;
    line-height: 80px;
}

span.setting>.nav>li>a .caret {
    visibility: hidden;
}

section .block-gear-menu {
    float: right;
    margin-right: 10px;
}

.right-header .region-right-header #block-gearmenublock {
    float: right;
    margin: 0px;
    margin-left: -9px;
}

#block-gearmenublock .icons-wrapper>span.bell img {
    height: 22px;
    width: 22px;
}

#block-gearmenublock .icons-wrapper {
    display: flex;
    position: relative;
    height: 38px;
    align-items: center;
}

#block-gearmenublock .icons-wrapper .bell {
    top: 2px;
    position: relative;
    margin-left: 32px;
}

#block-gearmenublock .icons-wrapper .setting {
    position: relative;
    top: 0;
    margin-left: 33px;
}

#block-gearmenublock .icons-wrapper .setting ul {
    margin: 0;
}

#block-gearmenublock .icons-wrapper .setting .dropdown-toggle::after {
    display: none;
}

#block-gearmenublock .icons-wrapper a#pop {
    /* display: inline-block; */
    position: absolute;
    left: 26px;
    top: 2px;
}

.icons-wrapper .count-unread {
    position: absolute;
    top: 0;
    left: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px!important;
    line-height: 1;
    color: #FFF!important;
    border-radius: 50%;
    height: 17px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    margin-top: 0;
    font-weight: bold;
    background: #00CE7C;
    width: 17px;
    font-family: GothamHTF-Light, Sans-serif;
}

.icons-wrapper>a .notif-click {
    width: 36px;
    height: 31px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

#block-gearmenublock .icons-wrapper .setting .notification-popup {
    display: none;
}

.login-sso-heading h1{
    background: #616365;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
    font-weight: bold;
    font-family: 'GothamHTF-Book';
}
.login-sso-content{
    padding: 24px;
    text-align: center;
}
.corporate-login{
    text-transform: capitalize;
    font-family: 'GothamHTF-Book';
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.sso-login-submit{
    margin-bottom: 6px;
}
.sso-login-submit .btn-primary{
    font-weight: bold;
    font-family: 'GothamHTF-Book';
}
.sso-login-submit .btn-primary:hover{
    color: #fff;
}
.enter-id{
    display: flex;
    justify-content: flex-end;
}
.enter-id a,
.enter-id a:focus{
    width: 85px;
    border: none;
    padding: 6px 0 4px;
    background: transparent;
    font-size: 14px;
    font-family: 'GothamHTF-Book';
    border-bottom: 1px solid #808080!important;
}

html[lang="fr"] .enter-id a,
html[lang="fr"] .enter-id a:focus{
    width: 160px;
}