@charset "UTF-8";


.inline-icon
{
    display: inline-block;
    vertical-align: -14px;
    width: 36px;
    height: 36px;
    background-size: 36px;
}

.icon-info
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/info-icon@2x.png.xhtml") !important;
    background-size: 20px 20px;
    vertical-align: -4px;
}

.icon-info-grey
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/info-icon-grey@2x.png.xhtml") !important;
    background-size: 20px 20px;
    vertical-align: -4px;
}

.icon-sphere
{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 500%;
    position: relative !important;
    display: inline-block !important;
    margin: 5%;
}

.inline-content-header-icon
{
    display: inline-block;
    width: 45px;
    height: 70px;
    background-size: 45px 70px;
}

.icon-home
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/home-icon-default@2x.png.xhtml") !important;
}

.icon-telefon
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/telefon-icon-default@2x.png.xhtml") !important;
}

.icon-email
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/e-mail-icon-default@2x.png.xhtml") !important;
}

.icon-stoerung
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/stoerung-icon-default@2x.png.xhtml") !important;
}

.icon-login
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/login-icon-default@2x.png.xhtml") !important;
}

.icon-logout
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/logout-icon@2x.png.xhtml") !important;
}

.icon-account
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/header/account-icon-default@2x.png.xhtml") !important;
}


.icon-door
{
    background-image: url("/auth-portal/jakarta.faces.resource/easy-login/images/icons/content-header/door-icon-default.svg.xhtml") !important;
}

