/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color:#4e5d6c;
    color:#ebebeb;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

footer>.container {
    width: auto;
    max-width: 680px;
    padding: 20px 15px;
}
.container .text-muted {
    float: left;
}

.admin-panel {
    padding-left: 100px;
    float: left;
    color: #777;
}

.admin-panel:hover, .admin-panel:focus {
    color: #333;
    text-decoration: none;
}