html {
    font-size: 14px;
    zoom:1;
}

.container-header {
    background-color: #ffffff;
    background-image: linear-gradient(135deg,#ffffff 0,#78ABD1 100%);
}

.container-footer {
    color:#000000;
    background-color: #ffffff;
    background-image: linear-gradient(135deg,#78ABD1 0,#ffffff 100%);
}

.container-header .mod-menu {
    color:#000000;
}

.footer {
    height:30px;
}
.footer .grid-child {
    padding: 0.1em 0.25em 0.1em 0.25em;
}
joomla-toolbar-button {
    margin-right:10px;
}
.form-check-input{
border: var(--border-width) solid #d64312;
}
fieldset {
    margin-bottom: 0em;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.danger {
    color: red;
    text-decoration: underline;
    font-weight:bold;
}
.hidden {
    display:none;
}
.red {
    color:red;
}
.green {
    color:green;
}
.controls {
    width:auto;
}
.control-group {
    margin: 0.2em 0 0.2em 0;
}


