html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible; }

body {
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  color: #7a7c7f;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5) url('/client/images/background.jpg');
  background-size: cover;
  background-attachment: fixed; }
  body.iframe {
    background: none;
    padding-bottom: 30px; }
    body.iframe .grid-holder {
      max-height: 550px;
      margin-bottom: 20px;
      overflow: auto; }
  body .btn {
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    body .btn .open > .dropdown-toggle.btn-primary {
      color: #1ea6ea;
      border-color: #1ea6ea; }
    body .btn:focus, body .btn:active:focus, body .btn.active:focus {
      outline: 0 none; }
    body .btn.btn-default {
      color: #0091d9; }
      body .btn.btn-default:hover, body .btn.btn-default:focus {
        color: #fff;
        background: #1ea6ea;
        border-color: #1ea6ea; }
      body .btn.btn-default:active, body .btn.btn-default.active {
        color: #fff;
        background: #0091d9;
        border-color: #0091d9;
        box-shadow: none; }
      body .btn.btn-default.outline {
        background: #fff;
        border: 2px solid #0091d9;
        color: #0091d9; }
        body .btn.btn-default.outline:hover, body .btn.btn-default.outline.outline:focus {
          background: #1ea6ea;
          border-color: #1ea6ea;
          color: #fff; }
        body .btn.btn-default.outline:active, body .btn.btn-default.outline.active {
          border-color: #0091d9;
          color: #fff;
          box-shadow: none; }
    body .btn.btn-primary {
      background: #0091d9;
      color: #fff; }
      body .btn.btn-primary:hover, body .btn.btn-primary:focus {
        background: #1ea6ea;
        border-color: #1ea6ea; }
      body .btn.btn-primary:active, body .btn.btn-primary.active {
        background: #0091d9;
        border-color: #1ea6ea;
        box-shadow: none; }
      body .btn.btn-primary.outline {
        border: 2px solid #0091d9;
        color: #0091d9; }
        body .btn.btn-primary.outline:hover, body .btn.btn-primary.outline.outline:focus {
          color: #1ea6ea;
          border-color: #1ea6ea; }
        body .btn.btn-primary.outline:active, body .btn.btn-primary.outline.active {
          border-color: #0091d9;
          color: #fff;
          box-shadow: none; }
    body .btn.sharp {
      border-radius: 0; }
    body .btn.outline {
      background: none; }
    body .btn.btn-shake {
      animation-name: shake;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in; }

@keyframes shake {
        10%, 90% {
          transform: translate3d(-1px, 0, 0); }
        20%, 80% {
          transform: translate3d(2px, 0, 0); }
        30%, 50%, 70% {
          transform: translate3d(-4px, 0, 0); }
        40%, 60% {
          transform: translate3d(4px, 0, 0); } }
  body span.badge {
    color: #fff !important; }
    body span.badge.badge-error {
      background-color: #b94a48 !important; }
    body span.badge.badge-warning {
      background-color: #f89406 !important; }
    body span.badge.badge-success {
      background-color: #468847 !important; }
    body span.badge.badge-info {
      background-color: #3a87ad !important; }
    body span.badge.badge-inverse {
      background-color: #333 !important; }
  body h1, body h2, body h3, body h4, body h5 {
    font-weight: 700;
    color: #7a7c7f; }
  body .bg-blue {
    background: #0091d9; }
  body .bg-white {
    background: #fff; }
  body .row-eq-height {
    display: flex; }
  body hr.separator {
    display: block;
    margin: 30px auto;
    height: 2px;
    width: 125px;
    background: #0091d9;
    border: 0; }
  body .no-padding {
    padding: 0; }
  body .background-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1; }
  body .spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; }
    body .spinner i {
      font-size: 50px; }
  body .cursor-not-allowed {
    cursor: not-allowed; }
  body .modal-body label {
    font-size: 15px; }
  @media (min-width: 992px) {
    body .container {
      width: 900px; } }
  body header {
    background: #0091d9; }
    body header .logo {
      display: inline-flex;
      position: relative;
      padding: 15px;
      align-items: center;
      background: #fff;
      color: #7a7c7f; }
      body header .logo img.logo-desktop {
        width: 235px;
        height: 51px; }
        @media screen and (max-width: 599px) {
    body header .logo img.logo-desktop {
      display: none; } }
        body header .logo img.logo-mobile {
          width: 51px;
          height: 51px; }
        @media screen and (min-width: 600px) {
    body header .logo img.logo-mobile {
      display: none; } }
    body header .action-buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      min-height: 81px; }
      body header .action-buttons ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
        list-style-type: none; }
        @media screen and (max-width: 767px) {
  body header .action-buttons ul {
    float: right; } }
        body header .action-buttons ul li {
          float: left;
          width: 70px;
          border-right: 0.1em solid rgba(255, 255, 255, 0.1); }
        body header .action-buttons ul li:last-child {
          border-right: none; }
        body header .action-buttons ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          color: #fff;
          font-size: 26px; }
          body header .action-buttons ul li a .badge {
            display: block;
            position: absolute;
            font-family: Lato, Arial, sans-serif;
            border-radius: 50%;
            top: 0.5em;
            right: 0;
            font-size: 10pt;
            line-height: 1.5em;
            text-align: center;
            color: #fff; }
          body header .action-buttons ul li a:hover, body header .action-buttons ul li a:focus {
            cursor: pointer;
            font-size: 34px;
            text-decoration: none;
            transition: all 0.25s; }
  body #login_modal .forgot-password {
    margin-top: 5px;
    font-size: 14px; }
  body #account_menu_modal .list-group-item i {
    width: 20px;
    text-align: center;
    margin-right: 10px; }
  body #content .bg-white.fill-height {
    padding-top: 15px;
    padding-bottom: 15px; }
    body #content .category-handle {
      z-index: 3;
      padding: 2px 12px;
      cursor: pointer;
      font-size: 25px;
      text-align: center;
      color: #fff;
      background: #0091d9;
      margin-right: -60px;
      margin-left: 10px; }
      body #content .category-handle:hover {
        text-decoration: none; }
      body #content .category-handle i {
        margin-right: 0; }
    body #content .categories-holder {
      margin-top: 20px; }
      body #content .categories-holder .content {
        display: flex;
        flex-wrap: wrap; }
        body #content .categories-holder .content .btn {
          margin-bottom: 5px;
          margin-left: 5px;
          width: calc(25% - 5px);
          text-align: center; }
        @media screen and (max-width: 767px) {
    body #content .categories-holder .content .btn {
      width: calc(33% - 5px); } }
        @media screen and (max-width: 600px) {
    body #content .categories-holder .content .btn {
      width: calc(50% - 5px); } }
    body #content .category-holder {
      padding-bottom: 20px; }
      body #content .category-holder .content {
        display: none; }
        body #content .category-holder .content h3 {
          margin-top: 10px; }
        body #content .category-holder .content .manuals-holder {
          padding-top: 15px;
          text-align: center; }
        body #content .category-holder .content .manuals-holder img {
          width: 50px;
          margin: 0 15px 15px 0;
          opacity: 0.4; }
          body #content .category-holder .content .manuals-holder img:hover, body #content .category-holder .content .manuals-holder img.active {
            cursor: pointer;
            opacity: 1; }
        body #content .category-holder .content .manual .btn-holder .btn {
          margin-left: 10px; }
          body #content .category-holder .content .manual .btn-holder .btn:first-child {
            margin-left: 0; }
        body #content .category-holder .content .manual .embed-container {
          margin: 10px 0; }
          body #content .category-holder .content .manual .embed-container.image {
            position: relative;
            overflow: hidden;
            max-width: 100%;
            height: auto;
            text-align: center; }
          body #content .category-holder .content .manual .embed-container img {
            max-width: 100%; }
    body #content .grid-holder, body #content .continue-holder {
      display: flex;
      flex-wrap: wrap;
      font-size: 85%; }
      body #content .grid-holder .row, body #content .continue-holder .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0; }
      body #content .grid-holder .row > [class*='col-'], body #content .continue-holder .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
        margin: 0 -1px; }
      body #content .grid-holder .thumbnail, body #content .continue-holder .thumbnail {
        height: 100%;
        min-height: 120px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        padding-bottom: 290px; }
        body #content .grid-holder .thumbnail .btn, body #content .continue-holder .thumbnail .btn {
          white-space: normal;
          word-wrap: break-word; }
        body #content .grid-holder .thumbnail[data-state="FINISHED"], body #content .continue-holder .thumbnail[data-state="FINISHED"], body #content .grid-holder .thumbnail[data-state="LOCKED"], body #content .continue-holder .thumbnail[data-state="LOCKED"] {
          opacity: 0.6; }
        body #content .grid-holder .thumbnail[data-state="FINISHED"][data-state="FINISHED"], body #content .continue-holder .thumbnail[data-state="FINISHED"][data-state="FINISHED"], body #content .grid-holder .thumbnail[data-state="LOCKED"][data-state="FINISHED"], body #content .continue-holder .thumbnail[data-state="LOCKED"][data-state="FINISHED"] {
          background: #d4edda; }
        body #content .grid-holder .thumbnail[data-state="FINISHED"][data-state="LOCKED"], body #content .continue-holder .thumbnail[data-state="FINISHED"][data-state="LOCKED"], body #content .grid-holder .thumbnail[data-state="LOCKED"][data-state="LOCKED"], body #content .continue-holder .thumbnail[data-state="LOCKED"][data-state="LOCKED"] {
          cursor: not-allowed; }
          body #content .grid-holder .thumbnail[data-state="FINISHED"][data-state="LOCKED"] .btn, body #content .continue-holder .thumbnail[data-state="FINISHED"][data-state="LOCKED"] .btn, body #content .grid-holder .thumbnail[data-state="LOCKED"][data-state="LOCKED"] .btn, body #content .continue-holder .thumbnail[data-state="LOCKED"][data-state="LOCKED"] .btn {
            pointer-events: none; }
        body #content .grid-holder .thumbnail img, body #content .continue-holder .thumbnail img {
          max-width: 100%; }
        body #content .grid-holder .thumbnail .thumbnail-footer, body #content .continue-holder .thumbnail .thumbnail-footer {
          position: absolute;
          width: calc(100% - 40px);
          bottom: 25px; }
        body #content .grid-holder .thumbnail .caption h3, body #content .continue-holder .thumbnail .caption h3 {
          margin-top: 0;
          font-size: 120%; }
          body #content .grid-holder .thumbnail .caption h3 img, body #content .continue-holder .thumbnail .caption h3 img {
            width: 110px;
            position: absolute;
            right: 25px;
            top: 10px; }
        body #content .grid-holder .thumbnail .caption p, body #content .continue-holder .thumbnail .caption p {
          margin-bottom: 0;
          font-size: 13px; }
          body #content .grid-holder .thumbnail .caption p.description, body #content .continue-holder .thumbnail .caption p.description {
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          body #content .grid-holder .thumbnail .caption p.btn-holder .btn.try, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.try, body #content .grid-holder .thumbnail .caption p.btn-holder .btn.buy, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.buy, body #content .grid-holder .thumbnail .caption p.btn-holder .btn.more_info, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.more_info {
            letter-spacing: 0.7px;
            font-size: 90%;
            margin-top: 10px;
            width: 100%; }
            body #content .grid-holder .thumbnail .caption p.btn-holder .btn.try:last-child, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.try:last-child, body #content .grid-holder .thumbnail .caption p.btn-holder .btn.buy:last-child, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.buy:last-child, body #content .grid-holder .thumbnail .caption p.btn-holder .btn.more_info:last-child, body #content .continue-holder .thumbnail .caption p.btn-holder .btn.more_info:last-child {
              margin-top: 5px; }
      body #content .grid-holder .scroller, body #content .continue-holder .scroller {
        display: none; }
    body #content .continue-holder .thumbnail {
      padding-bottom: 0; }
      body #content .continue-holder .thumbnail .caption h3 {
        padding-right: 110px; }
    body #content #accordion .faqHeader {
      font-size: 27px;
      margin: 20px; }
      body #content #accordion .panel-heading [data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
        content: "\f078";
        /* "play" icon */
        float: right;
        color: #0091d9;
        font-size: 18px;
        line-height: 22px;
        transition: all 0.25s; }
      body #content #accordion .panel-heading [data-toggle="collapse"].collapsed:after {
        color: #7a7c7f;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    body #content #my-manuals td {
      padding-bottom: 10px; }
      body #content #my-manuals td img {
        max-height: 60px; }
  body.iframe #content .fill-height {
    padding-bottom: 22px; }
  body footer {
    display: none;
    background: #222; }
    body footer ul {
      padding-left: 0;
      margin-bottom: 0; }
      body footer ul li {
        display: inline-block;
        list-style-type: none; }
      body footer ul li.right-border {
        border-right: 0.1em solid rgba(255, 255, 255, 0.1); }
      body footer ul li a {
        display: inline-block;
        padding: 25px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase; }
      @media screen and (max-width: 767px) {
      body footer ul li a {
        padding: 15px; } }
      body footer ul li a:hover, body footer ul li a:active, body footer ul li a:focus {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.25s; }
      @media screen and (max-width: 767px) {
      body footer ul li a {
        font-size: 26px; }
        body footer ul li a span {
          display: none; } }
      body footer ul li a i {
        margin-right: 5px; }
