/*-------ADDED FOR TRADER WEBSITE------------ */
p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	word-wrap: break-word;
}
a {
    font-weight: bolder;
    margin: 0;
    text-decoration: underline;
}
a:link {
	color:#3691CE;
}
a:visited {
	color:#3691CE;
}
a:hover {
	color:#2284DD;
	text-decoration: none;
}
a:active {
	color:#3691CE;
}
ul, li {
	padding:0 5px;
	margin:0;
	outline:0 none;
}
.clear {
	clear:both;
}

/*MAIN STRUCTURE*/
body {
	padding: 0;
	margin: 0;
	background-color:#f3f3f3;
	font-family: Arial, sans-serif;
    font-size: 14px;
	height:100%;
	width:100%;
	min-width: 767px;
}
#container {
	min-height:100%;
	height:100%;
	position:relative;
	background-color:#f3f3f3;
	width:100%;
}
.body {
	margin:85px auto;
	width:1024px;
	min-height:800px;
	color:#333;
	font-weight: normal;
	word-wrap: break-word;
}
.content {
	min-width: 767px;
	width: 100%;
	margin: 0 auto;
	height:100%;
	padding-top:1px;
}
.white_box {
	padding: 22px;
	background-color:#FFFFFF;
	margin-top:15px;
	height:100%;
}

/* nav HEADER */
nav {
	position:fixed;
	top:0;
	width:100%;
	z-index:3;
}
#header_background {
	background:#FFFFFF;
    min-width: 1024px;
	min-height: 64px;
	margin: 0;
    padding: 0;
}
.nav_container {
	width: 1024px;
	margin: 0 auto;
}
.logo_left {
	background-image: url(/register/realtime/images/BCTRD/logo.png);
	float:left;
	height: 32px;
	width: 130px;
	position:absolute;
	text-indent: -9999px;
	text-decoration:none;
	top: 15px;
}
.topnav {
	float:right;
	width: 661px;
}
.topnav a {text-decoration: none;}
.topnav ul {
	margin-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	list-style-type: none;
	height:45px;
	padding-top: 30px;
	padding: 0px;
}
.topnav li {
	float:left;
	padding-left:38px;
	color: #6A696B;
	padding: 0px;
}
.topnav li a {
	display:block;
	height:45px;
	color:#6A696B; 
}
.topnav li a:visited {
	color:#6A696B;
}
.topnav li a:hover {
	color:#0B4584;
}

#register .register_nav, #features .features_nav, #pricing .pricing_nav, #support .support_nav, #webinars .webinars_nav, #contact .contact_nav{
	color:#0B4584;
	background: url(/register/realtime/images/BCTRD/nav_arrow.png) no-repeat scroll center bottom;
}

/*END OF HEADER*/

/* layout */
/*
#wrapper {
	background-color:#F6F6F6;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

#topBox {
	margin-bottom: 20px;
	width: 1024px;
}
*/

#leftBox {
	float: left;
	max-width: 690px;
	width: 100%;
}

#feeBox {
	display: inline-block;
	margin-left: 20px;
	width: 300px;
	padding-bottom: 15px;
}
#feeBox p { padding: 0px 15px;}

#feeBox, #feeBox p {
	font-size: 13px;
}

#feeBox h1 { 
	margin: 0; 
	background-color: #004F88; 
	color: #FFFFFF; 
	padding: 15px 15px 12px;
	font-weight: 100;
}
#feeBox label { 
	width: 10em; 
	font-weight: bold; 
}
#feeBox input { 
	width: 3.5em; 
	text-align: right; 
	border: none; 
}
ul.fee_list { 
	padding: 0 35px !important;
}
.fee_list li { 
	list-style-type: none; 
	padding: 2px 0 !important;
	margin: 0 !important;
}
.fee_subtitle { 
	text-decoration: underline; 
	font-weight: bold; 
	padding: 8px 15px 0px; 
}
.fee_amount { 
	float: right; 
	padding-right: 15px;
}
li .fee_amount { 
	float: right; 
	padding-right: 15px;
}
#totalFeesDiv, #immTotalFeesDiv {
	padding:  18px 0;
}
.total_fees_amount { 
	display: inline-block; 
	padding: 2px 15px; 
}
.total_fees_subtitle {
	display: inline-block; 
	padding: 2px 15px;
	font-weight: bold; 
}
.finalInfo {padding: 0px 30px;}


