 
.vue-gpr.uni-gpr-info-bar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 9999;
    background-color: var(--primary_color_1);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#uni-vue-gp-ergebniserfassung .border-0 {
    border: none;
}

.vue-gpr.uni-gpr-submit-color {
    background-color: rgb(223, 122, 0);
}

.vue-gpr.bemerkung {
    border-top: 1px solid gray !important;
    border-left: 1px solid gray !important;
    border-right: 1px solid gray !important;
}

.vue-gpr.empty {
    border-color: rgb(255, 217, 0) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    background-color: rgb(255, 254, 221) !important;
    box-shadow: 0px 0px 2px 1px rgb(255, 217, 0) !important;
    padding-right: 0 !important;
}

.vue-gpr.important {
    font-weight: bold;
    color:rgb(223, 80, 0);
}

.vue-gpr.col-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.vue-gpr.col-2-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.vue-gpr .gesamt-pkt {
    background-color: #e9ecef !important;
    opacity: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid gray !important;
    display: table-cell !important;
    vertical-align: middle !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 0.1rem 0.3rem !important;
    /*font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);*/
    color: #495057 !important;
    background-clip: padding-box !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    overflow: visible !important;
    margin: 0 !important;
    font-family: inherit !important;
}

.vue-gpr.terminwrap {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    color: #495057;
    text-align: inherit;
    flex-direction: column !important;
    align-items: flex-start !important;
}

/*.active-termin {
    border:2px solid rgb(223, 80, 0) !important;
    border-collapse: collapse;
}*/

/*.active-pruefer {
    border-color:  rgb(223, 80, 0) !important;
    border-collapse: collapse;
    border-width: 2px !important;
    border-style: solid !important
}*/

.vue-gpr.pruefer-fix {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
}

.vue-gpr#myTabContent {
    padding: 0 !important;
}

.vue-gpr.input-color:not(.empty) {
    background-color: #fff !important;
}

.vue-gpr.nav-link > .text-warnin {
    color: #ffc107 !important;
}

.vue-gpr.nav-link > .text-successs {
    color: #28a745 !important; 
}

.vue-gpr.text-green {
    color: #28a745 !important; 
}

.vue-gpr.nav-item-vue-gpr {
    border: none !important;
}

.vue-gpr.hr-small-margin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.vue-gpr.gesamt-liste {
    display:table; 
    width:100%;
}

