@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

body {
  padding-top: 90px;
}

.navbar-brand {
  padding: 0 0 0 auto;
  margin: -15px 0 0 auto;
}

.actions {
  text-align: right;
}

#profiles h3 {
  margin-top: 0px !important;
}

#filter_group.sticky {
  background: #fff;
  border: 1px solid #dddddd;
  bottom: 0;
  padding: 1rem;
  position: fixed;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #filter_group.sticky {
    margin-left: -1.7rem;
    padding: 1rem .5rem;
  }
}

.ui-sortable-helper {
  display: table;
}

form.button_to {
  display: inline-block;
}
