body{
    background: #e5e5e5;
}

.message-box {
    position: fixed;
    height: 200px;
    bottom: 0;
    width: 98%;
}
table td.centers, table th.centers
{
	text-align:center;
}
.navbar{
    min-height: 33px !important;
    margin-bottom: 0;
    border-radius: 0;
}

/* Header */
#header{
    background: #e5e5e5 !important;
    color: Gray ;
    margin-bottom: 15px;
	margin-top: 2px;
}
#header .card{
    background: #e5e5e5
}

.btn-primary, .list-group-item.active{
    background: #042f42;
}

.btn-primary:hover{
    background: #053e57;
}

#header h1{
    color:#F4F4F4;
}

#header .create{
padding-top: 40px;
}

.dash-box{
    text-align: center;
}

.main-color-bg{
	background-color: #5e889e !important;
}


#footer{
background: #333;
color: #FFF;
text-align: center;
padding: 30px;
margin-top: 30px;
}

#login{
    margin-top:30px;
}

  