﻿/* 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. */

/* GBI Algemeen */
@font-face {
    font-family: MuseoSlab-500;
    src: url("../fonts/MuseoSlab-500.woff2") format("woff2");
}

@font-face {
    font-family: OpenSans;
    src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2");
}

html {
    position: relative;
    min-height: 100%;
    color: var(--gbi-black);
    font-family: MuseoSlab-500, sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: MuseoSlab-500, sans-serif;
    font-size: 14px;
    background-color: var(--gbi-background);
}

.bg-blue {
    background-color: var(--gbi-blue);
}

.bg-gbi {
    background-color: var(--gbi-background)
}

:root {
    --gbi-background: #f8f8ff;
    --gbi-black: #2F424B;
    --gbi-orange: #E87722;
    --gbi-medium-orange: #eb8b43;
    --gbi-light-orange: #f1ad7a;
    --gbi-blue: #00587C;
    --gbi-blue-medium: #267190;
    --gbi-blue-light: #669BB0;
    --gbi-neutral-1: #FAFAFA;
    --gbi-neutral-2: #E9E9E9;
    --gbi-neutral-3: #2F424B;
    --gbi-white: #FFFFFF;
    --rz-scrollbar-color: var(--gbi-blue);
}

.h1-style {
    font-size: 32px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 48px;
    color: var(--gbi-blue);
}

.h2-style {
    font-size: 28px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 42px;
    color: var(--gbi-blue);
}

.h3-style {
    font-size: 18px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 36px;
    padding-bottom: 20px;
    font-weight: 900;
}

