/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px; }

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0; }

/*
 * Main content
 */
.main {
  padding: 20px; }
  @media (min-width: 768px) {
    .main {
      padding-right: 40px;
      padding-left: 40px; } }
  .main .page-header {
    margin-top: 0; }

/*
 * Placeholder dashboard ideas
 */
.dashboarditems {
  margin-bottom: 30px;
  text-align: center; }
  .dashboarditems h4 {
    margin-bottom: 0; }

.dashboarditem {
  margin-bottom: 20px; }
  .dashboarditem a {
    text-decoration: none;
    color: inherit; }
  .dashboarditem img {
    display: inline-block;
    border-radius: 50%; }
  .dashboarditem span.glyphicon {
    display: inline-block;
    line-height: 150px;
    font-size: 6em;
    color: #ffffff;
    border-radius: 50%;
    background: #adadad;
    width: 150px;
    height: 150px;
    text-align: center; }

.btn-admin {
  margin-top: 10px;
  min-width: 150px; }
