@charset "UTF-8";
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-icon {
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-icon,
.ui-icon:before,
.ui-icon:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ui-icon.ui-icon-blank,
.ui-icon.ui-icon-carat-1-n,
.ui-icon.ui-icon-carat-1-ne,
.ui-icon.ui-icon-carat-1-e,
.ui-icon.ui-icon-carat-1-se,
.ui-icon.ui-icon-carat-1-s,
.ui-icon.ui-icon-carat-1-sw,
.ui-icon.ui-icon-carat-1-w,
.ui-icon.ui-icon-carat-1-nw,
.ui-icon.ui-icon-carat-2-n-s,
.ui-icon.ui-icon-carat-2-e-w,
.ui-icon.ui-icon-triangle-1-n,
.ui-icon.ui-icon-triangle-1-ne,
.ui-icon.ui-icon-triangle-1-e,
.ui-icon.ui-icon-triangle-1-se,
.ui-icon.ui-icon-triangle-1-s,
.ui-icon.ui-icon-triangle-1-sw,
.ui-icon.ui-icon-triangle-1-w,
.ui-icon.ui-icon-triangle-1-nw,
.ui-icon.ui-icon-triangle-2-n-s,
.ui-icon.ui-icon-triangle-2-e-w,
.ui-icon.ui-icon-arrow-1-n,
.ui-icon.ui-icon-arrow-1-ne,
.ui-icon.ui-icon-arrow-1-e,
.ui-icon.ui-icon-arrow-1-se,
.ui-icon.ui-icon-arrow-1-s,
.ui-icon.ui-icon-arrow-1-sw,
.ui-icon.ui-icon-arrow-1-w,
.ui-icon.ui-icon-arrow-1-nw,
.ui-icon.ui-icon-arrow-2-n-s,
.ui-icon.ui-icon-arrow-2-ne-sw,
.ui-icon.ui-icon-arrow-2-e-w,
.ui-icon.ui-icon-arrow-2-se-nw,
.ui-icon.ui-icon-arrowstop-1-n,
.ui-icon.ui-icon-arrowstop-1-e,
.ui-icon.ui-icon-arrowstop-1-s,
.ui-icon.ui-icon-arrowstop-1-w,
.ui-icon.ui-icon-arrowthick-1-n,
.ui-icon.ui-icon-arrowthick-1-ne,
.ui-icon.ui-icon-arrowthick-1-e,
.ui-icon.ui-icon-arrowthick-1-se,
.ui-icon.ui-icon-arrowthick-1-s,
.ui-icon.ui-icon-arrowthick-1-sw,
.ui-icon.ui-icon-arrowthick-1-w,
.ui-icon.ui-icon-arrowthick-1-nw,
.ui-icon.ui-icon-arrowthick-2-n-s,
.ui-icon.ui-icon-arrowthick-2-ne-sw,
.ui-icon.ui-icon-arrowthick-2-e-w,
.ui-icon.ui-icon-arrowthick-2-se-nw,
.ui-icon.ui-icon-arrowthickstop-1-n,
.ui-icon.ui-icon-arrowthickstop-1-e,
.ui-icon.ui-icon-arrowthickstop-1-s,
.ui-icon.ui-icon-arrowthickstop-1-w,
.ui-icon.ui-icon-arrowreturnthick-1-w,
.ui-icon.ui-icon-arrowreturnthick-1-n,
.ui-icon.ui-icon-arrowreturnthick-1-e,
.ui-icon.ui-icon-arrowreturnthick-1-s,
.ui-icon.ui-icon-arrowreturn-1-w,
.ui-icon.ui-icon-arrowreturn-1-n,
.ui-icon.ui-icon-arrowreturn-1-e,
.ui-icon.ui-icon-arrowreturn-1-s,
.ui-icon.ui-icon-arrowrefresh-1-w,
.ui-icon.ui-icon-arrowrefresh-1-n,
.ui-icon.ui-icon-arrowrefresh-1-e,
.ui-icon.ui-icon-arrowrefresh-1-s,
.ui-icon.ui-icon-arrow-4,
.ui-icon.ui-icon-arrow-4-diag,
.ui-icon.ui-icon-extlink,
.ui-icon.ui-icon-newwin,
.ui-icon.ui-icon-refresh,
.ui-icon.ui-icon-shuffle,
.ui-icon.ui-icon-transfer-e-w,
.ui-icon.ui-icon-transferthick-e-w,
.ui-icon.ui-icon-folder-collapsed,
.ui-icon.ui-icon-folder-open,
.ui-icon.ui-icon-document,
.ui-icon.ui-icon-document-b,
.ui-icon.ui-icon-note,
.ui-icon.ui-icon-mail-closed,
.ui-icon.ui-icon-mail-open,
.ui-icon.ui-icon-suitcase,
.ui-icon.ui-icon-comment,
.ui-icon.ui-icon-person,
.ui-icon.ui-icon-print,
.ui-icon.ui-icon-trash,
.ui-icon.ui-icon-locked,
.ui-icon.ui-icon-unlocked,
.ui-icon.ui-icon-bookmark,
.ui-icon.ui-icon-tag,
.ui-icon.ui-icon-home,
.ui-icon.ui-icon-flag,
.ui-icon.ui-icon-calendar,
.ui-icon.ui-icon-cart,
.ui-icon.ui-icon-pencil,
.ui-icon.ui-icon-clock,
.ui-icon.ui-icon-disk,
.ui-icon.ui-icon-calculator,
.ui-icon.ui-icon-zoomin,
.ui-icon.ui-icon-zoomout,
.ui-icon.ui-icon-search,
.ui-icon.ui-icon-wrench,
.ui-icon.ui-icon-gear,
.ui-icon.ui-icon-heart,
.ui-icon.ui-icon-star,
.ui-icon.ui-icon-link,
.ui-icon.ui-icon-cancel,
.ui-icon.ui-icon-plus,
.ui-icon.ui-icon-plusthick,
.ui-icon.ui-icon-minus,
.ui-icon.ui-icon-minusthick,
.ui-icon.ui-icon-close,
.ui-icon.ui-icon-closethick,
.ui-icon.ui-icon-key,
.ui-icon.ui-icon-lightbulb,
.ui-icon.ui-icon-scissors,
.ui-icon.ui-icon-clipboard,
.ui-icon.ui-icon-copy,
.ui-icon.ui-icon-contact,
.ui-icon.ui-icon-image,
.ui-icon.ui-icon-video,
.ui-icon.ui-icon-script,
.ui-icon.ui-icon-alert,
.ui-icon.ui-icon-info,
.ui-icon.ui-icon-notice,
.ui-icon.ui-icon-help,
.ui-icon.ui-icon-check,
.ui-icon.ui-icon-bullet,
.ui-icon.ui-icon-radio-on,
.ui-icon.ui-icon-radio-off,
.ui-icon.ui-icon-pin-w,
.ui-icon.ui-icon-pin-s,
.ui-icon.ui-icon-play,
.ui-icon.ui-icon-pause,
.ui-icon.ui-icon-seek-next,
.ui-icon.ui-icon-seek-prev,
.ui-icon.ui-icon-seek-end,
.ui-icon.ui-icon-seek-start,
.ui-icon.ui-icon-seek-first,
.ui-icon.ui-icon-stop,
.ui-icon.ui-icon-eject,
.ui-icon.ui-icon-volume-off,
.ui-icon.ui-icon-volume-on,
.ui-icon.ui-icon-power,
.ui-icon.ui-icon-signal-diag,
.ui-icon.ui-icon-signal,
.ui-icon.ui-icon-battery-0,
.ui-icon.ui-icon-battery-1,
.ui-icon.ui-icon-battery-2,
.ui-icon.ui-icon-battery-3,
.ui-icon.ui-icon-circle-plus,
.ui-icon.ui-icon-circle-minus,
.ui-icon.ui-icon-circle-close,
.ui-icon.ui-icon-circle-triangle-e,
.ui-icon.ui-icon-circle-triangle-s,
.ui-icon.ui-icon-circle-triangle-w,
.ui-icon.ui-icon-circle-triangle-n,
.ui-icon.ui-icon-circle-arrow-e,
.ui-icon.ui-icon-circle-arrow-s,
.ui-icon.ui-icon-circle-arrow-w,
.ui-icon.ui-icon-circle-arrow-n,
.ui-icon.ui-icon-circle-zoomin,
.ui-icon.ui-icon-circle-zoomout,
.ui-icon.ui-icon-circle-check,
.ui-icon.ui-icon-circlesmall-plus,
.ui-icon.ui-icon-circlesmall-minus,
.ui-icon.ui-icon-circlesmall-close,
.ui-icon.ui-icon-squaresmall-plus,
.ui-icon.ui-icon-squaresmall-minus,
.ui-icon.ui-icon-squaresmall-close,
.ui-icon.ui-icon-grip-dotted-vertical,
.ui-icon.ui-icon-grip-dotted-horizontal,
.ui-icon.ui-icon-grip-solid-vertical,
.ui-icon.ui-icon-grip-solid-horizontal,
.ui-icon.ui-icon-gripsmall-diagonal-se,
.ui-icon.ui-icon-grip-diagonal-se {
  color: #0288d1;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-indent: inherit;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: initial;
  height: initial;
  overflow: visible;
  display: inline-block;
  background: none;
  background-image: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-icon-blank:before {
  content: "";
}

.ui-icon-carat-1-n:before {
  content: "\f106";
}

.ui-icon-carat-1-e:before {
  content: "\f105";
}

.ui-icon-carat-1-s:before {
  content: "\f107";
}

.ui-icon-carat-1-w:before {
  content: "\f104";
}

.ui-icon-triangle-1-n:before {
  content: "\f0d8";
}

.ui-icon-triangle-1-e:before {
  content: "\f0da";
}

.ui-icon-triangle-1-s:before {
  content: "\f0d7";
}

.ui-icon-triangle-1-w:before {
  content: "\f0d9";
}

.ui-icon-arrow-1-n:before {
  content: "\f062";
}

.ui-icon-arrow-1-e:before {
  content: "\f061";
}

.ui-icon-arrow-1-s:before {
  content: "\f063";
}

.ui-icon-arrow-1-w:before {
  content: "\f060";
}

.ui-icon-arrowthick-1-n:before {
  content: "\f062";
}

.ui-icon-arrowthick-1-e:before {
  content: "\f061";
}

.ui-icon-arrowthick-1-s:before {
  content: "\f063";
}

.ui-icon-arrowthick-1-w:before {
  content: "\f060";
}

.ui-icon-search:before {
  content: "\f002";
}

.ui-icon-gear:before {
  content: "\f013";
}

.ui-icon-plus:before {
  content: "\f067";
}

.ui-icon-close:before {
  content: "\f00d";
}

.ui-icon-closethick:before {
  content: "\f00d";
}

.ui-icon-check:before {
  content: "\f00c";
}

.ui-icon-circle-plus:before {
  content: "\f055";
}

.ui-icon-circle-minus:before {
  content: "\f056";
}

.ui-icon-circle-close:before {
  content: "\f057";
}

.ui-icon-circle-triangle-e:before {
  content: "\f144";
}

.ui-icon-circle-triangle-s:before {
  content: "\f144";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.ui-icon-circle-triangle-w:before {
  content: "\f144";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.ui-icon-circle-triangle-n:before {
  content: "\f144";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}

.ui-icon-circle-arrow-e:before {
  content: "\f0a9";
}

.ui-icon-circle-arrow-s:before {
  content: "\f0ab";
}

.ui-icon-circle-arrow-w:before {
  content: "\f0a8";
}

.ui-icon-circle-arrow-n:before {
  content: "\f0aa";
}

.ui-icon-circle-zoomin:before {
  content: "\f010";
}

.ui-icon-circle-zoomout:before {
  content: "\f00e";
}

.ui-icon-circlesmall-plus:before {
  content: "\f055";
}

.ui-icon-circlesmall-minus:before {
  content: "\f056";
}

.ui-icon-circlesmall-close:before {
  content: "\f057";
}

.ui-icon-squaresmall-plus:before {
  content: "\f067";
}

.ui-icon-squaresmall-minus:before {
  content: "\f068";
}

.ui-icon-squaresmall-close:before {
  content: "\f00d";
}

.ui-icon-grip-solid-horizontal:before {
  content: "\f0dc";
}

.ui-datepicker {
  font-size: 15px;
  padding: 0.2em 0.2em 0;
  width: 17em;
  display: none;
  background: #fff;
}

.ui-datepicker-row-break {
  font-size: 0;
  width: 100%;
  clear: both;
}

.ui-datepicker .ui-datepicker-header {
  color: #fff;
  padding: 0.2em 0;
  border: 1px solid #299fc5;
  position: relative;
  background: #299fc5 url("images/ui-bg_gloss-wave_55_299fc5_500x100.png") 50% 50% repeat-x;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
  margin: 0 2.3em;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 0 1px;
  padding: 3px 2px 1px 0;
  border: 1px solid #333;
  border-radius: 0;
  background: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  padding: 2px 3px 4px 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ui-datepicker.ui-widget-content .ui-datepicker-next span,
.ui-datepicker.ui-widget-content .ui-datepicker-prev span {
  font-size: 1.3em;
  text-decoration: none !important;
}

.ui-datepicker.ui-widget-content .ui-datepicker-next span {
  letter-spacing: 1em;
}

.ui-datepicker.ui-widget-content .ui-datepicker-prev-hover:not(.ui-state-disabled),
.ui-datepicker.ui-widget-content .ui-datepicker-next-hover:not(.ui-state-disabled) {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.ui-datepicker.ui-widget-content .ui-datepicker-next.ui-state-hover,
.ui-datepicker.ui-widget-content .ui-datepicker-prev.ui-state-hover {
  border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  font-size: 0.9em;
  margin: 0 0 0.4em;
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker th {
  font-weight: bold;
  text-align: center;
  padding: 0.7em 0.3em;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: right;
  text-decoration: none;
  padding: 0.2em;
  display: block;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
  float: right;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker.ui-widget-content {
  border: 1px solid #CACACA;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-datepicker.ui-widget-content .ui-datepicker-title {
  font-weight: 600;
}

.ui-datepicker.ui-widget-content th {
  color: black;
  font-weight: 600;
}

.ui-datepicker.ui-widget-content td a,
.ui-datepicker.ui-widget-content td span {
  color: #2e6e9e;
  font-weight: bold;
  padding: 5px 3px 1px;
  border: 1px solid #c5dbec;
  background: #dfeffc;
}

.ui-datepicker.ui-widget-content td a.ui-state-hover,
.ui-datepicker.ui-widget-content td span.ui-state-hover {
  color: #1d5987;
  border: 1px solid #79b7e7;
  background: #d0e5f5;
}

.ui-datepicker.ui-widget-content td a.ui-state-highlight,
.ui-datepicker.ui-widget-content td span.ui-state-highlight {
  color: #363636;
  border: 1px solid #fad42e;
  background: #fbec88;
}

.ui-datepicker.ui-widget-content td a.ui-state-active,
.ui-datepicker.ui-widget-content td span.ui-state-active {
  color: #299fc5;
  border: 1px solid #79b7e7;
  background: #f5f8f9;
}

.ui-datepicker-header.ui-widget-header {
  color: #fff;
}

.ui-datepicker-header.ui-widget-header .ui-icon {
  color: #fff;
  overflow: hidden;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 0;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 0;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*
.ui-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
*/
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_217bc0_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.nx-page,
#skuidEditBtnContainer,
.blockMsg,
.ui-multiselect-menu,
.nx-page .nx-page-content,
#skuidEditBtnContainer .nx-page-content,
.ui-dialog .nx-page-content,
.blockMsg .nx-page-content,
.ui-multiselect-menu .nx-page-content {
  display: none;
}

.nx-page .nx-page,
#skuidEditBtnContainer .nx-page,
.ui-dialog .nx-page,
.blockMsg .nx-page,
.ui-multiselect-menu .nx-page {
  display: block;
}

.nx-page .nx-page-content {
  z-index: 1;
  position: relative;
}

.nx-page .nx-page {
  margin: 0;
}

.nx-page-clickcatcher {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}

.noSidebarCell > .nx-page {
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  margin-bottom: -30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.noSidebarCell > .nx-page .nx-page {
  margin: 0;
  border-radius: 0;
}

.noSidebarCell > .nx-page.sk-loading-swapping {
  margin-left: 0;
  margin-right: 0;
}

.sidebarCell + #bodyCell .nx-page {
  margin-top: -5px;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

.sidebarCell + #bodyCell .nx-page .nx-page {
  margin: 0;
  border-radius: 0;
}

.sidebarCell + #bodyCell .nx-page.sk-loading-swapping {
  margin-left: 0;
  margin-right: 0;
}

.sidebarCell.sidebarCollapsed + #bodyCell > .nx-page {
  margin-top: -5px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -11px;
  margin-bottom: -20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebarCell.sidebarCollapsed + #bodyCell > .nx-page .nx-page {
  margin: 0;
  border-radius: 0;
}

.sidebarCell.sidebarCollapsed + #bodyCell > .nx-page.sk-loading-swapping {
  margin-left: 0;
  margin-right: 0;
}

.nx-page.sk-loading {
  position: relative;
  height: 200px;
  z-index: 100;
  display: none;
}

.sk-loading > .sk-loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.nx-page.sk-loading.sk-loading-swapping {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
}

.sk-scrollfix-ios-body {
  position: fixed;
  overflow-x: scroll;
  height: 100%;
  width: 100%;
  padding: 0 !important;
}

.sk-scrollfix-ios-html {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.nx-attachmentimage {
  position: relative;
}

.nx-attachmentimage > .nx-fileupload-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2px 4px;
  color: #d00;
}

.nx-attachmentimage-image {
  width: 100%;
  display: block;
}

.nx-fileupload {
  position: relative;
}

.nx-fileupload > .ui-button {
  word-break: normal;
  position: relative;
  margin-left: 0;
}

.nx-file-droppable {
  border: 4px dashed #ccc;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #bbb;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webket-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nx-file-dropping {
  background-color: #ccc;
  border: 4px dashed #aaa;
  color: #444;
}

.nx-file-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0288d1;
  height: 10px;
}

.nx-file-progress:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ddd;
  height: 10px;
  width: 100%;
}

div.nx-fileupload-status {
  background: #1797c0;
}

div.nx-fileupload-status.nx-status {
  margin: 0 4px;
}

.ui-button.ui-state-disabled {
  cursor: default;
}

.ui-button.nx-button-tertiary {
  background: none;
  border: none;
}

.ui-button-icon-only .ui-button-text:before {
  content: "&#8203;";
}

.nx-basicfieldeditor {
  clear: both;
}

.nx-basicfieldeditor-contents {
  clear: both;
}

.nx-basicfieldeditor .nx-list-footer {
  display: none;
}

.nx-basicfieldeditor-item-label.nx-layout-above,
.nx-basicfieldeditor-item > .nx-field.nx-layout-above {
  display: block;
}

.nx-basicfieldeditor-item-label.nx-layout-above {
  width: 100%;
  word-wrap: break-word;
}

.nx-basicfieldeditor-item > .nx-field > .nx-fieldtext {
  word-break: normal;
  word-wrap: break-word;
}

.nx-basicfieldeditor .nx-fieldtext {
  outline: none;
}

.nx-field.disabled input,
.nx-field.disabled textarea,
.nx-field.disabled select {
  cursor: not-allowed;
}

.nx-field.disabled .ui-state-disabled {
  cursor: not-allowed !important;
}

.nx-field.disabled .nx-richtext-input {
  cursor: not-allowed;
}

.nx-field.halignright {
  text-align: right;
}

.nx-field.halignright input {
  text-align: right;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
}

.ui-autocomplete-wrapper {
  position: relative;
}

.sk-click2dial-wrapper {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  bottom: 2px;
}

.nx-field.nx-polymorphic,
table.nx-skootable-data div.nx-field.nx-polymorphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nx-field.nx-polymorphic > label,
.nx-field.nx-polymorphic > select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nx-field.nx-polymorphic > .ui-autocomplete-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nx-field.nx-polymorphic > input,
.nx-field.nx-polymorphic > div > input,
.nx-field.nx-polymorphic > div > div > input {
  -webkit-box-flex: 10;
      -ms-flex: 10 1 120px;
          flex: 10 1 120px;
  min-width: 0;
}

.nx-field .nx-richtext-input {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}

.sk-image-wrapper > .nx-field-image-withheight {
  width: auto;
  height: 100%;
}

.ui-dialog .ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

.ui-dialog .ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close .ui-icon {
  position: relative;
  margin: 0;
  left: 0;
}

table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-s.ui-state-disabled:after,
table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-n.ui-state-disabled:after {
  border-top: 0.3em solid #ddd;
}

table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-s.ui-state-disabled:before,
table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-n.ui-state-disabled:before {
  border-bottom: 0.3em solid #ddd;
}

table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-s:before {
  opacity: 0.2;
}

table.nx-skootable-data th .nx-skootable-order-icon.ui-icon-triangle-1-n:after {
  opacity: 0.2;
}

table.nx-skootable-data th .nx-skootable-order-icon:before {
  border-bottom-color: #0288d1;
}

table.nx-skootable-data th .nx-skootable-order-icon:after {
  border-top-color: #0288d1;
}

table.nx-skootable-data .sk-drawer-handle {
  cursor: pointer;
}

table.nx-skootable-data .sk-drawer-handle-arrow {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid white;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.nx-skootable-photowrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
}

.nx-skootable-photocontainer {
  clear: both;
}

.nx-skootable-buttonicon {
  cursor: pointer;
  display: inline-block;
}

.nx-skootable-floatheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

.nx-skootable-floatfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

.nx-skootable-floatsidebar {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 11;
}

.nx-skootable-floatsidebar .nx-skootable-floatfooter,
.nx-skootable-floatsidebar .nx-skootable-floatheader {
  right: auto;
}

.nx-editor-header .nx-button-list-config {
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  bottom: 0.35em;
}

.nx-list-loadmore {
  display: inline-block;
  cursor: pointer;
}

.nx-actionautocomplete {
  position: relative;
}

.nx-actionautocomplete .nx-actionselect-arrow {
  border-left: 0 solid white;
  padding: 5px 8px;
  vertical-align: top;
}

.nx-actionautocomplete .nx-actionselect-arrow > div.ui-icon {
  width: 8px;
  height: 5px;
  color: white;
}

.nx-actionautocomplete-has-menu-action {
  padding: 0 24px 0 2px;
}

.nx-actionautocomplete-resetitemswrapper {
  margin-right: 12px;
  left: 0;
}

.nx-actionautocomplete-resetitemlabel {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.nx-actionautocomplete-resetitembutton {
  float: right;
}

.nx-actionselect input[role=textbox] {
  padding-left: 3px;
}

.nx-actionselect div.clearfilter-btn {
  padding: 0 8px;
}

.nx-actionselect-text {
  padding: 4px 8px 5px 8px;
}

.nx-actionselect-arrow {
  border-left: 1px solid white;
  padding: 5px 8px;
}

.nx-actionselect-arrow > div.ui-icon {
  width: 8px;
  height: 12px;
  color: white;
  padding: 0;
  margin: 0;
}

.nx-actionselect-icon {
  margin: 0 6px 0 0;
}

.nx-actionselect-dropdown {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  background-color: inherit;
  border: none;
  border-top: 1px solid white;
  border-radius: 4px;
  opacity: 1;
  overflow: hidden;
  text-align: left;
}

.nx-actionselect-label {
  position: absolute;
  top: -12px;
  text-transform: uppercase;
}

.nx-actionselect div.clearfilter-btn {
  display: inline-block;
  cursor: pointer;
}

.nx-actionselect-text,
.nx-actionselect-arrow,
.nx-actionselect-icon {
  display: inline-block;
  vertical-align: middle;
}

div.nx-actionselect.nx-conditiontoken {
  display: inline-block;
}

.nx-conditiontoken.unavailable {
  cursor: default;
}

.nx-filter-daterange {
  vertical-align: middle;
}

.nx-viewswitcher {
  float: left;
  background: #1797c0;
}

div.nx-actionselect.nx-actionbutton {
  float: left;
}

.nx-conditioncontainer {
  float: right;
  text-align: center;
  margin: 2px 0 0 0;
}

.nx-conditioncontainer-left {
  float: left;
}

.nx-conditioncontainer-vertical-right .nx-actionselect-label {
  right: 0;
}

.nx-conditioncontainer-vertical-right input {
  text-align: right;
}

.nx-conditioncontainer-bottom {
  margin-top: 10px;
}

.sk-timefilter-body {
  background-color: white;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0288d1;
  cursor: auto;
}

.sk-timefilter-body > div {
  padding: 0;
}

div.sk-timefilter-label {
  color: #444;
  text-transform: uppercase;
  padding: 0;
}

.sk-timefilter-button,
.sk-timefilter-button-grey {
  background-color: #0288d1;
  float: right;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 6px 0 6px 6px;
  cursor: pointer;
}

.sk-timefilter-button-grey {
  background-color: #ddd;
}

.sk-timefilter-input {
  padding: 4px;
  width: 100%;
}

div.sk-timefilter-clearfilter-button {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}

.nx-conditiontoken > .ui-multiselect {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
}

.nx-conditiontoken > .ui-multiselect > span {
  vertical-align: middle;
  padding: 4px 8px 5px 8px;
  display: inline-block;
}

.unavailable .ui-state-disabled {
  opacity: 1;
}

.nx-actiondropdown {
  display: inline-block;
  position: relative;
}

.nx-actiondropdown > .nx-actiondropdown-dropdown {
  border-top: 1px solid;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
  text-align: left;
}

.nx-actiondropdown > .nx-actiondropdown-dropdown > .nx-actiondropdown-dropdown-item {
  padding: 4px 8px 5px;
  white-space: nowrap;
}

.nx-actiondropdown > .nx-actiondropdown-dropdown > .nx-actiondropdown-dropdown-item > .icon-spacer {
  visibility: hidden;
}

.nx-actiondropdown > .nx-actiondropdown-expand-button {
  margin-right: 0;
}

.nx-editor-header input.searchbox {
  width: 180px;
  padding: 2px;
  margin: 1px 0 4px 0;
}

.nx-editor .required textarea,
.nx-editor .required input,
.nx-editor .required select,
.nx-editor .required button.ui-multiselect,
.nx-editor .required [type=button].ui-multiselect,
.nx-editor .required .nx-richtext-input {
  border: none;
  border-top: 1px solid #d00;
  border-right: 4px solid #d00;
  border-bottom: 1px solid #d00;
  border-left: 1px solid #d00;
}

.sk-button-save,
.sk-button-cancel {
  margin-right: 4px;
  margin-left: 0;
}

.sk-button-applyfilter,
.sk-button-cancelfilter {
  margin-left: 4px;
}

.nx-error,
.nx-warning,
.nx-message {
  cursor: pointer;
  clear: both;
}

.nx-dupcounter,
.nx-status {
  float: right;
}

.nx-property-error {
  color: red;
}

/* @TODO */
.nx-error {
  background: #d00;
  border-radius: 4px;
  color: white;
  text-align: center;
  padding: 4px;
  margin: 4px;
}

.nx-error .ui-icon {
  color: white;
}

.nx-page-problems-dismiss {
  display: inline;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 10px;
}

/* @TODO */
.nx-warning {
  background: #e90;
  border-radius: 4px;
  color: white;
  text-align: center;
  padding: 4px;
  margin: 4px;
}

/* @TODO */
.nx-message {
  background: #10579d;
  border-radius: 4px;
  color: white;
  text-align: center;
  padding: 4px;
  margin: 4px;
}

.nx-dupcounter {
  background-color: white;
  border-radius: 4px;
  padding: 1px 5px 2px 6px;
}

.nx-error > .nx-dupcounter {
  color: #d00;
}

.nx-warning > .nx-dupcounter {
  color: #e90;
}

.nx-message > .nx-dupcounter {
  color: #10579d;
}

/* @TODO */
.nx-status {
  background: #006666;
  position: relative;
  color: white;
  border-radius: 4px;
  margin: 0 6px 4px 0;
  -webkit-box-shadow: 0 0 6px 2px #ddd;
          box-shadow: 0 0 6px 2px #ddd;
  vertical-align: middle;
}

div.nx-status {
  white-space: normal;
}

.nx-status-text {
  padding: 7px 10px 8px;
}

.nx-problem {
  margin-left: 5px;
  padding: 10px;
}

.nx-error-inline {
  color: red;
  padding: 3px;
}

.nx-error-inline input,
.nx-error-inline .nx-fieldtext {
  outline: 2px solid red;
}

.nx-field .sk-icon-inline-error {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  margin-right: 10px;
  color: red;
}

.nx-basicfieldeditor .nx-field input ~ .sk-icon-inline-error,
.nx-basicfieldeditor .nx-field div ~ .sk-icon-inline-error {
  -webkit-transform: translate(-30%, -65%);
          transform: translate(-30%, -65%);
  padding-right: 0;
}

.nx-basicfieldeditor .nx-field .nx-field-reference-search ~ .sk-icon-inline-error {
  -webkit-transform: translate(-110%, -65%);
          transform: translate(-110%, -65%);
}

.nx-basicfieldeditor .nx-field .nx-fieldtext ~ .sk-icon-inline-error {
  -webkit-transform: translate(-100%, -43%);
          transform: translate(-100%, -43%);
}

.nx-loading {
  margin-top: 10px;
  color: #999;
}

.nx-loading-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.nx-include-panel {
  min-height: 100px;
  position: relative;
}

.ui-tooltip {
  background: black;
  color: white;
  border: none;
  opacity: 0.9;
  padding: 0;
  margin: 0 4px;
}

.ui-tooltip-content {
  position: relative;
  padding: 6px 10px;
}

.sk-hastooltip {
  position: relative;
}

.sk-hastooltip::after {
  content: "▸";
  display: block;
  height: 0;
  position: absolute;
  color: black;
  top: 0;
  left: 1px;
  text-align: center;
  -khtml-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100%;
}

.nx-cal {
  margin-top: 6px;
}

.nx-cal-header-title {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #0288d1;
  margin: 0 4px 0 4px;
  text-align: center;
}

.nx-cal-main {
  position: relative;
}

.nx-cal .nx-cal-header-icon {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #0288d1;
  margin-right: 4px;
}

.nx-cal .nx-cal-header-icon:nth-child(2) {
  margin-right: 0.25em;
}

.nx-cal-table {
  table-layout: fixed;
  width: 100%;
  max-width: 100vw;
  border-collapse: collapse;
  clear: both;
}

.nx-cal-table th {
  border: 1px solid #ddd;
  padding: 4px;
  background-color: #eee;
  text-align: center;
}

.nx-cal-table td {
  vertical-align: top;
}

td.nx-cal-week-hour {
  border: 1px solid #eee;
}

td.nx-cal-month {
  height: 90px;
  border: 1px solid #eee;
  background: #ffffff;
}

.nx-cal-month-header-label {
  float: left;
  background: #fff;
  padding: 2px;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 24px;
  margin-bottom: 2px;
  color: #000;
}

.nx-cal-other-month,
td.nx-cal-other-month {
  background: #f5f5f5;
}

.nx-cal .nx-editor-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

td.nx-cal-week-hour {
  height: 20px;
  border-bottom: 1px dashed #eee;
  border-top: 1px solid #ddd;
}

td.nx-cal-week-hour-label {
  border-right: 1px solid #ccc;
  text-align: right;
}

td.nx-cal-week-hour-label div {
  color: #555;
  padding: 2px 4px;
}

tr:nth-child(odd) > td.nx-cal-week-hour {
  background-color: white;
  border-bottom: 1px solid #eee;
}

tr:nth-child(even) > td.nx-cal-week-hour {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  height: 20px;
}

tr:nth-child(odd) > td.nx-cal-week-hour-label {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}

tr:nth-child(even) > td.nx-cal-week-hour-label {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

th.nx-cal-week-corner {
  width: 80px;
  background-color: white;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

.nx-cal-week-event-container {
  position: relative;
}

.nx-cal-day-event-container {
  position: relative;
  float: right;
  height: 60px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nx-cal-day-header {
  text-align: left !important;
}

td.nx-cal-day-room > .room-label {
  padding: 8px;
}

tr:nth-child(even) > td.nx-cal-day-room {
  background-color: #f5f5f5;
}

tr:nth-child(even) > td.nx-cal-day-room-label {
  background-color: #f5f5f5;
}

.nx-cal-day-header {
  text-align: left !important;
}

.nx-cal-event {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: #84c7e1;
  border-radius: 6px;
  text-align: left;
  white-space: normal;
  border: 2px solid white;
  -webkit-box-shadow: 1px 1px 11px rgba(50, 50, 50, 0.15);
  box-shadow: 1px 1px 11px rgba(50, 50, 50, 0.15);
}

.nx-cal-event-week {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: 1px 4px;
}

.nx-cal-event-day {
  position: absolute;
  height: 100%;
  overflow: hidden;
  padding: 3px;
}

.nx-cal-event-month {
  clear: both;
  margin: 2px;
  padding: 4px;
}

.nx-cal-plusbutton {
  float: right;
  margin: 3px;
  cursor: pointer;
}

.nx-cal-day-floatheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

td.nx-cal-floating-table-cell {
  visibility: hidden;
  border: 0 solid white;
}

.nx-dt-timewrapper {
  display: inline-block;
  white-space: nowrap;
}

.nx-cal-selected {
  background-color: #fbf7d6 !important;
}

th.nx-cal-divider-cell,
td.nx-cal-divider-cell {
  border-right: 1px solid #ccc;
}

.nx-cal-dowpicker {
  margin-left: 4px;
  color: #0288d1;
}

.nx-cal-dowpicker-item {
  display: inline-block;
  cursor: pointer;
  margin: 2px;
}

.nx-cal-dowpicker-item.off {
  opacity: 0.4;
}

div.ui-multiselect {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  text-align: center;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  border: solid 1px #cacaca;
  color: black;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-multiselect span.ui-icon {
  float: right;
  display: none;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}

.ui-multiselect-header.ui-widget-header {
  margin-bottom: 4px;
  padding: 4px;
  background: #0288d1;
}

.ui-multiselect-header ul span.ui-icon {
  color: white;
}

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
  margin-left: 0;
}

.ui-multiselect-header span.ui-icon {
  float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 5px;
}

.ui-multiselect-menu {
  display: none;
  position: absolute;
  z-index: 10000;
  text-align: left;
}

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
}

.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}

.ui-multiselect-checkboxes label > span {
  vertical-align: middle;
  padding: 4px;
}

.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}

.ui-multiselect-checkboxes li {
  clear: both;
  padding-right: 3px;
  margin-left: 0;
  border-bottom: 1px solid #eee;
  color: black;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
}

* html .ui-multiselect-checkboxes label {
  border: none;
}

.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}

.ui-multiselect-filter input {
  width: 100%;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sk-unrendered {
  display: none;
}

.nx-displaytype-CURRENCY {
  text-align: right;
}

.zen .zen-moreTabs ul {
  z-index: 50 !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

td.sidebarCollapsed {
  padding: 0;
}

.ie8-textarea {
  width: 700px;
  min-width: 100%;
  max-width: 100%;
}

#skuidEditBtnContainer {
  position: fixed;
  top: 400px;
  right: 0;
  width: 16px;
  display: none;
  overflow-x: hidden;
  padding: 0 0 7px 4px;
  z-index: 9999;
}

#skuidEditBtn {
  background-color: #666;
  color: white;
  border-radius: 5px;
  border: solid 2px white;
  padding: 7px 25px 7px 6px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10px rgba(100, 100, 100, 0.4);
  box-shadow: 0 2px 10px rgba(100, 100, 100, 0.4);
  width: 75px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.skuidEditButtonLabel {
  display: inline-block;
  vertical-align: middle;
}

.nx-imageview .ui-dialog-titlebar {
  display: none;
}

.nx-imageview {
  border: 0 solid white;
}

.silk {
  height: 16px;
  width: 16px;
}

.newbutton {
  cursor: pointer;
}

.inlineedit {
  float: right;
}

.nx-edithover {
  position: absolute;
  cursor: pointer;
  top: 4px;
  right: 4px;
  margin: 2px 0 0 0;
}

.nx-spinner {
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  border: 4px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%;
}

.nx-spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  height: 100%;
  width: 100%;
  border-top: 4px solid rgba(0, 174, 239, 0.8);
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 100%;
}

.nx-spinner-small {
  height: 12px;
  width: 12px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%;
}

.nx-spinner-small:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  border-top: 2px solid rgba(0, 174, 239, 0.8);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.sk-headerwrapper {
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.sidebarCell + #bodyCell .sk-headerwrapper {
  background: #333;
}

.sidebarCell.sidebarCollapsed + #bodyCell .sk-headerwrapper {
  background: #333;
}

.noSidebarCell .sk-headerwrapper-fixed,
.sidebarCell.sidebarCollapsed + #bodyCell .sk-headerwrapper-fixed {
  padding: 0 10px;
}

.sidebarCell + #bodyCell .sk-headerwrapper-fixed {
  padding: 0 10px 0 236px;
}

.sk-headerwrapper-fixed,
.noSidebarCell .sk-headerwrapper-fixed,
.sidebarCell + #bodyCell .sk-headerwrapper-fixed,
.sidebarCell.sidebarCollapsed + #bodyCell .sk-headerwrapper-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
}

