/* =============== HIGHLIGHTS =============== */

.downloadstation {
	height: 440px;
	border-top: 1px solid #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
}
.downloadstation h2 {
	display: block;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	color: #414151;
	margin: 0px auto 15px 0px;
}
.downloadstation {
	height: auto!important;
}
.downloadstation .thanks
{
    height:412px;
    }
.downloadstation p {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.well.download {
	padding: 34px 30px 20px 45px;
	background: #f5fbfb;
	background: -moz-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5fbfb), color-stop(100%, #e2ebe8));
	background: -webkit-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -o-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -ms-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: linear-gradient(to bottom, #f5fbfb 0%, #e2ebe8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfb', endColorstr='#e2ebe8', GradientType=0 );
	border: 1px solid #fff!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
p.latestVersion
{
    font-size:12px; 
    line-height:150%;
}
p.latestVersion label
{
    margin:0;
    padding:0;
    padding-right:5px;
     font-size:12px; 
    line-height:150%;
    color: #bfffff;
    text-transform:uppercase;
}
p.latestVersion span
{
    padding:0;
     font-size:12px; 
    line-height:150%;
    margin: 0 50px 0 0;
    }
.well.ad {
	padding: 15px 30px;
	background: rgba(132, 152, 158, 0.52) url(/prx/000/http/www.jchartfx.com/assets/images/figures/figure-ad-jcfxplus-2.png) top no-repeat;
	border: 1px solid #fff;
	min-height: 468px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -1px;
}
.well.ad h3 {
	font-size: 33px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	margin-top: 0px;
}
.well.ad h3 span {
	color: #fff;
}
.well.ad h3 span strong {
	color: #009780;
	font-weight: normal;
}
.well.ad *{display:none;}
.highlights p.bubble {
	display: block;
	height: auto;
	padding: 20px 10% 10px 10%;
	background: rgba(254,254,254,0.3);
	font-size: 16px;
	color:#333;
	letter-spacing: -0.03em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 23px;
	border: 1px solid #eaeaea;
	min-height: 130px!important;
}
.highlights .circle {
	display: inline-block;
	width: auto;
	height: auto;
	-webkit-border-radius: 124px;
	-moz-border-radius: 124px;
	border-radius: 124px;
	background: rgba(254,254,254,0.3);
	padding: 6px;
	margin: 25px;
	color: #fff;
	max-width: 133px;
}
.highlights .circle:hover {
	background: rgba(254,254,254,0.5);
}
/* =========*/

ul.signupForm {
	padding: 20px 0 0 0;
	margin: 0;
}


#section_signup 
{
    height:412px;
    overflow:hidden;
}
.signupForm li {
	list-style: none;
	list-style-type: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 32px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	width: 50%;
}
.signupForm label, input, button, select, textarea {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	min-width: 20%;
	color: #444;
}
.signupContent span.plus {
	color: #004A63;
}
p.small {
	font-size: 14px;
	color: #333;
}
.licAgree {
    color: #b00;
    display: none;
    margin-left: 18px;
    margin-bottom: 9px;
    background: #f3f3f3;
    padding: 7px 5px;
    font-size: 14px;
    text-align: center;
}

li.agree label {
	font-size: 14px;
}
label {
	padding-top: 2px;
	vertical-align: top;
}
.alertplus {
	display: block;
	width: 250px;
	height: 45px;
	position: absolute;
	z-index: 5000;
	bottom: 2px;
	right: 28px;
}
.alertplus p
{
    padding-top:7px;
    color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.alertplus a.btn-default {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 400;
}
.alertplus a.btn-default:hover {
	background: #007994;
}
.downloadLinks {
	display: none;
	overflow: hidden;
	padding: 40px 10px 20px 40px;
	background: #f5fbfb;
	background: -moz-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5fbfb), color-stop(100%, #e2ebe8));
	background: -webkit-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -o-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: -ms-linear-gradient(top, #f5fbfb 0%, #e2ebe8 100%);
	background: linear-gradient(to bottom, #f5fbfb 0%, #e2ebe8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfb', endColorstr='#e2ebe8', GradientType=0 );
	border: 1px solid #14CAB0!important;
}
.badge {
	background-color: #14CAB0!important;
	margin: 0 3px;
}
.downloadLinks > div {
	display: inline;
	float: left;
	width: 47.9957805907173%;
	margin: 0 1.0021097046413503%;
	color:#555;
}
.errorlist {
    color: #b00;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    padding-left:0px;
}

input#check_Agreement 
{
    min-width:1%!important;
    margin-top: 8px;
    margin-right: 3px;    
}

.dl-horizontal dd {
    height: 34px;
}

.hero .downloadplus span.plus {
    color: #1FFFDE;
}

.textArea 
{
    min-height:80px;
}

.dlButtonContainer 
{
    margin: 0;
    padding: 0 140px 0 0;
    text-align: center;

}
.dl-horizontal {
    width: 70%;
    margin-bottom: 20px;
    background: rgba(254,254,254,0.6);
    margin: 20px 0 0 0;
    padding: 10px;
}
.dl-horizontal dt {
    float: left;
    width: 125px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.downloadLinks .btn-primary {
    color: #fff;
    background-image: -moz-linear-gradient(51% 0% -90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
    background-image: -webkit-gradient(linear, 51% 0%, 51% 110%, color-stop(0, rgb(0,76,102)), color-stop(1, rgb(0,48,64)));
    background-image: -webkit-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
    background-image: -o-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
    background-image: linear-gradient(180deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
    border-color: rgb(0,50,67);
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
    font-size: 18px;
    padding: 15px 38px;
    margin: 0 0 0 0;
}