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: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image: url("../img/bocas.png");
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid LightGray;
}

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

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

.formbox {
	width: 100%;
	background-color: LightGreen;
	padding: 10px;
	margin-bottom: 30px;
	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:20px;
	margin-bottom: 10px;
	text-align: center;
}
 
.myH2 {
	margin-top:14px;
	margin-bottom: 8px;
	text-align: center;
}
 
.myH3 {
	margin-top:8px;
	margin-bottom: 6px;
	text-align: center;
}

#AckModal modal-dialog {
	width: auto;
	margin: 0px;
}

#img_icao1 > img {
	width: 100%;
/*	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: 100%;
/*	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;
}