.sk-footerwrapper {
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.noSidebarCell .sk-footerwrapper {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebarCell + #bodyCell .sk-footerwrapper {
  background: #333;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

.sidebarCell.sidebarCollapsed + #bodyCell .sk-footerwrapper {
  background: #333;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.noSidebarCell .sk-footerwrapper-fixed,
.sidebarCell.sidebarCollapsed + #bodyCell .sk-footerwrapper-fixed {
  padding: 0 10px;
}

.sidebarCell + #bodyCell .sk-footerwrapper-fixed {
  padding: 0 10px 0 236px;
}

.sk-footerwrapper-fixed,
.noSidebarCell .sk-footerwrapper-fixed,
.sidebarCell + #bodyCell .sk-footerwrapper-fixed,
.sidebarCell.sidebarCollapsed + #bodyCell .sk-footerwrapper-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
}

.sk-navigation {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 4px;
}

.sk-navigation a {
  color: inherit;
  outline: none;
}

.sk-navigation-item > a {
  margin: -6px -8px;
  padding: 6px 8px;
  display: block;
}

.sk-navigation-item {
  display: inline-block;
  padding: 6px 8px;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.sk-navigation-item div[data-rendered=false] {
  display: none;
}

.sk-dropnav,
div.sk-navigation.sk-navigation-dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 18px 0 0;
}

