html {
    position: relative;
    min-height: 100%;
}
body {
    /* Отступ снизу, по высоте футера */
    margin-bottom: 80px !important;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Фиксированная высота футера */
    height: 80px;
    background-color: #f5f5f5;
}


.copyright {
    margin-top: 15px;
}

.button_admin {
    margin-top: 10px;
    color:black;
}

.header {
    background: #337ab7;
    min-height: 70px;
    color: #fff;
}

.linkheader {
    cursor:pointer;
}

.left-sidebar {
    font-size: 12px !important;
}

.btn-primary {
    background-color: #3097d1;
}