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: 90%;
    padding-right: 100px;
    padding-left: 0px;
	margin: 0px;
}

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

.formbox {
	width: 100%;
	background-color: LightGreen;
	padding: 20px;
	margin-bottom: 50px;
	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:30px;
	margin-bottom: 15px;
	text-align:center;
}

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

.myH3 {
	margin-top:10px;
	margin-bottom: 5px;
	text-align:center;
}

@media (min-width: 801px) and (max-width: 900px) {
	#AckModal modal-dialog {
		width: 85%;
	}
}
@media (min-width: 901px) and (max-width: 1000px) {
	#AckModal modal-dialog {
		width: 80%;
	}
}
@media (min-width: 1001px) and (max-width: 1100px) {
	#AckModal modal-dialog {
		width: 75%;
	}
}
@media (min-width: 1200px) {
	#AckModal modal-dialog {
		width: 70%;
	}
}

#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;
}