.sk-navigation-item-label,
.sk-navigation-item-iconlabel {
  display: inline-block;
  vertical-align: middle;
}

.sk-navigation-item-iconlabel {
  margin: 0 8px;
}

.sk-navigation-item-icon.inline.withtip {
  display: none;
}

.sk-subnavigation {
  position: absolute;
  top: 32px;
  left: 0;
  margin: 0 2px;
  opacity: 1;
  border: none;
}

.sk-navigation-vertical {
  vertical-align: middle;
}

.sk-navigation-vertical .sk-navigation-item {
  display: block;
}

.sk-navigation-vertical > .sk-navigation-item {
  margin: 0;
}

.sk-navigation-dropdown .sk-dropnav-dropdown {
  position: absolute;
  z-index: 2;
}

.sk-navigation .sk-subnavigation {
  top: 100%;
  min-width: 100%;
}

.sk-navigation .sk-subnavigation .sk-subnavigation,
.sk-navigation-dropdown .sk-subnavigation,
.sk-navigation-vertical .sk-subnavigation {
  top: 0;
  right: auto;
  left: 100%;
}

.sk-navigation .sk-subnavigation .sk-subnavigation.left,
.sk-navigation-dropdown .sk-subnavigation.left {
  left: auto;
  right: 100%;
}

