﻿/* 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. */





/*JOMANI mi color-profile defs texto para celdas*/
.textoRojo {
    color: #FF0000;
}



.fondo-Jomani {
    background: linear-gradient(to bottom, #3532a8, #6f6be0);
    opacity: 1;
    color: #FFFFFF;
}


.fondo-formulario-Jomani {
    background-color: #f0f0f0;
    /*background: linear-gradient(to bottom, #3532a8, #6f6be0);
    opacity: 1;
    color: #FFFFFF;*/
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.imgSlider {
    max-width: 70%;
}

.sheetSlider {
    background-color: #ffffff;
    text-align: center;
}

.sh__meta span, .sh__meta h4 {
    color: rgb(85, 85, 85);
}

.imglogo {
    max-width: 40%;
}

.navbar-brand {
    max-width: 50%;
}

.hidenn {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.cursoImage {
    max-width: 70%;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.tdImg {
    width: 100px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar-brand {
        max-width: 20%;
    }
}

.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;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}




/* Botones propios JOMANI
-------------------------------------------------- */

/* Redefine los estilos de .btn */
/* Modificar el texto y el color de fondo en los tres estados
   principales del botón: default, hover y active. */
btn-mio,
btn-mio:hover,
btn-mio:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #007da7;
}

/* Aplicar gradientes de colores */
/* Nota: no se muestran aquí todos los gradientes que tendrás que
   definir para los diferentes navegadores. */
btn-mio {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
    ...
}

    /* Estilos del estado :hover del botón */
    /* Uno de los estilos más sencillos y eficaces para el estado :hover
   consiste en subir hacia arriba ligeramente la imagen de fondo del
   botón, pero puedes definir otros estilos adicionales si quieres. */
    btn-mio:hover {
        background-position: 0 -15px;
    }


/*JOMANI para generar el código de botones personalizados para bootstrap
http://blog.koalite.com/bbg/*/




.btn-jomani {
    color: #ffffff;
    background-color: #3532a8;
    border-color: #160761;
}

    .btn-jomani:hover,
    .btn-jomani:focus,
    .btn-jomani:active,
    .btn-jomani.active,
    .open .dropdown-toggle.btn-jomani {
        color: #ffffff;
        /*background-color: #49247A;*/
        background-color: rgb(111,107,224);
        border-color: #160761;
    }

    .btn-jomani:active,
    .btn-jomani.active,
    .open .dropdown-toggle.btn-jomani {
        background-image: none;
    }

    .btn-jomani.disabled,
    .btn-jomani[disabled],
    fieldset[disabled] .btn-jomani,
    .btn-jomani.disabled:hover,
    .btn-jomani[disabled]:hover,
    fieldset[disabled] .btn-jomani:hover,
    .btn-jomani.disabled:focus,
    .btn-jomani[disabled]:focus,
    fieldset[disabled] .btn-jomani:focus,
    .btn-jomani.disabled:active,
    .btn-jomani[disabled]:active,
    fieldset[disabled] .btn-jomani:active,
    .btn-jomani.disabled.active,
    .btn-jomani[disabled].active,
    fieldset[disabled] .btn-jomani.active {
        background-color: #611BBD;
        border-color: #160761;
    }

    .btn-jomani .badge {
        color: #611BBD;
        background-color: #ffffff;
    }
