﻿@import url('../_content/MatBlazor/dist/matBlazor.css');
/*@import url('../_content/ChartJs.Blazor/ChartJSBlazor.css');*/


.startApp {
    background-image: url(../gudstud-avatar-512.png);
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    height: 100% !important;
}

.posicaoSpinner {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(55% - 24px);
}

.iconeAlunoComAnotacao {
    position: relative;
    top: -15px;
    font-size: medium;
    width: 0;
    left: -3px;
    color: green;
    
}

.versaoApp{
    position: absolute !important;
    left:30px !important;
    bottom:0px !important;
    font-size:smaller !important;
}


.containerIconePendencias {
    background-color: red;
    border-radius: 40%;
    position: fixed;
    bottom: 45px;
    left: calc(70% + 10px);
    color: white !important;
    font-size: 12px;
    min-width: 20px;
}

.iconePendencias {
    padding-inline: 5px;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wwwroot/css/fonts/Roboto/Roboto-Regular.ttf') @ttf;
}

html, body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

a, .btn-link {
    color: #0366d6;
}

    a:link {
        text-decoration: none;
    }

app .loader {
    color: cornflowerblue;
}

.corFundoPrimaria {
    background-color: darkblue;
}

.espacoBotaoSetaAulaSelect {
    width: 48px !important;
}

.inicialAlunoContainerMedio {
    font-weight: 400;
    font-size: 70px;
    position: relative;
    bottom: 15px;
    text-align: center;
    color: white;
}


.dataHomeNow {
    font-weight: bold !important;
    text-align: -webkit-center !important;
}


.inicialAlunoContainerPequenoAnotacao {
    font-weight: 400;
    font-size: 30px;
    position: relative;
    bottom: 15px;
    text-align: center;
    color: white;
}

.fullWidth {
    width: 100%;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.paddingBody {
    padding-top: 56px;
}

.paddingLeft35 {
    padding-left: 35px !important
}


.primary {
    color: #280096 !important;
}

.corFundoPrimaria {
    background-color: #280096 !important;
}

.corPrimaria {
    color: green;
}


.corWarning {
    color: orange;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.posicaoBotaoAulaAnterior {
    top: 10px !important;
    position: relative !important;
    
    
}
.posicaoBotaoAulaPosterior {
    top: 10px !important;
    position: relative !important;
    left: 7px !important;
}


app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
    min-height: 400px !important;
}


.topBarFixa {
    z-index: 6 !important;
    height: 56px !important;
    color: black !important;
    background-color: white !important;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2) !important;
}

.sidebar {
    z-index: 17 !important;
}
    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: black;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    border-bottom: 1px solid red;
}

.mat-text-field.invalid .mdc-line-ripple::after, .mat-select.invalid .mdc-line-ripple::after {
    border-bottom: 3px solid red !important;
    z-index: 10 !important;
}


.linhaTextoInvalido {
}

.validation-message {
    color: red;
}

.reduzBotao {
    border-radius: 30px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: relative !important;
    }

