h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Rubik", sans-serif !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.navbar-custom {
  /*background: #31353a;*/
  background: #2d343b;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(69, 79, 12, 1);
  -moz-box-shadow: 0px 1px 5px -1px rgba(69, 79, 12, 1);
  box-shadow: 0px 1px 5px -1px rgba(69, 79, 12, 1);
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2vw; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

/* Footer */

.footer-custom {
  padding-bottom: 0 !important;
  background-color: #5c748c;
  color: #ffffff;
}
.footer-custom .footer-info {
  padding: 2%;
}
.footer-custom .footer-info .middle-width {
  width: 50%;
  float: left;
}
.footer-custom .footer-copyright {
  background: #405061;
  height: auto;
  min-height: 5vh;
}
.footer-custom .footer-copyright .text-copyright {
  padding-top: 3vh;
  padding-bottom: 3vh;
}
.footer-custom .material-icons {
  font-size: 1.2vw;
}
.footer-custom ul li a {
  text-decoration: none;
  color: #ffffff;
}
.footer-custom ul li a:hover {
  color: #2a5447;
  text-decoration: none;
}

.footer-custom .divider {
  stroke: white;
  stroke-width: 2;
}

.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

.wrapper {
  height: 100% !important;
}

.vertical-align {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.custom-chart-element {
  background-color: #2d343b;
  color: white;
  border-radius: 15px;
  min-width: 20vw;
}
.custom-chart-element-selected {
  background-color: #3b9e7f;
  color: white;
  border-radius: 15px;
  min-width: 20vw;
}