.h4-style {
    font-size: 16px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 30px;
    color: var(--gbi-blue);
    font-weight: 900;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.breadcrumb {
    font-size: 14px;
    font-family: MuseoSlab-500, sans-serif;
    text-indent: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.17000000178813934px;
    line-height: 22px;
    margin-top: -8px;
    margin-bottom: 6px;
}

.breadcrumb-item {
    font-size: 14px;
    font-family: MuseoSlab-500, sans-serif;
    text-indent: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.17000000178813934px;
    line-height: 22px;
}

.navbar {
    font-size: 1rem;
    font-family: MuseoSlab-500, sans-serif;
    text-align: center;
    display: block;
}

@media only screen and (min-width: 991px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .active {
        background: var(--gbi-orange);
    }

    .nav-item > .active {
        background-color: var(--gbi-orange);
        /*background: var(--gbi-orange);*/
    }

        .nav-item > .active::after {
            content: "";
            position: relative;
            /*left: -50%;*/
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

    .nav-link {
        height: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.nav-item-reports {
    color: var(--gbi-white) !important;
    text-decoration: none;
}

/* Override Bootstrap's nav-link and text-light classes */
.navbar-dark .navbar-nav .nav-item .nav-link.text-light {
    color: var(--gbi-white) !important;
    text-decoration: none;
    border-left: 3px solid transparent;
}

    /* Override Bootstrap's nav-link and text-light classes on hover */
    .navbar-dark .navbar-nav .nav-item .nav-link.text-light:hover {
        color: var(--gbi-white) !important;
        background-color: var(--gbi-orange) !important;
        text-decoration: none;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--gbi-orange) !important;
    background-color: var(--gbi-orange) !important;
}

.nav-image {
    border-left: 15px solid transparent;
    border-right: 10px solid transparent;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
}

@media (max-width: 414px) {
    .nav-image {
        display: none;
    }
}

.nav-image img {
    height: 55px;
    max-width: 98px;
    /*border-radius: 50%;*/
}

.btn-primary {
    color: var(--gbi-white);
    background-color: var(--gbi-blue);
    border-color: var(--gbi-blue);
}

a.dropdown-item {
    color: var(--gbi-white);
    background-color: var(--gbi-blue);
    border-color: var(--gbi-blue);
    --bs-dropdown-link-hover-color: var(--gbi-white);
    --bs-dropdown-link-hover-bg: var(--gbi-orange);
    text-decoration: none;
}

.dropdown-toggle::after {
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: -.3em 0 0 .4em;
    vertical-align: middle;
    content: "";
    border: .1em solid;
    border-width: 0 .15em .15em 0;
    transform: rotateZ(45deg);
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.headerheader {
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: var(--gbi-orange);
}

/* GBIportal */
@media (max-width: 414px) {
    .antealogo img {
        width: 75px;
    }

    .login-form img {
        width: 37px;
        height: 37px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.login-form {
    font-family: MuseoSlab-500, sans-serif;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--gbi-background);
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 20%;
    max-width: 425px;
}

    .login-form img {
        width: 72px;
        height: 72px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .login-form .header {
        text-align: center;
    }

    .login-form button {
        background-color: var(--gbi-orange);
        color: var(--gbi-white);
        width: 100%;
    }

    .login-form p {
        text-align: center;
        text-decoration: underline;
    }

#forgot-password {
    color: var(--gbi-black);
}

.login-form .validation-summary-errors {
    text-align: center;
}

    .login-form .validation-summary-errors ul {
        list-style: none;
        margin-left: -40px
    }

.tilescontainer {
    font-family: MuseoSlab-500, sans-serif;
    margin-left: 20%;
    margin-right: 20%;
    list-style-type: none;
}

@media (max-width: 414px) {
    .tilescontainer {
        margin-left: 0%;
        margin-right: 0%;
        justify-content: center;
    }
}

.welcome-message {
    margin: 20px;
    text-align: center;
    font-size: large;
}

@media (max-width: 414px) {
    .welcome-message {
        font-size: 12px;
    }
}

.tilecontainer {
    width: 250px;
    height: 175px;
    margin: 10px;
    background-image: url('../img/tile.png');
    background-repeat: no-repeat;
    background-size: 250px 175px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tilemenu {
    float: right;
    text-align: center;
    vertical-align: bottom;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 3;
}

.btn-tilemenu {
    color: black;
    cursor: pointer;
    margin-left: 5px;
}

.tile {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    z-index: 2;
}

@media (max-width: 414px) {
    .tilecontainer {
        width: 150px;
        height: 75px;
    }

    .tiletext label {
        font-size: 9px;
    }
}

.tilebg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tilebg img {
        width: 100%;
        height: 100%;
    }

.tilecontent {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}

.tileimage {
    width: 30%;
    float: left;
    position: relative;
    top: 50%;
    margin-top: -25%;
}

    .tileimage img {
        width: 100%;
    }

.tiletext {
    width: 65%;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -25%;
}

    .tiletext label {
        text-align: center;
        color: var(--gbi-black);
        cursor: pointer;
    }

.pageTitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    float: left;
}

.btn-add {
    background-color: var(--gbi-orange) !important;
    color: var(--gbi-white) !important;
}

.btn-table {
    background-color: transparent !important;
    color: var(--gbi-black);
}

.toolbaritem {
    margin-left: 5px;
}

.tableCommand {
    float: right;
}

    .tableCommand > a {
        cursor: pointer;
        font-size: 16px;
    }

.table td, .table th {
    border-top: none;
}

.table .empty {
    background-color: transparent !important;
}

.thumbnail {
    height: 30px;
    width: 30px;
}

.thumbnail-lg {
    height: 50px;
    width: 50px;
}

.addTileButton {
    float: right;
}

.voorwaarden {
    font-size: smaller;
    font-style: italic;
}

.dropdown-toggle::after {
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: -.3em 0 0 .4em;
    vertical-align: middle;
    content: "";
    border: .1em solid;
    border-width: 0 .15em .15em 0;
    transform: rotateZ(45deg)
}

.toolbar {
    margin-left: 5px;
}

.cookie-wall {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    background-color: #0000008c;
    z-index: 999;
}

    .cookie-wall.hide {
        display: none !important;
    }

.cookie-wall-content {
    color: var(--gbi-black);
    max-width: 700px;
    padding: 25px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: var(--gbi-white);
    margin: 0 auto;
}

    .cookie-wall-content h3 {
        margin-bottom: 20px;
    }

.cookie-preferences-list {
    list-style: none;
    padding: 0;
}

    .cookie-preferences-list li {
        margin-bottom: 5px;
    }

.cookie-selection {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
    align-items: center;
}

    .cookie-selection a {
        color: var(--gbi-black);
        height: 55px;
        display: flex;
        align-items: center;
        flex: 1;
    }

        .cookie-selection a:hover {
            text-decoration: none;
        }

.cookie-wall .collapse, .cookie-wall .collapsing {
    padding: 5px;
}

.cookie-wall .zmdi-plus {
    margin-right: 10px;
}

.cookie-wall .second {
    display: none;
}

.cookie-wall .check-list {
    list-style: none;
    padding: 0;
}

    .cookie-wall .check-list i {
        margin-right: 5px;
    }

.cookie-wall .btn-container {
    margin-top: 20px;
}

.cookie-wall .always-active {
    color: #6b6b6b;
}

.login-header-container {
    display: flex;
    justify-content: space-between;
}

    .login-header-container img {
        width: 100%;
    }

    .login-header-container .antea-logo {
        width: 180px;
        margin: 25px;
    }

    .login-header-container .gbi-logo {
        width: 155px;
        margin: 25px;
    }

/* GBIinsights */
.control-label {
    font-size: 18px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 36px;
    padding-bottom: 16px;
    font-weight: 900;
}

.warning {
    font-size: 16px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 900;
    color: red;
}

.warning2 {
    font-size: 14px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    /*line-height: 36px;*/
    padding-bottom: 10px;
    padding-top: 20px;
    /*font-weight: 900;*/
    color: red;
}

.form-control {
    font-family: MuseoSlab-500, sans-serif;
}

.dropdown-panel {
    font-family: MuseoSlab-500, sans-serif;
}

.row {
    font-family: MuseoSlab-500, sans-serif;
}

.rz-dropdown-item, .rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items {
    font-family: MuseoSlab-500, sans-serif;
    --rz-dropdown-item-selected-background-color: var(--gbi-blue-light);
    --rz-dropdown-item-hover-background-color: var(--gbi-blue-light);
    --rz-dropdown-item-selected-hover-background-color: var(--gbi-blue-light);
    --rz-dropdown-item-font-size: 14px;
}

.container-main {
    display: grid;
    grid-template-columns: 12% 88%;
    height: 83vh;
    padding: 1px;
}

.container-body {
    padding-left: 0rem;
}

.left-section {
    grid-column: 1;
    background-color: var(--gbi-background);
    text-align: left;
    padding-right: 17px;
}

.right-section {
    grid-column: 2;
    background-color: var(--gbi-white);
}

.horizontal-line {
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: var(--gbi-orange);
    margin-bottom: 35px;
    margin-top: 25px;
}

/*Reports*/


/* GBIinsights non-sso */
.container-login {
    display: grid;
    grid-template-columns: 30% 70%;
    padding-top: 100px;
}

.vertical-line {
    border-left: 5px solid var(--gbi-orange);
    padding: 30px;
    min-width: 360px;
    margin-left: 15px;
}

.login-image {
    padding: 5px;
    width: 100%;
}

@media (max-width: 1000px) {
    .login-image {
        display: none;
    }
}

.login-image img {
    height: 250px;
    max-width: auto;
}

/*Reports*/
.h1-style-reports {
    font-size: 32px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 48px;
    color: var(--gbi-blue);
    font-weight: 900;
    padding-bottom: 50px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.h3-style-menu {
    font-size: 18px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 900;
    border-left: 5px solid transparent;
    padding-left: 4px;
}

.h4-style-menu {
    font-size: 13px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 30px;
    font-weight: 900;
    border-left: 7px solid transparent;
    padding-left: 5px;
}

.h2-style-menu {
    font-size: 13px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 15px;
    font-weight: 900;
    border-left: 13px solid transparent;
    padding-left: 7px;
}

.h4-style-reports {
    font-size: 16px;
    font-family: MuseoSlab-500, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 30px;
    color: var(--gbi-blue);
    font-weight: 900;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.infoimg {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    padding-bottom: 100px;
}

@media (max-width: 414px) {
    .infoimg img {
        display: none;
    }

    .infoimg img {
        height: 100%;
    }
}
