.bg-container {
  background: url('../../../lib/css/images/bg-5.jpg') no-repeat;
  background-position: 1px 50%;
  background-size: 973px;
  width: 1100px;
  margin: 0 auto;
}

#data-activities {
  margin: 5px auto 0;
}

#data-activities .description {
  text-align: justify;
}

.graph-container {
  float: right;
}

#data-activities.panel {
  border: none;
  background: transparent;
  width: 800px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.inputs-group {
  position: relative;
  top: 44px;
  z-index: 1;
  left: 285px;
}

path {
  z-index: 15;
}

/*** TOOLTIP ***/
.message {
  position: absolute;
  width: 300px;
  top: -54px;
  left: 70px;
}

.ui-tooltip, .arrow:after, .arrow2:after, .arrow-sec:after {
  background: rgb(255, 243, 237);
  border: 2px solid rgb(255, 209, 70);
}

.ui-tooltip {
  padding: 6px 14px;
  color: #4E4E4E;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
  text-align: center;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 66px;
  margin-left: -35px;
  bottom: -14px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow2 {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 243px;
  margin-left: -35px;
  bottom: -14px;
}

.arrow2:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message-sec {
  position: absolute;
  width: 150px;
  top: -72px;
  left: 377px;
}

.arrow-sec {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 70px;
  margin-left: -35px;
  bottom: -14px;
}

.arrow-sec:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-bar {
  width: 200px;
  height: 14px;
  background: rgb(182, 181, 181);
  position: relative;
  border-radius: 2px;
  border: 1px solid rgb(128, 128, 128);
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 4px;
}

.slider {
  position: absolute;
  width: 22px;
  height: 22px;
  background: coral;
  border-radius: 4px;
  left: 0px;
  box-sizing: border-box;
  top: -5px;
  border: 1px solid rgb(178, 124, 111);
}

.slider div {
  width: 42px;
  height: 42px;
  top: -10px;
  left: -10px;
  position: absolute;
}

.slider-container {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 15px;
}

.slider-name {
  width: 135px;
  font-style: italic;
  display: inline-block;
  text-align: right;
}

.sliders {
  display: inline-block;
  position: relative;
  left: 255px;
  margin-bottom: 20px;
}

.text_labels_x, .text_labels {
  font-weight: bold;
}

.axis_text_labels {
  font-weight: bold;
  font-style: italic;
}

.finalQuestions {
  padding-top: 10px;
}

.finalQuestions h4 {
  font-weight: bold;
  text-align: center;
}