﻿#scriptingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1131;
    background-color: rgba(1, 1, 10, 0.65);
    width: 100%;
    height: 100%;
}

    #scriptingOverlay div {
        width: 350px;
        height: 80px;
        margin: 0 auto;
        position: relative;
        top: 35%;
        background-color: #000;
        border-radius: 5px;
        opacity: .7;
        padding: 10px;
    }

        #scriptingOverlay div p {
            text-align: center;
            font-size: 14px;
            color: #fff;
        }

table.template-preview tbody tr td {
    font-size: 0.8em !important;
}

table.template-preview thead.columns tr th {
    font-size: 0.8em !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

table.template-preview tbody tr td.col-selected {
    background-color: rgba(255, 254, 207, 0.51);
}

table.template-preview tbody tr .data-row {
    background-color: rgba(217, 255, 155, 0.50);
}

.bold-text {
    font-weight: bold;
}

/*---------------------------------------------------*/

table.table thead th, table.table thead td {
    position: relative;
}

    table.table thead th.sorting::after, table.table thead th.sorting_asc::after, table.table thead th.sorting_desc::after, table.table thead td.sorting::after, table.table thead td.sorting_asc::after, table.table thead td.sorting_desc::after {
        content: '';
        border: 4px solid transparent;
        border-top-color: #ced4da;
        position: absolute;
        z-index: 10;
        top: 22px;
        right: 2px;
    }

    table.table thead th.sorting::before, table.table thead th.sorting_asc::before, table.table thead th.sorting_desc::before, table.table thead td.sorting::before, table.table thead td.sorting_asc::before, table.table thead td.sorting_desc::before {
        content: '';
        border: 4px solid transparent;
        border-bottom-color: #ced4da;
        position: absolute;
        z-index: 10;
        top: 12px;
        right: 2px;
    }

    table.table thead th.sorting_asc::before, table.table thead td.sorting_asc::before {
        border-bottom-color: #343a40;
    }

    table.table thead th.sorting_desc::after, table.table thead td.sorting_desc::after {
        border-top-color: #343a40;
    }

/*---------------------------------------------------*/
