﻿
table.application-table
{
    margin-bottom: 10px;
}

    table.application-table caption
    {
        padding: 10px;
        text-align: left;
        color: #007698;
        text-shadow: 1px 1px 1px #eee;
        font-size: 20px;
    }

        table.application-table caption span
        {
            color: #999;
            font-size: 15px;
        }


    table.application-table thead
    {
    }

        table.application-table thead tr
        {
        }

            table.application-table thead tr th
            {
                vertical-align: top;
                background: #007698;
                color: #fff;
                white-space: nowrap;
                text-shadow: 0 1px 1px rgba(0,0,0,.5);
            }

    table.application-table tbody
    {
    }

        table.application-table tbody .table-row-two
        {
        }

            table.application-table tbody .table-row-two td
            {
                vertical-align: top;
                background-color: #57a5bb !important;
                color: #fff;
            }


        table.application-table tbody .hidden-row
        {
            display: none;
        }

        table.application-table tbody tr
        {
        }

            table.application-table tbody tr td
            {
                vertical-align: top;
            }

                table.application-table tbody tr td .tooltip-arrow
                {
                    background-color: red;
                }

                table.application-table tbody tr td .tooltip-inner
                {
                    background-color: red;
                }

                table.application-table tbody tr td.edit-column
                {
                }

                    table.application-table tbody tr td.edit-column .btn
                    {
                        width: 20px;
                        margin: 0;
                        padding: 0;
                        line-height: none;
                    }


                table.application-table tbody tr td .grid-label
                {
                    font-size: 11px;
                }

                table.application-table tbody tr td .crud-actions
                {
                    float: right;
                }
