
a.anchor {
    display: block;
    position: relative;
    top: -92px;
    visibility: hidden;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent ;
}

.fil-headline {
    margin-left: -2rem;
    margin-right: -2rem;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0.2rem 0.2rem 0.1rem darkgray;
}

.navbar {
    transition: top 0.3s;
    top: 0;
}

.card-header {
    background-color: rgba(202, 202, 202, .6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}

.card-body {
    background-color: #fff;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.32);
}

.btn-link {
    color: rgba(0, 0, 0, 0.9);
}

/* Make buttons inside stretched link clickable
 https://stackoverflow.com/questions/57452301/how-to-raise-bootstrap-button-over-a-stretched-link
*/
.btn-card-header {
    z-index: 2;
    position: relative;
}

.nav-right {
    border-top: 1px solid grey;
}

.clickable {
    cursor: pointer;
}

td > i.fa-check-circle {
    color: var(--primary);
/*    border-radius: 0.8em;
    padding: 0.7em;
    */
  }

.modal-dialog {
    max-width: 95%;
}

.modal-title-name {
    margin-left: 0.5rem;
}

#modal-title-bezahlstatus {
    color: red;
    margin-left: 0.5rem;
    text-decoration: underline;
}

.model-body {
    padding-bottom: 1rem;
}

.modal-footer {
    margin-top: 0.5rem;
}

.modal-btn {
    border-width: medium;
    border-radius: 2rem;
    flex-grow: 1;
}

.success-icon {
    font-size: 15vmin;
    vertical-align: middle;
}

.modal-btn-wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Success Button Abgabe Modal */
.modal-btn-success {
    background-color: rgba(40, 235, 40, 0.2);
    padding: 2rem;
    /*height: 50%;*/
}

.success-btn-text{
    font-size: 3vmin;
    vertical-align: middle;
}

/* Warning Button Abgabe Modal */

.modal-btn-warning {
    background-color: rgba(255, 193, 7, 0.2);
    text-align: left;
}

/* Problem Button Abgabe Modal */
.modal-btn-problem {
    background-color: rgba(255, 0, 0, 0.2);
    /*height: 25%;*/
    text-align: left;
}

.problem-btn-text {
    font-size: 3vmin;
}


/* same as card-header */
.modal-content {
    background-color: #f9f9f9;
}
.modal-backdrop.in {
    opacity: 0.9;
}

/*td.call-to-action {
    background-color: rgba(0, 123, 255, .22) !important;
}*/

td.dataTables_empty {
    background-color: rgba(202, 202, 202, .2) !important;
}

td.auftrag-paid {
    background-color: rgba(40, 235, 40, .2) !important;
}

td.auftrag-not-paid {
    background-color: rgba(255, 0, 0, .3) !important;
}

td.auftrag-done {
    background-color: rgba(202, 202, 202, .2) !important;
}


