/*
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 : Feb 21, 2017, 12:11:48 PM
    Author     : duainfotech
*/

.holder {
        margin: 15px 0;
}

.holder a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        /*color: #333;*/
        color: #d4b579;
}

.holder a:hover {
        background-color: #222;
        color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
        color: #FF4242;
        font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
        color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
        cursor: default; 
        background: none;
}

.holder span { margin: 0 5px; }


/*============================================================================*/
.holder1 {
        margin: 15px 0;
}

.holder1 a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        /*color: #333;*/
        color: #d4b579;
}

.holder1 a:hover {
        background-color: #222;
        color: #fff;
}

.holder1 a.jp-previous { margin-right: 15px; }
.holder1 a.jp-next { margin-left: 15px; }

.holder1 a.jp-current, a.jp-current:hover { 
        color: #FF4242;
        font-weight: bold;
}

.holder1 a.jp-disabled, a.jp-disabled:hover {
        color: #bbb;
}

.holder1 a.jp-current, a.jp-current:hover,
.holder1 a.jp-disabled, a.jp-disabled:hover {
        cursor: default; 
        background: none;
}

.holder1 span { margin: 0 5px; }