/* The Modal (background) */
.modal {
	box-shadow:
	0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	0 12.5px 10px rgba(0, 0, 0, 0.06),
	0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	0 41.8px 33.4px rgba(0, 0, 0, 0.086),
	0 100px 80px rgba(0, 0, 0, 0.12)
	;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	border-radius: 10px;
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  #Modal2 .modal-content {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 65%;
	height: 95%;
	overflow: auto; /* Enable scroll if needed */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  #Modal1 .modal-content {
	overflow: auto; /* Enable scroll if needed */
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	height: 58%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  #Modal3a .modal-content {
	overflow: auto; /* Enable scroll if needed */
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 70%;
	height: 98%;
	max-width: 70%;
	max-height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  #Modal3b .modal-content {
	overflow: auto; /* Enable scroll if needed */
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	height: 95%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  #Modal3ck .modal-content {
	overflow: auto; /* Enable scroll if needed */
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	height: 90%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  #Modal3tables .modal-content {
	overflow: auto; /* Enable scroll if needed */
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	height: 90%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.1s;
	animation-name: animatetop;
	animation-duration: 0.1s
  }
  /* Add Animation */
  @-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	/* border:1px solid rgb(31, 31, 31); */
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  
	/* padding: 2px 5px; */
	background-color: wheat;
	color: rgb(31, 31, 31);
	text-align: center;
  }
  
  .modal-body {padding: 2px 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  
	overflow: auto; /* Enable scroll if needed */
	text-align: left;
}
  
  .modal-footer {
	padding: 2px 5px;
	background-color: wheat;
	color: rgb(39, 39, 39);
	text-align: center;
  }
  .col {
	color: white;
	float: left;
	width: 25%;
	padding: 5px;
	margin:1px;
 }
 .col2 {
	color: white;
	float: left;
	width: 25%;
	padding: 5px;
	margin:1px;
 }
 .colf{
	color: white;
	float: left;
	width: 25%;
	padding: 5px;
	margin-top:1px;
	margin-bottom:1px;
 }
 .col input,select{
 width:100%;
 padding: 5px;
 
 }
 .col2 input{
 width:50%;
 padding: 5px;
 }
 .colf input,select{
 width:100%;
 padding: 5px;
 
 }
 .colContainer:after {
	content: "";
	display: table;
	clear: both;
 }
 
 @media screen and (max-width: 5000px) {
	.colf {
	   width: 100%;
	}
	.col2{
		width:49%;
	}
	.col {
	   width: 49%;
	}

 }
 @media screen and (max-width: 600px) {
	.col {
	   width: 100%;
	}
	.colf {
	   width: 100%;
	}
	.col2{
		width:100%;
	}

 }