@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 0px;
  padding: 0;
  color: #404040;
  font-family: 'Source Sans Pro', sans-serif;
}

a{
  text-decoration: none;
  color: black;
}

textarea {
  resize: none;
}

a:visited {
  color: none;
}

.sub-caption1 {
  background-color: #EFEFEF;
  color: black;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
}


.header {
  display: flex;
  align-items: flex-start;
  /*background-color: #f0f0f0; */
  padding: 0px;
}

.column_logo_pucpr, .column_central, .column_logo_horaculo {
  display: flex; /* Usar Flexbox para organizar os elementos */
  align-items: center; /* Centralizar verticalmente os elementos */
}

.column_logo_pucpr {
  padding-right: 20px;
}

.column_logo_pucpr .logo {
  width: 119px; /* Ajustar a largura da imagem automaticamente */
  height: 100%; /* Ajustar a altura da imagem para ocupar toda a altura da div pai */
}

.column_central {
  padding-top: 30px;
  padding-left: 30px;
  padding: 10px;
  margin-left: 50px;
}

.column_central > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.legenda {  
  padding-bottom: 10px;
  padding-left: 0px;
  color: red;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
  /*text-align: left;  Alinhar o texto à esquerda */
}

.sub-legenda {
  background-color: #CCC;
  color: black;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
}

.logo_horaculo {
  width: 175px;
  height: 43px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-top: 15px;
  padding-right: 15px;
}

.campo {
  margin-top: 15px;
  padding: 0px;
  margin-left: 0px;
}

.column_central2 {
  padding-top: 30px;
  padding-left: 30px;
  flex: 1;
  margin-left: 50px;
}

.campo_data{  
        
  flex-direction: row;
  align-items: center;
  padding-right: 0px;
  padding-left: 15px;
  
  display: flex;
  flex-direction: row-reverse;
  margin-right: 10px;
  
  gap: 8px;
  
  height: 40px;
  width: 30%;

  /* Neutral/Light Pure

  color-base-light-pure
  */
  background: #FFFFFF;
  /* Neutral/Light Pure 03

  color-base-light-03
  */
  border: 1px solid #E4E4E4;
  border-radius: 8px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.fundo-puc{
  background-color: #863BFF;
  padding: 10px;
}

.legend-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; /* Alinhado à direita */
}

.texto-esquerda {
  text-align: left;
}

.legend-item {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

/* Estilo da fonte pequena */
.fonte_pequena {
  font-size: 12px;
}

.legenda-box {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  
}

.bg_verde {
  opacity: 0.8;
  background-color:#4BB218;
}

.bg_vermelho {
  opacity: 0.8;
  background-color: rgb(209, 80, 80);
}

.bg_cinza {
  opacity: 0.8;
  background-color: rgb(190, 190, 190);
}

.text_vermelho {
  color: #B20235;
}


.table-container {
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}

.responsive-table th {
background-color: #f2f2f2;
}

.responsive-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}    

.rounded-box {
  height: 15px;
  width: 20px;
  border-radius: 15px;
  opacity: 0.7;
  
  padding: 5px;
}

.quadrado {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
}

.cursor-pointer{
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0; /* Definir o topo como 0 para alinhar ao topo */
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  overflow: auto;  
}

