<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




.nav_v1 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  
}
.nav_v1 &gt; li {
  position: relative;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    border-bottom: transparent;
}
.nav_v1 &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav_v1 &gt; li &gt; a:hover,
.nav_v1 &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav_v1 &gt; li.disabled &gt; a {
  color: #777777;
}
.nav_v1 &gt; li.disabled &gt; a:hover,
.nav_v1 &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav_v1 .open &gt; a,
.nav_v1 .open &gt; a:hover,
.nav_v1 .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav_v1 .nav_v1-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav_v1 &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav_v1-tabs {
  /*border-bottom: 1px solid #dddddd;*/
}
.nav_v1-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav_v1-tabs &gt; li &gt; a {
/*  margin-right: 2px;
  margin-left: 2px;*/
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;

}
.nav_v1-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav_v1-tabs &gt; li.active &gt; a,
.nav_v1-tabs &gt; li.active &gt; a:hover,
.nav_v1-tabs &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #004a8f;
  border: 1px solid #004a8f;
  /*border-bottom-color: transparent;*/
  cursor: default;
}
.nav_v1-tabs.nav_v1-justified {
  width: 100%;
  border-bottom: 0;
}
.nav_v1-tabs.nav_v1-justified &gt; li {
  float: none;
}
.nav_v1-tabs.nav_v1-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav_v1-tabs.nav_v1-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav_v1-tabs.nav_v1-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav_v1-tabs.nav_v1-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav_v1-tabs.nav_v1-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav_v1-tabs.nav_v1-justified &gt; .active &gt; a,
.nav_v1-tabs.nav_v1-justified &gt; .active &gt; a:hover,
.nav_v1-tabs.nav_v1-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav_v1-tabs.nav_v1-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav_v1-tabs.nav_v1-justified &gt; .active &gt; a,
  .nav_v1-tabs.nav_v1-justified &gt; .active &gt; a:hover,
  .nav_v1-tabs.nav_v1-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav_v1-pills &gt; li {
  float: left;
}
.nav_v1-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav_v1-pills &gt; li + li {
  margin-left: 2px;
}
.nav_v1-pills &gt; li.active &gt; a,
.nav_v1-pills &gt; li.active &gt; a:hover,
.nav_v1-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav_v1-stacked &gt; li {
  float: none;
}
.nav_v1-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav_v1-justified {
  width: 100%;
}
.nav_v1-justified &gt; li {
  float: none;
}
.nav_v1-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav_v1-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav_v1-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav_v1-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav_v1-tabs-justified {
  border-bottom: 0;
}
.nav_v1-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav_v1-tabs-justified &gt; .active &gt; a,
.nav_v1-tabs-justified &gt; .active &gt; a:hover,
.nav_v1-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav_v1-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav_v1-tabs-justified &gt; .active &gt; a,
  .nav_v1-tabs-justified &gt; .active &gt; a:hover,
  .nav_v1-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav_v1-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
</pre></body></html>