body {
	min-height: 300px;
	padding-top: 50px;
}

.page {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: White;
	color:#000;
}

.bocalogo {
	min-height: 80px;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	background-image: url("../img/bocal.png");
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid LightGray;
}

.navbarframe{
	width: 94%;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0px;
}

.pageframe{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.formbox {
	width: 100%;
	background-color: LightGreen;
	padding: 15px;
 	margin-bottom: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 1px solid LightGray;
}

.myH1 {
	margin-top:24px;
	margin-bottom: 12px;
	text-align:center;
}

.myH2 {
	margin-top:16px;
	margin-bottom: 10px;
	text-align:center;
}

.myH3 {
	margin-top:8px;
	margin-bottom: 6px;
	text-align:center;
}

@media (min-width: 400px) and (max-width: 600px) {
	#AckModal modal-dialog {
		width: auto;
		margin: 0px;
	}
}
@media (min-width: 601px) and (max-width: 700px) {
	#AckModal modal-dialog {
		width: 95%;
	}
}
@media (min-width: 701px) and (max-width: 800px) {
	#AckModal modal-dialog {
		width: 90%;
	}
}

@media (min-width: 400px) and (max-width: 561px) {
	#img_icao1 > img {
		width: 99%;
	/*	width: 561px; */
	/*	height: 381px; */
		min-height: 381px;
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background-color: #fff;
		background-image: none;
	/*	background-image: url("csi/img/icao-md-surname.jpg"); */
	/*	background-image: url( "../img/icao-md-surname.jpg"); */
		background-repeat: no-repeat;
		border: 1px solid LightGray;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	#img_icao2 > img {
		width: 99%;
	/*	width: 561px; */
	/*	height: 381px; */
		min-height: 381px;
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background-color: #fff;
		background-image: none;
	/*	background-image: url("csi/img/icao-md-givenname.jpg"); */
	/*	background-image: url( "../img/icao-md-givenname.jpg"); */
		background-repeat: no-repeat;
		border: 1px solid LightGray;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
}
@media (min-width: 561px) and (max-width: 800px) {
	#img_icao1 > img {
		width: 561px;
		height: 381px;
		min-height: 381px;
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background-color: #fff;
		background-image: none;
	/*	background-image: url("csi/img/icao-md-surname.jpg"); Error image location https://192.168.20.4/BOCA_EVISA/csi/css/csi/img/icao-md-surname.jpg */
	/*	background-image: url( "../img/icao-md-surname.jpg"); */
		background-repeat: no-repeat;
		border: 1px solid LightGray;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	#img_icao2 > img {
		width: 561px;
		height: 381px;
		min-height: 381px;
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background-color: #fff;
		background-image: none;
	/*	background-image: url("csi/img/icao-md-givenname.jpg"); Error image location https://192.168.20.4/BOCA_EVISA/csi/css/csi/img/icao-md-givenname.jpg */
	/*	background-image: url( "../img/icao-md-givenname.jpg"); */
		background-repeat: no-repeat;
		border: 1px solid LightGray;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
}
