/*Layout css*/


    .minheight_auto .modal-dialog{
        min-height:100% !Important;
        transform: translate(0, 0%) !Important;
        }
      .minheight_auto{
        overflow-y:auto !important;
        }
      .minheight_auto:before {
          content: none !important;   
      }		
      a.pp {
          text-decoration: none;
          font-size: 14px;
          color: #C7222A;
      }
