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:780px;
	
		max-width: 780px;
	width: 100%;
	}

.fForm input,
.fForm select,
.fForm textarea {
	border-color: #a3a3a3;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline:none;
}

#fPage {
	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: 780px;
	margin: 0 auto;
}

#fMatter {
	width: 100%;
}
#fMatter.sR {
		width:760px;	
}
#fMatter.sL {
		width:760px;	
}
#fMatter.sR.sL {
		width:760px;
}


#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:780px) {
	#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, .fModuleTitle {
    display: none;
}

.fModule {
    margin: 0 15px 15px 15px; /* removed top margin */
}

.fModuleTitle h3, 
.fForm legend {
    font-size: 14px;
    font-variant-caps: normal;
    text-align: center;
}

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");

input[type='text'], 
select {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    'color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cf005a;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#fHeader {
    padding: 0;
    margin: 0;
    top: 0;
}

#fHeader h1 {
    font-family: Trebuchet MS, sans-serif;
    text-align: center;
    font-size: 200%;
}

.submit {
    color: #fff !important;
    background-color: rgb(154, 0, 44);
    border-color: #007bff !important;
    cursor: pointer !important;
}

.fForm label {
    width: 236px;
    display: flex;
    font-size: small;
}

#fContent {
    padding: 20px 0 !important;
}

#fPageTitle {
    padding: 10px;
    background-color: #9a002c;
    color: white;
}

#fPageTitle h1 {
    margin: 0; /* removed top margin */
    color: yellow;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}


#register-login {
    margin-left: 10px;
}

#fFooter {
    background: url("http://in.eregnow.com/cdn/ucontent/ticketing/989/header_bg.jpg") no-repeat scroll center top transparent;
    margin-right: 0;
    padding-top: 0;
    color: white;
}

#fFooter a {
    color: white;
    cursor: default;
}

.fForm label { 
    'color: #cf005a;
}

.fForm input, 
.fForm select, 
.fForm textarea {
    border: 1px solid #cf005a !important;
    'color: #cf005a;
}

textarea#data_596858378 {
    width: 540px;
    height: 200px;
}

.fForm input.date {
    width: 150px !important;
}

.fForm .hint {
    margin-left: 0;
    font-size: 0.8rem;
    display: flex;
}

.fForm .checks {
    padding: 0;
}

#fSidebarRight {
    width: 200px;
    float: right;
    margin-top: 0; /* removed top margin */
}

ul.runner, ul.runner li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-bottom: 2px !important;
}

ul.runner li {
    margin-bottom: 10px;
    color: #666;
}

ul.runner a {
    text-decoration: none;
    color: #999;
    display: block;
    background: #eee;
    padding: 10px 15px;
}

ul.runner a span {
    display: block;
    font-size: 100%;
    font-weight: bold;
}

ul.runner li.current a,
ul.runner li.current a:hover {
    color: #fff !important;
    background-color: #1e1c59;
}

ul.runner li.completed a {
    background: #eee url("https://in.eregnow.com/cdn/ucontent/ticketing/1269/tick.png") 6px 8px no-repeat;
}

ul.runner li a:hover {
    background: #ccc;
}

ul.runner li:nth-child(1) {
    display: none;
}

.fForm p, .fForm .field-para {
    margin: 6px 30px;
}

div#field-para-status.field-para {
    display: none;
}

.label-abstract {
    color: transparent;
    position: relative;
    display: inline-block;
}

.label-abstract::after {
    content: "Abstract ID:";
    color: black;
    position: absolute;
    top: 0;
    left: 0;
}