/* delete if embedded */
body{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

/* delete if embedded */
.commonThings {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.divOvBlockOut {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	z-index: 10000;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: none;
}
	
.divApplForm {
	position: fixed;
	top: calc((100% / 2) - 300px);
	left: calc((100% / 2) - 350px);
	width: 700px;
	height: 600px;
	background-color: rgba(255,255,255,.9);
	z-index: 20000;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formTable {
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
	padding: 10px;
	width: 100%;
	height: 100%;
}

.formRow, .formRowXL {
	width: 100%;
	min-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	/* height: 20px; */
	min-height: 20px;
}

.formRowXL {
	min-height:350px;
	height:355px;
/*	max-height:80%; */
}

.formColTitle {
	float:left;
	width: 100px;
}

.formColCnt {
	width:calc(100% - 100px);
	float:left;
	text-align: left;
}
.formColCntXS {
	/* width:calc((100% - 110px) / 2); */
	float:left;
	text-align: left;
}
		
.applText {
	width: calc(100% - 6px);
	min-height: 350px;
}
		
.btCol {
	float:left;
	width: 50%;
}

.notNiceSpace {
    white-space:pre;
}