/* put your own styles to customize and override the theme */
.form-control-readonly{display:block;width:100%;padding-left:0; font-size:1rem;font-weight:400;line-height:1.5;border:0px }
.bg-lightgray {background-color:#E2E2E2!important}
.table-zeitbuchung td {
    padding: 0.1rem;
    vertical-align: top;
}
.hidden {
    display: none;
}
.page-footer {
    position: fixed;
    bottom: 0;
    width: calc(100vw - 1rem)
}
@media screen and (min-width:576px) {
    .page-footer {
        position: fixed;
        bottom: 0;
        width: calc(100vw - 3rem)
    }
}
@media screen and (min-width:768px) {
    .page-footer {
        position: fixed;
        bottom: 0;
        width: calc(100vw - 18rem)
    }
}
@media screen and (min-width:992px) {
    .page-footer {
        position: fixed;
        bottom: 0;
        width: calc(100vw - 20rem)
    }
}

.delete-btn {
    cursor: pointer;
    color: #346CB0;
}