/*
module name : datatables 
link: https://editor.datatables.net/examples/index
powered: cany
DATATABLES PAGINATION TEMPLATE
*/

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    padding: 10px;
    height: 52px;
    margin-bottom: 15px;
}

.dataTables_paginate {
    background-color: #fff;
    -moz-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -webkit-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -o-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    -ms-box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    box-shadow: -3px 2px 2px rgba(119, 151, 178, .2);
    text-align: center;
    margin-top: -10px;
    margin-top: 10px;
    width: 100%;
}

.dataTables_paginate .previous {
    position: absolute;
    left: 0;
    margin-left: 10px!important;
    border-right: 1px solid #eee!important;
    width:100px;
}

.dataTables_paginate .next {
    position: absolute;
    right: 0;
    margin-right: 10px!important;
    border-left: 1px solid #eee!important;
    width:100px;
}

.dataTables_paginate .previous::before,
.paginate_button.previous::before
{
    font-family: Fontawesome;
    content: '\f100';
    position: absolute;
    margin-left: -12px;
}

.dataTables_paginate .next::after,
.paginate_button.next::after{
    font-family: Fontawesome;
    content: '\f101';
    position: absolute;
    margin-left: 2px;
}

.dataTables_paginate span {
    width: 100%;
    display: inline;
    text-align: center;
    float: left;
}

.dataTables_paginate span.ellipsis {
    float: none!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper tfoot .paginate_button.current,
.dataTables_wrapper tfoot .paginate_button.current:hover{
    text-decoration: underline!important;
    font-weight: 700!important;
    background: none!important;
    border: none!important;
    color: #7893E5!important;
}

.dataTables_paginate span .paginate_button {
    font-size: 13px;
    font-weight: 400;
    color: #3D4D65;
    line-height: 30px;
    margin-left: 15px;
    padding: 1px 12px!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none!important;
    border: 1px solid #fff!important;
    color: #333!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus {
    background: none!important;
    border-left: 1px solid #eee!important;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
    color: #333!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus {
    background: none!important;
    border-left: 1px solid #fff!important;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
    border-right: 1px solid #eee!important;
    color: #333!important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none!important;
    color: #7893E5!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: none!important;
    color: #333!important;
    border: 1px solid #fff!important;
    box-shadow: none!important;
}


.dataTables_wrapper .paginate_button.last, .dataTables_wrapper .paginate_button.first {
	display:none!important;
}