/* =============================================================================
   Collection of Misc. Mixins
   ========================================================================== */
.background-clip {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.admin-toolbar {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.admin-toolbar a {
  text-decoration: none;
}
.admin-toolbar-group {
  float: left;
  margin-right: 10px;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f4f4f4 0%, #f2f2f2 4%, #ededed 7%, #eaeaea 54%, #e5e5e5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(4%, #f2f2f2), color-stop(7%, #ededed), color-stop(54%, #eaeaea), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f4f4 0%, #f2f2f2 4%, #ededed 7%, #eaeaea 54%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f4f4 0%, #f2f2f2 4%, #ededed 7%, #eaeaea 54%, #e5e5e5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f4f4 0%, #f2f2f2 4%, #ededed 7%, #eaeaea 54%, #e5e5e5 100%);
  /* IE10+ */

  background: linear-gradient(top, #f4f4f4 0%, #f2f2f2 4%, #ededed 7%, #eaeaea 54%, #e5e5e5 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */

}
