/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

html {
    background: url('../images/background.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

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;
    }
}

.topo {
    /*padding: 15px 0 15px 0;*/
    color: #fff;
}

.logo-liga {
    background-image: url('../images/logo.png');
    background-position: center;
    background-size: cover;
    height: 140px;
    width: 140px;
    margin: 0 auto;
}

.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;
}

.bg-liga-principal {
    background-color: #105B63;
    color: #fff;
}

.bg-liga-branco {
    background-color: #fff;
    color: #105B63;
}