a, a:visited {
	color:#031c66;
}
a:hover {
	color:#031c66;
}

/* LAYOUT */
body {
	background-color:#e0e0e0;	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}

.fButton, 
.fForm .buttons input,
.page-filters input {
	background-color:#616061;
	font-size: 14px;
	padding: 8px 14px;
	color:#ffffff !important;
	text-decoration: none;
	display: inline-block;
	border: 0px none;
}

#fWrapper {
	margin:20px auto;
	width:1024px;
	
		max-width: 1024px;
	width: 100%;
	}

.fForm input,
.fForm select,
.fForm textarea {
	border-color: #a3a3a3;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline:none;
}

#fPage {
	border:1px solid #a3a3a3;background-color:#ffffff;}

#fHeader {
	background-color:#ffffff;
			display:none	border:0px none;
}
#fContent h1 {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:18px;
}

.fModuleTitle,
.fForm legend {
	background-color:#616061;	
}
.fModuleTitle h3,
.fForm legend {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}
.fForm legend {
	display:block;
	width:100%;
	padding:0px !important;
}

#fSidebarLeft {
	display:none;
}

#fSidebarRight {
display:none;
}

#fContent {
	background-color:#ffffff;}
#fContentContainer {
	width: 1024px;
	margin: 0 auto;
}

#fMatter {
	width: 100%;
}
#fMatter.sR {
		width:1004px;	
}
#fMatter.sL {
		width:1004px;	
}
#fMatter.sR.sL {
		width:1004px;
}


#fFooter {
	border:0px none;
}

/* FORM */
.fForm input, .fForm select, .fForm textarea {
font-size:;
}

.fListing {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #a3a3a3;
}
.fListing td,
.fListing th {
	padding: 0.5rem;
	border-bottom: 1px solid #a3a3a3;
	vertical-align: top;
	text-align: left;
}
.fListing th {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
	background-color:#616061;
	text-transform: uppercase;
}

#fContentContainer {
	max-width: 100%;
}
@media (max-width:1024px) {
	#fMatter.sR {
		width: calc(100% - 0px);	
	}
	#fMatter.sL {
		width: calc(100% - 0px);
	}
	#fMatter.sR.sL {
		width: calc(100% - 0px);
	}
	#fSidebarRight {
		width: 0px;
	}
}

@media (max-width: 768px) {
	.fForm label {
		width: 100%;
		text-align: left;
	}
	.fForm .buttons {
		text-align: left;
	}
	.fForm .hint,
	.fForm .error {
		margin-left: 0;
	}
}
@media (max-width: 576px) {
	#fMatter,
	#fSidebarRight {
		width: 100% !important;
	}
}

body {
	line-height: 1.6;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 0;
  }
  
  /* Main Layout */
  #fWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #212121;
  }
  
  #fContentContainer,
  #fHeader,
  #fPageTitle h1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
  }
  
  #fPageTitle {
	margin-bottom: 20px;
	padding: 4px 0;
	background: #c46549;
	text-align: center;
	color: #fff;
  }
  
  #fPageTitle h1 {
	margin: 15px 0;
	font-size: 22px;
  }
  
  #fSidebarLeft {
	margin-right: 20px;
  }
  
  #fMatter h6 {
	font-size: 16px;
  }
  
  .fModuleTitle,
  .fForm legend {
	background-color: #c46549;
	border-bottom: 2px solid #333;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
  }
  
  .fModuleTitle h3 {
	color: #fff;
  }
  
  #fFooter {
	text-align: center;
	background: #f0eff5;
	color: #666;
	padding: 20px;
	font-size: 90%;
	margin-top: 25px;
  }
  
  #fFooter a {
	color: #333;
  }
  
  /* Tables */
  .fTable {
	border: 1px solid #f0eff5;
	border-collapse: collapse;
	width: 100%;
  }
  
  .fTable .heading td,
  .fTable th {
	background: #f0eff5;
  }
  
  .fTable td {
	border-bottom: 1px solid #f0eff5;
	padding: 8px;
  }
  
  .registration_slab {
	width: 100%;
	font-size: 14px;
  }
  
  .headingDate {
	width: 140px;
  }
  
  .fModule {
	margin-bottom: 2px;
  }
  
  ul.pmodes {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  ul.pmodes li {
	padding: 15px;
	border-bottom: 1px solid #f0eff5;
  }
  
  .registration_slab tr:hover td,
  .financial tr:hover td {
	background: #efefef;
  }
  
  /* Optimized Form Styles */
  .fForm p {
	font-size: 14px;
  }
  
  /* Responsive Input Fields */
  .fForm input,
  .fForm select,
  .fForm textarea {
	width: 100%;
	max-width: 400px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .fForm input:focus,
  .fForm select:focus,
  .fForm textarea:focus {
	border-color: #153c70;
	box-shadow: 0 0 5px rgba(21, 60, 112, 0.3);
	outline: none;
  }
  
  /* Responsive Labels */
  .fForm label {
	width: 100%;
	max-width: 300px;
	padding: 10px 0;
	text-align: left;
	display: block;
	font-weight: bold;
  }
  
  /* Buttons */
  .fForm .buttons input {
	border: 2px solid transparent;
	cursor: pointer;
	color: #fff !important;
	background: #242124;
	padding: 12px 24px;
	border-radius: 5px;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
  }
  
  .fForm .buttons input:hover {
	background: #3b3b3b;
	border-color: #fff;
  }
  
  /* General Form Styling */
  .fForm .field-para {
	padding-top: 10px;
  }
  
  .fForm .hint,
  .fForm .error {
	margin-left: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #d9534f;
  }
  
  .fForm .buttons {
	padding: 5px 0;
	text-align: center;
  }
  
  /* RESPONSIVE DESIGN FOR SMALL SCREENS */
  @media screen and (max-width: 1024px) {
	#fContentContainer,
	#fHeader,
	#fPageTitle h1 {
	  max-width: 100%;
	  padding: 0 20px;
	}
  
	.fForm input,
	.fForm select,
	.fForm textarea {
	  max-width: 100%;
	}
  
	.fForm label {
	  max-width: 100%;
	  text-align: left;
	}
  
	#fPageTitle h1 {
	  font-size: 20px;
	}
  }
  
  @media screen and (max-width: 768px) {
	#fContentContainer,
	#fHeader,
	#fPageTitle h1 {
	  padding: 0 15px;
	}
  
	#fPageTitle h1 {
	  font-size: 18px;
	  margin: 10px 0;
	}
  
	.fForm input,
	.fForm select,
	.fForm textarea {
	  width: 100%;
	}
  
	.fForm label {
	  width: 100%;
	  max-width: 100%;
	  display: block;
	  text-align: left;
	  padding-bottom: 5px;
	}
  
	.fForm .buttons input {
	  width: 100%;
	  padding: 10px;
	}
  
	.fTable,
	.registration_slab {
	  font-size: 12px;
	}
  
	.fModule {
	  margin-bottom: 30px;
	}
  }
  
  @media screen and (max-width: 480px) {
	#fPageTitle h1 {
	  font-size: 16px;
	  margin: 10px 0;
	}
  
	.fForm input,
	.fForm select,
	.fForm textarea {
	  width: 100%;
	  padding: 8px;
	}
  
	.fForm .buttons input {
	  width: 100%;
	  padding: 10px;
	}
  
	.fTable,
	.registration_slab {
	  font-size: 12px;
	}
  
	.fModule {
	  margin-bottom: 20px;
	}
  
	.fForm .hint,
	.fForm .error {
	  font-size: 12px;
	}
  }
  