/* Custodian drop down */
/* added 12.23.15 MD */

.custodian {
	margin: 15px 0;
}


/* new risk allocation filters
	12.17.2015 MD */
	.risk-allocation-filters {
		width: 80%;
		margin: auto;
		padding-left: 50px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e9e9e9;
	}
	
	.risk-allocation-filters .risk-cat {
		display: inline-block;
		text-align: center;
	}

	.risk-allocation-filters .risk-cat .r-filter {
	  display: inline-block;
	  min-width: 120px;
	  text-align: center;
	  font-size: 10px;
	  font-weight: 600;
	  color: #959595;
	  margin: 4px 8px 4px 15px;
	  padding: 5px 7px;
	  border: 2px solid #959595;
	  border-radius: 8px;
	  background: #ffffff;
	  text-transform: uppercase;
	}
	
	.risk-allocation-filters .risk-cat .r-filter-active {
	  background: #14315a;
	  border: 2px solid #14315a;
	  color: #ffffff;
	}	
	
	.risk-allocation-filters .risk-cat .r-filter:hover {
	  background: #14315a;
	  border: 2px solid #14315a;
	  color: #ffffff;
	  cursor: pointer;
	}

/* updated 12.17.2015 MD */
.strat-risk-allocation {
  width: 90%;
  margin: auto;
  margin-bottom: 0;
  text-align: left; /* edited by MD */
}

.strat-risk-allocation h2 {
  color: #333333;
  font-size: 16px;
  margin: 8px auto;
  width: 100%;
  text-align: center;
}

/* updated 12.17.2015 MD */
.strat-donut-chart-container {
  width: 90%;
  margin: 10px auto 0px auto;
  text-align: left;
}

/* updated 10.19.2015 MD */
.strat-donut-chart-container .strat-donut-chart {
  display: inline-block;
  margin: auto;
  width: 140px;
  height: 140px;
  text-align: center;
    vertical-align: top;
}

/* updated 10.19.2015 MD */
.strat-donut-chart-container span.cta h3 {
text-align: left;
display: inline-block;
color: #14315a;
font-size: 16px;
padding-top: 0px;
font-weight: bold;
}

.strat-donut-chart-container .strat-donut-chart h3 {
  color: #14315a;
  margin: 5px auto;
  font-size: 16px;
}

.strat-3-col {
  width: 90%;
  padding: 10px;
  margin: auto;
  text-align: center;
}

/* updated 10.19.2015 MD */
@media (max-width: 1024px) {
  .strat-3-col {
    width: 100%;
  }
    .strat-donut-chart-container .strat-donut-chart {
    width: auto;
  }
  .strat-donut-chart-container .strat-donut-chart span.cta {
	  width: 100px;
	  font-size: 14px;
	  }
	  .strat-donut-chart-container .strat-donut-chart h3 {
		  padding-left: 20px;
		}
}

