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;
	}
}

.fModuleFeeSlab, .fFormPRovideInformation {display:none;} 

@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: url("http://wuf9.org/wp-content/themes/wuf9/img/paper.png") no-repeat center center fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}

#fWrapper {
	width: 100%;
    margin: 0 auto;
}

#fPage {
	border: none;
	background: transparent;
}

#fHeader {
	background: transparent;
	padding: 10px 0;
	position: relative;
	z-index: 10;
	text-align: center;
}
#fHeader h1 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 24px;
	color: #fff;
}

#fContent {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #eee;
	padding: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#fPageTitle h1 {
	margin-top: 15px;
	color: #006400;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 30px;
}

.fModuleTitle, .fForm legend {
    background-color: #006400;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.fForm .buttons input.submit {
    font-weight: bold;
    background-color: #006400;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s;
}

.fForm .buttons input:hover {
	background-color: #228B22;
}

.fForm legend:before, .fModuleTitle h3:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    bottom: -6px;
    left: 40%;
    background-color: #008000;
}

/* Add Row Styling for data_596854173 */
#data_596854173 {
    display: grid;
    grid-template-rows: repeat(10, auto);
    gap: 10px;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    #fContent {
        width: 95%;
        padding: 20px;
    }
    #fHeader h1 {
        font-size: 20px;
    }
    #fPageTitle h1 {
        font-size: 18px;
    }
    .fForm input, .fForm select, .fForm textarea {
        width: 100%;
    }
    .fForm .buttons input {
        width: 100%;
    }
    .fModuleTitle h3, .fForm legend {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    #fContent {
        padding: 15px;
    }
    #fHeader h1 {
        font-size: 18px;
    }
    #fPageTitle h1 {
        font-size: 16px;
    }
    .fForm .buttons input {
        padding: 10px;
    }
}
