﻿ 
@charset "UTF-8"; 
.basic-wrapper {
  /*-----------------------
  Table
  -----------------------*/
  /*-----------------------
  Blade Table
  -----------------------*/
  /*-----------------------
  Sorting
  -----------------------*/
  /*-----------------------
  Table Filter
  -----------------------*/
  /*-----------------------
  Tooltip
  -----------------------*/
  /*-----------------------
  Side Navigation
  -----------------------*/
  /*-----------------------
  Landing
  -----------------------*/
  /*-----------------------
  Autocomplete
  -----------------------*/
  /*-----------------------
  Button Primary
  -----------------------*/
  /*-----------------------
  Card
  -----------------------*/
  /*-----------------------
  Content with Sidebar
  -----------------------*/
  /*-----------------------
  Bar Banner
  -----------------------*/
  /*-----------------------
  Main Wrapper
  -----------------------*/
  /*-----------------------
  Code Snippet
  -----------------------*/ }
  .basic-wrapper img {
    width: 100%; }
  .basic-wrapper .horizontal-divider {
    border-bottom: 1px solid #e9edef; }
  .basic-wrapper .results-header .container {
    padding: 20px 20px; }
  .basic-wrapper .results-header .basic-logo {
    margin-bottom: 10px;
    width: 77px; }
  .basic-wrapper .results-header h1 {
    margin-bottom: 5px; }
  .basic-wrapper .results-header p {
    margin-bottom: 0px; }
    .basic-wrapper .results-header p strong {
      text-transform: uppercase; }
  .basic-wrapper .results-header .pagination {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .basic-wrapper .results-header .pagination {
        margin-top: 40px; } }
  .basic-wrapper #Div1 .quick-search {
    float: left;
    margin-top: -10px;
    width: auto; }
    .basic-wrapper #Div1 .quick-search select {
      background-color: none !important;
      border: 1px solid #CFD7DB;
      border-radius: 0px;
      height: 37px;
      padding: 8px; }
  .basic-wrapper .search-bar {
    display: inline-block;
    position: relative; }
    .basic-wrapper .search-bar input {
      border: 1px solid #CFD7DB;
      min-width: 300px;
      padding: 8px 30px 8px 8px;
      border-radius: 3px; }
    .basic-wrapper .search-bar:after {
      content: "";
      background: url("../basic-img/icons/search-6f6b21ef.svg") no-repeat center;
      background-size: 100%;
      display: inline-block;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 10px;
      right: 10px; 
    }
  .basic-wrapper .card {
    overflow: auto; }
.basic-wrapper .scrollable-table {
    /*overflow: auto;*/
    /*overflow: visible;*/
}
    @media screen and (min-width: 1024px) {
      .basic-wrapper .scrollable-table {
        overflow: visible; } }
    .basic-wrapper .scrollable-table table {
      width: 100%; }
      .basic-wrapper .scrollable-table table th {
        white-space: nowrap; }
