body {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    /*background: #eeeeee;*/
    margin: 0;
}

.ednVisuPnl
{
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid;
    display: table;
}
.ednUnsubValid {
    background-image: url(../images/eTrackValid.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-bottom: 100px;
}
.ednUnsubClient
{
    color: #696969;
}

.dotHr
{
    border-bottom: 1px dashed #686868;
}
.btmText
{
    font-style:italic;
    color: #696969;
}
.ednUnsubClient div
{
    margin-top: 15px;
    padding: 10px;
    background: #eeeeee;
    border: 1px solid #000;
    color: #696969;
    font-weight: bold;
}

.ednErrPnl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background:   
        url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left top no-repeat, 
        url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 99% 8px no-repeat, 
        url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 98% 31px no-repeat;*/
    background: url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left top no-repeat;
    height: 100vh;
}

.ednUnsubPnl
{
    border: #696969 1px solid;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    
    background-color: #fff;
    
}

.ednUnsubTitle
{
    background-repeat:no-repeat;
    background-position:5px center;
    background-image:url(../images/eTrackMail.png);
    height: 50px;
    line-height: 70px;
    text-align: left;
    font-weight: bold;
    font-size: 18pt;
    color: #636363;
    text-indent: 75px;
}

.ednUnsubMail
{
    font-weight: bold;
    color: #bb1515;
}

.ednUnsubCat
{
    font-weight: bold;
}

.ednUnsubClient p
{
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.ednUnsubChoice p
{
    /* margin: 0px; */
}

.ednUnsubLang
{
    text-align:right;
}

p.ednUnsubRad
{
    margin-left: 20px;
}

p.ednUnsubAllRad
{
    margin-top: 15px;
}

.button-green-edn
{
    height: 22px;
    font-family: verdana;
    color: white;
    font-weight: bold;
    font-size: 9pt;
    cursor: pointer;
    display: table;
    margin: 16px auto;
}

    .button-green-edn:hover .button-green-edn-left
    {
        background-image: url(../images/ui/buttons/bouton-vert_hover_left.png);
    }

    .button-green-edn:hover .button-green-edn-right
    {
        background-image: url(../images/ui/buttons/bouton-vert_hover_right.png);
    }

    .button-green-edn:hover .button-green-edn-mid
    {
        background-image: url(../images/ui/buttons/bouton-vert_hover_mid.png);
    }

.button-green-edn-left
{
    height: 22px;
    width: 2px;
    background-image: url(../images/ui/buttons/bouton-vert_left.png);
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
}

.button-green-edn-mid
{
    line-height: 22px;
    background-image: url(../images/ui/buttons/bouton-vert_mid.png);
    float: left;
    text-align: center;
    min-width: 79px;
    vertical-align: middle;
    height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.button-green-edn-right
{
    height: 22px;
    width: 2px;
    background-image: url(../images/ui/buttons/bouton-vert_right.png);
    float: left;
    background-repeat: no-repeat;
    display: inline-block;
}


.pageContent {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 530px;
    gap: 24px;
    padding-top: 193px;
}

.genericErrorTitle {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000000;
    display: block;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}

.ednErrPnl hr {
    height: 1px;
    background-color: #CCCCCC;
    border: none;
    margin: 0px;

}

.genericErrorMsg,
.errorCode {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 19.2px;
}

img.imgPnl {
    margin: 0 auto;
    align-items: center;
    display: flex;
    width: 350px;
}

/* tablet device - orientation: portrait */
@media screen and (max-width: 1100px) and (orientation: portrait) {

    .ednErrPnl {
        /* background: 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left bottom no-repeat, 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 99% 8px no-repeat, 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 97% 31px no-repeat;*/
        background: url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left bottom no-repeat;
    }

    .pageContent {
        padding-top: 244px;
    }

}

/* tablet device - orientation: portrait */
@media screen and (max-width: 1300px) and (orientation: landscape) {

    .ednErrPnl {
        /* background: 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left bottom no-repeat, 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 99% 8px no-repeat, 
            url(../../../IRISBlack/Front/Assets/Imgs/Background404-1.svg) 97% 31px no-repeat;*/
        background: url(../../../IRISBlack/Front/Assets/Imgs/Background404.svg) left bottom no-repeat;
    }

    .pageContent {
        padding-top: 144px;
    }
}

/* mobile device - orientation: portrait */
@media screen and (max-width: 724px) and (orientation: portrait) {

    .ednErrPnl {
        background: none;
    }

    .pageContent {
        padding-top: 40px;
        width: 310px;
        gap: 14px;
    }

    .genericErrorTitle {
        font-size: 20px;
        line-height: 24px;
    }

    .genericErrorMsg,
    .errorCode {
        font-size: 14px;
        line-height: 16.8px;
    }

    img.imgPnl {
        width: 310px;
        padding-bottom: 20px;
    }
}

/* mobile device - orientation: landscape */
@media screen and (max-width: 950px) and (orientation: landscape) {

    .ednErrPnl {
        background: none;
    }

    .pageContent {
        padding-top: 40px;
        width: 310px;
        gap: 14px;
    }

    .genericErrorTitle {
        font-size: 20px;
        line-height: 24px;
    }

    .errorMsg404,
    .errorCode {
        font-size: 14px;
        line-height: 16.8px;
    }

    img.imgPnl {
        width: 210px;
        padding-bottom: 20px;
    }
}