/* @font-face {
    font-family: 'gilroyBold';
    src: url('/gilroy-bold.otf')
    format('opentype');
  } */
  
  body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background-color: #fff;
  }
  
  .sidenav {
    height: 100%;
    width: 3.65%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding: 0px;
  }
  
  .sidenav a {
    padding: 0.5vw 1.2vw 0.5vw 1.2vw; /* 0.5vw 1vw 0.5vw 1vw */
    text-decoration: none;
    font-family: sans-serif;
    filter: saturate(0) brightness(1.25);
    color: #fff;
    display: block;
  }
  
  .sidenav a:hover{
    color:  #FFB600;
    filter: none;
    text-decoration: none;
  }
  
  .sidenav.toggleNav {
    width:18%;
  }
  
  .current-navTitle {
    font-weight: bold;
  }
  
  .header_bar {
    width: 100%;
    position: fixed;
  }
  
  .logo {
      float: right;
    padding-right: 20px;
  }
  
  .icon {
    height: 1.2vw; /* 1.6vw; */
    width: 1.2vw; /* 1.6vw; */
    margin-bottom: 0.525vw; /* 0.7vw; */
  }
  
  h5 {
    /* font-size: 1.425vw !important; 1.5vw; */
    font-size: 1.1vw !important;
  }
  h4 {
    font-size: 1.425vw !important; /* 1.9vw; */
    text-decoration: none;
  }
  
  .icon a:hover {
    background-color: #FFB600;
  }

  
  #sheet_title {
    float: left;
    margin-left:3.65%;
    border-radius: 0px 4px 4px 0px;
    padding-right: 12px;
    background-color: #fff;
    height: 80px;
  }
  
  #sheet_title.toggleNav {
    margin-left:18%;
  }
  
  #title {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 2rem;
    font-family: 'gilroyBold', sans-serif;
    height: 100%;
  }
  
  #qlik_sheet {
    float:left;
    border:none;
    width:96%;
    height:100%;
    margin-left: 3.65%;
  }
  
  #qlik_sheet.toggleNav {
    width: 82%;
  }
  
  #main {
    /* margin-top: 70px !important; */
    width: 100%;
    height: 94%;
    position: fixed;
  }
  
  #main.toggleNav {
    margin-left:14%;
  }
  
  #navLogo {
    /* height:50%; */
    width:50%;
    margin-top: 0.7vw;
  }
  
  #navLogo, .navTitle {
    display:none;
  }
  
  #navLogo.toggleNav, .navTitle.toggleNav {
    display:inline-block;
  }


/* Styles 2022 update */
 
  .navbar {
    background-color: #001e5a;
    padding: 25px;
  }
  .card {
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px; */
    border-radius: 0;
    border: none;
    margin: 50px 15px 50px 15px;
  }
  .card h5 {
    color: #0056da
  }
  .card p {
    color: #001e5a
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  .card img {
    background-color: #001e5a;
    margin: 0;
  }
  body > .container {
    padding-top: 60px;
  }

  .footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 400px;
    line-height: 60px;
    background-color: #0056da;
  }

.footer-title {
  background-color: rgba(255, 182, 0, 0.9);
  color: #fff;
  padding: 10px 20px 10px 20px;
  display: inline;
  /* font-size: large; */
}

.card-row {
  background-color: #fff;
}

.card-row {
  padding-bottom: 100px;
  margin-bottom: 80px!important;
}
#qlik_kpis {
  background-color: #fff;
  width: 100%;
}
.display-none{
  display: none !important;
  }