/* updated 12.17.2015 MD */
.strat-3-col h3 {
  color: #14315a;
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* updated 10.19.2015 MD */
.strat-3-col .strat-col-1 {
  width: 25%;
  min-height: 600px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e9e9e9;
  text-align: left;
}

/* updated 12.22.2015 MD */
.strat-3-col .k-filter {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #333333;
  margin: 2px 5px 2px 0px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e9e9e9;
}

.strat-3-col .k-filter:hover {
	cursor: pointer;
}

.strat-3-col .filter-active {
  background: #333333;
  color: #ffffff;
}
.strat-3-col .download-all-btn {
  margin: 20px 0 0 20px;
  background: #14315a;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.strat-3-col .download-all-btn:hover {
  background: #d7611b;
  color: #ffffff;
  cursor: pointer;
}

/* updated 12.22.2015 MD */
.strat-3-col .clear-filter {
  background: #666666;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}
.strat-3-col .clear-filter:hover {
  background: #d7611b;
  color: #ffffff;
  cursor: pointer;
}
.strat-3-col .save-portfolio {
  background: #14315a;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.strat-3-col .save-portfolio:hover {
  background: #d7611b;
  color: #ffffff;
}

/* updated 12.20.2015 MD */
.strat-3-col .filter-row {
  width: 100%;
  margin-bottom: 1px;
}

/* updated 10.19.2015 MD */
.strat-3-col .filter-row h3 {
  font-size: 14px;
  font-family: verdana, sans-serif;
  color: #333333;
  margin: 5px 0 0 0;
  width: 100%;
  font-weight: 600;
}

/* updated 10.19.2015 MD */
.strat-3-col .strat-col-2 {
  /*height: 300px;*/
  width: 33%;
  margin: 0 5px 0 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}

/* updated 12.17.2015 MD */
.strat-3-col .strat-col-3 {
  width: 25%;
  min-height: 600px;
  margin: 0 10px 0 5px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: ffffff;
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
}

.strat-3-col .strat-col-3 .gray-bg {
    background: #e9e9e9;
    min-height: 450px;
}



@media screen and (max-width: 1024px) {
  .strat-3-col .strat-col-3 {
    width: 19%;
  }
}

/* updated 10.19.2015 MD */
.strat-3-col .strat-col-3 img {
  display: inline-block;
  margin: 5px 0 0 10px;
  vertical-align: top;
}

.strat-3-col .strat-col-3 h2 {
  padding: 10px 0 0 20px;
  color: #d7611b;
  font-size: 16px;
  margin-top: 0;
}

/* updated 10.19.2015 MD */
.strat-3-col .strat-col-3 p {
  padding: 5px 0 10px 20px;
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: 300;
}

/* updated 12.22.2015 MD */
/*.pad-left-20 {
	padding-left: 20px;
}*/

/* updated 10.19.2015 MD */
.strat-3-col .strat-col-3 .doc-label {
  color: #935002;
  font-weight: 500;
}
.strat-3-col .strat-col-3 .doc-label a {
  color: #14315a;
}
.strat-3-col .strat-col-3 .doc-label a:hover {
  color: #935002;
  text-decoration: underline;
}
.strat-3-col .strat-col-3 .doc-spacer {
  width: 100%;
  height: 10px;
}
.strat-3-col .strat-col-3 a {
  color: #333333;
  font-size: 14px;
}
.strat-3-col .strat-col-3 a:hover {
  color: #d7611b;
  text-decoration: underline;
}
.strat-3-col .stratcola {
  text-align: left;
  width: 5%;
  line-height: 30px;
  vertical-align: middle;
}

/* updated 10.19.2015 MD */
.strat-3-col .stratcolb {
  text-align: left;
  width: 95%;
  line-height: 16px;
  vertical-align: middle;
}

.strat-3-col .stratcolb .strategy-header {
	font-weight: 600;
	font-size: 14px;
	margin-left: -20px;
	}

.strat-3-col .stratrow {
  width: 100%;
  font-size: 16px;
  margin: 8px 0 8px 0;
}
.strat-3-col .alt-row {
  background: #e9e9e9;
}

.donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}
.donut-chart .chart-center span {
  display: block;
  text-align: center;
  font-weight: 300;
}

.donut-disabled {
  -webkit-filter: grayscale(1); 
  opacity: 0.3;
}
.donut-disabled:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0);
   opacity: 0.5;
  -webkit-box-shadow: 0px 0px 15px 5px #14315a;
  -moz-box-shadow: 0px 0px 15px 5px #14315a;
  box-shadow: 0px 0px 15px 5px #14315a;
}

