﻿.informeSeleccionado{
    box-shadow: #23c9e8 0px 0px 8px;
    font-weight: 600;
    border: 2px solid #23c9e8;
}

.imagenSeleccionada {
    box-shadow: #23c9e8 0px 0px 8px;
    font-weight: 600;
    border: 2px solid #23c9e8;
}

#panelInforme{
    width:100%;
    text-align:center;
    height:100%;
}
.vega-bindings{
    text-align:left;
    padding:1em;
}
span.vega-bind-name {
    padding-right: 1em;
}
.vega-bind select {
    width: 10em;
}
img.card-img-top {
    height: 300px;
}

img.card-img-informe {
    width: 100%;
}

.cardImagenInforme {
    height: 320px;
    margin-bottom: 1em;
}

.textoDoc {
    position: absolute;
    bottom: 1em;
    width:85%;
}

.btnInformes{
    position:absolute;
    bottom:0;
}

.tab-pane-informe{
    height:50vh;
}