/* Add here all your CSS customizations */

.purchase_table_header {
  font: bold 16px "arial", "sans-serif";
}


a {
  color: #00bbff;
}

body {
  color: #EEE;
}

p {
  color: #EEE;
}

.text-small {
  color: #EEE;
  font-size: 0.8em;
  font-weight: 400;
}

.trial-macwin {
  color: #FFF;
  font-size: 1.3em;
  font-weight: 500;
}

.lp-bold {
  color: #00bbff;
  font-size: 1.2em;
  font-weight: 800;
}

.lp-normal {
  color: #FFF;
  font-size: 1.0em;
  font-weight: 400;
}

.panel-group .panel-heading a {
  color: #00bbff;
}

body.dark .form-control {
	background-color: #FFF;
	border-color: #FFF;
}

.btn-success {
color: #fff;
background-color: #069614;
border-color: #069614;
}

.btn-success:hover {
color: #fff;
background-color: #06bb14;
border-color: #06bb14;
}

body.dark .table > thead > tr > th
{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
	border-color: #2e2e31;
}

#header h1.logo img {
  max-width: 260px;
}

.slider-container .intro-label {
	color: #FFF;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .info-label {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.slider-container .trial-label {
  color: #FFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.home-intro {
  margin-bottom: 30px;
}

.page-top {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 15px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

/* Home Concept */
.home-concept .project-image {
background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
width: 350px;
height: 430px;
margin: 15px 0 0 -100px;
padding-bottom: 45px;
position: relative;
z-index: 1;
}

.broker_label {
	color: #888888;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

#footer {
   background: none repeat scroll 0% 0% #121214;
   border-top: 4px solid #1F1F1F;
   font-size: 0.9em;
   margin-top: 20px;
   padding: 20px 0px 0px;
   position: relative;
   clear: both;
}

#footer .footer-copyright {
    background: none repeat scroll 0% 0% #0C0C0C;
    border-top: 4px solid #111;
    margin-top: 0px;
    padding: 20px 0px 10px;
}

#footer .footer-copyright p {
  color: #777;
  margin: 0;
  padding: 0;
}


.tour {
   color: #CCC;
   line-height: 24px;
   margin: 0px 0px 20px;
}

.broker-link {
  color: #DDD;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.broker-link:hover {
	color: #DDD;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.broker-link-small {
  color: #fff;
  font-size: small;
  font-weight: 600;
}

.broker-link-small:hover {
  color: #fff;
  font-size: small;
  font-weight: 600;
}

.broker-info {
  color: #CCC;
  font-size: small;
  text-align: center; 
  vertical-align: middle;
}

.testimonial-link {
  color: #FFF;
}

.testimonial-link:hover {
  color: #FFF;
  text-decoration: underline;
}

.testimonial-link2 {
  color: #666;
}

.testimonial-link2:hover {
  color: #666;
  text-decoration: underline;
}

.download-link {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
  text-decoration: underline;
}

.download-link:hover {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
  text-decoration: underline;
}

.download-icon {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.study-calc {
  color: #00bbff;
}

/* Product Boxes */
body.dark .featured-box {
  background: #363639;
  border-left-color: #363639;
  border-right-color: #363639;
  border-bottom-color: #363639;
}

body.dark .featured-box.secundary h4 {
  color: #FFF;
}

body.dark .feature-box.secundary h4 {
  color: #FFF;
}

.table-striped .featured-striped  {
	background-color: #FFF;
}

/* Featured Box */
.featured-box {
  background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.featured-box h3 {
	color: #CCC;
	font-size: 1.9em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
}

.featured-box h4 {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  margin: 5px 0 3px 0;
}

.featured-box h5 {
	color: #CCC;
	font-size: 0.95em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-transform: none;
}

.featured-box .box-content {
  border-radius: 8px;
  border-top: 3px solid #33B8FF;
  border-top-width: 4px;
  padding: 25px 0px 5px 0px;
}

.featured-box .box-content2 {
  border-radius: 8px;
  border-top: 3px solid #33B8FF;
  border-top-width: 4px;
  padding: 15px 20px 25px 20px;
}

.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 5px;
}

.featured-boxes .featured-box.info-content {
  text-align: left;
}

/* Primary */
.featured-box-primary i.icon-featured {
  background-color: #E36159;
}

.featured-box-primary h4 {
  color: #E36159;
}

.featured-box-primary .box-content {
  border-top-color: #FFFF00;
}

/* Secundary */
.featured-box-trade i.icon-featured {
  background-color: #CCC;
}

.featured-box-trade h4 {
  color: #CCC;
}

.featured-box-trade .box-content {
  border-top-color: #6495ED;
}

/* Charts Plus Box */
.featured-box-cplus i.icon-featured {
  background-color: #CCC;
}

.featured-box-cplus h4 {
  color: #CCC;
}

.featured-box-cplus .box-content {
  border-top-color: #FF9900;
}

/* Tertiary */
.featured-box-tertiary i.icon-featured {
  background-color: #2BAAB1;
}

.featured-box-tertiary h4 {
  color: #2BAAB1;
}

.featured-box-tertiary .box-content {
  border-top-color: #71DC3B;
}

/* Quartenary */
.featured-box-quartenary i.icon-featured {
  background-color: #734BA9;
}

.featured-box-quartenary h4 {
  color: #734BA9;
}

.featured-box-quartenary .box-content {
  border-top-color: #734BA9;
}

/* Strategy */
.featured-box-strategy i.icon-featured {
  background-color: CC0000;
}

.featured-box-strategy h4 {
  color: CC0000;
}

.featured-box-strategy .box-content {
  border-top-color: #CC0000;
}

/* Module */
.featured-box-module i.icon-featured {
  background-color: #FFF;
}

.featured-box-module h4 {
  color: #FFF;
}

.featured-box-module .box-content {
  border-top-color: #BBB;
}

.featured-link {
	color: #DDD;
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 20px 0;
  text-decoration: underline;
}

.featured-link:hover {
  color: #DDD;
}

body.dark .modal-content {
  background-color: #1e2229;
}

body.dark .modal-content .modal-header,
body.dark .modal-content .modal-footer {
  color: #FFF;
	border-color: #424242;
}

body.dark .form-control {
  background-color: #333;
  border-color: #282d36;
  color: #EEE;
}
body.dark .modal-header .close {
	color: #FFF;
	opacity: .5;
}

body.dark .modal-header .close:hover {
  color: #FFF;
  opacity: .9;
}

body.dark .modal-header h1,
body.dark .modal-header h2,
body.dark .modal-header h3,
body.dark .modal-header h4,
body.dark .modal-header h5,
body.dark .modal-header h6
{
  color: #FFF;
}

.modal-header h4
{
  color: #FFF;
}

