﻿.nobr {
    white-space: nowrap;
}

.hide-overflow {
    overflow: hidden;
    white-space: nowrap;
}

.message-section .content ul {
    margin-top: 0;
}

.is-question-title {
    font-weight: bold;
}

.is-coding-text {
    color: red;
}


/* Table Editor ------------------------------------------------------------- */

table.table-editor-table {
    font-size: 0.8rem;
}

    table.table-editor-table th,
    table.table-editor-table td {
        padding: 0;
        border: 1px #ccc solid;
    }

    table.table-editor-table .sample-cell,
    table.table-editor-table .data-cell {
        padding: 0.5rem;
    }

    table.table-editor-table .sample-cell {
        color: #ff3a00;
        font-weight: bold;
    }

    table.table-editor-table .data-cell {

    }

    table.table-editor-table th.blank {
    }

    table.table-editor-table th.question-sample {
        width: 45px;
        min-width: 45px;
        max-width: 45px;
    }

    table.table-editor-table th.row-sample {
        width: 45px;
        min-width: 45px;
        max-width: 45px;
    }

    table.table-editor-table th.row-description {
        padding: 0.5rem;
        background: #0070c0;
        color: #fff;
        max-width: 400px;
        overflow: hidden;
        white-space: nowrap;
    }

    table.table-editor-table th.column-sample {

    }

    table.table-editor-table th.column-description {
        padding: 0.5rem;
        background: #0070c0;
        color: #fff;
    }

    table.table-editor-table td.datapoint {

    }

    table.table-editor-table th.is-disabled {
        background: #999;
    }


/* Dragula ------------------------------------------------------------------ */

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}