/*==============================
  Begin of Panel Independent Scroll
  ==============================  */

.body-panel-open {
    overflow: hidden;
}  

.ui-panel.ui-panel-open {
	position:fixed;
}

.ui-panel-inner {
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	bottom: 0px;
/*	
	overflow: scroll;
*/	
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;	
}

/*==============================
  End of Panel Independent Scroll
  ==============================  */
  
.ui-panel {
	width: 90%;
/*	
	max-width: 270px;
*/	
	max-width: 350px;
}

.ui-panel-large {
	max-width: 640px;
}
  
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
	left: 90%;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
	right: 90%;
}

.ui-mobile [data-role=page],
.ui-page,
.ui-content {
	-moz-opacity:1.0 !important;
	-khtml-opacity:1.0 !important;
	opacity:1.0 !important;	
}

.ui-content-2 {			
	width: 95%;
	margin: 0 auto !important;
	position: relative !important;		

	overflow: visible !important;
	
	-moz-opacity:0.85 !important;
	-khtml-opacity:0.85 !important;
	opacity:0.85 !important;		
}	

.custom-corners .ui-bar {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;

/*  
	-moz-opacity:0.75 !important;
	-khtml-opacity:0.75 !important;
	opacity:0.75 !important;	
*/	

	margin-top: 5px;
}
.custom-corners .ui-body {
   border-top-width: 0;
   -webkit-border-bottom-left-radius: inherit;
   border-bottom-left-radius: inherit;
   -webkit-border-bottom-right-radius: inherit;
   border-bottom-right-radius: inherit;
  
/*    
	-moz-opacity:0.75 !important;
	-khtml-opacity:0.75 !important;
	opacity:0.75 !important;		    
*/	
}

.custom-corners .ui-body .ui-input-text , 
.custom-corners .ui-body .ui-state-disabled  {
	-moz-opacity:1 !important;
	-khtml-opacity:1 !important;
	opacity:1 !important;		
}

.custom-corners .ui-body .ui-input-text .ui-coords, 
.custom-corners .ui-body .ui-state-disabled .ui-coords {
	font-weight: bold;
	color: blue;	
}
