﻿#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
}

.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%;
}
