﻿body {
    padding-top: 105px;
}



@font-face {
    font-family: 'Futura Medium';
    src: url('../fonts/futura medium bt.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura Light';
    src: url('../fonts/futura light bt.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura Light', sans-serif;
}

[class*="badger"] {
    position: relative
}

    [class*="badger"]:after {
        content: attr(data-badger);
        position: absolute;
        top: 0;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        background: #999;
        color: #fff
    }

.badger-left {
    border-top-left-radius: 6px
}

.badger-right {
    border-top-right-radius: 6px
}

.badger-left:after {
    left: 0;
    border-radius: 6px 0 6px 0
}

.badger-right:after {
    right: 0;
    border-radius: 0 6px 0 6px
}

.badger-danger:after {
    background: #d9534f
}

.badger-warning:after {
    background: #f0ad4e
}

.badger-success:after {
    background: #5cb85c
}

.badger-info:after {
    background: #5bc0de
}

.badger-inverse:after {
    background: #222
}

.navbar-nav > li > .dropdown-menu {
    background: #458953;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: calc(100vh - 145px);
    overflow: auto;
}

.container > .navbar-header {
    min-height: 66px;
}

.container.body-content .container {
    padding: 0px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.panel-default > .panel-heading {
    background-color: #458953;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Custom css */
.container {
    width: 100%;
}

ul.navbar-nav.navbar-right {
    margin-top: 56px;
    font-family: "Futura Light", sans-serif;
}

    ul.navbar-nav.navbar-right li a {
        color: white;
        font-size: 18px;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #458953;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #458953;
}


.filterTitle {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.66666667;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.selectedFilterItem {
    color: #333 !important;
    font-weight: bold;
}

.filterItem {
    line-height: 25px;
    color: #26afcb;
    padding: 0 10px 0 10px
}

    .filterItem:hover {
        background-color: #e6e6e6;
        cursor: pointer;
    }

.disabledFilterItem {
    background-color: white;
    color: #ccc;
    padding: 0 10px 0 10px;
    line-height: 25px;
}

usHidden, .sectionHidden, .animalCategoryHidden, .animalHidden, .filterHidden, .parentHidden {
    display: none;
}

.hidden {
    display: none;
}

.blije-bg {
    /*background-image: url('../images/blijedieren header bg.png');
    background-size: cover;
    height: 184px;*/
    background-color: #458953;
}

footer {
    height: 40px;
    background-color: #458953;
    /*position: absolute;
    right: 0;
    bottom: 0;
    left: 0;*/
}

    footer span {
        margin-left: 15px;
        color: white;
    }

.footer-partner {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

footer img {
    height: 36px;
}

.left-footer-image {
    height: 36px;
    margin-top: 2px;
    margin-left: 5px;
}

.navbar-inverse {
    height: 105px;
    background-color: transparent;
    border: none;
    margin: 0px;
}

#titleDiv {
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
}

    #titleDiv > img {
        max-height: 100px;
    }

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}

    /* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
    .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    background-color: #458953;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
}

.table-content {
    overflow: auto;
}

.vertical-offset-100 {
    padding-top: 40px;
}

#polararea-legend .title, #multipleTrendChart g {
    cursor: pointer;
}


@media screen and (max-width: 991px) {
    .blije-bg img {
        width: 300px;
    }

    footer, footer img {
        height: 40px;
    }

    .footer-partner {
        margin-top: 4px;
    }

    footer .footer-partner img {
        height: 36px;
    }

    ul.navbar-nav.navbar-right li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    body {
        padding-top: 66px;
    }

    .navbar-inverse {
        height: 66px;
    }

    .body-content {
        height: calc(100vh - 107px);
    }



    ul.navbar-nav.navbar-right li a {
        font-size: 24px;
    }

    .navbar-collapse {
        margin-top: 40px;
    }

    .vertical-offset-100 {
        padding-top: 30px;
    }

    .left-footer-image {
        display: none;
    }

    /*.footer-partner.first {
        float: left;
    }*/

}



@media screen and (max-width: 550px) {

    .body-content {
        height: calc(100vh - 67px);
    }


    .navbar-toggle {
        margin-top: 10px;
        margin-right: 10px;
    }

    .navbar-collapse {
        margin-top: 12px;
    }

    .vertical-offset-100 {
        padding-top: 30px;
    }

    footer, footer img {
        display: none;
    }
}

#canvas-holder {
    max-width: 450px;
    max-height: 450px;
    min-height: 300px;
    min-width: 300px;
    width: 100%;
    display: inline-block;
}

.red {
    background-color: red;
    color: white;
}

.orange {
    background-color: orange;
    color: black;
}

.yellow {
    background-color: yellow;
    color: black;
}

.lightgreen {
    background-color: lightgreen;
    color: black;
}

.green {
    background-color: forestgreen;
    color: white;
}

@media(max-width: 1000px) {

    #charttabholder {
        min-width: 100%;
        vertical-align: top;
        display: block;
        float: none;
    }
}

@media(min-width: 1000px) {

    #charttabholder {
        min-width: 450px;
        display: inline-block;
        vertical-align: top;
        float: right;
    }
}

.paginate_button {
    padding: 0 5px;
    cursor: pointer;
}

.disclaimer {
    margin-top: 15px;
}

ul.peilers {
    list-style: none;
    font-weight: 600;
}

    ul.peilers > li > img {
        height: 25px;
        width: 25px;
        margin: 5px;
    }

.card-header button {
    font-size: large;
}


::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .45rem;
}

/* Positive */
.positive::before {
    content: "\f055"; /* fa-circle-plus */
    color: green;
}

/* Negative */
.negative::before {
    content: "\f056"; /* fa-circle-minus */
    color: red;
}

/* Equal (FA has no circle-equals) */
.equal::before {
    content: "\3d"; /* fa-grip-lines (close to equals) */
    font-weight: bold;
    font-size: 1.5rem;
}
