body {
  background-color: #fbf6f0;
  color: #6e6e6e;
  font-size: 1em;
}

.content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgb(210, 211, 210);
  box-shadow: 0 0 5px rgb(210, 211, 210);
}


.navbar-inner {
  padding: 20px 0 20px 0;
}
.navbar .brand {
  width: 100%;
  padding: 0;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.navbar-inverse .navbar-inner {
  background-color: #3c3c3c;
  background-image: none;
}
.navbar-inverse .navbar-inner .brand:hover {
  color: #999999;
}


h1, h2, h3, h4, h5, h6, .survey-groupname {
  color: #3c3c3c;
}

label {
  display: inline-block;
}

input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

input[type='button'],
input[type='submit'] {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='button'][disabled],
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit'][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

input[type='button']:active,
input[type='submit']:active {
  background-color: #cccccc \9;
}

input[type='button']:first-child
input[type='submit']:first-child {
  *margin-left: 0;
}

input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

input[type='button']:focus,
input[type='submit']:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type='button']:active,
input[type='submit']:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type='button'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

ol ol, ol ul {
  margin-bottom: 15px;
}


#progress-wrapper .ui-widget-header {
  background-color: rgb(255, 95, 95);
}
.survey-groupname {
  margin: 40px 0 30px 0;
  font-size: 30px;
  line-height: 30px;
}
.survey-groupdescription {
  font-size: 20px;
  line-height: 26px;
}
/*span.asterisk {
  display: none;
}*/
.survey-question {
  margin-top: 30px;
}
.survey-question-text {
  margin-bottom: 20px;
  font-weight: bold;
}
.survey-question-help {
  margin-top: 10px;
  margin-bottom: 20px;
}
.survey-question-help img {
  display: none;
}
.errormandatory {
  color: rgb(255, 95, 95);
}
.survey-question-answer ul {
  margin-left: 0px;
  list-style: none;
}
.array1 {
  background-color: #e9e9e9;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.clear-all {
  display: block;
  clear: both;
  padding: 30px 0 30px 0;
  text-align: center;
}
.logo {
  margin: 30px 0 30px 0;
  text-align: center;
}

table.question tbody th {
  text-align: right;
}

table.question tbody td {
  text-align: center;
}

textarea {
  width: 100%;
}

@media (max-width: 767px) {
  body {
    padding: 0;
    font-size: 1.4em;
  }

  .navbar {
    margin: 0;
  }

  .navbar-inner {
    padding: 10px;
  }

  .content {
    margin-top: 0;
    -moz-border-radius: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(210, 211, 210);
    box-shadow: none;
  }

  .navbar .brand {
    width: 100%;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  label {
    font-size: 1em;
  }

  label.answertext {
    display: inline;
  }

  li {
    padding: 10px 0;
  }

  input[type="radio"] {
    width:20px;
    height:20px;
  }

  input[type="checkbox"] {
    width:20px;
    height:20px;
  }

  div.ranking td.label {
    display: block;
  }

  div.ranking td.output {
    display: block;
  }

  .clear-all {
    padding: 15px 0 25px 0;
  }
}

/** UI Slider **/

.numeric-multi div.multinum-slider {
  margin-top: 1em;
}

.ui-slider-1 {
  width: 100%;
  height: 9px;
  margin-bottom: 20px;
  margin-left: 8px
  
}

.slider_callout {
  position: absolute;
  top: -20px;
  margin-left: -3px;
  color: #284a6e;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
}
