@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.top-logo {
   vertical-align: middle;
   max-height: 100%;
   transition: all 0.3s ease;
   filter: drop-shadow(1px 1px 2px rgba(0, 134, 240, 0.4));
}

.top-logo:hover {
   opacity: 0.6;
}

.navbar-default .nav li a {
  color: #333;
  font-size: 16px;
  /*font-weight: 700;*/
  height: 70px;
  line-height: 38px;
  transition: all 0.3s ease;
}

.navbar-default .nav li a:hover {
   background-color: #0086F0;
   color: #FFF;
   box-shadow: 0px 3px 5px 0px rgba(0,134,240,0.5);
}

.navbar-default .nav li a:focus {
  color: #303030;
}

.navbar-nav .open .dropdown-menu>li>a {   
   line-height: 65px;
}

.img-fluid {
   width: 100%;
   height: auto;
   max-height: 430px;
   vertical-align: middle;
}

.video-fluid {
   max-width: 100%;
   height: auto;
   max-height: 430px;
   vertical-align: middle;
}

section-h {
   font-family: 'Roboto', sans-serif;
   font-size: 48px !important;
   font-weight: 200 !important;
   color: #0086F0;
   margin-top: 0;
   margin-bottom: 0.5rem;
   line-height: 2;
   text-shadow: 1px 1px 2px rgba(0, 134, 240, 0.4);
}

section-subh1{
   font-family: 'Roboto', sans-serif;
   font-size: 20px !important;
   font-weight: 200 !important;
   color: #0086F0;
   margin-top: 0;
   margin-bottom: 0.5rem;
   line-height: 2;
}

section-subh2{
   font-family: 'Roboto', sans-serif;
   font-size: 16px !important;
   font-weight: 200 !important;
   color: #0086F0;
   margin-top: 0;
   margin-bottom: 0.5rem;
   line-height: 2;
}

.text-start-logo {
   float: left;
   clear: right;
   max-width: 25%;
   margin-right: 30px;
   margin-bottom: 20px;
   filter: drop-shadow( 3px 3px 4px rgba(0, 134, 240, 0.3));
}

.wrapped-chartjs-right {
   float: right;
   clear: left;
   width: 75%;
   margin: 0px -60px 20px 30px;
}

.wrapped-image-left {
   max-width: 100%;
   margin-bottom: 20px;
   border-radius: 15px;
   filter: drop-shadow(3px 3px 4px rgba(0, 134, 240, 0.3));
}

.wrapped-image-right {
   max-width: 100%;
   margin-bottom: 20px;
   border-radius: 15px;
   filter: drop-shadow(3px 3px 4px rgba(0, 28, 51, 0.3));
}

.tag-block {
   padding-left: 40px;
   padding-right: 40px;
}

.moreinfo-block {
   padding-left: 40px;
   padding-right: 40px;
}

@media (min-width: 768px) {
   .wrapped-image-right {
      float: right;
      clear: left;
      max-width: 50%;
      margin-left: 30px;
      margin-bottom: auto;
      border-radius: 15px;
      filter: drop-shadow(3px 3px 4px rgba(0, 28, 51, 0.3));
   }
   
   .wrapped-image-left {
      float: left;
      clear: right;
      max-width: 50%;
      margin-right: 30px;
      margin-bottom: 20px;
      border-radius: 15px;
      filter: drop-shadow(3px 3px 4px rgba(0, 134, 240, 0.3));
   }
   
   .tag-block {
      padding-left: 120px;
      padding-right: 120px;
      display: inline-flex;
   }
   
   .moreinfo-block {
      padding-left: 120px;
      padding-right: 120px;
   }
   
   .tag-block-left {
      flex-direction: row-reverse;
   }
   
   .tag-block-forPLogo {
      flex-direction: row;
   }
}

@media (min-width: 769px) {
   #efficientFrontierChartDiv{
      /*visibility: visible;*/
      display: flex;
   }
   
   #chartReplacementDiv{
      display: none;
   }
}

@media (max-width: 768px) {
   #efficientFrontierChartDiv{
      display: none;
   }

   #chartReplacementDiv{
      /*visibility: visible;*/
      display: flex;
   }
}

.demoChart{
   box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
   background-color: black;
   border-radius: 15px;
}
/*.demoWeightsChart{
   box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
   border-color: rgba(0, 0, 0, 0.2);
   border-style: solid;
   border-width: 1px;
   border-radius: 15px;
}*/

#chartReplacementImage{
   box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
   background-color: black;
   border-radius: 15px;
}

.text-mainblue {
   color:#0086F0;
   background: none;
}

.text-mainpink {
   color:rgba(250,55,160,1.00);
   background: none;
}

ol.custom-marker {
  counter-reset: list;
}
ol.custom-marker > li {
  list-style: none;
  counter-increment: list;
}
ol.custom-marker.parens-around.lower-alpha > li::marker {
  content: "(" counter(list, lower-alpha) ")\a0";
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
}

footer {
   border-top: 1px solid #404040;
   background: #202020;
   color: #FFF;
   padding: 40px 0 40px 0;
   bottom: 0;
}

.map-marker:before {
   font: normal normal normal 20px/1 FontAwesome;
   content: "\f041";
   color: #0086F0 !important;
}

#contact .form-control {
  background: transparent;
  border: 1px solid #444;
  border-radius: 0px;
  color: #FFF;
  margin: 10px 0 10px 0;
}

#contact .form-control:focus {
  background: #444444;
  border-color: transparent;
  box-shadow: none;
}

#contact input[type="submit"] {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  width: 220px;
  transition: all 0.4s ease;
}

