<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.GridToGridSelectorWrapper
{
    float               : left;
    width               : 100%;
    height              : 100%;
}
.GridToGridSelectorGrid
{
    float               : left;
    padding             : 0 10px;
    background          : #FFF;
    border              : 1px solid #ddd;
    -moz-box-sizing     : border-box;
    -webkit-box-sizing  : border-box;
    box-sizing          : border-box;
}
.GridToGridSelectorGrid[vertical]
{
    height  : calc(50% - 28px);
    height  : -webkit-calc(50% - 28px);
    height  : -moz-calc(50% - 28px);
    width   : 100%;
}
.GridToGridSelectorGrid[horizontal]
{
    width   : calc(50% - 28px);
    width   : -webkit-calc(50% - 28px);
    width   : -moz-calc(50% - 28px);
    height  : 100%;
}
.GridToGridSelectorGridTitle
{
    margin-top: 15px;
    margin-left: 26px;
    font-weight: bold;
    color: #475867;
}
/*.GridToGridSelectorGrid &gt; .dx-datagrid
{
    height              : 100% !important;
}
.GridToGridSelectorGrid .dx-datagrid-rowsview
{
    height              : calc(100% - 60px) !important;
    height              : -webkit-calc(100% - 60px) !important;
    height              : -moz-calc(100% - 60px) !important;
}*/
.GridToGridSelectorTools[vertical]
{
    float       : left;
    width       : 100%;
    height      : 36px;
    margin      : 10px 0;
}
.GridToGridSelectorTools[horizontal]
{
    float       : left;
    height      : 100%;
    width       : 36px;
    margin      : 0 10px;
}
.GridToGridSelectorToolsPadding[vertical]
{
    float  : left;
    width  : calc(50% - 40px);
    width  : -webkit-calc(50% - 40px);
    width  : -moz-calc(50% - 40px);
    height : 100%;
}
.GridToGridSelectorToolsPadding[horizontal]
{
    float  : left;
    height : calc(50% - 40px);
    height : -webkit-calc(50% - 40px);
    height : -moz-calc(50% - 40px);
    width  : 100%;
}
.GridToGridSelectorTool[vertical]
{
    margin-right: 10px;
}
.GridToGridSelectorTool[horizontal]
{
    margin-bottom: 10px;
}
.GridToGridSelectorGrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select
{
    width       : 45px !important; 
    min-width   : 45px !important;
}</pre></body></html>