#sas-spinner{
    height: 120px;
    top: 40%;
    text-align: center;
    width: 200px;
    position: absolute;
    margin-left: 50%;
    z-index: 1000;
    left: -100px;
}

#sas-spinner p{
    font-weight: bold;
    color: #1f91ff;
    left:-12px;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #1e90ff transparent #6b6161 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.panel-heading{
    background:#1e90ff !important;
    color:#fff !important;
}

#btnConsultar{
    background:#1e90ff !important;
    color:#fff !important;
}


.panel-title{
  color: #fff;
}

a{
    color:#1e90ff !important;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}