#uni-vue-gp-ergebniserfassung
{
    .card {
        background-color: #fff;
        box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
        border: none;

        .card-header {
            border: none;
            padding: 20px;
        }

        .card-body {
            border: none;
            padding: 20px;
        }
    }

    .panel {
        background-color: #fff;
        box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
        border: none;

        .panel-heading {
            border: none;
            padding: 20px;
        }

        .panel-body {
            border: none;
            padding: 20px;
        }
    }

    .breadcrumb {

        .breadcrumb-item {

            .breadcrumb-link {
                &.active {

                }

                &.disabled {
                    pointer-events: none;
                    border: none;
                }
            }

            + .breadcrumb-item {


                &::before {
                    font-family: 'Font Awesome 5 Free', serif;
                    font-weight: 900;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    text-rendering: auto;
                    line-height: 1;
                    content: "\f054";
                    scale: 0.8;
                    color: #444;
                }

                & .breadcrumb-link {

                }
            }
        }
    }

    .btn {
        border: none;

        &:focus {
            outline: none;
        }

        & i {
            pointer-events: none;
        }
    }

    #uni-vue-gp-ergebniserfassung-prueflinge,#uni-vue-gp-ergebniserfassung-faecher  {
        .panel-group {
            margin-bottom: 0;

            .panel {
                background-color: #fff;
                box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
                border: none;
            }

            .panel-heading {
                padding: 20px;
            }

            .panel-body {
                padding: unset;
            }
        }

        .well {
            margin: unset;
            padding: 20px;
        }

        & table.bewertung {
            margin-bottom: 30px;
            table-layout: fixed;

            & :is(th,td) {
                padding: 5px 15px 20px;
                border: none;
            }

            & thead {

                & th {
                    text-align: center;
                }

                & .pruefer-name {
                    font-size: larger;
                }
            }

            & tbody {

                border: 1px solid #9ec6f2;
                box-shadow: inset 0 0 1px 1px rgba(0,0,0,.075);

                & tr:last-child > td:last-child {
                    padding-bottom: 20px;
                }

                & th {
                    vertical-align: middle;
                    text-align: center;

                    &[scope="rowgroup"] {
                        font-weight: bold;
                        padding-top: 20px;
                    }

                    &[scope="row"] {
                        font-weight: normal;
                    }
                }

                + tbody {

                }
            }

            & tfoot {

            }
        }

        & .form-control {
            min-width: fit-content;
            height: auto;
            padding: 3px 10px;
        }

        & .gesamt-pkt-header {
            font-weight: normal;
            padding-bottom: 5px;
        }

        & .gesamt-pkt {
            background-color: #e9ecef;
            opacity: 1;
            border: none;
            border-radius: 0;
            border-bottom: 1px solid gray;
            /*display: table-cell !important;*/
            vertical-align: middle;
            /*min-width: 100% !important;
            width: 100% !important;*/
            padding: 2px 4px;
            /*font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            height: calc(1.5em + 0.75rem + 2px);*/
            color: #495057;
            background-clip: padding-box;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            overflow: visible;
            /*margin: 0 !important;*/
            font-family: inherit;
        }
    }
}