/* 2021 */
#janeiro_2021, #fevereiro_2021 , #março_2021, #abril_2021, #maio_2021,
#junho_2021, #julho_2021, #agosto_2021, #setembro_2021,
#outubro_2021, #novembro_2021, #dezembro_2021{
  display: none!important;
}

/* 2022 */
#janeiro_2022, #fevereiro_2022 , #março_2022, #abril_2022, #maio_2022,
#junho_2022, #julho_2022, #agosto_2022, #setembro_2022,
#outubro_2022, #novembro_2022{
  display: none!important;
} 

/* 2023 */
#janeiro_2023, #fevereiro_2023 , #março_2023, #abril_2023, #maio_2023,
#junho_2023, #julho_2023, #agosto_2023, #setembro_2023,
#outubro_2023, #novembro_2023, #dezembro_2023{
  display: none!important;
} 

/* 2024 */
#janeiro_2024, #fevereiro_2024, #março_2024, #abril_2024, #maio_2024,
#junho_2024, #julho_2024, #agosto_2024, #setembro_2024,
#outubro_2024, #novembro_2024, #dezembro_2024{
  display: none!important;
} 

/* 2025 */
#janeiro_2025, #fevereiro_2025, 
 #março_2025, #abril_2025, #maio_2025,
#junho_2025, #julho_2025, #agosto_2025, #setembro_2025,
#outubro_2025, #novembro_2025, #dezembro_2025
{
  display: none!important;
} 

/* 2026 */
/*
#janeiro_2025 #fevereiro_2026, #março_2026, #abril_2026, #maio_2026,
#junho_2026,*/ #julho_2026, #agosto_2026, #setembro_2026,
#outubro_2026, #novembro_2026, #dezembro_2026{
  display: none!important;
} 

/* 2027 */
 #janeiro_2027, #fevereiro_2027, 
 #março_2027, #abril_2027, #maio_2027,
#junho_2027, #julho_2027, #agosto_2027, #setembro_2027,
#outubro_2027, #novembro_2027, #dezembro_2027
{
  display: none!important;
} 

#calendar > h1:nth-of-type(1), #calendar > h1:nth-of-type(2) {
  display: none;
}
#listOfMonths > h2:nth-of-type(1), #listOfMonths > h2:nth-of-type(2){
  display: none;
}

#listOfMonths > li:nth-of-type(1),
#listOfMonths > li:nth-of-type(2),
#listOfMonths > li:nth-of-type(3),
#listOfMonths > li:nth-of-type(4),
#listOfMonths > li:nth-of-type(5),
#listOfMonths > li:nth-of-type(6),
#listOfMonths > li:nth-of-type(7),
#listOfMonths > li:nth-of-type(8),
#listOfMonths > li:nth-of-type(9),
#listOfMonths > li:nth-of-type(10),
#listOfMonths > li:nth-of-type(11),
#listOfMonths > li:nth-of-type(12){
  display: none;
}

li [value="2024"]{
  display: none;
}

/* #listOfMonths > h2:nth-of-type(1) {
  display: none;
} */

/* 2023 */
/* #março_2023, #abril_2023, #maio_2023,
#junho_2023, #julho_2023, #agosto_2023, #setembro_2023,
#outubro_2023, #novembro_2023, #dezembro_2023{
  display: none!important;
} */


.eventList a {
  margin-left: 105px;
}

.suspenso {
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #f64951;
  border-radius: 5px;
  font-size: 0.75rem;
}

.dataUnificada{
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #ff39aa;
  border-radius: 5px;
  font-size: 0.75rem;
}

.antecipado{
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #2a52ad;
  border-radius: 5px;
  font-size: 0.75rem;
}

.confirmado {
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #02895f;
  border-radius: 5px;
  font-size: 0.75rem;
}

.novaData {
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #11cccc;
  border-radius: 5px;
  font-size: 0.75rem;
}

.reagendado {
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: #5cb9ea;
  border-radius: 5px;
  font-size: 0.75rem;
}

.cancelado{
  margin-right: 5px;
  color: white;
  padding: 2px 10px;
  background-color: red;
  border-radius: 5px;
  font-size: 0.75rem;
}

.accordion-toggle {
  display: block;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
  font-size: 11pt;
}

.accordion-content.active ul {
  margin: 2px 0px;
}

.aviso {
  padding-top: 10px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #FFE370;
  display: none;
}

.aviso>div {
  margin-left: 400px;
  margin-right: 60px;
  max-width: 600px;
  padding: 15px 0px;
  font-size: .9rem;
}

.aviso p {
  margin-bottom: 10px;
}

