/* user account css */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	margin-top: 20px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.tab-content-bordered {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs-bordered {
    margin-bottom: 0;
}

.navbar-wrapper .navbar {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-content {
	width: 350px;
	padding: 15px;
	padding-bottom: 0px;
}

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

.navbar-nav.navbar-right:last-child {
	margin-right: 3px !important;
}

.navbar-footer {
	background-color: #DDD;
}

.navbar-footer-content {
	padding: 15px 15px 15px 15px;
}

.dropdown-menu {
	padding: 0px;
	overflow: hidden;
}

.mcursor{
	cursor: pointer;
}
/* fim - user account */

/* Este script contem apenas as definições gerais dos aplicativos contidos no portal acadêmico. nâo adicionar customizações de clientes aqui. */
.navbar .divider-vertical {
	height: 53px;
	margin: 0px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #ffffff;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* pace theme */

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 80px;
}

.footer {
	margin-top: 80px;
}

.footer-img-swa{
	float:left;
	margin-right:10px;
}

.a-description{
	font-size:11px;
}

.navbar {min-height:55px !important;}

.navbar-brand img{
	margin-top:-15px;
}

.profile-image  {
	padding-top: 0px;
	padding-bottom: 0px;
}

.special-img {
    position: relative;
    top: -5px;
    float: left;
    left: -5px;
}

.panel-heading h3, .panel-heading h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: normal;
}

.img-profile {
  margin-top: -13px;
  margin-bottom: -9px;
}

.help-block{
	font-size:small;
}

.ui-helper-hidden-accessible { display:none; }

.error-msg{
	font-size: small;
	color:#990000;
}

.img-palestrante-description{
	margin-right:5px;
}

img.loading {
    background: transparent url(../img/spinner.gif) no-repeat scroll center center;
}

.img-100{
	max-width: 100px;
}

.img-200{
	max-width: 200px;
}

/* CORES PARA OS STATUS DO CURSO INGRESSO DO ALUNO */
.ACI-ATIVO{
	background-color: rgb(157,199,139);
}

.ACI-CANCELADO{
	background-color: rgb(196,154,132);
}

.ACI-MUDANCA_GRADE{
	background-color: rgb(156,132,81);
}

.ACI-CONCLUIDO{
	background-color: rgb(178, 220, 182);
}

.ACI-DESISTENTE{
	background-color: rgb(196,154,132);
}

.ACI-TRANCADO{
	background-color: rgb(145,191,193);
}

.ACI-TRANCAMENTO_INSTITUCIONAL{
	background-color: rgb(210,236,243);
}

.ACI-TRANSFERENCIA_EXTERNA{
	background-color: rgb(220,218,118);
}

.ACI-TRANSFERENCIA_INTERNA{
	background-color: rgb(220,218,118);
}

.ACI-JUBILADO{
	background-color: yellow;
}

.ACI-BLOQUEADO, .ACI-FALECIDO{
	background-color: rgb(196,154,132);
}
/* FIM - CORES PARA OS STATUS DO CURSO INGRESSO DO ALUNO */

/* CORES PARA OS STATUS DA MATRICULA DISCIPLINA */

.MD-APROVADO, .MD-APROVADO_PARECER_DESCRITIVO{
	background-color: rgb(157,215,158);
}

.MD-REPROVADO_NOTA_FREQUENCIA{
	background-color: rgb(241,166,166);
}

.MD-REPROVADO_PERIODO{
	background-color: rgb(255,160,64);
}

.MD-REPROVADO_NOTA, .MD-REPROVADO_FREQUENCIA{
	background-color: rgb(241,166,166);
}

.MD-EM_EXAME{
	background-color: rgb(238,223,117);
}

.MD-APROVADO_EXAME{
	background-color: rgb(157,215,158);
}

.MD-CANCELADO{
	background-color: rgb(221,108,108);
}

.MD-MATRICULADO{
	background-color: rgb(141,171,182);
}

.MD-SUFICIENTE{
	background-color: rgb(157,215,158);
}

.MD-DISPENSADO{
	background-color: rgb(240,206,139);
}

.MD-NAO_OPTOU{
	background-color: rgb(136,118,64);
}

.MD-EQUIVALENCIA_EXCEPCIONAL{
	background-color: rgb(205,190,169);
}

.MD-INFREQUENTE{
	background-color: rgb(255, 255, 208);
}

.MD-APROVEITAMENTO_EXTERNO{
	background-color: rgb(250,176,65);
}

/* FIM - CORES PARA OS STATUS DA MATRICULA DISCIPLINA */

/* CORES PARA OS STATUS DA MATRICULA */

.MAT-ATIVA{
	background-color: #76c07d;
}

.MAT-CANCELADA{
	background-color: rgb(255, 200, 0);
}

.MAT-TRANCADA{
	background-color: rgb(255, 0, 0);
}

.MAT-AGUARDANDO{
	background-color: rgb(155,186,195);
}

.MAT-INFREQUENTE, .MAT-DESISTENTE{
	background-color: rgb(192, 192, 192);
}

.MAT-REPROVADO{
	background-color: rgb(255, 128, 128);
}

.MAT-APROVADO, .MAT-APROVADO_PARECER_DESCRITIVO, .MAT-APROVADO_PARCIALMENTE {
	background-color: rgb(192, 224, 192);
}

.MAT-REMANEJADA{
	background-color: rgb(205, 178, 199);
}

/* FIM CORES PARA OS STATUS DA MATRICULA */

/* CORES PARA OS STATUS DA ATUALIZACAO CADASTRAL */

.CAD-PENDENTE{
	background-color: #f3f598;
}

.CAD-CONCLUIDO{
	background-color: rgb(192, 224, 192);
}

.CAD-CANCELADO{
	background-color: #fad9d0;
}

/* FIM - CORES PARA OS STATUS DA ATUALIZACAO CADASTRAL */

/* STATUS DOS DOCS DO ALUNO */
.DOC_NAO_AVALIADO{
	color:  rgb(0,0,0);
}

.DOC_INDEFERIDO{
	color:  rgb(0,0,0);
}

.DOC_DEFERIDO{
	color:  rgb(0,0,0);
}

.DOC_VENCIDO{
	color:  rgb(0,0,0);
}
/* FIM - CORES PARA OS STATUS DA ATUALIZACAO CADASTRAL */

.label-APROVADO, .APROVADO, .label-CONFIRMADA, .CONFIRMADA, .AVALIACAO-CONCLUIDA{
	background-color: #4c8b4a;
}

.BAIXADA, .label-BAIXADA{
	background-color: #2dd652;
}

.BXD, .label-BXD{
	background-color: #2dd652;
}

.label-PAGO, .PAGO{
	background-color: #347844;
}

.BAIXADA, .label-BAIXADA{
	background-color: #2dd652;
}

.label-PAGO, .PAGO{
	background-color: #347844;
}

.label-ABERTO, .ABERTO, .label-PARCIAL, .PARCIAL{
	background-color: #dd3f31;
}

.AVALIACAO-PENDENTE{
	background-color: rgb(155,186,195);
}

.label-doc-solicitacao-PENDENTE{
	background-color: #D9DCCA;
	color: black;
}

.label-doc-solicitacao-DEFERIDO{
	background-color: #3C8F11;
}

.label-doc-solicitacao-INDEFERIDO{
	background-color: #dd3f31;
}
.label-status-chamada-AGUARDANDO_CHAMADA{
	background-color: #E1DC93;
}
.label-status-chamada-CLASSIFICADO{
	background-color: #08C6E4;
}
.label-status-chamada-MATRICULA_EFETIVADA{
	background-color: #93E19B;
}
.label-status-chamada-NAO_OPTOU{
	background-color: #777777;
}
.label-status-chamada-DESCLASSIFICADO{
	background-color: #FF1717;
}
.label-status-chamada-NAO_REALIZOU_MATRICULA{
	background-color: #FF1717;
}

.label-status-chamada-AGUARDE{
	background-color: #C2BC98;
}

.label-status-prova-REPROVADO{
	background-color: #FB3B3B;
}

.label-status-prova-DESCLASSIFICADO {
	background-color: #FB3B3B;
}

.form-signin {
	max-width: 350px;
	padding: 15px;
	margin: 0 auto;
	height: 100%;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}




/**AlunoOportunidades-Index*/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0);
  margin-top: -2px;
}



