body, html {
    height: 100%;
}

body {
    overflow-y: scroll;
}

.bg {
    height: 100%;
    background: url("/images/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;

    /* Full height */
    height: 100%;
}

.container-content {
    padding-top: 70px;
}

.row-toolbar {
    margin-bottom: 10px;
}

.row-paging {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

hr { margin: 0; margin-top: 10px; margin-bottom: 15px; }

footer { margin-top: 5rem; }

table.table { margin-bottom: 10px; }
table.table-bordered { border-top-color: #d9230f; border-width: 2px; }
table.table-small tbody { font-size: 12px; line-height: 12px; }
table.table-small tbody tr td { padding: 3px; }
table.table-header { border: 0; margin: 5px 0 5px 0; }
table.table-header tr td { border: 0; padding: 5px 0 5px 0; vertical-align: middle; }

table.table-unstyled > thead > tr > th,
table.table-unstyled > tbody > tr > th,
table.table-unstyled > tfoot > tr > th,
table.table-unstyled > thead > tr > td,
table.table-unstyled > tbody > tr > td,
table.table-unstyled > tfoot > tr > td { border-top: none; }




.tab-content > .tab-pane { padding-top: 20px; }

.alert-sm { padding: 10px; font-size: 80%; }
