.text-center {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 50px;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: green;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    /*z-index: 2;*/
    color: #fff;
    cursor: default;
    background-color: #85af1d;
    /*border-color: #428bca;*/
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fbfbfb;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pagination a {
    display: inline-block;
    border-radius: 0;
    height: auto;
    width: auto;
    margin-right: 0;
    background: #fbfbfb;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.pagination span {
    display: inline-block;
    height: auto;
    width: auto;
    margin-right: 0;
    font-size: 14px;
    text-align: center;
}

.pagination .ui-page-skipTo {
    width: 32px;
    height: 18px;
    margin: -2px 2px 0;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.loader {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
}
.loader div {
    position: absolute;
    left: 40px;
    top: 40px;
    height: 20px;
    width: 20px;
    background: #3071a9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.loader .dot1 {
    -moz-transform: rotate(0deg) translate(0, -40px) scale(0.1);
    -webkit-transform: rotate(0deg) translate(0, -40px) scale(0.1);
    opacity: .12;
}
.loader .dot2 {
    -moz-transform: rotate(45deg) translate(0, -40px) scale(0.2);
    -webkit-transform: rotate(45deg) translate(0, -40px) scale(0.2);
    opacity: .25;
}
.loader .dot3 {
    -moz-transform: rotate(90deg) translate(0, -40px) scale(0.4);
    -webkit-transform: rotate(90deg) translate(0, -40px) scale(0.4);
    opacity: .37;
}
.loader .dot4 {
    -moz-transform: rotate(135deg) translate(0, -40px) scale(0.6);
    -webkit-transform: rotate(135deg) translate(0, -40px) scale(0.6);
    opacity: .50;
}
.loader .dot5 {
    -moz-transform: rotate(180deg) translate(0, -40px) scale(0.8);
    -webkit-transform: rotate(180deg) translate(0, -40px) scale(0.8);
    opacity: .62;
}
.loader .dot6 {
    -moz-transform: rotate(225deg) translate(0, -40px) scale(1);
    -webkit-transform: rotate(225deg) translate(0, -40px) scale(1);
    opacity: .75;
}
.loader .dot7 {
    -moz-transform: rotate(270deg) translate(0, -40px) scale(1.2);
    -webkit-transform: rotate(270deg) translate(0, -40px) scale(1.2);
    opacity: .87;
}
.loader .dot8 {
    -moz-transform: rotate(315deg) translate(0, -40px) scale(1.4);
    -webkit-transform: rotate(315deg) translate(0, -40px) scale(1.4);
    opacity: 1;
}
