/***************************************************
*   JQUERY UI BASE
****************************************************/
/* line 5, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-hidden {
  display: none;
}

/* line 6, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 7, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 8, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 9, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
/* line 11, ../../sass/ui/jquery_styles/base.scss */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 12, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 14, ../../sass/ui/jquery_styles/base.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 16, ../../sass/ui/jquery_styles/base.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 17, ../../sass/ui/jquery_styles/base.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(//partnerwebmedia.s3.amazonaws.com/siteimages/jquery-ui/ui-icons_222222_256x240.png);
}

/* line 26, ../../sass/ui/jquery_styles/base.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
