/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
@import url("../fonts/fonts.css");
html, body, nav, footer {
    font-family: "Interstate Bold Cond";
}

h1, h2, h3, h4, h5, h6 .sub-title, .spacer, .news-item {
    font-family: "Interstate Light Cond";
}
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vw;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 100vw;
}

footer {
    z-index: 1;
}

a:hover, input.nav-link:hover {
    color: rgb(0, 0, 0);
}
a.nav-active:hover,a.nav-active-lower:hover, a.nav-inactive-lower:hover, a.nav-inactive-upper:hover {
    text-decoration: none;
    font-weight: bold;
}
a.nav-active-lower:hover, a.nav-inactive-lower:hover {
    color: var(--green);
}
a.DC-link:hover {
    color: #0056b3;
}

.content {
    flex: 1 0 auto;
}

:root {
    --black: rgba(0, 0, 0, 1);
    --dark-grey: rgba(0, 0, 0, 0.75);
    --medium-grey: rgba(0, 0, 0, 0.55);
    --light-grey: rgba(0, 0, 0, 0.20);
    --lighter-grey: rgba(239, 239, 240, 1);
    --lightest-grey: rgba(239, 239, 240, 1);
    --white: rgba(255, 255, 255, 1);
    --dark-blue: rgba(1, 46, 75, 0.9);
    --blue-grey: rgba(1, 46, 75, 0.6);
    --blue: rgba(131, 215, 225, 1);
    --light-blue: rgba(160, 218, 247, 0.6);
    --lighter-blue: rgba(160, 218, 247, 0.17);
    --green: rgba(106, 182, 81, 1);
    --dark-green: rgba(86, 146, 66, 1);
    --light-green: rgba(106, 182, 81, 0.5);
    --light-green-no-transp: rgb(180, 218, 136);
    --lighter-green: rgba(106, 182, 81, 0.08);
    --inactive-dark-grey: rgb(108,108,108);

}

/* DZM and IKM-NET colors */
.black {
    color: var(--black);
}

.dark-grey {
    color: var(--dark-grey);
}

.medium-grey {
    color: var(--medium-grey);
}

.light-grey {
    color: var(--light-grey);
}

.bg-lighter-grey {
    background-color: var(--lighter-grey);
}

.lighter-grey {
    color: var(--lighter-grey);
}

.bg-lightest-grey {
    background-color: var(--lightest-grey);
}

.lightest-grey {
    color: var(--lightest-grey);
}

.white {
    color: var(--white);
}

.dark-blue {
    color: var(--dark-blue);
}

.blue-grey {
    color: var(--blue-grey);
}

.blue {
    color: var(--blue);
}

.light-blue {
    color: var(--light-blue);
}

.lighter-blue {
    color: var(--lighter-blue);
}

.dark-green {
    color: var(--dark-green);
}

.bg-green {
    background-color: var(--green);
}

.green {
    color: var(--green);
}

.light-green {
    color: var(--light-green);
}

.lighter-green {
    color: var(--lighter-green);
}

/* HOME*/
.border-left-green {
    border-left: 10px solid var(--light-green);
}

.border-left-blue {
    border-left: 10px solid var(--light-blue);
}

.border-left-white {
    border-left: 10px solid white;
}

#home-img {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.border-lightgrey {
    border: 2px solid var(--light-grey);
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* custom css */
.btn-col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.stripeon {
    background-color: rgba(122, 188, 192, 0.2);
}

.stripeoff {
    background-color: white;
}

.table .thead-light th {
    background-color: white;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Interstate Light Cond';
}

.table td {
    border: none;
    background-color: white;
}

.dzmTable tr {
    color: rgba(0, 0, 0, 0.75);
}

.odd-row td {
    background-color: rgba(160, 218, 247, 0.17);
}

.btn-ikm {
    color: var(--medium-grey);
    background-color: var(--light-green);
    border-color: var(--green);
}

    .btn-ikm:hover, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: rgb(122, 188, 192);
        background-color: white;
        border-color: rgb(122, 188, 192);
    }

