/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /etc/clientlibs/aimiawebsite/PerdotAnalytics/colorbox.less
Error: Syntax Error on line 199

(uncompiled LESS src is included below)
*****************************************************/
#colorbox {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  outline:0;
}
#cboxOverlay {
  position:absolute;
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
  width:100%;
  height:100%;
  background:url(PerdotAnalytics/images/overlay.png) repeat 0 0;
}
#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}
#cboxMiddleLeft {
  clear:left;
  width:21px;
}
#cboxBottomLeft {
  clear:left;
  width:21px;
  height:21px;
}
#cboxContent {
  position:relative;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  overflow:hidden;
}
#cboxLoadedContent {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  margin-bottom:0;
}
#cboxTitle {
  margin:0;
  position:absolute;
  bottom:4px;
  left:0;
  text-align:center;
  width:100%;
  color:#949494;
}
#cboxLoadingOverlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(PerdotAnalytics/images/loading.gif) no-repeat center center;
}
#cboxPrevious {
  cursor:pointer;
  border:0;
  padding:0;
  margin:0;
  overflow:visible;
  width:auto;
  width:25px;
  background:none;
  background:url(PerdotAnalytics/images/controls.png) no-repeat -75px 0;
  position:absolute;
  bottom:0;
  left:0;
  height:25px;
  text-indent:-9999px;
}
#cboxNext {
  cursor:pointer;
  border:0;
  padding:0;
  margin:0;
  overflow:visible;
  width:auto;
  width:25px;
  background:none;
  background:url(PerdotAnalytics/images/controls.png) no-repeat -50px 0;
  position:absolute;
  bottom:0;
  left:27px;
  height:25px;
  text-indent:-9999px;
}
#cboxClose {
  cursor:pointer;
  border:0;
  padding:0;
  margin:0;
  overflow:visible;
  width:auto;
  width:30px;
  background:none;
  background:url(PerdotAnalytics/images/controls.png) no-repeat 0 0;
  position:absolute;
  top:0;
  right:0;
  height:30px;
  text-indent:-9999px;
  opacity:0;
}
#cboxSlideshow {
  cursor:pointer;
  border:0;
  padding:0;
  margin:0;
  overflow:visible;
  width:auto;
  background:none;
  position:absolute;
  bottom:4px;
  right:30px;
  color:#0092ef;
}
.cboxPhoto {
  float:left;
  margin:auto;
  border:0;
  display:block;
  max-width:none;
  -ms-interpolation-mode:bicubic;
}
.cboxIframe {
  width:100%;
  height:100%;
  display:block;
  border:0;
}
#cboxTopLeft {
  width:21px;
  height:21px;
}
#cboxTopRight {
  width:21px;
  height:21px;
}
#cboxBottomRight {
  width:21px;
  height:21px;
}
#cboxMiddleRight {
  width:21px;
}
#cboxTopCenter {
  height:21px;
}
#cboxBottomCenter {
  height:21px;
}
#cboxError {
  padding:50px;
  border:1px solid #cccccc;
}
#cboxCurrent {
  position:absolute;
  bottom:4px;
  left:58px;
  color:#949494;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline:0;
}
#cboxPrevious:hover {
  background-position:-75px -25px;
}
#cboxNext:hover {
  background-position:-50px -25px;
}
#cboxClose:hover {
  background-position:0 -30px;
}
.cboxIE {
  #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffff FF,endColorstr=#00ffff FF);
  }
}
