/*#w {
    position: relative;
    height: 700px;
    width: 700px;
}
#d1, #d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d10, #d11 {
    position: absolute;
}
#d1 {
    top: 0px;
    left: 0px;
}
#d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d10, #d11 {
    border-radius: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#chartjs-tooltip.above {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 8px 8px 0 8px;
    bottom: 1em;
    content:"";
    display: block;
    left: 50%;
    top: 100%;
    position: absolute;
    z-index: 99;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}*/
 #chartjs-tooltip {
    opacity: 1;
    /* position: absolute; */
    /*background: rgba(0, 0, 0, .7);*/
   background:#7BC950;
    color: white;
    padding: 3px;
    border-radius: 3px;
    /* -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
    /* width:300px; */
    /* top:0px;
    right:-150px; */
    z-index: 1000;
    padding:10px;
}
#chartjs-tooltip > div > .well{
	color:#000000;
}
#chartjs-tooltip > div > .well > div{
	margin-left:30px;
}
.mainIndicatorTooltip{
	margin-left:0px!important;
}
#chartjs-tooltip.below {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#chartjs-tooltip.below:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 0 8px 8px 8px;
    bottom: 1em;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    z-index: 99;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
#chartjs-tooltip.above {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 8px 8px 0 8px;
    bottom: 1em;
    content: "";
    display: block;
    left: 50%;
    top: 100%;
    position: absolute;
    z-index: 99;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#chart-area{
	z-index: 20;
	/*position:absolute;*/
    position: relative;
    top: 0px;
    left: 0px;
    width: 75% !important;
    height:inherit !important;
    margin-top: 15%;
    margin-left: 12%;
    margin-bottom:15%;
	/*top: -650px;
    left: 80px;
    max-width: 550px;*/
	/*position: absolute;
	top: 0px;
	left: 20%;*/
	/*margin-left: 20px;
	margin-top:60px;*/
	cursor: pointer;
}
#canvas-holder img{
	/*height:110%;*/
	position:absolute;
    top:0px;
    left:0px;
	/*margin:-10px 0px 0px -30px;*/
	/*width:500px;
	height:470px;*/
	z-index: 10;
}
#canvas-holder{
	margin: 0px auto;
}
#candoChart{
	/* margin-top:20px;
	margin-bottom:20px; */
	/* min-height:750px; */
	/*background:url("/-/linguafolio/common/images/ChartBG.png");
	background:url("/-/linguafolio/common/images/Pietabs.png");
	background-repeat:no-repeat;
	background-size:680px 660px;
	background-position:center center;
	background-origin:content-box;
	padding:40px;*/
}
#candoChartLabel{
	/*width:200px;
	height:100px;*/
	height:60px;
	/*border:1px solid black;*/
	border-radius:10px;
	/*float:left;*/
	padding:15px 10px;
	text-align:center;
	font-weight:600;
	font-size:18px;
	background-color:#E5E5E5;
	color:#282828;
	/*margin-top:100%;*/
	/*margin-top:200px;
	margin-left:30px;*/
}
#chartKey{
  /*   position:absolute;
    top:0px;
    right:0px; */
}
#chartKey .lfo-icon-mode1,
#chartKey .lfo-icon-mode2,
#chartKey .lfo-icon-mode3,
#chartKey .lfo-icon-mode4,
#chartKey .lfo-icon-mode5{
    font-size:20px;
    position:relative;
    top:5px;
}
.levelKeyBox{
    display:inline-block;
    width:50px;
    height:20px;
    border:1px solid black;
    margin-right:5px;
    position:relative;
    top:5px;
}
.noviceKey{
    background: #8bd52a; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #e8f7d4 , #8bd52a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #e8f7d4 , #8bd52a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #e8f7d4 , #8bd52a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e8f7d4 , #8bd52a); /* Standard syntax */
}
.intermediateKey{
    background: #37c887; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #d7f4e7 , #37c887); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d7f4e7 , #37c887); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #d7f4e7 , #37c887); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d7f4e7 , #37c887); /* Standard syntax */
}
.advancedKey{
    background: #3ca1c3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #d8ecf3 , #3ca1c3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d8ecf3 , #3ca1c3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #d8ecf3 , #3ca1c3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d8ecf3 , #3ca1c3); /* Standard syntax */
}
.superiorKey{
    background: #6a6996; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ddd1e0 , #6a6996); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ddd1e0 , #6a6996); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #ddd1e0 , #6a6996); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ddd1e0 , #6a6996); /* Standard syntax */
}
.distinguishedKey{
    background: #725379; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #d2d2e0 , #725379); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d2d2e0 , #725379); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #d2d2e0 , #725379); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d2d2e0 , #725379); /* Standard syntax */
}

.pulsaNoviceKey{
    background: #F49131; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FACDA1 , #F49131); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FACDA1 , #F49131); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #FACDA1 , #F49131); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FACDA1 , #F49131); /* Standard syntax */
}
.pulsarIntermediateKey{
    background: #19647E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #96B8C4 , #19647E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #96B8C4 , #19647E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #96B8C4 , #19647E); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #96B8C4 , #19647E); /* Standard syntax */
}
.pulsarAdvancedKey{
    background: #632463; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #B89BB8 , #632463); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #B89BB8 , #632463); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #B89BB8 , #632463); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #B89BB8 , #632463); /* Standard syntax */
}
/** Colors for Chart 
level : color
1  :  #e8f7d4
2  :  #dcf2bf
3  :  #c5ea95
4  :  #d7f4e7
5  :  #afe9cf
6  :  #87deb7
7  :  #d8ecf3
8  :  #c4e3ed
9  :  #8ac7db
10  :  #ddd1e0
11  :  #d2d2e0

Level : completed Color
novice : #8bd52a
intermediate : #37c887
advanced : #3ca1c3
superior : #6a6996
distinguished :  #725379
    **/

/* Lime Green 
Original = #BCE784
Low = #e8f7d4
Mid = #dcf2bf
High = #c5ea95
Completed/Hover = #8bd52a */

/* Green 
Original = #5DD39E
Low = #d7f4e7
Mid = #afe9cf
High = #87deb7
Completed = #37c887 */

/* Blue
Original = #348AA7
Low = #d8ecf3
Mid = #c4e3ed
High = #8ac7db
Completed = #3ca1c3 */

/* Purple
Original = #525174
Low = #f0f0f5
Mid = #d2d2e0
High = #525174
Completed = #6a6996 */

/* Dark Purple
Original = #513B56
Low = #f4f0f5
Mid = #ddd1e0
High = #513B56
Completed = #725379 */