.aviso h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #CD0A13;
}

.crea {
  z-index: 30;
  position: absolute;
  position: -webkit-sticky;
  top: 170px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.crea>a {
  width: 23%;
  background-color: #0f51ad;
  padding: 15px;
  margin-right: 15px;
  border-radius: 15px;
  color: white;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.crea>a:hover {
  opacity: 80%;
}

.crea>a>img {
  margin-right: 10px;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
  font-family: 'Barlow', sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 2.25rem
}

h2 {
  font-size: 12pt;
  font-weight: normal;
  margin: 5mm 0 1mm 0;
}

.text-uppercase {
  text-transform: uppercase
}

.logo {
  height: 12mm;
  margin-bottom: 2rem;
  width: auto;
}

#header {
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  overflow-y: scroll;
  justify-content: space-between;
  color: #FFE370;
  z-index: 99;
}

#header>div {
  padding: 2rem;
  flex-grow: 1;
}

#header>div:nth-of-type(2) {
  background-color: white !important;
}

#header .title {
  display: flex
}

#header .icon {
  font-size: 21pt;
  margin-top: 3pt;
  margin-right: 15pt;
}

#header h1 {
  margin: 0;
  font-weight: bold;
}

#header h1 small {
  font-weight: normal;
  font-size: 12pt;
}

#header ul {
  list-style-type: none;
  padding-left: 0;
}

/* .calendarios {
  position: relative;
  background-color: red;
} */
#listOfMonths {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  line-height: 1.75;
  padding-bottom: 4mm;
}

#listOfMonths a {
  color: white;
  cursor: pointer;
  border-bottom: 2px solid white;
}

#listOfMonths a:hover {
  color: #FFE370
}

#listOfMonths a:hover {
  border-color: #FFE370;
}

#listOfCategories {
  list-style: none;
  color: black;
  font-size: 11pt;
}

#listOfCategories li {
  margin-right: 2mm;
  font-size: .85rem;
  line-height: 1.75;
}

#listOfCategories .bullet {
  float: left;
  width: 2.5mm;
  height: 2.5mm;
  margin-right: 2mm;
  transform: translateY(1mm);
  -webkit-print-color-adjust: exact;
  border-radius: 50%;
}

#calendar {
  margin-left: 425px;
  padding: 2rem;
}

#calendar .month {
  display: flex;
  flex-flow: column wrap;
  padding-bottom: 2.5rem;
}

#calendar .month:not(:last-child) {
  padding-top: 2.5rem;
}

#calendar .month .name {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 18pt;
  color: #00d3cc;
  text-transform: capitalize;
  transform: translateX(-50px);
}

#calendar .month .name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 4px;
  margin-right: 1rem;
  background-color: #00d3cc;
}

#calendar .blocks {
  display: flex;
  flex-flow: row wrap;
  width: 105mm;
  background-color: transparent;
  background-color: #f2f2f2;
  -webkit-print-color-adjust: exact;
  padding-bottom: 3mm;
  margin-right: 5mm;
}

#calendar .header, #calendar .day {
  padding: .5mm;
  text-align: center;
  width: 14mm
}

#calendar .day {
  display: flex;
  min-height: 6mm;
  justify-content: center;
  flex-flow: row wrap;
}

#calendar .header p, #calendar .day p {
  font-size: 9pt;
}

#calendar .header p {
  font-weight: bold;
}

#calendar .day p {
  width: 100%;
  margin-bottom: 1.5mm;
}

#calendar .blocks .event {
  margin: 3px;
  width: 1.5mm;
  height: 1.5mm;
  border-radius: 50%;
}

#calendar .blocks .event:not(:first-of-type) {
  margin-left: 1mm
}

#calendar .eventList {
  margin-top: 30px;
  flex-grow: 1;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
}

#calendar .eventList td {
  position: relative;
  padding-bottom: 3mm;
}

#calendar .eventList td p {
  margin: 0;
  transform: translateY(-4pt);
  font-size: 11pt;
}

#calendar .eventList td p a {
  color: #f64951;
  font-size: 10pt;
}

#calendar .eventList td:first-child {
  padding-right: 4mm;
  width: 18mm;
  text-align: right;
}

#calendar .eventList td:first-child p {
  font-size: 9pt;
}

#calendar .eventList td:last-child {
  border-left: .5mm solid lightgray;
  padding-left: 5mm;
}

#calendar .eventList .bullet {
  -webkit-print-color-adjust: exact;
  height: 2.5mm;
  width: 2.5mm;
  float: left;
  transform: translateY(-.2mm);
  margin-left: -6.5mm;
  border-radius: 50%;
}