/* ALL DONUT CHARTS updated 10.19.2015 MD */
.donut-chart.chart1 {
	margin-left: 25px;
  width: 90px;
  height: 90px;
  background: #14315a; }
  
  .donut-chart.chart1 .slice.one {
    clip: rect(0 90px 45px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #935002; }
    
  .donut-chart.chart1 .slice.two {
    clip: rect(0 45px 90px 0);
    -webkit-transform: rotate(252.0deg);
    transform: rotate(252.0deg);
    background: #935002; }
    
  .donut-chart.chart1 .chart-center {
    top: 9px;
    left: 9px;
    width: 72px;
    height: 72px;
    background: #ffffff;
     }
.donut-chart.chart1 .chart-center span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 12px;
  color: #935002;
}
.donut-chart.chart1 .chart-center span .mouse-text {
  font-size: 8px;
  color: #935002;
  margin-top: 1px;
  line-height: 12px;
}
.donut-chart.chart1 .chart-center span .span2 {
  color: #14315a;
  margin-bottom: 1px;
}
.donut-chart.chart1 .chart-center span .span2 .mouse-text-2 {
  font-size: 8px;
  color: #14315a;
  margin-top: 1px;
}

.donut-chart.chart2 {
	margin-left: 25px;
  width: 90px;
  height: 90px;
  background: #14315a; }
  
  .donut-chart.chart2 .slice.one {
    clip: rect(0 90px 45px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #935002; }
    
  .donut-chart.chart2 .slice.two {
    clip: rect(0 45px 90px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #935002; }
    
  .donut-chart.chart2 .chart-center {
    top: 9px;
    left: 9px;
    width: 72px;
    height: 72px;
    background: #ffffff;
    }
    
.donut-chart.chart2 .chart-center span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 12px;
  color: #935002;
}
.donut-chart.chart2 .chart-center span .mouse-text {
  font-size: 8px;
  color: #935002;
  margin-top: 1px;
}
.donut-chart.chart2 .chart-center span .span2 {
  color: #14315a;
  margin-bottom: 1px;
}
.donut-chart.chart2 .chart-center span .span2 .mouse-text-2 {
  font-size: 8px;
  color: #14315a;
  margin-top: 1px;
}

.donut-chart.chart3 {
	margin-left: 25px;
  width: 90px;
  height: 90px;
  background: #935002; }
  
  .donut-chart.chart3 .slice.one {
    clip: rect(0 90px 45px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #14315a; }
    
  .donut-chart.chart3 .slice.two {
    clip: rect(0 45px 90px 0);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    background: #14315a; }
    
  .donut-chart.chart3 .chart-center {
    top: 9px;
    left: 9px;
    width: 72px;
    height: 72px;
    background: #ffffff;
    }
    
    .donut-chart.chart3 .chart-center span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 12px;
  color: #935002;
}
.donut-chart.chart3 .chart-center span .mouse-text {
  font-size: 8px;
  color: #935002;
  margin-top: 1px;
}
.donut-chart.chart3 .chart-center span .span2 {
  color: #14315a;
  margin-bottom: 1px;
}
.donut-chart.chart3 .chart-center span .span2 .mouse-text-2 {
  font-size: 8px;
  color: #14315a;
  margin-top: 1px;
}

.donut-chart.chart4 {
	margin-left: 25px;
  width: 90px;
  height: 90px;
  background: #935002; }
  
  .donut-chart.chart4 .slice.one {
    clip: rect(0 90px 45px 0);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
    background: #14315a; }
    
  .donut-chart.chart4 .slice.two {
    clip: rect(0 45px 90px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #14315a; }
    
  .donut-chart.chart4 .chart-center {
    top: 9px;
    left: 9px;
    width: 72px;
    height: 72px;
    background: #ffffff;
     }
    
    .donut-chart.chart4 .chart-center span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 12px;
  color: #935002;
}
.donut-chart.chart4 .chart-center span .mouse-text {
  font-size: 8px;
  color: #935002;
  margin-top: 1px;
}
.donut-chart.chart4 .chart-center span .span2 {
  color: #14315a;
  margin-bottom: 1px;
}
.donut-chart.chart4 .chart-center span .span2 .mouse-text-2 {
  font-size: 8px;
  color: #14315a;
  margin-top: 1px;
}

.donut-chart.chart5 {
  width: 90px;
  height: 90px;
  background: #14315a;
  margin-left: 20px;
}
.donut-chart.chart5 .slice.one {
  clip: rect(0 125px 62.5px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #935002;
}
.donut-chart.chart5 .slice.two {
  clip: rect(0 62.5px 125px 0);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #935002;
}
.donut-chart.chart5 .chart-center {
  top: 8px;
  left: 8px;
  width: 74px;
  height: 69px;
  background: #ffffff;
  padding-top: 5px;
}
.donut-chart.chart5 .chart-center span {
  font-size: 18px;
  margin-top: 0px;
  line-height: 12px;
  color: #935002;
}
.donut-chart.chart5 .chart-center span .mouse-text {
  font-size: 8px;
  color: #935002;
  margin-top: 1px;
}
.donut-chart.chart5 .chart-center span .span2 {
  color: #14315a;
  margin-bottom: 1px;
}
.donut-chart.chart5 .chart-center span .span2 .mouse-text-2 {
  font-size: 8px;
  color: #14315a;
  margin-top: 1px;
}

body {
  /*font-family: verdana, tahoma, helvetica, arial, sans-serif;*/
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0px;
  line-height: inherit;
}

body.bg-strat-content {
  background-color: #ffffff;
  margin: 0;
}

/*.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}*/

h1, h2, h3, h4, h5 {
  color: #333333;
  /*font-family: verdana, tahoma, helvetica, arial, sans-serif;*/
  font-family: "proxima-nova",sans-serif;
  font-weight: 300;
  margin-top: 5px;
  display: inline-block;
}

/* updated 12.17.2015 MD 
	Addition of steps classes 1, 2, 3, 4*/
.step {
	background: #14315a;
	width: 30px;
	height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding-top: 5px;
}

/* updated 12.17.2015 MD */
.strat-intro {
  width: 81%;
  margin: auto;
  text-align: left;
}

/* updated 10.19.2015 MD */
.strat-intro h1 {
  font-size: 30px;
  color: #14315a;
  margin: 20px 0 10px 0;
}

/* updated 12.17.2015 MD */
.instruction {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}

.indent-text {
	padding-left: 10px;
	color: #999999;
}

.indent-text-active {
	color: #14315a;	
}

.strat-intro p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
}

.one-value {
  padding-top: 20px;
}

a {
  color: #e9e9e9;
  text-decoration: none;
  /*font-family: verdana, tahoma, helvetica, arial, sans-serif;*/
  font-family: "proxima-nova",sans-serif;
  font-size: 300;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}

.k-button {
  min-width: 170px;
  display: inline-block;
  text-align: center;
  margin: 5px 0 20px 10px;
  border-radius: 5px;
  background: #14315a;
}
.k-button:hover {
  background: #14315a;
}
.k-button .btn-active {
  background: #14315a;
}
.k-button h2 {
  font-size: 16px;
  margin: 10px;
  text-align: center;
  color: #ffffff;
}
.k-button h2 a {
  color: White;
}
.k-button h1 {
  font-size: 22px;
  margin: 10px;
  text-align: center;
  color: #ffffff;
}
.k-button h1 a {
  color: White;
}

.action-btn {
  height: 50px;
  float: right;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  background: #14315a;
  transition: all 0.3s ease 0s;
}
.action-btn:hover {
  background: #d7611b;
}
.action-btn h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px 0 10px;
  text-align: center;
  color: #ffffff;
}
.action-btn h2 a {
  color: #ffffff;
}

.cancel-btn {
  min-width: 100px;
  height: 50px;
  float: right;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #e9e9e9;
  transition: all 0.3s ease 0s;
}
.cancel-btn:hover {
  background: #cccccc;
}
.cancel-btn h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  color: #666666;
}
.cancel-btn h2 a {
  color: #666666;
}


/* ALL BELOW updated 10.19.2015 MD */
/* for tooltips */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover-header {
    display: block;
}

.help-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	opacity: 0.4;
	background: url("../img/help.png") no-repeat;
}

/* updated 12.22.2015 MD */
.help-icon:hover {
	cursor: pointer;
}

.strategy-dropdown select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

#strategy .btn {
    padding: 6px 12px !important;
    border: none !important;
    /*background:#e9e9e9;
    color:#333333;*/
    width:260px;
}

#strategy ul{
    list-style-type: none;
}

#strategy li{
    width: 100%;
  font-size: 12px;
  margin: 8px 0 8px 0;
}


/*********Overview tab**********/
.overview-intro h3{
    font-size: 23px;
    font-weight:bold;
  color: #14315a;
  margin: 20px 0 10px 0;
}

.diff-intro h3{
    font-size: 23px;
    font-weight:bold;
  color: #14315a;
  margin: 20px 0 10px 0;
}

.compare-intro h3{
       font-size: 23px;
    font-weight:bold;
  color: #14315a;
  margin: 20px 0 10px 0;
}

.wealthcare-invst,.client-portfolio{
    width:100%;
}

.invst-text,port-pic {
    /*margin:15px;*/
    width:45%;
}

.invst-text{
    margin-top:40px;
}

.invst-text p{
    font-size:20px;
    color:#333333;
}

.invst-pic,.port-pic{
    width:40%;
   
}

.invst-pic img{
    margin-left:-135px;
}

.port-pic img{
    margin-left:20px;
   
}

.port-text p{
     font-size:20px;
    color:#333333;
    text-align:center;
    width:50%;
    margin-top:55px;
    margin-left:15px;
}

.port-text p span,.diff-col span, .compare-text span{
    font-weight:bold;
}

.diff-intro,.inv-diff{
    width:100%;
    margin-top:15px;
}

.inv-diff{
    text-align:center;
}

.diff-col{
   margin:15px;
    border:1px#FFA31A solid; 
    background-color:#FFA31A;
    width:280px;
    height:280px;
   color:#333333;
   font-size:16px;
   text-align:left;
   padding:12px;
}

.compare-pic img{
    width:65%;
    text-align:center;
    margin-top:30px;
}

.compare-text p{
    font-size:20px;
    color:#333333;
}

#pwsArea:hover{
    background-color:yellow;
}

#strategy .k-filter{
    width:80%;
}

#tblStrategy .stratcolb label{
    margin-left:5px;
}

/*.area {
    background:rgba(0, 0, 0, .25);
    display:block;
    height:5.75em;
    opacity:0;
    position:absolute;
    width:16.5625em;
}

#area1 {
    left:21.125em;
    top:13.75em;
  
}
#area2 {
    right:30em;
     top:13.75em;
}
#area1:hover, #area2:hover {
    opacity:0.2;
}*/


