body {
  color: #000;
  display: block;
  font-family: 'Segoe UI', Arial;
  font-size: 12px;
  padding: 0px;
  margin: 0px; }

.px-help-article {
  margin: 0px 15px; }
  .px-help-article TD {
    vertical-align: top; }
  .px-help-article img {
    max-width: 100%; }
  .px-help-article DIV.infobox, .px-help-article DIV.warnbox, .px-help-article DIV.tipsbox, .px-help-article DIV.seealsobox, .px-help-article DIV.videobox {
    width: 500px;
    max-width: 100%;
    min-height: 40px;
    font-size: 14px;
    margin: 10px 5px;
    border-radius: 4px;
    position: relative;
    border: dotted 1px #666;
    background-color: #E0EFFF;
    white-space: nowrap;
    box-shadow: 0px 2px 4px -1px #646464; }
    .px-help-article DIV.infobox > SPAN, .px-help-article DIV.warnbox > SPAN, .px-help-article DIV.tipsbox > SPAN, .px-help-article DIV.seealsobox > SPAN, .px-help-article DIV.videobox > SPAN {
      display: inline-block;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      background: url(/images/info.png);
      margin: 3px 6px; }
    .px-help-article DIV.infobox > P, .px-help-article DIV.warnbox > P, .px-help-article DIV.tipsbox > P, .px-help-article DIV.seealsobox > P, .px-help-article DIV.videobox > P, .px-help-article .pxh-article OL DIV.infobox > LI, .pxh-article OL .px-help-article DIV.infobox > LI, .px-help-article .pxh-article OL DIV.warnbox > LI, .pxh-article OL .px-help-article DIV.warnbox > LI, .px-help-article .pxh-article OL DIV.tipsbox > LI, .pxh-article OL .px-help-article DIV.tipsbox > LI, .px-help-article .pxh-article OL DIV.seealsobox > LI, .pxh-article OL .px-help-article DIV.seealsobox > LI, .px-help-article .pxh-article OL DIV.videobox > LI, .pxh-article OL .px-help-article DIV.videobox > LI {
      margin: 0;
      /* margin-left: 43px; */
      padding: 3px;
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      width: 445px;
      max-width: calc(100% - 55px);
      font-size: 15px; }
    .px-help-article DIV.infobox > P + P, .px-help-article DIV.warnbox > P + P, .px-help-article DIV.tipsbox > P + P, .px-help-article DIV.seealsobox > P + P, .px-help-article DIV.videobox > P + P, .px-help-article .pxh-article OL DIV.infobox > LI + P, .pxh-article OL .px-help-article DIV.infobox > LI + P, .px-help-article .pxh-article OL DIV.warnbox > LI + P, .pxh-article OL .px-help-article DIV.warnbox > LI + P, .px-help-article .pxh-article OL DIV.tipsbox > LI + P, .pxh-article OL .px-help-article DIV.tipsbox > LI + P, .px-help-article .pxh-article OL DIV.seealsobox > LI + P, .pxh-article OL .px-help-article DIV.seealsobox > LI + P, .px-help-article .pxh-article OL DIV.videobox > LI + P, .pxh-article OL .px-help-article DIV.videobox > LI + P, .px-help-article .pxh-article OL DIV.infobox > P + LI, .pxh-article OL .px-help-article DIV.infobox > P + LI, .px-help-article .pxh-article OL DIV.warnbox > P + LI, .pxh-article OL .px-help-article DIV.warnbox > P + LI, .px-help-article .pxh-article OL DIV.tipsbox > P + LI, .pxh-article OL .px-help-article DIV.tipsbox > P + LI, .px-help-article .pxh-article OL DIV.seealsobox > P + LI, .pxh-article OL .px-help-article DIV.seealsobox > P + LI, .px-help-article .pxh-article OL DIV.videobox > P + LI, .pxh-article OL .px-help-article DIV.videobox > P + LI, .px-help-article .pxh-article OL DIV.infobox > LI + LI, .pxh-article OL .px-help-article DIV.infobox > LI + LI, .px-help-article .pxh-article OL DIV.warnbox > LI + LI, .pxh-article OL .px-help-article DIV.warnbox > LI + LI, .px-help-article .pxh-article OL DIV.tipsbox > LI + LI, .pxh-article OL .px-help-article DIV.tipsbox > LI + LI, .px-help-article .pxh-article OL DIV.seealsobox > LI + LI, .pxh-article OL .px-help-article DIV.seealsobox > LI + LI, .px-help-article .pxh-article OL DIV.videobox > LI + LI, .pxh-article OL .px-help-article DIV.videobox > LI + LI {
      display: block; }
  .px-help-article DIV.warnbox {
    background-color: #FFF8D3; }
    .px-help-article DIV.warnbox > SPAN {
      background: url(/images/alert.png); }
  .px-help-article DIV.tipsbox {
    background-color: #e5fecd; }
    .px-help-article DIV.tipsbox > SPAN {
      background: url(/images/tips.png); }
  .px-help-article DIV.seealsobox {
    background-color: #e2e2e2; }
    .px-help-article DIV.seealsobox > SPAN {
      background: url(/images/seealso.png); }
  .px-help-article DIV.videobox {
    background-color: #eee;
    width: 300px;
    color: #fff; }
    .px-help-article DIV.videobox A {
      color: #5A0000;
      text-decoration: none; }
      .px-help-article DIV.videobox A:hover {
        text-decoration: underline; }
    .px-help-article DIV.videobox > SPAN {
      background: url(/images/video.png); }

h1 {
  font-weight: normal;
  font-size: 19px;
  margin: 15px 0px 5px;
  padding: 0;
  color: #232323;
  border-bottom: dotted 1px #0099FF; }

.px-help-breadcrum {
  background-color: #444;
  padding: 2px 8px;
  color: #eee; }
  .px-help-breadcrum > A {
    color: #f0f0f0;
    text-decoration: none; }
    .px-help-breadcrum > A:hover {
      text-decoration: underline;
      color: #0099FF; }
  .px-help-breadcrum .selected {
    font-weight: bold; }

.px-help-seeAlso {
  border-top: solid 2px #0099FF;
  font-size: 12px;
  margin: 15px 0;
  padding: 0 15px; }
  .px-help-seeAlso LI {
    line-height: 1.5em; }
    .px-help-seeAlso LI .selected {
      font-weight: bold; }
    .px-help-seeAlso LI A {
      color: #121AD8;
      text-decoration: none; }
      .px-help-seeAlso LI A:hover {
        text-decoration: underline;
        color: #0099FF; }
  .px-help-seeAlso ul {
    padding-left: 15px;
    list-style-type: none; }
  .px-help-seeAlso > ul {
    padding: 0; }

.pxh-help-snippet > H1 {
  font-size: 12px; }

.px-help-seeAlso .node-spacer, .px-help-seeAlso .toggle {
  display: inline-block;
  width: 16px;
  font-family: FontAwesome; }
  .px-help-seeAlso .node-spacer:before, .px-help-seeAlso .toggle:before {
    font-size: 14px;
    content: "\F016"; }
.px-help-seeAlso .toggle {
  font-weight: normal;
  font-style: normal;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  color: #000; }
  .px-help-seeAlso .toggle:before {
    content: "\f0da"; }
  .px-help-seeAlso .toggle.expanded:before {
    content: "\F0D7"; }
.px-help-seeAlso .toggle + A + UL, .px-help-seeAlso .toggle + SPAN + UL {
  display: none; }
.px-help-seeAlso .toggle.expanded + A + UL, .px-help-seeAlso .toggle.expanded + SPAN + UL {
  display: block; }

.Infotabell {
  margin: 20px 5px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 0px #aaa;
  border-collapse: collapse; }
  .Infotabell P, .Infotabell .pxh-article OL LI, .pxh-article OL .Infotabell LI {
    line-height: 1em !important;
    margin: 0px !important; }
  .Infotabell TH {
    background-color: #dfdfdf; }
  .Infotabell TD, .Infotabell TH {
    border: solid 1px #ddd;
    padding: 8px; }
  .Infotabell tr:nth-child(2n+2) {
    background-color: #fcfcfc; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/stylesheets/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/stylesheets/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/stylesheets/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/stylesheets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  @media screen and (max-width: 700px) {
    body, html {
      overflow: hidden; } }

body {
  -webkit-print-color-adjust: exact; }

.pxh-leftnav {
  width: 280px;
  max-width: 480px;
  height: auto;
  margin: 0 -1px 0 0;
  border-right: 1px solid #b6b6b6;
  float: left;
  position: relative; }
  @media screen and (max-width: 700px) {
    .pxh-leftnav {
      visibility: hidden;
      top: 0;
      left: 0;
      width: 280px;
      height: 100%;
      position: fixed;
      background-color: #333;
      padding-top: 20px;
      z-index: 5000;
      -webkit-transform: translateX(-280px);
      -moz-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
      -o-transform: translateX(-280px);
      transform: translateX(-280px);
      -webkit-transition: z-index 0s linear 0.2s, -webkit-transform 0.3s ease-out, visibility 0s linear 0.3s;
      transition: transform 0.3s ease-out, visibility 0s linear 0.3s;
      margin: 0px;
      padding-top: 0px;
      color: #f5f5f5;
      overflow-y: auto;
      min-height: 0px !important; } }
  @media print {
    .pxh-leftnav {
      display: none; } }
  BODY.print .pxh-leftnav {
    display: none; }

.pxh-header {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  height: 75px;
  background-color: #000;
  border-bottom: 1px solid #0094FF;
  display: inline-block;
  width: 98%;
  padding: 0 1% 0 1%;
  font-size: 14px;
  margin-bottom: 14px; }
  @media print {
    .pxh-header {
      height: 0px;
      background-color: transparent;
      border: 0;
      margin-bottom: 0px; } }
  BODY.print .pxh-header {
    height: 0px;
    background-color: transparent;
    border: 0;
    margin-bottom: 0px; }
  @media screen and (max-width: 700px) {
    .pxh-header {
      height: 50px;
      position: fixed;
      top: 0px;
      z-index: 10; } }
  .pxh-header > .pxh-header-left {
    margin-top: 8px;
    float: left; }
    @media print {
      .pxh-header > .pxh-header-left {
        float: right; } }
    BODY.print .pxh-header > .pxh-header-left {
      float: right; }
    @media screen and (max-width: 700px) {
      .pxh-header > .pxh-header-left {
        float: right; } }
    .pxh-header > .pxh-header-left > .pxh-header-logo {
      background: url(/images/pxlogo_109x38.png);
      width: 109px;
      height: 38px; }
      .pxh-header > .pxh-header-left > .pxh-header-logo.big {
        background: url(/images/pxlogo_132x46.png);
        width: 132px;
        height: 46px; }
    .pxh-header > .pxh-header-left > .pxh-header-helptitle {
      font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
      display: inline-block;
      font-size: 1.5em;
      color: #FFF;
      text-decoration: none;
      letter-spacing: .5px;
      margin-left: -1px;
      margin-top: -1px;
      line-height: 1; }
      @media print {
        .pxh-header > .pxh-header-left > .pxh-header-helptitle {
          display: none; } }
      BODY.print .pxh-header > .pxh-header-left > .pxh-header-helptitle {
        display: none; }
      @media screen and (max-width: 700px) {
        .pxh-header > .pxh-header-left > .pxh-header-helptitle {
          display: none; } }
  .pxh-header .pxh-header-right {
    float: right;
    margin-top: 8px; }
    @media print {
      .pxh-header .pxh-header-right {
        display: none; } }
    BODY.print .pxh-header .pxh-header-right {
      display: none; }
    @media screen and (max-width: 700px) {
      .pxh-header .pxh-header-right {
        display: none; } }
    .pxh-header .pxh-header-right > .pxh-header-links {
      font-size: 12px;
      margin-bottom: 6px; }
      @media screen and (max-width: 700px) {
        .pxh-header .pxh-header-right > .pxh-header-links {
          display: none; } }
      .pxh-header .pxh-header-right > .pxh-header-links A {
        color: #eee;
        text-decoration: none; }
        .pxh-header .pxh-header-right > .pxh-header-links A:hover {
          text-decoration: underline;
          color: #9CF; }

.pxh-article {
  margin: 0;
  width: auto;
  margin-bottom: 35px;
  max-width: 700px;
  margin-left: 280px; }
  .pxh-article > .pxh-article-body {
    margin: 0px 15px; }
  @media screen and (max-width: 700px) {
    .pxh-article {
      margin-left: 0;
      position: relative;
      padding-top: 10px;
      box-sizing: border-box;
      top: 50px;
      height: calc(100% - 50px);
      overflow: auto;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; } }
  @media print {
    .pxh-article {
      margin-left: 0px !important;
      border-bottom: solid 1px #888;
      padding-bottom: 20px; }
      .pxh-article P, .pxh-article OL LI {
        max-width: 100% !important; }
      .pxh-article img {
        box-shadow: none !important;
        max-width: 90% !important; } }
  BODY.print .pxh-article {
    margin-left: 0px !important;
    border-bottom: solid 1px #888;
    padding-bottom: 20px; }
    BODY.print .pxh-article P, BODY.print .pxh-article OL LI {
      max-width: 100% !important; }
    BODY.print .pxh-article img {
      box-shadow: none !important;
      max-width: 90% !important; }
  .pxh-article P, .pxh-article OL LI {
    page-break-inside: avoid;
    font-size: 14px;
    page-break-inside: avoid;
    font-family: "Segoe UI", Arial, Tahoma, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.5em; }
  .pxh-article OL {
    margin-left: 0;
    padding: 0; }
    .pxh-article OL LI {
      list-style-position: outside;
      margin-left: 2.5em;
      font-size: 15px;
      margin-top: 15px;
      margin-bottom: 15px; }
  .pxh-article img {
    box-shadow: 3px 3px 5px 0px #888888;
    margin: 10px 5px;
    width: auto;
    border: solid 1px #666;
    box-sizing: border-box; }
  .pxh-article h1 {
    font-size: 2.769em;
    font-weight: normal;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px; }
    @media print {
      .pxh-article h1 {
        border-bottom-style: solid; } }
    BODY.print .pxh-article h1 {
      border-bottom-style: solid; }
  .pxh-article .pxh-info {
    margin-bottom: 40px; }
    @media print {
      .pxh-article .pxh-info {
        font-size: 11px; } }
    BODY.print .pxh-article .pxh-info {
      font-size: 11px; }
    .pxh-article .pxh-info > .px-help-breadcrum {
      background-color: transparent;
      color: #000;
      display: inline-block;
      max-width: 380px; }
      .pxh-article .pxh-info > .px-help-breadcrum > A {
        color: #36f; }
    .pxh-article .pxh-info > .pxh-pageinfo {
      float: right; }
      @media screen and (max-width: 700px) {
        .pxh-article .pxh-info > .pxh-pageinfo {
          display: none; } }
      .pxh-article .pxh-info > .pxh-pageinfo > .pxh-lastedited, .pxh-article .pxh-info > .pxh-pageinfo > .pxh-author, .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print {
        margin-right: 5px;
        padding-left: 5px;
        border-left: dotted 1px #09f; }
        .pxh-article .pxh-info > .pxh-pageinfo > .pxh-lastedited:before, .pxh-article .pxh-info > .pxh-pageinfo > .pxh-author:before, .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print:before {
          font-weight: normal;
          font-style: normal;
          text-decoration: none !important;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "\f017";
          margin-right: 5px; }
      .pxh-article .pxh-info > .pxh-pageinfo > .pxh-author:before {
        font-weight: normal;
        font-style: normal;
        text-decoration: none !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "\f007";
        margin-right: 5px; }
      .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print {
        color: #000;
        text-decoration: none; }
        .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print:hover {
          color: #36F; }
        @media print {
          .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print {
            display: none; } }
        BODY.print .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print {
          display: none; }
        .pxh-article .pxh-info > .pxh-pageinfo > .pxh-print:before {
          font-weight: normal;
          font-style: normal;
          text-decoration: none !important;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "\f02f";
          margin-right: 5px; }

@media screen and (max-width: 700px) {
  BODY.MOB_EXPANDED.init-exp .pxh-leftnav, BODY.MOB_EXPANDED.init-exp .pxh-header, BODY.MOB_EXPANDED.init-exp .pxh-article {
    transition-duration: 0s; }
  BODY.MOB_EXPANDED .pxh-leftnav {
    visibility: visible;
    transition-delay: 0s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  BODY.MOB_EXPANDED .pxh-header {
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    -o-transform: translateX(280px);
    transform: translateX(280px); }
  BODY.MOB_EXPANDED .pxh-article {
    overflow: hidden;
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    -o-transform: translateX(280px);
    transform: translateX(280px); } }
.pxh-toc {
  margin: 0 15px;
  font-size: 14px; }
  @media screen and (max-width: 700px) {
    .pxh-toc {
      height: calc(100% - 92px);
      overflow-y: auto;
      margin-right: 0px; } }
  .pxh-toc LI {
    line-height: 1.5em;
    white-space: nowrap;
    margin-bottom: 5px;
    overflow: hidden;
    padding-right: 4px; }
    .pxh-toc LI .selected {
      font-weight: bold; }
    @media screen and (max-width: 700px) {
      .pxh-toc LI {
        color: #eee;
        font-size: 18px;
        margin-bottom: 3px; } }
    .pxh-toc LI A {
      white-space: normal;
      display: inline-block;
      color: #36f;
      text-decoration: none; }
      .pxh-toc LI A:hover {
        text-decoration: underline;
        color: #0099FF; }
      @media screen and (max-width: 700px) {
        .pxh-toc LI A {
          color: #eee; } }
    .pxh-toc LI .help-topic.selected {
      white-space: normal;
      display: inline-block; }
  .pxh-toc ul {
    padding-left: 15px;
    list-style-type: none; }
  .pxh-toc > ul {
    padding: 0; }
  .pxh-toc .node-spacer, .pxh-toc .toggle {
    display: inline-block;
    width: 16px;
    font-family: FontAwesome;
    color: #eee; }
    @media screen and (max-width: 700px) {
      .pxh-toc .node-spacer, .pxh-toc .toggle {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        line-height: 40px;
        border-radius: 3px; } }
    .pxh-toc .node-spacer:before, .pxh-toc .toggle:before {
      font-size: 14px; }
      @media screen and (max-width: 700px) {
        .pxh-toc .node-spacer:before, .pxh-toc .toggle:before {
          font-size: 18px;
          color: #eee; } }
  .pxh-toc .toggle {
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 700px) {
      .pxh-toc .toggle {
        border: solid 1px #A9A9A9; } }
    .pxh-toc .toggle:before {
      content: "\f105"; }
    .pxh-toc .toggle.expanded:before {
      content: "\f0d7"; }
      @media screen and (max-width: 700px) {
        .pxh-toc .toggle.expanded:before {
          color: #000; } }
    @media screen and (max-width: 700px) {
      .pxh-toc .toggle.expanded {
        background-color: #aaa; } }
  .pxh-toc .toggle ~ UL, .pxh-toc .toggle ~ UL {
    display: none; }
  .pxh-toc .toggle.expanded ~ UL, .pxh-toc .toggle.expanded ~ UL {
    display: block; }

.pxh-search-body {
  margin: 0 15px; }
  .pxh-search-body > .px-help-searchResult UL {
    padding: 20px 0px;
    margin: 0px; }
  .pxh-search-body > .px-help-searchResult LI {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    margin-bottom: 20px;
    max-width: 500px; }
    .pxh-search-body > .px-help-searchResult LI > .pxh-search-item-title {
      font-weight: bold;
      text-decoration: none;
      font-size: 16px; }
    .pxh-search-body > .px-help-searchResult LI > .pxh-search-item-text {
      font-size: 14px;
      margin: 4px 0px;
      color: #707070; }
    .pxh-search-body > .px-help-searchResult LI > .pxh-search-item-addr {
      color: #539C00; }
      @media screen and (max-width: 700px) {
        .pxh-search-body > .px-help-searchResult LI > .pxh-search-item-addr {
          font-size: 11px; } }
    .pxh-search-body > .px-help-searchResult LI > .pxh-search-item-score {
      font-size: 11px;
      margin: 0px 10px;
      background-color: #f5f5f5;
      color: #999;
      line-height: 1em;
      padding: 1px 5px;
      border-radius: 2px;
      vertical-align: baseline; }

.pxh-mobmenu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: solid 1px #999;
  border-radius: 5px;
  color: #999;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
  float: left; }
  .pxh-mobmenu-btn:before {
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px; }
  @media screen and (max-width: 700px) {
    .pxh-mobmenu-btn {
      display: block; } }

.pxh-header-search {
  box-sizing: border-box;
  background-color: #fff;
  padding: 4px;
  position: relative; }
  .pxh-header-search.searchpage {
    border: solid 1px #555;
    max-width: 400px; }
    .pxh-header-search.searchpage > input {
      width: 100%; }
  .pxh-header-search > input {
    height: 25px;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0px 5px;
    width: 200px;
    outline-style: none; }
  .pxh-header-search > button {
    width: 25px;
    height: 25px;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px; }
    .pxh-header-search > button:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f002";
      font-size: 16px; }
  .pxh-header-search > .pxh-search-suggest {
    position: absolute;
    background-color: #fff;
    border: solid 1px #666;
    list-style-type: none;
    width: auto;
    padding: 0;
    margin: 0;
    top: 35px;
    left: -1px;
    right: 0px;
    max-height: 250px;
    overflow-y: auto; }
    .pxh-header-search > .pxh-search-suggest > LI {
      margin: 2px 0px;
      padding: 4px 2px;
      cursor: pointer; }
      .pxh-header-search > .pxh-search-suggest > LI:hover {
        background-color: #eee; }
      .pxh-header-search > .pxh-search-suggest > LI.selected {
        background-color: #eee; }

.pxh-mobile-search {
  display: none;
  position: relative;
  margin: 5px;
  width: auto; }
  .pxh-mobile-search > input {
    width: 220px; }
  @media screen and (max-width: 700px) {
    .pxh-mobile-search {
      white-space: nowrap;
      display: block; } }

.pxh-mobile-menuhead {
  display: none;
  text-align: center;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .5px;
  margin-left: -1px;
  margin-top: -1px; }
  @media screen and (max-width: 700px) {
    .pxh-mobile-menuhead {
      display: block; } }

.pxh-example-code {
  padding: 10px 2px;
  background-color: #f5f5f5;
  font-family: monospace;
  overflow-x: auto;
  border: solid 1px #ddd; }
  .pxh-example-code .Code.Example {
    white-space: nowrap; }

.Heading1, .Heading2 {
  font-size: 2.769em;
  font-weight: normal;
  font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px; }

.Heading2 {
  display: block;
  font-size: 19px;
  line-height: 25px;
  font-family: 'Segoe UI',Tahoma,Helvetica,sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 25px; }

.pxh-content {
  min-height: 100%;
  height: auto; }
  @media print {
    .pxh-content {
      min-height: 0; } }
  BODY.print .pxh-content {
    min-height: 0; }
  @media screen and (max-width: 700px) {
    .pxh-content {
      height: 100%;
      min-height: 0; } }

.pxh-footer {
  height: 175px;
  box-sizing: border-box;
  position: relative;
  margin-top: -175px;
  padding: 20px 0px;
  background-color: #E5E5E5;
  clear: both; }
  @media screen and (max-width: 700px) {
    .pxh-footer {
      display: none; } }
  @media print {
    .pxh-footer {
      background-color: transparent;
      height: auto;
      display: block;
      margin: 0;
      font-size: 11px; } }
  BODY.print .pxh-footer {
    background-color: transparent;
    height: auto;
    display: block;
    margin: 0;
    font-size: 11px; }
  @media print {
    .pxh-footer > table {
      display: none; } }
  BODY.print .pxh-footer > table {
    display: none; }
  .pxh-footer > .pxh-foot-url {
    float: right;
    display: none; }
    @media print {
      .pxh-footer > .pxh-foot-url {
        display: block !important; } }
    BODY.print .pxh-footer > .pxh-foot-url {
      display: block !important; }
  .pxh-footer > .pxh-foot-copyright {
    margin-left: 15px;
    display: none; }
    @media print {
      .pxh-footer > .pxh-foot-copyright {
        display: inline-block !important; } }
    BODY.print .pxh-footer > .pxh-foot-copyright {
      display: inline-block !important; }
  .pxh-footer TABLE {
    border-collapse: collapse; }
  .pxh-footer .pxb_footRow {
    height: 44px;
    color: #444;
    padding-top: 0px;
    font-size: 11px;
    line-height: 1.5em;
    border-left: solid 1px #bbb;
    text-align: left;
    font-family: 'Open Sans',Sans-Serif;
    vertical-align: top;
    padding-left: 8px;
    box-sizing: border-box; }
  .pxh-footer .pxb_colGen_A {
    width: 280px; }
  .pxh-footer .pxb_colGen_B, .pxh-footer pxb_colGen_C {
    width: 300px; }
  .pxh-footer H3 {
    font-family: 'Exo',Sans-Serif;
    font-weight: 500;
    color: #999;
    padding-top: 3px;
    padding: 0px;
    font-size: 17px;
    /* letter-spacing: 0.10em; */
    border: none;
    padding: 0 0 0 5px;
    margin: 0 0 8px 0; }
  .pxh-footer UL {
    margin: 5px 0px;
    padding: 0px 5px;
    list-style-type: none; }
    .pxh-footer UL > LI.px_contactLabel {
      margin-top: 5px; }
      .pxh-footer UL > LI.px_contactLabel > span {
        margin-left: 0px;
        display: block;
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 2px;
        color: #777;
        border-bottom: dotted 1px #AAA; }
  .pxh-footer .px_foot_infoLinks A {
    font-size: 12px;
    border-bottom: dotted 1px #36f; }
  .pxh-footer a {
    text-decoration: none;
    color: #039;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .pxh-footer a:hover {
      text-decoration: none;
      color: #36f; }

.pxh-log {
  position: fixed;
  right: 0px;
  z-index: 9999;
  top: 0px;
  background-color: #fff;
  padding: 3px 5px; }

.init-exp .pxh-article {
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.pxh-start-button, .pxh-start-cont .pxh-start-button.gettingstarted, .pxh-start-cont .pxh-start-button.videotutorials, .pxh-start-cont .pxh-start-button.faq, .pxh-start-cont .pxh-start-button.respondent, .pxh-start-cont .pxh-start-button.developers, .pxh-start-cont .pxh-start-button.administrators, .pxh-start-cont .pxh-start-button.contact {
  display: inline-block;
  width: 45%;
  height: 45px;
  line-height: 45px;
  margin: 5px;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.37) 50%, transparent 51%, transparent 100%);
  transition: background-color 0.5s ease,color 0.5s ease;
  box-shadow: 0px 1px 4px 0px #999;
  font-size: 26px;
  font-weight: 400;
  font-family: "Century Gothic",Muli,"Open Sans",Arial,Sans-Serif;
  text-shadow: #fff 0px 1px 2px;
  color: #EEE;
  white-space: nowrap;
  cursor: pointer; }
  .pxh-start-button > span, .pxh-start-cont .pxh-start-button.gettingstarted > span, .pxh-start-cont .pxh-start-button.videotutorials > span, .pxh-start-cont .pxh-start-button.faq > span, .pxh-start-cont .pxh-start-button.respondent > span, .pxh-start-cont .pxh-start-button.developers > span, .pxh-start-cont .pxh-start-button.administrators > span, .pxh-start-cont .pxh-start-button.contact > span {
    transition: color 0.2s ease;
    vertical-align: top;
    height: 39px;
    margin: 3px 3px;
    display: inline-block;
    line-height: 39px;
    color: #555; }
  .pxh-start-button > I, .pxh-start-cont .pxh-start-button.gettingstarted > I, .pxh-start-cont .pxh-start-button.videotutorials > I, .pxh-start-cont .pxh-start-button.faq > I, .pxh-start-cont .pxh-start-button.respondent > I, .pxh-start-cont .pxh-start-button.developers > I, .pxh-start-cont .pxh-start-button.administrators > I, .pxh-start-cont .pxh-start-button.contact > I {
    color: #eee;
    background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.2) 25%, transparent 100%);
    background-color: inherit;
    font-size: 28px;
    text-shadow: #000 0px 2px 0px;
    height: 39px;
    width: 39px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin: 3px 3px;
    border-radius: 8px; }
    .pxh-start-button > I:before, .pxh-start-cont .pxh-start-button.gettingstarted > I:before, .pxh-start-cont .pxh-start-button.videotutorials > I:before, .pxh-start-cont .pxh-start-button.faq > I:before, .pxh-start-cont .pxh-start-button.respondent > I:before, .pxh-start-cont .pxh-start-button.developers > I:before, .pxh-start-cont .pxh-start-button.administrators > I:before, .pxh-start-cont .pxh-start-button.contact > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f02f"; }

.pxh-start-cont h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif; }
.pxh-start-cont > .pxh-start-search {
  color: #fff;
  background-color: #547EFF;
  padding: 10px 20px;
  padding-bottom: 25px;
  margin: 0px 0px 0px -15px; }
  .pxh-start-cont > .pxh-start-search > h1 {
    font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 3em;
    margin-bottom: 15px;
    color: #fff; }
  .pxh-start-cont > .pxh-start-search > h2:before {
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "\f061";
    margin-right: 6px; }
  .pxh-start-cont > .pxh-start-search > .searchpage {
    max-width: 100%;
    margin: 0 auto; }
    .pxh-start-cont > .pxh-start-search > .searchpage > input {
      font-size: 16px;
      height: 35px; }
    .pxh-start-cont > .pxh-start-search > .searchpage > button {
      height: 35px;
      width: 35px; }
    .pxh-start-cont > .pxh-start-search > .searchpage > .pxh-search-suggest {
      color: #333;
      top: 44px;
      font-size: 14px; }
      .pxh-start-cont > .pxh-start-search > .searchpage > .pxh-search-suggest > LI {
        padding: 4px 8px; }
.pxh-start-cont > p {
  font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
  font-size: 18px;
  margin: 30px 0px; }
.pxh-start-cont .pxh-button-group {
  background-color: #FBFDFF;
  padding: 5px 11px;
  border-radius: 12px;
  margin-bottom: 35px;
  box-shadow: 0px 0px 6px -2px #aaa; }
  .pxh-start-cont .pxh-button-group > h2 {
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px; }
    .pxh-start-cont .pxh-button-group > h2:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f061";
      color: #aaa;
      margin-right: 6px;
      font-size: 16px;
      vertical-align: top;
      margin-top: 4px;
      display: inline-block; }
.pxh-start-cont .gettingstarted.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .gettingstarted.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #448b00; }
    .pxh-start-cont .gettingstarted.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .gettingstarted.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .gettingstarted.pxh-start-button > I {
    color: #90ff25; }
    .pxh-start-cont .gettingstarted.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f064"; }
.pxh-start-cont .videotutorials.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .videotutorials.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #cd000a; }
    .pxh-start-cont .videotutorials.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .videotutorials.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .videotutorials.pxh-start-button > I {
    color: #ff676e; }
    .pxh-start-cont .videotutorials.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f166"; }
.pxh-start-cont .faq.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .faq.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #007ccd; }
    .pxh-start-cont .faq.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .faq.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .faq.pxh-start-button > I {
    color: #67c3ff; }
    .pxh-start-cont .faq.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f128"; }
.pxh-start-cont .respondent.pxh-start-button {
  background-color: #E5E5E5;
  width: 90%; }
  .pxh-start-cont .respondent.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #5900cd; }
    .pxh-start-cont .respondent.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .respondent.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .respondent.pxh-start-button > I {
    color: #a967ff; }
    .pxh-start-cont .respondent.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f044"; }
.pxh-start-cont .developers.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .developers.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #5900cd; }
    .pxh-start-cont .developers.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .developers.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .developers.pxh-start-button > I {
    color: #a967ff; }
    .pxh-start-cont .developers.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f121"; }
.pxh-start-cont .administrators.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .administrators.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #cd00c6; }
    .pxh-start-cont .administrators.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .administrators.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .administrators.pxh-start-button > I {
    color: #ff67fa; }
    .pxh-start-cont .administrators.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f0c0"; }
.pxh-start-cont .contact.pxh-start-button {
  background-color: #E5E5E5; }
  .pxh-start-cont .contact.pxh-start-button:hover {
    text-shadow: #000 0px 1px 2px;
    background-color: #cd7100; }
    .pxh-start-cont .contact.pxh-start-button:hover > span {
      margin-top: 1px;
      margin-left: 4px;
      color: #eee; }
    .pxh-start-cont .contact.pxh-start-button:hover > I {
      background: radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 100%); }
  .pxh-start-cont .contact.pxh-start-button > I {
    color: #ffbb67; }
    .pxh-start-cont .contact.pxh-start-button > I:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f095"; }

.pxh-clearfix {
  height: 175px; }

.enkat_iframe {
  position: fixed;
  z-index: 8000;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  margin: auto;
  padding: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  display: none;
  max-width: 1280px; }
  .enkat_iframe.video {
    bottom: auto; }
  .enkat_iframe > iframe {
    width: 100%;
    height: 100%; }
  .enkat_iframe .px-close-btn {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1em; }
    .enkat_iframe .px-close-btn:hover {
      color: #809BFF; }
    .enkat_iframe .px-close-btn:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f057"; }

/*  
.ani-gif-cont {
    position: relative;
    display:inline-block;
	cursor:none;
	>.ani-gif-static {

	position: relative;
	z-index:2;
	  -webkit-filter: saturate(0.3) contrast(0.3) brightness(1.6);
	  filter: saturate(0.3) contrast(0.3) brightness(1.6);
	  @include print-style() {
	-webkit-filter:none;
	filter:none;
	}
	}

	>.ani-gif {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	box-shadow: none;
	@include print-style() {
	display:none;
	}
	}
	&.playing {
	
	 >.ani-gif {
	 z-index:5;
	 }
	
	
	}

    >.ani-gif-control {
	    position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -30px;
        height: 60px;
        width: 60px;
        text-align: center;
        overflow: hidden;
       
        line-height: 60px;
      z-index:4;
      
        color: #fff;
        font-weight: bold;
        border-radius: 35px;
        opacity: .6;
        border: 5px solid #fff;
		background-color:#222;
		@include print-style() {
	display:none;
	}
			@include before-ico($fa-var-play) {
				margin-left: 7px;
				font-size:3em;
			}
  }
  }


  */
.ani-gif-cont {
  box-sizing: border-box;
  border: solid 1px transparent;
  /*	&:hover {
  	border:solid 1px #eee;
  		background-color:#f5f5f5;
  	}
  	*/
  padding: 5px; }
  .ani-gif-cont > .ani-gif-static {
    margin: 0px;
    max-width: 75px;
    box-shadow: none;
    display: none; }
  .ani-gif-cont > .ani-gif {
    margin: 5px auto;
    display: none;
    box-shadow: none; }
  .ani-gif-cont > .ani-gif-control {
    display: none; }
  .ani-gif-cont .ani-gif-label {
    cursor: pointer;
    display: block;
    padding: 3px;
    background-color: #F9F9F9;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Segoe UI',Tahoma,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    border: solid 1px #ccc;
    border-radius: 3px; }
    .ani-gif-cont .ani-gif-label:hover {
      background-color: #B1D8FF; }
      .ani-gif-cont .ani-gif-label:hover:before {
        color: #5c79ff; }
    .ani-gif-cont .ani-gif-label:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f144";
      color: #999;
      font-size: 20px;
      display: inline-block;
      height: 20px;
      margin-right: 7px;
      margin-left: 0px;
      line-height: 20px;
      text-align: center;
      width: 20px;
      vertical-align: top; }
  .ani-gif-cont.expanded {
    border: solid 1px #eee;
    background-color: #f5f5f5;
    box-shadow: 0px 2px 4px -1px #646464; }
    .ani-gif-cont.expanded > .ani-gif {
      display: block; }
    .ani-gif-cont.expanded .ani-gif-label:before {
      color: #0EB5FF; }

.pxh-word {
  cursor: help; }

.pxh-next-step-link {
  display: block;
  padding: 5px 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  width: auto;
  margin: 25px auto;
  text-align: center;
  width: 300px;
  text-decoration: none;
  color: #09F; }
  .pxh-next-step-link:after {
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px; }
  .pxh-next-step-link:hover {
    background-color: #F5F5F5; }

.pxh-sub-topics {
  font-size: 16px; }
  .pxh-sub-topics A {
    text-decoration: none;
    line-height: 1.5em;
    color: #09f; }

