
.itemsso-menu
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.itemsso-worldmap
{
    cursor: pointer;
    font-size: 23px;
}

.itemsso-worldmap:hover
{
    color: #0582A8;
}

.itemsso-header,
.itemsso-right-header
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.itemsso-header
{
    justify-content: space-between;
}

.itemsso-close
{
    position: relative;
    width: 23px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.itemsso-close:hover
{
    background-color: lightgray;
}

.itemsso-close.itemsso-show
{
    display: block;
}

.itemsso-close::before,
.itemsso-close::after
{
    left: 11px;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: black;
    content: '';
    transform: rotate(-45deg);
}

.itemsso-close::after
{
    transform: rotate(45deg);
}

.itemsso-header > .site-logo,
.itemsso-right-header > .site-trademark
{
    margin-top: 0;
}

.itemsso-login-box
{
    align-self: stretch;
    position: relative;
}

.itemsso-inner-box
{
    font-size: 20px;
    height: 100%;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    align-items: center;
}

.itemsso-glyph-box
{
    padding: 0 20px;
}

.itemsso-link-box
{
    display: none;
    background-color: white;
    border: 1px solid lightgray;
}

.itemsso-inner-box:hover + .itemsso-link-box, .itemsso-link-box:hover
{
    top: calc(100% - 1px);
    right: 0;
    position: absolute;
    display: block;
    padding: 10px;
}

.itemsso-login-box-login,
.itemsso-login-box-sso,
.itemsso-link-box > *
{
    text-decoration: none;
    display: block;
}


.itemsso-link-box > h2
{
    margin: 0;
    padding: 0 0 5px 0;
}

.itemsso-link-box > h5
{
    margin: 0;
    padding: 5px 0;
}

.itemsso-spinner
{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
}

.itemsso-legacy-login-form input
{
    width: 150px;
}

#itemsso-legacy-password
{
    margin-bottom: 10px;
}
