﻿/* 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. */

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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* icon colors */
.blue {
    color: #1b6ec2;
}

.darkgreen {
    color: darkgreen;
}

.red {
    color: red;
}

.green {
    color: green;
}

/* botones */
.boton-success {
    border: 1px solid #28a745;
    background: #28a745;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.boton-info {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 5px;
    padding: 7px;
    color: white;
    font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.boton-danger {
    border: 1px solid darkorange;
    background: red;
    border-radius: 5px;
    padding: 7px;
    color: white;
    font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.boton-danger-sm {
    border: 1px solid darkorange;
    background: red;
    border-radius: 5px;
    padding: 1px;
    color: white;
    font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.boton-danger:hover {
    cursor: pointer;
}

.boton-danger-sm:hover {
    cursor: pointer;
}

/* para mostrar el color elegido */
.cuadro-color {
    width: 25px;
    height: 25px;
    border: 1px solid silver;
    border-radius: 5px;
}

.cuadro-color-estirado {
    width: 50%;
    height: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
}

/* FIX ProgressBar con a href dentro.. */
.progressBar li a {
    color: green;
    text-decoration: none;
}

/*  form-control    */
.select2 select2-container {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5a5a5a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}