.profile-pic {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .profile-pic {
    padding: 10px 0;
  }
}
.profile-pic img {
  width:150px;
  height:150px;
  object-fit: cover;
}



.logo-light{
  max-width:15px;
  max-height:15px;
  height: auto;
}


.logo-score{
  max-width:7%;
  max-height:7%;
  height: auto;
}

.logo-calender{
  max-width:9%;
  max-height:9%;
  height: auto;
}

#table {
  border-radius: 3px;
  padding:0px 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom:0px;
}
.table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  margin-bottom: 5px;
}
.col-1 {
  flex-basis: 50%;
}
.col-2 {
  flex-basis: 50%;
}

* {
  box-sizing: border-box;
}

canvas {
  display: block;
  position:absolute;
  top:0;
  left:0;
}
#im {
  color:#555;
  display:block;
  line-height:50px;
  text-align:center;
  width:50px;
  font-family:sans-serif;
  font-size:16px;
  font-weight:100;
}

.chart .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  left: -50px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.chart:hover .tooltiptext {
  visibility: visible;
}

.box {
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
}

.wrapper {
  margin:0px auto;
  width: 450px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(15, 20px);
  grid-template-rows: 20px 20px;
  grid-auto-flow: row;
}

.column1 {
  float: left;
  width: 8%;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
}
.column2 {
  float: left;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  font-size: 100%;
}


.box .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.box:hover .tooltiptext {
  visibility: visible;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #cce5f1;
}

.avatar {
  vertical-align: middle;
  horizontal-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 0px solid #dddddd;
  text-align: center;
  padding: 8px;
}



/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
  margin: 0;
  padding: 0;
}

/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Graph Container */
.graph-container {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 20px;

  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}

.graph-container > div {
  position: absolute;
  width: inherit;
  height: inherit;
  top: 10px;
  left: 25px;
}

.graph-info {
  width: 590px;
  margin-bottom: 10px;
}

.graph-info a {
  position: relative;
  display: inline-block;
  float: left;
  height: 20px;
  padding: 7px 10px 5px 30px;
  margin-right: 10px;
  text-decoration: none;
  cursor: default;
}

/* Color Circles */
.graph-info a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 13px;
  left: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.graph-info .visitors { border-bottom: 2px solid #71c73e; }
.graph-info .returning { border-bottom: 2px solid #77b7c5; }

.graph-info .visitors:before { background: #71c73e; }
.graph-info .returning:before { background: #77b7c5; }

/* Lines &amp; Bars Buttons */
#lines, #bars {
  width: 37px;
  height: 35px;
  padding: 0;
  margin-right: 0;
  margin-left: 10px;
  border-bottom: 2px solid #71c73e;
  float: right;
  cursor: pointer;
}

#lines.active, #bars.active {
  background: #82d344;
  background: -moz-linear-gradient(top, #82d344 0%, #71c73e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
  background: -webkit-linear-gradient(top, #82d344 0%,#71c73e 100%);
  background: -o-linear-gradient(top, #82d344 0%,#71c73e 100%);
  background: -ms-linear-gradient(top, #82d344 0%,#71c73e 100%);
  background: linear-gradient(to bottom, #82d344 0%,#71c73e 100%);
}

#lines span, #bars span {
  display: block;
  width: 37px;
  height: 35px;
  background: url('../img/lines.png') no-repeat 9px 12px;
}

#bars span { background: url('../img/bars.png') no-repeat center 10px; }

#lines.active span { background-image: url('../img/lines_active.png'); }

#bars.active span { background-image: url('../img/bars_active.png'); }
/* Clear Floats */
.graph-info:before, .graph-info:after,
.graph-container:before, .graph-container:after {
  content: '';
  display: block;
  clear: both;
}


#tooltip, .graph-info a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}

.tickLabel {
  font-weight: bold;
  font-size: 12px;
  color: #666;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }


#tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
}


@import url(////fonts.googleapis.com/css?family=Oswald:400);
body {
  background-color: #e9efec;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cGF0aCBkPSJNMjggNjZMMCA1MEwwIDE2TDI4IDBMNTYgMTZMNTYgNTBMMjggNjZMMjggMTAwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=);
  font-family: "Oswald", "Helvetica Newe", Helvetica, sans-serif;
}


#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
}

#customers td {
  text-align: left;
  padding-left: 20px;
}


#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  padding-left: 20px;
  background-color: #CBE4F1;
  color: black;
}

#customers tr:hover {background-color: #e4f3ff;}



.container#bar {
  width: 70%;
  background-color: #ddd;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  height: 20px;
  margin-bottom: 10px;
}


.skills {
  text-align: right;
  color: black;
  height: 20px;
}


.container#bar .tooltiptext {
  visibility: hidden;
  width: 450px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 0 0;
  right:0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.container#bar:hover .tooltiptext {
  visibility: visible;
}

.my-legend .legend-title {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 90%;
}
.my-legend .legend-scale ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.my-legend .legend-scale ul li {
  display: block;
  float: left;
  width: 175px;
  margin-bottom: 6px;
  text-align: left;
  font-size: 80%;
  list-style: none;
}
.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 20px;
  width: 160px;
}
.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
}
.my-legend a {
  color: #777;
}


