/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    /* Set the fixed height of the footer here */
    height: 50px;
    font-size: 10px;
    background-color: rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(0, 0, 0, .1);
    align-items: center;
}

main {
    margin-bottom: 150px;
}

footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-bottom: solid 5px #446e9b;
    border-top: solid 1px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .75);
    padding: 15px 0px;
    margin-top: 14px;
    font-size: 12px;
    overflow: hidden;
    z-index: 999;
}

footer a {
    color: #212529;
    -webkit-transition: linear .15s all;
    -o-transition: linear .15s all;
    transition: linear .15s all;
}

footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}

footer .links {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    z-index: 999;
    padding: 16px 0;
}

footer .links ul {
    float: right;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .links ul>li {
    float: left;
    padding: 0 7px;
    border-left: 2px solid #999999;
}

footer .links ul>li:first-child {
    border: none;
}

footer .firma {
    border-top: 1px solid #999999;
    border-bottom: 0px solid #999999;
}

.version {
    text-align: center;
    padding-top: 16px;
}

@media(min-width:992px) {
    main {
        margin-bottom: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        font-size: 10px;
    }
    main {
        margin-bottom: 150px !important;
    }
}

@media (max-width: 767px) {
    main {
        margin-bottom: 250px !important;
    }
    footer {
        padding-bottom: 90px;
    }
    footer .links {
        width: 100%;
        padding: 0px;
    }
    footer .links ul {
        width: 100%;
        margin: 2px;
        padding: 2px;
    }
    footer .links ul>li {
        padding: 2px;
        border-left: 2px solid #999999 !important;
        margin: 2px;
        width: 45%
    }
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */


/*
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
*/