
.bg-pendentes h5 {
    color: #265DF1 !important;
}
.bg-pendentes.active {
    background-color: #133286;
    color: #4873e9 !important;
}
.bg-aprovados h5 {
    color: #46f1d5 !important;
}
.bg-aprovados.active {
    color: white;
    background-color: #2db39c !important;
}
.bg-recusados h5 {
    color: #ffdc52 !important;
}
.bg-recusados.active {
    background-color: #b99b21;
    color: #ffdc52 !important;
}
.bg-todos h5 {
    color: #9de09b !important;
}
.bg-busca.active {
    background-color: #b9219f;
    color: #ffdc52 !important;
}
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(/css/password.ttf);
  }
  
  #input-pin  {
    font-family: 'password';
  }
.bg-busca h5 {
    color: #490056 !important;
}
.bg-todos.active {
    background-color: #338f30;
    color: white !important;
}
tr.details {
    display:none
}
tr.highlight {
    background-color:#eaeaea;
}
.arrow {
    background: url('https://www.pinclipart.com/picdir/big/77-773612_left-hand-clip-art.png');
    width: 50px;
    height: 42px;
    display: block;
    float:left;
    background-size: cover;
}
#appFingersOrders a {
    font-size:1.2em;
}
tr.highlight a {font-weight:bold}

.ld.ld-bounce-in {
    animation: ld-bounce-in 1s 1 linear;
    animation-fill-mode: forwards;
    transform: matrix(0.01,0,0,0.01,0,0);
}
.ld {
    transform-origin: 50% 50%;
    transform-box: fill-box;
    float:right;
}
.ld.ld-breath {
	width:40px;
    animation: ld-breath 1s infinite linear;
}
@keyframes ld-breath {
	0%
	{
		animation-timing-function:cubic-bezier(0.9647,0.2413,-0.0705,0.7911);
		transform:scale(0.9099999999999999)}
	51%
	{
		animation-timing-function:cubic-bezier(0.9226,0.2631,-0.0308,0.7628);
		transform:scale(1.02994)}
	100%
	{
		transform:scale(0.9099999999999999)}
}
.ld.ld-breath {animation:ld-breath .8s infinite linear}
.navbar-brand-wrapper {width:auto!important}
ul.ean-check { padding:0; align-items:left; justify-content: left; }
ul.ean-check li p.ean-check {font-family:monospace,verdana}
ul.ean-check li img,
ul.ean-check li p
{float:left}
.ean-check strong {color:white;background-color:black;padding:2px}
ul.ean-check div { float:left;text-align:left; display:block}
ul.ean-check li p { margin:0; padding: 0;width:100%;float:left;text-align:left}
ul.ean-check li { list-style: none; display:flex; margin-bottom:2em }
.ean-check .verificado strong {background-color: #338f30;}
.retirada-rapida {
    background-color: #ffb5b5
}
tr.retirada-rapida.highlight {
    background-color:#ffbebe;
}