/**
 * Body CSS
 */
html,
body {
    height: 100%;
}

html,
body,
input,
textarea,
button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}


/**
 * Header CSS
 */
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

header ul.mui-list--inline {
    margin-bottom: 0;
}

header a {
    color: #fff;
}

header table {
    width: 100%;
}


/**
 * Content CSS
 */
#content-wrapper {
    min-height: 100%;

    /* sticky footer */
    box-sizing: border-box;
    margin-bottom: -75px;
    padding-bottom: 75px;
}


/**
 * Footer CSS
 */
footer {
    box-sizing: border-box;
    height: 75px;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    font-size: smaller;
}

footer {
    color: rgba(0, 0, 0, .5);
}

footer a {
    color: rgba(0, 0, 0, .75);
}

.mui-appbar .mui-select__menu {
    color: black;
}

label[for="language"],
#language {
    color: rgba(255, 255, 255, .70);
    border-bottom-color: rgba(255, 255, 255, .70);
}

#col--lingua {
    min-width: 8rem;
    padding-right: 1rem;
}

.obbligatorio::before {
    color: red;
    content: " * ";
    font-weight: bold;
}

.spacer--lg, .spacer--sm, .spacer--xs, .spacer--md {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.spacer--lg {
    min-height: 3rem;
}

.spacer--md {
    min-height: 1.5rem;
}

.spacer--sm {
    min-height: 1rem;
}

.spacer--xs {
    min-height: .5rem;
}

.underline {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.two-lines {
    min-height: 2.7rem;
    display: flex;
    align-items: end;
    justify-content: center;
}

.right-separator {
    border-right: 1px solid rgba(0, 0, 0, .25);
}

.nome-riga {
    text-align: left;
    margin-top: 9px;
    margin-bottom: 3px;
}

.row2 {
    background: rgba(0, 0, 100, .05);
}

@media (min-width: 768px) {
    .nome-riga {
        text-align: right;
    }
}

.mui-btn--primary,
.mui-appbar {
    background-color: #0037c9;
}

.errore {
    padding: 10px;
    border: 1px solid red;
}