header
{
	min-height:50px;
}
a{
	color:#191970;
}
a:hover{
}
.formHead
{
	text-align:center;
	min-height:100px;
	border-bottom:2px solid #F5F5F5;
	overflow:auto;
	width:100%;
	z-index: 1;
  top: 0;
  left: 0;
}

.formHead h3
{
	color:#e6005c;
	font-weight:bold;
	line-height:40px;
}
.form-group
{
	margin-bottom:0px;
	padding:10px;
}
.gender
{
	width:20px;
	height:20px;
	float:left;
	margin:4px 30px 0px 0px !important;
}
.buttons
{
	color:black;
	font-weight:bold;
	background-color:#9370DB;
	width:100%;
	margin-bottom:20px;
	
}
.formTable
{
	border:2px solid #FFFFFF;
}
.formCenterBody
{
	border-left:2px solid #FFFFFF;
	min-height:500px;
}
.formContent
{
	margin-bottom:100px;
	
}
.headdings
{
	padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 22px;
  color: #191970;
  display: block;
	color:#800080;
	
}

.topLink{
	float:right;
	margin-top:20px;
	display:block;
}
@media only screen and (max-width: 767px)
{
	.formCenterBody
{
	border-left:0px solid #FFFFFF;

}
}
.messages
{
	font-size:15px;
	font-weight:bold;
	display:none;
	margin-top:5px;
}
.sucessMessage
{
	color:#569a29;
}
.alertMessage
{
	color:red;
}
.loginHead
{
	min-height:60px;
	text-align:center;
	border:2px solid #FFFFFF;
}
.loginHead>img
{
	width:auto;
	height:60px;
}
.loginIcon2
{
	padding:20px;
}
.loginIcon2 img
{
	width:100%;
	height:auto;
	max-width:150px;
	max-height:180px;
}
.leftLabel
{
	width:100%;
	text-align:left !important;
}
.loginBody
{
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
.verifyBody
{
	margin-top:30px;
	margin-bottom:30px;
	min-height:200px;
	border:2px solid #FFFFFF;
	line-height:200px;

}
.reportTable
{
		border:2px solid #F5F5F5;
		margin-bottom:100px;
}
.container-fluid
{
	overflow-x:hidden;
}
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #003366 ;
}



/* Add an active class to the active dropdown button */
.active {
  background-color: #BA55D3;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #F5F5F5;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}