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;
	}
}

a, a:visited {
    color: #031c66;
}
a:hover {
    color: #031c66;
}

/* LAYOUT */
body {
    background-color: #ffffff;
    color: #000000;
    font-family: <? echo $design['body_fontface']; ?>;
    font-size: 14px;
    line-height: 140%;
}

.fButton,
.fForm .buttons input,
.page-filters input {
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 14px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    border: 0px none;
}

#fWrapper {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
}

.fForm input,
.fForm select,
.fForm textarea {
    border-color: #ffffff;
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #fafafa;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 300px;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline: none;
    border-bottom: 1px solid #001A4A;
}
.fForm input:hover,
.fForm select:hover,
.fForm textarea:hover {
    border-bottom: 1px solid #001A4A;
}

#fPage {
    background-color: #ffffff;
}

#fHeader {
    background-color: #ffffff;
    text-align: center;
    border: 0px none;
    background: #f4f9fd;
}
#fHeader img {
    max-width: 980px;
    width: 100%;
}
#fHeader h1 {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}
#fContent h1 {
    color: #000000;
    font-family: <? echo $design['page_fontface']; ?>;
    font-size: 18px;
}
#fContent {
    background-color: #ffffff;
    padding: 0;
}
#fContentContainer {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
#fPageTitle h1 {
    text-align: center;
    padding: 30px 15px;
    background: #c7e6fa;
    color: #28166a;
    font-size: 24px;
    margin: 0 !important;
}
#fPageTitle span {
    display: block;
    padding-top: 10px;
    font-weight: normal;
    font-size: 1.2rem;
}
#fMessage {
    background: #cc0000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    padding: 15px;
    margin-top: 1px;
}

.fModuleTitle,
.fForm legend {
    background-color: #ffffff;
}
.fModuleTitle h3,
.fForm legend {
    color: #000000;
    font-family: <? echo $design['heading_fontface']; ?>;
    font-size: 16px;
    text-align: left;
}
.fForm legend {
    display: block;
    width: 100%;
    padding: 0px !important;
}
.fModuleTitle h3, .fForm legend span {
    border-bottom: 1px solid #001A4A;
    display: block;
}

#fSidebarLeft {
    display: none;
}
#fSidebarRight {
    width: 200px;
    float: right;
    padding-top: 20px;
}

#fMatter {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    padding-right: 20px;
}
#fMatter.sR {
    width: 780px;
}
#fMatter.sL {
    width: 980px;
}
#fMatter.sR.sL {
    width: 780px;
}

#fFooter {
    border: 0px none;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    color: #fff;
    background: #c7e6fa;
}
#fFooter a {
    color: #29176d;
}
#fFooterContainer img {
    height: 100px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* FORM */
.fForm label {
    width: 200px;
}
.fForm .hint,
.fForm .error {
    font-size: 14px;
    margin-left: 205px;
}
.fForm .field-para {
    padding: 15px;
    margin: 0;
}
.fForm .fieldset-para {
    padding: 0 15px;
}
.fForm .buttons {
    color: #ffffff;
    margin: 0;
    padding: 30px 15px;
    text-align: center;
}
.fForm .buttons input {
    color: #ffffff !important;
    border: 0px none;
    font-size: 16px;
    padding: 12px 40px;
    background: #001A4A;
    margin: 2px;
    cursor: pointer;
}
.fForm .full-width .hint,
.fForm .full-width .error,
.fForm .checks .hint,
.fForm .checks .error {
    margin-left: 0;
}
.fForm .full-width label {
    text-align: left;
    width: 100%;
    float: none;
}
.fForm .full-width input,
.fForm .full-width select,
.fForm .full-width textarea {
    width: 100%;
}
.fForm .label {
    padding: 6px 0;
}

.checks.checks-wide {
    padding-left: 0;
}

.runner label {
    display: none;
}
ul.runner,
ul.runner li {
    margin: 0;
    padding: 0;
    list-style: none !important;
    margin-bottom: 2px !important;
}
ul.runner li:first-child {
    display: none !important;
}
ul.runner li a {
    background: #eee;
    display: block;
    padding: 10px;
    color: #000;
}
ul.runner.menu li a {
    padding: 10px;
    font-weight: bold;
    transition: all 0.2s;
}
ul.runner li.completed a:hover {
    background-color: #c7e6fa;
    color: #fff;
}
ul.runner li a:hover {
    background: #c7e6fa;
    color: #fff;
}
ul.runner li.current a,
ul.runner li.current a:hover {
    color: #fff !important;
    background-color: #ff5e2b;
}
ul.runner a span span {
    display: block;
    font-weight: normal;
    font-size: 0.8rem;
}

#data_596805633 {
    height: 160px;
}

.no-label label,
.hidden {
    display: none;
}

/* TABLES */
.fListing {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ffffff;
}
.fListing td,
.fListing th {
    padding: 0.5rem;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
    text-align: left;
}
.fListing th {
    color: #000000;
    font-family: <? echo $design['heading_fontface']; ?>;
    font-size: 16px;
    background-color: #ffffff;
    text-transform: uppercase;
}
.fListing-Abstracts th {
    background: #ff5e2b;
    color: #fff;
}
.fListing-Abstracts thead th:last-child,
.fListing-Abstracts tr td:last-child {
    display: none;
}
.fModuleEventInfo table td {
    padding: 10px;
}

.registration_cost {
    width: 250px;
}
.registration_slab .heading td,
.financial .heading td {
    background: #001A4A !important;
    color: #fff;
    text-transform: capitalize;
}
table.registration_slab tr:hover td,
table.financial tr:hover td {
    background: #eee;
}
table.registration_slab .trsubtype label {
    font-weight: normal;
    font-size: 90%;
}
table.registration_slab td,
table.financial td {
    border-top: 1px solid #eee;
    padding: 12px 5px;
}
.registration_slab .trsubtype td,
.registration_slab .heading td {
    border-top: 0;
    padding: 8px 0;
}

/* PAYMENT MODES */
.pmodes,
.pmodes li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pmodes li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.pmodes li:hover {
    background: #eee;
}
.pmodes h6 {
    font-size: 18px;
    text-transform: uppercase;
}

/* BUTTONS */
a.fButton,
.fForm .buttons input,
.page-filters input,
.fButton {
    color: #fff !important;
    background: #070534;
    padding: 10px !important;
    display: inline-block;
    font-weight: bold;
    margin: auto 5px;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    #fMatter.sR {
        width: calc(100% - 200px);
    }
    #fMatter.sL {
        width: calc(100% - 0px);
    }
    #fMatter.sR.sL {
        width: calc(100% - 200px);
    }
    #fSidebarRight {
        width: 200px;
    }
}
@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;
    }
}
@media print {
    .runner, .page-filters, p.heading {
        display: none;
    }
    .fForm label {
        width: 28%;
        float: left;
        padding-right: 0;
        margin-right: 2%;
        text-align: right;
    }
    .fForm input,
    .fForm select,
    .fForm .label,
    .fForm textarea {
        width: 70%;
        display: inline-block;
    }
    #fMatter {
        width: 100%;
    }
    .fForm .field-para {
        padding: 6px 0;
    }
}

/* MISC */
* {
    box-sizing: border-box;
}