/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 29, 2014, 12:38:07 PM
    Author     : e43171
*/

/* Generic Form Styles */
.field-label-inline {
  display: inline;
}
.fine-print {
  font-size: 0.5625em;
}

/* Multi-step (mforms module) forms steps buttons styles */
/*#edit-steps-btns-wrapper span.button input {
  background: none;
  background: linear-gradient(to bottom, #efefef, #ccc 60%);
  background: -webkit-linear-gradient(to bottom, #efefef, #ccc 60%);
  background: -moz-linear-gradient(to bottom, #efefef, #ccc 60%);
  color: #003d7d;
  font-weight: bold;
}
#edit-steps-btns-wrapper span.button input:hover,
#edit-steps-btns-wrapper span.button input:focus {
  background: linear-gradient(to bottom, #ddd, #999 60%);
  background: -webkit-linear-gradient(to bottom, #ddd, #999 60%);
  background: -moz-linear-gradient(to bottom, #ddd, #999 60%);
  color: #003d5c;
}
#edit-steps-btns-wrapper span.button input.disabled-step {
  background: none;
  background: linear-gradient(to bottom, #efefef, #acacac 60%);
  background: -webkit-linear-gradient(to bottom, #efefef, #acacac 60%);
  background: -moz-linear-gradient(to bottom, #efefef, #acacac 60%);
  color: #777;
  font-weight: bold;
}*/

span.button {
  text-align: right;
  display: block;
}

/* module_filter css overrides */
html.js .toggle-enable {
  background-image: none;
  background-image: linear-gradient(to right, red 50%, orange 50%, orange 100%);
}

html.js .toggle-enable.enabled {
  background-image: none;
  background-image: linear-gradient(to right, orange 50%, green 50%, green 100%);
}

html.js .toggle-enable div {
  background-image: none;
  background-image: linear-gradient(to bottom, #FEFEFE 0%, #EAEAEA 100%);
}

html.js .toggle-enable.disabled div {
  background-image: none;
  background-image: linear-gradient(to bottom, #FEFEFE 0%, #EEEEEE 100%);
}

div[id^='mforms-wrapper'] span.button input.form-submit {

}

.form-review-item-group {

}

.form-review-item-label {
  font-weight: bold;
  margin-right: 3px;
  margin-bottom: 3px;
}

.form-review-item {
  font-size: 0.93em;
  margin-top: 0;
}