.bg-ikm-primary {
    color: var(--medium-grey);
    background-color: var(--light-green);
}

.card .table {
    margin-bottom: 0;
}

.text-gray {
    color: grey;
}

    .text-gray a {
        color: #4e7eb1;
    }

    .text-gray button {
        color: #4e7eb1;
    }

.row-dark {
    background-color: rgba(122, 188, 192, 0.2);
}

.row-light {
    background-color: white;
}

.table-ikm th {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: var(--light-green-no-transp);
}

.table-ikm a {
    color: var(--green);
    text-decoration: none;
}

#logo-ikm {
    height: 120px;
    padding: 8px 2px;
}


.nav-item {
    margin-top: auto;
    height: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: visible;
}

.borders {
    border: 1px solid rgba(0, 0, 0, 1);
    border-top: none;
}

.icon-color {
    color: #1fb5b2;
}

.icon-small {
    font-size: 0.85rem;
}

.youtube {
    max-width: 800px;
    max-height: 450px;
    position: relative !important;
}

.embedresize {
    max-width: 800px;
    margin: auto;
}

    .embedresize div {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
    }

    .embedresize iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.vertline {
    border-right: 1px solid #1fb5b2
}


.headroom {
    margin-top: 40px;
}

.spacer {
    margin-bottom: 60px;
}

.spacer-xtra {
    margin-bottom: 80px;
}

.spacer-sm {
    margin-bottom: 30px;
}

.frame {
    background-color: white;
    border: solid rgb(122, 188, 192) 2px;
    padding: 30px;
    text-align: justify;
}

@media only screen and (max-width:767px) {
    .dc_about_logo {
        padding-top: 60px;
    }
}

@media only screen and (min-width:768px) {
    .dc_about_logo {
        -ms-transform: rotate(90deg); /* IE 9 */
        transform: rotate(90deg);
    }
}


.icon {
    float: right;
    display: inline-block;
}

.fullsize {
    height: 100%;
    width: 100%;
}

.news-item {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 25px;
}

/*.title {
    font-size: 2em;
    font-weight: bolder;
}*/

.news-img {
    width: 100%;
    margin-bottom: 20px;
}


.faqlink {
    color: rgb(122, 188, 192);
}

.indent {
    text-indent: 40px;
}

.indent-content {
    display: inline-block;
    padding-left: 40px;
}

.errormessage {
    color: red;
    font-weight: bold;
}

.center-vert {
    margin-top: 15%;
}

/*dzm*/
.dzmSearchbar:focus {
    border-color: rgb(122, 188, 192) !important;
    background-color: transparent !important;
}

#searchResults > a:active {
    color: white !important;
    background-color: rgb(122, 188, 192) !important;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}


#dzmTab .nav-item {
    /*        min-width: 11.11111111111111%;
        max-width: 11.11111111111111%;*/
    min-height: 100%;
    font-size: 0.959em;
}

        #dzmTab .nav-item .nav-link {
            padding: 0.5rem 0.5rem;
            min-height: 100%;
            text-align: center;
            color: rgba(0, 0, 0, 1);
            background-color: rgba(255, 255, 255, 0);
            border-top: 1px dashed rgba(0, 0, 0, 1);
            border-bottom: 1px solid rgba(0, 0, 0, 1);
            border-right: 1px dashed rgba(0, 0, 0, 1);
        }

        #dzmTab .nav-item .nav-link:hover {
            box-shadow: inset 3px 3px 9px rgba(160, 218, 247, 1), inset -3px 3px 9px rgba(160, 218, 247, 1);
        }

        #dzmTab .nav-item .nav-link.active {
            background-color: rgba(160, 218, 247, .6);
            border-top: 1px solid rgba(0, 0, 0, 1);
            border-left: 1px solid rgba(0, 0, 0, 1);
            border-right: 1px solid rgba(0, 0, 0, 1);
            border-bottom: none;
        }

    #dzmTab .nav-item #tab1-tab.nav-link {
        border-left: 1px dashed rgba(0, 0, 0, 1);
    }

        #dzmTab .nav-item #tab1-tab.nav-link.active {
            border-left: 1px solid rgba(0, 0, 0, 1);
        }

    #dzmTab .nav-item #tab9-tab.nav-link {
        border-right: 1px dashed rgba(0, 0, 0, 1);
    }

        #dzmTab .nav-item #tab9-tab.nav-link.active {
            border-right: 1px solid rgba(0, 0, 0, 1);
        }

