/* @page {
  size: A4;
  margin-top: 10mm;
  margin-right: 20mm;
  margin-bottom: 5mm;
  margin-left: 15mm;

  @bottom-center {
    content: 'Pagina' counter(page) 'de' counter(pages);
  } */

  /* @bottom-center {
    content: string(title);
    text-transform: uppercase;
  } 
 }*/


 @page {
  size: A4;
  margin: 1cm;
}

body {
  font-family: Arial, sans-serif;
  color: #000;
  background: #fff;
}

.no-print {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

/* .table {
  width: 100%;
  border-collapse: collapse;
}

.table th, .table td {
  border: 1px solid #000;
  padding: 8px;
} */

.bg-primary {
  background-color: #007bff !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

.page-break {
  page-break-before: always;
}




 :root {
    --orange: orange;
  }

 .bg-cor {
    background-color: #d15d19;
  }
  
  .text-cor {
    color:  #d15d19;
  }

  .border-cor {
    border-color: #d15d19 !important;
  }

  .border-orange {
    border-color: #df6b0c !important;
  }

  .span-text-orange {
    color: #df6b0c
  }

  .btn-cor {
    background-color: #d15d19;
  }

 footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 500px; /* Ajuste para evitar sobreposição com outros elementos */
  width: 100%;
  background-color: #f9f9f9; /* Cor de fundo para ilustração */
  /* Outras propriedades de estilo conforme necessário */
}
.foot-cl{
  position: absolute;
  bottom: 0;
  margin-bottom: 20px; /* Ajuste para evitar sobreposição com outros elementos */
  width: 100%;
  background-color: #f9f9f9; /* Cor de fundo para ilustração */
}

/* Estilo para submenus em cascata */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


#id_opcao_1{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_1:hover{
  border-color: #0d6efd;
}


#id_opcao_2{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_2:hover{
  border-color: #0d6efd;
}


#id_opcao_3{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_3:hover{
  border-color: #0d6efd;
}


#id_opcao_4{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_4:hover{
  border-color: #0d6efd;
}


#id_opcao_5{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_5:hover{
  border-color: #0d6efd;
}


#id_opcao_6{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_6:hover{
  border-color: #0d6efd;
}


#id_opcao_7{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_7:hover{
  border-color: #0d6efd;
}


#id_opcao_8{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_8:hover{
  border-color: #0d6efd;
}


#id_opcao_9{
  position: absolute;
  right: 30px;
  margin-right: 10;
  border-width: 2px;
  border-color: grey;
}
#id_opcao_9:hover{
  border-color: #0d6efd;
}

.custom-tooltip {
  --bs-tooltip-bg: #0d6efd;
  --bs-tooltip-color: white;
}


.image_user {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
    
}
/* body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
  } */
  
  /* h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
   */
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
   
  .account-img {
    height: 64px;
    width: 64px;
    margin-right: 20px;
    margin-bottom: 16px;
    color: white;
  }
  
  .aluno-img {
    height: 32px;
    width: 32px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }
  
  #search_results :hover{
    cursor: default;
    user-select: none;
  }
  #print_search_results :hover{
    cursor: default;
    user-select: none;
  }
  #search_results_print_aluno :hover{
    cursor: default;
    user-select: none;
  }
  #id_aluno_geral_search_results :hover{
    cursor: default;
    user-select: none;
    
  }
  #edit_reg_aluno_search_results :hover{
    cursor: default;
    user-select: none;
  }
  .no-select {
    user-select: none; /* Desativa a seleção de texto */
  }
  