﻿.container.do {
  padding: 0;
}

table.DOGrid th.sortdesc a[href*="$op"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle-chevron-down' class='svg-inline--fa fa-circle-chevron-down' role='img' viewBox='0 0 512 512'%3E%3Cpath fill='%23ECED90' d='M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM390.6 246.6l-112 112C272.4 364.9 264.2 368 256 368s-16.38-3.125-22.62-9.375l-112-112c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L256 290.8l89.38-89.38c12.5-12.5 32.75-12.5 45.25 0S403.1 234.1 390.6 246.6z'/%3E%3C/svg%3E");
  content: " ";
  background-size: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 4px;
}

.do h2 {
  font-family: "Verlag Bold";
  font-size: 36px;
  color: #002d38;
  text-align: center;
}

.dbgx {
  outline: 1px solid red;
}
.tableRow {
  border-bottom: solid 1px black;
}

.tickerCol {
  font-size: 15px !important;
  border-left: solid 1px black;
  padding-left: 5px !important;
}

.endCol {
  border-right: solid 1px black;
}

.pageHeader {
  font-family: "Verlag Book";
  text-align: center;
  font-size: 36px;
  color: #002d38;
}
.perflink {
  font-size: 15px;
}

.monthlyButton {
  text-decoration: underline;
}
.asof {
  font-size: 10px;
}
.pageDisclosures {
  padding-top: 10px;
}
.lnk-btn.download a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E.dl%7Bfill:%231f3239;%7D%3C/style%3E%3C/defs%3E%3Cpath class='dl' d='M12.5,25A12.5,12.5,0,0,1,3.661,3.661,12.5,12.5,0,0,1,21.339,21.339,12.418,12.418,0,0,1,12.5,25ZM6.236,17.17V19H19.407V17.17H14.518l5.123-5.509-1.221-1.138-4.765,5.125V4H11.987V15.652L7.222,10.524,6,11.661l5.121,5.509Z' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px 20px;
  top: 4px;
}

.define-banner {
  background: url("/images/define_head.jpg");
}

.footnote b {
  font-weight: normal;
  font-family: "Verlag Bold";
}

/*Begin animated filter button */
div.filter-button {
  font-family: "Verlag Bold";
  font-size: 16px;
  color: #256b71;
  cursor: pointer;
  background: #ececec;
  padding: 12px;
  margin-top: 20px;
  border: 1px solid white;
  position: relative;
}

div.filter-button span::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23256B71' stroke='%23256B71' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  content: " ";
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 133px;
  top: 11px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

/* Morph the shape when the button is hovered over */
div.filter-button:not(.collapsed) span::after {
  transform: rotate(-180deg);
}

div.filter-button.collapsed + div .filter-content {
  display: none;
}

/*End animated filter button */
div.filter-panel {
  margin-bottom: 10px;
}

div.filter-content {
  padding: 3px;
  background-color: #ececec;
}

div.filter-content a,
div.filter-content label {
  color: #002d38;
  font-family: "Verlag Book";
}

div.filter-content input[type="checkbox"] {
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 60px;
  }
}

.products {
  border-bottom: 0px;
}

.products .nav-link {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  color: #256b71;
  background-color: #85d1da;
  margin-right: 3px;
  border-radius: 0px;
}

#nav-mylist-tab:not(.active) {
  background-color: #eced90;
}

.products .nav-link.active {
  background-color: #4b9197;
  color: white;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #4b9197;
  border-top: 1px solid #4b9197;
}

.products .nav-link:last-child {
  margin-right: 0px;
}

.products .nav-centerline {
  line-height: 39px;
}