.modal-content {
  background-color: #fefefe;
  margin: 30px auto; /* Definir o espaçamento superior */
  padding: 15px 30px 15px 40px;
  border: 1px solid #888;
  width: 50%;
  max-width: 50%;
  position: relative;
  border-radius: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para o formulário */
.form {
  display: flex;
  flex-direction: column;
}

.btn-puc-secondary {
  cursor: pointer;
  padding: 12px 32px;
  background-color: white;
  color: #8A0538;
  border: none;
  border-radius: 24px;
  gap: 8px;
  font-weight: bold;
  transition: border-color 0.3s ease-in-out;
  border: 2px solid transparent;
  margin: 10px;
}

.btn-puc-secondary:hover {
  border-color: #8A0538;
}

.btn-puc-primary {
  cursor: pointer;
  padding: 12px 32px;
  color: white;
  background-color: #8A0538;
  border: none;
  border-radius: 24px;
  gap: 8px;
  font-weight: bold;
  transition: border-color 0.3s ease-in-out;
  border: 2px solid transparent;
  margin: 10px;
}

.btn-puc-primary:hover {
  background-color: #B20235;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

.icone-inativo {
  margin: 5px;
  background-color: white;
  border: 1px solid #E4E4E4;
  color: #E4E4E4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  border-spacing: 5px;
  padding: 10px;
}

.iconei{
  background-color: #EFE4FF;
  font-size: 18px;
  padding: 16px;
  border-radius: 50%;
}

.iconea{
  background-color: #EFE4FF;
  font-size: 18px;
  padding: 11px;
  border-radius: 50%;
}

.icone-ativo {
  margin: 5px;
  background-color: white;
  border: 1px solid #863BFF;
  color: #863BFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  border-spacing: 5px;
  padding: 10px;
}

.checkpoint-label-ativo {
  width: 100%;
  margin-top: 10px; 
  font-size: 12px;
  color: #863BFF;
}

.checkpoint-label-inativo {
  width: 100%;
  margin-top: 10px; 
  font-size: 12px;
  color: #ccc;
}

.lblFasea {
  color: #863BFF;
  font-size: 14px;
  width: 40px;
  margin-left: 0px;
  border-spacing: 5px;
  padding: 10px;
}

.lblFasei{
  font-size: 14px;
  color: #444444; /*#787878*/
  width: 40px;
  margin-left: 0px;
  border-spacing: 5px;
  padding: 10px;
}

.texto-centralizado{
  text-align: center;
}

/* Estilos básicos para campos de entrada de texto */
.form-control {
  display: block;
  width: 95%;
  height: 48px;
  padding: 0px 16px 0px 16px;
  font-size: 15px;
  line-height: 23.4px;
  color: #787878;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #863BFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 59, 255, 0.25);
}

.form-control::placeholder {
  margin-right: 100px; /* Margem à direita para o placeholder */
}

.form-control:read-only {
  background-color: #F0F2F2; /* Cor de fundo para campos readonly */
  cursor: not-allowed; /* Cursor de "não permitido" para indicar que o campo é somente leitura */
}

#wizard-navigation{
  display: flex;
  justify-content: center;
}

.form-select {
  margin-top: 0px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 16px 0px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.4px;
  color: #787878;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label{
  font-size: 15px;
  color: #787878;
  padding-bottom: 8px;
}

.form-select:focus {
  border-color: #863bff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(134, 59, 255, 0.25);
}

/* Para o ícone dropdown (seta) */
.form-select::-ms-expand {
  border: none;
}

/* Para personalizar a aparência da seta do dropdown */
.form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  border-color: #6c757d transparent transparent;
  border-style: solid;
  border-width: 0.3em;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* Estilização dos radio buttons */

.radio {
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 3px solid #863BFF;
  border-radius: 50%;
  position: relative;
  display: inline-flex; 
  flex-direction: row;
  justify-content: center;
  outline: none;
  margin: -5px;
}

.radio:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 7px solid #863BFF;
  border-radius: 50%;
  opacity: 0;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: -3px;
}

.checkbox {
  border-radius: 4px;
  border: solid 2px #787878;
  margin: 0px 10px 0px 0px;
  justify-items: center;
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px; 
  position: relative;
  display: inline-flex; 
  flex-direction: row;
  justify-content: center;
  outline: none;
  background-color: white;
}

.checkbox:before {
  border-radius: 0;
  border: 2px solid white;
  border-left: 0;
  border-top: 0;
  width: 3px;
  height: 7px;
  transform: rotate(45deg);
  top: 1px;
  content: '';  
  opacity: 0;
  transition: all 300ms ease-in-out;
  position: absolute;
}

.checkbox:checked {
  border-color: #863BFF; /* Cor da borda quando marcada */
  background-color: #863BFF;
}

.checkbox:checked:before {
  opacity: 1;
}

.checkbox:focus {
  box-shadow: 0 0 5px #863BFF;
}

.radio:checked:before, .checkbox:checked:before {
  opacity: 1;
}

.radio:focus, .checkbox:focus {
  box-shadow: 0 0 5px #863BFF;
}

.form-group {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  padding-left: 10px;
  cursor: pointer;
}

.inline-fields {
  display: flex;
  gap: 10px; /* Espaço entre os campos */
}

.negrito{
  font-weight: bold;
}


.observacoes {
  font-size: 12px;
  color: #888;
  margin-top: -10px;
  margin-bottom:15px
}