#view_box {
  box-shadow: 0px 1px 1px 2px rgba(0,0,0,0.1);
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
}

#impact_info {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  margin-left: 10px;
  width: 560px;
  height: 500px;
}

#impact_info div {
  text-align: left;
}

.impact_des_title {
  font-weight: bold;
}

#impact_info_score_and_rank_pie {
  position: absolute;
  width: 750px;
  text-align: center;
  top: 160px;
}
#impact_info_score {
  text-align: center; !important;
  font-size: 36px;
  font-weight: 800;
}
#impact_info_rank {
  text-align: center; !important;
  margin-top: 20px;
  font-size: 20px;
}
.impact_score_button_group {
  position: absolute;
  width: 120px;
  display: flex;
  justify-content: space-between;
  top: -10px;
  left: 30px;
  z-index:100;
}
.impact_score_button_group div {
  width: 30px;
  position: relative;
}
.impact_score_button_group p {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

.impact_icon {
  color: #959595;
}
.impact_icon_active {
  color: #262626;
}

#impact_tip_block {
  max-width: none;
}

#impact_tip_block .popover-content {
  width: 320px;
  text-align: center;
}
#impact_tip_block .popover-content img {
  width: 200px;
}
#impact_tip_block .popover-content p {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
}

#impact_tip_block .popover-content ul {
  text-align: left;
  margin-left: 12px;
}
#impact_tip_block .popover-content ul li {
  margin-bottom: 4px;
}

#pieChart {
  display: block;
  width: 590px;
  height: 500px;
}
#barChart {
  display: none;
  width: 400px;
  height: 480px;
  margin-left: 50px;
}

.compare_impact_block {
  width: 750px;
  display: flex;
  justify-content: space-between;
}

.compare_impact_score_left {
  width: 48%;
}

.compare_impact_score_right {
  width: 48%;
  position: relative;
}

.impact_rank_list {
  width: 100%;
  border: 1px solid #e3e3e3;
}

.impact_rank_list_row {
  height: 48px;
  line-height: 48px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  cursor: pointer;
}

.impact_rank_list_rank {
  width: 14%;
  font-weight: 600;
}
.impact_rank_list_rank_tip {
  font-size: 12px;
  font-weight: unset;
}

.impact_rank_list_avatar {
  width: 18%;
}

