html body {
  font-family: 'Heebo', sans-serif; }
  html body .swal2-popup {
    font-size: 14px; }
  html body .bootstrap-select.btn-group .dropdown-menu {
    max-width: 700px;
    overflow-x: hidden; }
  html body .table thead > tr > th, html body .table tbody > tr > th, html body .table tfoot > tr > th,
  html body .table thead > tr > td, html body .table tbody > tr > td, html body .table tfoot > tr > td {
    vertical-align: middle; }
  html body .wrapper table tbody td.actions button:hover,
  html body .wrapper table tbody td.action button:hover {
    background: #616161;
    color: white; }
  html body #content-overlay-loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 3; }
    html body #content-overlay-loading svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    html body #content-overlay-loading span {
      position: absolute;
      top: calc(50% + 105px);
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 34px;
      font-weight: 600;
      color: #5c91be; }
  html body #overlay-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center; }
    html body #overlay-loading svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    html body #overlay-loading span {
      position: absolute;
      top: calc(50% + 105px);
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 34px;
      font-weight: 600;
      color: #d1e8f6; }
  html body #rapid-view {
    position: absolute;
    top: 0;
    left: 100px;
    height: 75px;
    width: calc(100% - 100px);
    background-color: #5c92bf;
    z-index: 2; }
    html body #rapid-view img {
      width: 205px;
      margin-left: 25px;
      margin-top: 6px; }
    html body #rapid-view #clock {
      position: absolute;
      top: 50%;
      font-size: 38px;
      right: 50px;
      transform: translate(0, -50%);
      color: #e8f0ff;
      font-weight: 500; }
  html body #primary-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: #265577;
    color: white;
    z-index: 3;
    box-sizing: border-box;
    padding: 10px; }
    html body #primary-nav #user-account-information {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid; }
      html body #primary-nav #user-account-information .details {
        line-height: 16px;
        display: inline-block;
        margin: 10px 0;
        font-size: 14px; }
      html body #primary-nav #user-account-information img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid white;
        display: block;
        margin: auto; }
    html body #primary-nav #primary-menu ul {
      list-style: none;
      padding: 0;
      text-align: center;
      width: 100%; }
      html body #primary-nav #primary-menu ul.bottom {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 80px; }
      html body #primary-nav #primary-menu ul li {
        width: 100%;
        height: 70px;
        margin: 15px auto;
        transition: all 180ms;
        padding: 6px 0; }
        html body #primary-nav #primary-menu ul li[data-state='selected'], html body #primary-nav #primary-menu ul li[data-state='selected']:hover {
          background-color: #5c91be;
          cursor: default; }
        html body #primary-nav #primary-menu ul li:hover {
          cursor: pointer;
          background-color: #5c91be; }
        html body #primary-nav #primary-menu ul li a {
          padding: 24px 10px; }
        html body #primary-nav #primary-menu ul li img {
          height: 100%; }
        html body #primary-nav #primary-menu ul li.disabled:hover {
          cursor: default;
          background: none; }
        html body #primary-nav #primary-menu ul li.disabled img {
          filter: grayscale(1); }
  html body #inner-section {
    position: absolute;
    top: 75px;
    left: 100px;
    width: calc(100% - 100px);
    height: calc(100% - 75px); }
    html body #inner-section.closed #secondary-nav {
      left: -250px; }
    html body #inner-section.closed #main-wrapper {
      left: 0;
      width: 100%; }
    html body #inner-section #secondary-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      height: 100%;
      background-color: #d5dce0;
      z-index: 2;
      box-shadow: 2px 0 9px -2px #989898;
      box-sizing: border-box;
      padding: 12px;
      transition: all 500ms; }
      html body #inner-section #secondary-nav > h2, html body #inner-section #secondary-nav .user-selected-info-2 {
        color: #1b374c;
        line-height: 25px;
        margin-bottom: 20px;
        margin-top: 24px; }
        html body #inner-section #secondary-nav > h2 span.title, html body #inner-section #secondary-nav .user-selected-info-2 span.title {
          font-size: 18px; }
        html body #inner-section #secondary-nav > h2 span.paz, html body #inner-section #secondary-nav .user-selected-info-2 span.paz {
          font-size: 26px;
          display: inline-block; }
      html body #inner-section #secondary-nav ul {
        list-style: none;
        padding: 0; }
        html body #inner-section #secondary-nav ul li {
          padding: 6px 8px;
          border-bottom: 1px solid #f5f5f5;
          font-size: 18px;
          font-weight: 500;
          color: #265477;
          transition: all 450ms; }
          html body #inner-section #secondary-nav ul li a {
            width: calc(100% - 15px);
            height: 100%;
            display: inline-block; }
          html body #inner-section #secondary-nav ul li.restrict {
            color: #c55454; }
            html body #inner-section #secondary-nav ul li.restrict a {
              color: #c55454; }
          html body #inner-section #secondary-nav ul li.doctor {
            color: #265476; }
            html body #inner-section #secondary-nav ul li.doctor a {
              color: #265476; }
          html body #inner-section #secondary-nav ul li.special {
            color: #da6e00; }
            html body #inner-section #secondary-nav ul li.special a {
              color: #da6e00; }
          html body #inner-section #secondary-nav ul li:hover {
            cursor: pointer;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2cbd0+0,a5abaf+50,979ca0+100 */
            background: #c2cbd0;
            /* Old browsers */
            background: -moz-linear-gradient(top, #c2cbd0 0%, #a5abaf 50%, #979ca0 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #c2cbd0 0%, #a5abaf 50%, #979ca0 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d5dce0 0%, #c6cace 50%, #afb5b9 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cbd0', endColorstr='#979ca0',GradientType=0 );
            /* IE6-9 */
            color: #1b374c; }
          html body #inner-section #secondary-nav ul li[data-state='selected'], html body #inner-section #secondary-nav ul li[data-state='selected']:hover {
            background: #c2cbd0;
            /* Old browsers */
            background: -moz-linear-gradient(top, #c2cbd0 0%, #a5abaf 50%, #979ca0 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #c2cbd0 0%, #a5abaf 50%, #979ca0 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d5dce0 0%, #c6cace 50%, #afb5b9 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cbd0', endColorstr='#979ca0',GradientType=0 );
            /* IE6-9 */
            color: #1b374c;
            cursor: default; }
          html body #inner-section #secondary-nav ul li::before {
            content: '>  ';
            font-weight: 600; }
    html body #inner-section #main-wrapper {
      position: absolute;
      top: 0;
      left: 250px;
      width: calc(100% - 250px);
      height: 100%;
      z-index: 1;
      box-sizing: border-box;
      padding: 95px 35px 40px 60px;
      background: #e8f0ff;
      transition: all 500ms; }
      html body #inner-section #main-wrapper > h1 {
        position: absolute;
        top: 10px;
        font-size: 34px;
        color: #5c92bf; }
        html body #inner-section #main-wrapper > h1.with_icon {
          left: 125px; }
      html body #inner-section #main-wrapper > img.icon_menu {
        position: absolute;
        top: 24px;
        left: 65px;
        height: 50px; }
      html body #inner-section #main-wrapper #main-content {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 10px 2px #cecece;
        background: whitesmoke;
        position: relative; }
        html body #inner-section #main-wrapper #main-content .wrapper {
          position: absolute;
          top: 75px;
          left: 0;
          width: 100%;
          height: calc(100% - 75px);
          box-sizing: border-box;
          padding: 20px; }
        html body #inner-section #main-wrapper #main-content #content-actions-menu {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 75px;
          background: #c3ddf4; }
          html body #inner-section #main-wrapper #main-content #content-actions-menu h3 {
            position: absolute;
            right: 20px;
            color: #ffffff;
            top: 4px; }
  html body #version-software {
    position: absolute;
    bottom: 1px;
    right: 10px;
    z-index: 2;
    font-size: 11px;
    color: #265477; }
  html body .dropdown-menu.inner.selectpicker {
    max-height: 400px; }

/*# sourceMappingURL=main.css.map */
