﻿#pnlHeader {
    border-bottom: 1px solid #e2e2e3;
    height: 130px;
    padding-top: 10px;
}

    #pnlHeader div {
    }

        #pnlHeader div div {
        }

            #pnlHeader div div img {
                padding-top: 10px;
                height: 100px;
            }

#pnlContentFull {
    background-color: #e2e2e3;    
}

#pnlContent {
    background-color: #ffffff;
    border-left: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    min-height: 480px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#pnlContentButtons {
    background-color: #ffffff;
    border-left: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    padding-bottom: 10px;
    padding-top: 10px;
}

#pnlFooter {
    padding-top: 10px;
}

    #pnlFooter div {
    }


    #pnlFooter a:link, #pnlFooter a:visited {
        color: #ffffff;
        text-decoration: underline;
    }

    #pnlFooter div div img {
        border: 0px;
        padding: 15px;
    }

.DivFdic {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 30px;
    background-color: #FFFFFF;
    z-index: 9999;
}

.ImgCoccFdic {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 37.36px;
    height: 15.74px;
}

.ImgCoccFdic > img {
    vertical-align: top;
    }

.TextFdic {
    color: #000000;
    font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12.8px;
    line-height: 1;
    visibility: visible;
}