.dropdown-menu {
    background-color: #fff !important;
}

.div-content-destinatarios {
    /* background-color: #f8f8f8; */
    padding: 0px 24px 0px 24px;
    width: 105%;
    margin-left: -24px;
}

.table-child {
    margin-left: -8px;
    background-color: #f5f5f5 !important;
}

.not-border-click {
    outline: none;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 280px !important;
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 100%;
    }
    100% {
        text-indent: -10%
    }
}

input.marquee {
    position: relative;
    -webkit-animation: movingtitle 10s infinite alternate linear;
    animation: movingtitle 10s infinite alternate linear;
  /* added */
  white-space:nowrap;
  overflow:hidden;
}

@-webkit-keyframes movingtitle
{
/* modified */
    to {text-indent:100%;}
}
@keyframes movingtitle
{
/* modified */
    to {text-indent:100%;}
}
.div-certificado{
    margin-top: -24px;
}
.text-left{
    text-align: left;
}