*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Arial;
}
body{
  background-color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}



.topo{
    text-align: center;
    padding: 10px;
}

/*tabela*/
.conteudoTabela{
    margin: 0px auto;
}
.topo{
    background-color: #FF7514;
}
.nomeTopo{
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-align: center;
}
.disciplina, .diaSemana, .Total{
    background-color: #8E9494;
    border: #BFC8C5 2px solid;
    color: #ffffff;
    padding: 2px;
}

td{
    background-color: #ffffff;
    border: #BFC8C5 2px solid;
}

.conteudoDisciplina{
    align-items: center;
    justify-content: center;
    text-align: center;;

}
.nomeDisciplina{
    height: 85px;
    min-width: 100%;
    max-width: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #232323;
    border: #ffffff;
}
.logoTopo {
  position:  relative;
  width: 200px;
  margin:  10px auto;
}


.conteudoQuantidade{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.conteudoHora{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #232323;
    padding: 3px;
}
#conteudoHoraInicio, #conteudoHoraFim{
    font-weight: bold;
}
.hora{
    border: #BFC8C5 1px solid;
    border-radius: 5px;
    cursor: pointer;
}
input[type="time"]::-webkit-calendar-picker-indicator{
    filter: invert(28%) sepia(13%) saturate(3907%) hue-rotate(10deg) brightness(210%) contrast(100%);
    cursor: pointer;

}doTotal{
    width: 70px;
}

.conteudoHoraTotal{
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
}
.horaTotal{
    align-items: center;
    justify-content: center;
    text-align: center;
    border: #ffffff;
}


.conteudoNomeHorasTotais{
    padding: 5px;
    font-weight: bolder;
    text-align: right;
    color: #232323;
    background-color: #E5E8E7;
}
.conteudoInputHorasTotais{
    text-align: center;
}
.horasTotais{
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: #ffffff;
}


#conteudoBotao{
    text-align: center;
    margin: 5px;
}
.botao{
    padding: 5px 20px;
    margin: 0px 10px;
    color: #ffffff;
    background-color: #004284;
    border: #004284 1px solid;
    border-radius: 5px;
    cursor: pointer;
}





#conteudoHoraInicio, #conteudoHoraFim{
    max-width: 160px;
}
.hora{
    max-width: 80px;
}
@media print{
    @page{
        size:landscape;
    }
    body{
        -webkit-print-color-adjust: exact;
    }
    
    .disciplinas{
        width: 70px;
    }
    #conteudoHoraInicio, #conteudoHoraFim{
        width: 150px;
    }
    .hora{
        width: 70px;
    }

    .nomeDisciplina{
        height: 100px;
    }
        
    #conteudoBotao{
        display: none;
    }
}