﻿.gridViewPager {
    background-color: #d9edf7;
    padding: 2px;
    margin: 2% auto;
}

.gridViewPager a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: cornflowerblue;
    padding: 5px 10px 5px 10px;
    color: white;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .gridViewPager a:hover {
        background-color: lightsteelblue;
        color: white;
    }

.gridViewPager span {
    background-color: #d9edf7;
    color: black;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.botonAgregar {
    background-color: #3c8dbc;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #367fa9;
    border-bottom: #367fa9;
    border-right: #367fa9;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonFiltrar {
    background-color: #ffa400;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #ffa400;
    border-bottom: #ffa400;
    border-right: #ffa400;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonCancelar {
    background-color: lightgray;
    color: blue;
    box-shadow: none;
    border-width: 1px;
    border-color: lightgray;
    border-bottom: lightgray;
    border-right: lightgray;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonEliminar {
    background-color: #ff0000;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #ff0000;
    border-bottom: #ff0000;
    border-right: #ff0000;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonGuardar {
    background-color: yellow;
    color: darkblue;
    box-shadow: none;
    border-width: 1px;
    border-color: yellow;
    border-bottom: yellow;
    border-right: yellow;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.pagebreak {
    page-break-before: always;
}

.limpiaEstilos {
    all: unset;
}
