<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-fsp-pessoas { overflow: hidden; border: 1px solid #ccc; }
.tab-fsp-pessoas a {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; width: 50%; 
  padding: 3px 0; transition: 0.3s; font-size: 14px; font-weight: normal; text-align: center;
}
.tab-fsp-pessoas a:hover { color: #000 !important; }
.tab-fsp-pessoas a.active { background-color: #db2723 !important; color: #fff !important; }
.fsp-pessoas-tabcontent {
  display: none; padding: 10px 15px; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s;
  overflow: hidden scroll; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
  max-height: 190px; overflow: hidden scroll;
}

@-webkit-keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }
@keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }

.fsp-pessoas-tabcontent p { font-size: 14px; }
.fsp-pessoas-tabcontent p .icon{ color:#00a3c8; font-size: 17px; }

.fsp-pessoas-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #00a3c8 #00a3c8 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.fsp-pessoas-loader::after,
.fsp-pessoas-loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.fsp-pessoas-loader::before {
  width: 14px;
  height: 14px;
  border-color: #00a3c8 #00a3c8 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.fsp-pessoas-box {
  margin-bottom: 12px !important; background-color: #f7f9fc; padding: 15px; border: solid 1px #e7eaf1;
}

.fsp-pessoas-titulo {
  font-size: 14px; font-weight: bold; color:#db2723; text-decoration: none;
}

.fsp_pessoa_foto_usuario{
  max-width: 170px;
  max-height: 220px;
}

.fsp_pessoas_docentes{
  font-family: 'Raleway', 'Raleway', 'Hind', sans-serif !important;
  font-size: 0.90rem;
  font-weight: bold;
}

.fsp_pessoas_docentes a {
  margin: 0 0.5rem;
}

.fsp_pessoas_titulo_departamento{
  font-family: 'Hind', sans-serif !important;
  color: #e20000;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.fsp_pessoas_nome{
  font-family: 'Raleway', 'Hind', sans-serif !important;
}
.fsp_pessoas_email{
  font-family: 'Raleway', 'Raleway', 'Hind', sans-serif !important;
}

.fsp_pessoas_navegacao, .fsp_pessoas_intranet_navegacao {
  height: 23px;
  width: 23px;
  background-color: #1094ab;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  -webkit-box-shadow: 0px 3px 6px -3px #000;
    -moz-box-shadow: 0px 3px 6px -3px #000;
        box-shadow: 0px 3px 6px -3px #000;
}


.fsp-card-pessoas-intranet{
  /* margin-bottom: 10px; */
  /* border:solid 1px #d2d2d2; */
  border-radius: 10px;
  background-color: #f7f9fc;
  padding-bottom: 5px;
  border: solid 1px #efe9e9;
  -webkit-box-shadow: 2px 5px 8px -5px #000; 
    -moz-box-shadow: 2px 5px 8px -5px #000;
         box-shadow: 2px 5px 8px -5px #000;
}

.fsp-card-pessoas-intranet .fsp_pessoas_titulo_departamento{
  color: #e20000;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 10px 25px 5px;
  line-break: loose;
}

.fsp-card-pessoas-intranet .fsp_pessoa_foto_usuario{
  text-align: center;
  margin: 0 auto;
}

.fsp-card-pessoas-intranet .fsp_pessoas_docentes{
  font-size: 1.4rem;
  padding: 0px 25px 5px;
}

.fsp-card-pessoas-intranet .fsp_pessoas_nome{
  padding: 0px 25px 5px;
}

.fsp-card-pessoas-intranet .fsp_pessoas_links{
  padding: 0px 25px 5px;
}

.fsp_pessoas_nav{
  margin: 15px;
}

.fsp-busca-contato{
  height: 34px !important;
}

/* .btn-fsp-busca:hover,
.btn-fsp-busca:focus,
.btn-fsp-busca:active { */
.btn{
  border-width: 2px !important;
}

.btn-warning-fsp {
  color: #fff !important;
  background-color: #1094ab;
  border-color: #0f7486;
}
.btn-warning-fsp:focus,
.btn-warning-fsp.focus {
  color: #fff !important;
  background-color: #1094ab;
  border-color: #0b505c;
}
.btn-warning-fsp:hover {
  color: #fff !important;
  background-color: #1094ab;
  border-color: #0f7486;
}
.btn-warning-fsp:active,
.btn-warning-fsp.active,
.open &gt; .dropdown-toggle.btn-warning-fsp {
  color: #fff !important;
  background-color: #1094ab;
  border-color: #0f7486;
}
.btn-warning-fsp:active:hover,
.btn-warning-fsp.active:hover,
.open &gt; .dropdown-toggle.btn-warning-fsp:hover,
.btn-warning-fsp:active:focus,
.btn-warning-fsp.active:focus,
.open &gt; .dropdown-toggle.btn-warning-fsp:focus,
.btn-warning-fsp:active.focus,
.btn-warning-fsp.active.focus,
.open &gt; .dropdown-toggle.btn-warning-fsp.focus {
  color: #fff !important;
  background-color: #0f7486;
  border-color: #0b505c;
}
.btn-warning-fsp:active,
.btn-warning-fsp.active,
.open &gt; .dropdown-toggle.btn-warning-fsp {
  background-image: none;
}
.btn-warning-fsp.disabled:hover,
.btn-warning-fsp[disabled]:hover,
fieldset[disabled] .btn-warning-fsp:hover,
.btn-warning-fsp.disabled:focus,
.btn-warning-fsp[disabled]:focus,
fieldset[disabled] .btn-warning-fsp:focus,
.btn-warning-fsp.disabled.focus,
.btn-warning-fsp[disabled].focus,
fieldset[disabled] .btn-warning-fsp.focus {
  background-color: #1094ab;
  border-color: #0f7486;
}</pre></body></html>