﻿.HelpContent {
    cursor: pointer;
    font-size: 16px;
    color: #ccc !important;
    vertical-align: middle;
}

.HelpContentTooltipButtons {
    float: right;
}

textarea.AdminHelpContent, textarea.ClientHelpContent {
    width: 98%;
    resize: none;
    height: 100%;
    margin-bottom: 8px;
}

p.AdminHelpContent, p.ClientHelpContent {
    white-space: pre-wrap;
}

.HelpContentFlexContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}