﻿/*
RoomReservation Overrides
*/
app-root {
    display: block;
}

app-message > div {
    width: 100%;
}

app-application-menu,
app-application-footer,
app-room-reservation > :first-child,
app-device-reservation > :first-child {
    display: none;
}

app-full-app-component,
ngb-modal-window {
    font-size: 14px;
}

app-full-app-component .form-row,
ngb-modal-window .form-row {
    float: none;
}

html button.btn {
    background-color: var(--white);
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 5px;
}

html button.btn-link {
    border: none;
    background-color: transparent;
}

/*Reboot Fixes*/
html .header-bar-select-theme {
    line-height: initial;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto;
}

.sidebar .navigation-inhalt,
.headerTitleContainer :not(a) {
    line-height: initial;
}
.sidebar label {
    margin-bottom: initial;
}