html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    position: relative;
}

#header {

}

#body {
    padding: 10px;
    padding-bottom: 60px; /* Height of the footer */
}

.footer {
    width: 100%;
    left: 0;
    bottom: 0;
}

.install {
    text-align: center;
    vertical-align: middle;
}

.install-content {
    padding-top: 15%;
}

.loginbutton {
    position: absolute;
    left: 47%;
    padding-top: 10px;
}

.table .table-settings {
    background-color: #F7F7F7 !important;
}

.spacer {
    padding-right: 20px;
}

#progressbar {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 30px;
}

#bar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: green;
}

#label {
    text-align: center;
    line-height: 30px;
    color: white;
}

.installdetails {
    padding-top: 20%;
    padding-bottom: 50px;
}

.logo {
    margin-bottom: 50px;
}

.settings {
    padding-top: 8%;
}

.table .admin > thead > tr > th,
.table .admin > tbody > tr > th,
.table .admin > tfoot > tr > th,
.table .admin > thead > tr > td,
.table .admin > tbody > tr > td,
.table .admin > tfoot > tr > td {
    background-color: #F7F7F7;
}

.navbar {
    padding: 3px 10px 2px 40px;
    color: white;
}

.navbar-default .navbar-brand {
    color: #990000;
}

.navbar-default .navbar-brand:hover {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #990000;
    border-bottom: 4px solid #990000;
}

.navbar-right .navbar-nav > li > a:hover {;
    border-bottom: 0;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    line-height: 20px;
}

.badge {
    background-color: #990000;
}

.navbar-right:hover {
    border: 0;
}

.btn-primary {
    background-color: #990000;
    border-color: black;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.btn-primary:hover {
    color: #990000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.dropdown-menu {
    width: 250px;
    background-color: #292c2f;
}

.dropdown-menu > li > a {
    padding-left: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.dropdown-menu > li > a:hover {
    color: white;
    background-color: #990000;
}