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:1rem;
}

.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;
	}
}

/* ===== BACKGROUND ===== */
body {
    background: #FFF8E6 !important;
    color: #1E2A5A !important;
}

/* ===== HEADER ===== */
#fHeader {
    background: #F4D27A !important;
}
#fHeader img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

/* ===== MAIN CONTAINER ===== */
#fWrapper {
    max-width: 900px !important;
    margin: 20px auto !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
}

/* ===== REMOVE LEFT MENU ===== */
#fSidebarLeft {
    display: none !important;
}
#fMatter {
    width: 100% !important;
}

/* ===== PAGE TITLE (CENTER FIX) ===== */
#fPageTitle {
    text-align: center !important;
}

#fPageTitle h1 {
    font-size: 26px !important;
    color: #1E2A5A !important;
    text-align: center !important;
    border-bottom: none !important;
    position: relative;
    display: inline-block;
}

/* Centered underline */
#fPageTitle h1:after {
    content: "";
    display: block;
    width: 260px;
    height: 3px;
    background: #FF7A00;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ===== MODULE CARD STYLE ===== */
.fModule {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
}

/* ===== SECTION HEADERS ===== */
.fModuleTitle {
    background: none !important;
    border-bottom: 2px solid #F4D27A !important;
}
.fModuleTitle h3 {
    color: #1E2A5A !important;
    font-size: 18px !important;
}

/* ===== TABLE (FEE SECTION) ===== */
.registration_slab td {
    padding: 14px 10px !important;
}
.registration_slab tr {
    border-bottom: 1px solid #eee;
}
.registration_slab tr:hover td {
    background: #FFF1CC !important;
}

/* ===== RADIO BUTTON SPACING ===== */
.trtype td {
    font-size: 15px;
}

/* ===== INPUT FIELDS ===== */
.fForm input {
    width: 100% !important;
    max-width: 400px;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    padding: 12px !important;
}

/* ===== ALIGN LABELS BETTER ===== */
.fForm label {
    width: 200px !important;
    font-weight: 600;
}

/* ===== LOGIN BOX ===== */
#register-login {
    background: #FFF1CC;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ===== CAPTCHA BOX ===== */
.cf-turnstile {
    margin-top: 15px;
}

/* ===== BUTTON ===== */
.fForm .buttons {
    position: static !important;
    transform: none !important;
    text-align: center !important;
    margin-top: 20px;
}

.fForm .buttons input {
    background: linear-gradient(135deg, #1E2A5A, #2E8B57) !important;
    border-radius: 30px !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    color: #fff !important;
    border: none !important;
}

.fForm .buttons input:hover {
    background: linear-gradient(135deg, #FF7A00, #F4D27A) !important;
    color: #000 !important;
}

/* ===== FOOTER ===== */
#fFooter {
    background: #1E2A5A !important;
    color: #fff !important;
    text-align: center;
    padding: 10px;
}

/* ===== REMOVE GREY LOOK ===== */
#fContent, #fPage {
    background: transparent !important;
}