

label.col-sm-3.control-label {
    color: rgb(121, 121, 121);
    font-weight: normal;
    text-align: left;
}
.survey-form {
  margin: 50px 0;
}


/* Summary Below Label */
.input-constraint{
    position: relative;
}


.extra-info {
  position: absolute;
  top: 26px;
  width: 20%;
  font-size: 0.8rem;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  color: rgb(121, 121, 121);
}
.controlToolkit-rating-icon {
    max-width: 25px;
    max-height: 25px;
}

/* Rating Widget */

.rating-md {
  font-size: 1.1rem !important;
  margin: 5px 0;
}

.rating-label{
  color: #666666;
  margin: 10px 0;
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: rgb(220, 67, 71) !important;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
textarea {
    resize: none;
}

/* Override Select Picker Background Color */
.btn.dropdown-toggle.selectpicker.btn-default{
    background: #fff !important;
    color: #666666;
    border : 1px solid #D2CCC7;
    outline : 0;
}

.bootstrap-select{
    margin: 10px 0;
}


@media ( max-width : 768px){
    .extra-info {
      position: static;
      width: 100%;
    }
}
