div.login {
	background-color:#AAFFFA;
}
div.create_user {
	background-color:#FFAAEE;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.create_user_form input {
	margin-top: 4px;
}

.half_padding {
	height: 10px;
}
.padding {
	height: 20px;
}
.double_padding {
	height: 40px;
}

.navbar-brand {
	color: #FFF !important;
}

.navbar {
	background-color: #1e4d7c;
}

.navbar-text a, .navbar-text a:visited {
  color: rgba(255,255,255,.5);
}
.navbar-text a:hover {
  text-decoration: none;
  color: #FFF;
}

.container-fluid {
	background-color: #CCC;
}

.half_card {
  width: 35%;
}

.status img {
  margin-top:5px;
  height: 42px;
  width: 42px;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  background-color: #CCC;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}