﻿:root {
    --value-change-line: 22;
}

/* Utilitzat als titols de pàgines */
h1 {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight:normal;
}

/* Utilitzat a les seccions de llistats */
h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* Utilitzat a les seccions dels manteniments */
h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* Configuració de la taula dels llistats */
.llistat-table {
    border: 1px solid #e7eaec !important;
}

/* Configuració del header dels llistats */
.llistat-row-header {
    color: #676a6c !important;
    background-color: rgb(230,230,230) !important;
    border: 1px solid #e7eaec !important;
}

.coef-error-superat {
    background-color: red;
    color: white;
}

.text-a-copiar {
    font-family: 'Courier New';
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.text-a-copiar-professor {
    width: 650px;
}

.text-a-copiar-apren-height {
    height: 100px;
}

.text-a-copiar-velocitat-height {
    height: 200px;
}

.text-copiant {
    font-family: 'Courier New';
    font-size: 17px;
    padding: 5px;
    padding-top: 10px;
    width: 834px;
    resize: none;
    outline: none;
    border: none;
}

.full-height-container-mante {
    min-height: calc(100vh - 100px);
    background-color: white;
    border: 1px solid var(--mud-palette-lines-default);
    padding: 20px;
}

.full-height-container-browser {
    min-height: calc(100vh - 21px);
    background-color: white;
    border: 1px solid var(--mud-palette-lines-default);
    padding: 20px;
}

.full-height-container-llistat {
    min-height: calc(80vh - 21px);
    background-color: white;
    border: 1px solid var(--mud-palette-lines-default);
    padding: 20px;
}

.full-height-llistat-alumnes-connectats {
    min-height: calc(95vh - 21px);
    background-color: white;
    border: 1px solid var(--mud-palette-lines-default);
    padding: 20px;
}

.mud-menu-item {
    font-family: "system-ui", "-apple-system", "Segoe UI", "Roboto ", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
}

@media screen and (max-width:1300px) {
    :root {
        --value-change-line: 18;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    h2 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .text-a-copiar {
        font-family: 'Courier New';
        font-size: 13px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .text-copiant {
        font-family: 'Courier New';
        font-size: 13px;
        padding: 5px;
        padding-top: 10px;
        width: 834px;
        resize: none;
        outline: none;
        border: none;
    }

    .text-a-copiar-apren-height {
        height: 75px;
    }

    .text-a-copiar-velocitat-height {
        height: 100px;
    }
}
