section, .learing-process {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

a:hover {
  text-decoration: none; }

.gochoctap {
  background-color: #ebebeb; }
  .gochoctap section {
    margin-bottom: 30px; }

.suggest-block .block-milestone {
  box-shadow: none; }

.days-learning {
  display: inline-block;
  border-radius: 30px;
  min-width: 280px;
  color: #fff;
  background-color: #404040;
  transition: background-color .3s;
  padding: 5px 20px; }
  .days-learning img {
    margin-left: 5px;
    max-width: 18px; }
  .days-learning > span {
    margin-right: 2px; }
    .days-learning > a, .days-learning > a:hover, .days-learning > a:focus, .days-learning > a:visited, .days-learning-mb, .days-learning-mb:hover, .days-learning-mb:focus, .days-learning-mb:visited {
      color: #fff;
      text-decoration: none;
    }
    @media only screen and (min-width: 992px) {
    .days-learning:hover {
      background-color: rgba(64, 64, 64, .8);
    }
  }
  @media only screen and (max-width: 991px) {
    .days-learning {
      background-color: transparent;
      min-width: 1px;
      padding-top: 0;
      margin-top: -1px;
      position: relative;
      padding: 0 10px 5px 20px;
      }
      .notif .days-learning .dl-mobile .no {
        left: 41px;
        top: 1px; }
      .days-learning .dl-mobile .days-learning-mb {
        display: none;
        position: absolute;
        top: 100%;
        width: 200px;
        right: 0;
        background-color: #333;
        z-index: 99;
        text-align: center;
        border-radius: 20px;
        padding: 7px; }
        .days-learning .dl-mobile .days-learning-mb.active {
          display: block; } }

.learing-process {
  background-color: #fff;
  padding: 20px 5px 25px 15px;
  text-align: center;
  border-radius: 5px; }
  @media only screen and (max-width: 991px) {
    .learing-process {
      display: none; } }
  .learing-process .process-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .learing-process .process-list li {
      display: inline-block;
      position: relative;
      width: 20px;
      height: 24px;
      background-color: #ebebeb;
      margin-right: 22px;
      margin-bottom: 35px; }
      @media only screen and (min-width: 992px) {
       .learing-process .process-list li {
       	margin-top: 10px;
       } }
      .learing-process .process-list li .start-date {
       display: none; }
      @media only screen and (min-width: 992px) {
       .learing-process .process-list li .start-date {
    	clear: both;
    	width: 150px;
    	top: -20px;
    	position: absolute;
    	text-align: left;
    	left: -20px;
    	display: block; } }
      .learing-process .process-list li:first-child {
        margin-left: 20px; }
        @media only screen and (min-width: 992px) {
         .learing-process .process-list li:first-child .start-date {
      	  padding-left: 14px; } }
        .learing-process .process-list li:first-child > .point.start-point {
          left: -35px;
          right: auto; }
      .learing-process .process-list li .flag {
        position: absolute;
        right: -38px; }
        .learing-process .process-list li .flag img {
          width: 20px; }
      /* fix feedback integration 23-3-2017 */
      .learing-process .process-list li.finish {
        background-color: #87c52e; }
        .learing-process .process-list li:first-child, .learing-process .process-list li:nth-child(2) {
          width: 10px;
        }
      /* fix feedback integration 23-3-2017 */
        .learing-process .process-list li.finish:before {
          border-color: #87c52e;
          border-left-color: transparent; }
        .learing-process .process-list li.finish:after {
          border-left-color: #87c52e; }
        .learing-process .process-list li.finish .point {
          background-color: #87c52e; }
      .learing-process .process-list li.not-finish {
        background-color: #33abe5; }
        .learing-process .process-list li.not-finish:before {
          border-color: #33abe5;
          border-left-color: transparent; }
        .learing-process .process-list li.not-finish:after {
          border-left-color: #33abe5; }
        .learing-process .process-list li.not-finish .point {
          background-color: #33abe5; }
      .learing-process .process-list li .point {
        display: block;
        min-width: 32px;
        padding: 4px 7px;
        position: absolute;
        bottom: -30px;
        right: -20px;
        color: #333;
        font-size: 10px;
        border-radius: 20px;
        background-color: #ebebeb;
        font-family: "Roboto-Medium"; }
      .learing-process .process-list li:before, .learing-process .process-list li:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0; }
      .learing-process .process-list li:before {
        border: 12px solid #ebebeb;
        border-right-width: 12px;
        border-left-color: transparent;
        left: -20px; }
      .learing-process .process-list li:after {
        border-left: 12px solid #ebebeb;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        right: -12px; }
      .learing-process .process-list li .img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .learing-process .process-list li .img img {
          max-width: 17px; }
        @media only screen and (max-width: 991px) {
          .learing-process .process-list li .img img {
            max-width: 10px; } }
  @media only screen and (min-width: 992px) {
    .learing-process {
      padding: 30px 0 20px; }
      .learing-process .process-list li {
        width: 80px;
        height: 40px;
        margin-right: 25px; }
        .learing-process .process-list li:before {
          border-width: 20px; }
        .learing-process .process-list li:after {
          border-left-width: 20px;
          border-top-width: 20px;
          border-bottom-width: 20px;
          right: -20px; }
        /*fix feedback integration 23-3-2017*/
        .learing-process .process-list li:first-child, .learing-process .process-list li:nth-child(2) {
          width: 40px; }
        /*fix feedback integration 23-3-2017*/
        .learing-process .process-list li .flag {
          right: -60px; }
          .learing-process .process-list li .flag img {
            width: 28px; } }

.button-link {
  display: block;
  color: #fff;
  background-color: #33abe5;
  text-transform: uppercase;
  padding: 15px 12px;
  text-align: center;
  border-radius: 5px;
  transition: background-color .3s linear;
  margin-bottom: 10px;
}
.learning-approach .button-link {
		margin-top: 10px;
}
.button-link.style-1 {
  display: inline-block;
  min-width: 70px;
  padding: 8px 12px;
}
  .button-link:hover {
    color: #fff;
    background-color: #2d96c8; }

.progress {
  background-color: #ebebeb;
  border-radius: 6px;
  width: 100%;
  height: 30px;
  box-shadow: none;
  overflow: visible;
  margin-top: 30px;
}
.progress .progress-bar {
  background-color: #87c52e;
  border-radius: 6px;
  box-shadow: none;
  position: relative;
  }
.progress .progress-bar .value-min, .progress .progress-bar .value-current {
  display: block;
  position: absolute;
 }
.progress .progress-bar .value-min {
  bottom: -25px;
  left: 0px;
  width: 50px;
  text-align: left;
  color: #333; }
  .block-milestone-1 .progress .progress-bar .value-current {
    right: -26px;
 }
.progress .progress-bar .value-current {
  min-width: 48px;
  padding: 2px 3px;
  border-radius: 20px;
  color: #fff;
  top: -30px;
  right: -23px;
  background-color: #87c52e;
}
.progress .progress-bar .value-current:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #87c52e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.progress .progress-bar .value-current.red {
  background-color: #ff6045;
}
.progress .progress-bar .value-current.red:before {
  border-top: 6px solid #ff6045;
}

/* introduce how to learn: luyen thi vs hoc thi */
.how-to-learn-wrapper {
	background-color: #fff;
}

.learning-approach {
	text-align: center;
}

.learning-approach .learing-title {
	text-align: center;
}

.learning-approach .review-topics {
	margin-top: 30px;
}
.learning-approach .review-topics li {
	display: inline-block;
	margin-bottom: 15px;
}

.learning-approach img {
	width: 56px;
    height: 56px;
}

.learning-approach h3 {
	font-size: 20px;
	margin: 10px auto;
}


.block-milestone {
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

  .block-milestone .insufficient-mcqs-notice {
	  	padding: 5px 10px;
	    background: #DFDDDF;
	    border-radius: 5px;
	    margin-bottom: 5px;
	    line-height: 20px;
	    text-align: center;
  }
  .block-milestone .inner {
    padding: 25px 15px;
    overflow: hidden; }
  .block-milestone .name {
    float: left;
  	position: relative;
  }

  .block-milestone .name .tips-link {
  	display: block;
  	margin-top: 10px;
  	text-align: center;
  }
  @media only screen and (max-width: 767px) {
	.block-milestone .name .tips-link {
		margin-top: 0;
	}
  }
    .block-milestone .name > img {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      vertical-align: middle; }
    .block-milestone .name h3 {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding-left: 13px;
      font-size: 15px;
      font-family: "Roboto-Medium";
      max-width: 115px;
       }
       @media only screen and (max-width: 360px) {
        .block-milestone .name h3 {
          word-wrap: break-word;
        }
       }
      @media only screen and (min-width: 992px) {
        .block-milestone .name h3 {
          max-width: 110px;
          word-wrap: break-word;
        }
        .block-milestone.block-milestone-1 .name h3 {
          max-width: 150px;
          line-height: 1.3;
          text-align: left;
        }
      }
  .block-milestone .button-link {
    float: right;
    margin-top: 10px; }
  .block-milestone.block-milestone-1 .name {
    float: none;
    text-align: center;
    margin: 15px 0 5px; }
  .block-milestone.block-milestone-1 .button-link {
    float: none;
    display: block;
    margin-bottom: 0; }
  .block-milestone.block-milestone-1 .progress {
    margin-top: 68px; }
    @media only screen and (max-width: 991px) {
      .block-milestone.block-milestone-1 .progress {
        margin-top: 40px; } }
  @media only screen and (max-width: 991px) {
    .block-milestone.block-milestone-1 .progress-wrapper {
      padding-bottom: 15px; }
    .block-milestone.block-milestone-1 .inner {
      padding: 20px 15px; } }
  .block-milestone.block-milestone-1.milestone-finish .button-link {
    position: relative;
    height: 53px;
    padding: 15px 0px 15px 50px;
    font-size: 15px;
    font-family: "Roboto-Bold";
    letter-spacing: -1px; }
    .block-milestone.block-milestone-1.milestone-finish .button-link > span {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 52px;
      padding: 14px 0;
      text-align: center;
      background-color: #71b200;
      border-radius: 5px; }
      .block-milestone.block-milestone-1.milestone-finish .button-link > span img {
        max-width: 25px; }
  .block-milestone.block-milestone-1.milestone-finish .name > img {
    width: 96px;
    height: 81px;
    border-radius: 0; }

.view-all {
  display: inline-block;
  min-width: 122px;
  font-size: 14px;
  color: #666;
  padding: 7px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px; }

.learing-title {
  font-size: 25px;
  margin: 0;
  line-height: 1.3; }
  .learing-title .bold {
    font-family: "Roboto-Bold"; }
  .learing-title .status {
    display: inline-block;
    min-width: 57px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #ff6045; }

.block-account {
  border-radius: 5px;
  background-color: #fff; }
  .block-account .account-heading {
    padding: 15px 23px;
    background-color: #ee4839;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .block-account .account-heading > img {
      vertical-align: middle;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      border: 4px solid #fff; }
    .block-account .account-heading .account-name {
      padding-left: 25px;
      display: inline-block;
      vertical-align: middle; }
      .block-account .account-heading .account-name span {
        display: block;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        font-family: "Roboto-Bold"; }
  .block-account .account-info {
    padding: 14px 22px; }
    .block-account .account-info ul {
      list-style: none;
      padding: 0;
      margin: 0 -5px;
      overflow: hidden; }
      .block-account .account-info ul li {
        width: 50%;
        padding: 0 5px;
        float: left; }
        .block-account .account-info ul li > .inner {
          height: 70px;
          color: #333;
          font-size: 14px;
          text-align: center;
          background-color: #ebebeb;
          border-radius: 5px;
          margin-bottom: 10px;
          padding: 10px 0; }
        .block-account .account-info ul li:nth-child(2n+1) {
          clear: left; }
        .block-account .account-info ul li span {
          display: block;
          color: #666;
          font-family: "Roboto-Bold";
          font-size: 28px; }
          .block-account .account-info ul li span.green {
            color: #87c52e; }
          .block-account .account-info ul li span.blue {
            color: #33abe5; }

.block-chart {
  padding: 25px 34px 25px 24px;
  background-color: #fff; }
  .block-chart .learing-title {
    margin-bottom: 0px; }

.chart {
  width: 100%;
  position: relative; }
  .chart:before {
    content: '';
    display: block;
    z-index: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f6f6; }
  .chart .chart-list {
    position: relative;
    left: 0; }
  .chart .wrap-chart {
    overflow: hidden; }
  .chart ul {
    font-size: 0;
    border: none; }
    .chart ul li {
      font-size: 12px;
      line-height: 15px;
      box-sizing: border-box;
      border: none;
      text-align: center;
      color: #999999; }
      .chart ul li.active a, .chart ul li:hover a, .chart ul li:focus a {
        border: none;
        background: transparent; }
        .chart ul li.active a:hover, .chart ul li.active a:focus, .chart ul li:hover a:hover, .chart ul li:hover a:focus, .chart ul li:focus a:hover, .chart ul li:focus a:focus {
          border: none;
          background-color: transparent; }
        .chart ul li.active a .text, .chart ul li:hover a .text, .chart ul li:focus a .text {
          background: #ff6045;
          color: #fff;
          margin-bottom: 2px; }
      .chart ul li.active a span.fill .percent {
        background: #33abe5; }
      .chart ul li:nth-child(odd).active a span.fill .percent {
        background: #33abe5; }
      .chart ul li a {
        color: #999999;
        border: none;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        margin: 0 auto; }
      .chart ul li span {
        display: inline-block; }
        .chart ul li span.fill {
          max-width: 28px;
          width: 100%;
          height: 200px;
          position: relative; }
          .chart ul li span.fill .percent {
            background: #d5d5d5; }
        .chart ul li span.percent {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .chart ul li span.text {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          padding: 2px 7px 1px 7px; }
  .chart .tbl {
    display: table; }
    .chart .tbl .tbl-cell {
      display: table-cell;
      vertical-align: bottom; }
  .chart .button-chart {
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    position: absolute;
    top: 70px; }
    .chart .button-chart.disable:after {
      opacity: 0.5; }
    .chart .button-chart.button-next {
      right: -15px;
      top: 100px; }
    .chart .button-chart.button-prev {
      left: -15px; }
      .chart .button-chart.button-prev:after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .chart .button-chart:after {
      content: '';
      position: absolute;
      width: 26px;
      height: 26px;
      top: 4px;
      left: 4px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #fff url(/static/LearningPlan/images/new/icon_arrow.png) no-repeat center center;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14); }

.block-chart .tab-content {
  padding: 39px 0 0 0; }
.block-chart .tab-content .tab-pane {
  padding-bottom: 5px;
  background-color: #87c52e;
  border-radius: 5px;
}
.block-chart h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  text-align: left;
  padding: 14px 0 13px 26px;
  position: relative;
  background: #404040;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	color: #fff; }
	.block-chart h3 span{
		display: inline-block;
	}
	@media only screen and (max-width: 767px) {
		.block-chart h3 span {
			display: none;
		}
	}
  .block-chart h3:after {
    content: '';
    width: 26px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 13px;
    background: url(/static/LearningPlan/images/new/icon_date.png) no-repeat;
    background-size: cover; }
}
.block-chart .tab-content {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center; }
  .block-chart .tab-content table {
    width: 100%; }
    .block-chart .tab-content table tr:last-child td:first-child {
      border-bottom-left-radius: 5px; }
    .block-chart .tab-content table tr:last-child td:last-child {
      border-bottom-right-radius: 5px; }
    @media only screen and (max-width: 991px) {
      .block-chart .tab-content table thead {
        display: none; } }
    .block-chart .tab-content table.border-radius {
      -webkit-border-radius: 0px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius: 0px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-radius: 0px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
  .block-chart .tab-content th {
    background: #33abe5;
    font-weight: normal;
    text-align: center;
    padding: 14px 10px 13px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 25%; }
    .block-chart .tab-content th:first-child {
      border-left: none; }
  .block-chart .tab-content .tbl {
    max-height: 165px;
    overflow: auto;
    position: relative; }
  .block-chart .tab-content tbody tr:first-child td {
    border-top: none; }
  .block-chart .tab-content td {
    width: 25%;
    background: #87c52e;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 10px 6px 10px;
    color: #fff;
    text-align: center; }
    .block-chart .tab-content td:first-child {
      border-left: none; }
  .block-chart .tab-content a {
    font-size: 11px;
    line-height: 13px;
    background: #fff;
    padding: 5px 12px 4px 12px;
    color: #666666;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    display: inline-block;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  .block-chart .tab-content a:hover {
  	background: #666666;
  	color: #fff;
  }
  .custom-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0; }
	.custom-scroll .mCSB_scrollTools {
	  opacity: 1;
	  width: 13px;
	  right: 4px; }
	  .custom-scroll .mCSB_scrollTools .mCSB_draggerRail {
	    background: transparent; }
	  .custom-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	    background: #fff;
	    width: 13px;
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    border-radius: 6px; }
    @media screen and (max-width: 767px) {
      .block-chart .tab-content a {
        width: 23px;
        height: 25px;
        overflow: hidden;
        padding: 0;
        background: url(/static/LearningPlan/images/new/icon_xem_lai_bai.png) no-repeat;
        background-size: cover;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
        .block-chart .tab-content a span {
          display: none; } }
  }

.custom-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0; }
.custom-scroll .mCSB_scrollTools {
  opacity: 1;
  width: 13px;
  right: 4px; }
  .custom-scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent; }
  .custom-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    width: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.block-charts {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 15px 0 32px;
  position: relative; }
  .block-charts .flag {
    width: 60px;
    position: absolute;
    top: -4px;
    left: 15px; }
    .block-charts .flag > img {
      max-width: 100%; }
  .block-charts > .inner {
    overflow: hidden; }
  .block-charts .item-left {
    float: left; }
  .block-charts .item-right {
    float: right; }
  .block-charts .chart-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-left: 90px; }
  .block-charts .chart-button {
    text-align: center; }
    .block-charts .chart-button a {
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      background-color: #ff6045;
      border-radius: 5px;
      padding: 8px 17px;
      min-width: 220px;
      transition: opacity .3s linear;
      font-family: "Roboto-Medium"; }
      .block-charts .chart-button a:hover {
        opacity: .7; }
  .block-charts .chart-list {
    margin-top: 30px;
    position: relative; }
    .block-charts .chart-list:before {
      content: "";
      position: absolute;
      top: 30px;
      left: 26px;
      width: 1px;
      height: 80%;
      background-color: #ebebeb;
      z-index: 1; }
    .block-charts .chart-list > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .block-charts .chart-list > ul li {
        overflow: hidden;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
        padding: 7px 15px;
        background-color: transparent;
        transition: background-color .3s linear; }
        .block-charts .chart-list > ul li:hover {
          background-color: #fff; }
        .block-charts .chart-list > ul li .no {
          background-color: #404040; }
        .block-charts .chart-list > ul li:first-child .chart-item .avt {
          background-color: #ff6045; }
        .block-charts .chart-list > ul li:first-child .no {
          background-color: #ff6045; }
        .block-charts .chart-list > ul li:nth-child(2) .no {
          background-color: #a4d361; }
        .block-charts .chart-list > ul li:nth-child(3) .no {
          background-color: #33abe5; }
  .block-charts .point {
    text-align: right;
    margin-top: 6px; }
    .block-charts .point span {
      font-size: 14px;
      display: block;
      font-family: "Roboto-Bold"; }
    .block-charts .point .user-button {
      font-size: 10px;
      color: #fff;
      background-color: #33abe5;
      min-width: 94px;
      padding: 4px 6px;
      font-family: "Roboto-Medium";
      border-radius: 5px; }
  .block-charts .chart-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; }
    .block-charts .chart-item.no {
      color: #fff;
      font-size: 14px;
      width: 24px;
      height: 24px;
      text-align: center;
      padding: 2px 0;
      border-radius: 50%; }
    .block-charts .chart-item .avt {
      width: 55px;
      height: 55px;
      background-color: #ebebeb;
      border-radius: 50%;
      text-align: center;
      padding-top: 2px;
      position: relative; }
      /*fix feedback integration 23-3-2017*/
      .block-charts .chart-item .avt  img {
        border-radius: 50%;
        border: 2px solid #fff;
        vertical-align: middle;
        width: 51px;
        height: 51px;
        }
        /*fix feedback integration 23-3-2017*/
      .block-charts .chart-item .avt .status {
        position: absolute;
        bottom: 0;
        right: 0; }
        .block-charts .chart-item .avt .status > img {
          width: 18px;
          height: 18px; }
    /* fix feedback 27-03-2017 */
    .block-charts .chart-item.user-name > .name {
      color: #333;
      transition: color .3s linear;
      display: block; }
      .block-charts .chart-item.user-name > .name:hover {
        color: #33abe5; }
      /* fix feedback 27-03-2017 */
  .block-charts .btn-view-more {
    text-align: center;
    margin-top: 10px; }

.heading-milestone {
  margin-bottom: 8px; }
  .heading-milestone .learing-title {
    float: left;
    max-width: 70%;
    margin: 0; }
  .heading-milestone .notif {
    float: right;
    position: relative;
    padding: 5px 0 5px 5px;
    top: -5px;
    right: -2px;
    cursor: pointer; }
    .heading-milestone .notif > img {
      width: 20px;
      height: 20px;
      margin-top: 3px; }
    .heading-milestone .notif .no {
      display: block;
      color: #fff;
      background-color: #e74c3c;
      font-size: 11px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      right: 4px;
      top: 5px;
      z-index: 3;
      }
  .heading-milestone .notif-show {
    display: block;
    position: absolute;
    right: 0px;
    top: 38px;
    z-index: 1;
    color: #333333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    z-index: 1;
    display: none; }
    .heading-milestone .notif-show.active {
      opacity: 1;
      visibility: visible; }
    .heading-milestone .notif-show .notif-list {
      width: 360px;
      font-size: 14px;
      line-height: 17px;
      background: #fff;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
      border-radius: 5px;
      border-top-right-radius: 0;
      max-height: 250px;
      overflow: auto;
    }
      @media only screen and (max-width: 389px) {
        .heading-milestone .notif-show {
          right: 0px;
        }
        .heading-milestone .notif-show .notif-list {
          width: 290px;
        }
      }
      .heading-milestone .notif-show .notif-list li {
        padding: 10px 15px 9px 15px;
        border-top: 1px solid #e9e9e9; }
        .heading-milestone .notif-show .notif-list li:first-child {
          border-top: none; }
        .heading-milestone .notif-show .notif-list li img {
          padding-right: 15px; }
        .heading-milestone .notif-show .notif-list li.item {
        	padding: 0;
        }
        .heading-milestone .notif-show .notif-list .item-wrapper {
        	display: table;
        	width: 100%;
        	color: #000;
        	padding: 10px 0 9px 0;
        	text-align: justify;
        }
        .heading-milestone .notif-show .notif-list .item-wrapper a {
        	display: table-cell;
        	color: #000;
        }
        .heading-milestone .notif-show .notif-list li.item span {
        	display: table-cell;
        	vertical-align: middle;
        }
        .heading-milestone .notif-show .notif-list li.item img {
        	padding-right: 0;
        }
        .heading-milestone .notif-show .notif-list li {
        	-webkit-transition: 0.15s linear;
		      -moz-transition: 0.15s linear;
		      -ms-transition: 0.15s linear;
		      -o-transition: 0.15s linear;
		      transition: 0.15s linear;
        }
        .heading-milestone .notif-show .notif-list li:hover {
        	background-color: #f6f6f6;
        }
        .heading-milestone .notif-show .notif-list li.item span.small-col {
        	width: 50px;
        	text-align: center;
        }
        .heading-milestone .notif-show .notif-list li.item span .icon-delete img {
        	width: 22px;
        	height: 22px;
        	line-height: 22px;
        	text-align: center;
        	-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
        }
        /*
        .heading-milestone .notif-show .notif-list li.item span .icon-delete:hover {
        	background: #000;
        	color: #fff;
        }*/
    .heading-milestone .notif-show .level {
      font-size: 12px;
      line-height: 15px;
      margin: 0; }
      .heading-milestone .notif-show .level span {
        margin-left: 15px; }
    .heading-milestone .icon-notif {
    	width: 30px;
    	height: 30px;
    	display: inline-block;
    	background: url(/static/LearningPlan/images/new/icon_notif.png) no-repeat;
    	background-size: cover;
    	position: relative;
    	z-index: 2;
    	vertical-align: top;
    }
    .heading-milestone .icon-notif-active {
    	width: 30px;
    	height: 30px;
    	display: inline-block;
    	background: url(/static/LearningPlan/images/new/icon_notif_active.png) no-repeat;
    	background-size: cover;
    	position: relative;
    	z-index: 2;
    	vertical-align: top;
    }
    .notif-wrapper {
      display: inline-block;
      width: 38px;
      height: 37px;
      padding: 7px 4px 2px 0;
      text-align: center;
      position: relative;
      z-index: 2;
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear;
      border-radius: 8px;
    }
    .notif-wrapper:not(.inbox-icon):hover {
      background: #fff;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    }
    .notif-wrapper.active {
      background: #fff;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    }
    .notif-wrapper.active:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 5px;
      background-color: #fff;
      left: 0;
      bottom: -5px;
      z-index: 4;
    }

.milestone-process {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden; }
  .milestone-process ul {
    list-style: none;
    padding: 0 25px;
    margin: 0; }
    .milestone-process ul li {
      float: left;
      position: relative;
      background-color: #fff;
      height: 40px; }
      .milestone-process ul li:first-child {
        width: 80px;
        margin-right: 35px;
        background-color: #33abe5;
        color: #fff;
        font-size: 16px;
        font-family: "Roboto-Bold";
        padding-top: 8px; }
        .milestone-process ul li:first-child > span {
          position: relative; }
        .milestone-process ul li:first-child:before {
          border-color: #33abe5;
          border-left-color: transparent; }
        .milestone-process ul li:first-child:after {
          border-left-color: #33abe5; }
      .milestone-process ul li:last-child {
        width: 125px;
        padding-top: 6px; }
        .milestone-process ul li:last-child > img, .milestone-process ul li:last-child > span {
          display: inline-block;
          vertical-align: middle;
          position: relative; }
        .milestone-process ul li:last-child > img {
          margin-right: 5px;
          max-width: 27px; }
        .milestone-process ul li:last-child > span {
          font-size: 12px;
          line-height: 1.2;
          font-family: "Roboto-Medium"; }
      .milestone-process ul li:before, .milestone-process ul li:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0; }
      .milestone-process ul li:before {
        border: 20px solid #fff;
        border-right-width: 20px;
        left: -25px;
        border-left-color: transparent; }
      .milestone-process ul li:after {
        border-left: 20px solid #fff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        right: -20px; }

.milestone {
  padding-top: 10px; }
  @media only screen and (min-width: 992px) {
    .milestone {
      padding-top: 22px; } }
  .milestone .learing-process {
    clear: both;
    position: relative;
    margin-bottom: 20px; }
    .milestone .learing-process .point-close {
      position: absolute;
      top: -11px;
      right: 10px; }
  @media only screen and (min-width: 992px) {
    .milestone {
      text-align: center; } }

.milestone-desc {
  font-family: "Roboto-Medium";
  background-color: #f6f3d6;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 20px;
  padding: 9px 18px;
  text-align: center;
  margin-bottom: 20px; }

.toeic-milestone {
  background-color: #fff;
  padding: 25px 7px; }
  .toeic-milestone .toeic-milestone-item {
    margin-bottom: 30px; }
  .toeic-milestone .learing-title {
    margin-bottom: 14px; }
    .toeic-milestone .learing-title div {
      margin-top: 10px; }
  .toeic-milestone .block-milestone > .inner {
    padding-bottom: 15px; }
    .toeic-milestone .block-milestone > .inner > img {
      float: right;
      margin-top: 13px;
      margin-right: 10px; }

.progress-wrapper {
  padding: 0 15px 25px; }
  .progress-wrapper .progress {
    margin-bottom: 2px !important; }

.progress-wrapper .target {
  font-size: 12px;
  text-align: right;
  font-family: "Roboto-Medium";
  margin-bottom: 0;
  margin-top: 6px; }
  .progress-wrapper .target .taget-point {
    font-size: 14px; }
  .progress-wrapper .target img {
    margin-left: 3px; }
  .progress-wrapper .target .target-tooltip ,
  .chart-title .target-tooltip, .process-list .not-finish .target-tooltip {
    position: relative; }
    .progress-wrapper .target .target-tooltip {
      top: -2px;
    }
    .progress-wrapper .target .target-tooltip > span ,
    .chart-title .target-tooltip > span, .process-list .not-finish .target-tooltip > span {
      width: 185px;
      position: absolute;
      right: -12px;
      top: 25px;
      font-size: 12px;
      color: #666;
      padding: 7px;
      text-align: left;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
      background-color: #ebebeb;
      z-index: 99;
      border-radius: 5px;
      display: none; }
      .process-list .not-finish .target-tooltip > span {
        right: -19px;
        top: -32px;
        background-color: #404040;
        color: #fff;
        text-align: center;
      }
      .chart-title .target-tooltip > span {
      	top: 32px;
      	right: -6px;
      	font-size: 14px;
      }
      .progress-wrapper .target .target-tooltip > span:before ,
      .chart-title .target-tooltip > span:before, .process-list .not-finish .target-tooltip > span:before {
        content: "";
        position: absolute;
        top: -8px;
        right: 10px;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ebebeb; }
        .process-list .not-finish .target-tooltip > span:before {
          top: auto;
          bottom: -8px;
          border-bottom: 0;
          border-top: 8px solid #404040;
        }
    .progress-wrapper .target .target-tooltip:hover > span ,
    .chart-title .target-tooltip:hover > span, .process-list .not-finish:hover .target-tooltip > span {
      display: block; }
    .progress-wrapper .value-min .target-tooltip {
    	top: -2px;
    }
    .progress-wrapper .value-min .target-tooltip > span {
    	line-height: 15px;
    }
    @media only screen and (min-width: 992px) {
      .progress-wrapper .value-min .target-tooltip > span {
        left: -5px;
        right: auto;
      }
      .progress-wrapper .value-min .target-tooltip > span::before {
        right: auto;
        left: 8px;
      }
    }
    @media only screen and (max-width: 991px) {
    	.progress-wrapper .value-min .target-tooltip > span {
    		right: auto;
    		left: -12px;
    	}
    	.progress-wrapper .value-min .target-tooltip > span:before {
    		right: auto;
    		left: 10px;
    	}
      .process-list .not-finish .target-tooltip > span {
        width: 142px;
        top: -46px;
      }
    }
.block-milestone.block-milestone-2 .learing-title {
  margin-bottom: 15px; }
.block-milestone.block-milestone-2 .milestone-group .button-link {
  display: block; }
.block-milestone.block-milestone-2 .milestone-group .name {
  text-align: center;
  margin-bottom: 22px; }
.block-milestone.block-milestone-2 .name, .block-milestone.block-milestone-2 .button-link {
  float: none; }

@media only screen and (min-width: 992px) {
  .learing-title {
    text-align: left; }

  .milestone .learing-process {
    margin-top: 45px; }
  .milestone .days-learning {
    position: relative;
    margin-right: 15px; }

  .block-milestone.block-milestone-1 > .inner,
  .how-to-learn-wrapper .inner {
    padding: 37px 35px;
  }
  .block-milestone.block-milestone-1 .button-link,
  .learning-approach .button-link {
    display: inline-block;
    min-width: 212px;
   }

  .block-milestone.block-milestone-1 .name {
    float: left;
    margin: 35px 0px 0 0;
    width: 220px;
    text-align: center;
  }
    .block-milestone.block-milestone-1 .milestone-group .progress {
      margin: 50px 0 45px; }

  .block-milestone.block-milestone-2 {
    position: relative; }
    .block-milestone.block-milestone-2 .learing-title {
      margin-bottom: 35px;
      float: left;
      max-width: 70%; }
    .block-milestone.block-milestone-2 > .inner {
      padding: 54px 35px; }
      .block-milestone.block-milestone-2 > .inner > img {
        position: absolute;
        right: 35px; }
    .block-milestone.block-milestone-2 .milestone-group {
      overflow: hidden;
      width: 216px;
      margin: 0 auto;
      clear: both; }
      .block-milestone.block-milestone-2 .milestone-group .button-link {
        margin-bottom: 0; }

  .block-milestone.block-milestone-1.milestone-finish {
    text-align: center; }
    .block-milestone.block-milestone-1.milestone-finish .name {
      float: none;
      margin: 10px auto 15px; }
      .block-milestone.block-milestone-1.milestone-finish .name > img {
        width: 112px;
        height: 94px; }
    .block-milestone.block-milestone-1.milestone-finish .learing-title {
      text-align: center; }
    .block-milestone.block-milestone-1.milestone-finish .button-link {
      display: inline-block;
      min-width: 300px; }

  .toeic-milestone {
    padding: 40px 26px; }
    .toeic-milestone .learing-title {
      margin-bottom: 20px; }
      .toeic-milestone .learing-title div {
        float: right;
        margin-top: 0; }
    .toeic-milestone .milestone-desc {
      margin-bottom: 15px; }
    .toeic-milestone .block-milestone {
      margin-bottom: 25px;
      margin-left: 10px;
      margin-right: 10px; }
      .toeic-milestone .block-milestone:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
      .toeic-milestone .block-milestone > .inner {
        padding: 26px 0 26px 30px; }
      .toeic-milestone .block-milestone > .inner,
      .toeic-milestone .block-milestone .progress-wrapper,
      .toeic-milestone .block-milestone .button-link {
        display: inline-block;
        vertical-align: top;
       }
        /*fix feedback integration 23-3-2017*/
      .toeic-milestone .block-milestone .name {
        width: 150px;
         }
         .toeic-milestone .block-milestone .name h3 {
           max-width: 90px;
           /*min-height: 33px;*/
         }
         /*fix feedback integration 23-3-2017*/
      .toeic-milestone .block-milestone .progress-wrapper {
        width: 355px;
        margin-top: 10px; }
      .toeic-milestone .block-milestone .button-link {
        width: 95px;
        margin-top: 37px;
        margin-right: 26px; }
      .toeic-milestone .block-milestone .icon-check-finish {
      	margin-top: 41px;
        margin-left: 30px;
       }
    /*fix feedback integration 30-3-2017*/
    .toeic-milestone .toeic-milestone-item {
      clear: both;
      overflow: hidden;
      padding: 16px 0 3px 0; }
      .toeic-milestone .toeic-milestone-item:first-child {
        overflow: visible;
      }
    .toeic-milestone .milestone-grammar-wrapper {
      max-width: 530px;
      margin: 0 auto; }
    .toeic-milestone .milestone-grammar {
      float: left;
      width: 150px;
      min-height: 225px;
      margin: 13px;
      text-align: center; }
      .toeic-milestone .milestone-grammar:nth-child(3n+1) {
        clear: left;
      }
      .toeic-milestone .milestone-grammar.block-milestone > .inner {
        padding: 33px 25px; }
        .toeic-milestone .milestone-grammar.block-milestone > .inner > img {
          float: none;
          margin: 0; }
      .toeic-milestone .milestone-grammar.block-milestone .name, .toeic-milestone .milestone-grammar.block-milestone .button-link {
        float: none;
        width: auto;
        margin: 0; }
      .toeic-milestone .milestone-grammar.block-milestone .name {
        margin-bottom: 16px; }
        .toeic-milestone .milestone-grammar.block-milestone .name img {
          margin-bottom: 15px; } }
      @media only screen and (min-width: 992px) {
        .toeic-milestone .milestone-grammar.block-milestone .name h3 {
          padding-left: 0;
          display: block; } }

.teacher-blog {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 44px 0 25px 0; }
  .teacher-blog .learing-title {
    padding: 0 32px; }

.list-blogs {
  position: relative;
  margin: 18px 0 0 0; }
  .list-blogs .col-blog {
    padding: 0 32px;
    border-left: 1px solid #ebebeb; }
    .list-blogs .col-blog:first-child {
      border: none; }
  .list-blogs .highlight-blog {
    width: 48.571%; }
    .list-blogs .highlight-blog img {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: 1px solid #404040;
      border-radius: 5px; }
    .list-blogs .highlight-blog .img {
      display: block;
      line-height: 0; }
  .list-blogs h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    padding: 21px 0 0 0; }
    .list-blogs h4 a {
      color: #333333; }
  .list-blogs .desc {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 0 0; }
  .list-blogs .like-comments {
    color: #999999;
    font-size: 0;
    text-align: left;
    padding: 24px 0 0 0;
    margin: 0; }
    .list-blogs .like-comments li {
      font-size: 14px;
      line-height: 17px;
      list-style: none;
      display: inline-block;
      margin: 0 0 0 14px;
      position: relative; }
      .list-blogs .like-comments li:first-child {
        margin: 0; }
        .list-blogs .like-comments li:first-child:after {
          content: '';
          width: 1px;
          height: 14px;
          background: #ebebeb;
          position: absolute;
          top: 2px;
          right: 0; }
    .list-blogs .like-comments .icon-like {
      padding: 0 14px 0 21px;
      background: url(/static/LearningPlan/images/new/icon_like.png) no-repeat;
      background-size: 15px 14px; }
    .list-blogs .like-comments .icon-comment {
      padding: 0 14px 0 22px;
      background: url(/static/LearningPlan/images/new/icon_comment.png) no-repeat;
      background-size: 15px 14px; }
  .list-blogs .more-blogs {
    width: 51.429%; }
    .list-blogs .more-blogs .item {
      display: table;
      width: 100%;
      margin: 14px 0 0 0; }
      .list-blogs .more-blogs .item:first-child {
        margin: 0; }
    .list-blogs .more-blogs .like-comments {
      padding: 12px 0 0 0; }
    .list-blogs .more-blogs .img {
      display: table-cell;
      vertical-align: middle;
      width: 150px; }
      .list-blogs .more-blogs .img img {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid #404040;
        border-radius: 5px; }
    .list-blogs .more-blogs .info {
      display: table-cell;
      vertical-align: middle;
      width: calc(100% - 150px);
      padding: 0 0 0 22px; }
    .list-blogs .more-blogs h4 {
      padding: 0; line-height: 24px;}
  .list-blogs .btn-more {
    text-align: right;
    padding: 25px 0 0 0; }
    .list-blogs .btn-more a {
      display: inline-block;
      font-size: 11px;
      line-height: 14px;
      color: #666666;
      border: 1px solid #cccccc;
      padding: 3px 14px 3px 14px;
      -webkit-border-radius: 11px;
      -moz-border-radius: 11px;
      border-radius: 11px;
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear; }
      .list-blogs .btn-more a:hover {
        color: #309ace; }

@media only screen and (max-width: 992px) {
  .teacher-blog {
    padding: 23px 0 29px 0; }
    .teacher-blog .learing-title {
      padding: 0;
      text-align: center; }

  .list-blogs {
    padding: 0 9px; }
    .list-blogs .highlight-blog,
    .list-blogs .more-blogs {
      width: 100%;
      padding: 0; }
    .list-blogs .highlight-blog .like-comments {
      text-align: center; }
    .list-blogs .col-blog {
      border-left: none;
      border-top: 1px solid #ebebeb; }
    .list-blogs .more-blogs {
      padding: 27px 0 0 0;
      margin: 19px 0 0 0; }
      .list-blogs .more-blogs h4 {
        font-size: 14px;
        line-height: 17px; }
      .list-blogs .more-blogs .info {
        padding: 0 0 0 13px;
        width: calc(100% - 130px); }
      .list-blogs .more-blogs .img {
        width: 130px; }
    .list-blogs .btn-more {
      padding: 27px 0 0 0;
      text-align: center; }
      .list-blogs .btn-more a {
        font-size: 14px;
        padding: 6px 26px 7px 26px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; } }
.share-box {
  border: 4px solid #c3c3c3;
  padding: 36px 25px 38px 25px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .share-box ul {
    margin: 0;
    padding: 0; }
    .share-box ul li {
      list-style: none; }
  .share-box .more-info {
    margin-top: 30px;
    text-align: center; }
    .share-box .more-info li + li {
      margin-top: 18px; }
    .share-box .more-info li span {
      display: inline-block;
      width: auto;
      height: 40px;
      border-radius: 20px;
      text-align: center;
      color: #fff;
      background-color: #87c52e;
      padding: 11px 16px;
      margin-left: 10px;
      font-family: "Roboto-Bold"; }
    .share-box .more-info li .button-link {
      border-radius: 20px;
      text-transform: capitalize;
      min-width: 250px; }
  .share-box .title {
    margin: 21px 0 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #ff6045;
    background: #f6f3d6;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 0 12px 0; }
  .share-box .reasons {
    padding: 27px 0 0 0; }
    .share-box .reasons .item {
      font-size: 14px;
      color: #333333;
      line-height: 20px;
      padding: 28px 0 0 0; }
      .share-box .reasons .item:first-child {
        padding: 0 0 0 0; }
      .share-box .reasons .item ul {
        display: table;
        width: 100%; }
      .share-box .reasons .item li {
        display: table-cell;
        vertical-align: middle; }
        .share-box .reasons .item li span {
          display: inline-block;
          width: 40px;
          text-align: center;
          font-size: 36px;
          line-height: 36px;
          font-weight: 500;
          background: #ff6045;
          color: #fff;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .share-box .reasons .item li:first-child {
          width: 60px;
          padding: 0 20px 0 0; }
  .share-box .link-share {
    font-size: 14px;
    line-height: 17px;
    padding: 21px 0 0 0; }
    .share-box .link-share a {
      padding: 5px 0 0 42px;
      background: url(/static/LearningPlan/images/new/icon_share.png) no-repeat;
      background-size: 28px 28px;
      color: #333333;
      min-height: 29px;
      display: inline-block; }
  .share-box .copy-link {
    margin-top: 20px;
    text-align: center; }
    .share-box .copy-link .text {
    	width: 100%;
    	padding: 0 5px;
    }
    .share-box .copy-link .button-link {
      border: 0;
      margin-top: 10px; }

@media only screen and (max-width: 991px) {
  .share-box {
    padding: 23px 20px 32px 18px; }
    .share-box .link-share {
      text-align: center;
      padding: 19px 0 0 0; }
    .share-box .reasons {
      padding: 17px 0 0 0; }
      .share-box .reasons .item {
        padding: 24px 0 0 0; } }
.stick-circle .icon-main {
  width: 52px;
  height: 52px;
  background: url(/static/LearningPlan/images/new/icon_nav_menu.png) no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 3;
  bottom: 11px;
  right: 17px;
  cursor: pointer;
  border-radius: 50%; }
.stick-circle .stick-navbar {
  position: fixed;
  bottom: -9px;
  left: 0;
  right: -27px;
  height: auto;
  z-index: 2;
  padding: 0 63px 14px 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }
  .stick-circle .stick-navbar.active {
    visibility: visible;
    opacity: 1; }
  .stick-circle .stick-navbar li {
    float: left;
    cursor: pointer;
    margin: 9px 7px 0 7px; }
    .stick-circle .stick-navbar li img {
      max-width: 44px;
      border-radius: 50%; }

.overplay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #dfdfdf;
  opacity: 0.59; }

.open-stickbar {
  overflow: hidden; }
  .open-stickbar > div {
    padding: 71px 0 0 0; }
  .open-stickbar header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4; }

.block-charts.block-charts-tab {
  padding-bottom: 0;
  background-color: #fff; }
  .block-charts.block-charts-tab .chart-list > ul {
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 5px; }
  .block-charts.block-charts-tab .chart-list:before {
    height: 88%; }

.block-charts .tab-content-charts .chart-list > ul li:hover {
  background-color: #f6f6f6; }

.nav-tabs-charts {
  padding: 0 8px;
  margin: 31px 0 0 0;
  /*background: url(/static/LearningPlan/images/new/bg-tabs.png) repeat-x bottom;*/
   }
  .nav-tabs-charts > li {
    width: 50%;
    padding: 0 8px; }
    .nav-tabs-charts > li.active a {
      border: 1px solid #ebebeb;
      border-bottom: 1px solid transparent;
      font-weight: bold;
      -webkit-box-shadow: 0px -7px 13px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px -7px 13px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px -7px 13px 0px rgba(0, 0, 0, 0.05); }
    .nav-tabs-charts > li > a {
      display: table;
      width: 100%;
      height: 45px;
      padding: 0;
      font-size: 14px;
      line-height: 17px;
      color: #333333;
      text-align: center; }
      .nav-tabs-charts > li > a:focus {
        background: transparent; }
      .nav-tabs-charts > li > a span {
        display: table-cell;
        vertical-align: middle; }

.block-charts .tab-content-charts {
  background: #fff;
  padding: 10px 0 0 0;
  border-radius: 5px; }
  .block-charts .tab-content-charts .chart-list {
    margin: 0; }

/*# sourceMappingURL=style.css.map */

/*fix feedback integration 23-3-2017*/
.block-charts .chart-item.user-name .cup {
  max-width: 17px;
}
.milestone-grammar > .inner > img, .block-milestone .icon-check-finish {
  max-width: 30px;
}
.block-milestone-2.block-milestone > .inner > img {
  max-width: 108px;
}
.point-close img {
  max-width: 22px;
}
.learing-process .process-list {
  padding-right: 30px;
}
.block-milestone.block-milestone-2 .name h3 {
  max-width: 90px;
}
/*fix feedback integration 23-3-2017*/
/*fix feedback 4*/
.suggest-wrapper .milestone-wrap {
  overflow: hidden;
  padding-left: 10px;
}
.suggest-wrapper .milestone-wrap > p{
  margin-left: 15px;
}


/* Luan - add style for dashboard-id */
#dashboard-id {
	background-color: #ebebeb;
}

.chart-list li.congratulations {
	background: -webkit-linear-gradient(left, #FFAFBD, #ffc3a0) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #FFAFBD, #ffc3a) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #FFAFBD, #ffc3a) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #FFAFBD, #ffc3a) !important; /* Standard syntax (must be last) */
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}

.block-chart .recent-report-link {
	display: block;
	font-size: 16px;
}

@media only screen and (max-width: 991px) {
	.block-chart .recent-report-link {
		text-align: center;
	}
}

.update-entry-score {
	position: absolute;
    left: 10px;
    bottom: 5px;
}

.update-goal-score {
	position: absolute;
    right: 10px;
    bottom: 5px;
}

/* Trial accounts */
.new-comers-account-intro-wrapper {
    background: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
}
.new-comers-account-intro-wrapper .options {
	max-width: 1040px;
    margin: 0 auto 60px;
    background: #fff;
    border-radius: 5px;
}
.new-comers-account-intro-wrapper .options ,
.new-comers-account-intro-wrapper .options a {
  font-size: 20px;
}

.new-comers-account-intro-wrapper .options ul {
	list-style: none;
}

.new-comers-account-intro-wrapper .options ul li {
	display: inline-block;
	vertical-align: middle;
}

.new-comers-account-intro-wrapper .options .option {
	padding: 0 0 30px;
	margin: 0;
}

.new-comers-account-intro-wrapper .submit-btn {
	max-width: 350px;
    margin: 0 auto;
    font-size: 22px;
}

.new-comers-account-intro-wrapper .price {
	color: #87c52e;
	margin-top: 10px;
}

.new-comers-account-intro-wrapper .options .option-name {
	width: 30%;
	font-size: 2rem;
}
.new-comers-account-intro-wrapper .options .option-name h1 {
	color: #33abe5;
}

.new-comers-account-intro-wrapper .options .option-desc {
	font-size: 2rem;
	line-height: 3rem;
	width: 68%;
	vertical-align: middle;
}

.new-comers-account-intro-wrapper .option-desc .account-name {
	margin-bottom: 15px;
}

/* override style of button-scrollTop to force hide it */
@media only screen and (max-width: 991px) {
	.button-scrollTop {
		display: none !important;
	}
}