﻿#navbar-footer a, .table-responsive a {
    color: #45748a !important;
}
/* bloqueo de pantalla */
#overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: wait;
    background: #041128;
    z-index: 1100;
    opacity: 0.5;
    -ms-filter: "alpha (opacity=50)";
    filter: alpha (opacity=50);
    padding-top: 20%;
    text-align: center;
    color:#fff;
}

    #overlay i {
        /*position:relative;    
    left:50%; 
    top:50%;*/
        z-index: 1101;
    }

    #overlay span {
        font-size: 2em;
        max-width: 450px;
        text-shadow: 0 0 0.25em rgb(255 255 255 / 30%);
        z-index: 1101;
    }
.div-botonera {
    margin-bottom: 10px
}

.card-header{padding-bottom:0.75rem;padding-top:0.75rem}

.spinner {
    display: inline-block;
    font-size: 4em;
    height: 1em;
    line-height: 1;
    margin: 0.5em;
    animation: rotation 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 0.25em rgb(255 255 255 / 30%);
}

/* gridviewextendido */
.fila-marcada {
    background-color: #45748a;
    color: #fff
}

.tabla-seleccionable > tbody > tr:not(.fila-marcada):hover {
    background-color: #efefef;
    cursor: pointer;
    color: rgb(121, 121, 121)
}

.fila-marcada:hover {
    cursor: pointer
}

.span-marcar-checks {
    cursor: pointer;
    color: #71b6f9
}

    .span-marcar-checks:hover {
        color: rgb(121, 121, 121)
    }

.celda-negrita {
    font-weight: bold
}

.rojo-negrita {
    font-weight: bold;
    color: darkred
}

.rojo {
    color: darkred
}

.sp_titulo_tabla {
    font-size: 1.2em;
    color: #007BC1
}

.table-responsive .celda-accion {
    color: #2196f3 !important;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}

.dropdown-menu {
    position: fixed;
}

.card-box {
    padding: 10px
}

.span-mas {
    cursor: pointer;
    font-weight: bold;
}
/* textboxextendido */
.mayuscula {
    text-transform: uppercase;
}

.minuscula {
    text-transform: lowercase;
}

::-webkit-input-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

.parsley-errors-list {
    padding-left: 10px;
}

.parsley-required {
    font-size: 0.8em;
    color: #ef5350;
    list-style: none;
}

.parsley-error {
    border: solid 1px #ee3b59;
}

.img-perfil-grande {
    background-color: black;
    width: 200px;
    height: 200px;
    max-width: 100%;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover !important; /* or contain */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 5% 5%;
}

.tarjeta-subtitulo {
    /*--max-lines: 2;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
}

.tarjeta-descripcion {
    font-size:0.9em;
    --max-lines: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
}

.tarjeta-lista {
    color: #45748a;
    font-size: 0.85em;
    line-height: 1.5em;
    --max-lines: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    margin-top: 7px;
}

.tarjeta-numero {
    display: block;
    margin: auto;
    width: 50px;
    font-size: 1.2em;
    font-weight: bold;
    border: solid 1px #2196F3;
    border-radius: 50%;
    height: 50px;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}

.card-imagen{
    padding:0.5rem;
    padding-bottom:0em;
    text-align:center;
}

.card-imagen-imagen {
    height: 130px;
    object-fit: cover;
}

.introjs-fixParent {
    position: absolute;
}

/* Estilos de ficha publica */
.boton {
    border-radius: 3px;
    border: solid 1px #e7e7e7;
}

.sp-valor {
    font-size: 0.9em;
    color: #45748a;
    margin-left: 7px;
}

.sp-sin-valor {
    font-size: 0.9em;
    color: #ef5350;
    margin-left: 7px;
}

.sp-con-valor {
    font-size: 0.9em;
    color: #449f65;
    margin-left: 7px;
}

.sp-texto {
    display: block;
    font-size: 0.8em;
    color: gray;
    --max-lines: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
}

.bloque {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.label-consulta {
    border: none;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin-left: 10px;
    width: 95%;
}