.wui-item {
  cursor: pointer;
}
#wui-loading-pane {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#wui-loading-pane .wui-spinner {
  border: 30px solid #fff;
  margin: 0 auto;
  margin-top: 20%;
  padding: 0;
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  background-image: url("../../../common/images/spinner.gif");
  background-repeat: no-repeat;
  width: 126px;
  height: 126px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.wui-theater {
  position: relative;
}
.ie7 .wui-theater > .previous,
.ie7 .wui-theater > .next {
  font-size: 0;
  text-indent: 0;
}
.wui-theater.wui-auto {
  margin: 0;
}
.wui-theater.wui-auto.activated > li {
  position: absolute;
  width: 100%;
}
.wui-theater.wui-auto > li {
  display: none;
  top: 0;
  left: 0;
  padding: 0;
}
.wui-theater.wui-auto > li:first-child {
  display: block;
}
.wui-theater.wui-auto > li img {
  width: 100%;
  display: block;
}
.wui-theater > .nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  height: 4px;
  margin: 4px 0;
  background: none;
  text-align: center;
}
.wui-theater > .nav > span {
  display: inline-block;
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  vertical-align: top;
}
.wui-theater > .nav > span.active {
  background-color: #ff672b;
  cursor: default;
}
.wui-theater > .nav > span:hover {
  background-color: #cfcfcf;
}
@media only screen and (min-width: 992px) {
  .wui-theater > .nav {
    margin: 8px 0;
    height: 16px;
  }
  .wui-theater > .nav > span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
.wui-theater > .previous,
.wui-theater > .next {
  display: none;
  position: absolute;
  top: 0;
  width: 64px;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
  color: #ffffff;
}
.wui-theater > .previous:before,
.wui-theater > .next:before {
  content: "\25C0";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  text-indent: 0;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.wui-theater > .previous:hover:before,
.wui-theater > .next:hover:before {
  color: #cfcfcf;
}
.wui-theater > .next:before {
  left: auto;
  right: 0;
}
.wui-theater > .previous {
  left: 0;
}
.wui-theater > .previous:before {
  content: "\25C0";
}
.wui-theater > .next {
  right: 0;
}
.wui-theater > .next:before {
  content: "\25B6";
}
.wui-theater:hover > .nav {
  width: 100%;
  display: block;
}
.wui-theater:hover > .previous,
.wui-theater:hover > .next {
  display: block;
}
.wui-loading-block {
  width: 100%;
  height: 100%;
  min-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.wui-loading-block .wui-spinner {
  display: inline-block;
  margin-top: 50%;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../../../common/images/spinner.gif");
  background-repeat: no-repeat;
  background-color: transparent;
}
.wui-ajax-content {
  min-height: 20px;
}
.wui-dropdown {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .wui-dropdown {
    width: auto;
    max-height: auto;
    overflow: visible;
  }
}
.wui-dropdown .wui-call-out {
  top: -0.7em;
  left: 90%;
  border-color: transparent transparent #f7f7f7 transparent;
  border-style: solid;
  position: absolute;
  height: 0;
  width: 0;
  border-width: 0.4em;
}
.wui-dropdown .wui-call-out-border {
  top: -0.9em;
  left: 90%;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  position: absolute;
  height: 0;
  width: 0;
  border-width: 0.4em;
}
.wui-block {
  margin-top: 16px;
}
.wui-block:before,
.wui-block:after {
  content: " ";
  display: table;
}
.wui-block:after {
  clear: both;
}
.wui-block:before,
.wui-block:after {
  content: " ";
  display: table;
}
.wui-block:after {
  clear: both;
}
.wui-block > .title {
  position: relative;
}
.wui-block > .title h2 {
  padding: 0;
  margin: 0;
  color: #101010;
}
.wui-block > .title > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 24px;
  line-height: 24px;
}
.ie7 .wui-block {
  display: inline-block;
  height: 1%;
}
.reviews.wui-tabs {
  padding: 0;
  position: static;
}
.reviews.wui-tabs > .title {
  height: auto;
}
.reviews.wui-tabs > .title:before,
.reviews.wui-tabs > .title:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title:after {
  clear: both;
}
.reviews.wui-tabs > .title:before,
.reviews.wui-tabs > .title:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title:after {
  clear: both;
}
.reviews.wui-tabs > .title > ul {
  min-height: 100%;
}
.reviews.wui-tabs > .title > ul:before,
.reviews.wui-tabs > .title > ul:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title > ul:after {
  clear: both;
}
.reviews.wui-tabs > .title > ul:before,
.reviews.wui-tabs > .title > ul:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title > ul:after {
  clear: both;
}
.reviews.wui-tabs > .title > ul > li {
  display: block;
  width: auto ! important;
  float: left;
  padding: 8px 0;
  margin-left: 32px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 0px;
}
.reviews.wui-tabs > .title > ul > li:hover {
  color: #101010;
  cursor: pointer;
}
.reviews.wui-tabs > .title > ul > li:hover > a,
.reviews.wui-tabs > .title > ul > li:hover > span {
  color: #101010;
}
.reviews.wui-tabs > .title > ul > li > a,
.reviews.wui-tabs > .title > ul > li > span {
  color: #a3a3a3;
  text-decoration: none;
}
.reviews.wui-tabs > .title > ul > li.active {
  position: relative;
  background-color: #ffffff;
}
.reviews.wui-tabs > .title > ul > li.active:before {
  background: white;
}
.reviews.wui-tabs > .title > ul > li.active > a,
.reviews.wui-tabs > .title > ul > li.active > span {
  color: #101010;
  text-decoration: underline;
}
.reviews.wui-tabs > .title > ul > li.active,
.reviews.wui-tabs > .title > ul > li.active:hover {
  color: #101010;
  border: 0px;
}
.reviews.wui-tabs > .title .sort-label {
  display: block;
  min-height: 100%;
  float: left;
  padding: 8px 0;
  margin: 0 24px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #cfcfcf;
  font-weight: bold;
  border-bottom: 0px;
}
.reviews.wui-tabs > .title .sort-label:before,
.reviews.wui-tabs > .title .sort-label:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title .sort-label:after {
  clear: both;
}
.reviews.wui-tabs > .title .sort-label:before,
.reviews.wui-tabs > .title .sort-label:after {
  content: " ";
  display: table;
}
.reviews.wui-tabs > .title .sort-label:after {
  clear: both;
}
.wui-tabs {
  padding: 0;
  position: static;
}
.wui-tabs > .title {
  height: auto;
}
.wui-tabs > .title:before,
.wui-tabs > .title:after {
  content: " ";
  display: table;
}
.wui-tabs > .title:after {
  clear: both;
}
.wui-tabs > .title:before,
.wui-tabs > .title:after {
  content: " ";
  display: table;
}
.wui-tabs > .title:after {
  clear: both;
}
.wui-tabs > .title > ul {
  min-height: 100%;
}
.wui-tabs > .title > ul:before,
.wui-tabs > .title > ul:after {
  content: " ";
  display: table;
}
.wui-tabs > .title > ul:after {
  clear: both;
}
.wui-tabs > .title > ul:before,
.wui-tabs > .title > ul:after {
  content: " ";
  display: table;
}
.wui-tabs > .title > ul:after {
  clear: both;
}
.wui-tabs > .title > ul > li {
  display: block;
  float: left;
  padding: 8px 0;
  margin: 0;
  color: #a3a3a3;
  border-bottom: 1px solid #0070a8;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.wui-tabs > .title > ul > li:hover {
  color: #101010;
  cursor: pointer;
}
.wui-tabs > .title > ul > li:hover > a,
.wui-tabs > .title > ul > li:hover > span {
  color: #101010;
}
.wui-tabs > .title > ul > li > a,
.wui-tabs > .title > ul > li > span {
  color: #a3a3a3;
  text-decoration: none;
}
.wui-tabs > .title > ul > li.active {
  position: relative;
  background-color: #ffffff;
}
.wui-tabs > .title > ul > li.active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #0070a8;
}
.wui-tabs > .title > ul > li.active > a,
.wui-tabs > .title > ul > li.active > span {
  color: #101010;
}
.wui-tabs > .title > ul > li.active,
.wui-tabs > .title > ul > li.active:hover {
  color: #101010;
  border: 1px solid #0070a8;
  border-bottom-width: 0;
}
.wui-tabs > .contents {
  padding: 8px 0;
}
.wui-tabs > .contents > div {
  display: none;
}
.wui-tabs > .contents > div.active {
  display: block;
}
.wui-page:before,
.wui-page:after {
  content: " ";
  display: table;
}
.wui-page:after {
  clear: both;
}
.wui-page:before,
.wui-page:after {
  content: " ";
  display: table;
}
.wui-page:after {
  clear: both;
}
.wui-page.p0 .wui-navigator,
.wui-page.p1 .wui-navigator {
  display: none;
}
.wui-page .wui-navigator {
  position: relative;
  margin: 8px auto;
  width: 100%;
  height: 32px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .wui-page .wui-navigator {
    width: 40%;
    min-width: 320px;
  }
}
.wui-page .wui-navigator span,
.wui-page .wui-navigator a {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  border: 2px solid transparent;
  text-align: center;
}
.wui-page .wui-navigator a:hover {
  color: #424242;
  border-color: #424242;
  text-decoration: none;
}
.wui-page .wui-navigator a:active {
  color: #101010;
  border-color: #101010;
}
.wui-page .wui-navigator .first,
.wui-page .wui-navigator .prev,
.wui-page .wui-navigator .next,
.wui-page .wui-navigator .last {
  position: absolute;
  top: 0;
}
.wui-page .wui-navigator .first {
  display: none;
}
.wui-page .wui-navigator .prev {
  left: 0;
  padding-left: 24px;
  padding-right: 16px;
  width: auto;
  text-indent: 0;
}
.wui-page .wui-navigator .prev:before {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 0;
  text-indent: 0;
  text-align: center;
  line-height: 28px;
  content: "\2039";
  left: 0;
}
.wui-page .wui-navigator .next {
  right: 0;
  padding-left: 16px;
  padding-right: 24px;
  width: auto;
  text-indent: 0;
}
.wui-page .wui-navigator .next:after {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 0;
  text-indent: 0;
  text-align: center;
  line-height: 28px;
  content: "\203A";
  right: 0;
}
.wui-page .wui-navigator .last {
  display: none;
}
.wui-page .wui-navigator .pages {
  display: none;
}
.wui-page .wui-navigator .disabled {
  color: #cfcfcf;
}
.wui-page .wui-navigator .wui-gap {
  display: none;
}
@media (min-width: 992px) {
  .wui-page .wui-navigator .wui-gap {
    display: inline;
    color: #a3a3a3;
  }
}
.wui-page .wui-navigator .wui-current {
  color: #424242;
  background: none;
  border-color: #a3a3a3;
}
.wui-page .wui-result:before,
.wui-page .wui-result:after {
  content: " ";
  display: table;
}
.wui-page .wui-result:after {
  clear: both;
}
.wui-page .wui-result:before,
.wui-page .wui-result:after {
  content: " ";
  display: table;
}
.wui-page .wui-result:after {
  clear: both;
}
.wui-page .wui-result > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wui-page .wui-result > ul.isotope.no-transition,
.wui-page .wui-result > ul.isotope.no-transition .isotope-item,
.wui-page .wui-result > ul.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.wui-page .wui-result > ul > li {
  margin: 0;
  padding: 0;
}
.wui-page .wui-result > ul > li:first-child {
  border: none;
}
.wui-page .wui-summary {
  clear: both;
  text-align: center;
}
.wui-page .wui-summary,
.wui-page .wui-summary .wui-size-text,
.wui-page .wui-separator,
.wui-page .wui-0-page,
.wui-page .wui-1-page {
  display: none;
}
.wui-page.wui-scroll-load .wui-navigator {
  display: none;
}
.wui-page > .loading {
  margin: 16px;
  padding: 4px;
  text-align: center;
  color: #0070a8;
}
.wui-page > .loading:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../../common/images/spinner.gif");
  background-repeat: no-repeat;
}
.wui-page.wui-slideshow {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.wui-page.wui-slideshow.large {
  padding: 0 37px;
}
.wui-page.wui-slideshow.large .wui-result > ul {
  padding: 0;
}
.wui-page.wui-slideshow.large .wui-result > ul > li {
  width: 95px;
  height: 95px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 5px;
}
.wui-page.wui-slideshow.large .next-button,
.wui-page.wui-slideshow.large .prev-button {
  width: 37px;
}
.wui-page.wui-slideshow.large .next-button .icon,
.wui-page.wui-slideshow.large .prev-button .icon {
  position: absolute;
  width: 20px;
  height: 32px;
  background-image: url("../../../common/images/sprites-cursor-32.png");
  background-size: 64px 96px;
  background-repeat: no-repeat;
  left: 0px;
  margin-top: -16px;
}
.wui-page.wui-slideshow.large .next-button.disable .icon,
.wui-page.wui-slideshow.large .prev-button.disable .icon {
  background-position: 0 -32px;
}
.wui-page.wui-slideshow.large .next-button .icon {
  right: 0px;
  left: auto;
  background-position: -32px 0;
}
.wui-page.wui-slideshow.large .next-button.disable .icon {
  background-position: -32px -32px;
}
.wui-page.wui-slideshow .wui-result > ul {
  position: relative;
  white-space: nowrap;
}
.wui-page.wui-slideshow .wui-result > ul > li {
  margin-left: 5px;
  float: left;
}
.wui-page.wui-slideshow .wui-navigator {
  display: none;
}
.wui-page.wui-slideshow .next-button,
.wui-page.wui-slideshow .prev-button {
  pointer-events: auto;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.wui-page.wui-slideshow .next-button .icon,
.wui-page.wui-slideshow .prev-button .icon {
  position: absolute;
  width: 12px;
  height: 17px;
  background-image: url(../../../common/images/arrow-icons.png);
  background-size: 30px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 50%;
  left: 2px;
  margin-top: -9px;
}
.wui-page.wui-slideshow .next-button.disable,
.wui-page.wui-slideshow .prev-button.disable {
  cursor: default;
}
.wui-page.wui-slideshow .next-button.disable .icon,
.wui-page.wui-slideshow .prev-button.disable .icon {
  background-position: 0 -20px;
}
.wui-page.wui-slideshow .next-button {
  left: auto;
  right: 0;
}
.wui-page.wui-slideshow .next-button .icon {
  left: auto;
  right: 2px;
  background-position: -15px 0;
}
.wui-page.wui-slideshow .next-button.disable .icon {
  background-position: -15px -20px;
}
.wui-page.wui-slideshow .wui-loading-block .wui-spinner {
  position: relative;
  top: -12px;
}
.wui-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wui-autocomplete {
  background-color: #fff;
  display: block;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  min-height: 30px;
}
.wui-autocomplete.loading .loading {
  display: block;
}
.wui-autocomplete .loading {
  display: block;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  margin: 0.5em auto;
  text-indent: -9999px;
  background-image: url("../images/spinner.gif");
  background-color: transparent;
  background-repeat: no-repeat;
  display: none;
}
.wui-autocomplete ul {
  margin: 0;
  list-style: none;
}
.wui-autocomplete ul li {
  padding: 5px;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.wui-autocomplete ul li.active {
  background-color: #ddd;
}
.wui-autocomplete ul li:hover {
  background-color: #eee;
}
.wui-autocomplete ul li a,
.wui-autocomplete ul li span {
  color: #666;
  text-decoration: none;
}
.wui-autocomplete ul li.i > span.new:before {
  content: "new";
  color: #e42900;
  margin-right: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wui-autocomplete ul li .i {
  position: relative;
  min-height: 35px;
  display: block;
}
.wui-autocomplete ul li .i img.icon {
  width: 36px;
  height: 36px;
}
.wui-autocomplete ul li .i .l {
  font-weight: bold;
  position: absolute;
  left: 44px;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wui-autocomplete ul li .i .desc {
  position: absolute;
  top: 19px;
  left: 44px;
  right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
}
.wui-autocomplete ul li .i.n .l {
  height: 33px;
  line-height: 33px;
}
.wui-notices {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.wui-notices > div {
  position: relative;
  padding: 8px 0;
  text-align: center;
}
.wui-notices > div.error {
  background: #fbe3e4;
  color: #8a1f11;
}
.wui-notices > div.notice {
  background: #fff6bf;
  color: #514721;
}
.wui-notices > div.success {
  background: #e6efc2;
  color: #264409;
}
.wui-notices > div.info {
  background: #d5edf8;
  color: #205791;
}
.wui-notices > div > div.close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px 0px;
}
.wui-notices > div > div.close:hover {
  background-position: -240px -16px;
}
.ui-widget-content {
  background: #ffffff;
}
.ui-dialog {
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.ui-dialog.no-title .wui-dialog {
  padding: 0;
}
.ui-dialog.no-title .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.ui-dialog.no-title .ui-widget-header .ui-state-default .ui-icon {
  background-position: 0 -10px;
}
.ui-dialog.no-title .ui-widget-header .ui-state-hover .ui-icon {
  background-position: 0 0;
}
.ui-dialog.no-title .ui-dialog-titlebar {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.ui-dialog .ui-dialog-content.ui-widget-content {
  padding: 0;
}
.wuiLoadBlock.wuiBlock:not(.slide) {
  padding-bottom: 0;
}
.wuiBlock {
  display: block;
  padding: 16px 8px;
  margin-top: 16px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #424242;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .wuiBlock {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 991px) {
  .wuiBlock {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock {
    padding: 16px;
  }
}
.wuiBlock.slide ul {
  white-space: nowrap;
  overflow-x: scroll;
}
.wuiBlock.slide ul > li {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}
.wuiBlock.slide ul > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide ul > li {
    width: 45%;
  }
}
.wuiBlock.slide ul {
  margin-left: -8px;
  margin-right: -8px;
}
.wuiBlock.slide ul:before,
.wuiBlock.slide ul:after {
  content: " ";
  display: table;
}
.wuiBlock.slide ul:after {
  clear: both;
}
.wuiBlock.slide ul:before,
.wuiBlock.slide ul:after {
  content: " ";
  display: table;
}
.wuiBlock.slide ul:after {
  clear: both;
}
.wuiBlock.slide ul:before,
.wuiBlock.slide ul:after {
  content: " ";
  display: table;
}
.wuiBlock.slide ul:after {
  clear: both;
}
.wuiBlock.slide ul:before,
.wuiBlock.slide ul:after {
  content: " ";
  display: table;
}
.wuiBlock.slide ul:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop) ul {
    white-space: normal;
    overflow-x: visible;
    margin-left: -8px;
    margin-right: -8px;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:before,
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    content: " ";
    display: table;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    clear: both;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:before,
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    content: " ";
    display: table;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    clear: both;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:before,
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    content: " ";
    display: table;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    clear: both;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:before,
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    content: " ";
    display: table;
  }
  .wuiBlock.slide:not(.slideDesktop) ul:after {
    clear: both;
  }
  .wuiBlock.slide:not(.slideDesktop) ul > li {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-1 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-1 ul > li {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-1 ul > li {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-2 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-2 ul > li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-2 ul > li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-3 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-3 ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-3 ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-4 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-4 ul > li {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-4 ul > li {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-5 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-5 ul > li {
    float: left;
    width: 20%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-5 ul > li {
    float: left;
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-6 ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-6 ul > li {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .wuiBlock.slide:not(.slideDesktop).column-6 ul > li {
    float: left;
    width: 16.66666667%;
  }
}
.wuiBlock.slide .load-more-container .load-more {
  display: none;
}
@media only screen and (min-width: 992px) {
  .wuiBlock.slide .load-more-container .load-more {
    display: block;
  }
}
.wuiBlock .title {
  overflow: hidden;
}
.wuiBlock .title:before,
.wuiBlock .title:after {
  content: " ";
  display: table;
}
.wuiBlock .title:after {
  clear: both;
}
.wuiBlock .title:before,
.wuiBlock .title:after {
  content: " ";
  display: table;
}
.wuiBlock .title:after {
  clear: both;
}
#body .wuiBlock .title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  margin: 0;
  font-weight: bold;
  float: left;
}
#body .wuiBlock .title h2.large {
  font-size: 20px;
  line-height: 24px;
}
#body .wuiBlock .title h2 .itemsCount {
  font-weight: normal;
  color: #9e9e9e;
  margin-left: 4px;
}
#body .wuiBlock .title h2 .itemsCount:before {
  content: "(";
}
#body .wuiBlock .title h2 .itemsCount:after {
  content: ")";
}
.wuiBlock .title .seeAll {
  float: right;
  cursor: pointer;
  color: #0070a8;
}
.wuiBlock .title .seeAll:active,
.wuiBlock .title .seeAll:hover {
  text-decoration: underline;
}
.wuiBlock .title .corner {
  float: right;
}
.wuiBlock .items {
  margin-top: 8px;
}
.wuiBlock .seeAll.bottom {
  display: block;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  color: #9e9e9e;
}
.wuiBlock:link,
.wuiBlock:hover,
.wuiBlock:active,
.wuiBlock:visited {
  text-decoration: none;
}
.embeddedBlock {
  display: block;
  padding: 16px 0;
  color: #424242;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .embeddedBlock {
    padding: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
.embeddedBlock .title {
  overflow: hidden;
}
.embeddedBlock .title:after {
  content: "";
  clear: both;
  display: block;
}
.embeddedBlock .title:after {
  content: "";
  clear: both;
  display: block;
}
#body .embeddedBlock .title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  margin: 0;
  font-weight: bold;
  float: left;
}
.embeddedBlock .title .seeAll {
  float: right;
  cursor: pointer;
  color: #0070a8;
}
.embeddedBlock .title .seeAll:active,
.embeddedBlock .title .seeAll:hover {
  text-decoration: underline;
}
.form-c {
  padding: 0;
}
.form-c h1 span {
  color: #a3a3a3;
}
.form-c .buttons {
  clear: both;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
}
@media (min-width: 992px) {
  .form-c .buttons {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form-c .buttons {
    float: left;
    width: 100%;
  }
}
.form-c .buttons .button {
  margin-right: 8px;
}
.form-c .buttons .link {
  margin-left: 4px;
}
.form-c .buttons .cancel-button.button {
  background-color: #dddddd;
  background-image: -moz-linear-gradient(-90deg, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(-90deg, #dddddd, #bbbbbb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #bbbbbb));
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(top, #dddddd, #bbbbbb);
  color: #555;
  padding: 8px 16px;
}
.form {
  margin-left: -8px;
  margin-right: -8px;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
.form label {
  font-weight: normal;
  position: relative;
}
.form .hotkey {
  background-color: #f5f5f5;
  padding: 8px;
}
.form .hotkey h3 {
  margin: 0;
}
.form .left-form {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .form .left-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .form .left-form {
    float: left;
    width: 66.66666667%;
  }
}
.form .right-form {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .form .right-form {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .form .right-form {
    float: left;
    width: 33.33333333%;
  }
}
.form .properties-title {
  font-weight: bold;
  color: #101010;
  margin-bottom: 4px;
}
.form .properties-c {
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 12px 12px;
  margin-bottom: 30px;
}
.form .properties-c:before,
.form .properties-c:after {
  content: " ";
  display: table;
}
.form .properties-c:after {
  clear: both;
}
.form .properties-c:before,
.form .properties-c:after {
  content: " ";
  display: table;
}
.form .properties-c:after {
  clear: both;
}
.form .property {
  clear: both;
  margin: 8px 0;
  padding: 0 8px;
}
.form .property:before,
.form .property:after {
  content: " ";
  display: table;
}
.form .property:after {
  clear: both;
}
.form .property:before,
.form .property:after {
  content: " ";
  display: table;
}
.form .property:after {
  clear: both;
}
.form .property > data,
.form .property div.hint,
.form .property div.usage {
  display: none;
}
.form .property div.usage.static {
  display: block;
}
.form .property .label {
  position: relative;
  display: block;
  padding: 8px 0 0 0;
  font-weight: bold;
}
.form .property .label .count {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a3a3a3;
}
.form .property .label .count .mark,
.form .property .label .count .count-unit {
  display: none;
}
.form .property .label .count.no-max .count-unit {
  display: inline;
}
.form .property .label span.required {
  display: inline-block;
  position: relative;
  color: transparent;
  margin-left: 4px;
}
.form .property .label span.required:before {
  content: "(Required)";
  color: #ff672b;
  position: absolute;
  top: 0;
  left: 0;
}
.form .property .input {
  display: block;
}
.form .property .input textarea,
.form .property .input input[type="text"],
.form .property .input input[type="password"],
.form .property .input select {
  width: 100%;
  padding: 8px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.form .property .input select {
  padding-right: 26px;
}
.form .property span.error,
.form .property label.error {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #e42900;
  border: none;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .form .property span.error,
  .form .property label.error {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.form .property.lock .input textarea {
  resize: none;
}
.form .property .input {
  position: relative;
}
.form .property .input input,
.form .property .input textarea {
  margin-top: 0 ! important;
}
.form .property .input input:focus,
.form .property .input textarea:focus {
  color: #424242;
  border: 1px solid #cfcfcf;
}
.form .property .input input.error,
.form .property .input textarea.error {
  background-color: #fff;
  color: #424242;
  border: 1px solid #e42900;
  margin-top: 18px ! important;
}
.form .property .input input.error.input-usage,
.form .property .input textarea.error.input-usage {
  color: #a3a3a3;
}
.form .property .input textarea {
  resize: vertical;
}
.form .property.text.short,
.form .property.textarea.short {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .form .property.text.short,
  .form .property.textarea.short {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .form .property.text.short,
  .form .property.textarea.short {
    float: left;
    width: 50%;
  }
}
.form .property.textarea textarea {
  height: 136px;
}
.form .property.text,
.form .property.textarea,
.form .property.password,
.form .property.checkboxes,
.form .property.checkbox,
.form .property.radio-buttons,
.form .property.texts,
.form .property.file {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .form .property.text,
  .form .property.textarea,
  .form .property.password,
  .form .property.checkboxes,
  .form .property.checkbox,
  .form .property.radio-buttons,
  .form .property.texts,
  .form .property.file {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form .property.text,
  .form .property.textarea,
  .form .property.password,
  .form .property.checkboxes,
  .form .property.checkbox,
  .form .property.radio-buttons,
  .form .property.texts,
  .form .property.file {
    float: left;
    width: 100%;
  }
}
.form .property.radio-buttons .input > span {
  margin-right: 16px;
}
.form .property.radio-buttons .input > span > input {
  margin-right: 4px;
}
.form .property.checkbox .input label {
  display: inline-block;
}
.form .property.select {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .form .property.select {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form .property.select {
    float: left;
    width: 100%;
  }
}
.form .property.select label span.usage {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.form .property.select .input .select-cover {
  position: relative;
  display: block;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(-90deg, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(-90deg, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f5f5f5));
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.form .property.select .input .select-cover select {
  width: 100%;
}
.form .property.select .input .select-cover:after {
  content: "\25bc";
  border-left: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  pointer-events: none;
}
.form .property.select .input select {
  position: relative;
  margin: 0;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(-90deg, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(-90deg, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f5f5f5));
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .property.select .input select option {
  background: #f8f8f8;
}
.form .property.select .input select::-ms-expand {
  display: none;
}
.form .property.texts.sortable .input .item > *,
.form .property.auto-suggested-texts.sortable .input .item > * {
  display: inline-block;
  vertical-align: middle;
}
.form .property.texts.sortable .input .item .drag-button,
.form .property.auto-suggested-texts.sortable .input .item .drag-button {
  cursor: pointer;
  margin: 0 4px 0 0;
  width: 11px;
  height: 15px;
  background: url("../images/drag-icon-light.png") no-repeat 0 0;
}
.form .property.texts.sortable .input .item .drag-button:hover,
.form .property.auto-suggested-texts.sortable .input .item .drag-button:hover {
  background-image: url("../images/drag-icon-dark.png");
}
.form .property.texts .item,
.form .property.auto-suggested-texts .item {
  display: inline-block;
  background: #E7E6E1;
  margin: 0 4px 4px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.form .property.texts .item input[type='text'],
.form .property.auto-suggested-texts .item input[type='text'] {
  background-color: transparent;
  border: none;
  padding-right: 0;
}
.form .property.texts .item.focus,
.form .property.auto-suggested-texts .item.focus {
  border: 1px solid #000;
}
.form .property.texts input,
.form .property.auto-suggested-texts input {
  margin: 0;
  width: auto;
}
.form .property.texts .remove-button,
.form .property.auto-suggested-texts .remove-button {
  cursor: pointer;
  margin: 0 4px;
  color: #fff;
}
.form .property.texts .remove-button:hover,
.form .property.auto-suggested-texts .remove-button:hover {
  color: #000;
}
.form .property.texts .remove-button:before,
.form .property.auto-suggested-texts .remove-button:before {
  content: "X";
  background-color: #ccc;
  display: inline-block;
  padding: 0 4px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 10px;
  line-height: 16px;
}
.form .property.texts .last,
.form .property.auto-suggested-texts .last {
  display: inline-block;
  margin-bottom: 0 8px;
}
.form .property.texts .last input,
.form .property.auto-suggested-texts .last input {
  margin: 0;
}
.form.left .property .label .ui-multiselect,
.form.left .property .input .ui-multiselect {
  width: 100%;
}
.form.left .property .label,
.form.left .properties .label,
.form.left .property .input,
.form.left .properties .input {
  display: block;
  width: 100%;
  text-align: left;
}
.form.left .property .label span.required,
.form.left .properties .label span.required {
  margin: 0;
}
.form.left .property .label span.required:before,
.form.left .properties .label span.required:before {
  content: "*";
}
.form.left .property.file .image,
.form.left .properties.file .image {
  width: 64px;
  height: 64px;
}
.form.left .property.file .supporting-files-hint,
.form.left .properties.file .supporting-files-hint {
  color: #999;
}
@media only screen and (min-width: 992px) {
  .form.left .property .label .ui-multiselect,
  .form.left .property .input .ui-multiselect {
    width: auto;
  }
  .form.left .property .label,
  .form.left .properties .label {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: right;
  }
  .form.left .property .input,
  .form.left .properties .input {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .form.left .property .label,
  .form.left .properties .label {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .form.left .property .label,
  .form.left .properties .label {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .form.left .property .input,
  .form.left .properties .input {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .form.left .property .input,
  .form.left .properties .input {
    float: left;
    width: 75%;
  }
}
.input-hint {
  position: relative;
  min-width: 150px;
  max-width: 600px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  color: #424242;
  border: 2px solid #a3a3a3;
  padding: 16px;
  z-index: 100;
}
.input-hint .hint-arrow,
.input-hint .hint-arrow-border {
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px;
}
.input-hint .hint-arrow {
  top: -18px;
  left: 5px;
  border-color: transparent transparent #f5f5f5 transparent;
}
.input-hint .hint-arrow-border {
  border-color: transparent transparent #a3a3a3 transparent;
  top: -21px;
  left: 5px;
}
.input-usage {
  color: #ccc;
}
.ui-dialog .form .property .input textarea,
.ui-dialog .form .property .input input[type="text"],
.ui-dialog .form .property .input input[type="password"] {
  width: 100%;
  margin-bottom: 8px;
}
.ui-dialog .form.left .property {
  margin: 4px 0;
}
.ui-dialog textarea {
  height: 100px;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 4px;
}
.ui-timepicker-div dl dl dd {
  margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
  font-size: 12px;
  line-height: 20px;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 4px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}
