@charset "UTF-8";
.nav-tabs .has-alert > .nav-link:before, .nav-tabs-alt .dropdown-toggle:before {
  position: relative;
  display: inline-block;
  font-family: 'cnam icons';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav-tabs {
  padding: 0.5rem 1rem 0 0.5rem;
  border-bottom: none;
  align-items: flex-end;
  flex-wrap: nowrap;
  height: 100%;
  min-width: 0; }
  .nav-tabs > .nav-item {
    margin-bottom: 0;
    flex: 0 1 auto;
    min-width: 0;
    display: flex; }
    .nav-tabs > .nav-item > .nav-link {
      flex: 0 1 auto;
      margin-right: .5em;
      margin-bottom: 0;
      padding: .5rem 1rem;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      min-width: 0;
      min-width: 100px; }
  .nav-tabs.fullwidth > .nav-item {
    flex-grow: 1; }
    .nav-tabs.fullwidth > .nav-item > .nav-link {
      flex-grow: 1; }

.nav-tabs {
  background-color: #adacac; }
  .nav-tabs .nav-link {
    color: #000;
    background-color: #b7cbd6;
    border-color: #b7cbd6;
    text-decoration: none; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: #212529;
      background-color: #e6bebf;
      border-color: #e6bebf;
      text-decoration: none; }
    .nav-tabs .nav-link:active {
      color: white;
      background-color: #0062ac;
      border-color: #0062ac; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link[disabled], .nav-tabs .nav-link[disabled]:hover, .nav-tabs .nav-link[disabled]:focus {
      color: white;
      background-color: #8a8b8b;
      border-color: transparent; }
    .nav-tabs .nav-link[aria-expanded="true"], .nav-tabs .nav-link[aria-expanded="true"]:hover, .nav-tabs .nav-link[aria-expanded="true"]:focus {
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-item.show .nav-link:hover,
  .nav-tabs .nav-item.show .nav-link:focus {
    color: #000;
    background-color: #e6e6e4;
    border-color: transparent; }

.nav-tabs-alt {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0;
  height: 100%; }
  .nav-tabs-alt > .nav-item {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    position: relative;
    width: 100%; }
    .nav-tabs-alt > .nav-item:last-child {
      justify-content: flex-end;
      align-items: center;
      padding-right: 1rem; }
    .nav-tabs-alt > .nav-item:before {
      display: block;
      height: 25px;
      width: 1px;
      background: #c3c3c1;
      position: absolute;
      left: 0;
      bottom: 0;
      content: " "; }
    .nav-tabs-alt > .nav-item > .nav-link {
      margin: 0;
      text-align: left;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 0 1rem 0.5rem  1rem;
      min-width: 0;
      position: static; }
      .nav-tabs-alt > .nav-item > .nav-link, .nav-tabs-alt > .nav-item > .nav-link > * {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .nav-tabs-alt > .nav-item > .nav-link > span {
        height: 1.3em;
        display: block; }
    .nav-tabs-alt > .nav-item > .btn {
      display: block;
      min-width: 110px;
      margin-left: .5rem; }
      .nav-tabs-alt > .nav-item > .btn + .btn {
        margin-left: 1rem; }

.nav-tabs-alt {
  background-color: #fff;
  border-bottom: 1px solid #c3c3c1; }
  .nav-tabs-alt .nav-link {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border: none;
    order: 2; }
    .nav-tabs-alt .nav-link span.status {
      color: #555555; }
    .nav-tabs-alt .nav-link:hover, .nav-tabs-alt .nav-link:focus {
      background-color: #fff;
      cursor: pointer; }
    .nav-tabs-alt .nav-link:active, .nav-tabs-alt .nav-link:active:hover, .nav-tabs-alt .nav-link:active:focus, .nav-tabs-alt .nav-link.active, .nav-tabs-alt .nav-link.active:hover, .nav-tabs-alt .nav-link.active:focus {
      color: #000;
      background-color: #fff; }
    .nav-tabs-alt .nav-link.active:after, .nav-tabs-alt .nav-link.active:hover:after, .nav-tabs-alt .nav-link.active:focus:after {
      display: block;
      content: " ";
      height: 3px;
      background: #0062ac;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .nav-tabs-alt .nav-link.disabled, .nav-tabs-alt .nav-link.disabled:focus, .nav-tabs-alt .nav-link.disabled:hover,
    .nav-tabs-alt .nav-link.disabled span.status, .nav-tabs-alt .nav-link[disabled], .nav-tabs-alt .nav-link[disabled]:focus, .nav-tabs-alt .nav-link[disabled]:hover,
    .nav-tabs-alt .nav-link[disabled] span.status {
      color: #555555;
      background-color: #fff; }

.nav-tabs-alt .dropdown-toggle {
  background-color: transparent;
  height: 3rem;
  color: #0062ac;
  border: none;
  flex: none;
  order: 1; }
  .nav-tabs-alt .dropdown-toggle:before {
    content: "";
    width: 1rem;
    text-align: center; }
  .nav-tabs-alt .dropdown-toggle:after {
    display: none; }
  .nav-tabs-alt .dropdown-toggle:focus, .nav-tabs-alt .dropdown-toggle:hover {
    background-color: #e6bebf; }
  .nav-tabs-alt .dropdown-toggle:active {
    background-color: #0062ac;
    color: white; }
  .nav-tabs-alt .dropdown-toggle.disabled, .nav-tabs-alt .dropdown-toggle[disabled] {
    color: #555555; }
    .nav-tabs-alt .dropdown-toggle.disabled:focus, .nav-tabs-alt .dropdown-toggle.disabled:hover, .nav-tabs-alt .dropdown-toggle.disabled:active, .nav-tabs-alt .dropdown-toggle[disabled]:focus, .nav-tabs-alt .dropdown-toggle[disabled]:hover, .nav-tabs-alt .dropdown-toggle[disabled]:active {
      background-color: transparent;
      cursor: default; }

.nav-tabs-alt .nav-item.show .nav-link {
  background-color: #fff; }

.nav-tabs-alt .dropdown-menu {
  margin-top: 1px; }
  .nav-tabs-alt .dropdown-menu li + li {
    border-top: 1px solid #c3c3c1; }
  .nav-tabs-alt .dropdown-menu li.dropdown-divider + li {
    border-top: none; }

.nav-tabs .has-alert > .nav-link {
  padding-right: 32px;
  padding-right: 42px;
  position: relative; }
  .nav-tabs .has-alert > .nav-link:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.85rem;
    height: 1.7rem;
    width: 1.7rem;
    font-size: 1.7rem;
    line-height: 1;
    text-align: center; }

.nav-tabs .has-alert.success > a:before {
  border-radius: 0.6rem;
  line-height: 1.3em;
  margin-top: -0.6rem;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.84rem; }

.nav-tabs .has-alert.danger > a:before {
  color: #b6052a;
  content: ""; }

.nav-tabs .has-alert.warning > a:before {
  color: #b6052a;
  content: ""; }

.nav-tabs .has-alert.info > a:before {
  background-color: transparent;
  color: #0062ac;
  content: ""; }

.nav-tabs .has-alert.help > a:before {
  background-color: transparent;
  color: #000;
  font-size: 1.6rem;
  content: ""; }

.nav-tabs .has-alert.success > a:before {
  background-color: #73A839;
  color: white;
  content: ""; }

.nav-tabs .has-alert > .disabled:before,
.nav-tabs .has-alert > a[disabled]:before {
  color: white !important; }

.nav-tabs-alt .has-alert.success > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.success > .nav-link[disabled]:before,
.nav-tabs-alt .has-alert.danger > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.danger > .nav-link[disabled]:before,
.nav-tabs-alt .has-alert.warning > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.warning > .nav-link[disabled]:before,
.nav-tabs-alt .has-alert.info > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.info > .nav-link[disabled]:before,
.nav-tabs-alt .has-alert.help > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.help > .nav-link[disabled]:before,
.nav-tabs-alt .has-alert.success > .nav-link.disabled:before,
.nav-tabs-alt .has-alert.success > .nav-link[disabled]:before {
  background-color: transparent;
  color: #555555 !important; }
