body {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size : 16px;
	color: #0f2a4e;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.containerbg {
	background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)), url("../img/TT1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}

.records {
	margin: 40px auto;
}

.rgstrtnform {
	width: 500px;
	height: 100%;
	padding: 20px;
	border: solid #0f2a4e;
	border-radius: 8px;
	margin: 40px auto;
}

.matcheditform {
	width: 90%;
	padding: 20px;
	border: solid #1eb0d5;
	border-radius: 8px;
	margin: 40px auto;
}

.rgstrtninput {
	font-size: 12px;
	width: 200px;
	border: 2px solid #1eb0d5;
	border-radius: 4px;
	padding: 4px 8px;
	float: right;
	color: #ffffff;
	background: #0f2a4e;
}

.drpdwn {
	font-size: 12px;
	width: 200px;
	border: 2px solid #1eb0d5;
	border-radius: 4px;
	padding: 4px 8px;
	color: #ffffff;
	background: #0f2a4e;
}

.tenvicbutton {
	font-size: 12px;
	background-color: #0f2a4e;
	color: #1eb0d5;
	padding: 4px 8px;
	border-radius: 4px;
	border: 2px solid #1eb0d5;
	box-shadow: 0 3px #1eb0d5;
}	

.tenvicbutton a {
	text-decoration: none;
}

.tenvicbutton:hover {background-color: #000a4e}

.tenvicbutton:active {
  background-color: #000a4e;
  box-shadow: 0 3px #1eb0d5;
  transform: translateY(4px);
}

p {
	font-size: 16px;
}

h1, h2 {
	text-align: center;
	color: #0f2a4e;
}

table th {
	height: 50px;
	width: 190px;
	border: 2px solid black;
}

table th td {
	width:190px;
	font: 12px;
	color: #0f2a4e;
}
	
.ctgrleft {
	font: 8px;
	float: left;
	margin-left: 40px;
}
	
.ctgrright {
	font: 8px;
	float: right;
	margin-right: 40px;
}

.ctgrcenter {
	font: 8px;
	float: center;
}

.BasicTable { 
	width: 75%; 
	margin-left: auto; 
	margin-right: auto; 
	background-color:#1eb0d5; 
	border: 1px solid black; 
}

.BasicTable th { 
	background-color:#0f2a4e; 
	color:white; 
}

.BasicTable td, .BasicTable th { 
	text-align: center; 
	padding:5px; 
	border:1px solid black; 
}

.BasicTable td:first-child {
	text-align: left;
}

.InvisibleTable {
	width: 75%; 
	margin-left: auto; 
	margin-right: auto; 
	background-color:rgba(255, 255, 255, 0); 
	border: 0px; 
}

.InvisibleTable td, .InvisibleTable th {
	text-align: center; 
	padding:5px; 
	border:0px; }
	
.TenvicHR {
	color: #1eb0d5;
}
