@charset "UTF-8";

.repeater .infinitescroll .infinitescroll-end {
  clear: both;
  font-style: italic;
  padding: 6px;
  text-align: center;
}
.repeater .infinitescroll .infinitescroll-load {
  clear: both;
  padding: 6px;
}
.repeater .infinitescroll .infinitescroll-load button {
  padding: 5px 12px;
  width: 100%;
}
.repeater .infinitescroll .infinitescroll-load .loader {
  font-size: 32px;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.repeater .loader {
  position: absolute;
  left : 0px;
  top : 0px;
  height : 100%;
  width : 100%;
}
.repeater .loader .throb {
  height: 64px;
  font-size: 64px;
  position: relative;
  width: 64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgd2lkdGg9IjU0cHgiIGhlaWdodD0iNTRweCIgdmlld0JveD0iNSA1IDU0IDU0IiBpZD0ibG9hZGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDUuMDAwMDAwKSIgZmlsbD0iIzE1ODllZSI+PGcgaWQ9InNwaW5uZXItbWVkaXVtIj48ZyBpZD0iT3ZhbC0zNSI+PGNpcmNsZSBpZD0iVG9wIiBjeD0iMjciIGN5PSI2IiByPSI1Ij48L2NpcmNsZT48Y2lyY2xlIGlkPSJUb3BSaWdodCIgY3g9IjQ4IiBjeT0iMTciIHI9IjUiPjwvY2lyY2xlPjxjaXJjbGUgaWQ9IkJvdHRvbVJpZ2h0IiBjeD0iNDgiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tIiBjeD0iMjciIGN5PSI0OCIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tTGVmdCIgY3g9IjYiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iVG9wTGVmdCIgY3g9IjYiIGN5PSIxNyIgcj0iNSI+PC9jaXJjbGU+PC9nPjwvZz48L2c+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI1RvcCIgcGF0aD0iTSAwIDAgViAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSIwczsgVG9wTGVmdEFuaW0uZW5kIiBpZD0iVG9wQW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJUb3BBbmltLmVuZCIgaWQ9IlRvcFJpZ2h0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjQm90dG9tUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IlRvcFJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21SaWdodEFuaW0iIC8+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI0JvdHRvbSIgcGF0aD0iTSAwIDAgViA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IkJvdHRvbVJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21BbmltIiAvPjxhbmltYXRlTW90aW9uIHhsaW5rOmhyZWY9IiNCb3R0b21MZWZ0IiBwYXRoPSJNIDAgMCBMIC01IDUgWiIgZHVyPSIuMjVzIiBiZWdpbj0iQm90dG9tQW5pbS5lbmQiIGlkPSJCb3R0b21MZWZ0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wTGVmdCIgcGF0aD0iTSAwIDAgTCAtNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJCb3R0b21MZWZ0QW5pbS5lbmQiIGlkPSJUb3BMZWZ0QW5pbSIgLz48L3N2Zz4=");
  background-size: contain;
  top:50%;
  left:50%;
}


.repeater .repeater {
  border: 1px solid #dddddd;
  border-radius: 4px;
  /*
     * reinforce spacing around control buttons
     */
}

.repeater .repeater-canvas.scrolling {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.repeater .repeater-header,
.repeater .repeater-footer {
  background: #fafafa;
  min-height: 50px;
  padding: 8px;
  *zoom: 1;
}
.repeater .repeater-header:before,
.repeater .repeater-footer:before,
.repeater .repeater-header:after,
.repeater .repeater-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.repeater .repeater-header:after,
.repeater .repeater-footer:after {
  clear: both;
}
.repeater .repeater-header-left,
.repeater .repeater-footer-left {
  float: left;
}
.repeater .repeater-header-right,
.repeater .repeater-footer-right {
  float: right;
}
@media (max-width: 625px) {
  .repeater .repeater-header-left,
  .repeater .repeater-footer-left,
  .repeater .repeater-header-right,
  .repeater .repeater-footer-right {
    float: none;
    *zoom: 1;
  }
  .repeater .repeater-header-left:before,
  .repeater .repeater-footer-left:before,
  .repeater .repeater-header-right:before,
  .repeater .repeater-footer-right:before,
  .repeater .repeater-header-left:after,
  .repeater .repeater-footer-left:after,
  .repeater .repeater-header-right:after,
  .repeater .repeater-footer-right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .repeater .repeater-header-left:after,
  .repeater .repeater-footer-left:after,
  .repeater .repeater-header-right:after,
  .repeater .repeater-footer-right:after {
    clear: both;
  }
  .repeater .repeater-header-left,
  .repeater .repeater-footer-left {
    margin-bottom: 8px;
  }
}
.repeater .repeater-header {
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.repeater .repeater-footer {
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.repeater .repeater-loader {
  display: none;
  left: 50%;
  position: absolute;
  margin: -32px 0 0 -32px;
  top: 50%;
}
.repeater .repeater-viewport {
  min-height: 80px;
  position: relative;
}
.repeater .repeater-pagination label {
  font-weight: normal;
}
.repeater .repeater-pagination .repeater-primaryPaging {
  display: none;
  vertical-align: middle;
  width: 116px;
}
.repeater .repeater-pagination .repeater-primaryPaging.active {
  display: inline-block;
}
.repeater .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
  min-width: 116px;
}
.repeater .repeater-pagination .repeater-secondaryPaging {
  display: none;
  width: 82px;
}
.repeater .repeater-pagination .repeater-secondaryPaging.active {
  display: inline-block;
}
.repeater .repeater-search {
  float: left;
  width: 200px;
}
.repeater .repeater-title {
  display: block;
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.repeater .repeater-itemization .selectlist,
.repeater .repeater-filters,
.repeater .repeater-secondaryPaging,
.repeater .repeater-primaryPaging,
.repeater .repeater-next,
.repeater .repeater-prev {
  margin: auto 0.3em;
}
.repeater.disabled .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selectable:hover td,
.repeater.disabled .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #fff;
}
.repeater.disabled .repeater-canvas .repeater-table .repeater-select-checkbox {
  cursor: not-allowed;
}
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table thead tr th.sortable,
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table thead tr th .repeater-table-heading.sortable {
  background: #fafafa;
  cursor: auto;
}
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table tbody tr.selectable:hover.selected td,
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table tbody tr.selectable.hovered.selected td {
  background: #eee;
}
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table tbody tr.selectable:hover td,
.repeater.disabled .repeater-canvas .repeater-table .repeater-table-wrapper table tbody tr.selectable.hovered td {
  background: #fff;
  cursor: auto;
}
.repeater .repeater-canvas.scrolling {
  overflow: visible;
}
.repeater .repeater-canvas.scrolling .repeater-table {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.repeater .repeater-canvas.scrolling .repeater-table-wrapper {
  height: 100%;
  overflow: auto;
}
.repeater .repeater-canvas .repeater-table {
  position: relative;
}
.repeater .repeater-canvas .repeater-table table {
  margin-bottom: 0;
  width: 100%;
}
.repeater .repeater-canvas .repeater-table table tbody td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
}
.repeater .repeater-canvas .repeater-table table tbody td:first-child {
  border-left: none;
}
.repeater .repeater-canvas .repeater-table table tbody td.sorted {
  background: #fafafa;
}
.repeater .repeater-canvas .repeater-table table tbody td.truncate {
  display: inherit;
}
.repeater .repeater-canvas .repeater-table table tbody tr:focus {
  outline: 1px dotted #dddddd;
}
.repeater .repeater-canvas .repeater-table table tbody tr.empty td {
  border-bottom: none;
  font-size: 14px;
  font-style: italic;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.repeater .repeater-canvas .repeater-table table tbody tr.selectable:hover td,
.repeater .repeater-canvas .repeater-table table tbody tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}
.repeater .repeater-canvas .repeater-table table tbody tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}
.repeater .repeater-canvas .repeater-table table tbody tr.selected td {
  background: #eeeeee;
  color: #333333;
}
.repeater .repeater-canvas .repeater-table table tbody tr.selected td:first-child {
  padding-left: 30px;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid transparent;
  border-top: none;
  color: rgba(0, 0, 0, 0);
  line-height: 1.42857;
  padding: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th:first-child {
  border-left: none;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th:first-child .header-checkbox {
  width: 37px;
  padding-left: 12px;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th:first-child .header-checkbox .checkbox-inline:before {
  top: 0;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th.sortable:hover,
.repeater .repeater-canvas .repeater-table table thead > tr > th.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}
.repeater .repeater-canvas .repeater-table table thead > tr > th.sorted span.glyphicon {
  display: block;
  visibility: hidden;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.repeater .repeater-canvas .repeater-table table thead > tr > th .actions-hidden {
  visibility: hidden;
}
.repeater .repeater-canvas .repeater-table-check {
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 0;
}
.repeater .repeater-canvas .repeater-table-check span.glyphicon {
  left: -22px;
  position: absolute;
  top: 2px;
}
.repeater .repeater-canvas .repeater-table-heading {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
  color: #333333;
  line-height: 1.42857;
  margin-left: -9px;
  padding: 8px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.repeater .repeater-canvas .repeater-table-heading.shifted {
  margin-left: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .repeater .repeater-canvas .repeater-table-heading.shifted {
    margin-left: 0;
  }
}
.repeater .repeater-canvas .repeater-table-heading.sortable:hover,
.repeater .repeater-canvas .repeater-table-heading.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}
.repeater .repeater-canvas .repeater-table-heading.sortable.sorted span.glyphicon {
  display: block;
  visibility: visible;
}
.repeater .repeater-canvas .repeater-table-heading span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.repeater .repeater-canvas.frozen-enabled {
  overflow: auto;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table-wrapper {
  overflow: visible;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table .frozen-column-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table .frozen-thead-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table .frozen-thead-wrapper table {
  border-right: 1px solid #dddddd;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table table {
  table-layout: fixed;
  word-wrap: break-word;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table table.table-frozen {
  border-right: 1px solid #dddddd;
  z-index: 2;
  background: #FFF;
  border-collapse: collapse;
  table-layout: fixed;
  float: left;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table table.table-frozen td,
.repeater .repeater-canvas.frozen-enabled .repeater-table table.table-frozen th {
  border-collapse: collapse;
  word-wrap: break-word;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table table.table-frozen .repeater-frozen-heading {
  background: #fafafa;
}
.repeater .repeater-canvas.frozen-enabled .repeater-table table.table-frozen .repeater-frozen-heading.shifted {
  left: -1px;
}
.repeater .repeater-canvas.actions-enabled {
  overflow: auto;
}
.repeater .repeater-canvas.actions-enabled .repeater-table-wrapper {
  overflow: visible;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table {
  table-layout: fixed;
  word-wrap: break-word;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions {
  border-left: 1px solid #dddddd;
  z-index: 2;
  border-collapse: collapse;
  table-layout: fixed;
  float: right;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr {
  border-left: 1px solid #dddddd;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.empty-heading {
  background: transparent;
  border-left: 1px solid transparent;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.empty-heading th {
  background: transparent;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr td {
  background: #FFF;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selectable:hover td,
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selected td {
  background: #eeeeee;
  color: #333333;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 30px;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr td,
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th {
  border-collapse: collapse;
  word-wrap: break-word;
  padding-bottom: 5px;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr td .btn-group,
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th .btn-group {
  width: 100%;
  text-align: center;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr td .btn-group .btn,
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th .btn-group .btn {
  float: none;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 8px;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th .repeater-table-heading {
  padding: 8px 0 7px;
  border-left: 1px solid #fafafa;
  margin-left: -9px;
  width: 100%;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th .repeater-table-heading .glyphicon {
  display: inline-block;
  float: none;
  margin-top: 0;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-column-wrapper table.table-actions .caret {
  margin-left: 0;
}
.repeater .repeater-canvas.actions-enabled .repeater-table .actions-thead-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.repeater .repeater-canvas.actions-enabled .repeater-table table {
  table-layout: fixed;
  word-wrap: break-word;
}
.repeater .repeater-canvas.actions-enabled .repeater-table table thead tr th:last-child .repeater-table-heading {
  border-left: 1px solid transparent;
}
.repeater .repeater-canvas.actions-enabled .repeater-table.ie-9 .actions-column-wrapper table.table-actions {
  background-color: #FFF;
}
.repeater .repeater-canvas.actions-enabled .repeater-table.ie-9 .actions-column-wrapper table.table-actions tr {
  background-color: transparent;
}
.repeater .repeater-canvas.actions-enabled .repeater-table.ie-9 .actions-column-wrapper table.table-actions tr.empty-heading {
  border-left: 1px solid #fafafa;
}
.repeater .repeater-canvas.actions-enabled .repeater-table.ie-9 .actions-column-wrapper table.table-actions tr th {
  padding-bottom: 8px;
}
.repeater .repeater-canvas.actions-enabled .repeater-table.ie-9 .actions-column-wrapper table.table-actions tr td {
  padding-bottom: 6px;
  line-height: 1.39;
}
.repeater .repeater-canvas.multi-select-enabled .repeater-table thead tr:first-child .header-checkbox {
  width: 37px;
}
.repeater .repeater-canvas.multi-select-enabled .repeater-table thead tr:first-child .header-checkbox .checkbox {
  margin: 0 4px;
}
.repeater .repeater-canvas.multi-select-enabled .repeater-table tbody tr .body-checkbox {
  left: 4px;
  top: -3px;
}
.repeater .repeater-canvas.multi-select-enabled .repeater-table tr.selected td:first-child {
  padding-left: 8px;
}
.repeater .repeater-canvas.multi-select-enabled.actions-enabled .repeater-table .actions-column-wrapper table.table-actions tr th .repeater-table-heading {
  border-left: 1px solid #dddddd;
}
.repeater .repeater-loader {
  margin-top: -12px;
}
.repeater .repeater-loader.noHeader {
  margin-top: -32px;
}
.repeater .repeater-viewport {
  overflow: hidden;
}
.repeater .actions-wrapper {
  z-index: 10;
  text-align: right;
}
.repeater.disabled .repeater-thumbnail.selectable:hover {
  background: #fff;
  cursor: auto;
}
.repeater.disabled .repeater-thumbnail.selectable.selected:hover {
  background: #eeeeee;
}
.repeater .repeater-thumbnail {
  border: 1px solid #dddddd;
  color: #666666;
  float: left;
  font-size: 14px;
  min-height: 110px;
  min-width: 100px;
  margin: 8px 7px;
  text-align: center;
}
.repeater .repeater-thumbnail img {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}
.repeater .repeater-tile {
  height: 100%;
  overflow-y: auto;
  padding: 6px;
  width: 100%;
}
.repeater .repeater-tile.align-center,
.repeater .repeater-tile.align-justify,
.repeater .repeater-tile.align-left,
.repeater .repeater-tile.align-right {
  position: relative;
  font-size: 0.1px;
}
.repeater .repeater-tile.align-center:after,
.repeater .repeater-tile.align-justify:after,
.repeater .repeater-tile.align-left:after,
.repeater .repeater-tile.align-right:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.repeater .repeater-tile.align-center .infinitescroll-end,
.repeater .repeater-tile.align-justify .infinitescroll-end,
.repeater .repeater-tile.align-left .infinitescroll-end,
.repeater .repeater-tile.align-right .infinitescroll-end,
.repeater .repeater-tile.align-center .infinitescroll-load,
.repeater .repeater-tile.align-justify .infinitescroll-load,
.repeater .repeater-tile.align-left .infinitescroll-load,
.repeater .repeater-tile.align-right .infinitescroll-load {
  display: inline-block;
  width: 100%;
}
.repeater .repeater-tile.align-center .repeater-thumbnail,
.repeater .repeater-tile.align-justify .repeater-thumbnail,
.repeater .repeater-tile.align-left .repeater-thumbnail,
.repeater .repeater-tile.align-right .repeater-thumbnail {
  display: inline-block;
  float: none;
  font-size: 14px;
}
.repeater .repeater-tile.align-center .repeater-thumbnail:after,
.repeater .repeater-tile.align-justify .repeater-thumbnail:after,
.repeater .repeater-tile.align-left .repeater-thumbnail:after,
.repeater .repeater-tile.align-right .repeater-thumbnail:after {
  content: ' ';
}
.repeater .repeater-tile.align-center {
  text-align: center;
}
.repeater .repeater-tile.align-justify {
  text-align: justify;
}
.repeater .repeater-tile.align-left {
  text-align: left;
}
.repeater .repeater-tile.align-right {
  text-align: right;
}
.repeater .repeater-tile div.empty {
  font-size: 14px;
  font-style: italic;
  padding: 14px 10px 20px;
  text-align: center;
}
.repeater .repeater-tile .selectable:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.repeater .repeater-tile .selectable.selected {
  background: #eeeeee;
}
.repeater .repeater-tile .selectable.selected:hover {
  background: #dddddd;
}


.repeater .repeater-slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;  
}

.repeater .repeater-slider,
.repeater .repeater-slider > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
  overflow: hidden;
}
.repeater .repeater-slider > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.repeater .repeater-slider-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.repeater .repeater-slider-display {
  display: block;
  opacity: 1;
}
.repeater .repeater-slider > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.repeater .repeater-slider-carousel > .slides {
  position: absolute;
}
.repeater .repeater-slider > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.repeater .repeater-slider,
.repeater .repeater-slider > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.repeater .repeater-slider > .slides > .slide-loading {
/*  background: url(../img/loading.gif) center no-repeat; */
  background-size: 64px 64px;
}
.repeater .repeater-slider > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.repeater .repeater-slider > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.repeater .repeater-slider > .slides > .slide-error > .slide-content {
  display: none;
}
.repeater .repeater-slider > .prev,
.repeater .repeater-slider > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.repeater .repeater-slider > .next {
  left: auto;
  right: 15px;
}

.repeater .repeater-slider > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

.repeater .repeater-slider > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(./img/play-pause.png) 0 0 no-repeat; 
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.repeater .repeater-slider.slider-playing > .play-pause {
  background-position: -15px 0;
}

.repeater .repeater-slider > .prev:hover,
.repeater .repeater-slider > .next:hover,
.repeater .repeater-slider > .close:hover,
.repeater .repeater-slider > .title:hover,
.repeater .repeater-slider > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.repeater .repeater-slider > .prev,
.repeater .repeater-slider > .next,
.repeater .repeater-slider > .title,
.repeater .repeater-slider > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.repeater .repeater-slider.slider-single > .prev,
.repeater .repeater-slider.slider-left > .prev,
.repeater .repeater-slider.slider-single > .next,
.repeater .repeater-slider.slider-right > .next,
.repeater .repeater-slider.slider-single > .play-pause {
  display: none;
}
.repeater .repeater-slider > .slides > .slide > .slide-content,
.repeater .repeater-slider > .prev,
.repeater .repeater-slider > .next,
.repeater .repeater-slider > .close,
.repeater .repeater-slider > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.repeater .repeater-slider > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
}

.repeater .repeater-slider > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.repeater .repeater-slider > .indicator > li:hover,
.repeater .repeater-slider > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}


.repeater .repeater-slider > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events:none;
}

.repeater .repeater-slider > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
}

.repeater .repeater-slider > .indicator > .active:after {
  display: none;
}

.repeater .repeater-slider-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.repeater .repeater-slider-single > .indicator {
  display: none;
}
.repeater .repeater-slider > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.repeater .repeater-list {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;  
    margin-bottom:10px;
    overflow: auto;
}

.repeater .repeater-list .repeater-item  {
    padding:20px;
    position: relative;
    clear: both;
    overflow: hidden;   
}

.repeater .repeater-list .repeater-item:nth-child(2n+1) {
    background-color:rgba(0,0,0,.1);
    border:solid 1px rgba(255,255,255,.1);
    border-radius:10px;
}

.repeater .repeater-list .repeater-item .thumb {
    float:left;
    margin-right:20px;
    border:solid 1px #333;
}

.repeater ul.repeater-list {
 list-style: none;
}


.repeater .repeater-list .repeater-item:nth-child(2n+1) .thumb {
    border:solid 1px #666;
}

.repeater .repeater-list .repeater-item .title {
    color:#fafafa;
    font-weight:bold;
    margin-bottom:6px;
}

.repeater .repeater-list .repeater-item .desc {
    font:normal 14px/1.3 'helvetica neue', helvetica, arial;
    color:#aaa;
    text-align: left;
}