﻿.incidenceCausa {
    font-size:14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom:10px;
    margin-top:5px;
}

.incidenceAfeccion {
    margin-top: -10px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
    margin-top:10px;
}

.incidenceBody {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin:0px;
}

.incidenceBody p {
    vertical-align: middle;
}

.incidenceObservaciones {
    font-size: 12px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.leyendaFechaExpira {
    font-size: 9px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    padding-left: 90px;
}

.imageP {
    vertical-align: middle;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    /* filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); */
    /* padding: 15px; */
    border-radius: 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 255px;
    padding-left: 15px;
    padding-right: 15px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 8px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
    color: red;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}


ul.paginacion li a.active {
    border-radius: 5px;  
    background-color: #f44336;
    color: white;
}

ul.paginacion li a:hover:not(.active) {
    background-color: #ddd;
}


ul.paginacion {
    display: inline-block;
    padding: 0;    
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
}

ul.paginacion li {
    display: inline;

}

ul.paginacion li a {
    border-radius: 5px;
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
}
.pag-tarjetero{
    float: right;
    margin-top: 9px;
}