/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.04.18., 14:17:24
    Author     : PÃ©ter
*/

.pager {
    margin: 20px 0;

}

.pager a.first {
    background-image: url(../img/arrow-left-double.svg);    background-size: 10px 10px;    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    min-width: 10px;
    top: -1px;    position: relative;
}
.pager a.prev {
    background-image: url(../img/arrow-left-single.svg);    background-size: 10px 10px;    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    min-width: 10px;
    top: -1px;    position: relative;
}
.pager a.next {
    background-image: url(../img/arrow-right-single.svg);    
    background-size: 10px 10px;    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    padding: 5px;
    display: inline-flex;
    min-width: 10px;
}
.pager a.last {
    background-image: url(../img/arrow-right-double.svg);    
    background-size: 10px 10px;    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    padding: 5px;
    display: inline-block;
    min-width: 10px;
}

.pager a, .pager span {
    font-size: 15px;
    color: #4f4f4f;
    display:inline-block;
    /* padding:5px 7px; */
    text-decoration:none;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
}
.pager a.arrow {
    font-size: 14px;
    position: relative;
    top: 0px;
    padding: 2px 7px;
}
.pager a:hover {
    background-color: #eaeade;
    color: black;
}
.pager span {
    color:#999;
    text-decoration:none;

    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}
