.jovensDevolvidos article.resultadojovem {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  *zoom: 1; }

.jovensDevolvidos article.resultadojovem:before,
.jovensDevolvidos article.resultadojovem:after {
  display: table;
  line-height: 0;
  content: ""; }

.jovensDevolvidos article.resultadojovem:after {
  clear: both; }

.jovensDevolvidos article.resultadojovem:hover {
  background: #f4f4f4; }

.jovensDevolvidos article.resultadojovem div {
  float: left;
  width: 25%; }

.jovensDevolvidos article.resultadojovem div.concelho {
  float: left;
  width: 23%; }

.jovensDevolvidos article.resultadojovem div.estadoregisto {
  float: left;
  width: 18%; }
  
 .jovensDevolvidos article.resultadojovem div.dataestado {
  float: left;
  width: 22%; }  
  
 .jovensDevolvidos article.resultadojovem div.idsigae {
  float: left;
  width: 10%; }  

.jovensDevolvidos article.resultadojovem div h6 {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400; }

.jovensDevolvidos article.resultadojovem div h6 span {
  color: #08C;
  padding-left: 10px; }

.jovensDevolvidos article.resultadojovem a:hover div h6 {
  color: #08C; }

.jovensDevolvidos article.resultadojovem div.nome h6 span {
  font-weight: 700; }

.overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay.loading {
  display: flex;
}
.overlay .close-btn {
  font-size: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.overlay .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.overlay .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.overlay .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.overlay .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.overlay .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.overlay .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.overlay .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.overlay .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.overlay .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.overlay .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.overlay .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.overlay .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.overlay .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.overlay .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.overlay .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
