
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    background-image: radial-gradient(circle, #070b8c, #032294, #09339c, #1742a1, #2650a6, #2164b1, #2977ba, #3d8ac1, #57a6cc, #7cc1d6, #a6dae1, #d2f3f1);
}

.navbar {
    width: 100%;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: solid 5px #0f0d5c;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.navbar img.logo {
    height: 80px;
    margin-right: 20px;
}

.navbar img.univimage {
    height: 100px;
    width: 55%;
    align-content:start;
    overflow: hidden
}

.navbar a {
    flex: 1;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

    .navbar a:hover {
        background-color: #ddd;
        color: black;
    }


@media (max-width: 700px) {
    .navbar img.univimage {
        height: 25px;
        margin-right: 10px;
    }

    .navbar img.logo {
        height: 25px;
        margin-right: 10px;
    }
}
#accordion {
    .card-header

{
    margin-bottom: 2px;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background-color:#31CE36;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all .4s ease-in-out;
    i{
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: black;
    background: radial-gradient(rgba(#213744, .2), #213744);
    text-align: center;
    border-right: 1px solid transparent;
}

&:hover {
    padding-left: 60px;
    background: #0f0d5c;
    color: #fff;
    i

{
    border-right: 1px solid #fff;
}

}
}

[aria-expanded="true"] {
    background: #31CE36;
    color: #000;
    i

{
    color: #000;
    background: #31CE36;
    &:before

{
    content: "\f068";
}

}
}

.accordion-body {
    padding: 5px 5px;
}
}

table.markTable {
    border: 2px solid #24943A;
    background-color: #D4EED1;
    width: 100%;
    text-align: center;
}

    table.markTable td, table.markTable th {
        border: 1px solid #24943A;
        padding: 0px 0px;
    }

    table.markTable tbody td {
        font-size: 12px;
    }

    table.markTable thead {
        background: #24943A;
        background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        border-bottom: 0px solid #444444;
    }

        table.markTable thead th {
            font-size: 12px;
            font-weight: bold;
            color: #F0F0F0;
            text-align: left;
            border-left: 2px solid #24943A;
        }

            table.markTable thead th:first-child {
                border-left: none;
            }

    table.markTable tfoot {
        font-size: 12px;
        font-weight: bold;
        color: #F0F0F0;
        background: #d2f9d3;
        background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
        border-top: 1px solid #24943A;
    }

        table.markTable tfoot td {
            font-size: 12px;
        }

        table.markTable tfoot .links {
            text-align: right;
        }

            table.markTable tfoot .links a {
                display: inline-block;
                background: #FFFFFF;
                color: #24943A;
                padding: 0px 0px;
                border-radius: 5px;
            }
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.75em;
    }

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.125em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 3px solid #2977ba;
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        opacity: 0.5;
    }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
    }

        .form-switch .form-check-input:focus {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
        }

        .form-switch .form-check-input:checked {
            background-position: right center;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

    .form-select:focus {
        border-color: #8bbafe;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

        .form-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .form-select[multiple], .form-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .form-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

.form-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.input-field {
    border: 1px solid blue;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background-color: white;
}
