﻿
/* dolFooter.css */
footer.foot {
    padding-top: 20px
}

    footer.foot p {
        margin: 0;
    }

#FootBox {
    margin-top: auto;
    height: 96px;
    background-color: #0E5695;
    display: flex;
    justify-content: flex-start;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
}

#footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #fff;
    background-color: #0E5695;
    height: 96px;
    width: 1020px;
    margin: 0 0 0 10%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.dash {
    padding-left: 6px;
    padding-right: 4px;
}

#FootBox a, #FootBox a:active, #FootBox a:visited, #FootBox a:hover {
    color: #fff;
}

#imgAccessWa {
    width: 105px;
    background-color: #0E5695;
    padding: 5px;
    border-radius: 4%;
}

#lockLeft {
    background: #0E5695 url('../images/lock.png') no-repeat;
    display: inline-block;
    text-indent: -5000px;
    text-decoration: none;
    height: 21px;
    width: 21px;
    float: left;
    margin: 42px 0 0 10px;
}
