﻿/* 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. */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.oculto{
    display: none;
}

.th-ancho-puesto{
    width: 140px;
}

.select-fsize{
    font-size: 0.8em;
}

.modal-center {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.bg-blue {
    background: #095fa5;
}

.bg-footer {
    background: #569ad2;
    color: #fff;
}

.error{
    color: red;
}

.cursor{
    cursor: pointer;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.texto-alert1{
    font-size: large;
}

/*.img-logo {
    position: fixed;
    height: 205px !important;
    width: 177px !important;
    margin-top: -22px !important;
}*/

.selectpicker-sm{

}

.contenedor-reporte {
    max-height: 400px;
    overflow-y: auto;
}

.carnet {
    min-height: 231px;
}

.border-solid {
    border: solid;
    width: 50%;
    padding: 5px;
}

/*#div-carnets{
    margin-left: 20px;
    margin-bottom: 20px;
}*/

.sin-padding{
    padding: 0px;
}