#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;    
    
}
#inbox .show-on-hover {
    position: absolute;
    bottom: 80px;
    right: 80px;
}
#inbox .btn-io{
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: -5px;
padding-bottom: 30px;
}
#inbox .dropdown-menu-right {
right: 0 !Important;
left: auto !Important;
}
#inbox .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 50px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: center;
list-style: none;
background-color: rgba(255, 255, 255, 0) !Important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a {
display: block;
padding: 0;
padding-top: 4px;
margin-top: 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
background: #fff;
white-space: nowrap;
width: 40px;
height: 40px;
border: solid 1px #ccc;
border-radius: 50px;
font-size: 21px;
box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}
#inbox .dropdown-menu > li:first-child>a {
    background: #6E4320 !important;
    color: #fff !important;
}
#inbox .dropdown-menu > li:last-child>a {
    background: #D3A516;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(3)>a {
    background: #3C80F6;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(2)>a {
    background: #2CAC26;
    color: #fff;
}
#inbox .fa-iosm{
    
    margin-top: 7px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    bottom:8%;
    position:fixed;
    right:2%;
    text-indent:-999px;
    background: url(../img/6t3jba.png) no-repeat;
    display:none;
    cursor:pointer;
    z-index: 999;
}

/**Fim AlunoOportunidades-Index*/