#contact input[type="submit"]:hover {
  background: #0086F0;
  border-color: transparent;
  color: #FFF;
}

.panel-heading:hover {
   background: #78C3FF;
   cursor: pointer;
}

 /* The alert message box */
.alert {
  padding: 10px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}
/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

#demo .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #0086F0;
	transition: all 0.4s ease;
}

.blueFadeButton:hover {
	background: #0086F0;
	border-color: transparent;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s ease;
}

.redFadeButton .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #f44336;
	transition: all 0.4s ease;
}

.redFadeButton:hover {
	background: #f44336;
	border-color: transparent;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s ease;
}

.signupButton {
	align-self: center;
	padding: 10px 20px;
	margin: 40px auto 10px auto;
	border: 1px solid #444;
	border-radius: 10px;
	background: #0086F0;
	border-color: transparent;
	color: #FFF;
	font-size: 32px;
	transition: all 0.4s ease;
}
.signupButton:hover {
	background: #42ACFF;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 0px 10px 5px rgba(66,172,255,0.5);
	transition: all 0.4s ease;
}

tagline-h{
   font-family: 'Roboto', sans-serif;
   font-size: 36px !important;
   font-weight: 200 !important;
   color: #0086F0;
   padding-bottom: 10px;
   line-height: 1.2;
   text-shadow: 1px 1px 2px rgba(0, 134, 240, 0.4);
}

.cookie {
   width: 50px;
   height: 50px;
   overflow: hidden;
   cursor: pointer;
   transition: all 0.3s ease;
   filter: drop-shadow(3px 3px 4px rgba(0, 134, 240, 0.4));
}
.cookie:hover {
   width: 800px;
   /*opacity: 0.8;*/
}

.sidebar {
  height: 100%;
  width: 150px;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 90px;
  background-color: #78C3FF;
}
.sidebar li a {
  color: #333;
  font-size: 16px;
  /*font-weight: 700;*/
  width: 150px;
  padding-left: 30px;
  /*height: 50px;*/
  line-height: 20px;
  transition: all 0.3s ease;
}
.sidebar li a:hover {
   background-color: #0086F0;
   color: #FFF;
   box-shadow: 0px 3px 5px 0px rgba(0,134,240,0.5);
}
.sidebar li a:focus {
  color: #303030;
}

.tableInput {
	width: 120px;
	margin: 2px;
}




/* The search field */
#companySearch {
	/*box-sizing: border-box;*/
	width: 320px;
	background-image: url('../images/searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 10px 16px 8px 45px;
	border: none;
	/*border-bottom: 1px solid #ddd;*/
	outline: 1px solid #C2C2C2;
	border-radius: 5px;
}

/* The search field when it gets focus/clicked on */
#companySearch:focus {
	outline: 2px solid #0086F0;
}

/* Dropdown Content (Hidden by Default) */
#companySearchResultsDropdown {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #f6f6f6;
/*	min-width: 260px;*/
	border: 1px solid #ddd;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Change color of dropdown links on hover */
#companySearchResultsDropdown a:hover {background-color: #f1f1f1}

.companyResultsOption {
	display: none;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.companyResultsOption:hover {
	display: none;
	background-color: #0086F0;
	color: white;
}

.companyResultsSymbol {
	font-size: 12px;
}

.companyResultsListbox {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}



#portfolioContainer{
	overflow-y: auto;
	/*Multiple of 35 from the portfolioItem height.*/
	height: 315px;
	width: 740px;
/*	border:solid;
	border-width: thin;
	border-color:#8F8F9D;*/
	/*background-color: azure;*/
}

#portfolioItemsListbox{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: beige;*/
}

.portfolioItem{
	display:inline-flex;
	flex-direction: row;
	align-items: center;
	height: 35px;
	background-color:rgba(225,225,227,0.25);
	padding: 10px 0 10px 0;
	opacity: 20;
	cursor: pointer;
	width: 100%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.portfolioItem:hover{
	background-color:rgba(0,134,240,0.50);
}

/*.selectionBackground{
	background-color: gold;
}*/

.portfolioSymbol{
	border: none;
	outline: none;
	width: 180px;
	/*background-color: aqua;*/
	margin-left: 5px;
}
.portfolioCompanyName{
	border: none;
	outline: none;
	width: 410px;
/*	max-width: 400px;*/
	/*background-color:cadetblue;*/
	margin-left: 10px;
	margin-right: 10px;
}
.portfolioWeight{
	width: 100px;
	/*background-color: darksalmon;*/
	margin-right: 5px;
}


/* (Hidden by Default) */
#exchangePicker {
	overflow-y: auto;
	height: 360px;
	display: none;
	position: absolute;
	margin-left: 20px;
	padding: 5px;
	background-color: #f6f6f6;
/*	min-width: 180px;*/
	border: 1px solid #ddd;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Change color of dropdown links on hover */
#exchangePicker a:hover {background-color: #f1f1f1}

.exchangePickerListbox {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.exchangeOption {
/*	display: none;*/
	/*background-color: lavender;*/
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}
.exchangeOption:hover {
/*	display: none;*/
	background-color: #0086F0;
	color: white;
}

/*.companyResultsSymbol {
	font-size: 12px;
}*/

.exchangeName{
	font-size: small;
	width: 100%;
	/*align-self: flex-end;*/
	/*background-color: bisque;*/
}

.exchangeCode{
	/*width: 100%;*/
	font-size: small;
	font-weight: bold;
	/*background-color: aquamarine;*/
	margin-left: 20px;
	text-align: right;
}