﻿/*.TwoColumnLarge .FieldRadWindowLabel {
    padding-bottom: 4px;
}*/

@media screen and (max-width:420px) {
    .TwoColumnLarge > tbody > tr {
        display: grid;
        grid-template-columns: 1fr;
    }

    .TwoColumnLarge span.RadInput,
    .TwoColumnLarge div.RadComboBox {
        width: 160px !important;
    }

    .TwoColumnLarge .FieldRadWindowLabel {
        height: auto !important;
    }

    .TwoColumnLarge p {
        padding-bottom: 2px;
    }
    .rowGrid {
        display: grid;
    }

    .divManualInvioceAdjustment {
        width: auto !important;
    }

    .checkBoxTextWhiteSpace {
        white-space: normal !important;
    }
    .TwoColumnLarge td.removeLeftPadding {
        padding-left: 0px !important;
    }
    
    .integration-table span.RadInput,
    .integration-table div.RadComboBox {
        width: 160px !important;
    }

}
