@charset "UTF-8";

/* Panel */
.Panel {
	overflow: auto; 
	width: 50%;
	min-width: 320px;
	height: 100%; 
	position: fixed; 
	top: 0; 
	right: -110%; 
	padding: 20px 20px 20px 12px !important;
 	background-repeat: no-repeat; 
	z-index: 100001;
	overflow-x: hidden;	
}

.panel_vertical_close_button {
	position: absolute !important;
	top: 40px !important;
	right: 30px !important;
}

.PanelCloseOverlay {
	overflow: hidden; 
	position: fixed; 
	top: 0px; 
	bottom: 0px;  
	left: 0px; 
	right: 0px; 
	z-index: 100001; 
	background-color: #000; 
	display: none; 
	cursor: pointer;	
}
