#divMainFooter{
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
}
#divMainFooter .spanFooterCopyright{
    color : white;
}
body.NGKbusi #divMainFooter .container-fluid{
    height: 100%;
    background-color: #ed1c24;
}
body.Niterra #divMainFooter .container-fluid{
    height: 100%;
    background-color: #007b85;
}
#divMainFooter .container-fluid #spanFooterMessage{
    margin: 0;
    font-size: 1.2em;
    font-family: OpenSansExtraBold;
    color : white;
}
#divMainFooter .container-fluid .spanFooterCopyright a{
    color : white;
}
#divMainFooter .spanFooterCopyright h3{
    font-size: 1.50em;
}
#divMainFooter .container-fluid .spanFooterCopyright h3:hover{
    opacity: .7;
}
#divMainFooter .privacyPolicy{
    text-decoration: none;
    color : white;
}
#divMainFooter .privacyPolicy:hover{
    opacity: .7;
}
@media (max-width: 575.98px) {
    #divMainFooter{
        height: 45px;
    }
    #divMainFooter .spanFooterCopyright h3{
        font-size: 1.50em;
    }
}
