﻿#wrap-pagi {
    /*width: 600px;*/
    /*height: 40px;*/
    /*margin: auto;*/
    display:block;
    padding-top: 10px;
}

    #wrap-pagi .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

#smartpagi, #smartpagi_2 {
    display:block;
}

.smartpagi_bottom {
    padding-left:0px;
}

#prev_2, #next_2, #wrap-pagi #prev, #next{
    display: inline;
    float: right;

    width: 30px;
    height: 34px;
    text-align: center;

    background-color: #414470;
    color: white;
    border: solid 1px rgb(0, 0, 0);

    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#smartpagi_2, #prev_2, #next_2 {
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

#next, #next_2 {
    margin-left:5px;
}

#prev, #prev_2 {
    margin-right:5px;
}

.irene.normal
{
    /*background-color: rgb(171, 173, 179);*/
    color: black;
    border: solid 1px rgb(85, 104, 139);
}
.irene.active
{
    background-color: #414470;
    color: white;
    border: solid 1px rgb(0, 0, 0);
}

#wrap-pagi #total, #current_page_no, #total_page{
    display: inline;
    float: left;
    /*margin-left: 20px;*/
    padding-top: 4px;
}

#current_page_no{
    margin-left: 10px;
    margin-right: 10px;
}

.pagi-info{
    font: 20px/25px "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

@media (max-width: 1199px) {
    #wrap-pagi #total, #current_page_no, #total_page{
        font: 15px/20px "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    }

    #smartpagi .pagination > li > a, .pagination > li > span, #smartpagi_2 .pagination > li > a, .pagination > li > span {
        padding: 2px 5px;
    }

    #prev_2, #next_2, #wrap-pagi #prev, #next {
        width: 28px;
        height: 26px;
    }

    #prev, #prev_2 {
        margin-right: 1px;
    }

    #next, #next_2 {
        margin-left: 1px;
    }
}

#smartpagi {

    float: right;
}

.pager
{
    /*width: 450px;*/
    height: 30px;
    padding: 0;
    margin: 0;
    /*padding-top: 2px;*/
    /*padding-left: 10px;*/ 
    /*border-radius: 8px; 	-moz-border-radius: 8px;*/
}
.pager div.short
{
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: 74px;
}
.pager div.short input
{
    width: 28px;
    height: 18px;
    border: none;
    margin-left: 8px;
    float: left;
}
.pager ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    /*float: left;*/
    margin-right: 4px;
}
.pager ul li
{
    display: inline;
    margin-left: 2px;
}
.pager ul li a
{
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.pager span
{
    margin-left: 4px;
    color: White;
    float: left;
}
.pager .btn
{
    display: block;
    width: 40px;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pager .disabled
{
    color: #A0A0A0 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.green
{
    /*background-color: #4f7305;*/
}
.green.normal
{
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}
.green.active
{
    background-color: #344C00;
    color: #F8EB00;
    border: solid 1px #5f9000;
}
.pager.green .btn
{
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}
/*black*/.black
{
    background-color: #202020;
}
.black.normal
{
    background-color: #1d1d1d;
    color: #B0D551;
    border: solid 1px #000;
}
.black.active
{
    background-color: #333333;
    color: White;
    border: solid 1px #000;
}
.pager.black .btn
{
    background-color: #1d1d1d;
    color: White;
    border: solid 1px #000;
}
/*red*/.red
{
    /*background-color: #D50B07;*/
}
.red.normal
{
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}
.red.active
{
    background-color: #C00D09;
    color: White;
    border: solid 1px #A90B08;
}
.pager.red .btn
{
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}

#smartpagi-contents .contents > p
{
    padding: 8px;
}
#smartpagi-contents .table
{
    width: 100%;
}
#smartpagi-contents .table th, .table td
{
    width: 16%;
    height: 20px;
    padding: 4px;
    text-align: left;
}
#smartpagi-contents .table th
{
    <!--border-left: solid 1px #5f9000;-->
}
#smartpagi-contents .table td
{
    border-bottom: solid 1px #5f9000;
}
#smartpagi-contents .header
{
    background-color: #4f7305;
    color: White;
}
#smartpagi-contents #divs
{
    margin: 0;
    height: 200px;
    font: verdana;
    font-size: 14px;
    background-color: White;
}
#smartpagi-contents #divs > div
{
    width: 98%;
    padding: 8px;
}
#smartpagi-contents #divs > div p
{
    width: 95%;
    padding: 8px;
}
#smartpagi-contents ul.tab
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#smartpagi-contents ul.tab li
{
    display: inline;
    padding: 10px;
    color: White;
    cursor: pointer;
}
#smartpagi-contents #container
{
    width: 100%;
    border: solid 1px red;
}

.pagination {
    margin: 0px;
}


.pagination > li > a:hover,
.pagination > li > span:hover
 {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a:focus,
.pagination > li > span:focus
{
    background-color: #414470;
    color: white;
    border: solid 1px rgb(0, 0, 0);
}
