html, body {
    margin:0;
    padding:0;
    height:100%;
}

.navbar-brand-line{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    display: block;
    line-height: 100%;
    text-align: left;
}

.navbar-brand-single{
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.page{
    min-height: 100%;
    overflow: auto;
    position: relative;
}

.content{
    padding-bottom:60px;   /* Height of the footer */
    text-align: left;
}

ul.nav-stacked{
    text-align: center;
    background-color: #f3f3f3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.loading-progress-bar{
    background: url('./images/notification_load.gif') no-repeat center;
}

footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background:#333;
    color: #eee;
}

.footer-row{
    margin-top: 15px;
    padding: 4px;
}