.products .nav-link span.infotip {
  display: inline-block;
  margin-left: 1px;
  width: 9px;
  height: 9px;
  content: " ";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 330 330'%0A%3E%3Cg id='g68'%3E%3Cpath style='fill:%23256B71;fill-opacity:1' id='path62' d='M165,0C74.019,0,0,74.02,0,165.001C0,255.982,74.019,330,165,330s165-74.018,165-164.999C330,74.02,255.981,0,165,0z M165,300c-74.44,0-135-60.56-135-134.999C30,90.562,90.56,30,165,30s135,60.562,135,135.001C300,239.44,239.439,300,165,300z' /%3E%3Cpath style='fill:%23256B71;fill-opacity:1' id='path64' d='M164.998,70c-11.026,0-19.996,8.976-19.996,20.009c0,11.023,8.97,19.991,19.996,19.991 c11.026,0,19.996-8.968,19.996-19.991C184.994,78.976,176.024,70,164.998,70z' /%3E%3Cpath style='fill:%23256B71;fill-opacity:1' id='path66' d='M165,140c-8.284,0-15,6.716-15,15v90c0,8.284,6.716,15,15,15c8.284,0,15-6.716,15-15v-90C180,146.716,173.284,140,165,140z ' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.products .nav-link.active span.infotip {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 330 330'%0A%3E%3Cg id='g68'%3E%3Cpath style='fill:%23fff;fill-opacity:1' id='path62' d='M165,0C74.019,0,0,74.02,0,165.001C0,255.982,74.019,330,165,330s165-74.018,165-164.999C330,74.02,255.981,0,165,0z M165,300c-74.44,0-135-60.56-135-134.999C30,90.562,90.56,30,165,30s135,60.562,135,135.001C300,239.44,239.439,300,165,300z' /%3E%3Cpath style='fill:%23fff;fill-opacity:1' id='path64' d='M164.998,70c-11.026,0-19.996,8.976-19.996,20.009c0,11.023,8.97,19.991,19.996,19.991 c11.026,0,19.996-8.968,19.996-19.991C184.994,78.976,176.024,70,164.998,70z' /%3E%3Cpath style='fill:%23fff;fill-opacity:1' id='path66' d='M165,140c-8.284,0-15,6.716-15,15v90c0,8.284,6.716,15,15,15c8.284,0,15-6.716,15-15v-90C180,146.716,173.284,140,165,140z ' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.tooltip-inner {
  color: #002d38;
  background-color: #eced90;
  font-size: 12px;
  line-height: 14px;
  font-family: "verlag book";
  font-weight: normal;
  text-align: left;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #eced90;
}

.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #eced90;
}

.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #eced90;
}

.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #eced90;
}

/*Product Table Styles*/
table.DOGrid tbody {
  border: 2px solid #4b9197;
}

table.DOGrid div.btn-group button {
  border-radius: 0px;
  padding: 0;
}
table.DOGrid td .btn-group button.btn-ticker {
  width: 50px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #85d1da;
  font-family: "Verlag Bold";
  border-right: 0px;
  margin-left: 0px;
  margin-top: 1px;
  height: 20px;
  text-align: left;
}
table.DOGrid td .btn-ticker a {
  color: #27535e;
}

table.DOGrid .btn-menu {
  background-color: #85d1da;
  margin-top: 1px;
  width: 14px;
  height: 17px;
  margin-left: 4px;
  cursor: pointer;
}
table.DOGrid .btn-menu svg {
  position: relative;
  top: 2px;
  left: 2px;
}

table.DOGrid a.dropdown-item {
  padding: 0.2rem 0.55rem;
}

.dropdown-menu {
  font-size: 0.85rem;
}

.DOGrid th {
  font-size: 12px;
  font-family: "Verlag Book";
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  padding: 12px 0 10px 2px;
  vertical-align: bottom;
  position: sticky !important;
  top: -1px;
  background-color: #4b9197;
  color: #256b71;
  letter-spacing: 1px;
  z-index: 10;
}

.DOGrid th a {
  font-size: 9px;
  font-family: "Verlag Book";
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  color: #f8f8f8;
  padding: 4px 0 4px 0;
  line-height: 12px;
  vertical-align: bottom;
}

@font-face {
  font-family: "Verlag Condensed Book";
  src: url("/font/Verlag-Condensed-Book.otf");
}

.DOGrid td {
  font-size: 14px;
  font-family: "Verlag Condensed Book";
  text-align: left;
  text-decoration: none;
  padding: 3px 0 3px 0;
  color: #002d38;
  line-height: 14px;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.025rem;
  background-color: #f8f8f8;
}

.DOGrid td a {
  text-align: left;
  text-decoration: none;
  padding: 4px 0 4px 2px;
  color: #002d38;
}

.DOGrid td a.prospectus {
  color: #256b71;
}

.DOGrid td a:hover {
  text-decoration: underline;
}

th.sortasc a,
th.sortdesc a {
  color: #eced90;
}

.hideGridColumn {
  display: none;
}

.cbl td {
  font-size: 13px;
  padding-right: 20px;
}

.DOGrid tr:hover td {
  background: #85d1da4d;
}

.ResetButton {
  background-color: #f0ee91;
  font-family: "verlag black";
  border-radius: 22px;
  padding: 10px 30px 10px 30px;
  font-size: 18px;
  cursor: pointer;
}

.ResetButton::after {
  content: url("/images/yr_arrow.png");
}

.grid-download {
  text-align: right;
  margin-top: 10px;
}
/*My List*/
.mylist-off .em {
  color: #4b9197;
}

.mylist-off {
  padding: 75px 0;
  border: 2px solid #256b71;
  border-top: 0px solid transparent;
  background-color: #f8f8f8;
}

.mylist-off p {
  font-size: 16px;
  font-family: "Verlag Bold";
  line-height: 22px;
  text-align: center;
}

.mylist-off a {
  text-decoration: underline;
}

.toast {
  border: 1px solid #85d1da;
  background-color: #85d1da4d;
}
