/*#container { display:block; }
@media only screen and (orientation:portrait){
  body {
    height: 100vw;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (orientation:landscape){
  body {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
  }
}*/

 
@media only screen and (orientation:landscape){
	 #wrapper_container { display:block; }
	   .in_cont_app_det_tb,.wrapper,#body_container,#container,.container { display:block;}
	   .menuarea { display:block;}
	 #footer_links { display:block;}
	 .hide { display:none; }
	.orientationMsg { display:none; }
	.tablecontent1  { padding:5px;  }
	.textbox2  { width: 80px; margin-right: -4px;  }
	.textbox3  { width: 12px;  margin-left:-8px;  }
	.tboxlarge { width:50% !important;  }
	
}



@media only screen and (max-device-width: 70em) and (orientation:landscape) {
  
/*html,body
{
    width:100%;
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
}
  #footer_links
  {
	  position:relative;
	  bottom:0 !important;
	  padding:0;
  }
  #nationalty
  {
	  margin-left: 80px;
		position: absolute;
		margin-top: 4px;
  }
  #disabilty
  {
	  margin-left: 100px;
		position: absolute;
		margin-top: 4px;
  }
  .tablecontent1
  {
	  padding:2px;
  }
  .textbox2
  {
	width: 85px;
	margin-right: 20px;
  }
  .textbox3
  {
	  width: 12px;
	  margin-left:-8px;
  }
  .tboxlarge 
  {
	  width:50% !important;
  }*/
  .ca_container{ width:95%;}
  .ca_body_in_middle_container{ width:100%;}
  .ca_dis_container{width:100%; }
  .ca_tb_container{ width:100%;}
  .ca_body_in_middle_left_container{width:100%;}
  .ca_login_box_container{width:31%;}
  .ca_body_in_top_container{ width:100%;}
  .ca_banner_container{width:67%;}
  .star,.alert {margin-left: 5px;}
 }
 
 /*@media only screen and (max-device-width: 70em) and (orientation:portrait) {
 
html,body
{
	width:100%;
	min-height:100px;
    margin:auto;
    padding: 0px;
    overflow-x:hidden;
}
  #footer_links
  {
	  position:absolute;
	  bottom:0 !important;
	  padding:0;
  }
  #nationalty
  {
	  margin-left: 80px;
		position: absolute;
		margin-top: 4px;
  }
  #disabilty
  {
	  margin-left: 100px;
		position: absolute;
		margin-top: 4px;
  }
  .tboxlarge 
  {
	  width:50% !important;
  }
  .txtduty1, .txtindtype1, .txtreason1
  {
	width: 55px;
	margin-right: 10px;
  }
  .tablecontent1
  {
	  padding:2px;
  }
  .textbox2
  {
	width: 55px;
	margin-right: 10px;
  }
  .textbox3
  {
	  width: 12px;
	  margin-left:-8px;
  }
  
 }*/
 
 .btn_mb_view{
 -webkit-appearance: none;
 }