﻿/** RESPONIVE CSS FOR SCLING ITEMS, MOST TELERIK BUT OTHERS WILL BE INCLUDE LATER*/
@media screen and (max-width: 900px)
{
    .rgMasterTable
    {
        font-size: xx-small !important;
        width: 100%;
    }

    .RadGrid .rgHeader a
    {
        font-weight: bold !important;
        font-size: xx-small !important;
    }

    .rgFilterRow
    {
        display: none;
    }

    .rgFooter, .rgFooter td
    {
        display: none;
    }
}

@media screen and (max-width: 480px)
{
    .additionalColumn
    {
        display: none;
    }

    .rgMasterTable, .rgMasterTable td
    {
        font-size: xx-small !important;
        width: 100%;
    }

    .RadGrid .rgHeader
    {
        font-weight: bold !important;
        font-size: xx-small !important;
    }

    .RadGrid .rgHeader a
    {
        font-weight: bold !important;
        font-size: xx-small !important;
    }

    .form-group
    {
    }

    .rgFilterRow
    {
        display: none;
    }

    .rgFooter, .rgFooter td
    {
        display: none;
    }
}