.customBootstrap{
    text-align: right;
}
.customBootstrap .pagination > li > a {
    margin-right: 5px;
    border-radius: 2px;
    background: #fff;
    color: #333;
    border-color: #ccc;
    padding: 6px 15px;
}
.customBootstrap .pagination > li > a:hover,
.customBootstrap .pagination > li > a:focus {
    color: #fff;
    background: #005389;
    border-color: #005389;
}
.customBootstrap .pagination > .active > a,
.customBootstrap .pagination > .active > a:hover,
.customBootstrap .pagination > .active > a:focus {
    color: #fff;
    background: #005389;
    border-color: #005389;
}
.customBootstrap .pagination > .disabled > a,
.customBootstrap .pagination > .disabled > a:hover,
.customBootstrap .pagination > .disabled > a:focus {
    color: #999;
    background: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination2 {
    height: 30px;
    margin: 10px 0;
}
.pagination2 li{
    display: inline-block;
}
.pagination2 a {
    text-decoration: none;
    border: solid 1px #c0d3e6;
    color: #333;
    border-left-width: 0;
    height: 24px !important;
}
.pagination2 a {
    height: 24px !important;
    display: inline-block;
    /*float: right;*/
    padding: 0 10px;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination2 .active {
    /*background-color: #6babdd;*/
    color: #fff;
    /*padding: 0 10px;*/
    /*border: solid 1px #005389;*/
}
.pagination2 .prev {
    /*border: solid 1px #005389;*/
}
.pagination2 .next {
    border-left-width: 0;
    border-right-width: 1px;
}
.pagination2 .active.prev,
.pagination2 .active.next {
    color: #dcdcdc;
    border-color: #efefef;
    background: #fff;
}
.pagination2 a:hover {
    background-color: #cde4f8;
}
.pagination2 .active:hover {
    /*background-color: #005389;*/
}
.pagination2 a.disabled {
    display: none;
}

.pagination4 .page a,
.pagination4 .page a:hover {
    width: 100px;
    text-align: center;
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff !important;
}