/* Textarea base styles */
.campo_texto {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  width: 96%;
  height: 88px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 23.4px;
  color: #E4E4E4;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Focused textarea */
.campo_texto:focus {
  color: #787878;
  background-color: #fff;
  border-color: #863BFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 59, 255, 0.25);
}

/* Disabled textarea */
.campo_texto:disabled, .campo_texto[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* Textarea sizing */
.campo_texto_sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.campo_texto_lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* dropdown com checkbox */
/* styles.css */
.multiselect {
  position: relative;
  display: inline-block;
}

.multiselect-toggle {
  padding: 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.multiselect-options {
  display: none;
  position: absolute;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
}

.multiselect-options li {
  padding: 3px 0;
}

/* Show options when the toggle is clicked */
.multiselect.open .multiselect-options {
  display: block;
}

.texto-info{
  font-size: 15px;
  color: #787878;
}


/* fim dropdown com checkbox -----------------------------------------------*/

/* inicion drop-down ---------------------------------

/* Estilos gerais para o menu suspenso personalizado */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%; /* Defina a largura desejada */
}

/* Estilos para o botão do menu suspenso */
.custom-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-radius: 5px;  
  width: 100%;
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #EFE4FF;
  cursor: pointer;
  position: relative;
  text-align: left;
  color: #863BFF;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; /* Adiciona reticências (...) para texto longo */
  line-height: 1.5;
}

.custom-dropdown .dropdown-toggle:hover {
  background-color: #f5f5f5;
  border-color: #863BFF;
}

/* Estilos para a lista de opções */
.custom-dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  max-height: 200px; /* Defina a altura máxima da lista */
  overflow-y: auto; /* Adicione uma barra de rolagem vertical se necessário */
}

.custom-dropdown .dropdown-options li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap; /* Impede que o texto quebre linha nas opções */
  overflow: hidden;
  text-overflow: ellipsis; /* Adiciona reticências (...) para texto longo */
}

.custom-dropdown .dropdown-options li:hover {
  background-color: #f5f5f5;
}

/* Mostrar a lista de opções quando o botão é clicado */
.custom-dropdown .dropdown-toggle:focus + .dropdown-options,
.custom-dropdown .dropdown-options:hover {
  display: block;
}

.erro{
  margin-top: 2px;
  color: #E5000C;
  font-size: 13px;
  margin-bottom: 10px;
}

.flex-form-label{
  font-size: 15px;
  color: #787878;
}

.flex-group{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.flex-item{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

.input-width-auto{
  width: auto;
}

.input-padding-zero{
  margin-bottom: 0px;
}




/* Estilos adicionais para tornar o layout responsivo */

@media (max-width: 768px) {

  body{
    font-size: 9px;
  }

  .header {
    flex-direction: column; /* Mudar para layout de coluna em telas menores */
    align-items: center; /* Alinhar os itens centralmente em telas menores */
  }

  .campo_data{
    width: 150px;
  }

  .column_logo_pucpr, .column_logo_horaculo {
    padding: 10px 0; /* Remover o espaçamento vertical em telas menores */
  }

  .column_central {
    margin-bottom: 10px; /* Reduzir a margem inferior em telas menores */
  }

  .column_logo_pucpr {
    padding-right: 0; /* Remover o espaçamento à direita em telas menores */
    align-items: center; /* Alinhar os itens centralmente em telas menores */
  }

  .icone-container {
    /* Adicione estilos específicos para ícones em dispositivos móveis */
    display: flex;
    justify-content: space-around;
  }

  .fase-container {
    /* Adicione estilos específicos para containers de fase em dispositivos móveis */
    text-align: center;
    margin: 10px 0;
  }

  .timeline {
    display: flex;
    align-items: center;
  }

  .modal-content {
    background-color: #fefefe;
    margin-right: 1px auto; /* Definir o espaçamento superior */
    padding: 1px 10px 1px 10px;
    border: 1px solid #888;
    position: relative;
    border-radius: 2px;
    width: 90%; /* Ajuste conforme necessário */
    max-width: 100%;
    box-sizing: border-box;
  }

  .form-control {
    display: block;
    width: 85%;
    height: 48px;
    padding: 0px 16px 0px 16px;
    font-size: 15px;
    line-height: 23.4px;
    color: #787878;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
  }

  .lblFasea {
    color: #863BFF;
    font-size: 8px;
    width: 40px;
    margin-left: 0px;
    border-spacing: 15px;
    padding: 10px;
  }
  
  .lblFasei{
    font-size: 8px;
    color: #444444; /*#787878*/
    width: 40px;
    margin-left: 0px;
    border-spacing: 15px;
    padding: 10px;
  }

  .input-width-auto{
    width: auto;
  }
  
  .input-padding-zero{
    margin-bottom: 0px;
  }

}


