﻿.wrap-pagi {
    display: block;
    padding-top: 0px;
    /*padding-bottom: 10px;*/
    margin-bottom: 5px;
    /*border-bottom: 1px solid #f4f4f4;*/
}

#smartpagi, #smartpagi_2 {
    display: block;
}

.smartpagi_bottom {
    display: inline-block;
    padding-left: 0px;
    margin-top: 25px;
}

#prev_2, #next_2, #wrap-pagi #prev, #next {
    display: inline;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #5a7fc9;
    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;
}

.pagi-button {
    display: inline;
    float: 
        ;
    height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    -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;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5a7fc9;
    border-color: #5a7fc9;
}


#smartpagi_2, #prev_2, #next_2 {
    float: left;
    /*margin-top: 20px;*/
    /*margin-bottom: 30px;*/
}

.pagi-next {

}
    .pagi-next:hover, .pagi-next.hover,
    .pagi-prev:hover, .pagi-prev.hover {
        background-color: #eee;
        border-color: #ddd;
    }
    .pagi-next:active,
    .pagi-prev:active{
        background-color: #5a7fc9;
        border-color: #5a7fc9;
        color: rgb(255, 255, 255);
    }


#next, #next_2 {
    margin-left: 5px;
}

#prev, #prev_2 {
    margin-right: 5px;
}

.wrap-pagi #total, #current_page_no, #total_page {
    display: inline;
    float: left;
    margin-left: 20px;
    padding-top: 4px;
    /*font: 22px/30px "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    font-size: 18px;
}

.wrap-pagi .total {
    display: inline;
    float: left;
    margin-left: 10px;
    padding-top: 4px;
    /*font: 22px/30px "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    font-size: 18px;
}

.wrap-pagi h4 {
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .wrap-pagi #total, #current_page_no, #total_page {
        font: 15px/20px "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    }

    .wrap-pagi .total {
        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, .smartpagi, .pagi-numbers {
    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, .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
}
