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;
	}
}

/* Root variables for colors */
:root {
    --primary-color: skyblue;
    --secondary-color: white;
    --text-color: black;
    --background-color: #F0EFF5;
}

/* Main styling */
body {
    line-height: 160%;
    background: url("https://in.eregnow.com/cdn/ucontent/ticketing/4171/page_bg.jpg");
    width: 100%;
}

#fWrapper {
    width: 100%;
    max-width: 1002px;
    margin: 0 auto;
    padding: 0;
    border-top: 5px solid var(--primary-color);
}

#fContentContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#fMatter {
    width: 100%;
}

#fPageTitle {
    margin-bottom: 20px;
    padding: 15px 0;
    background: var(--primary-color);
    text-align: center;
}

#fPageTitle h1 {
    width: 100%;
    max-width: 1002px;
    margin: 0 auto;
    color: var(--secondary-color);
    text-align: center;
    font-size: 22px;
    font-family: Arial, sans-serif;
}

#fHeader, #fContent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.fModuleTitle, .fForm legend span {
    padding: 10px;
    font-size: 20px;
    color: var(--text-color);
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 2px solid var(--primary-color);
}

#fFooter {
    text-align: center;
    background: var(--background-color);
    color: var(--text-color);
    padding: 50px 0 0;
    font-size: 12px;
    border-top: 1px solid #fff;
    clear: both;
    margin: 20px auto;
}

#fFooter a {
    color: var(--primary-color);
}

.fTable {
    border: 1px solid var(--background-color);
    border-collapse: collapse;
}

table.fTable td {
    border-bottom: 1px solid var(--background-color);
    padding: 8px;
}

table.registration_slab {
    width: 100%;
    font-size: 14px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    #fWrapper, #fContentContainer, #fHeader, #fPageTitle h1, #fFooter, .fForm input, .fForm select, .fForm textarea {
        width: 90%;
        margin: 0 auto;
    }

    .fForm label {
        width: auto;
        display: block;
        padding: 5px 0;
    }

    .fForm .hint, .fForm .error {
        margin-left: 0;
    }

    #fPageTitle h1 {
        font-size: 20px;
    }

    .fForm input,
    .fForm select,
    .fForm textarea {
        width: 100%;
        max-width: 100%;
    }

    .fForm p.buttons input {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    #fPageTitle h1 {
        font-size: 18px;
    }

    .fModuleTitle, .fForm legend span {
        font-size: 18px;
    }

    .fForm input,
    .fForm select,
    .fForm textarea {
        padding: 10px;
    }

    .fForm p {
        font-size: 12px;
    }

    #fFooter {
        font-size: 10px;
    }
}
