﻿body {
}

/******************************* Tabla Claro ***********************************************/
.table_a, .table_ck, .table_h {
    width: 100% !important;
    background: white;
    margin-bottom: 1.25em;
    border: solid 1px #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table_a tbody tr th,
    .table_ck tbody tr th,
    .table_h tbody tr th {
        position: sticky;
        top: -1px;
        cursor: default;
        background-color: rgba(255,255,255,1);
        /*border-bottom: 1px solid rgba(253,218,120,.2);*/
        box-shadow: inset 0 -1px 0 rgba(221,221,221,0.1);
        cursor: default;
    }

    .table_a tr th,
    .table_a tr td {
        padding: 0.5625em 0.625em;
        font-size: 12.4px;
        color: #222222;
        border: 1px solid #dddddd;
        cursor: pointer;
    }

    .table_ck tr th,
    .table_ck tr td {
        padding: 0.5625em 0.625em;
        font-size: 12.4px;
        color: #222222;
        border: 1px solid #dddddd;
        cursor: pointer;
    }

    .table_h tr th,
    .table_h tr td {
        padding: 0.5625em 0.625em;
        font-size: 12.4px;
        color: #222222;
        border: 1px solid #dddddd;
        cursor: pointer;
    }

    .table_a tbody tr:hover,
    .table_ck tbody tr:hover,
    .table_h tbody tr:hover {
        background-color: rgba(222,168,0,0.2);
    }

    .table_a tr.even,
    .table_a tr.alt,
    .table_a tr:nth-of-type(even) {
        background: #f9f9f9;
    }

    .table_ck tr.even,
    .table_ck tr.alt,
    .table_ck tr:nth-of-type(even) {
        background: #f9f9f9;
    }

    .table_h tr.even,
    .table_h tr.alt,
    .table_h tr:nth-of-type(even) {
        background: #f9f9f9;
    }

    .table_a tr td a,
    .table_ck tr td a,
    .table_h tr td a {
        color: rgba(0,0,0,1);
        background-color: rgba(83,83,83,.2);
        padding: 2px 6px;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
    }

        .table_a tr td a:hover,
        .table_ck tr td a:hover,
        .table_h tr td a:hover {
            background-color: #dea800;
            color: #000000;
        }

        .table_a tr td a span,
        .table_ck tr td a span,
        .table_h tr td a span {
            color: #fb0303;
        }

    .table_a tr th img,
    .table_ck tr th img,
    .table_h tr th img {
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
    }

@media screen and (max-width: 600px) {
    .table_a,
    .table_ck,
    .table_h {
        border: 0px;
    }

        .table_a tbody tr th,
        .table_ck tbody tr th,
        .table_h tbody tr th {
            display: none;
        }

        .table_a tr,
        .table_ck tr,
        .table_h tr {
            margin-bottom: 8px;
            border-bottom: 4px solid #ddd;
            display: block;
        }

        /*        .table_a th, .table_a td {
            font-size: 12px;
        }*/

        .table_a td,
        .table_ck td,
        .table_h td {
            display: block;
            border-bottom: 1px solid #ddd;
            text-align: right;
        }

            .table_a td:last-child,
            .table_ck td:last-child,
            .table_h td:last-child {
                border-bottom: 0px;
            }

            .table_a td::before,
            .table_ck td::before,
            .table_h td::before {
                content: attr(data-label);
                font-weight: bold;
                text-transform: uppercase;
                float: left;
            }
}



/**************************************************************************************************************/
