/* used as a border of large controls (like grids, diagram) */
/* used as a background below a page in richedit/diagram */
.dxwscCheckedTextContainer_2022Light
{
    background-color: white;
    border: solid 1px #c8c8cd;
    vertical-align: top;
    overflow: auto;
    height: 110px;
    width: 340px;
    padding: 5px;
}
.dxwscErrorWord_2022Light
{
    background: url('scErrorUnderline.gif') bottom;
    background-repeat: repeat-x;
    padding-bottom: 3px;
    color: black;
    font-weight: bold;
}
/* -- Loading panel -- */
.dxwscLoadingPanel_2022Light
{
    border: 1px solid #DCDCDC;
    background-color: white;
    font: 16px'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;
    color: #000000;
}
.dxwscLoadingPanel_2022Light td.dx
{
    font-size: 1.17em;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
}
.dxwscLoadingPanel_2022Light .dxlp-loadingImage
{
    background-image: url('../Web/Loading.gif');
    height: 40px;
    width: 40px;
}
/* -- Forms -- */
.dxwsc-main .dxpcLite_2022Light .dxwscDlgFooter
{
    border-top: 1px solid #c8c8cd;
    padding: 13px 20px;
    text-align: right;
}
.dxwsc-main.dxwsc-rtl .dxpcLite_2022Light .dxwscDlgFooter
{
    text-align: left;
}
.dxwsc-main .dxpcLite_2022Light .dxwscDlgFooterBtn
{
    width: 132px;
    margin-left: 8px;
}
.dxwsc-main.dxwsc-rtl .dxpcLite_2022Light .dxwscDlgFooterBtn
{
    margin-right: 8px;
    margin-left: 0;
}
.dxwsc-main .dxpcLite_2022Light .dxwscDlgSpellCheckBtn
{
    width: 181px;
}