.smallImgContainer {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .smallImgContainer img {
        /*width: 40px;*/
        height: 64px;
    }

.mediumImgContainer {
    overflow: hidden;
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

    .mediumImgContainer img {
        width: 128px;
        /*height: 128px;*/
    }

.corBotaoDesabilitado {
    color: darkgray !important;
}




.botaoVermelho {
    background-color: red !important;
    color: white !important;
    font-weight: 700;
}

.botaoFinalDaLista {
    padding-left: 0 !important;
}



.setaDireitaAulas {
    left: 10px !important;
}



.zIndexDialog {
    z-index: 15 !important;
}

.dialogViewSize {
    width: 80vw !important;
    max-width: 540px !important;
    overflow: hidden !important;
}


.dialogLock {
    z-index: 1000 !important;
}



.nomeEscolaIndex {
    top: 5px;
    left: 20px;
    position: absolute;
    margin-right: 190px
}

.linhaEscolaIndex {
    background-color: gray;
    height: 40px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    color: white;
}

.linhaTopicoNovoAssunto {
    background-color: gray;
    height: 40px;
    width: 100vw;
    position: relative;
    color: white;
}

.itenPrograma {
    min-width: 240px !important;
}

/*.itensPrograma {
    background-color: white;
    height: 40px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    color: black;
}*/

.gray {
    background-color: gray
}

.fontColorGray{
    color:gray !important;
}

.font-black {
    color: black !important;
}

.darkGray {
    background-color: darkgray;
}



.campoAssuntoAula {
    padding-top: 10px !important;
    /*padding-left: 25px !important;*/
}

.aulasUandoPrograma {
    padding-top: 6px !important;
    padding-right: 10px !important;
    text-align-last: end !important;
}

.checkBoxPrograma {
    top: 5px !important;
}

.headerProgramaAula {
    min-height: 55px !important;
}

.posicaoNomeProgramaAula {
    position: relative;
    top: -5px;
    color: gray;
}





.telaSobreposta {
    width: 100vw;
    overflow-x: hidden;
    z-index: 10;
    background-color: white;
}

.tabelaIndex {
    position: relative !important;
    top: -15px !important;
    width: 100vw;
    margin-bottom: 56px !important;
}

.botaoAulaSelect {
    position: relative !important;
    top: -5px !important;
}

.tabelaComFab {
    position: relative !important;
    top: 55px !important;
    margin-bottom: 136px !important;
    z-index: 0 !important;
}

.posicaoMatListDividerDeAula {
    position: relative !important;
    width: 100vw !important;
    left: 15px !important;
}

.posicaoMatListDividerHomeProf {
    position: relative !important;
    width: 100vw !important;
    left: 75px !important
}

.tabelaAnotacoes {
    position: relative !important;
    z-index: 0 !important;
    padding-bottom: 124px !important;
}


.tamanhoLinhaSectionTopicos {
    height: 64px !important;
}

.tamanhoLinhaSectionTopicoSelecionado {
    height: fit-content;
    min-height: 64px;
    height: -moz-fit-content;
}
.tabelaMatAssunto {
    position: relative !important;
    top: 64px !important;
    z-index: 0 !important;
    padding-bottom: 74px !important;
}


.main .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebar .risen:before {
    z-index: 20;
}




.noscroll {
    overflow-x: hidden !important;
    min-height: 500px !important;
}

.distTop5px {
    position: relative;
    top: 5px;
}

.distLeft20px {
    position: relative;
    left: 20px;
}

.detalhesAlunosHeader {
    margin-left: 5px;
}

.tituloPagina {
    color: white;
    max-height: 41px !important;
    width: 170px !important;
    overflow: hidden !important;
}

.caixaDialogoAFrente {
    z-index: 3000 !important;
}

.botaoFinalizar {
    background-color: darkgray !important;
}

.white {
    color: white !important;
}

.backgroundRed {
    background-color: red !important;
}

.red {
    color: red !important;
}

.gray40 {
    color: #666666 !important;
}

.corLink {
    color: #6200ee;
}

.backGroundImgMenu {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 10 !important;
    width: 100vw;
}

.posicaoCLose {
    position: absolute !important;
    right: 35px;
}

.detalhesAlunos {
    width: 100%;
    margin-top: 50px;
    min-height: 400px;
}

.graficoAlunoPresenca {
    width: 100% !important;
    max-width: 700px !important;
}



.spinnerTelaNovoPrograma {
    height: 100vw;
}

.detalhesAlunosConteudo {
    left: 15px;
}

.campoDetalhesAluno {
    width: 180px;
}

.tituloTelaSobreposta {
    position: relative;
    width: 300px;
}

.posicaoTituloTelaSobreposta {
    width: 300px;
    position: absolute;
    left: 30px;
}

.disableTable {
    background-color: darkgray;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.anotacaoDateList {
    max-height: 25vh;
    overflow-y: scroll;
    margin-left: 20px !important;
    max-width: 500px;
    overflow-x: hidden;
}

.anotacaoAlunoList {
    max-height: 30vh;
    overflow-y: scroll;
    margin-left: 20px !important;
    max-width: 500px;
    overflow-x: hidden;
}

.fabChamadaDiv {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 200px;
    z-index: 5;
}

.fabChamadaMenu[id=""] {
    width: 78px;
    height: 78px;
    transition: all 0.4s !important;
    position: fixed !important;
    bottom: 15px;
    right: 15px;
}

.fabChamadaMenu[id="fabInativo"] {
    width: 78px;
    height: 78px;
    transition: all 0.4s !important;
    position: fixed !important;
    bottom: 15px;
    right: 15px;
}

.fabChamadaMenu[id="fabAtivo"] {
    width: 48px;
    height: 48px;
    transition: all 0.2s !important;
    position: fixed !important;
    bottom: 15px;
    right: 15px;
}

.fabIconePrograma {
    font-size: 48px !important;
    transition: all 0.4s !important;
}


.fabIcone[id=""] {
    font-size: 48px !important;
    transition: all 0.4s !important;
}

.fabIcone[id="fabInativo"] {
    font-size: 48px;
    transition: all 0.4s !important;
}

.fabIcone[id="fabAtivo"] {
    font-size: 24px;
    transition: all 0.2s !important;
}

.fabSetaTodosPosicao {
    margin-bottom: 64px;
}

.fabAdicional[id=""] {
    bottom: 75px;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    position: fixed !important;
}

.mLeft15 {
    margin-left: 15px !important;
}

.mRight15 {
    margin-right: 15px !important;
}
.mRight70 {
    margin-right: 70px !important;
}

.mLeft5 {
    margin-left: 5px !important;
}
.mLeft25 {
    margin-left: 25px !important;
}

.mBottom5 {
    margin-bottom: 5px !important;
}

.mBottom25 {
    margin-bottom: 25px !important;
}

.mTop25 {
    margin-top: 25px !important;
}
.mTop15 {
    margin-top: 15px !important;
}

.mTop10 {
    margin-top: 10px !important;
}

.mTop5{
    margin-top: 5px !important;
}
.topDireita {
    top: 0px !important;
    right: 0px !important;
    position: absolute !important;
}



.posicaoFabRefazerPrograma {
    margin-bottom: 40px !important;
}

.telaPrograma {
    height: 100vw !important;
}

.fabPosiDirInf {
    width: 78px !important;
    height: 78px !important;
    position: fixed !important;
    bottom: 15px;
    right: 15px;
}

.fabExcluirEmPrograma {
    top: -10px !important;
    background-color: red !important;
    width: 40px !important;
    height: 40px !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 200px; /* Set a default minimum width */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: calc(50% - 116px); /* Center the snackbar */
    bottom: 80px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadeinSnack 0.5s;
        animation: fadeinSnack 0.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadeinSnack {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadeinSnack {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeoutSnack {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeoutSnack {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.fabAdicional[id=""] {
    bottom: 75px;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    position: fixed !important;
}



.fabAdicional[id=fabAtivo] {
    -moz-animation: fadein 0.4s; /* Firefox */
    -webkit-animation: fadein 0.4s; /* Safari and Chrome */
    -o-animation: fadein 0.4s; /* Opera */
    position: fixed !important;
    bottom: 75px;
    right: 15px;
    z-index: 5;
}

.fabAdicional[id=fabInativo] {
    -moz-animation: fadeout 0.2s; /* Firefox */
    -webkit-animation: fadeout 0.2s; /* Safari and Chrome */
    -o-animation: fadeout 0.2s; /* Opera */
    position: fixed !important;
    bottom: 75px;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout { /* Opera */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



@media (min-width:426px) {
    .noscroll {
        max-width: 80%;
        margin-left: 10%;
        background-color: white;
        height: calc(100vh - 64px);
    }

    .container {
        background-color: rgba(1,1,1,0.1);
    }

    .mdc-top-app-bar--fixed-adjust {
        padding-top: 56px !important;
    }
   
    .posicaoFabHoje {
        right: calc(10% + 45px) !important;
    }
    .posicaoFabAnotacao {
        right: calc(10% + 5px) !important;
    }

    .posicaoBaixarCsv {
        right: calc(10% + 5px) !important;
    }

    .posicaoFab {
        right: calc(10% + 15px) !important;
    }

    .posicaoSpinner {
        position: absolute;
        left: calc(50% - 24px);
        top: calc(30% - 24px);
    }

    .posicaoDropDownAnotacao {
        width: 400px;
        left: calc(50% - 200px);
        margin-left: 0px;
        position: relative;
    }


    .botaoAppBar {
        /* padding-bottom: 0 !important;
    width: 24px !important;
   */ padding-top: 12px !important;
    }

    .HeaderDetalhesAula[id=""] {
        width: calc(80% - 30px) !important;
        margin: 0 !important;
    }

    .HeaderDetalhesAula[id="fecha"] {
        width: 100% !important;
        margin: 0 !important;
        z-index: 0;
        position: initial !important;
    }

    .campoEscolaTurmaAula {
        padding-left: 8px !important;
    }
    .posicaoIconeEditaTarefa {
        position: relative !important;
        right: 10% !important;
        z-index: 10 !important;
    }
}

@media (max-width: 599px) {
    .mdc-top-app-bar__row {
        height: 62px !important;
    }
}


@media (max-width: 499px) {
    .posicaoDropDownAnotacao {
        left: calc(50% - 200px);
        margin-left: 100px;
        position: relative;
        display: block !important;
    }
}

.posicaoFabHoje {
    transition: all 0.4s !important;
    position: fixed !important;
    bottom: 70px;
    right: 15px;
}
.posicaoFabAnotacao {
    position: fixed !important;
    bottom: 70px;
    right: 15px;
}

.posicaoBaixarCsv {
    position: fixed !important;
    bottom: 30px;
    right: 15px;
}


.posicaoIconeEditaTarefa {
    position: fixed !important;
    right: 1px;
    z-index:10 !important;
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .tituloPagina {
        max-width: 160px;
    }


    .linhaEscolaIndex {
        margin-left: -250px;
        left: 218px;
        width: 100vw;
        overflow-x: hidden;
    }




    .main > div {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar-toggler {
        display: none;
    }
}




.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-20PorCento {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}


.posicaoIconeCopia {
    left: calc(50% - 24px) !important;
    position: absolute !important;
}


.botaoNovaEscola {
    /*background-color: #6200ee !important;*/
    /*height: 56px !important;*/
    /*border-radius: 90px !important;*/
    font-family: Roboto !important;
    position: absolute !important;
    right: 15px !important;
    /*top: 23vh !important*/
}

.botaoCancelar {
    font-family: Roboto !important;
    position: absolute !important;
    right: 115px !important;
    color: black !important;
    /*top: 23vh !important*/
}


/*.botaoMostraSenha {*/
/*    position: absolute !important;
    left: -20px;
}*/

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}




.botaoMenu {
    color: #979797;
}

.tituloApp {
    color: black !important;
    font-family: Roboto !important;
}


.linhaConteudo {
    width: 90vw !important;
    padding-left: 4px !important;
}

.linhaConteudoTarefa {
    width: 100vw !important;
}

.appBarBottom {
    position: fixed;
    left: 0%;
    right: 0%;
    /* top: 8px;*/
    bottom: 0px;
    /* Surface — App UI */
    background-color: #FFFFFF !important;
    /* 1dp — Elevation */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2) !important;
    color: #018786 !important;
}

.botaoAppBar {
    /* padding-bottom: 0 !important;
    width: 24px !important;
   */ height: 38px !important;
    --mdc-ripple-fg-size: 24px !important;
    --mdc-ripple-fg-scale: 1.71429 !important;
    --mdc-ripple-left: 12px !important;
    --mdc-ripple-top: 10px !important;
    padding-top: 8px !important;
}

.posicaoTextoIconeAppBar {
    top: -12px !important;
    position: relative;
    font-size: 14px;
}

.fixadoDireita {
    position: absolute !important;
    right: 20px !important;
}

.HeaderDetalhesAula[id=""] {
    position: fixed;
    z-index: 1;
    background-color: #F2E7FE !important;
    height: 72px !important;
    /*width: calc(80% - 30px);*/
}

.HeaderDetalhesAula[id="fecha"] {
    position: initial !important;
    z-index: 0;
    background-color: #F2E7FE !important;
    height: 72px !important;
    width: 100% !important;
}

.espacamentoHeaderDetalhesAula {
    padding-top: 80px !important;
}


.campoMatAula {
    padding-right: 25px !important;
}

.posicaoAdicaoDePrograma {
    padding-right: 21px !important;
}

.posicaoBotaoChamada {
    position: relative !important;
    top: 3px !important;
    right: -7px !important;
}

.posicaoTituloSubtitle1 {
    padding-left: 23px !important;
    position: relative !important;
    top: 8px !important;
}

.headerView {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.campoEscolaTurmaAula {
    padding-top: 10px !important;
    padding-left: 22px;
}

.dataHoraAula {
    padding-top: 10px !important;
    padding-right: 20px !important;
    text-align-last: end !important;
}

.faixaDivisoriaCinza {
    background-color: rgba(0, 0, 0, 0.12);
    height: 28px;
}

.margemNomeAluno {
    margin-left: 5px;
    margin-right: 15px;
}

.textoNomeEscola {
    margin-left: 5px;
    margin-right: 15px;
    overflow-x:hidden;
}

.fundoBranco{
    background-color:white;
}

.tamanhoLinhaAluno {
    /*max-width:500px !important;*/
    overflow: inherit !important;
    min-height: 55px !important;
    height: fit-content !important;
}


.inicialAlunoContainerPequenoChamada {
    font-weight: 400;
    font-size: 25px;
    position: relative;
    bottom: 15px;
    text-align: center;
    color: white;
}

.posicaoTextoSetaTodos {
    padding-top: 8px !important;
    padding-right: 5px !important;
}

.campoMatAulaSetaTodos {
    padding-right: 10px !important;
}


.tabelaMatChamada {
    position: relative !important;
    top: 55px !important;
    margin-bottom: 156px !important;
    z-index: 0 !important;
}

.posicaoFab {
    transition: all 0.4s !important;
    position: fixed !important;
    bottom: 15px;
    right: 15px;
}


/*
.posicaoCheckBoxAluno {
    padding-top: 7px !important;

}*/

.posicaoListaPrograma {
    padding-left: 7px !important;
}

.blocoHorarioMatAula {
    margin-right: 13px !important;
    width: 42px !important;
    position: relative !important;
    left: -8px !important;
    text-align: right !important;
}

.alturaDropDownMatAula {
    height: 200px !important;
}

.alturaTelas {
    height: 100vh !important;
}

.tituloDialog {
    margin: 0 !important;
    padding-top: 21px !important;
    padding-left: 24px !important;
}

.mdc-dialog-scroll-lock {
    overflow: auto !important;
}


.mdc-dialog {
    display: none;
    z-index: 7 !important;
}

.virtualListProfAulas {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 15px !important;
}


.mdc-drawer-scrim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 16 !important;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}



.posicaoIcones {
    padding-right: 30px !important;
}

.navMenuPosicao {
    padding-top: 10px !important;
}

.paddingTop5 {
    padding-top: 5px !important;
}

.bottom30 {
    bottom: 30px !important;
}

.paddingLeft15 {
    padding-left: 15px !important;
}
.paddingLeft75 {
    padding-left: 75px !important;
}

.maxHeightList {
    max-height: 70vh !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}


.subtituloPage {
    position: relative !important;
    left: 15px !important;
    /* font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;*/
    /* identical to box height, or 114% */
    /*letter-spacing: 0.75px;
    text-transform: uppercase;*/
    margin-bottom: 17px !important;
    margin-top: 31px !important;
}

.posicaoIcone {
    padding: 8px !important;
}


.posicaoListaTarefas {
    padding-bottom: 70px !important;
}




.posicaoSpinnerChamadaECurso {
    top: 150px !important;
    position: relative !important;
}


.posicaoIconeSemFaltas {
    top: 5px !important;
    position: relative !important;
}






.telaMenu[id=""] {
    opacity: 0;
    top: -100vh;
    height: 0;
}



.telaMenu[id=abre] {
    -moz-animation: rollDownAndIn 0.8s; /* Firefox */
    -webkit-animation: rollDownAndIn 0.8s; /* Safari and Chrome */
    -o-animation: rollDownAndIn 0.8s; /* Opera */
    animation-timing-function: linear;
    top: 0;
    opacity: 1;
    height: 100%;
}

.telaMenu[id=fecha] {
    -moz-animation: rollUpAndOut 0.4s; /* Firefox */
    -webkit-animation: rollUpAndOut 0.4s; /* Safari and Chrome */
    -o-animation: rollUpAndOut 0.4s; /* Opera */
    opacity: 0;
    top: -100vh;
}

@keyframes rollDownAndIn {
    /* from {
        top: -100vh;
        opacity: 0;
        
    }

    to {
        top: 0;
        opacity: 1;
        
    }*/
    0% {
        top: -100vh;
        opacity: 0;
        height: 0;
    }

    25% {
        top: -75vh;
        opacity: 0.25;
        height: 25%;
    }

    50% {
        top: -50vh;
        opacity: 0.5;
        height: 50%;
    }

    75% {
        top: -25vh;
        opacity: 0.75;
        height: 75%;
    }

    100% {
        top: 0;
        opacity: 1;
        height: 100%;
    }
}

/*@-moz-keyframes rollDownAndIn {*/ /* Firefox */
/*from {
        top: -100vh;
        opacity: 0;
        
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes rollDownAndIn {*/ /* Safari and Chrome */
/*from {
        top: -100vh;
        opacity: 0;
        
    }

    to {
        top: 0;
        opacity: 1;
        
    }
}

@-o-keyframes rollDownAndIn {*/ /* Opera */
/*from {
        top: -100vh;
        opacity: 0;
        
    }

    to {
        top: 0;
        opacity: 1;
        
    }
}*/

@keyframes rollUpAndOut {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -100vh;
        opacity: 0;
    }
}

.campoAssuntoAtividadeAula {
    /*overflow-x:scroll !important;*/
    width: 80% !important;
    word-break: break-all !important;
    height: fit-content !important;
}

.campoAssuntosAtividadesNaoNaAula {
    z-index: 100 !important;
    max-width: 400px !important;
    width: 73% !important
}

.campoInputTextAtividades {
    z-index: 1 !important;
    max-width: 400px !important;
    width: 73% !important
}

.fabAddAtividade {
    height: 38px !important;
    width: 38px !important;
    top: 5px !important;
}

.telaPrincipal[id=""] {
    opacity: 1;
    bottom: 0;
}



.telaPrincipal[id=fecha] {
    opacity: 0;
    animation-name: esconder;
    animation-duration: 0.4s;
    /*-moz-animation: esconder 0.8s;*/ /* Firefox */
    /*-webkit-animation: esconder 0.8s;*/ /* Safari and Chrome */
    /*-o-animation: esconder 0.8s;*/ /* Opera */
    height: 0;
    bottom: -100vh;
}

.telaPrincipal[id=abre] {
    animation-name: abrir;
    animation-duration: 0.8s;
    /*-moz-animation: abrir 0.8s;*/ /* Firefox */
    /*-webkit-animation: abrir 0.8s;*/ /* Safari and Chrome */
    /*-o-animation: abrir 0.8s;*/ /* Opera */
    opacity: 1;
}

@keyframes esconder {

    0% {
        opacity: 1;
        height: 100%;
        bottom: 0;
    }

    25% {
        opacity: 0.75;
        height: 75%;
        bottom: -25vh;
    }

    50% {
        opacity: 0.5;
        height: 50%;
        bottom: -50vh;
    }

    75% {
        opacity: 0.25;
        height: 25%;
        bottom: -75vh;
    }

    100% {
        opacity: 0;
        height: 0;
        bottom: -100vh;
    }
}

@keyframes abrir {

    0% {
        opacity: 0;
        height: 0;
        bottom: -100vh;
        display: initial;
    }

    25% {
        opacity: 0.25;
        height: 25%;
        bottom: -75vh;
    }

    50% {
        opacity: 0.5;
        height: 50%;
        bottom: -50vh;
    }

    75% {
        opacity: 0.75;
        height: 75%;
        bottom: -25vh;
    }

    100% {
        opacity: 1;
        height: 100%;
        bottom: 0;
    }
}

.topBarHomeAnimate[id=""] {
    opacity: 1;
}

.topBarHomeAnimate[id="fecha"] {
    animation-name: fadeout;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    opacity: 0;
}

.topBarHomeAnimate[id="abre"] {
    opacity: 1;
}

/*.topBarExtraAnimate[id=""] {
    opacity: 0;
}*/

.topBarExtraAnimate[id="fecha"] {
    animation-name: fadeout;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    opacity: 0;
}

/*.topBarExtraAnimate[id="abre"] {
    opacity: 1;
    animation-name: toggleTopBar;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}*/





.buttonPageAddAnimate[id=""] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

.buttonPageAddAnimate[id="abre"] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    animation-name: fadein;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

.buttonPageAddAnimate[id="fecha"] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 0;
    opacity: 0;
    animation-name: fadeout;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

@keyframes toggleAddPage {
    from {
        height: 0;
        width: 0;
        opacity: 0;
    }

    to {
        height: 100%;
        width: 100%;
        opacity: 1;
    }
}

@keyframes toggleAddPageReverse {
    from {
        height: 100%;
        width: 100%;
        opacity: 1;
    }

    to {
        height: 0;
        width: 0;
        opacity: 0;
    }
}



.virtualRenderedAnimate {
    animation: fadein;
    animation-duration: 3s;
    animation-timing-function: ease-out;
}


.abreAula {
    opacity: 0;
    right: -100vw;
}

    .abreAula[id="abreDireita"] {
        opacity: 1;
        right: 0;
        animation: abrirDireitaParaEsquerda;
        animation-duration: 0.4s;
        animation-timing-function: ease-out;
    }

    .abreAula[id="abreEsquerda"] {
        opacity: 1;
        right: 0;
        animation: abrirEsquerdaParaDireita;
        animation-duration: 0.4s;
        animation-timing-function: ease-out;
    }

    .abreAula[id="fechaEsquerda"] {
        opacity: 0;
        right: -100vw;
        animation: fecharEsquerdaParaDireita;
        animation-duration: 0.4s;
        animation-timing-function: ease-in;
    }

    .abreAula[id="fechaDireita"] {
        opacity: 0;
        right: -100vw;
        animation: fecharDireitaParaEsquerda;
        animation-duration: 0.4s;
        animation-timing-function: ease-in;
    }

@keyframes abrirDireitaParaEsquerda {

    from {
        opacity: 0;
        right: -100vw;
        z-index: 0;
    }

    to {
        opacity: 1;
        right: 0;
        z-index: 0;
    }
}

@keyframes abrirEsquerdaParaDireita {

    from {
        opacity: 0;
        left: -100vw;
        z-index: 0;
    }

    to {
        opacity: 1;
        left: 0;
        z-index: 0;
    }
}

@keyframes fecharEsquerdaParaDireita {

    from {
        opacity: 1;
        right: 0;
    }

    to {
        opacity: 0;
        right: -100vw;
        z-index: 0;
    }
}

@keyframes fecharDireitaParaEsquerda {

    from {
        opacity: 1;
        left: 0;
        z-index: 0;
    }

    to {
        opacity: 0;
        left: -100vw;
        z-index: 0;
    }
}

.novaEscolaTexto[id=""] {
    /*opacity: 0;
    */ content: "Olá professor! Estamos preparando tudo para você, aguarde um momento.";
}

.novaEscolaTexto[id="abreMensagenNovaEscola"] {
    opacity: 1;
    
     height: 30px !important;
    -webkit-animation: fadein;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation: fadein;
    animation-duration: 1s;
    animation-timing-function: linear;
}

.novaEscolaTexto[id="fechaMensagenNovaEscola"] {
    opacity: 0;
  height: 30px !important;
    -webkit-animation: fadeout;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
   }


.posicaoBotaoCentralizado {
    position: relative !important;
    top: 5px !important;
    text-align: center !important;
}

.posicaoTextoNovaEscola {
    height: 40px !important;
    max-width: 60%;
    left: 20%;
    position: relative;
    padding-top: 110px !important;
    padding-bottom: 50px !important;
}

.posicaoIconeTarefas {
    position: relative !important;
    top: -2px !important;
}


.posicaoSpinnerNovaEscola {
    position: relative !important;
    top: 80px;
}

.posicaoTextoNovaEscolaPage {
    height: 40px !important;
    max-width: 60%;
    left: 20%;
    position: relative;
}

.campoNovaEscola {
    position: relative !important;
    /*top: 20vh !important;*/
    margin-left: calc(50% - 125px) !important;
    max-width: 250px !important;
    /*width:100%;*/
}

.linhaBotoesNovaEscola {
    position: relative !important;
    /* top: 20vh !important; */
    /*top:-150px !important;*/
    margin-left: calc(50% - 110px) !important;
    max-width: 250px !important;
}

.posicaoLogo {
    height: 100px !important;
    left: calc(50% - 40px) !important;
    position: relative !important;
    margin-bottom: 15px !important;
}

.posicaoBloco {
    margin-top: 25vh !important;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        height:400px !important;
        width:800px !important;
    }

    .pagebreak {
        min-height: 1px;
        page-break-before: always;
    }
}



.spinnerDe {
    width: 200px;
    height: 200px;
}

    .spinnerDe svg {
        animation: rotate 1.5s linear infinite;
        height: 100%;
        width: 100%;
    }

    .spinnerDe circle {
        display: inline-block;
        width: 50px;
        height: 50px;
        animation: dash 1.5s ease-in-out infinite 0s;
        /*animation: dash 1.5s ease-in-out infinite 0s, color 6s ease-in-out infinite -0.75s;*/
        stroke: #4285F4;
        stroke-linecap: round;
        fill: none;
        stroke-width: 3;
    }

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1DA760;
    }
}