/* gif background home page */
#background {
    background-image: url('../img/backgroundBioSync.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

/* background login biomédico */
#backgroundLogin {
    background-image: url('../img/bg_biosync.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

/* background login agente */
#backgroundLoginAgente {
    background-image: url('../img/bg_biosync_client.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

/* laudo biosync */
.dadosPaciente {
    font-size: 13px;
    line-height: 0.5;
}

#dataLaudo {
    font-size: 12px;
}

/* Impressão e Download de Laudo */
@media print {
    .modal-footer,
    .modal-header,
    #noPrint {
        display: none !important;
    }
    .modal-content {
        border: none !important;
        box-shadow: none !important;
    }
    .modal-body {
        padding: 0 !important;
    }
    .card {
        border: 1px solid #000 !important;
        page-break-inside: avoid;
    }
    img {
        max-height: 400px !important;
    }
}

/* logo footer */

@keyframes girar {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
  
#rotation {
    animation: girar 3s linear infinite;
}

li {
    list-style-type: none;
}