/*.bg-container {
  background: url('../../lib/css/images/bg-10.jpg') no-repeat;
  background-position: 6px 223px;
  width: 1000px;
  margin: 0 auto;
}*/

#data-activities {
  margin: 5px auto 0;
}

#data-activities .description {
  text-align: justify;
  margin-bottom: 10px;
}

#data-activities.panel {
  border: none;
  background: transparent;
  margin-top: 5px;
  width: 980px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.slider-bar {
  height: 14px;
  background: rgb(182, 181, 181);
  position: relative;
  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);
}

.activity p {
  color: #11728b;
  font-weight: bold;
  text-align: center;
}

.activity .orange {
  color: #e26703;
}

.picker input[type="text"] {
  width: 65px;
}

.picker {
  position: relative;
  width: 435px;
  border: 2px solid orange;
  border-radius: 20px;
  margin: 0 auto;
}

.picker > div {
  margin: 5px 15px;
}

.picker .shutter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  border-radius: 20px;
  z-index: 100;

  display: none;
}

.spinner.ui-spinner-input {
  width: 80px;
}

.ui-spinner-button {
  cursor: pointer;
}

table {
  font-size: 14px;
  margin-bottom: 15px;
}

td, th {
  padding: 5px;
  min-width: 120px;
  text-align: center;
}

table tr:nth-child(2), table tr:nth-child(3), table tr:last-child {
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  font-weight: bold;
}

table tr:first-child td:nth-child(n+3) {
  vertical-align: bottom;
}

table input[type="text"] {
  width: 130px;
  text-align: center;
}

.apportionment {
  display: none;
}

.message {
  text-align: center;
  display: none;
}

.alert {
  display: inline-block;
  padding: 8px;
  margin: 18px 0;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

input {
  -moz-user-select: text!important;
  -webkit-user-select: text!important;
  -ms-user-select: text!important;
}

.popover-content {
  width: 190px;
}

table tr td:first-child a {
  padding: 1px 3px;
  margin-right: 3px;
  cursor: pointer;
}

table tr td:first-child a:hover{
  background: #428bca;
  color: #ffffff;
  text-decoration: none;
}

.finalQuestions { padding-top: 10px; }
.finalQuestions h4 { font-weight: bold; text-align: center; }