﻿/* 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. */

.page-item.active .page-link {
    background-color: black;
    border-color: black;
}

.page-link,
.page-link:hover {
    color: black;
}

    .page-link:focus {
        box-shadow: none;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.imageUser {
    max-width: 80%;
}

.imageUsers {
    /*max-width: 100%;
    height: 70px;*/
    height: 100px;
    max-width: 100%;
}

.imageUserDetails {
    max-width: 70%;
}

.imglogo {
    max-width: 100%;
}

.centrar_v {
    height: 70vh;
}

.centrar_h {
    /*Midad de la Altura menos Mitad de la Anchura de la div*/
    left: calc(50% - 15%);
}

.centrar_v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}


.navbar-brand {
    max-width: 50%;
}

.border-bottom {
    border-bottom: 3px solid #d6d5d5 !important;
}

.header-vertical-divider {
    height: 40%;
    border-left: 1px solid #686f7a;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;

    }

    .navbar-brand {
        max-width: 15%;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}



.fondo-verde {
    background-color: #aece6b;
    color: #fff;
}

.fondo-verde-obscuro {
    background-color: #3E7848;
    
}

.fondo-amarillo-claro {
    background-color: #ffffe7;   
}

.fondo-verde-claro {
    background-color: #e7ffec;
}

.texto-verde {
    color: #3E7848;
}

.texto-blanco {
    color: white;
}

.texto-rojo {
    color: red;
}

.negrita {
    font-weight: bold;
}

.icon {
    width: 16px;
    height: 16px;
}

.fuente14 {
    font-size: 14px;
    object-fit: cover;
}

.fuente12 {
    font-size: 10px;
    object-fit:cover;
}


.fuente10 {
    font-size: 10px;
    object-fit: cover;
}

.etiqueta-obl {
    min-width: 120px;
    /*background-color: #aece6b;*/
    color: black;
    font-weight: bold !important;
}

.etiqueta-noobl {
    min-width: 120px;
    /*background-color: #aece6b;*/
    color: black;
    font-weight: normal;
}


.swal-wide {
    width: 1000px !important;
}

/*
Full screen Modal
*/
.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/images/soporte.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}