﻿.rms-overlaylay {
	width: 100%;
	height: 100%;
	display: none;
	overflow:auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(232,232,232,0.3);
	z-index: 10;
}
.rms-dialog-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height:95%;
	max-width:95%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
/*	background: #fff; */
	overflow: hidden;
	-webkit-box-shadow: 0 0px 9px rgba(0,0,0,0.5);
	box-shadow: 0 0px 9px rgba(0,0,0,0.5);	
}
.rms-modal-content {
	position: relative;
	overflow-y:auto;
}
.reloader-wrapper img {
	margin-bottom:5px;
}