.basic-wrapper table {
    width: 100%;
    /*border-collapse: collapse;*/ 
    /*border-bottom: none ;*/
    /*border-style: hidden;*/ 
    /*border-left-style: hidden;*/ 
}
.basic-wrapper th, .basic-wrapper td {
    /*font-size: 14px;*/
    font-size: 80%; 
    padding: 10px;
    /*border-left: 1px solid #52798f;*/
    /*border-bottom: none;*/ 
}
    .basic-wrapper th {
    color: #52798f;
    border-bottom: 2px solid #52798f; }
  .basic-wrapper tr:nth-child(even) {
    background-color: #f2f6f8; }
  .basic-wrapper .blade-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    cursor: pointer;
    width: 100%; }
    .basic-wrapper .blade-table thead {
      display: none; }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .blade-table thead {
          display: table-header-group; } }
      .basic-wrapper .blade-table thead tr {
        background-color: transparent;
        box-shadow: none;
        color: #49494a;
        cursor: default; }
        .basic-wrapper .blade-table thead tr:hover {
          background-color: transparent;
          box-shadow: none; }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .blade-table thead tr {
            height: auto; } }
        .basic-wrapper .blade-table thead tr th {
          border: none;
          color: #49494a;
          font-size: 16px;
          font-weight: bold;
          padding: 0px 20px 10px 0px;
          text-align: left;
          position: relative;
          vertical-align: bottom; }
          .basic-wrapper .blade-table thead tr th:first-child {
            padding: 0px 20px; }
          .basic-wrapper .blade-table thead tr th:not(:first-child) {
            padding: 0px 0px 0px 50px; }
          .basic-wrapper .blade-table thead tr th:last-child {
            padding: 0px 0px 0px 30px; }
          .basic-wrapper .blade-table thead tr th .tooltip-trigger {
            background-color: #CFD7DB;
            color: #9B9B9B; }
    .basic-wrapper .blade-table tr {
      background-color: #FFFFFF;
      border: 1px solid #CFD7DB;
      cursor: pointer;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      vertical-align: top; }
      .basic-wrapper .blade-table tr:hover {
        box-shadow: 0 0 12px 0 rgba(196, 187, 187, 0.5); }
        .basic-wrapper .blade-table tr:hover h4 {
          text-decoration: underline; }
      @media screen and (min-width: 768px) {
        .basic-wrapper .blade-table tr {
          display: inline-block;
          width: 48%;
          margin: 0 1%;
          height: auto;
          margin-bottom: 20px; }

        .basic-wrapper .blade-table tr:only-child {
            /*display: inline-block;*/
            width: 100%;
        }
      }

      @media screen and (min-width: 1024px) {
        .basic-wrapper .blade-table tr {
          border: none;
          display: table-row;
          width: 100%;
          float: none;
          margin: 0px;
          height: 98px; } }
      .basic-wrapper .blade-table tr td {
        padding: 10px 0px;
        margin: 0px 20px;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #CFD7DB;
        display: block;
        font-size: 16px; }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .blade-table tr td {
            display: table-cell;
            padding: 10px 20px 10px 0px;
            border-top: 1px solid #CFD7DB; } }
        .basic-wrapper .blade-table tr td:first-child {
          padding: 20px 0px; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:first-child {
              padding: 10px 10px 10px 20px;
              border-left: 1px solid #CFD7DB;
              min-width: 330px; } }
        .basic-wrapper .blade-table tr td:nth-child(2) {
          border-bottom: none;
          padding-bottom: 0px; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:nth-child(2) {
              border-bottom: 1px solid #CFD7DB;
              padding: 10px 20px; } }
        .basic-wrapper .blade-table tr td:nth-child(3) {
          padding-top: 0px; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:nth-child(3) {
              padding: 10px 20px; } }
        .basic-wrapper .blade-table tr td:nth-child(4) {
          border-bottom: none; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:nth-child(4) {
              border-bottom: 1px solid #CFD7DB; } }
        .basic-wrapper .blade-table tr td:last-child {
          border-bottom: 0px;
          padding-bottom: 20px; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:last-child {
              border-right: 1px solid #CFD7DB;
              border-bottom: 1px solid #CFD7DB;
              padding-bottom: 0px; } }
        .basic-wrapper .blade-table tr td:before {
          content: attr(data-th);
          display: block;
          font-weight: bold;
          width: 100%;
          font-size: 12px; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .blade-table tr td:before {
              display: none; } }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .blade-table tr td span {
            font-weight: bold;
            display: table-cell;
            height: 62px;
            vertical-align: middle;
            border-left: 1px solid #CFD7DB;
            padding: 0px 30px; } }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .blade-table tr td small {
            font-weight: normal; } }
      .basic-wrapper .blade-table tr p, .basic-wrapper .blade-table tr a {
        display: inline-block;
        font-size: 15px;
        font-weight: bold; }
      .basic-wrapper .blade-table tr h4 {
        color: #49494a;
        margin-bottom: 4px;
        font-size: 17px; }
        .basic-wrapper .blade-table tr h4 span {
          padding: 0px;
          border: none;
          height: auto;
          display: inline; }
      .basic-wrapper .blade-table tr a {
        text-decoration: none; }
        .basic-wrapper .blade-table tr a:hover {
          text-decoration: underline; }
        .basic-wrapper .blade-table tr a img {
          width: 25px; }
    .basic-wrapper .blade-table .btn {
      width: 100%;
      background-color: #012d6a; }
      .basic-wrapper .blade-table .btn:hover {
        background-color: #101d49; }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .blade-table .btn {
          display: none; } }
  .basic-wrapper .blade-table .with-toggle {
    position: relative; }
    .basic-wrapper .blade-table .with-toggle span {
      display: inline-block;
      padding-right: 60px;
      width: 100%;
      display: inline-table; }
  .basic-wrapper .blade-table .panel-group {
    margin: 0px; }
  .basic-wrapper .blade-table .panel {
    border: none;
    box-shadow: none; }
    .basic-wrapper .blade-table .panel .panel-heading {
      position: absolute;
      right: 0px;
      top: 10px;
      border: 1px solid #CFD7DB;
      border-radius: 4px;
      padding: 0px; }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .blade-table .panel .panel-heading {
          top: 30px;
          right: 20px; } }
      .basic-wrapper .blade-table .panel .panel-heading h4 {
        margin-bottom: 0px; }
      .basic-wrapper .blade-table .panel .panel-heading a {
        padding: 10px 15px; }
    .basic-wrapper .blade-table .panel .collapsed {
      display: inline-block; }
    .basic-wrapper .blade-table .panel .panel-collapse ul {
      border: none;
      padding: 0px; }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .blade-table .panel .panel-collapse ul {
          margin: 0px 0px 0px 30px; } }
    .basic-wrapper .blade-table .panel .panel-collapse li {
      list-style: none;
      border-top: 1px solid #CFD7DB; }
      .basic-wrapper .blade-table .panel .panel-collapse li span {
        border-left: none;
        display: inline-block;
        padding: 10px 0px 5px; }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .blade-table .panel .panel-collapse li span {
            padding: 10px 0px; } }
  .basic-wrapper th .sort-by {
    padding-right: 18px;
    position: relative;
    cursor: pointer;
    margin-left: 5px; }
    .basic-wrapper th .sort-by.ascending:before {
      border-bottom-color: #070c1f;
      opacity: 1; }
    .basic-wrapper th .sort-by.descending:after {
      border-top-color: #070c1f;
      opacity: 1; }
  .basic-wrapper .sort-by:before,
  .basic-wrapper .sort-by:after {
    border: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
    opacity: 0.5; }
  .basic-wrapper .sort-by:before {
    border-bottom-color: #9B9B9B;
    margin-top: -12px; }
  .basic-wrapper .sort-by:after {
    border-top-color: #9B9B9B;
    margin-top: 1px; }
  .basic-wrapper .card-inner th .sort-by.ascending:before {
    border-bottom-color: #52798f; }
  .basic-wrapper .card-inner th .sort-by.descending:after {
    border-top-color: #52798f; }
  .basic-wrapper .table-filter {
    position: relative;
    width: 25px;
    display: inline-block; }
    .basic-wrapper .table-filter .btn {
      background-color: transparent;
      padding: 0px 5px;
      display: inline-block; }
      .basic-wrapper .table-filter .btn img {
        width: 15px; }
      .basic-wrapper .table-filter .btn:hover, .basic-wrapper .table-filter .btn:focus {
        opacity: 0.8;
        background-color: transparent; }
    .basic-wrapper .table-filter .dropdown-menu a {
      text-decoration: none;
      display: inline-block;
      width: 100%; }
      .basic-wrapper .table-filter .dropdown-menu a:hover {
        text-decoration: none; }
  .basic-wrapper .mobile-sort-filter {
    background-color: #e2eaee;
    border-top: 1px solid #CFD7DB;
    padding: 10px 20px; }
    @media screen and (min-width: 1024px) {
      .basic-wrapper .mobile-sort-filter {
        display: none; } }
    .basic-wrapper .mobile-sort-filter p, .basic-wrapper .mobile-sort-filter select, .basic-wrapper .mobile-sort-filter .table-filter {
      display: inline-block;
      margin-bottom: 0px; }
    .basic-wrapper .mobile-sort-filter select {
      background-color: transparent;
      border: none; }
    .basic-wrapper .mobile-sort-filter .table-filter {
      background-color: #f2f6f8;
      border: 1px solid #CFD7DB;
      float: right;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 2.3; }
      .basic-wrapper .mobile-sort-filter .table-filter .dropdown-menu {
        left: inherit;
        right: 0px; }
        .basic-wrapper .mobile-sort-filter .table-filter .dropdown-menu strong {
          display: inline-block;
          line-height: 1.2;
          padding: 3px 20px;
          width: 100%;
          margin-bottom: -5px;
          font-size: 13px; }
  @media screen and (min-width: 1024px) {
    .basic-wrapper .th-wrap {
      max-width: 180px;
      display: inline-block; } }
  .basic-wrapper .card table td {
    vertical-align: top; }
    .basic-wrapper .card table td ul {
      padding-left: 20px;
      margin-bottom: 0px; }
    .basic-wrapper .card table td a {
      color: #49494a; }
      .basic-wrapper .card table td a:hover {
        color: #4b7d76; }
  .basic-wrapper .tooltip-block {
    position: relative;
    align-items: center;
    box-sizing: border-box;
    display: inline;
    transition: all .3s ease;
    cursor: help;
    display: inline;
    margin-left: 3px;
    z-index: 4; }

    .basic-wrapper .tooltip-block .tooltip-trigger-def {
        border: 1px solid darkgray;
        border-radius: 20em;
        color: darkgray;
        display: inline-block;
        line-height: 1.4;
        text-align: center;
        height: 20px;
        font-size: 14px;
        width: 20px;
    }
    .basic-wrapper .tooltip-block .tooltip-trigger {
      border: 1px solid #CFD7DB;
      border-radius: 20em;
      color: #CFD7DB;
      display: inline-block;
      line-height: 1.4;
      text-align: center;
      height: 20px;
      font-size: 14px;
      width: 20px; }

      @media screen and (min-width: 1024px) {
        .basic-wrapper .tooltip-block .tooltip-trigger {
          padding: 0px !important; } }
    .basic-wrapper .tooltip-block:hover .tooltip-trigger:hover + .tooltip-content {
      opacity: 1;
      display: inline-block;
      min-width: 200px; 
      text-align: left;
    }
.basic-wrapper .tooltip-block:hover .tooltip-trigger-def:hover + .tooltip-content {
    opacity: 1;
    display: inline-block;
    min-width: 200px;
}
.basic-wrapper .tooltip-block .tooltip-content {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CFD7DB;
    box-shadow: 0 0 4px 0 #CFD7DB;
    color: #49494a;
    font-size: 12px;
    line-height: 1.2;
    max-width: 280px;
    min-width: 105px;
    padding: 20px;
    position: absolute;
    display: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
    width: max-content;
}
      .basic-wrapper .tooltip-block .tooltip-content::after {
        background: #FFFFFF;
        border-bottom: 1px solid #CFD7DB;
        border-right: 1px solid #CFD7DB;
        content: "";
        height: 10px;
        position: absolute;
        transform: rotate(45deg);
        width: 10px; }
      .basic-wrapper .tooltip-block .tooltip-content p {
        color: #49494a;
        margin-bottom: 0px;
        display: block;
        font-weight: normal;
        margin: 4px 0px;
        white-space: normal;
        font-size: 13px; }
      .basic-wrapper .tooltip-block .tooltip-content h5 {
        color: #52798f;
        font-size: 13px; }
    .basic-wrapper .tooltip-block.top .tooltip-content {
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%); }
      .basic-wrapper .tooltip-block.top .tooltip-content::after {
        bottom: -5px;
        left: 50%;
        margin-left: -5px; }
    .basic-wrapper .tooltip-block.bottom .tooltip-content {
      top: calc(150%);
      left: 50%;
      transform: translateX(-50%); }
      .basic-wrapper .tooltip-block.bottom .tooltip-content::after {
        top: -5px;
        left: 50%;
        margin-left: -5px; }
    .basic-wrapper .tooltip-block.right .tooltip-content {
      left: calc(100% + 1.5em);
      top: 50%;
      transform: translateY(-50%); }
      .basic-wrapper .tooltip-block.right .tooltip-content::after {
        left: -5px;
        margin-top: -5px;
        top: 50%; }
    .basic-wrapper .tooltip-block.left .tooltip-content {
      right: calc(100% + 1.5em);
      top: 50%;
      transform: translateY(-50%); }
      .basic-wrapper .tooltip-block.left .tooltip-content::after {
        right: -5px;
        margin-top: -5px;
        top: 50%; }
  .basic-wrapper .tooltip-content {
    background: #49494a;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.2;
    max-width: 240px;
    min-width: 240px;
    padding: 1em;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: inline-block; }
    .basic-wrapper .tooltip-content::after {
      background: #49494a;
      content: "";
      height: 10px;
      position: absolute;
      transform: rotate(45deg);
      width: 10px; }
    .basic-wrapper .tooltip-content hr {
      border-color: #9B9B9B;
      margin: 10px 0px; }
  .basic-wrapper .tooltip .icon {
    border: 1px solid #FFFFFF;
    border-radius: 20em;
    height: 30px;
    transition: all .3s ease;
    padding: 5px;
    opacity: 0.5;
    width: 30px; }
    .basic-wrapper .tooltip .icon:hover {
      opacity: 0.8; }
.basic-wrapper .side-bar {
    background-color: #101d49;
    margin-top: -25px;
    padding: 25px 27px;
    z-index: 1;
    margin: -39px -20px 20px;
}
    @media screen and (min-width: 992px) {
        .basic-wrapper .side-bar {
            align-self:stretch;
            margin-top: 0px;
            margin-left: -5px;
            margin-bottom: -16px;
            width: 260px;
            position: relative;
            top: -41px;
            bottom: 0px;
            left: 20px;
            height: auto;
            display:inline-block;
        } }
    .basic-wrapper .side-bar .logo {
      width: 75px;
      margin-bottom: 10px; }
    .basic-wrapper .side-bar h3, .basic-wrapper .side-bar h6 {
      color: #FFFFFF;
      margin-bottom: 10px; }
    .basic-wrapper .side-bar h3 {
      text-transform: uppercase; }
    .basic-wrapper .side-bar p, .basic-wrapper .side-bar a {
      color: #FFFFFF;
      font-size: 14px;
      margin-bottom: 0px; }
    .basic-wrapper .side-bar a {
      text-decoration: underline; }
      .basic-wrapper .side-bar a:hover {
        opacity: 0.8; }
 /* 
     .basic-wrapper .side-bar .text-block {
      display: inline-block;
      width: calc(100% - 50px); }
     */
.basic-wrapper .side-bar .text-block {
    display: inline-block;
    width: calc(100% - 35px);
}
    .basic-wrapper .side-bar .icon-small {
      display: inline-block;
      width: 30px;
      vertical-align: top; }
      .basic-wrapper .side-bar .icon-small img {
        max-height: 20px;
        width: auto;
        max-width: 30px;
        height: auto; }
    .basic-wrapper .side-bar ul {
      padding: 0px; }
      .basic-wrapper .side-bar ul li {
        margin-top: 25px;
        list-style-type: none; }
        .basic-wrapper .side-bar ul li p strong {
          opacity: 0.5; }

.basic-wrapper .side-bar .member-block, .basic-wrapper .side-bar .bar-block {
    display: inline-block;
    margin-top: 5px;
    /*padding: 10px 30px 10px 30px;*/
    padding: 10px 1px 10px 15px;
    position: relative;
    width: 100%;
}

    .basic-wrapper .side-bar .member-block {
        background-color: #4b7d76;
    }

    .basic-wrapper .side-bar .member-block-green {
        background-color: #4b7d76;
    }

    .basic-wrapper .side-bar .member-block-red {
        background-color: #da4848;
    }


.basic-wrapper .side-bar .member-block-orange {
    background-color: #FFA500;
}


    .basic-wrapper .side-bar .member-block-yellow {
        background-color: #ffff66;
        color: #002d6a !important;
    }

     @media screen and (min-width: 1024px) {
        .basic-wrapper .side-bar .member-block, .basic-wrapper .side-bar .bar-block {
          width: calc(100% + 40px); } }
     
     @media screen and (min-width: 1024px) {
        .basic-wrapper .side-bar .member-block-green:after {
          content: "";
          height: 0;
          width: 0;
          border-top: 13px solid #385d58;
          border-right: 13px solid #f2f6f8;
          position: absolute;
          bottom: -13px;
          right: 0; }

        .basic-wrapper .side-bar .member-block-red:after, .basic-wrapper .side-bar .bar-block:after {
            content: "";
            height: 0;
            width: 0;
            border-top: 13px solid #a92323;
            border-right: 13px solid #f2f6f8;
            position: absolute;
            bottom: -13px;
            right: 0;
        }

        .basic-wrapper .side-bar .member-block-orange:after {
            content: "";
            height: 0;
            width: 0;
            border-top: 13px solid #CC8600;
            border-right: 13px solid #f2f6f8;
            position: absolute;
            bottom: -13px;
            right: 0;
        }

        .basic-wrapper .side-bar .member-block-yellow:after {
            content: "";
            height: 0;
            width: 0;
            border-top: 13px solid #C2C251;
            border-right: 13px solid #f2f6f8;
            position: absolute;
            bottom: -13px;
            right: 0;
        } 

     }


.basic-wrapper .side-bar .status-block {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: #323C5C;
    padding: 10px 30px 10px 30px;
    margin-top: 15px;
}

.basic-wrapper .side-bar .ndb-status-block {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: #5D28B0;
    padding: 10px 30px 10px 30px;
    margin-top: 15px;
}

    .basic-wrapper .side-bar .bar-block {
      background-color: #DA4848; }
      .basic-wrapper .side-bar .bar-block:after {
        border-top: 13px solid #c72828;
        /*border-left: 13px solid #F1F2F4;*/
      }
  .basic-wrapper .pagination {
    /*max-width: 308px;*/
    margin: 0px; }
    @media screen and (min-width: 768px) {
      .basic-wrapper .pagination {
        float: right; } }
    .basic-wrapper .pagination .btn {
      background-color: #FFFFFF;
      border: 1px solid #CFD7DB;
      color: #49494a;
      text-transform: none;
      font-size: 15px;
      padding: 10px 16px; }
      .basic-wrapper .pagination .btn:hover {
        background-color: #f5f7f7; }
      .basic-wrapper .pagination .btn .icon {
        height: 16px;
        margin-bottom: 0px;
        width: auto; }
    .basic-wrapper .pagination .dropdown-menu a {
      text-decoration: none; }
  .basic-wrapper .main-search {
    background-color: #f2f6f8;
    border-top: 1px solid #CFD7DB;
    margin-top: -25px;
    position: relative;
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .basic-wrapper .main-search:after {
        content: "";
        background-color: #52798f;
        width: 42%;
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        z-index: 0;
        height: 100%; } }
    .basic-wrapper .main-search .container {
      min-height: 360px; }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .main-search .container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (min-width: 1024px) {
        .basic-wrapper .main-search .container .search-block {
          padding-right: 30px;
          float: left;
          width: 60%; } }
      .basic-wrapper .main-search .container .text-block {
        background-color: #52798F;
        position: relative;
        z-index: 1;
        padding: 40px 20px;
        margin: 0px -20px; }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .main-search .container .text-block {
            width: 40%;
            float: right;
            margin: 0px;
            padding: 0px;
            float: right; } }
        .basic-wrapper .main-search .container .text-block p {
          color: #FFFFFF;
          font-size: 16px;
          max-width: 550px;
          margin: 0 auto; }
          @media screen and (min-width: 1024px) {
            .basic-wrapper .main-search .container .text-block p {
              max-width: 320px; } }
  .basic-wrapper .search-block.primary {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .basic-wrapper .search-block.primary .logo {
      margin-bottom: 30px;
      width: 140px; }
    .basic-wrapper .search-block.primary .search-block-inner {
      padding: 30px 0px; }
    .basic-wrapper .search-block.primary .nav-tabs a {
      background-color: #DBDBDB;
      color: #202C42;
      text-decoration: none;
      font-weight: bold;
      border-radius: 0px;
      text-align: center;
      border: none; }
      @media screen and (min-width: 768px) {
        .basic-wrapper .search-block.primary .nav-tabs a {
          width: 150px; } }
    .basic-wrapper .search-block.primary .nav-tabs .active a {
      color: #FFFFFF;
      background-color: #202C42;
      border: none; }
    .basic-wrapper .search-block.primary .tab-pane {
      background-color: #202C42;
      padding: 20px;
      margin-bottom: 10px;
      width: 100%; }
      .basic-wrapper .search-block.primary .tab-pane .search-bar {
        width: 100%;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .basic-wrapper .search-block.primary .tab-pane .search-bar {
            width: calc(100% - 190px); } }
        .basic-wrapper .search-block.primary .tab-pane .search-bar input {
          padding: 8px 8px 8px 40px;
          min-width: 0px;
          width: 100%; }
        .basic-wrapper .search-block.primary .tab-pane .search-bar:after {
          position: absolute;
          top: 10px;
          left: 10px; }
      .basic-wrapper .search-block.primary .tab-pane .btn {
        background-color: #52798f;
        padding: 11px 10px;
        width: 100%;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .basic-wrapper .search-block.primary .tab-pane .btn {
            margin-top: 0px;
            width: 180px; } }
        .basic-wrapper .search-block.primary .tab-pane .btn:hover {
          background-color: #3f5e6f; }
    .basic-wrapper .search-block.primary p a {
      color: #49494a; }
  .basic-wrapper .search-bar.is-active .autocomplete {
    display: block; }
  .basic-wrapper .autocomplete {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: -2px;
    padding: 0px;
    border-top: 1px solid #f2f6f8;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .basic-wrapper .autocomplete li {
      list-style: none;
      margin: 0px;
      font-size: 13px; }
      .basic-wrapper .autocomplete li a {
        padding: 6px 10px;
        color: black;
        display: inline-block;
        width: 100%; }
        .basic-wrapper .autocomplete li a:hover {
          background-color: #f2f6f8; }
      .basic-wrapper .autocomplete li.search-all {
        border-top: 1px solid #f2f6f8; }
      .basic-wrapper .autocomplete li p {
        display: inline-block;
        margin: 0px; }
      @media screen and (min-width: 768px) {
        .basic-wrapper .autocomplete li p:nth-child(2) {
          float: right; } }
  .basic-wrapper .card-error {
    position: relative; }
    .basic-wrapper .card-error .error-message {
      background-color: #DA4848;
      color: #FFFFFF;
      padding: 5px 20px 5px 10px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      position: absolute;
      top: 28px;
      right: -10px; }
      .basic-wrapper .card-error .error-message:after {
        content: "";
        border-top: 65px solid #c72828;
        border-left: 65px solid #F1F2F4;
        position: absolute;
        right: 0px;
        bottom: -9px; }
  .basic-wrapper .basic-content {
    position: relative; }
    .basic-wrapper .basic-content h3 {
      font-size: 16.5px; }
    .basic-wrapper .basic-content .red {
      color: #DA4848; }
@media screen and (min-width: 992px) {
    .basic-wrapper .basic-content .main-text.col-md-offset-3 {
        margin-left: calc(260px + 30px);
    }
}

@media screen and (min-width: 992px) {
    .basic-wrapper .basic-content .main-text.col-md-9 {
        width: calc(100% - 290px);
    }
}
  .basic-wrapper .card .btn-primary {
    background-color: #52798f;
    padding: 10px;
    min-width: 150px; }
    .basic-wrapper .card .btn-primary:hover {
      background-color: #3f5e6f; }
    .basic-wrapper .card .btn-primary img {
      margin-right: 10px;
      width: 19px;
      vertical-align: bottom; }
  .basic-wrapper .card .btn-alert {
    background-color: #DA4848; }
    .basic-wrapper .card .btn-alert:hover {
      background-color: #c72828; }
  .basic-wrapper .card {
    background-color: #FFFFFF;
    border: 1px solid #CFD7DB;
    margin-bottom: 40px;
    overflow: visible;
    width: 100%; }
    .basic-wrapper .card.shorter-blade {
      padding: 0px; }
      .basic-wrapper .card.shorter-blade .card-inner {
        padding: 20px 30px; }
    .basic-wrapper .card .card-header {
      background-color: #f2f6f8;
      border-bottom: 1px solid #CFD7DB;
      padding: 20px;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .basic-wrapper .card .card-header {
          padding: 20px 30px; } }
      .basic-wrapper .card .card-header h3 {
        color: #49494a;
        margin-bottom: 5px; }
        .basic-wrapper .card .card-header h3 span {
          font-weight: normal; }
      .basic-wrapper .card .card-header p {
        margin-bottom: 0px; }
      .basic-wrapper .card .card-header button {
        display: block;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .basic-wrapper .card .card-header button {
            float: right;
            margin-top: -7px; } }
      .basic-wrapper .card .card-header .text-block {
        display: inline-block;
        width: calc(100% - 80px);
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          .basic-wrapper .card .card-header .text-block {
            width: calc(100% - 250px); } }
      .basic-wrapper .card .card-header a {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          .basic-wrapper .card .card-header a {
            margin-top: 0px; } }
      .basic-wrapper .card .card-header.with-header-only i {
        vertical-align: middle; }
      .basic-wrapper .card .card-header.with-dropdown i {
        vertical-align: middle; }
      .basic-wrapper .card .card-header.with-dropdown .text-block {
        width: auto; }
      .basic-wrapper .card .card-header.with-dropdown select {
        margin-top: 6px; }
        @media screen and (min-width: 1024px) {
          .basic-wrapper .card .card-header.with-dropdown select {
            float: right; } }
    .basic-wrapper .card .header-block h3 {
      font-weight: 900;
      margin-bottom: 25px; }
    .basic-wrapper .card .card-inner {
      display: inline-block;
      padding: 20px;
      height: 100%;
      position: relative;
      width: 100%; }
    @media screen and (min-width: 992px) {
        .basic-wrapper .content-with-sidebar .container {
            display: flex;
        }
    }
    @media screen and (min-width: 992px) {
        .basic-wrapper .content-with-sidebar .main-text {
            margin-left: 6% !important;
            padding-bottom: 40px;
        }
    }
    .basic-wrapper .content-with-sidebar .row {
        width: 100%;
    }

    @media screen and (min-width: 992px) {
        .basic-wrapper .content-with-sidebar:not(:first-child) .container {
            display: block;
            padding-bottom: 40px;
        }
    }
    @media screen and (min-width: 768px) {
    .basic-wrapper .card .card-inner {
        padding: 30px; } }
    .basic-wrapper .card .card-inner h3 {
    color: #49494a; }
    @media screen and (min-width: 768px) {
    .basic-wrapper .card .card-inner .card-inner-header .text-block {
        display: inline-block;
        width: calc(100% - 300px); } }
    @media screen and (min-width: 768px) {
    .basic-wrapper .card .card-inner .card-inner-header select {
        float: right; } }
    @media screen and (min-width: 1024px) {
    .basic-wrapper .card .card-inner .card-center-inner {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: calc(100% - 60px); } }
  .basic-wrapper .circle-icon {
    background-color: #52798f;
    border-radius: 20em;
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    width: 50px;
    vertical-align: top; }
    .basic-wrapper .circle-icon.warn {
      background-color: #DA4848; }
    .basic-wrapper .circle-icon.blue {
        background-color: #101d49;
    }
  .basic-wrapper .interior {
    background-color: #f2f6f8;
    border-top: 1px solid #CFD7DB; }
    .basic-wrapper .interior .container {
      padding: 30px 15px 30px; }
.basic-wrapper .content-with-sidebar {
    background-color: #f2f6f8;
    border-top: 1px solid #CFD7DB;
    padding: 40px 0px;
    margin-top: -25px;
}
    @media screen and (min-width: 1024px) {
      .basic-wrapper .content-with-sidebar {
        padding: 40px 0px 0px; } }
    .basic-wrapper .content-with-sidebar h1 {
      color: #4A4A4A; }
    .basic-wrapper .content-with-sidebar .red-alert {
      color: #DA4848; }
    .basic-wrapper .content-with-sidebar .container {
      max-width: 75em; }
.basic-wrapper .content-with-sidebar .main-text {
    padding: 0px;
}

.basic-wrapper .not-nfa-banner {
    background-color: #FFA500;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}

    .basic-wrapper .not-nfa-banner:after {
        content: "";
        height: 0;
        width: 0;
        border-top: 65px solid #f2f6f8;
        border-left: 65px solid #CC8600;
        position: absolute;
        top: 0;
        right: 0;
    }

.basic-wrapper .not-nfa-banner h3, .basic-wrapper .not-nfa-banner p, .basic-wrapper .not-nfa-banner a {
    color: #FFFFFF;
}

.basic-wrapper .not-nfa-banner h3 {
    margin-bottom: 5px;
}

    .basic-wrapper .not-nfa-banner p {
        font-size: 120%;
        margin-bottom: 0px;
    }

.basic-wrapper .not-nfa-banner .text-block {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: middle;
}

    .basic-wrapper .not-nfa-banner .circle-icon {
        background-color: #CC8600;
    }

    .basic-wrapper .two-blades {
        display: block;
        width: calc(100% + 30px);
    }

    @media screen and (min-width:1024px) {
        .basic-wrapper .two-blades .card {
            float: left !important;
            margin-right: 2.35765%;
            width: 48.82117%;
        }
    }

    @media screen and (min-width:1024px) {
        .basic-wrapper .two-blades .card:last-child {
            margin: 0;
        }
    }

  .basic-wrapper .bar-banner {
    background-color: #DA4848;
    padding: 30px;
    margin-bottom: 20px;
    position: relative; }
    .basic-wrapper .bar-banner:after {
      content: "";
      height: 0;
      width: 0;
      border-top: 65px solid #f2f6f8;
      border-left: 65px solid #c72828;
      position: absolute;
      top: 0;
      right: 0; }
    .basic-wrapper .bar-banner h3, .basic-wrapper .bar-banner p, .basic-wrapper .bar-banner a {
      color: #FFFFFF; }
    .basic-wrapper .bar-banner h3 {
      margin-bottom: 5px; }
    .basic-wrapper .bar-banner p {
      margin-bottom: 0px; }
    .basic-wrapper .bar-banner .text-block {
      display: inline-block;
      width: calc(100% - 250px);
      vertical-align: middle; }
    .basic-wrapper .bar-banner .circle-icon {
      background-color: #c72828; }

.basic-wrapper .ndb-banner {
    background-color: #7C5BB0;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}

    .basic-wrapper .ndb-banner:after {
        content: "";
        height: 0;
        width: 0;
        border-top: 65px solid #f2f6f8;
        border-left: 65px solid #5D28B0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .basic-wrapper .ndb-banner h3, .basic-wrapper .ndb-banner p, .basic-wrapper .ndb-banner a {
        color: #FFFFFF;
    }

    .basic-wrapper .ndb-banner h3 {
        margin-bottom: 5px;
    }

    .basic-wrapper .ndb-banner p {
        margin-bottom: 0px;
    }

    .basic-wrapper .ndb-banner .text-block {
        display: inline-block;
        width: calc(100% - 250px);
        vertical-align: middle;
    }

    .basic-wrapper .ndb-banner .circle-icon {
        background-color: #5D28B0;
    }

  .basic-wrapper .card .card-header .action-summary .item {
    display: inline-block;
    width: 100%;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .basic-wrapper .card .card-header .action-summary .item {
        margin-top: 20px;
        width: auto; } }
    @media screen and (min-width: 768px) {
      .basic-wrapper .card .card-header .action-summary .item:not(:last-child) {
        border-right: 1px solid #CFD7DB;
        padding-right: 20px;
        margin-right: 20px; } }
  .basic-wrapper .card .card-header .action-summary .text-block {
    width: auto;
    vertical-align: middle; }
  .basic-wrapper .large-value {
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0.9; }
  .basic-wrapper .table-awards-and-claims th:not(:last-child) {
    border-right: 1px solid #CFD7DB; }
  .basic-wrapper .table-awards-and-claims td:nth-child(odd):not(:last-child) {
    border-right: 1px solid #CFD7DB; }
  .basic-wrapper .item.is-horizontal {
    margin-top: 10px;
    text-align: center; }
    .basic-wrapper .item.is-horizontal:not(:last-child) {
      border-right: 1px solid #CFD7DB; }
  .basic-wrapper .item.is-vertical:not(:last-child) {
    border-bottom: 1px solid #CFD7DB;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .basic-wrapper .item.is-vertical .large-value {
    display: inline-block;
    line-height: 2.05;
    border-right: 1px solid #CFD7DB;
    padding-right: 15px;
    margin-right: 15px; }
  .basic-wrapper .item.is-vertical .text-block {
    display: inline-block;
    width: calc(100% - 64px);
    vertical-align: middle; }
    .basic-wrapper .item.is-vertical .text-block h3, .basic-wrapper .item.is-vertical .text-block p, .basic-wrapper .item.is-vertical .text-block a {
      margin-bottom: 0px; }
  .basic-wrapper .item.is-vertical.with-button .text-block {
    width: calc(100% - 218px); }
  .basic-wrapper .item.is-vertical.with-button .bth {
    float: right; }
  .basic-wrapper .reg-actions-card {
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .basic-wrapper .reg-actions-card {
        margin-right: 2.35765%;
        width: 57.35098%;
        float: left;
        height: 225px; } }
    .basic-wrapper .reg-actions-card .btn {
      margin-top: 15px; }
  @media screen and (min-width: 1024px) {
    .basic-wrapper .cases-card {
      width: 40.29137%;
      float: left;
      height: 225px; } }
  .basic-wrapper .grouped-cards {
    display: inline-block;
    width: 100%; }
  .basic-wrapper .panel-group .panel.card {
    border-radius: 0px;
    box-shadow: none; }
    .basic-wrapper .panel-group .panel.card .card-header.panel-heading {
      background-color: #f9fbfc;
      border-radius: 0px;
      padding: 0px; }
      .basic-wrapper .panel-group .panel.card .card-header.panel-heading .text-block {
        width: calc(100% - 90px); }
      .basic-wrapper .panel-group .panel.card .card-header.panel-heading a {
        display: inline-block;
        text-decoration: none;
        padding: 20px 30px;
        position: relative;
        width: 100%; }
        .basic-wrapper .panel-group .panel.card .card-header.panel-heading a:after {
          position: absolute;
          top: 8px;
          right: 20px;
          font-size: 50px;
          color: #CFD7DB; }
        .basic-wrapper .panel-group .panel.card .card-header.panel-heading a.collapsed:after {
          content: "+"; }
      .basic-wrapper .panel-group .panel.card .card-header.panel-heading p {
        color: #49494a; }
  @media screen and (min-width: 1024px) {
    .basic-wrapper .two-blades .card {
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; } }
  @media screen and (min-width: 1024px) {
    .basic-wrapper .two-blades .card:last-child {
      margin: 0; } }
  .basic-wrapper .note {
    background-color: #CFD7DB;
    display: inline-block;
    margin-top: 20px;
    padding: 30px;
    width: 100%; }
    .basic-wrapper .note p:last-child {
      margin-bottom: 0px; }
  .basic-wrapper .fcm-charts {
    margin-top: 30px;
    border-top: 1px solid #CFD7DB;
    padding-top: 30px; }
    .basic-wrapper .fcm-charts td:not(:last-child) {
      border-right: 1px solid #CFD7DB; }
    .basic-wrapper .fcm-charts td:not(:first-child) {
      text-align: center; }
  .basic-wrapper select {
    background-color: #FFFFFF;
    border: 1px solid #CFD7DB;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../basic-img/icons/dropdown-9345d8c3.svg");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    padding: 8px 32px 8px 12px;
    text-overflow: ellipsis; }
  .basic-wrapper select::-ms-expand {
    display: none; }
  .basic-wrapper .main-wrapper {
    background-color: #f2f6f8;
    min-height: 100vh; }
    @media screen and (min-width: 1024px) {
      .basic-wrapper .main-wrapper {
        margin-left: 260px; } }
    .basic-wrapper .main-wrapper.styleguide-wrapper section {
      border-top: 1px solid #CFD7DB;
      padding: 50px; }
      .basic-wrapper .main-wrapper.styleguide-wrapper section h4.styleguide-header {
        margin-bottom: 30px; }
  .basic-wrapper .index .navbar-fixed-top, .basic-wrapper .index #Div1 {
    display: none !important; }
  .basic-wrapper .index.styleguide-wrapper .basic-wrapper .styleguide-side-bar.side-bar {
    position: fixed !important; }
  .basic-wrapper .index #Div1 {
    background-color: #FFFFFF !important; }
  .basic-wrapper .styleguide-wrapper {
    background-color: #f8fdff; }
  .basic-wrapper aside.side-bar.styleguide-side-bar {
    position: fixed; }
    .basic-wrapper aside.side-bar.styleguide-side-bar h5 {
      color: #FFFFFF;
      opacity: 0.3; }
    .basic-wrapper aside.side-bar.styleguide-side-bar a {
      text-decoration: none; }
  .basic-wrapper xmp {
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 20px;
    white-space: pre-wrap; }


.basic-wrapper ul.timeline {
    padding: 0px;
    position: relative;
}

    .basic-wrapper ul.timeline li {
        text-align: center;
        width: calc(100%/5.45);
        display: inline-block;
        margin-left: -4px;
        font-size: 14px;
        font-weight: bold;
        margin-top: 20px;
        position: relative;
        text-align: left;
        font-size: 10px;
    }

@media screen and (min-width: 768px) {
    .basic-wrapper ul.timeline li {
        width: calc(100%/5.3);
        font-size: 14px;
    }
}

.basic-wrapper ul.timeline li span {
    margin-left: -10px;
}

@media screen and (min-width: 768px) {
    .basic-wrapper ul.timeline li span {
        margin-left: -18px;
    }
}

@media screen and (max-width: 768px) {
    /* hide the export excel button for mobile*/
    #exportReportXLS {
        display: none;
    }
}

    .basic-wrapper ul.timeline li:before {
        border-left: 1px solid #CFD7DB;
        height: 20px;
        content: "";
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        top: -20px;
        left: 0px;
    }

    .basic-wrapper ul.timeline li:after {
        border-top: 1px solid #CFD7DB;
        content: "";
        display: inline-block;
        width: calc(100% + 10px);
        position: absolute;
        top: -20px;
        left: 4px;
    }

    .basic-wrapper ul.timeline li:first-child {
        text-align: left;
    }

        .basic-wrapper ul.timeline li:first-child span {
            margin-left: 0px;
        }

        .basic-wrapper ul.timeline li:first-child:before {
            left: 4px;
        }

    .basic-wrapper ul.timeline li:last-child {
        position: absolute;
        width: 40px;
        margin-left: -18px;
    }

        .basic-wrapper ul.timeline li:last-child span {
            margin-left: 0px;
        }

    @media screen and (min-width: 1024px) {
        .basic-wrapper ul.timeline li:last-child {
            /*right: 4px;*/ 
        }
    }

    .basic-wrapper ul.timeline li:last-child:after {
        display: none;
    }

    .basic-wrapper ul.timeline li:last-child:before {
        left: unset;
        right: 8px;
    }

    .basic-wrapper ul.timeline-events {
        list-style: none;
        padding: 0px;
        margin-bottom: 0px;
    }

        .basic-wrapper ul.timeline-events li {
            margin-top: 10px;
        }

            .basic-wrapper ul.timeline-events li:before {
                content: attr(titlecontent);
                color: #49494a;
                font-size: 13px;
                font-weight: bold;
                vertical-align: 1px;
                display: block;
            }
            /*
@media screen and (min-width: 1024px) {
    .basic-wrapper ul.timeline-events li:before {
        display: none;
    }
}*/

            .basic-wrapper ul.timeline-events li.green .event {
                background-color: #4b7d76;
            }

            .basic-wrapper ul.timeline-events li.blue .event {
                background-color: #52798f;
            }

            .basic-wrapper ul.timeline-events li.yellow .event {
                background-color: #ffff66;
            }

            .basic-wrapper ul.timeline-events li.red .event {
                background-color: #da4848;
            }

            .basic-wrapper ul.timeline-events li.nfabrown .event {
                background-color: #5f6062;
            }

        .basic-wrapper ul.timeline-events .event {
            /*min-height: 20px;*/
            background-color: #52798f;
            display: inline-block;
            border-radius: 20em;
            vertical-align: top;
        }

            .basic-wrapper ul.timeline-events .event .tooltip-trigger {
                font-size: 13px;
                color: #FFFFFF;
                width: 100%;
                border: none;
                font-weight: bold;
                display: none;
                /*margin: 0px 10px;*/
            }

    @media screen and (min-width: 1024px) {
        .basic-wrapper ul.timeline-events .event .tooltip-trigger {
            display: inline-block;
        }
    }


    #animationLoader {
        position: absolute;
        left: 50%;
        top: 20%;
        z-index: 1;
        width: 100px;
        height: 100px;
        text-align: center;
        padding-top: 25px;
        /*margin: -40px 0 0 -50px;
    border: 16px solid #cfd7db;
    border-radius: 50%;
    border-top: 16px solid #52798f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    .report-head-icon {
        margin-bottom: 15px;
    }

    #reportSelect {
        width: 100%;
    }


    @media screen and (min-width: 500px) {
        .report-head-icon {
            margin-bottom: 0px;
        }

        #reportSelect {
            width: 50%;
        }
    }

    h1.terms-conditions {
        color: #012d6a !important;
        margin: 0 0 .9rem 0;
        font-weight: bold;
    }

    .Normal {
        color: black;
        vertical-align: top;
        padding: 5px !important;
        font-size: 1.12rem !important;
    }

    .pager .btn-group .dropdown-toggle {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pager .btn-group .dropdown-menu {
        overflow-y: scroll;
        max-height: 300px;
    }

#animationLoader {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#animationLoader p{
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
    
#animationLoader #load_spinner {
    width:100px;
    height:100px;
    position:absolute;
    top:45%;
    left: 48%;
    background-image: url('../basic-img/icons/giphy.gif');
    background-size:100px;
    background-repeat:no-repeat;
}

@media screen and (max-width: 600px) {
    .mobile-table-600 {
        overflow-x:auto;
    }
}

@media screen and (max-width: 600px) {
    .mobile-table-600-pad-top-left {
        overflow-x: auto;
        padding-top: 95px;
        /*padding-left:80px;*/
    }
}
/****************************************/
/* start style fix for bootstrap 5.2.2 */
/**************************************/
div#exemptionsPoolsHolder {
    padding: 0px 5px 0px 0px;
}

b, strong {
    font-weight: bold;
}

ul.navbar-nav > li {
    padding-right: inherit;
}

@media screen and (max-width:991px) {
    .navbar-toggle {
        display: block;
        float: left;
        border-style: none;
        background: transparent;
        padding: 10px;
        border-radius: 0;
    }
}

.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-left: -10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media Screen and (min-width: 992px) {
    .main-content {
        margin-top: 194px !important;
    }
}

@media Screen and (max-width: 991px) {
    .main-content {
        margin-top: 137px !important;
    }

    #headerLogoDiv div.col-md-3 {
        padding-right: 0 !important;
        width: 100% !important;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0px 1px;
}

ul.navbar-nav > li {
    margin-bottom: inherit;
}

#navbar a.nav-link {
    height: 52px;
    padding-top: 12px;
}

nav.navbar {
    height: 52px;
    flex-wrap: inherit;
}

nav button span.icon-bar {
    background-color: white;
    color: white;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}

nav.navbar.navbar-default div.container-fluid {
    display: block;
}

.navbar-nav > li > a {
    padding: 13px 10px;
}

ul#landing_search_tabs {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

ul#landing_search_tabs li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block
}

ul#landing_search_tabs li a {
    padding: 10px 15px;
    display: block;
    position: relative;
    margin-right: 2px;
    line-height: 1.428;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px;
    border: none;
}

#main-content {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .col-md-9.col-md-offset-3.main-text {
        width: 100%;
    }

    .col-md-9 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
        float: left;
        border-style: none;
        background: transparent;
        padding: 10px;
        border-radius: 0;
    }
}

.basic-wrapper .main-search .container .text-block {
    margin: 0px -12px;
}

@media (min-width: 1024px) {
    .basic-wrapper .main-search .container .search-block {
        padding-right: 40px;
        float: left;
        width: 60%;
    }
}

input#fname_in_qsearch, input#input_in_qsearch {
    padding-top: 8px;
    padding-bottom: 5px;
}

div.container-fluid div.sidebar-offcanvas.collapse.show {
    z-index: 1;
}

.dropdown-menu.show {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

ul strong {
    font-weight: bold;
}

ul hr {
    opacity: 1;
}

section.mobile-sort-filter img {
    margin-top: 8px;
    width: 18px !important;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.pager li > a:hover {
    background-color: rgb(238, 238, 238);
}

.pager li {
    display: inline-block;
}

.basic-wrapper .table-filter .dropdown-menu a:active {
    background-color: #e9ecef;
}

.basic-wrapper .panel-group .panel.card .card-header.panel-heading a.collapsed:after {
    content: "";
    top: 18px;
}

.basic-wrapper .panel-group .panel.card .card-header.panel-heading a:after {
    content: "";
    top: 18px;
}

.accordion.panel-group {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235594' class='bi bi-plus-lg'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235594' class='bi bi-dash-lg'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 2.05rem;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: transparent;
    --bs-accordion-active-bg: transparent;
}

@media (min-width: 992px) {
    .basic-wrapper .side-bar {
        margin-left: -20px;
    }

    .col-md-9 {
        width: 75%;
    }
}

.col-md-9 {
    position: relative;
}

@media print {
    .navbar.navbar-default {
        display: none;
    }

/**************************************/
/* end style fix for bootstrap 5.2.2 */
/************************************/
