@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body {
  background-color: rgba(60, 141, 188, 0.1);
  min-height: 100vh; }

#idLogo {
  align-items: center;
  align-content: center; }
  #idLogo img {
    max-height: 60px;
    width: auto; }

.agendaDiaTv {
  margin-top: 10px; }
  .agendaDiaTv figure {
    margin: 0 auto; }
  .agendaDiaTv span {
    font-size: 26px;
    padding: 20px;
    display: inline-flex; }
    .agendaDiaTv span i {
      color: #FF4136; }

.tableAgeRes {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  background: #fff; }
  .tableAgeRes table {
    border: none; }
    .tableAgeRes table thead {
      font-size: 26px;
      font-weight: bold;
      background: rgba(60, 141, 188, 0.1); }
      .tableAgeRes table thead th {
        border-bottom: solid 2px #c4c4c4; }
    .tableAgeRes table tbody td {
      border-bottom: solid 2px #c4c4c4; }

.espFisicoTv {
  align-items: center;
  align-content: center; }
  .espFisicoTv div {
    display: inline-block;
    margin: 2px;
    padding: 5px;
    border: solid 1px rgba(51, 128, 255, 0.8);
    background: #3fafd4;
    border-radius: 5px;
    color: #fff; }

td:nth-child(4) {
  max-width: 40vw; }

.eventoCancelado {
  color: #c0392b; }
  .eventoCancelado td {
    color: #c0392b; }