@media(max-width:1199px) {
    #dzmTab {
        font-size: 0.81rem;
    }

}

/*@media(max-width:991px) {
    #dzmTab {
        font-size: 0.55rem;
    }
}*/

.nav-active {
    color: black;
}
.nav-active-lower {
    color: var(--green);
}
.nav-inactive-upper {
    color: white;
}
.nav-inactive-lower {
    color: var(--inactive-dark-grey);
}

.tab-pane th {
    font-weight: normal;
}

/*.tab-content {
    background-color: #EBF5F6;
}*/

.dzmTable {
    font-size: 0.95em;
    border-top: none;
}

    .dzmTable th, .dzmTable td {
        padding-bottom: 3px !important;
        padding-top: 3px !important;
        padding-right: 5px !important;
    }


.min1optionpct {
    margin-bottom: 5px;
    border-bottom: 2px solid rgb(122, 188, 192);
}

ul.multichoice > li + li {
    border-top: 1px dashed rgb(122, 188, 192);
}

th.col-nr, th.col-crit, th.col-unit, th.col-validated, th.col-validated-1, th.col-validated-2, th.col-updated, th.col-info, th.col-avg, th.col-avginfo, th.col-source {
    background-color: rgba(160, 218, 247, 0.6);
    /*    border-bottom: 1px solid rgba(0, 0, 0, 1);
*/
}

col.col-nr, th.col-nr, td.col-nr {
    width: 4.8%;
    padding-right: 2px;
}

col.col-crit, th.col-crit, td.col-crit {
    width: 25%;
    text-align: justify;
    word-wrap: break-word;
}

th.col-validated, td.col-validated {
    width: 150px;
}

col.col-validated-1, td.col-validated-1 {
    width: 125px;
}

col.col-validated-2, td.col-validated-2 {
    width: 25px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

col.col-updated, th.col-updated, td.col-updated {
    width: 20%;
    text-align: right;
}

col.col-info, th.col-info, td.col-info {
    width: 25px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

col.col-unit, th.col-unit, td.col-unit {
    width: 5%;
}

col.col-avg, th.col-avg, td.col-avg {
    width: 140px;
}

col.col-avginfo, th.col-avginfo, td.col-avginfo {
    width: 25px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
/*td.col-info {
    font-size: 0.75em;
}*/
col.col-source, th.col-source, td.col-source {
    width: 94px;
}

.icon-btn {
    cursor: pointer;
}

select.noarrow {
    appearance: none;
    padding-top: 0px;
    text-align: right;
    padding-right: 25px
}

    select.noarrow:disabled {
        color: rgb(33,37,41);
        opacity: 1;
    }

.pencil:hover {
    text-shadow: 2px 2px 4px var(--medium-grey);
}
/*HELP*/
.shadowbox {
    border-radius: 10px;
    box-shadow: 2px 2px 4px var(--light-grey);
}

.border-lgrey {
    border-color: var(--lightest-grey);
}

.send {
    font-size: 2em;
    padding: unset;
    margin-right: 10px;
    margin-bottom: 10px;
}

.textarea-container {
    position: relative;
    margin-left: 0.20%;
    margin-right: 0.20%;
}

    .textarea-container input {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 2px;
        padding-bottom: 2px;
    }
.tab-btn:focus {
    outline:none;
}
/*MIJN BEDRIJF*/
.pt-15 {
    padding-top: 150%;
}

.pt-10 {
    padding-top: 100%;
}

.cutaway {
    clip-path: inset(0px 130px 0px 20px);
}
