/**
 * ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
/* line 7, ../sass/colorbox_default_style.scss */
#colorbox h3 {
  margin-top: 0;
}

/* line 11, ../sass/colorbox_default_style.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 18, ../sass/colorbox_default_style.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 23, ../sass/colorbox_default_style.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 26, ../sass/colorbox_default_style.scss */
#cboxContent {
  position: relative;
}

/* line 29, ../sass/colorbox_default_style.scss */
#cboxLoadedContent {
  overflow: auto;
}

/* line 32, ../sass/colorbox_default_style.scss */
#cboxTitle {
  margin: 0;
}

/* line 35, ../sass/colorbox_default_style.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 41, ../sass/colorbox_default_style.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 44, ../sass/colorbox_default_style.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

/* line 50, ../sass/colorbox_default_style.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
/* line 63, ../sass/colorbox_default_style.scss */
#cboxOverlay {
  background: #000;
}

/* line 68, ../sass/colorbox_default_style.scss */
#cboxWrapper {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 74, ../sass/colorbox_default_style.scss */
#cboxTopLeft {
  width: 15px;
  height: 15px;
}

/* line 78, ../sass/colorbox_default_style.scss */
#cboxTopCenter {
  height: 15px;
}

/* line 81, ../sass/colorbox_default_style.scss */
#cboxTopRight {
  width: 15px;
  height: 15px;
}

/* line 85, ../sass/colorbox_default_style.scss */
#cboxBottomLeft {
  width: 15px;
  height: 10px;
}

/* line 89, ../sass/colorbox_default_style.scss */
#cboxBottomCenter {
  height: 10px;
}

/* line 92, ../sass/colorbox_default_style.scss */
#cboxBottomRight {
  width: 15px;
  height: 10px;
}

/* line 96, ../sass/colorbox_default_style.scss */
#cboxMiddleLeft {
  width: 15px;
}

/* line 99, ../sass/colorbox_default_style.scss */
#cboxMiddleRight {
  width: 15px;
}

/* line 102, ../sass/colorbox_default_style.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 107, ../sass/colorbox_default_style.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 111, ../sass/colorbox_default_style.scss */
#cboxLoadedContent {
  margin-bottom: 28px;
}

/* line 114, ../sass/colorbox_default_style.scss */
#cboxTitle {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  bottom: 28px;
  left: 0;
  color: #535353;
  width: 100%;
  padding: 4px;
}

/* line 123, ../sass/colorbox_default_style.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 60px;
  color: #949494;
}

/* line 129, ../sass/colorbox_default_style.scss */
.cboxSlideshow_on #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 138, ../sass/colorbox_default_style.scss */
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -101px -50px;
}

/* line 141, ../sass/colorbox_default_style.scss */
.cboxSlideshow_off #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 150, ../sass/colorbox_default_style.scss */
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -25px -50px;
}

/* line 153, ../sass/colorbox_default_style.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 162, ../sass/colorbox_default_style.scss */
#cboxPrevious.hover {
  background-position: -75px -25px;
}

/* line 165, ../sass/colorbox_default_style.scss */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 174, ../sass/colorbox_default_style.scss */
#cboxNext.hover {
  background-position: -50px -25px;
}

/* line 177, ../sass/colorbox_default_style.scss */
#cboxLoadingOverlay {
  background: #fff;
}

/* line 180, ../sass/colorbox_default_style.scss */
#cboxLoadingGraphic {
  background: url(../images/loading_animation.gif) center center no-repeat;
}

/* line 183, ../sass/colorbox_default_style.scss */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  background: #e6e6e6;
  padding: 5px 10px;
}

/* line 191, ../sass/colorbox_default_style.scss */
#cboxClose.hover {
  background-position: -25px -25px;
}

/* The following are fixes for IE. */
/* line 196, ../sass/colorbox_default_style.scss */
.cboxIE6 #cboxTitle {
  background: #fff;
}

/* line 201, ../sass/colorbox_default_style.scss */
#check-access-result-list dl {
  clear: none;
}

/* line 206, ../sass/colorbox_default_style.scss */
#check-access-result-list dd {
  float: left;
  display: block;
}

/* line 211, ../sass/colorbox_default_style.scss */
#check-access-result-list dt {
  float: left;
}
