﻿.logo-container {
    z-index: -100;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 12%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

    .logo-container .partner-logo {
        max-width: 15%;
        max-height: 35%;
        margin: 40px 40px;
    }

.menubuttons {
    color: lightgrey;
    margin-left: 5px;
}

.menubuttons-access {
    vertical-align: bottom;
}

.menubuttons:hover {
    color: lightgray !important;
    text-decoration: none !important;
}

.menu-item {
    margin-top: 10px;
    margin-left: 10px;
}

.card-head p {
    margin-top: 2vh;
    font-size: 140% !important;
    font-weight: bold;
    user-select: none;
}

.login-page {
    top: 25%;
    width: 400px;
    position: absolute;
    right: 150px;
}

    .login-page .card {
        background-color: rgba(0,0,0,0.85);
        color: lightgrey;
    }

    .login-page p {
        text-align: center;
        font-size: 100%;
    }

.requestaccess-page {    
    position: relative;
    padding-top: 12%;
    padding-bottom: 12%;
    height: 100%;
    overflow-y: auto;
}

    .requestaccess-page .card {
        background-color: rgba(0,0,0,0.85);
        color: lightgrey;
    }

    .requestaccess-page p {
        text-align: center;
        font-size: 100%;
    }

.requestaccess-dropdown {
    background-color: #4a4949 !important;
    color: lightgrey !important;
}

.access-denied-page {
    position: fixed;
    top: 25%;
}

.requestaccess {
    text-align: center !important;
    margin-left: 5px;
    margin-top: 8px;
}

.form-group .password {
    color: lightgrey;
    background-color: #4a4949;
    border: hidden;
    margin-bottom: 25px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.dropdown {
    background-color: #4a4949 !important;
    color: lightgrey !important;
    border: hidden;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

select option {
    color: lightgrey;
    font-size: 0.9rem;
}

select optgroup {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    color: rgba(211, 211, 211, 0.42);
}


option[value=''] {
    display: none;
}

.alert {
    margin-bottom: 0
}

.alert-danger {
    background-color: rgba(0, 0, 0, -0.75);
    border-color: rgba(0, 0, 0, -0.75);
    color: lightgray;
}

.btn-secondary {
    border-color: #4a4949;
    color: lightgray;
    font-size: 0.9rem;
    background-repeat: no-repeat;
    background-position: -1% 50%;
    background-color: #4a4949;
}

    .btn-secondary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-default {
        background-color: #4a4949;
        color: lightgray;
        border-color: #4a4949;
    }

.btn-primary {
    background-color: #609B74;
    color: lightgray;
    border-color: #609B74;
    font-size: 0.9rem;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-default {
        background-color: #609B74;
        color: lightgray;
        border-color: #609B74;
    }

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
    border-top: 1px solid lightgray;
}

@media only screen and (max-width: 600px) {
    .logo-container {
        display: none
    }

    .login-page {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        top: 12%;
        padding: 40px;
    }
}

.mail_info {
    margin-left: 33px;
}


img.logo {
    position: absolute;
    left: -10px;
    top: 0;
}

#logo {
    background-repeat: no-repeat;
    min-height: 80px;
    min-width: 400px;
    position: absolute;
    left: 5vh;
    top: 5vh;
}

#horizon-link {
    display: block;
    position: absolute;
    top: 0;
    left: 165px;
    width: 230px;
    height: 80px;
}

.access-denied-page h2,
.access-denied-page h3 {
    color: #333333;
}

button.multiselect-option.dropdown-item.disabled {
    display: none;
}
.trackstatuslink {
    font-weight: 500;
    font-size: 140%;
    text-align: right;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 1.2rem;
}

input.no-scroll[type=number]::-webkit-outer-spin-button,
input.no-scroll[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-scroll[type=number] {
    -moz-appearance: textfield;
}

.grecaptcha-badge {
    bottom: 90px !important;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}
.hidden {
    display: none;
}
.fontweight900 {
    font-weight: 900;
}
/* Set the background of the selected choices to transparent */
.select2-selection__choice {
    background-color: transparent !important; /* Remove any background color */
    color: black !important; /* Set the text color to black */
}

/* Set the remove button's color (×) to black */
.select2-selection__choice__remove {
    color: black !important; /* Make sure the × icon is white */
}

/* Optional: Make sure the hover style is also transparent */
.select2-selection__choice:hover {
    background-color: transparent !important;
    color: black !important;
}
    /* Use FontAwesome icons for prev/next buttons */
.ui-datepicker-prev::before {
    content: "<";
    font-weight: 900;
}

.ui-datepicker-next::before {
    content: ">";
    font-weight: 900;
}
