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;
	}
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

/* General Styling */
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/* Links */
a, a:visited {
    color: #031c66;
    text-decoration: none;
}
a:hover {
    color: #031c66;
    text-decoration: underline;
}

/* Layout */
#fWrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}

/* Form Section */
.fForm {
    width: 100%;
    max-width: 800px; /* Adjust width for better spacing */
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #a3a3a3;
    background-color: #ffffff;
}

/* Field container for left and right alignment */
.fForm .field-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/* Labels aligned to the left */
.fForm label {
    flex: 1;
    text-align: left;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

/* Field values aligned to the right */
.fForm .field-value {
    flex: 1;
    text-align: right;
    font-weight: bold;
    color: #000;
}
#fPageTitle {
display:none}

/* Highlight important details */
.fForm .email, .fForm .type, .fForm .registration-fee {
    color: #003C63;
    font-weight: bold;
}

/* Buttons */
.fForm .buttons {
    text-align: center;
    margin-top: 20px;
}
.fForm .buttons input {
    background-color: #ED2023;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    transition: background 0.3s;
}
.fForm .buttons input:hover {
    background-color: #c41c1f;
}

/* Responsive Adjustments */
@media only screen and (max-width: 600px) {
    .fForm .field-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 5px 0;
    }

    .fForm label,
    .fForm .field-value {
        text-align: left;
        width: 100%;
    }

    .fForm .buttons input {
        font-size: 16px;
        padding: 12px;
    }
}

/* Sidebar */
#fSidebarRight {
    width: 200px;
    float: right;
}

/* Highlighted Section Titles */
.fModuleTitle,
.fForm legend {
    background-color: #003C63;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

/* Page Header */
#fHeader {
    background-color: #ffffff;
    display: block;
    text-align: center;
}

/* Page Content */
#fContent {
    background-color: #ffffff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #eee;
    padding-top: 40px;
}

/* Registration Fee Table */
table.registration_slab {
    width: 100%;
    font-size: 15px;
}
table.registration_slab td, table.financial td {
    padding: 7px 5px;
    border-top: 1px solid #eee;
}

/* Table Hover Effect */
table.registration_slab tr:hover td,
table.financial tr:hover td {
    background: #eee;
}

/* Registration Fee */
.registration_slab .registration_fee {
    font-weight: normal;
    height: auto;
    padding-top: 5px;
}

/* Footer */
#fFooter {
    border: 0px none;
    text-align: center;
    padding: 10px;
}

/* Media Queries for Responsive Design */
@media only screen and (min-width: 320px) and (max-width: 900px) {
    #fHeader img {
        width: 85%;
    }
    #fContent {
        top: -84px;
    }
}

@media only screen and (max-width: 500px) {
    .fForm .hint, .fForm .error {
        margin-left: 0 !important;
    }

    .fForm .buttons input {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 560px) and (max-width: 850px) {
    .fForm input, .fForm select, .fForm textarea {
        width: 100%;
    }
}

/* Runner Navigation */
ul.runner {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.runner li {
    margin-bottom: 10px;
}
ul.runner a {
    background: #eee;
    display: block;
    padding: 10px;
    color: #000;
    padding-left: 15px;
}
ul.runner li.current a,
ul.runner li.completed a {
    color: #fff;
    background-color: #003C63;
}
ul.runner a span {
    display: block;
    font-weight: bold;
}

/* Adjustments for small screens */
@media only screen and (max-width: 500px) {
    #register-login {
        text-align: center;
        font-size: 18px;
        color: red;
        font-weight: bold;
    }
}
