﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px;
    padding-bottom: 20px;
    -ms-overflow-style: -ms-autohiding-scrollbar; /* HS 07-02-2019 disable scrollbar */
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/* HS - eigen definities hieronder */
.nav {
    width:100%;
    padding-left:15px;
}

.loginbutton{
    /* full width login button, even breed als inputs */
    width:100%;
    /*max-width: 280px;*/
}

.functieknop{
    width:100%;
    /*max-width: 280px;*/
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 50px; /* HS 12-07-2018 grotere knoppen touch!*/
}

.actie-card {
    padding: 0.8rem;
}

/* link */
.actie-link {
    text-decoration: none !important;
    /*color: #212529;*/
    color: #ffffff;
}

.actie-link:hover {
    /*color: #000000;*/
    /*color: #E0E0E0;*/
    color: #ffffff;
}

.actiebadge {
    margin-right: 5px;
    padding: .2em .4em .3em .4em;
    /*padding: .25em .55em;*/
    /*border-radius: 1rem;*/
    border-radius: 10px;
}

.floatingbadge{
    float:left;
    position:absolute;
    top:0;
    left:3px;
}

.tabelInzet {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: left;
}
/*iframe {
    display: block;*/ /* iframes are inline by default */
    /*height: 100vh;*/ /* Set height to 100% of the viewport height */
    /*width: 100vw;*/ /* Set width to 100% of the viewport width */
    /*border: none;*/ /* Remove default border */
    /*background: rgba(232,233,235,1);*/ /* Just for styling */
/*}*/

/*#map {*/
    /*height: 945px;*/ /* 965px past in de nieuwe player zonder scrollbars */
    /*height: 725px;*/ /* 13-09 7 blokjes hoog */
    /*height: 835px;*/ /* 13-09 8 blokjes hoog */
/*}*/
/* background colors voor bereidingen acties 
.bfc-bg-0{background-color:#87CEEB!important}
.bfc-bg-1{background-color:#00BFFF!important}
.bfc-bg-2{background-color:#6495ED!important}
.bfc-bg-3{background-color:#4682B4!important}
.bfc-bg-4{background-color:#5F9EA0!important}
.bfc-bg-5{background-color:#7B68EE!important}
.bfc-bg-6{background-color:#B0C4DE!important}
.bfc-bg-7{background-color:#ADD8E6!important}
.bfc-bg-8{background-color:#40E0D0!important}
.bfc-bg-9{background-color:#7FFFD4!important}*/
