
body {
    color: #262626;
    background-color: transparent;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 20px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.card-header {
    background-color: #DEDEDE;
}

.img-footer {
    margin: 0px auto;
    display: block;
    height: 3vh;
}

.topo {
    line-height: 60px;
    vertical-align: middle !important;
}

    .topo img {
        height: 55px;
        width: 55px;
    }

.logo-liga {
    background-image: url('../images/laudos_2.png');
    background-position: center;
    background-size: cover;
    height: 202px;
    width: 335px;
    margin: 0 auto;
    border: none;
}

.container-identificacao-paciente {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px 6px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.container-exames-paciente {
    padding: 20px;
    background-color: #fff;
}

.teste {
    border: 1px solid red;
}

.body-content {
    padding-bottom: 100px;
}

.lista-exames {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.lista-exames-dia {
    padding-bottom: 8px;
}

.lista-exames-dia-titulo {
    padding: 10px 0 10px 0 !important;
}

.border-left-styled {
    /*border-left: 5px solid #F56C51;*/
    border-left: 5px solid #ccc;
    border-radius: 5px;
    background-color: #fcfcfc;
    margin: 5px 0 5px 30px;
}

.text-sm {
    font-size: 11px;
}

.text-md {
    font-size: 14px;
}

.text-lg {
    font-size: 22px;
}

.text-xl {
    font-size: 36px;
}