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

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 .btn {
    border: 2px solid transparent;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    body .btn .open > .dropdown-toggle.btn-primary {
      color: #d8760d;
      border-color: #d8760d; }
    body .btn:focus, body .btn:active:focus, body .btn.active:focus {
      outline: 0 none; }
    body .btn.btn-default {
      color: #f09a3e; }
      body .btn.btn-default:hover, body .btn.btn-default:focus {
        color: #fff;
        background: #d8760d;
        border-color: #d8760d; }
      body .btn.btn-default:active, body .btn.btn-default.active {
        color: #fff;
        background: #f09a3e;
        border-color: #f09a3e;
        box-shadow: none; }
      body .btn.btn-default.outline {
        border: 2px solid #f09a3e;
        color: #f09a3e; }
        body .btn.btn-default.outline:hover, body .btn.btn-default.outline.outline:focus {
          border-color: #d8760d;
          color: #fff; }
        body .btn.btn-default.outline:active, body .btn.btn-default.outline.active {
          border-color: #f09a3e;
          color: #fff;
          box-shadow: none; }
    body .btn.btn-primary {
      background: #f09a3e;
      color: #fff; }
      body .btn.btn-primary:hover, body .btn.btn-primary:focus {
        background: #d8760d;
        border-color: #d8760d; }
      body .btn.btn-primary:active, body .btn.btn-primary.active {
        background: #f09a3e;
        border-color: #d8760d;
        box-shadow: none; }
      body .btn.btn-primary.outline {
        border: 2px solid #f09a3e;
        color: #f09a3e; }
        body .btn.btn-primary.outline:hover, body .btn.btn-primary.outline.outline:focus {
          color: #d8760d;
          border-color: #d8760d; }
        body .btn.btn-primary.outline:active, body .btn.btn-primary.outline.active {
          border-color: #f09a3e;
          color: #fff;
          box-shadow: none; }
    body .btn.sharp {
      border-radius: 0; }
    body .btn.outline {
      background: none; }
  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; }
  body .bg-blue {
    background: #f09a3e; }
  body .bg-white {
    background: #fff; }
  body .row-eq-height {
    display: flex; }
  body hr.separator {
    display: block;
    margin: 30px auto;
    height: 2px;
    width: 125px;
    background: #f09a3e;
    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: #f09a3e; }
    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: #f09a3e;
      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 {
            height: 100%; }
    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: #f09a3e;
        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 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; }
