/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

body.auth {
    padding-top: 0;
}
/*
 * 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;
}
.panel-footer .pagination {
  padding: 0;
  margin: 0;
}
/*
 * Sidebar
 */

/
.twitter_followers .count, .twitter_followers .label {
  display: inline-block;
  min-width: 50px;
  text-align: center;
}
.twitter_followers .label {
  font-size: 100%;
  min-width: 40px;
}

/*
 * Main content
 */





@media (min-width: 768px) {
  .logoBox {
    width: 45px;
    height: 45px;
    display: inline-block;
  }
  .logoBox img, .page-header img {
    border-radius: 10px;
  }
}

.table th, .table td {
  vertical-align: middle;
}

.nav-item.has-treeview.menu-open {
  background: #555;
    border-radius: 3px;
}
.col.pull-right .pagination {
  justify-content: flex-end!important;
}

#feed_content img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      max-width: 75%;
  }
}
