html {
    font-size: 14pt;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    height: 50px;
}

footer {
    height: 80px;
}

#container {
    /*
    height: calc(100% - 130px);
    */
    padding: 4px;
}

#List {
    margin: 4px;
}

body {
    margin-bottom: 60px;
}

.row {
    padding: .5rem;
}

.e-grid .e-row.e-altrow {
    background-color: lightgrey;
}

.e-btn-group {
    margin-bottom: 1em;
}

.e-content .e-item {
    font-size: 12px;
    padding: 1em;
    text-align: justify;
}

.e-richtexteditor {
    height: 100%;
    width: 100%;
    max-height: 100%;
}
