﻿/*Ipad Mini, Ipad 1 y 2
@media only screen and (min-width: 1024px) and (max-width: 1024px)
{
  
}*/

/*Galaxy Tab, Surface, Ipad 3 y 4
@media only screen and (min-width: 1280px) and (max-width: 2560px)
{

}*/



/*Smartphone*/
@media only screen and (max-width: 1024px) 
{
    .PnlMessageInbox {
     clear:both !important;
        width: 100% !important;
    }

    .PnlCashFlow {
    display:none !important;
    }

    .PnlPaymentsClass {
        clear:both !important;
        width: 100% !important;
       
    }

    .PnlPayrollClass {
    clear:both !important;
   width: 100% !important;
  
    }

    .PnlReceivables {
  clear:both !important;
   width: 100% !important;  
    }

    .PnlReconciliationClass {
     clear:both !important;
   width: 100% !important;
    }

    .PnlBookBalanceClass {
         clear:both !important;
   width: 100% !important;
    }

    .PnlBankBalanceClass {
         clear:both !important;
   width: 100% !important;
    }

    .BankNameClass1 {
        clear:both !important;
        width:100% !important;
    }

      .BankNameClass2 {
          clear:both !important;
        width:100% !important;
        margin-top:5% !important;
        margin-bottom:5% !important;
    }

    .DocsClass {
        width:40px !important;
        float:left !important;
    }

    #ctl00_ContentPlaceHolder1_NcbAccountName {
    width:150px !important;
    }

    .CustomizePanel {
    width:100% !important;
    }

    .PnlReconciliationProcessClass {
    width: 100% !important;
      clear:both !important;
    }

    .PnlRollForwardClass {
    width: 100% !important;
      clear:both !important;
    }

    .ReconciliationProcessBtns {
    text-align:left !important;
    
    }

    .PnlBankInfo1 {
    clear:both !important;
     width: 100% !important;
    }

     .PnlBankInfo2 {
    clear:both !important;
     width: 100% !important;
    }

    .PnlBankInfoGeneralClass {
       width: 100% !important;   
    
    }

    #ContentPlaceHolder1_DdlBankID {
    width:75px !important;
    }

    #ContentPlaceHolder1_DdlGlPeriod {
    width:75px !important;
    }

    #ContentPlaceHolder1_DdlFiscarYear {
    width:75px !important;
    }

   
    #LblTransferToStyle {
    display:none !important;
    }

    #LblTransferToStyleHidden {
    display:block !important;
    }

    #LiAddressBankAccountClass {
     display:none !important;
    }

    #LiReceivablesBankAccountClass {
    display:none !important;
    }

    #LiReconciliationBankAccountClass {
    display:none !important;
    }

}


/*@media only screen and (min-width: 150px) and (max-width: 479px)
{
  .PnlPaymentsClass {
        clear:both;
         width: 352px;
    }

    .PnlPayrollClass {
    clear:both;
     width: 352px;
    }

    .PnlReceivables {
  clear:both;
   width: 352px;
    }

}*/

