/* line 2, app/assets/stylesheets/pagination.css.scss */
.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0em;
  cursor: default;
}

/* line 8, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a, .apple_pagination span {
  padding: 0.6em 0.6em;
}

/* line 10, app/assets/stylesheets/pagination.css.scss */
.apple_pagination .disabled {
  color: #aaaaaa;
}

/* line 12, app/assets/stylesheets/pagination.css.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.2em;
  height: 1em;
  line-height: 1.2;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

/* line 24, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a {
  text-decoration: none;
  color: black;
}

/* line 27, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a:hover {
  color: white;
}

/* line 34, app/assets/stylesheets/pagination.css.scss */
.button {
  display: inline-block;
  white-space: nowrap;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eee, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
  border: 1px solid #777;
  padding: 0 1.5em;
  margin: 0.5em;
  font: bold 1em/2em Arial, Helvetica;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* line 61, app/assets/stylesheets/pagination.css.scss */
.button:hover {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
  background-image: -moz-linear-gradient(top, #fafafa, #ddd);
  background-image: -ms-linear-gradient(top, #fafafa, #ddd);
  background-image: -o-linear-gradient(top, #fafafa, #ddd);
  background-image: linear-gradient(top, #fafafa, #ddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

/* line 73, app/assets/stylesheets/pagination.css.scss */
.button:active {
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  top: 1px;
}

/* line 82, app/assets/stylesheets/pagination.css.scss */
.button:focus {
  outline: 0;
  background: #fafafa;
}

/* line 88, app/assets/stylesheets/pagination.css.scss */
.button:before {
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  float: left;
  width: 1em;
  text-align: center;
  font-size: 1.5em;
  margin: 0 1em 0 -1em;
  padding: 0 .2em;
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: .15em 0 0 .15em;
  -webkit-border-radius: .15em 0 0 .15em;
  border-radius: .15em 0 0 .15em;
  pointer-events: none;
}

/* Hexadecimal entities for the icons */
/* line 109, app/assets/stylesheets/pagination.css.scss */
.add:before {
  content: "\271A";
}

/* line 114, app/assets/stylesheets/pagination.css.scss */
.edit:before {
  content: "\270E";
}

/* line 119, app/assets/stylesheets/pagination.css.scss */
.delete:before {
  content: "\2718";
}

/* line 124, app/assets/stylesheets/pagination.css.scss */
.save:before {
  content: "\2714";
}

/* line 129, app/assets/stylesheets/pagination.css.scss */
.email:before {
  content: "\2709";
}

/* line 134, app/assets/stylesheets/pagination.css.scss */
.like:before {
  content: "\2764";
}

/* line 139, app/assets/stylesheets/pagination.css.scss */
.next:before {
  content: "\279C";
}

/* line 144, app/assets/stylesheets/pagination.css.scss */
.star:before {
  content: "\2605";
}

/* line 149, app/assets/stylesheets/pagination.css.scss */
.spark:before {
  content: "\2737";
}

/* line 154, app/assets/stylesheets/pagination.css.scss */
.play:before {
  content: "\25B6";
}
