
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt {
    font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}


    #dt #container {
        width: 90%;
        margin: 30px auto;
        padding: 0;
    }


    #dt #footer {
        margin: 50px auto 0 auto;
        padding: 0;
    }

    #dt #d {
        margin: 30px auto 0 auto;
    }

    #dt .d_jui {
        margin: 30px auto 0 auto;
    }

    #dt .big {
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.6em;
        color: #4E6CA3;
    }

    #dt .spacer {
        height: 20px;
        clear: both;
    }

    #dt .clear {
        clear: both;
    }

    #dt pre {
        padding: 15px;
        background-color: #F5F5F5;
        border: 1px solid #CCCCCC;
    }

    #dt h1 {
        margin-top: 2em;
        font-size: 1.3em;
        font-weight: normal;
        line-height: 1.6em;
        color: #4E6CA3;
        border-bottom: 1px solid #B0BED9;
        clear: both;
    }

    #dt h2 {
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.6em;
        color: #4E6CA3;
        clear: both;
    }

    #dt a {
        color: #0063DC;
        text-decoration: none;
    }

        #dt a:hover {
            text-decoration: underline;
        }

    #dt ul {
        color: #4E6CA3;
    }

.css_right {
    float: right;
}

.css_left {
    float: left;
}

.demo_links {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}

#demo_info {
    padding: 5px;
    border: 1px solid #B0BED9;
    height: 100px;
    width: 100%;
    overflow: auto;
}

#dt code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 2px 4px !important;
    white-space: nowrap;
    font-size: 0.9em;
    color: #D14;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

* {
    font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.active a {
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: none !important;
        background-color: transparent !important;
        background: transparent !important;
    }

.auto-style1 {
    width: 100px;
    height: 114px;
    float: right;
}

.auto-style3 {
    width: 98px;
}

.auto-style4 {
    width: 98px;
    height: 23px;
}

.auto-style5 {
    height: 23px;
}

.auto-style6 {
    width: 5px;
}

.auto-style7 {
    width: 5px;
    height: 23px;
}

.auto-style8 {
    width: 577px;
}

.auto-style1 {
    width: 100px;
    height: 114px;
    float: right;
}

.auto-style10 {
    width: 108px;
}

.auto-style11 {
    width: 577px;
}

.auto-style12 {
    width: 116px;
    font-weight: bold;
}

.auto-style13 {
    width: 10px;
    font-weight: bold;
}

.auto-style14 {
    width: 135px;
    font-weight: bold;
}

.auto-style15 {
    width: 12px;
    font-weight: bold;
}

.auto-style16 {
    width: 850px;
}

.auto-style17 {
    width: 241px;
}

.auto-style18 {
    width: 12px;
}

.auto-style19 {
    width: 268px;
}

.auto-style20 {
    width: 6px;
}

.auto-style21 {
    width: 161px;
    font-weight: bold;
}

.auto-style22 {
    width: 100%;
    border: 2px solid #000000;
}

.auto-style23 {
    width: 577px;
    height: 118px;
}

.auto-style24 {
    width: 708px;
    vert-align: top;
    height: 118px;
}

.auto-style25 {
    font-size: small;
}

.auto-style26 {
    width: 139px;
    font-weight: bold;
}

.auto-style27 {
    width: 424px;
}

.text-right {
    text-align: right;
}

.vertical-top {
    vertical-align: top;
}

/** {
    font-size: 12px !important
}*/


.font-size-8 {
    font-size: 8px;
}

.text-center {
    text-align: center !important;
}


.dt-search {
    float: right;
}



.dt-paging {
    margin-top: 0px !important;
    text-align: right !important;
    float: right !important;
}

/* Page buttons */
.dt-paging-button {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin: 0 2px !important;
    border: 1px solid #ddd !important;
    background-color: transparent !important;
    color: blue !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

    /* Hover effect */
    .dt-paging-button:hover {
        background-color: #e9ecef !important;
        border-color: #ccc !important;
    }

    /* Active (current) page */
    .dt-paging-button.current {
        background-color: #007bff !important;
        color: white !important;
        border-color: #007bff !important;
        
    }

    /* Disabled buttons */
    .dt-paging-button.disabled {
        color: #6c757d !important;
        cursor: not-allowed !important;
        background-color: #f1f1f1 !important;
        border-color: #ddd !important;
    }
