@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
    float: right;
    font-size: 100%;
    color: #e31e25;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
    clear: both;
}

/* boxy obrazkow akcji */
.actions li.next, 
.actions li.prev, 
.actions li.pdf, 
.actions li.print, 
.actions li.back, 
.actions li.zglos, 
.actions li.pobierz,
.actions li.trip
{
    float: left;
    padding: 10px 10px 11px 50px;
    margin: 0px 0px 0px 5px;
    display: block;
    font-family: lato;
    font-weight: bold;
    text-transform: uppercase;
    border: 5px solid white;
}

.actions li.next:hover, 
.actions li.prev:hover, 
.actions li.pdf:hover, 
.actions li.print:hover, 
.actions li.back:hover, 
.actions li.zglos:hover, 
.actions li.pobierz:hover, 
.actions li.trip:hover
{
    color: white;
    border: 5px solid #e31e25;
}


.actions li.next:hover, 
.actions li.next:focus, 
.actions li.prev:hover, 
.actions li.prev:focus, 
.actions li.pdf:hover, 
.actions li.pdf:focus, 
.actions li.print:hover, 
.actions li.print:focus, 
.actions li.back:hover, 
.actions li.back:focus, 
.actions li.zglos:hover, 
.actions li.zglos:focus, 
.actions li.pobierz:hover, 
.actions li.pobierz:focus, 
.actions li.trip:hover,
.actions li.trip:focus
{
    /*color: white; */
    border: 5px solid #e31e25;
}

.hidden-wcag {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
}


li.prev {
    background: url(../../images/portal/akcje.png) no-repeat 0px -59px;
}

li.next {
    background: url(../../images/portal/akcje.png) no-repeat 0px 0px;
}

li.pdf {
    background: url(../../images/portal/akcje.png) no-repeat 0px -244px;
}

li.print {
    background: url(../../images/portal/akcje.png) no-repeat 0px -180px;
}

li.back {
    background: url(../../images/portal/akcje.png) no-repeat 0px -118px;
}

li.zglos {
    background: url(../../images/portal/akcje.png) no-repeat 0px -308px;
}

li.pobierz {
    background: url(../../images/portal/akcje.png) no-repeat 0px -244px;
}

.actions li:hover{
     background-image: url(../../images/portal/akcjeh.png) !important;
     color:white;
     background-color:#e31e25; 
     background-repeat: no-repeat;
}