﻿@import "variables.css";

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: var(--background-color);
    padding-bottom: 20px;
    font: var(--basic-font);
    background-size: cover;
    line-height: 14px;
    margin: 0px;
}

.content {
    padding: 15px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/*Modal Fenster (PopUp)*/
.modal.fade .modal-dialog {
    max-width: 900px;
}

#LogbuchDetailTabellenModal.modal.fade .modal-dialog {
    max-width: 1500px;
    height: 100% !important;
}

#KommuneDetailTabellenModal.modal.fade .modal-dialog {
    /*Update Height of Modal on add new Row in Grid View*/
    height: 100% !important;
}

#AnsprechpartnerExternModal.modal.fade .modal-dialog {
    /*Update Height of Modal on add new Row in Grid View*/
    height: 100% !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}
