﻿/* 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 {
    font-size: 14px;
    /*position: relative;*/
    /*min-height: 100%;*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom right, Gainsboro, Snow);
    background-image: -webkit-linear-gradient(to bottom right, Gainsboro, Snow);
    background-image: -moz-linear-gradient(to bottom right, Gainsboro, Snow);
    background-image: -o-linear-gradient(to bottom right, Gainsboro, Snow);
    /*
    background-image: url('/image/ilust-medic-fondo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    */
}

main {
    /* This will make the main element take the remaining space dynamically */
    flex-grow: 1;
}

.footer {
    /*position: absolute;*/
    /*bottom: 0px;*/
    width: 100%;
    line-height: 40px; /*Vertically center the text there */
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.loader {
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 99 !important
}
