﻿
/* iPhone 4 - (portrait) ---------- */
@media only screen and (-webkit-min-device-pixel-ratio : 2) and (orientation:portrait), only screen and (min-device-pixel-ratio : 2) and (orientation:portrait) {

   .divSolicitacaoLaudosLeft {
      display: none !important;
   }

   .divSolicitacaoLaudosRight {
      width: 98% !important;
   }

   .footer {
      height: 0px;
      display: none;
   }

   .btnsSolicitacaoResultadoModal {
      position: static;
      top: 0px;
      left: 0px;
      background: none;
      width: 99%;
      text-align: left;
      z-index: 999;
   }
   .cabecalhoRight {
      display: none;
   }
   #divModal{
      height: 99% !important;
   }
}

/* iPhone 4 - (landscape) ---------- */
@media screen and (-webkit-min-device-pixel-ratio : 2) and (orientation:landscape), screen and (min-device-pixel-ratio : 2) and (orientation:landscape) {
   #divModal{
      height: 99% !important;
   }
   .divSolicitacaoLaudosLeft {
      display: none !important;
   }

   .divSolicitacaoLaudosRight {
      width: 98% !important;
   }
}
