.buchung-header {
    cursor: pointer;
}

.brand-link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 8px 10px;
}

.brand-link-logo .brand-logo {
    display: block;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.sidebar-collapse .brand-link-logo .brand-logo {
    max-width: 46px;
    max-height: 46px;
    object-position: left center;
}

.buchung-header:hover {
    background-color: lightblue 
}

.btn-group-vertical > button {
    margin-bottom:10px;
    border-radius:10px !important;
}

.btn-tool {
    font-size: 1.1rem;
}

.btn-group-vertical > a {
    margin-bottom:10px;
    border-radius:10px !important;
}

#courses tr:hover {
    cursor: pointer;
}
#courses tr.selected:hover {
    background-color: lightblue;
}

.selected {
    background-color: lightblue;
}

.prices {
    align-items: end;
}

textarea {
    height: 36px;
}

.expandable-textarea {
    height: 30px;
    transition: height 0.3s;
    z-index: 10;
    resize: none;
}
.expandable-textarea:focus {
    height: 90px;
    z-index: 1000;
}

.booking_grid {
    display:grid;
    grid-template-columns: 0.7fr 0.3fr;
    width: 100%;
    align-self: flex-start;
}

#participant_details .val {
    font-weight: bold;
    padding-right: 50px;
}

#participant_details th, td{
    padding: 5px;
}

input:disabled {
    color: #9d9d9d;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #6c757db0 !important; 
}


/** hide controls within number input field */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/***/
