﻿html {
}

body {
}

.navbar-fixed-top.lower {
    top: 50px;
}

p.navbar-text {
    display: inline;
}

.toolbar-spacer {
    height: 50px;
    line-height: 50px;
}

#header h1 {
    position: fixed;
    top: 7px;
    left: 50%;
    z-index: 1031;
    width: 500px;
    text-align: center;
    margin: 0 0 0 -185px;
}

#header h3 {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 10000;
    width: 350px;
    text-align: center;
    margin: 0 0 0 -125px;
}

#header .navbar-fixed-top.lower h3 {
    top: 60px;
}

#body {
    margin-bottom: 4em;
    padding: 4em 0;
}

#alerts {
    position: fixed;
    top: 1em;

    z-index: 1000000;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4em;
    z-index: 1000;
    border: 1px solid;
}
    footer.upper {
        bottom: 4em;
    }
    footer .copy {
        text-align: center;
        margin: 0 auto;
    }
    footer.lower .row > div:last-child {
        text-align: right;
    }
    
.panel-body.tile {
    height: 335px;
    overflow-y: auto;
}

.panel-center .form-group-row {
    text-align: center;
}
    .panel-center .form-group-row input {
        text-align: center;
    }
.panel-center .row {
    text-align: center;
}

.rel-group {
    position: relative;
}

.indent {
    padding-left: 50px;
}

.float-right {
    float: right;
}
.prealert {
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
    border-width: 0;
    padding: 0px;
    font-family: inherit;
    margin: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
}