/* Tables */

table.tabular {
    border-collapse: collapse;
    }
    table.tabular.full-width {
        width: 100%;
        }
    table.tabular > thead {
        }
        table.tabular > thead > tr {
            }
            table.tabular > thead > tr > th {
                margin: 0;
                padding: 0 5px;
                font-size: 14px;
                font-weight: 300;
                line-height: 32px;
                text-align: left;
                color: hsl(210, 10%, 40%);
                border-bottom: 1px solid hsl(210, 10%, 90%);
                }
                table > thead > tr > th:last-child {
                    border-right: none;
                    }
            @media screen and (max-width: 600px) {
                table.tabular > thead > tr > th {
                    font-size: 12px;
                    line-height: 18px;
                    }
                }
/*
                table.sortable > thead > tr > th.sort-asc {
                    background: url(../images/table-sort-ascending.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
                    }
                table.sortable > thead > tr > th.sort-desc {
                    background: url(../images/table-sort-descending.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
                    }
                table.sortable > thead > tr > th:not(.unsortable):active {
                    background: #eee gradient(linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));
                    }
                    table.sortable > thead > tr > th.sort-asc:active {
                        background: url(../images/table-sort-ascending.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));
                        }
                    table.sortable > thead > tr > th.sort-desc:active {
                        background: url(../images/table-sort-descending.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));
                        }
*/
    table.tabular > tbody {
        }
        table.tabular > tbody > tr {
            }
            table.tabular.zebra-stripes > tbody > tr {
                border-bottom: 1px solid hsl(210, 10%, 90%);
                }
            table.tabular > tbody > tr > th {
                margin: 0;
                padding: 5px 5px;
                font-size: 14px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: hsl(0, 0%, 40%);
                border-bottom: 1px solid hsl(210, 10%, 90%);
                }
                table.tabular > tbody > tr:first-child > th {
                    border-top: none;
                    }
            table.tabular > tbody > tr > td {
                padding: 5px 5px;
                font-size: 13px;
                font-weight: 300;
                line-height: 25px;
                }
                table.tabular > tbody > tr > td:last-child {
                    border-right: none;
                    }
                table.tabular.separators > tbody > tr > td {
                    border-bottom: 1px solid hsl(210, 10%, 90%);
                    }
                table.tabular > tbody > tr > td.icon {
                    text-align: center;
                    }
                table.tabular > tbody > tr > td.title {
                    font-weight: bold;
                    }
                table.tabular > tbody > tr.expired > td {
                    text-decoration: line-through;
                    }
                table.tabular > tbody > tr > td.token {
                    font-family: Menlo, Monaco, Courier, monospace;
                    }
                table.tabular > tbody > tr > td > input[type="checkbox"] {
                    margin: 0;
                    padding: 0;
                    }
                table.tabular > tbody > tr > td > div.badge {
                    margin: 1px 0;
                    padding: 0 3px;
                    float: right;
                    display: inline-block;
                    border: 1px solid #999;
                    font-size: 8px;
                    font-weight: bold;
                    line-height: 10px;
                    color: #999;
                    text-transform: uppercase;
                    background: #fff;
                    }
                    table.tabular > tbody > tr > td > div.badge {
                        border-color: #cc0000;
                        color: #cc0000;
                        }
                    table.tabular > tbody > tr > td > div.badge.gray {
                        border-color: #aaa;
                        color: #aaa;
                        }
                @media screen and (max-width: 600px) {
                    table.tabular > tbody > tr > td {
                        font-size: 11px;
                        line-height: 18px;
                        }
                    }
            table.tabular > tbody > tr > td.name {
                font-size: 15px;
                }
                @media screen and (max-width: 600px) {
                    table.tabular > tbody > tr > td.name {
                        font-size: 12px;
                        line-height: 18px;
                        }
                    }
    table.tabular > tfoot {
        }


table.details {
    border-collapse: collapse;
    border: none;
    }
    table.details.full-width {
        width: 100%;
        }
    table.details > thead {
        }
        table.details > thead > tr {
            }
            table.details > thead > tr > th {
                margin: 0;
                padding: 0 10px;
                font-size: 14px;
                font-weight: 300;
                line-height: 32px;
                text-align: left;
                color: hsl(210, 10%, 40%);
                border-bottom: 1px solid hsl(210, 10%, 90%);
                }
                table > thead > tr > th:last-child {
                    }
    table.details > tbody {
        }
        table.details > tbody > tr {
            }
            table.details.zebra-stripes > tbody > tr:nth-child(even) {
                background: rgb(243, 246, 250);
                }
            table.details > tbody > tr > th {
                margin: 0;
                padding: 5px 10px 5px 0;
                font-size: 14px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: hsl(0, 0%, 60%);
                }
                table.details > tbody > tr:first-child > th {
                    }
                table.details > tbody > tr > th a:link,
                table.details > tbody > tr > th a:active,
                table.details > tbody > tr > th a:visited {
                    color: hsl(0, 10%, 40%);
                    }
                table.details > tbody > tr > th a:hover {
                    color: hsl(0, 10%, 20%);
                    }
            table.details > tbody > tr > td {
                font-size: 12px;
                padding: 5px 10px;
                }
                table.details > tbody > tr > td:last-child {
                    }
                table.details.separators > tbody > tr > td {
                    }
                table.details > tbody > tr > td.icon {
                    text-align: center;
                    }
                table.details > tbody > tr > td.title {
                    font-size: 12px;
                    font-weight: bold;
                    }
                table.details > tbody > tr > td > input[type="checkbox"] {
                    margin: 0;
                    padding: 0;
                    }
            table.details > tbody > tr > td.name {
                font-size: 12px;
                font-weight: bold;
                }
    table.details > tfoot {
        }


table.form {
    border: 1px solid hsl(210, 10%, 80%);
    border-collapse: collapse;
    width: 100%;
    background-color: white;
    }
    table.form tbody th {
        padding: 3px 10px;
        text-align: left;
        vertical-align: baseline;
        width: 140px;
        border-bottom: 1px solid hsl(210, 10%, 80%);
        }
        table.form tbody tr:last-child th {
            border-bottom: none;
            }
        table.form tbody th label {
            font-size: 12px;
            color: #444;
            }
    table.form tbody td {
        padding: 3px 0;
        border-bottom: 1px solid hsl(210, 10%, 90%);
        }
        table.form tbody tr:last-child td {
            border-bottom: none;
            }
            table.form tbody td input[type="text"],
            table.form tbody td input[type="password"],
            table.form tbody td textarea {
                padding: 3px;
                border: 1px solid hsl(210, 10%, 80%);
                box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
                }
