body.delta-style {
  height: 100vh !important;
  flex-direction: column;
  font-family: 'Poppins', sans-serif !important; }
  body.delta-style header {
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to right, #5783e6 0%, #5fbae9 50%, #87ceea 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 50; }
    body.delta-style header .header-left {
      width: 250px; }
      body.delta-style header .header-left .header-logo {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        justify-content: center; }
        body.delta-style header .header-left .header-logo img {
          height: 100%; }
    body.delta-style header .header-right {
      display: flex;
      flex-direction: row; }
      body.delta-style header .header-right .header-credits {
        display: flex;
        flex-direction: row; }
        body.delta-style header .header-right .header-credits #trial-notice {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          color: #2D5998; }
          body.delta-style header .header-right .header-credits #trial-notice .wrapper {
            display: flex;
            flex-direction: row;
            align-items: center; }
            body.delta-style header .header-right .header-credits #trial-notice .wrapper #go-premium-button {
              margin-left: 10px;
              background: #1b58b3 !important; }
        body.delta-style header .header-right .header-credits #credit-remaining {
          height: 100%; }
          body.delta-style header .header-right .header-credits #credit-remaining .wrapper {
            height: 100%; }
            body.delta-style header .header-right .header-credits #credit-remaining .wrapper a {
              display: flex;
              flex-direction: row;
              height: 100%;
              align-items: center; }
              body.delta-style header .header-right .header-credits #credit-remaining .wrapper a .docdelta-currency {
                width: 30px;
                height: 30px;
                background: transparent;
                border: 2px solid #2D5998;
                padding: 6px; }
                body.delta-style header .header-right .header-credits #credit-remaining .wrapper a .docdelta-currency img {
                  width: 100%; }
      body.delta-style header .header-right .header-actions ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body.delta-style header .header-right .header-actions > ul {
        display: flex;
        flex-direction: row;
        height: 100%;
        align-items: center;
        margin-right: 20px; }
        body.delta-style header .header-right .header-actions > ul > li {
          margin-right: 10px; }
          body.delta-style header .header-right .header-actions > ul > li > a {
            display: flex;
            width: 40px;
            height: 40px;
            padding: 6px;
            justify-content: center;
            align-items: center;
            border: 2px solid #2D5998;
            border-radius: 50%; }
            body.delta-style header .header-right .header-actions > ul > li > a img {
              width: 100%; }
            body.delta-style header .header-right .header-actions > ul > li > a::after {
              display: none; }
          body.delta-style header .header-right .header-actions > ul > li.dropdown .dropdown-menu {
            left: unset !important;
            right: 0 !important;
            transform: translate3d(0px, 50px, 0px) !important; }
            body.delta-style header .header-right .header-actions > ul > li.dropdown .dropdown-menu.arrow::before, body.delta-style header .header-right .header-actions > ul > li.dropdown .dropdown-menu.arrow::after {
              right: 11px; }
  body.delta-style #wrapper {
    height: calc(100vh - 60px);
    overflow: hidden;
    position: relative; }
    body.delta-style #wrapper .wrapper-scroll {
      display: flex;
      flex-direction: row;
      position: absolute;
      width: 100%;
      height: 100%; }
  body.delta-style #delta-sidebar {
    width: 60px;
    height: 100%;
    background: white;
    z-index: 40;
    position: absolute;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    transition: width 0.1s ease-in-out; }
    body.delta-style #delta-sidebar .delta-sidebar-scroll {
      height: calc(100% - 50px);
      overflow-y: auto;
      overflow-x: hidden;
      position: relative;
      background: white;
      z-index: 35; }
    body.delta-style #delta-sidebar .delta-sidebar-menu {
      padding: 0 10px; }
      body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px 0; }
        body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li {
            cursor: pointer;
            overflow: hidden; }
            body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li a {
              width: 100%;
              display: flex;
              flex-direction: row;
              align-items: center;
              padding: 10px;
              white-space: nowrap;
              transition: padding 0.1s ease-in-out; }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li a .sidebar-nav-icon {
                width: 20px;
                height: 20px;
                padding: 2px; }
                body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li a .sidebar-nav-icon.nav-icon-blank {
                  border: 2px solid #9e9e9e; }
                body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li a .sidebar-nav-icon svg {
                  width: 16px;
                  height: 100%;
                  fill: #757575; }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li a .sidebar-nav-link {
                font-size: 1.3rem;
                color: #757575;
                margin-left: 10px; }
            body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li:not(.active):hover {
              background: #eeeeee; }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li:not(.active):hover a .sidebar-nav-icon svg {
                fill: #1b58b3; }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li:not(.active):hover a .sidebar-nav-link {
                color: #1b58b3; }
            body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li.active {
              background-image: linear-gradient(to right, #1b58b3, #5783e6); }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li.active a .sidebar-nav-icon svg {
                fill: white; }
              body.delta-style #delta-sidebar .delta-sidebar-menu .sidebar-menu-container nav ul li.active a .sidebar-nav-link {
                color: white;
                font-weight: bold; }
    body.delta-style #delta-sidebar #delta-sidebar-menu-contact .sidebar-menu-container {
      border-bottom-color: transparent; }
  body.delta-style #delta-sidebar-header {
    position: relative; }
    body.delta-style #delta-sidebar-header .sidebar-header-value {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      position: relative;
      z-index: 35;
      background: white; }
      body.delta-style #delta-sidebar-header .sidebar-header-value .sidebar-header-logo-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        color: #9e9e9e;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        body.delta-style #delta-sidebar-header .sidebar-header-value .sidebar-header-logo-wrapper img {
          height: 19px;
          margin-right: 3px; }
    body.delta-style #delta-sidebar-header .sidebar-arrow {
      position: absolute;
      width: 35.3553390593px;
      height: 35.3553390593px;
      transform-origin: top right;
      transform: rotate(-45deg);
      top: 0;
      right: 0;
      background: white;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
      z-index: 30; }
  body.delta-style #delta-sidebar-footer {
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out; }
    body.delta-style #delta-sidebar-footer footer {
      position: relative;
      height: initial;
      padding: 30px 0;
      background: initial;
      display: flex;
      flex-direction: column;
      font-size: 1.2rem; }
      body.delta-style #delta-sidebar-footer footer .sidebar-footer-links ul {
        padding: 0;
        list-style: none;
        display: flex; }
        body.delta-style #delta-sidebar-footer footer .sidebar-footer-links ul li {
          margin: 0 3px; }
          body.delta-style #delta-sidebar-footer footer .sidebar-footer-links ul li.sidebar-footer-separator::after {
            content: '\00b7'; }
      body.delta-style #delta-sidebar-footer footer .sidebar-footer-company {
        white-space: nowrap; }
      body.delta-style #delta-sidebar-footer footer .sidebar-footer-copyright {
        white-space: nowrap; }
  body.delta-style #delta-sidebar.expand {
    width: 250px; }
    body.delta-style #delta-sidebar.expand .delta-sidebar-menu .sidebar-menu-container nav ul li a {
      padding: 10px 15px; }
    body.delta-style #delta-sidebar.expand #delta-sidebar-menu-contact .sidebar-menu-container {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    body.delta-style #delta-sidebar.expand #delta-sidebar-footer {
      opacity: 1; }
  body.delta-style #delta-page-body {
    width: calc(100% - 60px);
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    z-index: 20;
    position: relative; }
  body.delta-style #delta-page-header {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to right, #1b58b3 42%, #296bcf 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 20; }
    body.delta-style #delta-page-header .page-header-left {
      display: flex;
      padding-left: 60px;
      align-items: center;
      font-size: 1.5rem;
      font-weight: bold;
      color: white; }
      body.delta-style #delta-page-header .page-header-left .page-header-icon {
        width: 25px;
        height: 25px;
        padding: 3px;
        margin-right: 10px;
        fill: white; }
        body.delta-style #delta-page-header .page-header-left .page-header-icon svg {
          width: 100%;
          height: 100%; }
        body.delta-style #delta-page-header .page-header-left .page-header-icon.header-icon-blank {
          border: 2px solid white; }
      body.delta-style #delta-page-header .page-header-left .page-header-title {
        margin-right: 15px; }
      body.delta-style #delta-page-header .page-header-left .page-header-breadcrumbs {
        display: flex;
        align-items: center; }
        body.delta-style #delta-page-header .page-header-left .page-header-breadcrumbs .page-header-breadcrumbs-arrow {
          margin-right: 15px;
          font-size: 1.8rem; }
    body.delta-style #delta-page-header .page-header-right {
      padding-right: 60px; }
      body.delta-style #delta-page-header .page-header-right .rna-btn {
        font-size: 1.2rem;
        background: transparent !important;
        border-width: 2px;
        border-color: transparent !important;
        border-radius: 5px;
        transition: border-color 0.1s ease-in-out; }
        body.delta-style #delta-page-header .page-header-right .rna-btn .fas {
          margin-right: 3px; }
        body.delta-style #delta-page-header .page-header-right .rna-btn:hover {
          border-color: #fff !important; }
  body.delta-style #delta-page-content {
    background: white;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; }
    body.delta-style #delta-page-content .container-fluid {
      margin: 0;
      padding: 0; }
    body.delta-style #delta-page-content.is-loading {
      overflow-y: hidden; }
    body.delta-style #delta-page-content > .rna-loader {
      background: white; }
  body.delta-style #flotTip {
    max-width: unset !important; }
  body.delta-style .rna-styles .rna-tabs .rna-tab-list .rna-tab .rna-tab-wrapper {
    border-bottom: 3px solid transparent; }
  body.delta-style .rna-styles .rna-tabs .rna-tab-list .rna-tab.selected .rna-tab-wrapper {
    color: #1b58b3;
    border-bottom-color: #1b58b3; }
  body.delta-style .rna-styles .rna-tabs .rna-tab-list .rna-tab:not(.selected):hover .rna-tab-wrapper {
    border-bottom-color: #1b58b3; }
  body.delta-style .rna-styles .rna-tabs .rna-tab-panels .rna-tab-panel {
    overflow-y: hidden !important;
    background: initial !important;
    height: 0% !important;
    top: 0; }
    body.delta-style .rna-styles .rna-tabs .rna-tab-panels .rna-tab-panel.active {
      overflow-y: unset !important;
      height: initial !important; }
  body.delta-style .profile-table {
    margin-bottom: 40px; }
    body.delta-style .profile-table .profile-table-body {
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: relative; }
      body.delta-style .profile-table .profile-table-body .profile-table-row,
      body.delta-style .profile-table .profile-table-body .profile-table-header,
      body.delta-style .profile-table .profile-table-body .profile-table-footer {
        display: grid;
        align-items: center; }
        body.delta-style .profile-table .profile-table-body .profile-table-row .profile-table-column,
        body.delta-style .profile-table .profile-table-body .profile-table-header .profile-table-column,
        body.delta-style .profile-table .profile-table-body .profile-table-footer .profile-table-column {
          padding: 10px 20px;
          font-size: 1.3rem;
          font-weight: bold; }
      body.delta-style .profile-table .profile-table-body .profile-table-row:nth-child(odd) {
        background: white; }
      body.delta-style .profile-table .profile-table-body .profile-table-row:nth-child(even) {
        background: #ecf8fd; }
      body.delta-style .profile-table .profile-table-body .profile-table-header {
        background: #e0e0e0;
        color: rgba(0, 0, 0, 0.4); }
      body.delta-style .profile-table .profile-table-body .profile-table-footer {
        background: #fafafa; }
    body.delta-style .profile-table.profile-table-loading .profile-table-body {
      min-height: 100px; }
  body.delta-style .rna-loader .rna-loader-spinner::before {
    border-top-color: #87ceea; }
  body.delta-style .rna-accordion .rna-accordion-title .rna-accordion-icon {
    color: #1b58b3 !important; }
  body.delta-style .rna-accordion.active .rna-accordion-title .rna-accordion-text {
    color: #1b58b3 !important; }
  body.delta-style #search-results .search-people-type,
  body.delta-style .search-results .search-people-type {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10; }
    body.delta-style #search-results .search-people-type .search-type-items .search-type-item.active,
    body.delta-style .search-results .search-people-type .search-type-items .search-type-item.active {
      background: #1b58b3 !important; }
    body.delta-style #search-results .search-people-type .search-type-items .search-type-item:not(.active):not(.disabled):hover .summary-text,
    body.delta-style .search-results .search-people-type .search-type-items .search-type-item:not(.active):not(.disabled):hover .summary-text {
      color: #1b58b3 !important; }
  body.delta-style #search-results .search-summary,
  body.delta-style .search-results .search-summary {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10; }
    body.delta-style #search-results .search-summary .summary-items .summary-item.active,
    body.delta-style .search-results .search-summary .summary-items .summary-item.active {
      background: #1b58b3 !important;
      color: white !important; }
  body.delta-style #search-results .search-actions,
  body.delta-style .search-results .search-actions {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  body.delta-style #search-results .search-limit-notice,
  body.delta-style .search-results .search-limit-notice {
    background-image: linear-gradient(to right, #5783e6 0%, #5fbae9 100%) !important;
    width: 100% !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10; }
  body.delta-style #search-results .search-list .person-name,
  body.delta-style .search-results .search-list .person-name {
    font-size: 1.3rem !important; }
    body.delta-style #search-results .search-list .person-name a,
    body.delta-style .search-results .search-list .person-name a {
      color: #1b58b3 !important;
      text-decoration: underline;
      text-transform: uppercase; }
      body.delta-style #search-results .search-list .person-name a:hover,
      body.delta-style .search-results .search-list .person-name a:hover {
        color: #5fbae9 !important; }
  body.delta-style #search-results .search-list .search-item-position,
  body.delta-style .search-results .search-list .search-item-position {
    font-size: 1.3rem !important; }
  body.delta-style #search-results .search-list .organization-name,
  body.delta-style .search-results .search-list .organization-name {
    font-size: 1.3rem !important; }
    body.delta-style #search-results .search-list .organization-name a,
    body.delta-style .search-results .search-list .organization-name a {
      color: #58C698 !important;
      text-decoration: underline; }
      body.delta-style #search-results .search-list .organization-name a:hover,
      body.delta-style .search-results .search-list .organization-name a:hover {
        color: #5fbae9 !important; }
  body.delta-style #search-results .search-list .organization-type,
  body.delta-style .search-results .search-list .organization-type {
    font-size: 1.3rem !important; }
  body.delta-style #search-results .search-list .organization-address,
  body.delta-style .search-results .search-list .organization-address {
    font-size: 1.3rem !important; }
  body.delta-style #search-results .dataTables_scroll,
  body.delta-style .search-results .dataTables_scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    background: white; }
    body.delta-style #search-results .dataTables_scroll .dataTables_scrollBody,
    body.delta-style .search-results .dataTables_scroll .dataTables_scrollBody {
      border: none; }
  body.delta-style #search-results .dataTables_processing,
  body.delta-style .search-results .dataTables_processing {
    margin-top: 0;
    margin-bottom: 0; }
  body.delta-style #search-results .dataTables_paginate,
  body.delta-style #search-results .dataTables_info,
  body.delta-style .search-results .dataTables_paginate,
  body.delta-style .search-results .dataTables_info {
    margin-top: 10px; }
  body.delta-style #search-results table,
  body.delta-style .search-results table {
    border: none !important; }
    body.delta-style #search-results table thead tr,
    body.delta-style .search-results table thead tr {
      background: #4299e1 !important;
      color: white;
      border-bottom: none !important; }
      body.delta-style #search-results table thead tr th,
      body.delta-style .search-results table thead tr th {
        font-size: 1.2rem !important; }
    body.delta-style #search-results table tbody tr td:not(:last-child),
    body.delta-style #search-results table tbody tr.odd,
    body.delta-style .search-results table tbody tr.odd {
      background: white !important; }
    body.delta-style #search-results table tbody tr.even,
    body.delta-style .search-results table tbody tr.even {
      background: #f3fbfd; }
  body.delta-style .btn.btn-primary {
    background: #5783e6 !important;
    border-color: #5783e6 !important; }
  body.delta-style .btn.btn-info {
    background: #5fbae9 !important;
    border-color: #5fbae9 !important; }
  body.delta-style .rna-switch {
    display: flex;
    justify-content: center;
    align-items: center; }
    body.delta-style .rna-switch .switch {
      margin: 0;
      height: 25px;
      width: 45px;
      background: white;
      position: relative;
      display: block; }
      body.delta-style .rna-switch .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        border: 3px solid white;
        border-radius: 25px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
      body.delta-style .rna-switch .switch .slider:before {
        position: absolute;
        content: '';
        top: 0;
        background-color: #afafaf;
        width: 19px;
        height: 19px;
        border-radius: 50px;
        transition: transform 0.1s ease-in-out; }
      body.delta-style .rna-switch .switch.checked .slider:before {
        background: #58C698;
        transform: translateX(20px); }
#content {
  width: 100%;
}

/*# sourceMappingURL=delta-style.css.map */
