/* 















 configuration.ftl included */

#foot {
    background-color: #fff;
    position:relative;
    -webkit-box-shadow: #ccc 0px 2px 5px;
    -moz-box-shadow: #ccc 0px 2px 5px;
    box-shadow: #ccc 0px 2px 5px;
    overflow: hidden;
    behavior: url('/ips-opdata/layout/ips01/commons/styles/PIE.htc');
    margin-bottom:30px;
    border: 0px solid #e4e4e4;
    border-radius: 0px;
}

@media print {
  #foot {
    display: none;
  }
}

#foot footer {
    box-shadow: inset 0 65px 60px -60px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
}

#foot ul li h3 {
    color: #71797F;
}

#foot ul li a {
    color: #71797F;
}

#foot .simpleFooter {
    padding: 15px 0;
    box-shadow: none;
    position: relative;
}

.simpleFooter img {
    margin: 0 8px;
}

.simpleFooter img {
    display: inline-block;
    vertical-align: middle;
}

.simpleFooterLinks {
    width: 100%;
    text-align: center;
    margin: auto;
}

.simpleFooterLinks li {
    display: inline-block;
    margin: 0 0;
    border-right: 1px solid #71797F;
    padding: 0 10px;
}

.simpleFooterLinks li:last-child {
    border-right: none;
}

#foot a:hover {
    color: #3b4044;
}

#foot #footerLogo {
    display: block;
    background-repeat: no-repeat;
    float: left;
    margin: 14px 25px
}