@media screen and (min-width: 992px) {
  .compare_impact_block {
    width: 576px;
    display: flex;
    justify-content: space-between;
  }
  .impact_rank_list_name {
    display: none;
  }
  .compare_impact_score_left {
    width: 30%;
  }
  .compare_impact_score_right {
    width: 68%;
    position: relative;
  }
  .impact_rank_list_rank {
    width: 28%;
    font-weight: 600;
  }
  .impact_rank_list_rank_tip {
    font-size: 12px;
    font-weight: unset;
  }

  .impact_rank_list_avatar {
    width: 30%;
  }
  .impact_rank_list_score {
    width: 40%;
  }
  .impact_rank_list_header_high {
    display: none;
  }
  #impact_info {
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    margin-left: 10px;
    width: 560px;
    height: 500px;
  }
  #impact_info_bar_chart_label > div:nth-child(1) {
    bottom: 10px;
    left: 160px;
  }

  #impact_info_bar_chart_label > div:nth-child(2) {
    bottom: 10px;
    left: 230px;
  }

  #impact_info_bar_chart_label > div:nth-child(3) {
    bottom: 10px;
    right: 110px;
  }

  #impact_info_bar_chart_label > div:nth-child(4) {
    bottom: 10px;
    right: 50px;
  }

  #impact_info_bar_chart_label > div:nth-child(5) {
    bottom: 10px;
    right: -16px;
  }
  #impact_info_score_and_rank_pie {
    position: absolute;
    width: 590px;
    text-align: center;
    top: 160px;
  }
  #perceived-capacity-des {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 120px;
    color: #58AD38;
    display: none;
  }

  #perceived-participation-des {
    position: absolute;
    right: -45px;
    bottom: 105px;
    width: 120px;
    color: #56AEE2;
    display: none;
  }

  #project-engagement-des {
    position: absolute;
    right: -38px;
    top: 150px;
    width: 110px;
    color: #E86075;
    display: none;
  }

  #project-outcome-des {
    position: absolute;
    left: 0;
    top:80px;
    width: 120px;
    color: #884CE5;
    display: none;
  }

  #project-quality-des {
    position: absolute;
    right: -48px;
    top: 20px;
    width: 120px;
    color: #EF863E;
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .compare_impact_block {
    width: 750px;
  }
  .impact_rank_list_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 50%;
    display: block;
  }
  .compare_impact_score_left {
    width: 48%;
  }

  .compare_impact_score_right {
    width: 48%;
    position: relative;
  }
  .impact_rank_list_rank {
    width: 14%;
    font-weight: 600;
  }

  .impact_rank_list_avatar {
    width: 18%;
  }
  .impact_rank_list_score {
    width: 15%;
  }
  .impact_rank_list_header_high {
    display: inline;
  }
  #impact_info {
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    margin-left: 10px;
    width: 750px;
    height: 500px;
  }
  #impact_info_bar_chart_label > div:nth-child(1) {
    bottom: 10px;
    left: 245px;
  }

  #impact_info_bar_chart_label > div:nth-child(2) {
    bottom: 10px;
    left: 305px;
  }

  #impact_info_bar_chart_label > div:nth-child(3) {
    bottom: 10px;
    right: 220px;
  }

  #impact_info_bar_chart_label > div:nth-child(4) {
    bottom: 10px;
    right: 155px;
  }

  #impact_info_bar_chart_label > div:nth-child(5) {
    bottom: 10px;
    right: 90px;
  }
  #impact_info_score_and_rank_pie {
    position: absolute;
    width: 730px;
    text-align: center;
    top: 160px;
  }
  #perceived-capacity-des {
    position: absolute;
    left: 2.13%;
    bottom: 120px;
    width: 26.66%;
    color: #58AD38;
    display: none;
  }

  #perceived-participation-des {
    position: absolute;
    right: 0;
    bottom: 120px;
    width: 170px;
    color: #56AEE2;
    display: none;
  }

  #project-engagement-des {
    position: absolute;
    right: 12px;
    top: 150px;
    width: 158px;
    color: #E86075;
    display: none;
  }

  #project-outcome-des {
    position: absolute;
    left: 16px;
    top:80px;
    width: 160px;
    color: #884CE5;
    display: none;
  }

  #project-quality-des {
    position: absolute;
    right: 0;
    top: 20px;
    width: 170px;
    color: #EF863E;
    display: none;
  }
}


.impact_rank_list_header {
  text-align: center;
  background: #CCE3F1;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 600;
}

.rand_list_avatar {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.impact_rank_list_selected {
  background: #FFE3E2;
}

.compare_impact_button_group {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.compare_impact_button_group div {
  width: 30px;
  position: relative;
}
.compare_impact_button_group p {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

#compare_impact_radar_chart {
  display: none;
  margin-top: 100px;
  width: 360px;
  height: 400px;
}

#compare_impact_bar_chart {
  display: none;
  margin-top: 100px;
  width: 360px;
  height: 400px;
}

#compare_impact_tip {
  margin-top: 100px;
  font-size: 20px;
}

#impact_button_tip {
  cursor: help;
}

#impact_info_bar_chart_label {
  display: none;
}

#impact_info_bar_chart_label > div {
  transform: rotate(40deg);
  width: 160px;
  position: absolute;
}