﻿.parentForm {
	position: fixed;
	display: none;
	background-color: White;
	border: 1px solid black;
    max-height:90vh;
    max-width: 70vw;
    top: 5vh;
    left: 15vw;
    padding-top:3vh;
    padding-right: 5px;
	z-index: 9999;
	/*border*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	/*shadow*/
	-webkit-box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.8);
	/*color*/
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,223,227,1) 28%, rgba(201,199,199,1) 51%, rgba(184,182,184,1) 71%, rgba(153,148,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(28%, rgba(227,223,227,1)), color-stop(51%, rgba(201,199,199,1)), color-stop(71%, rgba(184,182,184,1)), color-stop(100%, rgba(153,148,153,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,223,227,1) 28%, rgba(201,199,199,1) 51%, rgba(184,182,184,1) 71%, rgba(153,148,153,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,223,227,1) 28%, rgba(201,199,199,1) 51%, rgba(184,182,184,1) 71%, rgba(153,148,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,223,227,1) 28%, rgba(201,199,199,1) 51%, rgba(184,182,184,1) 71%, rgba(153,148,153,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(227,223,227,1) 28%, rgba(201,199,199,1) 51%, rgba(184,182,184,1) 71%, rgba(153,148,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#999499', GradientType=0 );
}

﻿
.ShowInfo form {
	width: 100% !important;
	height: auto !important;
}

.ShowInfo {
	width: 100%;
	padding: 0 5px 0 15px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom : 15px;
    max-height: 86vh;
}

.closeForm {
	position: absolute;
	float: right;
	top: -12px;
	right: -12px;
	width: 35px;
	height: 35px;
    cursor:pointer;
}

.backgroundGrey {
	display: none;
	background-color: lightgray;
	opacity: 0.4;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

.GetBorderFormStyle {
	/*border*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position: absolute !important;
}

@media only screen and (min-width: 768px) {
	.ShowInfo form {
		width: 100% !important;
		height: auto !important;
	}
}
