﻿
@media screen and (max-width: 768px) {
    .ThreeColumnLarge > tbody > tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ThreeColumnLarge span.RadInput,
    .ThreeColumnLarge div.RadComboBox,
    .ThreeColumnLarge div.RadUpload{
        width: 221px !important;
    }

    .ThreeColumnLarge > tbody > tr > td{
        width: auto !important;
    }

}
@media screen and (max-width: 512px) {
    .AddReturnFromInventory.ThreeColumnLarge > tbody > tr {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:480px) {
    .ThreeColumnLarge > tbody > tr {
        grid-template-columns: 1fr;
    }

    td:has(#SelectedThumbnailLabel) {
        display: grid;
    }

    #AppointmentCapacityTextBox_wrapper {
        margin-left: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 853px) {
    .ManageVendorCredit > tbody > tr {
        display: block;
    }

    .ManageVendorCredit span.RadInput,
    .ManageVendorCredit div.RadComboBox,
    .ManageVendorCredit div.RadUpload,
    .ManageVendorCredit > tbody > tr > td {
        display: block;
        width: 220px !important;
    }
}

@media screen and (max-width: 450px) {
    .TechnicianTable > tbody > tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .TechnicianTable span.RadInput,
    .TechnicianTable div.RadComboBox,
    .TechnicianTable div.RadUpload {
        width: 221px !important;
    }
}