/* general */
form.realtime h1 {
	font-family: Arial, sans-serif;
	font-size: 19px;
	color: #004F88;
	font-weight:normal;
	padding: 15px 15px 12px;
	background-color: #e5eefa;
	margin: 0px 0px 15px 0px;
}
h1#white {
	background-color: #FFF;
	margin-top: 10px;
}
form.realtime h2 {
	color: #0B4584;
	font-size: 14px;
	font-weight: bold;
	padding:0px 30px 8px 30px;
}
form.realtime fieldset {
	margin: 10px 30px;
}

form.realtime ol { padding: 0 0 0 50px }
form.realtime .orderedListDiv { padding-left: 50px;}

#fullBox {
	min-height: 600px;
	width: 1024px;
}
#fullBox p {
	margin: 10px 30px;
}
#fullBox h3, #fullBox ul {
	padding: 0px 35px;
}
#leftBox input[type=text][readonly=readonly],
#leftBox input[type=password][readonly=readonly],
#fullBox input[type=text][readonly=readonly],
#fullBox input[type=password][readonly=readonly] {
	background-color: #c0c0c0;
}
#fullBox li {
	padding: 0 5px 10px 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	font-weight: normal;
	word-wrap: break-word;
	margin: 10px 35px;
}

#leftBox p {
	padding: 0px 35px 5px 35px;
}
.smallLink { font-size: 12px; font-weight: bolder; }
.hide { display: none; }
.smallNote {
	color: #555;
	font-size: 12px;
	/*padding: 0px 5px;*/
}
.bigNote {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.steps {
	color: #3691CE;;
	font-weight: normal;
	line-height: 1em;
}

.clearBoth {
	clear: both;
}
.box {
	background-color:#FFFFFF;
}
.boxContainer {
	margin-top: 30px;
	padding: 0px;
}

.fieldContainer { 
	clear: left; 
	margin-top: 9px;
}
.fieldElements {
	display: inline;
	margin-left: 0;
}
fieldset .fieldElements {
	margin: 0;
}
.fieldContainer label.leftLabel {
	display: block;
	width: 210px;
	margin-right: 10px;
	padding-top: 0;
	float: left;
	text-align: left;
	font-size: 14px;
}
label.aboveLabel { display: block; font-weight: bold; }
label.rightLabel { margin: 0 10px 0 5px; font-weight: bold; font-size: 16px;}

.spacedList li { margin-top: 20px; }
.sectionSeparator {	margin-top: 35px; margin-bottom: 0px; border: 10px solid #f3f3f3; }
.required { color: red; padding-right: 3px; }
.instructions textarea, .instructions input { color: #555555; }
.newLine { display: block; margin-left: 150px; }
.tooltip { padding: 5px; }
.attention { 
	border: 1px solid black; 
	background-color: #fcc;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	margin: 10px;
}


/* section-specific */

#progressBox {
	color: #888;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	font-weight: 100;
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	/*position: fixed;
	top:85px; 
	box-shadow: 2px 2px 2px 1px #333; */
}

.progressStep {
	padding: 8px 5px;
	width: 25%;
}
.progressStep0 {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.progressStep1 {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.progressStep2 {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.progressStep3 {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.progressSelected {
	color: #fff ;
	background-color: #004f88;
	border: 1px solid #004f88;
}

/*.progressSelected .current {
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    border-bottom: 7px solid #FFF;
    text-align: center;
    margin-top: 2px;
}*/



ul#exchanges {margin: 2px 50px;list-style-type:disc; padding-left: 30px;}
#exchanges li {float: left; margin-right: 60px; padding: 0; list-style-type: disc;}

.agreeInput {
	margin-bottom: 10px;
}
.agreeInput label.leftLabel {
	width: 200px;
	margin-right: 10px;
	padding-top: 2px;
	float: left;
	text-align: right;
}
.agreeInput .fieldElements {
	margin-left: 10px;
}
.requiredArrowDiv {
	background-color: #FFD18D;
	margin: 10px 0 5px 0;
	width: 100%;
}
.requiredArrowDiv label.leftLabel {
	width: auto;
}
.requiredArrowDiv label.aboveLabel {
	display: inline-block;
}
.requiredArrow {
	background-color: #FFD18D;
	display: inline-block;
	margin-top: 0;
	padding: 3px 0 3px 0;
}
.requiredArrowImg {
	background-color: #fff;
	display: inline-block;
	padding: 3px 3px 6px 0;
	height: 20px;
}

.subscriberInput {
	padding: 2px;
	clear: left;
}
.subscriberInput label.leftLabel {
	width: 130px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

.bigLabel label {
	font-size: 14px;
	font-weight: bold;
}

/* Contact Details Tab */
.contactSection {
	margin: 0 35px;
}
.contactSection .fieldContainer label.leftLabel {
	width: 130px;
}
.contactSection .fieldContainer input {
	width: 192px;
}
.paymentSection {
	margin: 0 35px 15px;
}


.infoVendorSubscriber {margin: 0px 30px;}
.infoVendorSubscriber ul {padding: 0px 30px;}
.infoVendorSubscriber ul li {padding: 5px 0px;}

/* page-specific */
.sectionOptions { margin: 0 0 0 35px; }
.serviceRadio { margin-bottom: 3px; }
.trialRadio { padding-left: 40px; margin-bottom: 3px; }
.servicePrice { float: right; padding: 3px 100px 0 0; }
#proStatusDiv span { display: block; }
#tradingDiv span { display: block; }
.exchangeElement select, .exchangeGroup select, .packageGroup select { width: 220px; }
.exchangeDisplayGroup { margin: 0 35px;}
.exchangeDisplayGroup h2 { margin-left: -5px; padding: 8px 0 !important; }
.packageGroup .fieldContainer{ margin: 0 35px;}
#brokerTrading { margin: 0 0 30px 30px; }
#ccvercode { width: 50px; }

.cmeApprovedTitle {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	padding: 0 50px 5px;
}
.proTitle {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	text-align: center;
}
.proTitleStatus {
	color: #f96909;
}

#nasdaqIndividualDiv, #nasdaqFirmDiv {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

.confirm_fees {
	width: 360px;
}
.confirm_fees h1 {
	margin-bottom: 10px;
}

.finalInfo label.leftLabel {
	font-weight: bold;
	padding-top: 0;
}

.submitSection { 
	padding-top:0; 
	background-color: #f3f3f3; 
}
.submitButton { 
	cursor: pointer;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 12px 15px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2284DD;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) !important;
}
.nextButton {
	float: right;
}
.backButton { 
	float: left; 
}






/* FOOTER */
#footnotes {
	background-color: #ccc;
	margin-top: 20px;
	padding: 35px;
}
#footer {
	bottom:0;
	width:100%;
	height:75px; 
	background:#0B4584;/* trader blue */
}
#footer_background {	
	background: none repeat scroll 0 0 #0B4584; /* trader blue */
	clear:both;
	height:75px;
} 
.footer {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align:center;
	position:relative;
	padding-top: 22px;
	width: 1024px;
	margin: 0 auto;
}
.footer li {
	display: inline;
	margin: 0;
	padding-right:20px;
}
.footer a {
	color: #FFFFFF;
	font-weight:normal;
}
.footer li a:active {
	color: #FFFFFF;
}
.footer li a:visited {
	color: #FFFFFF;
}
.footer li a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/*END OF FOOTER*/
.barchart-form-acknowledge {
font-family: inherit;
font-size: inherit;
display: block;
margin: 8px 0px;
}
.barchart-disclaimer {
display: block;
font-size: 11px;
text-align: center;
margin-top: 3.5em;
}
.barchart-disclaimer ul.list-inline {
display: inline-block;
list-style-type: none !important;
}
.barchart-disclaimer ul.list-inline li {
display: inline-block;
padding: 3px 15px;
}
.barchart-disclaimer ul.list-inline li:not(:first-child):not(:last-child) {
border-right: 1px solid #666;
}
#cmeAddendumBody ul {margin-left: 16px;}
.loader-box {
    display: flex;
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.loader-box span {
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 32px;
    color: #004F88;
    font-weight:normal;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3691CE; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin-right: 16px;
}

@keyframes spin {
    `0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }`
}

.loader-overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
}

.hidden {
    display: none;
}