body {
    /* margin-top:120px; */
    background-color: #f4f4f4;
}

#wrapper {
    min-height: 90%;
    display: flex;
    flex-direction: column;
}

#intro {
    padding-top:10px; 
    padding-bottom:50px;
    line-height:30px;
}

.login_wrap {
    padding-top: 100px;
}


.navbar {
    background-color: #ACACAC;
    border: 0px solid;
    border-bottom: 5px solid #C00;
}

.navbar-brand {
    padding:0px;
}

.icon-bar {
    background-color: #fff;
}

.banner {
    background-color: #036;
    padding-bottom: 15px;
}

.logo_container {
    padding-top:30px;
}

.logo_container1 {
    padding-top:40px;
    text-align: right;
}

.nav .navbar-nav a {
    color: #036;
}

a {
    color: #036;
    text-decoration: none;   
}

#footer a {
    color:#fff;
}

#footer {
    border-top: 5px solid #C00;
    color:#fff;
}

#repo_asset {
    text-align: center;
    padding:10px;
}

.display_image {
    width:90px;
    height:90px;
}

.application-title{
    font-size: 30px;
    color:#fff;
}

.application-title a{
    color:#fff;
    text-decoration: none;
}

.application-version{
    font-size: 12px;
    color:#fff;
}

.logout {
    float:right;
}

.hp-item {
    padding:10px;
    font-size:20px;
}

.total {
    clear:both;
    text-align:center; 
    padding-top:30px; 
    padding-bottom:30px; 
    font-weight: bold; 
    color:#036;
    float:right;
}

.centered-text {
    text-align: center;
}

.hp-content {
   padding-top:30px; 
}

.search-section{
    text-align: center;
}


.block-guest {
   text-align:center;  
}
.block-guest-icon {
    color:#036;
}

.block-pbsc {
   text-align:center;    
}

.block-event-list {
   color:#cc0000;
}

.block-attendee {
   color:#5cb85c;
}


.block-infraction {
    text-align:center;
}
.block-infraction-icon {
    color:#ffae42;
}

.footer-content {
    padding-top:22px; 
    text-align:center;
}


h1, .h1 {
    font-size: 30px;
    font-weight: bold;
    color: #c00;
}

.tile {
    background-color: #FAFAFA; 
    padding : 10px;
    font-weight: bold;
}

#title {
    color: #003366; 
    font-size:30px;
    font-weight: bold;
}

#os {
    width: 200px;
}