﻿.minitable1 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

    .minitable1 th {
        background-color: #343a40;
        color: #ffffff;
        font-weight: 600;
        text-align: left;
        padding: 2px 4px 2px 4px;
        border-bottom: 2px solid #dee2e6;
    }

    .minitable1 td {
        padding: 2px 4px 2px 4px;
        border-bottom: 1px solid #dee2e6;
        background-color: #ffffff;
        color: #212529;
    }

    .minitable1 tr:last-child td {
        border-bottom: none;
    }





.table, .table a {
    color: #2C503E;
}

.tableclass td {
    color: #2C503E;
}

    .tableclass td a {
        color: #2C503E;
    }




.cleantableliststyle1 {
    border-top: 3px solid #F3F0EF;
    border-bottom: 3px solid #F3F0EF;
    width: 100%;
}

    .cleantableliststyle1 tr {
    }

        .cleantableliststyle1 tr .bordertop {
            border-top: 3px solid #F3F0EF;
        }

    .cleantableliststyle1 .bordertop {
        border-top: 5px solid #ffffff
    }

        .cleantableliststyle1 .bordertop td {
            background: #C2DED0;
        }

            .cleantableliststyle1 .bordertop td a {
                color: #2C503E;
            }

            .cleantableliststyle1 .bordertop td .glyphicon {
                color: #2C503E;
            }



    .cleantableliststyle1 td {
        padding: 10px;
        font-size: 11px;
    }

    .cleantableliststyle1 th {
        padding: 5px;
        vertical-align: top;
        background: #5E9274;
        color: #ffffff;
    }

    .cleantableliststyle1 a, .cleantableliststyle1 .glyphicon {
        color: #ffffff;
    }





.tablestyle1 {
    border: 1px solid #000000;
    width: 100%;
}

    .tablestyle1 tr {
        border-bottom: 1px solid #000000;
    }


    .tablestyle1 td {
        border-bottom: 1px solid #000000;
        padding: 5px;
        font-size: 11px;
    }

    .tablestyle1 th {
        border-bottom: 1px solid #000000;
        padding: 5px;
        vertical-align: top;
    }



.table_style1_mini {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
}

    .table_style1_mini > Tbody > tr > TH > A {
        color: #ffffff;
    }


    .table_style1_mini tr {
    }


    .table_style1_mini td {
        border: 1px solid #cccccc;
        padding: 0 5px 0 5px;
        font-size: 10px;
    }

    .table_style1_mini th {
        border: 1px solid #000000;
        background: #145c73;
        color: #ffffff;
        padding: 1px;
        vertical-align: top;
        font-weight: bold;
        font-size: 10px;
    }


.pagingfooter {
    background: #f06d06;
    color: #ffffff;
}

    .pagingfooter a {
        color: #ffffff;
    }

.pagingfooter {
    background: #f06d06;
}