#calendar .eventList tr:last-child td:last-child {
  border-color: transparent;
}

#calendar .eventList span.fa-circle {
  font-size: 9pt;
  z-index: 1
}

.timeStamp p {
  text-align: center;
  line-height: .75;
  font-size: 9pt;
}

#btnPrint {
  position: fixed;
  z-index: 500;
  bottom: 10mm;
  right: 10mm;
  background-color: #f64951;
  border: 0;
  font-size: 16pt;
  height: 18mm;
  width: 18mm;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: all .25s;
}

#btnPrint:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15);
}

body>table>thead {
  display: table-header-group;
}

body>table>tfoot {
  display: table-footer-group;
}

.simbolos-novos{
  width: calc(1.5mm + 0.8mm)!important;
  border-radius: 0px!important;
  height: calc(1.5mm + 0.8mm)!important;
  background-repeat: no-repeat!important;
  margin: 0.8mm!important;
}

.simbolos-novos-lateral{
  width: 2.5mm!important;
  border-radius: 0px!important;
  height: 2.5mm!important;
  background-repeat: no-repeat!important;
  margin-right: 2mm!important;
  margin-right: 2mm!important;
  margin-top: 3px;
}

.simbolos-novos-eventos{
  width: 3mm!important;
  border-radius: 0px!important;
  height: 3mm!important;
  background-repeat: no-repeat!important;
  float: left!important;
  transform: translateY(-0.2mm)!important;
  margin-left: -6.5mm!important;
}

.matricula-nova{
  background-image: url('../assets/simbolos-calendário/matricula.svg');
}
.periodoLetivo-nova{
  background-image: url('../assets/simbolos-calendário/periodo_letivo.svg');
}
.provaExame-nova{
  background-image: url('../assets/simbolos-calendário/prova_de_exame.svg');
}
.colacao-nova{
  background-image: url('../assets/simbolos-calendário/colacao.svg');
}
.provaRegular-nova{
  background-image: url('../assets/simbolos-calendário/provas_regulares.svg');
}
.eventos-nova, .eventos{
  background-image: url('../assets/simbolos-calendário/eventos.svg');
}

@page {
  size: A4 portrait;
  margin: 15mm;
}

@media (max-width:1006px) {
  .crea {
    top: 184px;
  }
}

@media (max-width:900px) {
  .crea {
    top: 200px;
  }
}

@media (max-width: 807px) {
  body {
    flex-flow: column wrap;
  }

  .crea {
    z-index: 900;
    top: 128px;
    width: auto;
  }

  .crea>a {
    min-width: 35%;
  }

  #header {
    width: 100%;
    position: relative;
    order: 2;
    overflow: auto;
    border-bottom: 2px solid #00d3cc;
  }

  .aviso {
    z-index: 150;
    width: 100%;
    order: 1;
  }

  .aviso>div {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 15px 15px;
    font-size: .9rem;
  }

  .aviso p {
    margin: 0;
  }

  .aviso h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  table {
    order: 3;
  }

  #calendar {
    max-width: 100%;
    margin-left: 0;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .crea>a {
    min-width: 37%;
    font-size: 0.8rem;
  }
}

@media print {
  .aviso {
    display: none;
  }

  body {
    width: 190mm;
    background-color: white;
    margin: 5mm auto;
    padding: 0;
  }

  h1 {
    font-size: 21pt
  }

  button {
    display: none;
  }

  #btnPrint {
    display: none
  }

  #header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  #header .logo {
    order: 1
  }

  #header #listOfMonths {
    display: none
  }

  #header #listOfCategories {
    display: flex;
    flex-flow: column wrap;
    font-size: 9pt;
  }

  #calendar {
    margin: 0;
    padding: 0
  }

  #calendar .month {
    padding-bottom: 10mm;
    flex-flow: row wrap;
    align-items: flex-start;
    page-break-inside: avoid;
  }

  #calendar .month:not(:last-child) {
    border-top: none;
    padding-top: 0
  }

  #calendar .month .name {
    margin-bottom: 2mm;
    color: black;
    transform: translateX(0);
    font-size: 12pt
  }

  #calendar .month .name:before {
    width: 0
  }

  #calendar .eventList {
    margin-top: 0;
    width: 65mm;
  }

  #calendar .eventList td p {
    font-size: 9pt;
  }

  #calendar .blocks {
    background-color: transparent;
    align-items: flex-start !important;
    border: 1px solid gray;
    /* max-width: 50% */
  }

  #header::-webkit-scrollbar {
    display: none;
  }

  .logo {
    display: none;
  }
}

@media screen {
  .header-space {
    height: 0
  }
}
