body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.mejs-controls {
  display: none !important;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus {
  border: 1px solid #FF9C1B !important;
  box-shadow: 0 0 10px #FF9C1B !important;
}

.container-wrap {
  padding: 0 25px !important;
}

.ui-slider-range, .ui-slider-range-min {
  background-color: #FF9C1B !important;
}

.js .type-matrix-ranking.matrix .circle {
  background-color: #FF9C1B !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-shadow: 0px 0px 0px #FFF !important;
  filter: dropshadow(color=#FFF, offx=0,offy=0) !important;
}

.js .ui-sortable-helper .category, .js .type-matrix-ranking.matrix .category,
.js .type-matrix-ranking.matrix .category,
.js .ui-sortable-helper .category, .js .type-matrix-ranking.matrix .category {
  background-color: #FFD8A4 !important;
}

.js .matrix.type-matrix-ranking .circle, 
.js .matrix.type-matrix-ranking .ui-state-highlight, 
.js .matrix.type-matrix-ranking .placeholder {
  background-color: #FF9C1B !important;
}


td.ui-datepicker-today a.ui-state-highlight {
  background-color: #FFD8A4 !important;
}

.ui-datepicker tbody td {
  border-right: 0px !important;
}

.submitbutton, .button, .btn, input[type='button'], input[type='submit'], .buttonbar input {
  background-color: #FF9C1B !important;
  background-image: none !important;
  border-color: #DD7A09 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-radius: 3px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  margin: 3px 0 !important;
  line-height: 1.2em !important;
  color: #FFFFFF !important;
  padding: 9px 10px 7px !important;
  font-weight: normal !important;
  text-shadow: 0px 0px 0px !important;
  min-width: 100px !important;
}

.submitbutton:hover, .button:hover, .btn:hover, input[type='button']:hover, input[type='submit']:hover, .buttonbar input:hover {
  background-color: #ffa632 !important;
  outline-color: invert !important;
  outline-style: none !important;
  outline-width: 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #FF9C1B !important;
  background-color: #FF9C1B !important;
}