﻿body {
    font-family: 'Rubik', sans-serif;
    background-color: #F6F9FC;
    color: #212121;
    font-size: 12px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon, .nav-link {
    color: #0A145F;
}

.nav-back-arrow {
    color: #0A145F;
}

.nav-link {
    color: #0A145F !important;
}

.navbar > .back-button-and-title {
    display: flex;
    width: 100%;
}

.back-button-and-title > a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.5em 0 0.5em 0;
}

    section > p {
        width: 100%;
        font-size: 14px;
        padding-left: 0.5em;
        padding-bottom: 0.3em;
        margin-bottom: 0em;
        padding-top: 0.3em;
        font-weight: bold;
        color: #0A145F;
    }

    section > div, .section {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 1em;
        border: 1px solid lightgray;
        border-radius: 0.3em;
        background-color: #FFFFFF;
        flex-direction: column;
    }

    section > form {
        width: 100%;
    }

.iren-input {
    background: #FFF !important;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    width: 100%;
    padding: 1em 0.75em
}

input.iren-input:focus {
    border: 1px solid #3272D1 !important;
}

.igex-button, .igex-button-white {
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
    font-weight: bold;
    border: none;
    font-size: 12px;
}

    .igex-button > svg, .igex-button-white > svg {
        font-weight: 2em;
    }

.igex-button {
    background-color: #3272D1;
    border-radius: 0.3em;
    border: none;
    color: white !important;
}

    .igex-button:hover {
        text-decoration: none;
    }


.igex-button-white {
    background-color: #FFFFFF;
    border-radius: 0.3em;
    border: 2px solid #3272D1;
    color: #3272D1 !important;
}


.igex-button:disabled {
    background-color: lightgray;
    color: #3272D1 !important;
}

.igex-button-link {
    display: flex;
    margin: 0.2em 0 0.2em 0;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    background-color: #FFFFFF;
    min-height: 3em;
    align-items: center;
    padding: 0.5em 0.7em 0.5em 0.7em;
    justify-content: space-between;
    cursor: pointer;
}

.igex-button-delete {
    cursor: pointer;
    background-color: #3272D1;
    border-radius: 0.3em;
    border: 1px solid #FFFFFF;
    color: #FFF;
    width: 100%;
    height: 3em;
    margin: 0.5em;
}

.igex-button-delete-confirm {
    background-color: #cc2114 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.igex-button-small {
    width: 64px;
    height: 56px;
}

.igex-button-large {
    width: 100%;
    height: 42px;
    margin: 1.5em 0px 0.3em 0px;
}

.igex-footer-button {
    cursor: pointer;
    background-color: #FFF;
    border-radius: 0.3em;
    border: 1px solid #3272D1 !important;
    color: #3272D1;
    width: 100%;
    height: 3em;
    margin: 0.5em;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.igex-footer-button-2 {
    cursor: pointer;
    background-color: #3272D1;
    border-radius: 0.3em;
    border: 1px solid #FFFFFF;
    color: #FFF;
    width: 100%;
    height: 3em;
    margin: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.igex-footer-button-2:disabled {
    opacity:0.5;
}


.igex-button-white-border {
    border: 1px solid white;
}

.igex-button-container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

    .igex-button-container > * {
    }

.igex-submit-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    background-color: #3272D1;
    z-index: 100;
}

.igex-label {
    font-weight: bold;
    color: #212121;
    margin: 0;
}

#pageContent {
    position: relative;
}

