td[headers=LINK]{width:50px; text-align: center}

th[id="LINK"]{width:50px; text-align: center}

td[headers=LINK]{width:50px; text-align: center}

th[id="LINK"]{width:50px; text-align: center}

.a-IRR-reportView .a-Icon {
    
    vertical-align: top;
    width: 40%;
    height: 40%;
    line-height: 16px;
}
.t-Header-branding {background: linear-gradient(90deg, rgba(0,43,47,1) 0%, rgba(1,116,143,1) 95%);
}

.t-TreeNav {
	background:linear-gradient(90deg, rgba(0,43,47,1) 0%, rgba(1,116,143,1) 95%);
}

.t-PageBody--login {background:linear-gradient(90deg, rgba(0,43,47,1) 0%, rgba(1,116,143,1) 95%);

}
.nav-bar-info {padding-right: 50px}

.btn {
    background-color: rgb(0, 118, 223);
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
}


.button {
  background-color: rgb(0, 118, 223);
  -webkit-border-radius: 5px;
  border-radius: 25px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 2px 12px 3px 12px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
  50% { background-color: #8BC34A; -webkit-box-shadow: 0 0 3px #8BC34A; }
  100% { background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
}

@-moz-keyframes glowing {
  0% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
  50% { background-color: #8BC34A; -moz-box-shadow: 0 0 3px #8BC34A; }
  100% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
}

@-o-keyframes glowing {
  0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
  50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
  100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
}

@keyframes glowing {
  0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
  50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
  100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

#TITULO {
  justify-content: center;
  display: flex;
  animation: go-back 2s  alternate;
}
.t-Login-containerBody {
   animation: go-bottom 2s  alternate;
  
}

@keyframes go-back {
from {
  transform: translateX(50%);
}
to {
  transform: translateX(0);
}
}


@keyframes go-bottom {
from {
  transform: translateY(50%);
}
to {
  transform: translateY(0);
}
}

.btnAprovar {
    background-color: rgb(60,179,113);
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
}

.btnReprovar {
    background-color: rgb(255,99,71);
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
}

.btnCinza {
    background-color: grey;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
}

.textodireita {
	text-align: end;
}

