body {
	padding-top: 50px;
  	padding-bottom: 0px;
	margin-bottom: 60px;
	background-color:#eee;
}
.
theme-dropdown .dropdown-menu {
  	position: static;
  	display: block;
  	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  	margin: 5px 0;
}

.theme-showcase .navbar .container {
  	width: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #222;
  z-index: 999;
}

.container {
	background-color:#fff;
}

.container .text-muted {
  margin: 20px 0;
  color:#fff;
  text-align: center;
}

.footer .container {
	background-color:#222;
}

.navbar-fixed-top { z-index: 500; }
.ui-datepicker-div { z-index: 599; }
