table{
    font-size:14px;
}

.record-mgmt-table {
    border: 1px solid black;
}

    .record-mgmt-table tr {
        border: 1px solid black;
        height: 30px;
    }

    .record-mgmt-table td {
        border: 1px solid black;
    }

    .record-mgmt-table p {
        margin-bottom: 1px;
        /*white-space: nowrap;*/
    }

    .record-mgmt-table md-checkbox {
        margin-bottom: 2px !important;
    }

    .record-mgmt-table md-radio-button {
        margin-bottom: 2px !important;
    }

    .record-mgmt-table md-select {
        margin: 0;
    }

    .record-mgmt-table .md-select-value {
        min-height: 20px !important;
    }

.record-mgmt-table-td-select {
    background-color: dodgerblue;
}

.record-mgmt-table-noborder {
    border: none;
}

    .record-mgmt-table-noborder tr {
        border: none;
        height: 25px;
    }

    .record-mgmt-table-noborder td {
        border: none;
    }

    .record-mgmt-table-noborder p {
        margin-bottom: 1px;
        /*white-space: nowrap;*/
    }

    .record-mgmt-table-noborder md-checkbox {
        margin-bottom: 2px !important;
    }

    .record-mgmt-table-noborder md-radio-button {
        margin-bottom: 2px !important;
    }

    .record-mgmt-table-noborder md-select {
        margin: 0;
    }

    .record-mgmt-table-noborder .md-select-value {
        min-height: 20px !important;
    }

textarea.record-mgmt-table-input-text-no-border,
input.record-mgmt-table-input-text-no-border {
    border: none;
}

    textarea.record-mgmt-table-input-text-no-border:focus,
    input.record-mgmt-table-input-text-no-border:focus {
        outline: none;
    }

.record-mgmt-table-tooltip {
    position: relative;
}

    .record-mgmt-table-tooltip + .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .record-mgmt-table-tooltip + .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .record-mgmt-table-tooltip:focus + .tooltiptext {
        visibility: visible;
    }

@media print {
    .record-mgmt-no-print {
        display: none !important
    }
}