@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('//fonts.googleapis.com/icon?family=Material+Icons');

:root {
  --primary-color: #822433;
 /*  --back_table_header: #eceff3; */
  --back_table_header: #ededed;
  --table_header_text: #4d6474;
  --frame_table_header: #a8abb5;
  --primary-text-color: #333333;
  --footer-background:#000000;
  --footer-text:#929292;
  --table-border: #ededed;
}

body {
  /* font-family: 'Albert Sans', Arial, sans-serif; */
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.wc_container .tableFunds div[datarowpath][filtered="1"] {
    display: none;
}

.hideit {
  display: none !important;
}

.skip-nav {
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}

.navbar-brand {
    margin: 0px 29px 0px 29px;
    text-align: center;
    height: 100vh;
    max-height: 169px;
    display: flex;
    align-items: center;
}

.navbarContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand img {
  max-height: 5.6em;
}

.site-header {
  background-color: var(--primary-color);
  min-height: 80px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 169px;
}

footer.footer  {
  margin-top: 2em;
  width: 100%;

  background-color: var(--footer-background);
  padding: 1em;
  /* font-family: 'Albert Sans', Arial, sans-serif; */
  font-family: Verdana, sans-serif;
  color: var(--footer-text);
}

.footer-links,
.footer-links a,
.footer-links a:visited,
.footer-links a:hover {
  display: flex;
}

.footerText {
  padding-left: 15px;
}

.footer-link-separator {
  margin-left: .75em;
  margin-right: .75em;
}

.content-heading {
  margin-top: 0.8em;
  font-weight: 300;
  margin-bottom: 1em;
  font-size: 38px;
  line-height: 48px;
  margin: 24px 0 30px 0;
  width: 65.66%;
}

.prodDropdownZone {
  width: 52%;
  color: var(--primary-text-color);
}

.mainContent h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 16px;
  border-left: 5px solid var(--primary-color);
  padding-left: 14px;
  height: 16px;
  align-items: center;
  display: flex;
  font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.productSelect {
  width: fit-content;
}

.hintProductDownload { 
  color: var(--primary-text-color);
  margin-left: 15px;
  font-size: 14px;
}

.downPDF {
  margin-right: 10px;
}

.downPDF svg {
  width: 26px;
  height: 26px;
  fill: var(--primary-color);
}

.prodPDFZone {
  margin-top: 1rem;
  font-size: 17px;
}

.prodPdfLink,
.prodPDFZone {
  display: flex;
  align-items: center;
}

.prodPdfLink {
  color: var(--primary-text-color);
}
.prodPdfLink:hover {
  text-decoration: none;
  color: var(--primary-text-color);
}

div[id*="page_wrapper"] {
  border: 1px solid var(--table-border) !important;
}

.dataTableContainer {
  min-height: 197px;
}

.wc_container .table_header {
  background-color: var(--back_table_header) !important;
  height: 65px !important;
}

.wc_container .dc_col .cat_col_header {
  /* font-family: 'Albert Sans', Arial, sans-serif !important; */
  font-family: Verdana, sans-serif !important;
  font-size: 14px !important;
}

.wc_container .column_header {
    /* font-family: 'Albert Sans', Arial, sans-serif !important; */
    font-family: Verdana, sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.wc_container .column_header:nth-child(5) div {
  width: 60%;
}

.wc_container .column_header div {
    display: flex;
    justify-content: flex-start;
    width: 77%;
    text-align: left;
    line-height: 1.5;
    color: var(--table_header_text) !important;
}

.wc_container .d-card-cont {
  min-height: 75px;
}

.wc_container .dc_col {
  border-bottom: 1px solid var(--table-border) !important;
  padding-bottom: 0px !important;
}

.wc_container.lib_list .va_content_zone {
/*     height: fit-content !important;
    max-height: fit-content !important; */
    height: calc(100vh - 6vh);
    max-height: 90vh;
}

.column_header:nth-child(3),
.column_header:nth-child(5) {
  display: flex;
  justify-content: flex-start;
}

.column_header:nth-child(4) {
  display: flex;
  justify-content: flex-end;
}

.cat_col_header:nth-child(4) {
  display: flex;
  justify-content: center;
}

.header_lock {
  display: none !important;
}

.clearFilterRow,
.filterRow {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.filterRow .fld_ipt_lbl[data-shrink="true"],
.filterRow .fld_ipt_lbl[data-shrink="false"] {
  transform: none !important;
  position: relative !important;
  top: 0px !important;
}

.filterRow label {
  font-size: 16px;
}

.filterRow input {
    display: block;
    width: 90%;
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8 !important;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: inherit !important;
}

.productSelect:focus,
.filterRow input:focus {
  border-color: #376798;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 103, 152, 0.6);
}

.clearFilterRow {
  margin-bottom: 15px;
}

.clearFilterButton {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0px;
  font-size: 16px;
  font-weight:300;
}

.clearFilterButton:hover {
  text-decoration: underline;
}

.filterRow > div {
  width: 100%;
}

.filterRow > div:nth-child(1) {
  margin-right: 15px;
}

.filterRow > div:nth-child(3) {
  margin-left: 15px;
}

.noResultsFound {
  display: none;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

@media (max-width: 759px) {
  .wc_container .column_header {
    width: fit-content !important;
    min-width: 19%;
    font-size: 13px !important;
  }
  .wc_container .dc_col .cat_col_header {
    width: 23% !important;
    font-size: 12px !important;
  }
  .wc_container .wc_container div.pdf_link {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      width: 60%;
      justify-content: center;
      font-size: 13px !important;
      white-space: nowrap;      
  }
  .wc_container .wc_container div.pdf_link span {
    margin-left: 0px !important;
  }
  
}