﻿.RadDataForm {
    position: relative;
    overflow: visible;
    width: 800px;
}

.RadDataForm {
    padding-top: 62px;
}

.rdfBorders {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 15px;
    display: grid;
    background: whitesmoke;
}

.rdfBlock {
    display: block;
}

.rdfFieldValue {
    font-size: medium;
}

.rdfRow {
    padding: 8px;
}

    .rdfRow :after {
        content: "";
        display: table;
        clear: both;
    }

.column {
    float: left; 
    width: 33.33% !important; 
}

* + html div.RadDataForm .rdfFieldset,
* + html div.RadDataForm .rdfCommandButtons {
    width: auto;
}

.RadDataForm .rdfPager > span {
    float: left;
}

.size-custom {
    max-width: 800px;
}
