﻿
/*Smartphone*/
@media only screen and (max-width: 1024px)
{
    .general_btn {
        float: right;
        margin-top:5px;
    }
    #ContentPlaceHolder1_PnlLastReconciliation {
        width: 100%;
    }

    #ContentPlaceHolder1_PnlReceivables {    
        width: 100%;
    }

         
    .ruButton.ruBrowse {
        width: 65px !important;
    }

    #LiSelfServicesPortal {
        display:none;
    }

    #LiLnkBtnCreateUser {
        display:none;
    }

    .footer-quest {
        float: right;
    }
    
    #ctl00_ContentPlaceHolder1_RadAsyncUpload1 {
        width: 70px;
    }

    #ULCustomerDetails {
        display: none;    
    }

    #DivGeneralDetails {
        margin-top:20px;
        margin-left:10px;
    }

    #ContentPlaceHolder1_custView {
         display: none !important;    
    }

    #DivimgBttnDelete {
        display: none !important;    
    }
    .quest-tech-area {
        padding: 5px !important;
    }

    #DivItemsGeneralInfoLeft1, #DivItemsGeneralInfoRight1 {
        height: 171px;
    }

   
}

