﻿/* 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. */
html, body {
    height: 100%;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
/* Scrollable content / fix header & footer
-------------------------------------------------- */
.fix-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fix-header {
}

.fix-footer {
}

.fix-content {
    display: flex;
    flex: 1;
    min-height: 0px;
    overflow: auto;
    margin: 0 0 40px 0;
}

/* a and button
-------------------------------------------------- */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #74AB91;
}

.btn-primary {
    color: #fff;
    background-color: #74AB91;
    border-color: #74AB91;
}

    .btn-primary:hover {
        color: white;
        background-color: #64a184;
        border-color: #74AB91;
    }

/* primary text
-------------------------------------------------- */

.text-primary {
    color: #74AB91 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #74AB91 !important;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #74AB91;
    border-top-width: thin;
}

.border-bottom {
    border-bottom: 1px solid #74AB91;
    border-bottom-width: thin;
}

.border-full {
    border: thin solid 1px #74AB91;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.border-custom-light {
    border: 1px solid #ced4da
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
    background-color: white;
    /*position: absolute;*/
    bottom: 0;
    border-top: thin solid;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    font-size: 12px;
}

h1 {
    color: grey;
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    word-wrap: break-word;
}

h1Green {
    color: #74AB91;
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    word-wrap: break-word;
}

h2 {
    color: grey;
    font-size: 24px;
    padding-top: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

    h2.staff-details-h2 {
        color: #74AB91;
        font-size: 20px;
    }

.mytableStyles {
}

    .mytableStyles th {
        border-top: none !important;
        color: gray;
    }

    .mytableStyles td svg /*FontAwsome Icon*/ {
        color: gray !important;
    }



.nav-tabs {
    border-color: gray;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: lightgray;
        border-bottom-color: gray;
    }

    .nav-tabs .nav-link.active {
        border-color: gray;
        border-bottom-color: white;
    }

    .nav-tabs > .nav-item > .active {
        font-weight: bold;
    }

    .nav-tabs > .nav-item > .nav-link {
        font-size: 18px;
        color: dimgray !important;
    }

.modal-title {
    color: gray;
}

/*******************************************************
    Tablesorter Styles
********************************************************/
th.tablesorter-headerUnSorted:not(.sorter-false) div:after {
    content: " \f0dc";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 15px;
    padding-left: 10px;
}

th.tablesorter-headerAsc div:after {
    content: "  \f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 16px;
    padding-left: 10px;
}

th.tablesorter-headerDesc div:after {
    content: " \f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 16px;
    padding-left: 10px;
}

/*******************************************************************/

/*************************************************************
    Sortable lists
**************************************************************/
ul.sortable {
    list-style: none;
    border: 1px solid #dee2e6;
    padding: 0;
    border-radius: 3px;
}

    ul.sortable li {
        border-bottom: 1px solid #dee2e6;
        padding: .5rem;
    }

        ul.sortable li:after {
            content: "\f7a4";
            font-family: "Font Awesome\ 5 Free";
            float: left;
            margin-right: 15px;
            color: gray;
            font-weight: 900;
            font-size: 16px;
        }

        ul.sortable li:last-child {
            border-bottom: none;
        }

        ul.sortable li.ui-sortable-handle {
            cursor: grab;
        }

        ul.sortable li.ui-sortable-helper {
            cursor: grabbing;
            border-bottom: none !important;
        }

            ul.sortable li.ui-sortable-helper:after {
                content: "" !important;
            }

        ul.sortable li.ui-sortable-placeholder + li {
            border-top: 1px solid #dee2e6;
        }
/************************************************************/

/*************************************************************
    asp validation
**************************************************************/

.field-validation-error {
    color: red;
    text-align: left;
    float: left;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error,
div.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin-bottom: 0px;
        padding-left: 0px;
    }

/************************************************************/

/*************************************************************
    link button
**************************************************************/

.custom-btn-link {
    color: #74AB91 !important;
    padding: 0 12px !important;
}

/************************************************************/

.disabled-input-text > input,
.disabled-input-text > label {
    text-decoration: line-through;
}

/*************************************************************
    disabled button
**************************************************************/

button:disabled {
    cursor: not-allowed;
}

/************************************************************/

.bootstrap-select .dropdown-menu {
    z-index: 2000;
}

.dropdown.bootstrap-select.form-control {
    border: 1px solid #ced4da
}

.btn.dropdown-toggle.btn-light.bs-placeholder {
    background-color: #FFF
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Judge Filter HRs */
.FilterHR {
    color: rgba(0,0,0,0.125);
    margin-block-start: 0.6rem;
    margin-block-end: 0.6rem;
}



.massValidationError {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.massValidationSuccess {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}



/* Prüfungsergebnisse - Punkte Reihen stauchen */
.toCalc td {
    padding-top: 1px !important; /* Kleiner Abstand */
    padding-bottom: 1px !important; /* Kleiner Abstand */
    vertical-align: middle; /* Vertikal zentrieren */
}

.examResulSumPointsBody tr td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.points, .averagePoints, .disabledPoints {
    height: 24px !important; /* Höhe für die input Felder */
    width: 50px !important; /* Weite für die input Felder */
    text-align: center; /* Nummer Zentrieren für die input Felder */
}

.selectPoints {
    height: 20px !important; /* Höhe für die input Felder */
    width: 120px !important; /* Weite für die input Felder */
    font-size: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.buttonPoints {
    height: 20px !important; /* Höhe für die input Felder */
    font-size: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; /* Abstand zwischen Button/Select */
}

.examResultPointsTable {
    margin-bottom: 4px !important; /* Abstand zwischen den Tabellen */
}

.examResultPointsBody td {
    vertical-align: middle; /* Vertikal zentrieren */
}

.compSecondary {
    font-size: 12px;
}

.ts14 {
    font-size: 14px;
}
/* Prüfungsergebnisse - Punkte Reihen stauchen */