.font-small{
	font-size: small;
}

.font-large{
	font-size: large;
}

/* label status evento inscricao */
.inscricao-CONFIRMADA, .DEFERIDO, .DEFERIDA{
	background-color: green;
}

.inscricao-AGUARDANDO_CONFIRMACAO, .inscricao-AGUARDANDO_PAGAMENTO, .AGUARDANDO_PAGAMENTO, .AGUARDANDO_CONFIRMACAO, .PENDENTE_AVALIACAO, .INSCRITO {
	background-color: #85b0ef;
}

.inscricao-CANCELADA, .INDEFERIDO, .INDEFERIDA, .INATIVO{
	background-color: #990000;
}

.inscricao-ENCERRADA{
	background-color: #3a864c;
}

.inscricao-REPROVADO{
	background-color: #FB3B3B;
}
/* label status evento inscricao */



/* CSS for Credit Card Payment form */
.panel-title-card {display: inline;font-weight: bold;}
.checkbox.pull-right-card { margin: 0; }
.pl-ziro-card { padding-left: 0px; }
.form-control-card.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
label-card.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.highlight {
    background-color: #abbce2;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  /* z-index: 100; */
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    /* display: none; */
}

.font-x-small{
	font-size: x-small;
}

/* Modulo BI */
.card-box {
    box-shadow: 1px 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}

.h400{
	min-height: 400px;
}

.bi-400{
	max-height: 348px;
	min-height: 348px;
	height: 348px;
	overflow-y:scroll;
}
.bi-font30{
	font-size: 30px;
}
.bi-stats h4 {
    margin-bottom: 0px;
}

.bi-xxlarge{
	font-size: 70px;
	margin-right: 5px;
	font-weight: 600;
}

.bi-fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
}


/* Modulo BI - FIM */


.bs-wizard {border: solid 0px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.contact-photo .img-responsive{
	margin:0 auto;
}

.btn-top5{
	margin-top:5px;
}

.btn-height100{
	min-height:160px;
	height: 100%;
}


.btn-biblioteca-a{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-biblioteca-person:hover{
	background-color: #009D84 ;
}

.btn-biblioteca-person{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-biblioteca-a:hover{
	background-color: #009D84 ;
}

.btn-blackboard{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-blackboard:hover{
	background-color: #009D84 ;
}

.btn-neolms{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-neolms:hover{
	background-color: #009D84 ;
}

.btn-minhabiblioteca{
	height:130px;
	background-color: #75acd9;
	margin-bottom: 5px;
}

.btn-minhabiblioteca:hover{
	background-color: #009D84 ;
}

.btn-moodle{
	height:130px;
	background-color: #FAA04D;
	margin-bottom: 5px;
}

.btn-moodle:hover{
	background-color: #009D84 ;
}

.btn-pergamum{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-pergamum:hover{
	background-color: #009D84 ;
}

.btn-sisfad{
	height:130px;
	background-color: #337AB7;
	margin-bottom: 5px;
}

.btn-sisfad:hover{
	background-color: #009D84 ;
}

.CONTRATO_PENDENTE{
	background-color: rgb(150, 185, 227);
}

.CONTRATO_ENTREGUE{
	background-color: rgb(255, 224, 128);
}

.CONTRATO_CANCELADO{
	background-color: rgb(255, 160, 160);
}

.input_fce{
	border: 1px solid #bfbfbf;
    border-radius: 0px;
	height:38px;
	font-family:roboto;
}

 /* CORES PARA STATUS SOLICITACAO BOLSA */
 
.PCB-AGUARDANDO {
	background-color: rgb(155,186,195) !important;
}

.PCB-INDEFERIDO {
	background-color: rgb(168,40,45);
}

.PCB-DEFERIDO {
	background-color: rgb(48,140,62);
}

.PCB-CANCELADO {
	background-color: rgb(255,102,0);
}

/* FIM CORES PARA STATUS SOLICITACAO BOLSA */

/* CORES PARA SITUACAO DOCUMENTOS BOLSA */

.DPCB-NAO_AVALIADO {
	background-color: rgb(204,204,204);
}

.DPCB-DEFERIDO {
	background-color: rgb(0,255,51);
}

.DPCB-INDEFERIDO {
	background-color: rgb(204,0,0);
	color: white;
}
/* CORES PARA SITUACAO DOCUMENTOS BOLSA */