﻿: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;
    border: solid 1px gray;
    padding: 10px;
}

.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;
}

.checkbox-compact .mud-checkbox {
    margin: 0 !important;
}

.checkbox-compact .mud-button-root {
    min-height: 28px !important;
}

.alumnos-ficha {
    margin-top: 8px;
}

.alumnos-ficha .mud-tabs-toolbar {
    background: transparent;
    padding: 0 4px 12px 4px;
    border-bottom: 1px solid #dfe4ea;
}

.alumnos-ficha .mud-tab {
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 8px 8px 0 0;
    text-transform: none;
}

.alumnos-ficha .tab-seleccionada {
    border: none;
    color: #274c77;
    background-color: #eef3f8;
    font-weight: 600;
}

.alumnos-ficha .mud-tabs-panels {
    padding-top: 18px;
}

.alumnos-section {
    padding: 6px 4px 20px 4px;
}

.alumnos-section + .alumnos-section {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid #e5e9ef;
}

.alumnos-section-title {
    margin-bottom: 14px;
    color: #51606f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.alumnos-ficha .mud-input-control {
    margin-bottom: 8px;
}

.alumnos-access-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    column-gap: 20px;
    row-gap: 2px;
}

.alumnos-access-item .mud-checkbox {
    margin: 0 !important;
}

.alumnos-access-item .mud-button-root {
    min-height: 30px !important;
}

@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;
    }
}

@media screen and (max-width:900px) {
    .alumnos-access-list {
        grid-template-columns: 1fr;
    }
}
