.dxwscCheckedTextContainer_MaterialCompact1
{
    background-color: white;
    border: solid 1px #c0c0c0;
    vertical-align: top;
    overflow: auto;
    height: 110px;
    width: 340px;
    padding: 5px;
}
.dxwscErrorWord_MaterialCompact1
{
    background: url('scErrorUnderline.gif') bottom;
    background-repeat: repeat-x;
    padding-bottom: 3px;
    color: #484848;
    font-weight: bold;
}
/* -- Loading panel -- */
.dxwscLoadingPanel_MaterialCompact1
{
    background-color: white;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #484848;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
}
.dxwscLoadingPanel_MaterialCompact1 td.dx
{
    font-size: 1.17em;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
}
.dxwscLoadingPanel_MaterialCompact1 .dxlp-loadingImage
{
    border-radius: 50%;
    animation: dxSpin 1s linear infinite;
    border: 4px solid #009688;
    border-top: 4px solid #EEE;
    width: 24px;
    height: 24px;
}
html.dxIE.dxBrowserVersion-9 .dxwscLoadingPanel_MaterialCompact1 .dxlp-loadingImage
{
    background-image: url('../Web/Loading.gif');
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: none;
    border: none;
    border-radius: 0;
}
/* -- Forms -- */
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgFooter
{
    border-top: 1px solid #c0c0c0;
    padding: 10px 15px;
    text-align: right;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgButtonTable
{
    margin-left: 3px;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgChangeToPanelContainer table > tbody > tr:last-child > td
{
    padding-top: 8px;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgButtonTable > tbody > tr > td
{
    padding-bottom: 3px;
}
.dxwsc-main.dxwsc-rtl .dxpcLite_MaterialCompact1 .dxwscDlgFooter
{
    text-align: left;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgFooterBtn
{
    width: 96px;
    margin-left: 8px;
}
.dxwsc-main.dxwsc-rtl .dxpcLite_MaterialCompact1 .dxwscDlgFooterBtn
{
    margin-right: 8px;
    margin-left: 0;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxwscDlgSpellCheckBtn
{
    width: 132px;
}
.dxwsc-main .dxpcLite_MaterialCompact1 .dxrpControl_MaterialCompact1 .dxrpHeader_MaterialCompact1,
.dxwsc-main .dxpcLite_MaterialCompact1 .dxrpControl_MaterialCompact1 .dxrpHeader_MaterialCompact1 td.dxrp
{
    font-size: 1.83em;
}
