html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

ul.dashed {
    list-style-type: none;
}

    ul.dashed > li {
        text-indent: -9px;
    }

        ul.dashed > li:before {
            content: "-  ";
        }

.fa-fg-color{
    color:whitesmoke!important;
}
.fa-bg-color {
    background-color: #007BFF!important;
}
.fa-finance {
     src("~/Images/Financieel/Minox.png");
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: relative;
        z-index: 1;
    }
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.fa-1-1x {
    font-size: 1.1em;
}
.fa-1-2x {
    font-size: 1.2em;
}
.fa-1-3x {
    font-size: 1.3em;
}
.fa-1-4x {
    font-size: 1.4em;
}
.fa-1-5x {
    font-size: 1.5em;
}
.nav-item > a {
    opacity: 0.75;
}
.nav-item > a:hover {
    opacity:1;
}

.nav-icon.a::after {

    background-color:000;
    opacity:07;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}