﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "FlandersArtSans Regular", sans-serif;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6, th {
    font-family: "FlandersArtSans Medium", sans-serif;
    font-weight: 500;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@font-face {
    font-family: 'FlandersArtSans Regular';
    src: url('../fonts/flanders-sans-regular.woff') format("woff");
}

@font-face {
    font-family: 'FlandersArtSans Medium';
    src: url('../fonts/flanders-sans-medium.woff') format("woff");
}


.filterTitle {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.66666667;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.selectedFilterItem {
    color: #333 !important;
    font-family: "FlandersArtSans Medium", sans-serif;
    font-weight: 500;
}

.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;
}

.statusHidden, .sectionHidden, .animalCategoryHidden, .animalHidden, .filterHidden, .parentHidden {
    display: none;
}

.accordionHeader, h3.questionnaireRow, .reportTitle {
    padding-left: 8px;
    background-color: #eee;
    line-height: 42px;
    margin: 0px 0px;
    width: 100%;
}

.reportTitle {
    background-color: #5ab9a0;
}

.hidden {
    display: none;
}


.table-content {
    overflow: auto;
}

.vertical-offset-100 {
    padding-top: 40px;
}

#polararea-legend .title, #multipleTrendChart g {
    cursor: pointer;
}

#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;
    }
}

.q-left-side {
    float: left;
    width: 300px;
}

.q-right-side {
    width: calc(100% - 300px);
    float: right;
    height: 39px;
}

    .q-right-side .btn {
        float: right;
        padding: 4px 8px;
        margin: 0 5px;
    }

.q-right-side-content {
    width: calc(100% - 300px);
    float: right;
    min-height: 600px;
}

.sectionRow {
    width: 100%;
}

.navbar {
    padding: 0px;
}

    .navbar .container {
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
        background-color: #5ab9a0;
    }

        .navbar .container .navbar-brand {
            padding: 0px;
            margin-right: 0px;
        }

            .navbar .container .navbar-brand #header-img {
                display: block;
                max-height:60px;
            }



        .navbar .container .nav-item {
            color: #4a4a4a;
            font-size: 20px;
        }

            .navbar .container .nav-item .nav-link {
                color: #4a4a4a !important;
                font-size: 20px;
                padding-right: .5rem;
                padding-left: .5rem;
            }

    .navbar .dropdown-menu {
        background-color: #5ab9a0;
        color: #4a4a4a !important;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        color: #4a4a4a !important;
        background-color: #4ea58e;
    }



/* Mobile devices (including iPad portrait, 992px and below) */
@media (max-width: 992px) {
    .ddl-navbar-toggle {
        display: block !important;
        position: absolute;
        right: 0;
    }

    .ddl-navbar-nav > li {
        display: block;
        width: 100%;
        text-align: right;
    }

    .ddl-navbar-collapse {
        position: relative;
        top: 40px;
        margin-bottom: 40px !important;
    }

        .ddl-navbar-collapse.collapse {
            display: none !important;
        }

        .ddl-navbar-collapse.in {
            display: block !important;
        }
}

.btn-theme {
    color: #fff;
    background-color: #5ab9a0;
    border-color: #5ab9a0;
}

    .btn-theme:hover {
        color: #fff;
        background-color: #4ea58e;
        border-color: #4ea58e;
    }

    .btn-theme:focus, .btn-theme.focus {
        box-shadow: 0 0 0 0.2rem rgba(65, 120, 104, 0.5);
    }

    /*.btn-theme.disabled, .btn-theme:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }*/

    /*.btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }*/

    .btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus,
    .show > .btn-theme.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(65, 120, 104, 0.5);
    }

.navbar-toggler {
    background-color: #4ea58e;
    border: 1px solid #4ea58e;
    margin: 0 10px;
    margin-left: 0px;
}

#ilvosurvey-footer {
    height: 51px;
    background-color: #e5e5e5;
}

    #ilvosurvey-footer img {
        height: 50px;
    }

@media (max-width: 575.98px) {
    /*.navbar .container .navbar-brand #header-img-sm {
        width: 260px;
    }

    .navbar .container .navbar-brand #header-img {
        width: 260px;
    }*/

    #ilvosurvey-footer {
        height: 31px;
    }

        #ilvosurvey-footer img {
            height: 30px;
        }
}

.btn-sm {
    padding: 3px 6px;
    font-size: 11px;
    margin: 2px;
    line-height: 1.5;
}

.reportTable .badge {
    font-size: 100%;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}