div.sk-navigation-dropdown > .nx-actionselect-arrow {
  border-left: none;
}

div.sk-navigation-dropdown > .sk-dropnav-text {
  display: inline-block;
}

div.sk-navigation-dropdown > .sk-dropnav-dropdown,
.sk-subnavigation {
  border-top: none;
  background: rgba(0, 0, 0, 0.9);
  color: #ccc;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

div.sk-navigation-dropdown > .sk-dropnav-dropdown a,
.sk-subnavigation a {
  color: #ccc;
}

.sk-subnavigation .sk-navigation-item a {
  color: #ccc;
}

.sk-navigation-dropdown > .sk-dropnav-dropdown > .sk-dropnav-dropdown-item {
  padding: 0;
  border-bottom: none;
  display: block;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  color: #ccc;
}

div.sk-navigation-dropdown > .sk-dropnav-dropdown > .sk-dropnav-dropdown-item > .sk-navigation-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.sk-subnavigation .sk-navigation-item {
  padding: 6px 8px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  display: block;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
}

div.sk-navigation-dropdown > .sk-dropnav-dropdown > .sk-dropnav-dropdown-item > .sk-navigation-item {
  display: block;
  margin: 0;
}

.sk-dropnav-arrow {
  display: inline-block;
}

.sk-dropnav-arrow div {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  display: inline-block;
}

.sk-footerwrapper .sk-navigation > .sk-navigation-item > .sk-subnavigation,
.sk-footerwrapper .sk-navigation-dropdown > .sk-dropnav-dropdown {
  top: inherit;
  bottom: 100%;
}

.sk-footerwrapper .sk-navigation .sk-subnavigation .sk-subnavigation,
.sk-footerwrapper .sk-navigation-dropdown .sk-subnavigation,
.sk-footerwrapper .sk-navigation-vertical .sk-subnavigation {
  top: inherit;
  bottom: -1px;
}

.sk-navigation-horizontal.sk-responsive-small .collapse,
.sk-navigation-horizontal.sk-responsive-medium .collapse {
  display: none;
}

.sk-navigation-collapsed .sk-navigation-item.top-level .sk-navigation-item-iconlabel,
.sk-navigation-collapsed .sk-navigation-item.top-level .sk-navigation-item-label {
  display: none;
}

.sk-navigation-collapsed .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-iconlabel,
.sk-navigation-collapsed .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-label {
  display: inline-block;
}

.sk-navigation-collapsed .sk-navigation-item-icon.inline {
  display: none;
}

.sk-navigation-collapsed .sk-navigation-item-icon.inline.withtip {
  display: inline-block;
}

.sk-navigation-collapsed .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-icon {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .sk-navigation-horizontal.sk-responsive-medium .collapse {
    display: inline-block;
  }

  .sk-navigation-horizontal.sk-responsive-medium .top-level {
    display: none;
  }

  .sk-navigation-horizontal.sk-responsive-medium.sk-navigation-wrapcentered .sk-navigation-item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }

  .sk-navigation-horizontal.sk-responsive-medium .sk-navigation.overflow {
    display: none !important;
  }

  .sk-navigation-vertical.sk-responsive-medium .sk-navigation-item.top-level .sk-navigation-item-iconlabel,
.sk-navigation-vertical.sk-responsive-medium .sk-navigation-item.top-level .sk-navigation-item-label,
.sk-navigation-vertical.sk-responsive-medium .sk-navigation-item-expandcollapse {
    display: none;
  }

  .sk-navigation-vertical.sk-responsive-medium .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-iconlabel,
.sk-navigation-vertical.sk-responsive-medium .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-label {
    display: inline-block;
  }

  .sk-navigation-vertical.sk-responsive-medium .sk-navigation-item-icon.inline {
    display: none;
  }

  .sk-navigation-vertical.sk-responsive-medium .sk-navigation-item-icon.inline.withtip {
    display: inline-block;
  }

  .sk-navigation-vertical.sk-responsive-medium .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-icon {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .sk-navigation-horizontal.sk-responsive-small .collapse {
    display: inline-block;
  }

  .sk-navigation-horizontal.sk-responsive-small .top-level {
    display: none;
  }

  .sk-navigation-horizontal.sk-responsive-small.sk-navigation-wrapcentered .sk-navigation-item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .sk-navigation-horizontal.sk-responsive-small .sk-navigation.overflow {
    display: none !important;
  }

  .sk-navigation-vertical.sk-responsive-small .sk-navigation-item.top-level .sk-navigation-item-iconlabel,
.sk-navigation-vertical.sk-responsive-small .sk-navigation-item.top-level .sk-navigation-item-label,
.sk-navigation-vertical.sk-responsive-small .sk-navigation-item-expandcollapse {
    display: none;
  }

  .sk-navigation-vertical.sk-responsive-small .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-iconlabel,
.sk-navigation-vertical.sk-responsive-small .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-label {
    display: inline-block;
  }

  .sk-navigation-vertical.sk-responsive-small .sk-navigation-item-icon.inline {
    display: none;
  }

  .sk-navigation-vertical.sk-responsive-small .sk-navigation-item-icon.inline.withtip {
    display: inline-block;
  }

  .sk-navigation-vertical.sk-responsive-small .sk-navigation-item.top-level .sk-navigation-item .sk-navigation-item-icon {
    display: inline-block;
  }
}
.sk-search {
  position: relative;
}

.sk-search > .nx-spinner-small {
  border: 2px solid rgba(10, 174, 239, 0.15);
}

.sk-search > .nx-spinner-small:before {
  border-top: 2px solid rgba(10, 174, 239, 0.8);
}

.sk-search > div.nx-field-reference-search {
  color: rgba(255, 255, 255, 0.5);
}

.sk-search .ui-autocomplete-input {
  width: 100%;
  border: 0 solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sk-search-results {
  overflow: hidden;
  min-width: 100%;
}

.sk-search-results .sk-icon,
.sk-search-results a .sk-icon {
  display: inline-block;
}

.sk-search-result-header > .sk-view-link,
.sk-search-result-header > a.sk-view-link {
  cursor: pointer;
  vertical-align: middle;
}

.sk-search-result {
  position: relative;
}

.sk-search-identifier {
  display: block;
}

.sk-search-actions > .sk-icon {
  display: inline-block;
}

.sk-image-wrapper > img,
.sk-image-wrapper > a,
.sk-image-wrapper > button {
  display: block;
  width: 100%;
}

.sk-image-wrapper > a > img,
.sk-image-wrapper > button > img {
  display: block;
  width: 100%;
}

.sk-image-wrapper > button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.sk-colorpicker {
  display: table;
}

.sk-colorpicker-wrapper {
  display: table-row;
}

.sk-colorpicker-wrapper > DIV {
  display: table-cell;
}

.sk-colorpicker-preview {
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.sk-colorpicker-preview-wrapper {
  height: 18px;
  width: 18px;
  margin-bottom: -6px;
  margin-left: 5px;
  border: 1px solid black;
}

.sk-colorpicker-popup {
  position: absolute;
  padding: 8px;
  display: table;
  z-index: 100;
  background-color: white;
}

.sk-colorpicker-popup-contents {
  display: table-row;
}

.sk-colorpicker-popup-panel {
  display: table-cell;
  vertical-align: top;
}

.sk-swatch-panel {
  padding-right: 8px;
  border-right: 1px solid black;
}

.sk-gradient-panel {
  padding-left: 8px;
}

.sk-colorpicker-table {
  display: table;
}

.sk-colorpicker-table > .sk-colorpicker-row {
  display: table-row;
  height: 8px;
}

.sk-colorpicker-table > .sk-colorpicker-row > .sk-colorpicker-cell {
  display: table-cell;
  height: 8px;
  width: 8px;
}

.sk-colorpicker-table > .sk-colorpicker-row > .sk-colorpicker-cell > .sk-colorpicker-swatch {
  height: 18px;
  width: 18px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0.2px #666;
          box-shadow: 0 0 0 0.2px #666;
}

.sk-gradient-panel > DIV {
  display: inline-block;
  white-space: nowrap;
}

.sk-colorpicker-gradient {
  width: 150px;
  height: 150px;
  display: table;
  -webkit-box-shadow: 0 0 0 1px #666;
          box-shadow: 0 0 0 1px #666;
}

.sk-colorpicker-gradient-layer1 {
  width: 150px;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sk-colorpicker-gradient-layer2 {
  width: 150px;
  height: 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.sk-colorpicker-hsl {
  height: 150px;
  vertical-align: top;
  white-space: nowrap;
}

.sk-colorpicker-hsl > .sk-hsl-preview {
  height: 11px;
  width: 82px;
  margin-left: 12px;
  border: 1px solid #666;
}

.sk-colorpicker-hsl > .sk-colorpicker-slider {
  display: inline-block;
  height: 126px;
  width: 12px;
  margin-top: 10px;
  margin-left: 12px;
  border-radius: 0;
  border-color: #666;
}

.sk-colorpicker-hsl > .sk-colorpicker-slider > .ui-slider-handle {
  height: 7px;
  width: 21px;
  border: 1px solid #666;
  border-radius: 0;
  cursor: ns-resize;
  background: transparent;
  margin-bottom: -5px;
}

.sk-colorpicker-hsl > .sk-colorpicker-slider > .ui-slider-handle:before {
  content: "foo";
  display: block;
  height: 5px;
  margin: auto 0;
  background-color: #600;
}

.sk-colorpicker-hsl > .sk-colorpicker-slider .layer1,
.sk-colorpicker-hsl > .sk-colorpicker-slider .layer2 {
  height: 126px;
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_1 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#ff0));
  background-image: linear-gradient(to bottom, #f00, #ff0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0000", endColorstr="#FFFF00");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_2 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#0f0));
  background-image: linear-gradient(to bottom, #ff0, #0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFF00", endColorstr="#00FF00");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_3 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0), to(#0ff));
  background-image: linear-gradient(to bottom, #0f0, #0ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FF00", endColorstr="#00FFFF");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_4 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ff), to(#00f));
  background-image: linear-gradient(to bottom, #0ff, #00f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFF", endColorstr="#0000FF");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_5 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#f0f));
  background-image: linear-gradient(to bottom, #00f, #f0f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000FF", endColorstr="#FF00FF");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-h .layer1_6 {
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f), to(#f00));
  background-image: linear-gradient(to bottom, #f0f, #f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF00FF", endColorstr="#FF0000");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-s .layer2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#808080), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #808080, rgba(204, 154, 129, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#808080");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-l .layer2_1 {
  height: 63px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(204, 154, 129, 0)), to(#fff));
  background-image: linear-gradient(to top, rgba(204, 154, 129, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sk-colorpicker-hsl > .sk-colorpicker-slider.sk-hsl-l .layer2_2 {
  height: 63px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

/*
.flex-text-wrap textarea,
.flex-text-wrap pre {
    overflow: hidden;
    white-space: pre-wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    *white-space: pre;
    *word-wrap: break-word;
}

.flex-text-wrap pre {
    display: block;
    visibility: hidden;
}
*/
.sk-visualizations-chart-data {
  display: none;
}

.sk-chartset-drillup-button {
  background: #0097a7;
  color: #fff;
}

.sk-filterset {
  padding: 0;
}

.sk-filterset .nx-conditioncontainer {
  text-align: left;
}

.sk-filterset-center {
  margin: 0 auto;
}

.sk-filterset-right .sk-filterset-item {
  float: right;
}

.sk-filterset-item {
  display: inline-block;
  position: relative;
}

.sk-filterset-vertical {
  vertical-align: middle;
}

.sk-filterset-vertical .nx-actionselect-arrow {
  float: right;
}

.sk-filterset-vertical .sk-filterset-item {
  display: block;
}

.sk-filterset-vertical .nx-conditiontoken {
  display: block;
}

.sk-filterset-vertical div.nx-actionselect.nx-conditiontoken {
  display: block;
}

.sk-filterset-vertical .nx-conditioncontainer {
  float: none;
}

.sk-filterset-vertical div[class*=nx-conditioncontainer-] {
  float: none;
}

.sk-filterset-vertical div[class*=nx-header-] {
  float: none;
}

.sk-filterset-vertical div[class*=sk-button-] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin-left: 0;
}

.sk-filterset-vertical div[class*=sk-button-]:last-child {
  background-clip: content-box;
  border-left: 4px solid transparent;
}

.sk-filterset-vertical input.searchbox {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sk-filterset-vertical .sk-filterset-item:not(:first-child) {
  margin-top: 0.5em;
}

.sk-filterset-vertical .sk-filterset-item:not(:last-child) {
  margin-bottom: 2.5em;
}

.sk-filterset-vertical .sk-filterset-item:last-child {
  margin-bottom: 1.8em;
}

.sk-filterset-vertical .nx-actionselect-haslabel:not(:first-child) {
  margin-top: 0.75em;
}

.sk-deck article {
  padding: 1em;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.sk-deck .sk-card.deleted {
  -webkit-box-shadow: 0 0 0 2px #d64848;
          box-shadow: 0 0 0 2px #d64848;
}

.sk-deck .sk-card.selected {
  -webkit-box-shadow: 0 0 0 2px #0288d1;
          box-shadow: 0 0 0 2px #0288d1;
}

.nx-editor-header-deck-numberselected {
  position: relative;
  right: 0.3em;
  top: 0.3em;
  margin-left: 7px;
}

ul.ui-combobox {
  z-index: 100005;
  max-height: 273px;
  overflow-y: scroll;
}

.custom-combobox {
  position: relative;
}

.nx-combobox-renderer-button {
  content: "";
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  width: 1.5em;
  background: #0288d1;
}

.ui-combobox-container {
  position: fixed;
  z-index: 10000;
  overflow: visible;
}

.sk-pagepanel {
  background: #eee;
  padding: 1em;
  position: fixed;
  will-change: transform;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.sk-pagepanel.sk-pagepanel-left,
.sk-pagepanel.sk-pagepanel-right {
  height: 100vh;
  top: 0;
  overflow-y: auto;
}

.sk-pagepanel.sk-pagepanel-top,
.sk-pagepanel.sk-pagepanel-bottom {
  width: 100vw;
  left: 0;
  overflow-x: auto;
}

.sk-pagepanel.sk-pagepanel-overlay {
  z-index: 2;
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-animatable {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-left.sk-pagepanel-open,
.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-right.sk-pagepanel-open,
.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-top.sk-pagepanel-open,
.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-bottom.sk-pagepanel-open {
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  border-right: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  border-left: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-top {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  border-bottom: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-overlay.sk-pagepanel-bottom {
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  border-top: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-reveal,
.sk-pagepanel.sk-pagepanel-push {
  z-index: 0;
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-left,
.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-left {
  left: 0;
  border-right: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-right,
.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-right {
  right: 0;
  border-left: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-top,
.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-top {
  top: 0;
  border-bottom: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-bottom,
.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-bottom {
  bottom: 0;
  border-top: 1px solid #ddd;
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-left {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-top {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sk-pagepanel.sk-pagepanel-reveal.sk-pagepanel-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-top {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.sk-pagepanel.sk-pagepanel-push.sk-pagepanel-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.nx-page.nx-page-withpanels {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.nx-page.nx-page-withpanels.nx-page-sliding-left,
.nx-page.nx-page-withpanels.nx-page-sliding-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nx-page.nx-page-withpanels.nx-page-sliding-top,
.nx-page.nx-page-withpanels.nx-page-sliding-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nx-page.nx-page-withpanels .nx-page-content {
  z-index: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.nx-page.nx-page-withpanels .nx-page-content.nx-page-sliding-left,
.nx-page.nx-page-withpanels .nx-page-content.nx-page-sliding-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nx-page.nx-page-withpanels .nx-page-content.nx-page-sliding-top,
.nx-page.nx-page-withpanels .nx-page-content.nx-page-sliding-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nx-page .nx-page-withpanels-pushed {
  overflow-y: auto;
  max-height: 100vh;
}

.nx-basicfieldeditor .nx-field .nx-fieldtext ~ .sk-icon-inline-error {
  -webkit-transform: translate(-150%, -45%);
          transform: translate(-150%, -45%);
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
