
  * { 
 
	list-style: none; 
  font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  
  h1 { 
	font-size: 12px;
  }
  
  body { 
	/* background: #f2f2f2; */
	background: #FFF;
      font-size: 0.9rem;
  
    font-weight: 400;
  }
  
  .page {  
    margin: 05px auto; 
  }
  
  .mt-7 {
    margin-top: 4rem;
  }
  .mt-5 {
    margin-top: 2rem;
  }
  .mt-3 {
    margin-top: 1rem;
  }
  .mt-2 {
    margin-top: 0.7rem;
  }


  .mb-5 {
    margin-bottom: 1rem;
  }
  .mb-3 {
    margin-bottom: 1rem;
  }
  .mb-2 {
    margin-bottom: 0.7rem;
  }

 
  .w-100{
    width: 100%;
  }
  .appencombo { 
	display: inline;
  }
  
  span { 
	display: none;
  }
   
  
  .btImprimir input { 
	padding: 5px 15px; 
	background: #900; 
	color: #FFF; 
	cursor: pointer; 
	border: none; 
	margin: 15px auto;
  }
  .btImprimir input:hover, .btImprimir input:focus, .btImprimir input:active { 
    color: #fff;
    background-color: #1d9739;
    border-color: #1d9739;
    box-shadow: none;
  }
  
  p { 
    text-align: justify;
  }
  .instructions { 
	padding: 15px; 
	background: #f2f2f2; 
	font-size: 11px; 
	color: #666; 
	border-radius: 6px;
  }
@media print {
  body * {
    visibility: hidden;
    font-size: 14px;
  }
.logo { width: 25%;  }
.logo img {
    margin-bottom: 40px;
}
  #printArea, #printArea * {
    visibility: visible;
  }

  #printArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto; 
  }

  #printArea img {
    max-width: 100%;
    height: auto;
  }

  .linha-2, .linha-3, .linha {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4px;
    gap: 10px;
    border-bottom:1px solid #d4d4d4
  }

  .linha .campo {
    width: 100%;
  }

  .linha-2 .campo {
    width: 49%;
  }

  .linha-2 .campoG {
    width: 	66.66%;
  }
  .linha-2 .campoP{
    width: 33.33%;
  }


.linha-3 .campo {
  width: 33.3%;
}

.campo {
  display: flex;
  align-items: baseline;
}

.campo label,.campoG label ,.campoP label  { 
  margin-right: 2px;
  white-space: nowrap;
  flex-shrink: 0; 
  margin-bottom: 0;
  padding-top:10px;
}

.campo strong.conteudo {
  font-weight: 400 !important;
  word-break: break-word;
  flex: 1;
  margin-bottom: 0;
  padding-top:10px;
}
 strong.conteudo {
  font-weight: 400 !important;
}
  ul#listaMotivosSelecionados {
    padding-left: 20px;
    margin: 6px 0;
  }

  ul#listaMotivosSelecionados li {
    margin-bottom: 3px;
  }

  p {
    margin: 3px 0;
    text-align: justify;
  }

  .text-center {
    text-align: center !important;
  }
 
  .mt-5 {
    margin-top: 2rem;
  }

  .mt-1 {
    margin-top: 1rem;
  }

  .mb-5 {
    margin-bottom: 1rem;
  }
  .mb-3 {
    margin-bottom: 1rem;
  }
  .mb-2 {
    margin-bottom: 0.7rem;
  }

  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
.text-justify{
    text-align: justify;
}
}

label.obs{
font-size: 12px;
}
input.form-control {
  display: block; 
    width: 100%;
    height: calc(1.2rem + .60rem + 2px);
    padding: .375rem .55rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: none;
    border-bottom: 1.9px solid #5e5e5e;
}
.form-group {
    margin-bottom: 8px;
    margin-top: 8px;
}
.text-justify{
    text-align: justify;
}
.form-control::placeholder {
  color: #999999; /* Altere para a cor que quiser */
  opacity: 1; /* Garante que a cor seja visível no Firefox */
  font-weight: 400; 
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #28a745;
    outline: 0;
    box-shadow: none;
}
.form-control:active { 
    border-color: #28a745;
    outline: 0;
}
.form-control {
  display: block; 
    width: 100%;
    height: calc(1.2rem + .60rem + 2px);
    padding: .375rem .55rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: none;
    border-bottom: 1.9px solid #28a745;
}
.alert-secondary {
    color: #383d41;
    background-color: #f5f5f5;
    border-color: #d6d8db;
}
input[type="radio"].form-check-input {
  accent-color: #28a745; /* Ou qualquer cor que preferir */
}


select.form-control {
    font-size: 0.9rem;
}
.fw-500{
  font-weight: 500;
}
 dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}