/* line 2, ../sass/_sortable.sass */
table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 6, ../sass/_sortable.sass */
table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}
/* line 10, ../sass/_sortable.sass */
table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}
/* line 14, ../sass/_sortable.sass */
table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}
/* line 26, ../sass/_sortable.sass */
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
/* line 40, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}
/* line 43, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="descending"]:after {
  border-top-color: inherit;
  margin-top: 8px;
}
/* line 47, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

/* line 6, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder {
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: black;
  background: white;
  border: 1px solid #cfcfcf;
}
/* line 14, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th, table[data-sortable].sortable-theme-finder td {
  padding: 2px 8px;
}
/* line 17, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder thead th {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f6f6f6), color-stop(50%, #f0f0f0), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
  background-image: linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
  background-color: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}
/* line 23, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder tbody > tr:nth-child(odd) > td {
  background-color: #f3f6fa;
}
/* line 28, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th:after {
  border-width: 4px;
  margin-right: 0;
}
/* line 32, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th[data-sorted="true"] {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c5e2f6), color-stop(50%, #80c1f0), color-stop(100%, #b8e7f5));
  background-image: -webkit-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
  background-image: -moz-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
  background-image: -o-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
  background-image: linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
  -webkit-background-size: 28px 100%;
  -moz-background-size: 28px 100%;
  -o-background-size: 28px 100%;
  background-size: 28px 100%;
  -webkit-box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
  -moz-box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
  box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
  border-bottom-color: #7eb3d3;
  background-color: #78c0f0;
}
/* line 39, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th[data-sorted="true"]:first-child {
  -webkit-box-shadow: inset -1px 0 #7eb3d3;
  -moz-box-shadow: inset -1px 0 #7eb3d3;
  box-shadow: inset -1px 0 #7eb3d3;
}
/* line 42, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th[data-sorted="true"]:last-child {
  -webkit-box-shadow: inset 1px 0 #7eb3d3;
  -moz-box-shadow: inset 1px 0 #7eb3d3;
  box-shadow: inset 1px 0 #7eb3d3;
}
/* line 45, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th[data-sorted="true"][data-sorted-direction="descending"]:after {
  border-top-color: #548ec0;
  margin-top: 6px;
}
/* line 49, ../sass/sortable-theme-finder.sass */
table[data-sortable].sortable-theme-finder th[data-sorted="true"][data-sorted-direction="ascending"]:after {
  border-bottom-color: #548ec0;
  margin-top: 2px;
}