/* module-key = 'com.stiltsoft.confluence.handy.macros:carousel-resources', location = 'css/jquery-rondell.css' */
.rondell-container {
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 12px;
}
.rondell-container.rondell-initializing * {
  display: none;
}

.rondell-item {
  position: absolute;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  top: 0;
  left: 0;
  opacity: 1;
}
.rondell-item a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.rondell-item .rondell-item-crop {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rondell-item img, .rondell-item iframe {
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.rondell-item:not(.rondell-item-focused) img, .rondell-item:not(.rondell-item-focused) iframe {
    width: auto;
}
.rondell-item .hc-frame-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.rondell-item.rondell-item-focused .hc-frame-wrapper {
    display: none;
}
.rondell-item:hover {
  border-color: #bbb;
}
.rondell-item:hover, .rondell-item:hover div, .rondell-item:hover p {
  text-decoration: none;
}

.rondell-item-loading {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rondell-item-loading * {
  display: none !important;
}

.rondell-item-error {
  background: #b33 !important;
  background-color: rgba(200, 0, 0, 0.1) !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rondell-item-error p {
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.rondell-item-focused, .rondell-item-focused a {
  cursor: auto;
}

.rondell-caption {
  position: absolute;
  margin: 5px;
  padding: 5px;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
}
.rondell-caption a {
  text-decoration: underline;
}
.rondell-caption p {
  margin: 4px 0;
}
.rondell-caption.rondell-item-overlay {
  top: auto;
  position: absolute;
  padding: 3px 8px;
  display: none;
  color: #fafafa;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.rondell-control {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  text-shadow: 0 1px 1px #ccc;
  opacity: 0;
}
.rondell-control:hover {
  text-decoration: none;
}

/* rondell scrollbar  */
.rondell-scrollbar {
  width: 100%;
  height: 20px;
  position: absolute;
}
.rondell-scrollbar.rondell-scrollbar-bottom {
  bottom: 10px;
}
.rondell-scrollbar .rondell-scrollbar-background {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 10px;
  background-color: #eee;
  height: 1px;
}
.rondell-scrollbar .rondell-scrollbar-left,
.rondell-scrollbar .rondell-scrollbar-right {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #ccc;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
  background: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
  background: -moz-linear-gradient(top, #cccccc, #bbbbbb);
  background: -o-linear-gradient(top, #cccccc, #bbbbbb);
  background: linear-gradient(top, #cccccc, #bbbbbb);
}
.rondell-scrollbar .rondell-scrollbar-left:active,
.rondell-scrollbar .rondell-scrollbar-right:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #cccccc, #dddddd);
  background: -moz-linear-gradient(top, #cccccc, #dddddd);
  background: -o-linear-gradient(top, #cccccc, #dddddd);
  background: linear-gradient(top, #cccccc, #dddddd);
}
.rondell-scrollbar .rondell-scrollbar-inner {
  width: 14px;
  height: 14px;
  display: block;
}
.rondell-scrollbar .rondell-scrollbar-left {
  left: 6px;
}
.rondell-scrollbar .rondell-scrollbar-left .rondell-scrollbar-inner {
  background-position: 0 -16px;
}
.rondell-scrollbar .rondell-scrollbar-right {
  right: 6px;
}
.rondell-scrollbar .rondell-scrollbar-control,
.rondell-scrollbar .rondell-scrollbar-left,
.rondell-scrollbar .rondell-scrollbar-right {
  cursor: pointer;
  position: absolute;
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.rondell-scrollbar .rondell-scrollbar-control {
  left: 50%;
  top: 4px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background-color: #c00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #bb0000));
  background: -webkit-linear-gradient(top, #ff0000, #bb0000);
  background: -moz-linear-gradient(top, #ff0000, #bb0000);
  background: -o-linear-gradient(top, #ff0000, #bb0000);
  background: linear-gradient(top, #ff0000, #bb0000);
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.rondell-scrollbar .rondell-scrollbar-control:active {
  background: #d00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee0000), color-stop(100%, #dd0000));
  background: -webkit-linear-gradient(top, #ee0000, #dd0000);
  background: -moz-linear-gradient(top, #ee0000, #dd0000);
  background: -o-linear-gradient(top, #ee0000, #dd0000);
  background: linear-gradient(top, #ee0000, #dd0000);
}
.rondell-scrollbar .rondell-scrollbar-control.rondell-scrollbar-dragging, .rondell-scrollbar .rondell-scrollbar-control:hover {
  top: 3px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
}

.boxshadow.rgba .rondell-scrollbar-control {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-control:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-control:active {
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}
.boxshadow.rgba .rondell-scrollbar-left,
.boxshadow.rgba .rondell-scrollbar-right {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.boxshadow.rgba .rondell-scrollbar-left:hover,
.boxshadow.rgba .rondell-scrollbar-right:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.boxshadow.rgba .rondell-scrollbar-left:active,
.boxshadow.rgba .rondell-scrollbar-right:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.rondell-lightbox {
  z-index: 9998;
  left: -99999px;
  position: absolute;
}

.rondell-lightbox,
.rondell-lightbox-overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.rondell-lightbox-overlay {
  position: fixed;
  cursor: pointer;
  opacity: .8;
  background-color: #000;
}

.rondell-lightbox-content {
  position: fixed;
  clear: both;
  left: 50%;
  top: 0;
  max-height: 90%;
  overflow: auto;
  background-color: #555;
  background-color: rgba(70, 70, 70, 0.6);
  padding: 10px;
  z-index: 9999;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 50px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 50px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 50px 1px rgba(0, 0, 0, 0.7);
}
.rondell-lightbox-content .rondell-item-image {
  border: 1px solid #333;
}
.rondell-lightbox-content .rondell-caption,
.rondell-lightbox-content .rondell-caption.rondell-item-overlay {
  text-align: left;
  position: relative;
  display: block;
  color: #eee;
  text-shadow: 0 1px 1px #111;
  margin: 0;
  padding: 0;
  background-color: transparent;
  max-width: 400px;
}
.rondell-lightbox-content .rondell-caption a {
  color: #ade;
  text-decoration: underline;
}
.rondell-lightbox-content .rondell-caption a:hover {
  text-decoration: none;
}
.rondell-lightbox-content .rondell-lightbox-prev,
.rondell-lightbox-content .rondell-lightbox-next,
.rondell-lightbox-content .rondell-lightbox-close,
.rondell-lightbox-content .rondell-lightbox-position {
  color: #fafafa;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  background: #333;
  border: 2px solid #555;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.rondell-lightbox-content .rondell-lightbox-prev:hover,
.rondell-lightbox-content .rondell-lightbox-next:hover,
.rondell-lightbox-content .rondell-lightbox-close:hover,
.rondell-lightbox-content .rondell-lightbox-position:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  border: 2px solid #888;
}
.rondell-lightbox-content .rondell-lightbox-position {
  top: 2px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  padding: 2px 0 1px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px 1px #111;
  border: 1px solid #555;
  cursor: default;
}
.rondell-lightbox-content .rondell-lightbox-position:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #555;
}
.rondell-lightbox-content .rondell-lightbox-close {
  top: 2px;
  right: 2px;
}
.rondell-lightbox-content .rondell-lightbox-prev,
.rondell-lightbox-content .rondell-lightbox-next {
  top: 50%;
}
.rondell-lightbox-content:hover .rondell-lightbox-prev,
.rondell-lightbox-content:hover .rondell-lightbox-next,
.rondell-lightbox-content:hover .rondell-lightbox-close,
.rondell-lightbox-content:hover .rondell-lightbox-position {
  opacity: 1;
}
.rondell-lightbox-content .rondell-lightbox-prev {
  left: 2px;
  background-position: 0 -16px;
}
.rondell-lightbox-content .rondell-lightbox-next {
  right: 2px;
}

/* themes */
/* default theme */
.rondell-theme-default .rondell-control,
.rondell-theme-default .rondell-item,
.rondell-theme-default .rondell-item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.boxshadow.rgba .rondell-theme-default .rondell-item {
  border: 0;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
}

/* light theme */
.rondell-theme-light .rondell-container {
  background: #fff;
}
.rondell-theme-light .rondell-item {
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.rondell-theme-light .rondell-item, .rondell-theme-light .rondell-item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rondell-theme-light .rondell-item:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* dark theme, good for preset 'products' and 'gallery' */
.rondell-theme-dark .rondell-item {
  border: 0;
  background: transparent;
}
.rondell-theme-dark .rondell-caption {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
  font-size: 12px;
}
.boxshadow.rgba .rondell-theme-dark {
  border: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
}
.boxshadow.rgba .rondell-theme-dark .rondell-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* page theme, good for preset 'pages' */
.rondell-theme-page {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rondell-theme-page .rondell-item {
  border: 0;
}
.rondell-theme-page .rondell-item, .rondell-theme-page .rondell-item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.boxshadow.rgba .rondell-theme-page {
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.boxshadow.rgba .rondell-theme-page .rondell-control {
  border: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* slider theme */
.rondell-theme-slider {
  border: 1px solid var(--ds-border, #091E4224);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.rondell-theme-slider .rondell-item {
  border: 0;
}
.rondell-theme-slider .rondell-item, .rondell-theme-slider .rondell-item img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rondell-theme-slider .rondell-caption {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rondell-theme-slider .rondell-caption.rondell-item-overlay {
  background: transparent;
}
a.rondell-control {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 55px;
    text-indent: -999em;
    border-radius: 30px !important;
}

.rondell-control.rondell-shift-right{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+NDgvbmV4dC1sYXJnZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PHBhdGggZD0iTTM4IDI0LjUxNHYtMS4wMjhMMjIuNjc3IDYuNzRjLS4zNzQtLjQxLS45ODQtLjQyNS0xLjM3My0uMDI0bC0xLjEwOCAxLjE0Yy0uMzg0LjM5NS0uMzkzIDEuMDM4LS4wMTYgMS40NEwzNCAyNCAyMC4xOCAzOC43MDVjLS4zNzYuNC0uMzczIDEuMDQuMDE2IDEuNDRsMS4xMDggMS4xNGMuMzg0LjM5NCAxIC4zOCAxLjM3My0uMDI1TDM4IDI0LjUxNHoiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.rondell-control.rondell-shift-left{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+NDgvcHJldmlvdXMtbGFyZ2U8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxwYXRoIGQ9Ik0xMCAyNC41MTR2LTEuMDI4TDI1LjMyMyA2Ljc0Yy4zNzQtLjQxLjk4NC0uNDI1IDEuMzczLS4wMjRsMS4xMDggMS4xNGMuMzg0LjM5NS4zOTMgMS4wMzguMDE2IDEuNDRMMTQgMjRsMTMuODIgMTQuNzA1Yy4zNzYuNC4zNzMgMS4wNC0uMDE2IDEuNDRsLTEuMTA4IDEuMTRjLS4zODQuMzk0LTEgLjM4LTEuMzczLS4wMjVMMTAgMjQuNTE0eiIgZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
}

.rondell-control:hover {
    background-color: var(--ds-background-accent-gray-subtlest, #F1F2F4);
}

.rondell-caption {
    display: none !important;
}
