.afn-navbar-top {
    background: #004f89;
}

.administration-tab {
    padding: 25px 0 0 0;
}

#footer {
    background: #004f89;
    padding-top: 10px;
    padding-bottom: 10px;    
}
.positionInitial {
    position:initial !important
}

@media screen and (max-width: 768px) {
    #footer {
        background: #004f89;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .footer-text {
        color: white;
        font-size: 11px;
        padding-right: 35px;
    }
}

.footer-text {
    color: white;
}



@media screen and (max-width: 380px) {
    #footer {
        background: #004f89;
        padding-top: 10px;
    }

    .footer-text {
    display:none
    }
}
