/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.h3, h3 {
    padding-top: 10px;
}

/* Bootstrap Overwrite */

.col-12 {
    margin-bottom: 5px;
}

label {
    margin-bottom: .1rem !important;
}

.alert {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.validatorBubble {
    color: #a94442;
    position: absolute;
    background-color: white;
    border: 2px solid #a94442;
    padding: 3px 6px;
    z-index: 51;
    border-radius: 4px;
    box-shadow: 5px 5px 5px #8f8f8f;
    top: 35px;
    display: inline-block;
    left: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: 'ZonaThin'; /*a name to be used later*/
    src: url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.otf") format('opentype');
    font-display: swap;
    font-weight: 100 300;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaBold'; /*a name to be used later*/
    src: url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.otf") format('opentype');
    font-display: swap;
    font-weight: 700 900;
    font-style: normal;
}

.ZonaBold {
    font-family: ZonaBold, "Helvetica Neue", Arial, sans-serif;
}

.ZonaThin {
    font-family: ZonaThin, "Helvetica Neue", Arial, sans-serif;
    font-weight: 800 !important;
}


.BG-GreyBlue {
    background-color: #7A99AC !important;
}


.btn {
    font-weight: 800 !important;
}

.btnSite {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-successSite {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.dropdown-item {
    font-weight: 800 !important;
}

option {
    font-weight: 800 !important;
    font-size: 1.1rem;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

img.resize {
    width: 375px !important;
    height: 375px !important;
    box-shadow: 0px 0px 10px #000 !important;
}

.submitForm {
    border: .5px .5px .5px .5px solid;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}

/* 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;
}

.navbar-expand {
    background-color: black
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 576px) {
    .navbar-expand > .container {
        padding-left: 15px !important; /*Esto es para que el logo quede alineado con el body*/
    }
}

.help-block {
    font-size: 0.9rem;
    vertical-align: super;
}

.image-inline {
    vertical-align: bottom;
}


@media all and (min-width:992px) {
    .desktop-br {
        display: inline;
    }

    .mobile-br {
        display: none;
    }
}

@media all and (max-width:992px) {
    .desktop-br {
        display: none;
    }

    .mobile-br {
        display: inline;
    }
}


/* Absolute Center Spinner SPINNER PRUEBA */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

.table td, .table th {
    vertical-align: middle !important;
}

.table th {
    border-top: none !important;
}

.btn-util {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

    .btn-util:hover {
        color: #fff !important;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }

#svgInfoHelpScan {
    color: #007bff;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