.pageContentContainer {
    padding-top: 1em;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

    .pageContentContainer.withfooter {
        padding-bottom: 5em;
    }

.subselection-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rowbuttonscontainer {
    margin-top: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#ajax-loader {
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFFFFF;
    background-size: 20%;
    opacity: 0.5;
}

.radiobuttoncontainer {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .radiobuttoncontainer > input {
        display: none;
    }

    .radiobuttoncontainer > label {
        background-color: #FFFFFF;
        width: 100%;
        display: flex;
        height: 3em;
        align-items: center;
        border: 1px solid #3272D1;
        border-radius: 0.3em;
        padding: 1em;
    }

    .radiobuttoncontainer > input:checked + label {
        background-color: #3272D1;
    }

.viewOrDelete {
    display: flex;
    align-items: center;
    min-height: 85vh;
    max-height: 85vh;
}

    .viewOrDelete > div {
        width: 100%;
    }

.autocomplete {
    position: relative;
}

.autocomplete-list {
    padding: 0;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: lightgray;
    position: absolute;
    width: 100%;
}

.autocomplete-button {
    display: flex;
    border-bottom: 1px solid white;
    margin: 0;
    padding: 0.3em;
}

    .autocomplete-button:last-child {
        border-bottom: none;
    }

.field-validation-error {
    display: block;
    color: #cc2114;
}

.input-with-unit {
    display: flex;
    align-items: center;
    column-gap: 0.1em;
}

    .input-with-unit > span {
        min-width: 2em;
        display: flex;
        justify-content: center;
    }

.iren-placeholder {
    font-style: italic;
    color: darkgray;
}

.iren-black-title {
    font-weight: bold;
    color: #212121;
    margin: 0.5em 0 0.2em 0;
}

.iren-inline-radio {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    grid-gap: 0.2em;
    border: 1px solid #ced4da;
    background: #FFF;
    border-radius: 0.3em;
    padding: 0.3em;
    margin-bottom: 1em;
}

    .iren-inline-radio > input {
        display: none;
    }

    .iren-inline-radio > label, .iren-inline-radio > a {
        width: 100%;
        display: flex;
        height: 2.8em;
        align-items: center;
        justify-content: center;
        border-radius: 0.2em;
        margin: 0;
        color: inherit;
    }

        .iren-inline-radio > a:hover {
            text-decoration: none;
        }

    .iren-inline-radio > input:checked + label, .iren-inline-radio > .iren-inline-radio-selected {
        background-color: #3272D1;
        color: #FFF;
    }

.accordion {
    width: 100%;
}

    .accordion .btn {
        font-size: 1em !important;
        text-decoration: none;
    }

    .accordion .card-header {
        padding: 5px 0px;
        border-bottom: 1px solid #a9a9a938;
    }

        .accordion .card-header .fa-chevron-down,
        .accordion .card-header .fa-chevron-up {
            float: right;
            font-size: 16px
        }

        .accordion .card-header .collapsed .fa-chevron-up {
            display: none;
        }

        .accordion .card-header .collapsed .fa-chevron-down {
            display: block;
        }

        .accordion .card-header .fa-chevron-up {
            display: block;
        }

        .accordion .card-header .fa-chevron-down {
            display: none;
        }

        .accordion .card-header .btn {
            font-weight: bold;
            font-size: 14px !important;
            color: #3272D1;
        }


.card {
    border: none;
}

.card-header {
    background-color: initial;
}

.igex-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.igex-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    width: 90%;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 0.5em;
}

.igex-button-container-row {
    display: flex;
    grid-gap: 1em;
    width: 100%;
}

    .igex-button-container-row > .igex-button-large {
        margin: 0;
    }

.footer-map {
    background-color: #0A145F !important;
    padding-top: 5px;
    min-height: 55px;
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    align-items: center;
    justify-content: space-around;
}

.footer-map {
    background-color: #0A145F !important;
    padding-top: 0;
    min-height: 55px;
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    align-items: center;
    justify-content: space-around;
    color: white;
}

    .footer-map > div {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-map > input {
        border: 0px;
        background: none;
        color: inherit;
        min-width: 35%;
        text-align: center;
    }

        .footer-map > input:focus-visible {
            border: 0px !important;
            outline: none;
        }

.photo-preview {
    display: flex;
    flex-direction: column;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    padding: 0.2em;
}

    .photo-preview p {
        text-align: center;
        margin: 0;
        padding: 0;
        color: #0A145F;
        font-weight: 600;
        width: 120px;
        overflow-wrap: break-word;
    }

    .photo-preview img {
        display: block;
        margin: auto;
    }

.photo-preview-list {
    display: flex;
    flex-direction: row;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    padding: 0.2em;
    margin-bottom: 0.5em;
}

    .photo-preview-list > p {
        text-align: left;
        margin: 0;
        padding: 0 1em 0 1em;
        color: #0A145F;
        font-weight: 600;
        height: 60px;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .photo-preview-list > img {
        display: block;
        height: 60px;
    }
