/*form,*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.qg-row {
  *zoom: 1;
  position: relative;
}
.qg-row:before,
.qg-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.qg-row:after {
  clear: both;
}
.qg25,
.qg33,
.qg50,
.qg66,
.qg75 {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
}
.qg25 {
  width: 25.000%;
}
.qg33 {
  width: 33.333%;
}
.qg50 {
  width: 50.000%;
}
.qg66 {
  width: 66.667%;
}
.qg75 {
  width: 75.000%;
}
form {
  margin-left: 0;
  margin-right: 0;
}
form fieldset {
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
}
form fieldset legend {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  width: 100%;
  margin: 0 10px 10px 0px;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family: 'museo-sans-rounded', sans-serif;
}
form fieldset legend ~ .input + .input {
  margin-top: 0;
}
form .input {
  position: relative;
  margin: 0 10px 10px 10px;
}
form .input .input {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 5px;
}
form .input p {
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  position: relative;
  top: 5px;
}
form .input a.delete {
  position: absolute;
  display: block;
  text-decoration: none;
  right: 6px;
  top: 10px;
  color: #1aa958;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-indent: -1px;
}
.colour-scheme-green  form .input a.delete {
  color: #1aa958;
}
.colour-scheme-purple form .input a.delete {
  color: #da2c71;
}
.colour-scheme-blue   form .input a.delete {
  color: #1a8cd2;
}
.colour-scheme-red    form .input a.delete {
  color: #e21f24;
}
form .input a.delete:hover {
  color: #FFF;
  background-color: #1aa958;
}
.colour-scheme-green  form .input a.delete:hover {
  background-color: #1aa958;
}
.colour-scheme-purple form .input a.delete:hover {
  background-color: #da2c71;
}
.colour-scheme-blue   form .input a.delete:hover {
  background-color: #1a8cd2;
}
.colour-scheme-red    form .input a.delete:hover {
  background-color: #e21f24;
}
form label,
form input,
form textarea,
form select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
form .text > label,
form .password > label,
form .textarea > label,
form .select > label {
  display: block;
  font-weight: bold;
  font-family: 'museo-sans-rounded', sans-serif;
  color: #444;
  font-size: 15px;
  padding-bottom: 5px;
}
.colour-scheme-green  form .text > label b,
.colour-scheme-green  form .password > label b,
.colour-scheme-green  form .textarea > label b,
.colour-scheme-green  form .select > label b {
  color: #00a34f;
}
.colour-scheme-purple form .text > label b,
.colour-scheme-purple form .password > label b,
.colour-scheme-purple form .textarea > label b,
.colour-scheme-purple form .select > label b {
  color: #d6186a;
}
.colour-scheme-blue   form .text > label b,
.colour-scheme-blue   form .password > label b,
.colour-scheme-blue   form .textarea > label b,
.colour-scheme-blue   form .select > label b {
  color: #0082d6;
}
.colour-scheme-red    form .text > label b,
.colour-scheme-red    form .password > label b,
.colour-scheme-red    form .textarea > label b,
.colour-scheme-red    form .select > label b {
  color: #df0915;
}
form .text > label i,
form .password > label i,
form .textarea > label i,
form .select > label i {
  font-style: italic;
  font-weight: normal;
}
form .text > label.overTxtLabel,
form .password > label.overTxtLabel,
form .textarea > label.overTxtLabel,
form .select > label.overTxtLabel {
  font-weight: normal;
  font-style: italic;
  color: #a28e68;
}
form .text.required > label:after,
form .password.required > label:after,
form .textarea.required > label:after,
form .select.required > label:after {
  color: #EE3322;
  content: '*';
  display: inline;
}
form .text.required > label.overTxtLabel:after,
form .password.required > label.overTxtLabel:after,
form .textarea.required > label.overTxtLabel:after,
form .select.required > label.overTxtLabel:after {
  content: '';
}
form .text input[type=text],
form .text input[type=password],
form .text textarea,
form .text select,
form .password input[type=text],
form .password input[type=password],
form .password textarea,
form .password select,
form .textarea input[type=text],
form .textarea input[type=password],
form .textarea textarea,
form .textarea select,
form .select input[type=text],
form .select input[type=password],
form .select textarea,
form .select select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffd98c;
  padding: 2px 4px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border: 2px solid rgba(0,163,79,0.5);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.colour-scheme-green  form .text input[type=text],
.colour-scheme-green  form .text input[type=password],
.colour-scheme-green  form .text textarea,
.colour-scheme-green  form .text select,
.colour-scheme-green  form .password input[type=text],
.colour-scheme-green  form .password input[type=password],
.colour-scheme-green  form .password textarea,
.colour-scheme-green  form .password select,
.colour-scheme-green  form .textarea input[type=text],
.colour-scheme-green  form .textarea input[type=password],
.colour-scheme-green  form .textarea textarea,
.colour-scheme-green  form .textarea select,
.colour-scheme-green  form .select input[type=text],
.colour-scheme-green  form .select input[type=password],
.colour-scheme-green  form .select textarea,
.colour-scheme-green  form .select select {
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple form .text input[type=text],
.colour-scheme-purple form .text input[type=password],
.colour-scheme-purple form .text textarea,
.colour-scheme-purple form .text select,
.colour-scheme-purple form .password input[type=text],
.colour-scheme-purple form .password input[type=password],
.colour-scheme-purple form .password textarea,
.colour-scheme-purple form .password select,
.colour-scheme-purple form .textarea input[type=text],
.colour-scheme-purple form .textarea input[type=password],
.colour-scheme-purple form .textarea textarea,
.colour-scheme-purple form .textarea select,
.colour-scheme-purple form .select input[type=text],
.colour-scheme-purple form .select input[type=password],
.colour-scheme-purple form .select textarea,
.colour-scheme-purple form .select select {
  border-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   form .text input[type=text],
.colour-scheme-blue   form .text input[type=password],
.colour-scheme-blue   form .text textarea,
.colour-scheme-blue   form .text select,
.colour-scheme-blue   form .password input[type=text],
.colour-scheme-blue   form .password input[type=password],
.colour-scheme-blue   form .password textarea,
.colour-scheme-blue   form .password select,
.colour-scheme-blue   form .textarea input[type=text],
.colour-scheme-blue   form .textarea input[type=password],
.colour-scheme-blue   form .textarea textarea,
.colour-scheme-blue   form .textarea select,
.colour-scheme-blue   form .select input[type=text],
.colour-scheme-blue   form .select input[type=password],
.colour-scheme-blue   form .select textarea,
.colour-scheme-blue   form .select select {
  border-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    form .text input[type=text],
.colour-scheme-red    form .text input[type=password],
.colour-scheme-red    form .text textarea,
.colour-scheme-red    form .text select,
.colour-scheme-red    form .password input[type=text],
.colour-scheme-red    form .password input[type=password],
.colour-scheme-red    form .password textarea,
.colour-scheme-red    form .password select,
.colour-scheme-red    form .textarea input[type=text],
.colour-scheme-red    form .textarea input[type=password],
.colour-scheme-red    form .textarea textarea,
.colour-scheme-red    form .textarea select,
.colour-scheme-red    form .select input[type=text],
.colour-scheme-red    form .select input[type=password],
.colour-scheme-red    form .select textarea,
.colour-scheme-red    form .select select {
  border-color: rgba(223,9,21,0.5);
}
form .text input[type=text]:hover,
form .text input[type=text].hover,
form .text input[type=password]:hover,
form .text input[type=password].hover,
form .text textarea:hover,
form .text textarea.hover,
form .text select:hover,
form .text select.hover,
form .password input[type=text]:hover,
form .password input[type=text].hover,
form .password input[type=password]:hover,
form .password input[type=password].hover,
form .password textarea:hover,
form .password textarea.hover,
form .password select:hover,
form .password select.hover,
form .textarea input[type=text]:hover,
form .textarea input[type=text].hover,
form .textarea input[type=password]:hover,
form .textarea input[type=password].hover,
form .textarea textarea:hover,
form .textarea textarea.hover,
form .textarea select:hover,
form .textarea select.hover,
form .select input[type=text]:hover,
form .select input[type=text].hover,
form .select input[type=password]:hover,
form .select input[type=password].hover,
form .select textarea:hover,
form .select textarea.hover,
form .select select:hover,
form .select select.hover {
  outline: none;
  background-color: #ffdf9f;
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-green  form .text input[type=text]:hover,
.colour-scheme-green  form .text input[type=text].hover,
.colour-scheme-green  form .text input[type=password]:hover,
.colour-scheme-green  form .text input[type=password].hover,
.colour-scheme-green  form .text textarea:hover,
.colour-scheme-green  form .text textarea.hover,
.colour-scheme-green  form .text select:hover,
.colour-scheme-green  form .text select.hover,
.colour-scheme-green  form .password input[type=text]:hover,
.colour-scheme-green  form .password input[type=text].hover,
.colour-scheme-green  form .password input[type=password]:hover,
.colour-scheme-green  form .password input[type=password].hover,
.colour-scheme-green  form .password textarea:hover,
.colour-scheme-green  form .password textarea.hover,
.colour-scheme-green  form .password select:hover,
.colour-scheme-green  form .password select.hover,
.colour-scheme-green  form .textarea input[type=text]:hover,
.colour-scheme-green  form .textarea input[type=text].hover,
.colour-scheme-green  form .textarea input[type=password]:hover,
.colour-scheme-green  form .textarea input[type=password].hover,
.colour-scheme-green  form .textarea textarea:hover,
.colour-scheme-green  form .textarea textarea.hover,
.colour-scheme-green  form .textarea select:hover,
.colour-scheme-green  form .textarea select.hover,
.colour-scheme-green  form .select input[type=text]:hover,
.colour-scheme-green  form .select input[type=text].hover,
.colour-scheme-green  form .select input[type=password]:hover,
.colour-scheme-green  form .select input[type=password].hover,
.colour-scheme-green  form .select textarea:hover,
.colour-scheme-green  form .select textarea.hover,
.colour-scheme-green  form .select select:hover,
.colour-scheme-green  form .select select.hover {
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-purple form .text input[type=text]:hover,
.colour-scheme-purple form .text input[type=text].hover,
.colour-scheme-purple form .text input[type=password]:hover,
.colour-scheme-purple form .text input[type=password].hover,
.colour-scheme-purple form .text textarea:hover,
.colour-scheme-purple form .text textarea.hover,
.colour-scheme-purple form .text select:hover,
.colour-scheme-purple form .text select.hover,
.colour-scheme-purple form .password input[type=text]:hover,
.colour-scheme-purple form .password input[type=text].hover,
.colour-scheme-purple form .password input[type=password]:hover,
.colour-scheme-purple form .password input[type=password].hover,
.colour-scheme-purple form .password textarea:hover,
.colour-scheme-purple form .password textarea.hover,
.colour-scheme-purple form .password select:hover,
.colour-scheme-purple form .password select.hover,
.colour-scheme-purple form .textarea input[type=text]:hover,
.colour-scheme-purple form .textarea input[type=text].hover,
.colour-scheme-purple form .textarea input[type=password]:hover,
.colour-scheme-purple form .textarea input[type=password].hover,
.colour-scheme-purple form .textarea textarea:hover,
.colour-scheme-purple form .textarea textarea.hover,
.colour-scheme-purple form .textarea select:hover,
.colour-scheme-purple form .textarea select.hover,
.colour-scheme-purple form .select input[type=text]:hover,
.colour-scheme-purple form .select input[type=text].hover,
.colour-scheme-purple form .select input[type=password]:hover,
.colour-scheme-purple form .select input[type=password].hover,
.colour-scheme-purple form .select textarea:hover,
.colour-scheme-purple form .select textarea.hover,
.colour-scheme-purple form .select select:hover,
.colour-scheme-purple form .select select.hover {
  border-color: rgba(214,24,106,0.75);
}
.colour-scheme-blue   form .text input[type=text]:hover,
.colour-scheme-blue   form .text input[type=text].hover,
.colour-scheme-blue   form .text input[type=password]:hover,
.colour-scheme-blue   form .text input[type=password].hover,
.colour-scheme-blue   form .text textarea:hover,
.colour-scheme-blue   form .text textarea.hover,
.colour-scheme-blue   form .text select:hover,
.colour-scheme-blue   form .text select.hover,
.colour-scheme-blue   form .password input[type=text]:hover,
.colour-scheme-blue   form .password input[type=text].hover,
.colour-scheme-blue   form .password input[type=password]:hover,
.colour-scheme-blue   form .password input[type=password].hover,
.colour-scheme-blue   form .password textarea:hover,
.colour-scheme-blue   form .password textarea.hover,
.colour-scheme-blue   form .password select:hover,
.colour-scheme-blue   form .password select.hover,
.colour-scheme-blue   form .textarea input[type=text]:hover,
.colour-scheme-blue   form .textarea input[type=text].hover,
.colour-scheme-blue   form .textarea input[type=password]:hover,
.colour-scheme-blue   form .textarea input[type=password].hover,
.colour-scheme-blue   form .textarea textarea:hover,
.colour-scheme-blue   form .textarea textarea.hover,
.colour-scheme-blue   form .textarea select:hover,
.colour-scheme-blue   form .textarea select.hover,
.colour-scheme-blue   form .select input[type=text]:hover,
.colour-scheme-blue   form .select input[type=text].hover,
.colour-scheme-blue   form .select input[type=password]:hover,
.colour-scheme-blue   form .select input[type=password].hover,
.colour-scheme-blue   form .select textarea:hover,
.colour-scheme-blue   form .select textarea.hover,
.colour-scheme-blue   form .select select:hover,
.colour-scheme-blue   form .select select.hover {
  border-color: rgba(0,130,214,0.75);
}
.colour-scheme-red    form .text input[type=text]:hover,
.colour-scheme-red    form .text input[type=text].hover,
.colour-scheme-red    form .text input[type=password]:hover,
.colour-scheme-red    form .text input[type=password].hover,
.colour-scheme-red    form .text textarea:hover,
.colour-scheme-red    form .text textarea.hover,
.colour-scheme-red    form .text select:hover,
.colour-scheme-red    form .text select.hover,
.colour-scheme-red    form .password input[type=text]:hover,
.colour-scheme-red    form .password input[type=text].hover,
.colour-scheme-red    form .password input[type=password]:hover,
.colour-scheme-red    form .password input[type=password].hover,
.colour-scheme-red    form .password textarea:hover,
.colour-scheme-red    form .password textarea.hover,
.colour-scheme-red    form .password select:hover,
.colour-scheme-red    form .password select.hover,
.colour-scheme-red    form .textarea input[type=text]:hover,
.colour-scheme-red    form .textarea input[type=text].hover,
.colour-scheme-red    form .textarea input[type=password]:hover,
.colour-scheme-red    form .textarea input[type=password].hover,
.colour-scheme-red    form .textarea textarea:hover,
.colour-scheme-red    form .textarea textarea.hover,
.colour-scheme-red    form .textarea select:hover,
.colour-scheme-red    form .textarea select.hover,
.colour-scheme-red    form .select input[type=text]:hover,
.colour-scheme-red    form .select input[type=text].hover,
.colour-scheme-red    form .select input[type=password]:hover,
.colour-scheme-red    form .select input[type=password].hover,
.colour-scheme-red    form .select textarea:hover,
.colour-scheme-red    form .select textarea.hover,
.colour-scheme-red    form .select select:hover,
.colour-scheme-red    form .select select.hover {
  border-color: rgba(223,9,21,0.75);
}
form .text input[type=text]:focus,
form .text input[type=text].focus,
form .text input[type=password]:focus,
form .text input[type=password].focus,
form .text textarea:focus,
form .text textarea.focus,
form .text select:focus,
form .text select.focus,
form .password input[type=text]:focus,
form .password input[type=text].focus,
form .password input[type=password]:focus,
form .password input[type=password].focus,
form .password textarea:focus,
form .password textarea.focus,
form .password select:focus,
form .password select.focus,
form .textarea input[type=text]:focus,
form .textarea input[type=text].focus,
form .textarea input[type=password]:focus,
form .textarea input[type=password].focus,
form .textarea textarea:focus,
form .textarea textarea.focus,
form .textarea select:focus,
form .textarea select.focus,
form .select input[type=text]:focus,
form .select input[type=text].focus,
form .select input[type=password]:focus,
form .select input[type=password].focus,
form .select textarea:focus,
form .select textarea.focus,
form .select select:focus,
form .select select.focus {
  outline: none;
  background-color: #ffe6b3;
  border-color: #00a34f;
}
.colour-scheme-green  form .text input[type=text]:focus,
.colour-scheme-green  form .text input[type=text].focus,
.colour-scheme-green  form .text input[type=password]:focus,
.colour-scheme-green  form .text input[type=password].focus,
.colour-scheme-green  form .text textarea:focus,
.colour-scheme-green  form .text textarea.focus,
.colour-scheme-green  form .text select:focus,
.colour-scheme-green  form .text select.focus,
.colour-scheme-green  form .password input[type=text]:focus,
.colour-scheme-green  form .password input[type=text].focus,
.colour-scheme-green  form .password input[type=password]:focus,
.colour-scheme-green  form .password input[type=password].focus,
.colour-scheme-green  form .password textarea:focus,
.colour-scheme-green  form .password textarea.focus,
.colour-scheme-green  form .password select:focus,
.colour-scheme-green  form .password select.focus,
.colour-scheme-green  form .textarea input[type=text]:focus,
.colour-scheme-green  form .textarea input[type=text].focus,
.colour-scheme-green  form .textarea input[type=password]:focus,
.colour-scheme-green  form .textarea input[type=password].focus,
.colour-scheme-green  form .textarea textarea:focus,
.colour-scheme-green  form .textarea textarea.focus,
.colour-scheme-green  form .textarea select:focus,
.colour-scheme-green  form .textarea select.focus,
.colour-scheme-green  form .select input[type=text]:focus,
.colour-scheme-green  form .select input[type=text].focus,
.colour-scheme-green  form .select input[type=password]:focus,
.colour-scheme-green  form .select input[type=password].focus,
.colour-scheme-green  form .select textarea:focus,
.colour-scheme-green  form .select textarea.focus,
.colour-scheme-green  form .select select:focus,
.colour-scheme-green  form .select select.focus {
  border-color: #00a34f;
}
.colour-scheme-purple form .text input[type=text]:focus,
.colour-scheme-purple form .text input[type=text].focus,
.colour-scheme-purple form .text input[type=password]:focus,
.colour-scheme-purple form .text input[type=password].focus,
.colour-scheme-purple form .text textarea:focus,
.colour-scheme-purple form .text textarea.focus,
.colour-scheme-purple form .text select:focus,
.colour-scheme-purple form .text select.focus,
.colour-scheme-purple form .password input[type=text]:focus,
.colour-scheme-purple form .password input[type=text].focus,
.colour-scheme-purple form .password input[type=password]:focus,
.colour-scheme-purple form .password input[type=password].focus,
.colour-scheme-purple form .password textarea:focus,
.colour-scheme-purple form .password textarea.focus,
.colour-scheme-purple form .password select:focus,
.colour-scheme-purple form .password select.focus,
.colour-scheme-purple form .textarea input[type=text]:focus,
.colour-scheme-purple form .textarea input[type=text].focus,
.colour-scheme-purple form .textarea input[type=password]:focus,
.colour-scheme-purple form .textarea input[type=password].focus,
.colour-scheme-purple form .textarea textarea:focus,
.colour-scheme-purple form .textarea textarea.focus,
.colour-scheme-purple form .textarea select:focus,
.colour-scheme-purple form .textarea select.focus,
.colour-scheme-purple form .select input[type=text]:focus,
.colour-scheme-purple form .select input[type=text].focus,
.colour-scheme-purple form .select input[type=password]:focus,
.colour-scheme-purple form .select input[type=password].focus,
.colour-scheme-purple form .select textarea:focus,
.colour-scheme-purple form .select textarea.focus,
.colour-scheme-purple form .select select:focus,
.colour-scheme-purple form .select select.focus {
  border-color: #d6186a;
}
.colour-scheme-blue   form .text input[type=text]:focus,
.colour-scheme-blue   form .text input[type=text].focus,
.colour-scheme-blue   form .text input[type=password]:focus,
.colour-scheme-blue   form .text input[type=password].focus,
.colour-scheme-blue   form .text textarea:focus,
.colour-scheme-blue   form .text textarea.focus,
.colour-scheme-blue   form .text select:focus,
.colour-scheme-blue   form .text select.focus,
.colour-scheme-blue   form .password input[type=text]:focus,
.colour-scheme-blue   form .password input[type=text].focus,
.colour-scheme-blue   form .password input[type=password]:focus,
.colour-scheme-blue   form .password input[type=password].focus,
.colour-scheme-blue   form .password textarea:focus,
.colour-scheme-blue   form .password textarea.focus,
.colour-scheme-blue   form .password select:focus,
.colour-scheme-blue   form .password select.focus,
.colour-scheme-blue   form .textarea input[type=text]:focus,
.colour-scheme-blue   form .textarea input[type=text].focus,
.colour-scheme-blue   form .textarea input[type=password]:focus,
.colour-scheme-blue   form .textarea input[type=password].focus,
.colour-scheme-blue   form .textarea textarea:focus,
.colour-scheme-blue   form .textarea textarea.focus,
.colour-scheme-blue   form .textarea select:focus,
.colour-scheme-blue   form .textarea select.focus,
.colour-scheme-blue   form .select input[type=text]:focus,
.colour-scheme-blue   form .select input[type=text].focus,
.colour-scheme-blue   form .select input[type=password]:focus,
.colour-scheme-blue   form .select input[type=password].focus,
.colour-scheme-blue   form .select textarea:focus,
.colour-scheme-blue   form .select textarea.focus,
.colour-scheme-blue   form .select select:focus,
.colour-scheme-blue   form .select select.focus {
  border-color: #0082d6;
}
.colour-scheme-red    form .text input[type=text]:focus,
.colour-scheme-red    form .text input[type=text].focus,
.colour-scheme-red    form .text input[type=password]:focus,
.colour-scheme-red    form .text input[type=password].focus,
.colour-scheme-red    form .text textarea:focus,
.colour-scheme-red    form .text textarea.focus,
.colour-scheme-red    form .text select:focus,
.colour-scheme-red    form .text select.focus,
.colour-scheme-red    form .password input[type=text]:focus,
.colour-scheme-red    form .password input[type=text].focus,
.colour-scheme-red    form .password input[type=password]:focus,
.colour-scheme-red    form .password input[type=password].focus,
.colour-scheme-red    form .password textarea:focus,
.colour-scheme-red    form .password textarea.focus,
.colour-scheme-red    form .password select:focus,
.colour-scheme-red    form .password select.focus,
.colour-scheme-red    form .textarea input[type=text]:focus,
.colour-scheme-red    form .textarea input[type=text].focus,
.colour-scheme-red    form .textarea input[type=password]:focus,
.colour-scheme-red    form .textarea input[type=password].focus,
.colour-scheme-red    form .textarea textarea:focus,
.colour-scheme-red    form .textarea textarea.focus,
.colour-scheme-red    form .textarea select:focus,
.colour-scheme-red    form .textarea select.focus,
.colour-scheme-red    form .select input[type=text]:focus,
.colour-scheme-red    form .select input[type=text].focus,
.colour-scheme-red    form .select input[type=password]:focus,
.colour-scheme-red    form .select input[type=password].focus,
.colour-scheme-red    form .select textarea:focus,
.colour-scheme-red    form .select textarea.focus,
.colour-scheme-red    form .select select:focus,
.colour-scheme-red    form .select select.focus {
  border-color: #df0915;
}
form .text select,
form .password select,
form .textarea select,
form .select select {
  outline: none;
}
form .text select:active,
form .password select:active,
form .textarea select:active,
form .select select:active {
  outline: none;
}
form .date {
  font-size: 0;
  white-space: nowrap;
}
form .date > label {
  display: block;
  font-weight: bold;
  font-family: 'museo-sans-rounded', sans-serif;
  color: #444;
  font-size: 15px;
  padding-bottom: 5px;
}
.colour-scheme-green  form .date > label b {
  color: #00a34f;
}
.colour-scheme-purple form .date > label b {
  color: #d6186a;
}
.colour-scheme-blue   form .date > label b {
  color: #0082d6;
}
.colour-scheme-red    form .date > label b {
  color: #df0915;
}
form .date > label i {
  font-style: italic;
  font-weight: normal;
}
form .date.required > label:after {
  color: #EE3322;
  content: '*';
  display: inline;
}
form .date select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffd98c;
  padding: 2px 4px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border: 2px solid rgba(0,163,79,0.5);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  display: inline;
  width: auto;
  outline: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right-style: none;
}
.colour-scheme-green  form .date select {
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple form .date select {
  border-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   form .date select {
  border-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    form .date select {
  border-color: rgba(223,9,21,0.5);
}
form .date select:hover,
form .date select.hover {
  outline: none;
  background-color: #ffdf9f;
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-green  form .date select:hover,
.colour-scheme-green  form .date select.hover {
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-purple form .date select:hover,
.colour-scheme-purple form .date select.hover {
  border-color: rgba(214,24,106,0.75);
}
.colour-scheme-blue   form .date select:hover,
.colour-scheme-blue   form .date select.hover {
  border-color: rgba(0,130,214,0.75);
}
.colour-scheme-red    form .date select:hover,
.colour-scheme-red    form .date select.hover {
  border-color: rgba(223,9,21,0.75);
}
form .date select:focus,
form .date select.focus {
  outline: none;
  background-color: #ffe6b3;
  border-color: #00a34f;
}
.colour-scheme-green  form .date select:focus,
.colour-scheme-green  form .date select.focus {
  border-color: #00a34f;
}
.colour-scheme-purple form .date select:focus,
.colour-scheme-purple form .date select.focus {
  border-color: #d6186a;
}
.colour-scheme-blue   form .date select:focus,
.colour-scheme-blue   form .date select.focus {
  border-color: #0082d6;
}
.colour-scheme-red    form .date select:focus,
.colour-scheme-red    form .date select.focus {
  border-color: #df0915;
}
form .date select:active {
  outline: none;
}
form .date select + select {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left-style: none;
}
form .date select + select:not(form .date select + select + select + select) {
  border-right: none;
}
form .date select + select + select {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right-style: solid;
}
form .checkbox > fieldset > legend,
form .radio > fieldset > legend {
  display: block;
  font-weight: bold;
  font-family: 'museo-sans-rounded', sans-serif;
  color: #444;
  font-size: 15px;
  padding-bottom: 5px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.colour-scheme-green  form .checkbox > fieldset > legend b,
.colour-scheme-green  form .radio > fieldset > legend b {
  color: #00a34f;
}
.colour-scheme-purple form .checkbox > fieldset > legend b,
.colour-scheme-purple form .radio > fieldset > legend b {
  color: #d6186a;
}
.colour-scheme-blue   form .checkbox > fieldset > legend b,
.colour-scheme-blue   form .radio > fieldset > legend b {
  color: #0082d6;
}
.colour-scheme-red    form .checkbox > fieldset > legend b,
.colour-scheme-red    form .radio > fieldset > legend b {
  color: #df0915;
}
form .checkbox > fieldset > legend i,
form .radio > fieldset > legend i {
  font-style: italic;
  font-weight: normal;
}
form .checkbox input[type=checkbox],
form .checkbox input[type=radio],
form .radio input[type=checkbox],
form .radio input[type=radio] {
  display: none;
}
form .checkbox input[type=checkbox] + label,
form .checkbox input[type=radio] + label,
form .radio input[type=checkbox] + label,
form .radio input[type=radio] + label {
  padding: 2px 4px;
  padding-left: 24px;
  line-height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0,163,79,0);
  background: url(../img/sticker-icons/16x16/delete.png) no-repeat 4px 2px;
  cursor: default;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.colour-scheme-green  form .checkbox input[type=checkbox] + label,
.colour-scheme-green  form .checkbox input[type=radio] + label,
.colour-scheme-green  form .radio input[type=checkbox] + label,
.colour-scheme-green  form .radio input[type=radio] + label {
  border-color: rgba(0,163,79,0);
}
.colour-scheme-purple form .checkbox input[type=checkbox] + label,
.colour-scheme-purple form .checkbox input[type=radio] + label,
.colour-scheme-purple form .radio input[type=checkbox] + label,
.colour-scheme-purple form .radio input[type=radio] + label {
  border-color: rgba(214,24,106,0);
}
.colour-scheme-blue   form .checkbox input[type=checkbox] + label,
.colour-scheme-blue   form .checkbox input[type=radio] + label,
.colour-scheme-blue   form .radio input[type=checkbox] + label,
.colour-scheme-blue   form .radio input[type=radio] + label {
  border-color: rgba(0,130,214,0);
}
.colour-scheme-red    form .checkbox input[type=checkbox] + label,
.colour-scheme-red    form .checkbox input[type=radio] + label,
.colour-scheme-red    form .radio input[type=checkbox] + label,
.colour-scheme-red    form .radio input[type=radio] + label {
  border-color: rgba(223,9,21,0);
}
form .checkbox input[type=checkbox] + label:hover,
form .checkbox input[type=radio] + label:hover,
form .radio input[type=checkbox] + label:hover,
form .radio input[type=radio] + label:hover {
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-green  form .checkbox input[type=checkbox] + label:hover,
.colour-scheme-green  form .checkbox input[type=radio] + label:hover,
.colour-scheme-green  form .radio input[type=checkbox] + label:hover,
.colour-scheme-green  form .radio input[type=radio] + label:hover {
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple form .checkbox input[type=checkbox] + label:hover,
.colour-scheme-purple form .checkbox input[type=radio] + label:hover,
.colour-scheme-purple form .radio input[type=checkbox] + label:hover,
.colour-scheme-purple form .radio input[type=radio] + label:hover {
  border-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   form .checkbox input[type=checkbox] + label:hover,
.colour-scheme-blue   form .checkbox input[type=radio] + label:hover,
.colour-scheme-blue   form .radio input[type=checkbox] + label:hover,
.colour-scheme-blue   form .radio input[type=radio] + label:hover {
  border-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    form .checkbox input[type=checkbox] + label:hover,
.colour-scheme-red    form .checkbox input[type=radio] + label:hover,
.colour-scheme-red    form .radio input[type=checkbox] + label:hover,
.colour-scheme-red    form .radio input[type=radio] + label:hover {
  border-color: rgba(223,9,21,0.5);
}
form .checkbox input[type=checkbox]:checked + label,
form .checkbox input[type=radio]:checked + label,
form .radio input[type=checkbox]:checked + label,
form .radio input[type=radio]:checked + label {
  background-image: url(../img/sticker-icons/16x16/accept.png);
}
form .checkbox input[type=checkbox] + label + input[type=checkbox] +label,
form .checkbox input[type=checkbox] + label + input[type=radio] +label,
form .checkbox input[type=radio] + label + input[type=checkbox] +label,
form .checkbox input[type=radio] + label + input[type=radio] +label,
form .radio input[type=checkbox] + label + input[type=checkbox] +label,
form .radio input[type=checkbox] + label + input[type=radio] +label,
form .radio input[type=radio] + label + input[type=checkbox] +label,
form .radio input[type=radio] + label + input[type=radio] +label {
  margin-left: 10px;
}
form .radio:hover input[type=radio]:checked + label:not(:hover) {
  background-color: rgba(255,255,255,0.25);
  border-color: rgba(0,163,79,0.25);
}
.colour-scheme-green  form .radio:hover input[type=radio]:checked + label:not(:hover) {
  border-color: rgba(0,163,79,0.25);
}
.colour-scheme-purple form .radio:hover input[type=radio]:checked + label:not(:hover) {
  border-color: rgba(214,24,106,0.25);
}
.colour-scheme-blue   form .radio:hover input[type=radio]:checked + label:not(:hover) {
  border-color: rgba(0,130,214,0.25);
}
.colour-scheme-red    form .radio:hover input[type=radio]:checked + label:not(:hover) {
  border-color: rgba(223,9,21,0.25);
}
form .radio input[type=radio]:checked + label {
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,163,79,0.5);
  /*
	@schemecolour: @red;
	.colour-scheme-red    & { @schemecolour: @red;    }
	.colour-scheme-green  & { @schemecolour: @green;  }
	.colour-scheme-blue   & { @schemecolour: @blue;   }
	.colour-scheme-purple & { @schemecolour: @purple; }
				
				
				border-color: fade(@schemecolour,  50%);
				background: @schemecolour;
				*/
}
.colour-scheme-green  form .radio input[type=radio]:checked + label {
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple form .radio input[type=radio]:checked + label {
  border-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   form .radio input[type=radio]:checked + label {
  border-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    form .radio input[type=radio]:checked + label {
  border-color: rgba(223,9,21,0.5);
}
form .input.inline {
  position: relative;
  *zoom: 1;
  text-align: right;
}
form .input.inline:before,
form .input.inline:after {
  display: table;
  line-height: 0;
  content: "";
}
form .input.inline:after {
  clear: both;
}
form .input.inline > label {
  display: inline;
  width: auto;
  float: left;
}
form .input.inline > input:not([type=hidden]) {
  display: inline;
  width: auto;
  margin-left: 10px;
}
form .submit button {
  display: inline-block;
}
form .submit .select {
  display: inline-block;
  top: 0;
}
form .submit .select label {
  display: inline-block;
  margin: 0 10px;
}
form .submit .select select {
  display: inline-block;
  width: auto;
}
form .teaching-group-list > label {
  display: none;
}
form .xxteaching-group-list > label {
  font-weight: bold;
  font-family: 'museo-sans-rounded', sans-serif;
  color: #444;
}
form .xxteaching-group-list fieldset {
  padding-left: 150px;
  position: relative;
  *zoom: 1;
}
form .xxteaching-group-list fieldset:before,
form .xxteaching-group-list fieldset:after {
  display: table;
  line-height: 0;
  content: "";
}
form .xxteaching-group-list fieldset:after {
  clear: both;
}
form .xxteaching-group-list fieldset legend {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  margin: 0;
  text-indent: 0;
  display: block;
}
form .xxteaching-group-list fieldset .checkbox {
  float: left;
  margin-right: 10px;
}
form .select-spinner {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffd98c;
  padding: 2px 4px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border: 2px solid rgba(0,163,79,0.5);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 17px;
}
.colour-scheme-green  form .select-spinner {
  border-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple form .select-spinner {
  border-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   form .select-spinner {
  border-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    form .select-spinner {
  border-color: rgba(223,9,21,0.5);
}
form .select-spinner:hover,
form .select-spinner.hover {
  outline: none;
  background-color: #ffdf9f;
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-green  form .select-spinner:hover,
.colour-scheme-green  form .select-spinner.hover {
  border-color: rgba(0,163,79,0.75);
}
.colour-scheme-purple form .select-spinner:hover,
.colour-scheme-purple form .select-spinner.hover {
  border-color: rgba(214,24,106,0.75);
}
.colour-scheme-blue   form .select-spinner:hover,
.colour-scheme-blue   form .select-spinner.hover {
  border-color: rgba(0,130,214,0.75);
}
.colour-scheme-red    form .select-spinner:hover,
.colour-scheme-red    form .select-spinner.hover {
  border-color: rgba(223,9,21,0.75);
}
form .select-spinner:focus,
form .select-spinner.focus {
  outline: none;
  background-color: #ffe6b3;
  border-color: #00a34f;
}
.colour-scheme-green  form .select-spinner:focus,
.colour-scheme-green  form .select-spinner.focus {
  border-color: #00a34f;
}
.colour-scheme-purple form .select-spinner:focus,
.colour-scheme-purple form .select-spinner.focus {
  border-color: #d6186a;
}
.colour-scheme-blue   form .select-spinner:focus,
.colour-scheme-blue   form .select-spinner.focus {
  border-color: #0082d6;
}
.colour-scheme-red    form .select-spinner:focus,
.colour-scheme-red    form .select-spinner.focus {
  border-color: #df0915;
}
form .select-spinner .spinner-value {
  display: block;
  text-align: center;
}
form .select-spinner .spinner-prev {
  position: absolute;
  left: 4px;
  top: 2px;
  background: url(../img/sticker-icons/16x16/down.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
form .select-spinner .spinner-prev.disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
form .select-spinner .spinner-next {
  position: absolute;
  right: 4px;
  top: 2px;
  background: url(../img/sticker-icons/16x16/up.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
form .select-spinner .spinner-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
form .select-spinner .spinner-next.disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
table {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  border-collapse: separate;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead tr th {
  text-align: left;
  padding: 2px 4px;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  color: #333;
  background-color: #80c37d;
  color: #FFF;
  border: 2px solid #77ad75;
}
.colour-scheme-green  table thead tr th {
  background-color: #80c37d;
}
.colour-scheme-purple table thead tr th {
  background-color: #eb7e8b;
}
.colour-scheme-blue   table thead tr th {
  background-color: #80b3c1;
}
.colour-scheme-red    table thead tr th {
  background-color: #ef7660;
}
table thead tr th a {
  color: #333;
  /*
					&:hover, &:focus {
						color: mix(#333, @green, 50%);
						.colour-scheme-green  & { color: mix(#555, @green , 50%); }
						.colour-scheme-purple & { color: mix(#555, @purple, 50%); }
						.colour-scheme-blue   & { color: mix(#555, @blue  , 50%); }
						.colour-scheme-red    & { color: mix(#555, @red   , 50%); }
					}
					&:active {
						color: mix(#333, @green, 0%);
						.colour-scheme-green  & { color: mix(#555, @green , 0%); }
						.colour-scheme-purple & { color: mix(#555, @purple, 0%); }
						.colour-scheme-blue   & { color: mix(#555, @blue  , 0%); }
						.colour-scheme-red    & { color: mix(#555, @red   , 0%); }
					}
					*/
  text-decoration: none;
}
.colour-scheme-green  table thead tr th {
  border-color: #77ad75;
}
.colour-scheme-purple table thead tr th {
  border-color: #cd7580;
}
.colour-scheme-blue   table thead tr th {
  border-color: #77a0ab;
}
.colour-scheme-red    table thead tr th {
  border-color: #d06f5e;
}
table thead tr th:not(:first-child) {
  border-left: none;
}
table thead tr:not(:first-child) th {
  border-top: none;
}
table thead tr:last-child th {
  border-bottom: 2px solid #555;
}
table thead tr:first-child th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead tr:first-child th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead tr:first-child th:first-child:last-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead tr:not(:last-child) th {
  text-align: center;
}
table tbody tr th {
  text-align: left;
  padding: 2px 8px;
  font-weight: bold;
  background-color: #ffdd9a;
}
table tbody tr:nth-child(2n) th {
  background-color: #ffe6b3;
}
table tbody tr td {
  background-color: #ffdd9a;
}
table tbody tr:nth-child(2n) td {
  background-color: #ffe6b3;
}
table tbody tr td {
  text-align: left;
  padding: 2px 4px;
}
table tbody tr td .button-holder {
  white-space: nowrap;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
table tbody tr td .button-holder button,
table tbody tr td .button-holder .button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 6px;
  margin: 0 3px;
  font-weight: normal;
  text-shadow: none;
}
table tbody tr td .button-holder button:first-child,
table tbody tr td .button-holder .button:first-child {
  margin-left: 0;
}
table tbody tr.disabled-school td {
  background-color: #ccc;
}
table tbody tr.disabled-school:nth-child(2n) td {
  background-color: #ddd;
}
table tbody tr:hover td .button-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}
table tbody tr.even td {
  background-color: #ffdd9a;
}
table tbody tr.odd td {
  background-color: #ffe6b3;
}
table tbody tr.toggler {
  cursor: pointer;
}
table tbody tr.toggler:hover td {
  background-color: #80c481;
}
.colour-scheme-green  table tbody tr.toggler:hover td {
  background-color: #80c481;
}
.colour-scheme-purple table tbody tr.toggler:hover td {
  background-color: #eb7f8e;
}
.colour-scheme-blue   table tbody tr.toggler:hover td {
  background-color: #80b4c4;
}
.colour-scheme-red    table tbody tr.toggler:hover td {
  background-color: #ef7764;
}
table tbody tr.toggler.active td {
  background-color: #00a34f;
  color: #FFF;
}
.colour-scheme-green  table tbody tr.toggler.active td {
  background-color: #00a34f;
}
.colour-scheme-purple table tbody tr.toggler.active td {
  background-color: #d6186a;
}
.colour-scheme-blue   table tbody tr.toggler.active td {
  background-color: #0082d6;
}
.colour-scheme-red    table tbody tr.toggler.active td {
  background-color: #df0915;
}
table tbody tr.togglable td {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
table tbody tr.togglable td > div > div {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid transparent;
  border-top-style: none;
}
table tbody tr.togglable.active td > div > div {
  border-color: #00a34f;
}
.colour-scheme-green  table tbody tr.togglable.active td > div > div {
  border-color: #00a34f;
}
.colour-scheme-purple table tbody tr.togglable.active td > div > div {
  border-color: #d6186a;
}
.colour-scheme-blue   table tbody tr.togglable.active td > div > div {
  border-color: #0082d6;
}
.colour-scheme-red    table tbody tr.togglable.active td > div > div {
  border-color: #df0915;
}
table tbody tr.hidden {
  display: none;
}
.table-wrapper ul.pages {
  font-size: 90%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.table-wrapper ul.pages li {
  display: inline;
  margin-left: 1px;
  cursor: pointer;
  padding: 1px 4px;
  border: 1px solid #FFCC66;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table-wrapper ul.pages li:hover {
  background-color: #80c481;
}
.colour-scheme-green  .table-wrapper ul.pages li:hover {
  background-color: #80c481;
}
.colour-scheme-purple .table-wrapper ul.pages li:hover {
  background-color: #eb7f8e;
}
.colour-scheme-blue   .table-wrapper ul.pages li:hover {
  background-color: #80b4c4;
}
.colour-scheme-red    .table-wrapper ul.pages li:hover {
  background-color: #ef7764;
}
.table-wrapper ul.pages li.active {
  background-color: #00a34f;
  color: #FFF;
}
.colour-scheme-green  .table-wrapper ul.pages li.active {
  background-color: #00a34f;
}
.colour-scheme-purple .table-wrapper ul.pages li.active {
  background-color: #d6186a;
}
.colour-scheme-blue   .table-wrapper ul.pages li.active {
  background-color: #0082d6;
}
.colour-scheme-red    .table-wrapper ul.pages li.active {
  background-color: #df0915;
}
.table-wrapper ul.pages li a {
  color: #333;
  text-decoration: none;
}
.table-wrapper ul.pages li.current {
  cursor: default;
  background-color: #00a34f;
  border-color: #FFF;
  color: #FFF;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.colour-scheme-green  .table-wrapper ul.pages li.current {
  background-color: #00a34f;
}
.colour-scheme-purple .table-wrapper ul.pages li.current {
  background-color: #d6186a;
}
.colour-scheme-blue   .table-wrapper ul.pages li.current {
  background-color: #0082d6;
}
.colour-scheme-red    .table-wrapper ul.pages li.current {
  background-color: #df0915;
}
.filter-menu {
  padding: 0;
  list-style: none;
}
.filter-menu li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  height: auto;
  max-height: 30px;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  /*
		&:hover {
			.toggler {
				&.collapsed {
					.rotate(30deg);
				}
				&.expanded {
					.rotate(60deg);
				}
			}
		}
		*/
}
.filter-menu li a {
  padding: 2px 6px 2px 4px;
  background-color: #FFE3AB;
  border-left: 2px solid #FFE3AB;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  z-index: 1;
  background-image: none;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}
.filter-menu li a:hover {
  color: #FFF;
  background-color: #80c37d;
  border-left-color: #80c37d;
}
.colour-scheme-green  .filter-menu li a:hover {
  background-color: #80c37d;
  border-left-color: #80c37d;
}
.colour-scheme-purple .filter-menu li a:hover {
  background-color: #eb7e8b;
  border-left-color: #eb7e8b;
}
.colour-scheme-blue   .filter-menu li a:hover {
  background-color: #80b3c1;
  border-left-color: #80b3c1;
}
.colour-scheme-red    .filter-menu li a:hover {
  background-color: #ef7660;
  border-left-color: #ef7660;
}
.filter-menu li a small {
  font-size: 80%;
  font-style: italic;
  position: absolute;
  right: 8px;
  line-height: 1.6875;
}
.filter-menu li:nth-child(2n) a {
  background-color: #FFDC95;
  border-left-color: #FFDC95;
}
.filter-menu li:nth-child(2n) a:hover {
  background-color: #80c072;
  border-left-color: #80c072;
}
.colour-scheme-green  .filter-menu li:nth-child(2n) a:hover {
  background-color: #80c072;
  border-left-color: #80c072;
}
.colour-scheme-purple .filter-menu li:nth-child(2n) a:hover {
  background-color: #eb7a80;
  border-left-color: #eb7a80;
}
.colour-scheme-blue   .filter-menu li:nth-child(2n) a:hover {
  background-color: #80afb6;
  border-left-color: #80afb6;
}
.colour-scheme-red    .filter-menu li:nth-child(2n) a:hover {
  background-color: #ef7355;
  border-left-color: #ef7355;
}
.filter-menu li.odd a {
  background-color: #FFE3AB;
  border-left-color: #FFE3AB;
}
.filter-menu li.odd a:hover {
  background-color: #80c37d;
  border-left-color: #80c37d;
}
.colour-scheme-green  .filter-menu li.odd a:hover {
  background-color: #80c37d;
  border-left-color: #80c37d;
}
.colour-scheme-purple .filter-menu li.odd a:hover {
  background-color: #eb7e8b;
  border-left-color: #eb7e8b;
}
.colour-scheme-blue   .filter-menu li.odd a:hover {
  background-color: #80b3c1;
  border-left-color: #80b3c1;
}
.colour-scheme-red    .filter-menu li.odd a:hover {
  background-color: #ef7660;
  border-left-color: #ef7660;
}
.filter-menu li.even a {
  background-color: #FFDC95;
  border-left-color: #FFDC95;
}
.filter-menu li.even a:hover {
  background-color: #80c072;
  border-left-color: #80c072;
}
.colour-scheme-green  .filter-menu li.even a:hover {
  background-color: #80c072;
  border-left-color: #80c072;
}
.colour-scheme-purple .filter-menu li.even a:hover {
  background-color: #eb7a80;
  border-left-color: #eb7a80;
}
.colour-scheme-blue   .filter-menu li.even a:hover {
  background-color: #80afb6;
  border-left-color: #80afb6;
}
.colour-scheme-red    .filter-menu li.even a:hover {
  background-color: #ef7355;
  border-left-color: #ef7355;
}
.filter-menu li.selected a {
  color: #FFF;
  background-color: #00A34F;
  border-left-color: #00A34F;
}
.colour-scheme-green  .filter-menu li.selected a {
  background-color: #00A34F;
  border-left-color: #00A34F;
}
.colour-scheme-purple .filter-menu li.selected a {
  background-color: #D6186A;
  border-left-color: #D6186A;
}
.colour-scheme-blue   .filter-menu li.selected a {
  background-color: #0082D6;
  border-left-color: #0082D6;
}
.colour-scheme-red    .filter-menu li.selected a {
  background-color: #DF0915;
  border-left-color: #DF0915;
}
.filter-menu li.toggled a {
  border-left-color: #00A34F;
}
.colour-scheme-green  .filter-menu li.toggled a {
  border-left-color: #00A34F;
}
.colour-scheme-purple .filter-menu li.toggled a {
  border-left-color: #D6186A;
}
.colour-scheme-blue   .filter-menu li.toggled a {
  border-left-color: #0082D6;
}
.colour-scheme-red    .filter-menu li.toggled a {
  border-left-color: #DF0915;
}
.filter-menu li.checked a {
  padding-left: 20px;
  background-image: url(../img/sticker-icons/16x16/accept.png);
}
.filter-menu li.unchecked a {
  padding-left: 20px;
  background-image: url(../img/sticker-icons/16x16/delete.png);
}
.filter-menu li.indeterminate a {
  padding-left: 20px;
  background-image: url(../img/ui-check-box-mix.png);
}
.filter-menu li .indent {
  float: left;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
}
.filter-menu li .toggler {
  float: left;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
  background-image: url(../img/arrow-right.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  /* AARGH: Won't work because of the arrow shadow */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filter-menu li .toggler.collapsed {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filter-menu li .toggler.expanded {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter-menu li.hidden {
  max-height: 0;
}
.filter-menu li .printouts {
  position: absolute;
  right: 100px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/printer-small.png);
  z-index: 2;
}
.filter-menu li.hidden-by-filter {
  display: none;
}
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0 10px 10px 10px;
  background: #FFE3AB;
}
.inline-list li {
  display: inline;
  display: inline-block;
  background: #FFE3AB;
  padding: 2px 4px;
  margin: 5px;
  background-image: none;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inline-list li:nth-child(2n) {
  background-color: #FFDC95;
}
.inline-list li a.delete {
  margin-left: 5px;
  position: relative;
  left: 2px;
  text-decoration: none;
  color: #333;
}
.inline-list li.group {
  display: block;
  padding-left: 7px;
  margin-right: 0;
  margin-left: 0;
  font-weight: bold;
  background-color: #FFDC95;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inline-list li.checked {
  padding-left: 20px;
  background-image: url(../img/sticker-icons/16x16/accept.png);
}
.inline-list li.unchecked {
  padding-left: 20px;
  background-image: url(../img/sticker-icons/16x16/delete.png);
}
.inline-list li.indeterminate {
  padding-left: 20px;
  background-image: url(../img/ui-check-box-mix.png);
}
.inline-list li.marked {
  color: #00a34f;
}
.colour-scheme-green  .inline-list li.marked {
  color: #00a34f;
}
.colour-scheme-purple .inline-list li.marked {
  color: #d6186a;
}
.colour-scheme-blue   .inline-list li.marked {
  color: #0082d6;
}
.colour-scheme-red    .inline-list li.marked {
  color: #df0915;
}
.inline-list li.checked,
.inline-list li.unchecked,
.inline-list li.indeterminate {
  background-color: transparent;
  cursor: pointer;
}
.inline-list li.checked:hover,
.inline-list li.unchecked:hover,
.inline-list li.indeterminate:hover {
  color: #FFF;
  background-color: #80c37d;
}
.colour-scheme-green  .inline-list li.checked:hover,
.colour-scheme-green  .inline-list li.unchecked:hover,
.colour-scheme-green  .inline-list li.indeterminate:hover {
  background-color: #80c37d;
}
.colour-scheme-purple .inline-list li.checked:hover,
.colour-scheme-purple .inline-list li.unchecked:hover,
.colour-scheme-purple .inline-list li.indeterminate:hover {
  background-color: #eb7e8b;
}
.colour-scheme-blue   .inline-list li.checked:hover,
.colour-scheme-blue   .inline-list li.unchecked:hover,
.colour-scheme-blue   .inline-list li.indeterminate:hover {
  background-color: #80b3c1;
}
.colour-scheme-red    .inline-list li.checked:hover,
.colour-scheme-red    .inline-list li.unchecked:hover,
.colour-scheme-red    .inline-list li.indeterminate:hover {
  background-color: #ef7660;
}
.inline-list li.checked:active,
.inline-list li.unchecked:active,
.inline-list li.indeterminate:active {
  color: #FFF;
  background-color: #1aa958;
}
.colour-scheme-green  .inline-list li.checked:active,
.colour-scheme-green  .inline-list li.unchecked:active,
.colour-scheme-green  .inline-list li.indeterminate:active {
  background-color: #1aa958;
}
.colour-scheme-purple .inline-list li.checked:active,
.colour-scheme-purple .inline-list li.unchecked:active,
.colour-scheme-purple .inline-list li.indeterminate:active {
  background-color: #da2c71;
}
.colour-scheme-blue   .inline-list li.checked:active,
.colour-scheme-blue   .inline-list li.unchecked:active,
.colour-scheme-blue   .inline-list li.indeterminate:active {
  background-color: #1a8cd2;
}
.colour-scheme-red    .inline-list li.checked:active,
.colour-scheme-red    .inline-list li.unchecked:active,
.colour-scheme-red    .inline-list li.indeterminate:active {
  background-color: #e21f24;
}
.filters .inline-list li {
  cursor: pointer;
}
.filters .inline-list li:hover {
  color: #FFF;
  background-color: #80c37d;
}
.colour-scheme-green  .filters .inline-list li:hover {
  background-color: #80c37d;
}
.colour-scheme-purple .filters .inline-list li:hover {
  background-color: #eb7e8b;
}
.colour-scheme-blue   .filters .inline-list li:hover {
  background-color: #80b3c1;
}
.colour-scheme-red    .filters .inline-list li:hover {
  background-color: #ef7660;
}
.filters .inline-list li:active {
  color: #FFF;
  background-color: #1aa958;
}
.colour-scheme-green  .filters .inline-list li:active {
  background-color: #1aa958;
}
.colour-scheme-purple .filters .inline-list li:active {
  background-color: #da2c71;
}
.colour-scheme-blue   .filters .inline-list li:active {
  background-color: #1a8cd2;
}
.colour-scheme-red    .filters .inline-list li:active {
  background-color: #e21f24;
}
.filters .inline-list li a.delete {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 1em;
  text-align: center;
}
.filters .inline-list li a.delete:hover {
  color: #FFF;
  background-color: #1aa958;
}
.colour-scheme-green  .filters .inline-list li a.delete:hover {
  background-color: #1aa958;
}
.colour-scheme-purple .filters .inline-list li a.delete:hover {
  background-color: #da2c71;
}
.colour-scheme-blue   .filters .inline-list li a.delete:hover {
  background-color: #1a8cd2;
}
.colour-scheme-red    .filters .inline-list li a.delete:hover {
  background-color: #e21f24;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
button {
  border: none;
  padding: 0;
}
a.button,
b.button,
button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #2A343E;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 4px 12px;
  text-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 0px 3px;
  -moz-box-shadow: #666 0px 0px 3px;
  box-shadow: #666 0px 0px 3px;
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
  /*
	background: #37B249;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81C341), to(#00A650));
	background: -moz-linear-gradient(#81C341, #00A650);
	background: linear-gradient(#81C341, #00A650);
	-pie-background: linear-gradient(#81C341, #00A650);
	
	&:hover {
		color: #DCD6A7;
	}
	
	&:active {
		color: #FFFFFF;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1A232D), to(#37424C));
		background: -moz-linear-gradient(#1A232D, #37424C);
		background: linear-gradient(#1A232D, #37424C);
		-pie-background: linear-gradient(#1A232D, #37424C);
	}
	*/
}
.colour-scheme-green  a.button,
.colour-scheme-green  b.button,
.colour-scheme-green  button {
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
}
.colour-scheme-purple a.button,
.colour-scheme-purple b.button,
.colour-scheme-purple button {
  background-color: #d82a75;
  background-image: -moz-linear-gradient(top,#e93884,#bf155f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e93884),to(#bf155f));
  background-image: -webkit-linear-gradient(top,#e93884,#bf155f);
  background-image: -o-linear-gradient(top,#e93884,#bf155f);
  background-image: linear-gradient(to bottom,#e93884,#bf155f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe83884', endColorstr='#ffbf155e', GradientType=0);
}
.colour-scheme-blue   a.button,
.colour-scheme-blue   b.button,
.colour-scheme-blue   button {
  background-color: #068de4;
  background-image: -moz-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0a9fff),to(#0073bd));
  background-image: -webkit-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -o-linear-gradient(top,#0a9fff,#0073bd);
  background-image: linear-gradient(to bottom,#0a9fff,#0073bd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a9efe', endColorstr='#ff0072bc', GradientType=0);
}
.colour-scheme-red    a.button,
.colour-scheme-red    b.button,
.colour-scheme-red    button {
  background-color: #e31925;
  background-image: -moz-linear-gradient(top,#f62531,#c60813);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f62531),to(#c60813));
  background-image: -webkit-linear-gradient(top,#f62531,#c60813);
  background-image: -o-linear-gradient(top,#f62531,#c60813);
  background-image: linear-gradient(to bottom,#f62531,#c60813);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62430', endColorstr='#ffc60812', GradientType=0);
}
a.button:hover,
a.button:focus,
b.button:hover,
b.button:focus,
button:hover,
button:focus {
  color: #FFF;
  background-image: none;
  background-color: #00a34f;
}
.colour-scheme-green  a.button:hover,
.colour-scheme-green  a.button:focus,
.colour-scheme-green  b.button:hover,
.colour-scheme-green  b.button:focus,
.colour-scheme-green  button:hover,
.colour-scheme-green  button:focus {
  background-color: #00a34f;
}
.colour-scheme-purple a.button:hover,
.colour-scheme-purple a.button:focus,
.colour-scheme-purple b.button:hover,
.colour-scheme-purple b.button:focus,
.colour-scheme-purple button:hover,
.colour-scheme-purple button:focus {
  background-color: #d6186a;
}
.colour-scheme-blue   a.button:hover,
.colour-scheme-blue   a.button:focus,
.colour-scheme-blue   b.button:hover,
.colour-scheme-blue   b.button:focus,
.colour-scheme-blue   button:hover,
.colour-scheme-blue   button:focus {
  background-color: #0082d6;
}
.colour-scheme-red    a.button:hover,
.colour-scheme-red    a.button:focus,
.colour-scheme-red    b.button:hover,
.colour-scheme-red    b.button:focus,
.colour-scheme-red    button:hover,
.colour-scheme-red    button:focus {
  background-color: #df0915;
}
a.button:active,
b.button:active,
button:active {
  background-image: none;
  background-color: #007036;
}
.colour-scheme-green  a.button:active,
.colour-scheme-green  b.button:active,
.colour-scheme-green  button:active {
  background-color: #007036;
}
.colour-scheme-purple a.button:active,
.colour-scheme-purple b.button:active,
.colour-scheme-purple button:active {
  background-color: #a81353;
}
.colour-scheme-blue   a.button:active,
.colour-scheme-blue   b.button:active,
.colour-scheme-blue   button:active {
  background-color: #0063a3;
}
.colour-scheme-red    a.button:active,
.colour-scheme-red    b.button:active,
.colour-scheme-red    button:active {
  background-color: #ae0710;
}
button,
input[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.words-table {
  position: relative;
  /*
		outline: 2px solid @green;
		.colour-scheme-green  & { outline-color: @green; }
		.colour-scheme-purple & { outline-color: @purple; }
		.colour-scheme-blue   & { outline-color: @blue; }
		.colour-scheme-red    & { outline-color: @red; }
		*/
}
.words-table th:not(.section) {
  white-space: nowrap;
  cursor: default;
}
.words-table th.section {
  background-color: transparent;
  text-align: left;
  border-bottom: 2px solid #555555;
  padding: 2px 4px;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
}
.words-table tbody + tbody {
  padding-top: 10px;
}
.words-table tbody.drag-target {
  outline: 2px solid #555;
}
.words-table tbody.drag-target th.section {
  color: #FFF;
  background-color: #00A34F;
}
.colour-scheme-green  .words-table tbody.drag-target th.section {
  background-color: #00A34F;
}
.colour-scheme-purple .words-table tbody.drag-target th.section {
  background-color: #D6186A;
}
.colour-scheme-blue   .words-table tbody.drag-target th.section {
  background-color: #0082D6;
}
.colour-scheme-red    .words-table tbody.drag-target th.section {
  background-color: #DF0915;
}
.words-table td .inline-list {
  position: relative;
  background-color: transparent;
  margin: 0;
}
.words-table td .inline-list li {
  background-color: rgba(0,163,79,0);
  color: #333;
  cursor: default;
}
.colour-scheme-green  .words-table td .inline-list li {
  background-color: rgba(0,163,79,0);
}
.colour-scheme-purple .words-table td .inline-list li {
  background-color: rgba(214,24,106,0);
}
.colour-scheme-blue   .words-table td .inline-list li {
  background-color: rgba(0,130,214,0);
}
.colour-scheme-red    .words-table td .inline-list li {
  background-color: rgba(223,9,21,0);
}
.words-table td .inline-list li.selected,
.words-table td .inline-list li:hover {
  background-color: rgba(0,163,79,0.5);
  color: #FFF;
}
.colour-scheme-green  .words-table td .inline-list li.selected,
.colour-scheme-green  .words-table td .inline-list li:hover {
  background-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple .words-table td .inline-list li.selected,
.colour-scheme-purple .words-table td .inline-list li:hover {
  background-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   .words-table td .inline-list li.selected,
.colour-scheme-blue   .words-table td .inline-list li:hover {
  background-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    .words-table td .inline-list li.selected,
.colour-scheme-red    .words-table td .inline-list li:hover {
  background-color: rgba(223,9,21,0.5);
}
.words-table td .inline-list li.dragging {
  opacity: 0.5;
}
.words-table td .inline-list li.some-students {
  font-style: italic;
}
.words-table th:hover + td .inline-list li {
  background-color: rgba(0,163,79,0.5);
  color: #FFF;
}
.colour-scheme-green  .words-table th:hover + td .inline-list li {
  background-color: rgba(0,163,79,0.5);
}
.colour-scheme-purple .words-table th:hover + td .inline-list li {
  background-color: rgba(214,24,106,0.5);
}
.colour-scheme-blue   .words-table th:hover + td .inline-list li {
  background-color: rgba(0,130,214,0.5);
}
.colour-scheme-red    .words-table th:hover + td .inline-list li {
  background-color: rgba(223,9,21,0.5);
}
.words-table tr.clone th,
.words-table tr.clone td {
  background-color: transparent;
}
ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #7c7c7c;
  border-left-color: #c3c3c3;
  border-right-color: #c3c3c3;
  border-bottom-color: #ddd;
  background-color: #fff;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  z-index: 50;
  background-color: #fff;
}
ul.autocompleter-choices li {
  position: relative;
  margin: -2px 0 0 0;
  padding: 0.2em 1.5em 0.2em 1em;
  display: block;
  float: none !important;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.5em;
  color: #444;
}
ul.autocompleter-choices li b.id,
ul.autocompleter-choices li b.stage-id {
  display: none;
}
ul.autocompleter-choices li b.display {
  display: none;
}
ul.autocompleter-choices li span.autocompleter-queried {
  display: inline;
  float: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
ul.autocompleter-choices li.autocompleter-selected {
  background-color: #444;
  color: #fff;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color: #9FCFFF;
}
.assessment_selection input {
  margin: 0;
  padding: 1rem;
  width: 100%;
  display: block;
}
html {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
body {
  background: #FFCC66;
  color: #333333;
  line-height: 1.35;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  /*min-height: 100.1%;*/
  position: relative;
  /* Space for footer */
  padding-bottom: 32px;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
.table-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6,
table p,
table ul,
table ol,
table dl,
table .table-wrapper {
  margin-left: 0;
  margin-right: 0;
}
h1 {
  font-size: 2em;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  border-bottom: 2px dotted #bf994d;
  margin-bottom: 20px;
}
h1 a {
  text-decoration: none;
  color: #1a6b41;
}
.colour-scheme-green  h1 a {
  color: #1a6b41;
}
.colour-scheme-purple h1 a {
  color: #85264f;
}
.colour-scheme-blue   h1 a {
  color: #1a5b85;
}
.colour-scheme-red    h1 a {
  color: #891e24;
}
h1 a:focus,
h1 a:hover {
  color: #00A34F;
}
.colour-scheme-green  h1 a:focus,
.colour-scheme-green  h1 a:hover {
  color: #00A34F;
}
.colour-scheme-purple h1 a:focus,
.colour-scheme-purple h1 a:hover {
  color: #D6186A;
}
.colour-scheme-blue   h1 a:focus,
.colour-scheme-blue   h1 a:hover {
  color: #0082D6;
}
.colour-scheme-red    h1 a:focus,
.colour-scheme-red    h1 a:hover {
  color: #DF0915;
}
h1 ul.options {
  font-size: 0.4em;
  float: right;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 0.3em;
  line-height: 1.35;
}
h1 ul.options li {
  display: inline;
}
h1 ul.options li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #2A343E;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 4px 12px;
  text-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 0px 3px;
  -moz-box-shadow: #666 0px 0px 3px;
  box-shadow: #666 0px 0px 3px;
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
  /*
	background: #37B249;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81C341), to(#00A650));
	background: -moz-linear-gradient(#81C341, #00A650);
	background: linear-gradient(#81C341, #00A650);
	-pie-background: linear-gradient(#81C341, #00A650);
	
	&:hover {
		color: #DCD6A7;
	}
	
	&:active {
		color: #FFFFFF;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1A232D), to(#37424C));
		background: -moz-linear-gradient(#1A232D, #37424C);
		background: linear-gradient(#1A232D, #37424C);
		-pie-background: linear-gradient(#1A232D, #37424C);
	}
	*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 6px;
  margin: 0 3px;
  font-weight: normal;
  text-shadow: none;
}
.colour-scheme-green  h1 ul.options li a {
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
}
.colour-scheme-purple h1 ul.options li a {
  background-color: #d82a75;
  background-image: -moz-linear-gradient(top,#e93884,#bf155f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e93884),to(#bf155f));
  background-image: -webkit-linear-gradient(top,#e93884,#bf155f);
  background-image: -o-linear-gradient(top,#e93884,#bf155f);
  background-image: linear-gradient(to bottom,#e93884,#bf155f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe83884', endColorstr='#ffbf155e', GradientType=0);
}
.colour-scheme-blue   h1 ul.options li a {
  background-color: #068de4;
  background-image: -moz-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0a9fff),to(#0073bd));
  background-image: -webkit-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -o-linear-gradient(top,#0a9fff,#0073bd);
  background-image: linear-gradient(to bottom,#0a9fff,#0073bd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a9efe', endColorstr='#ff0072bc', GradientType=0);
}
.colour-scheme-red    h1 ul.options li a {
  background-color: #e31925;
  background-image: -moz-linear-gradient(top,#f62531,#c60813);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f62531),to(#c60813));
  background-image: -webkit-linear-gradient(top,#f62531,#c60813);
  background-image: -o-linear-gradient(top,#f62531,#c60813);
  background-image: linear-gradient(to bottom,#f62531,#c60813);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62430', endColorstr='#ffc60812', GradientType=0);
}
h1 ul.options li a:hover,
h1 ul.options li a:focus {
  color: #FFF;
  background-image: none;
  background-color: #00a34f;
}
.colour-scheme-green  h1 ul.options li a:hover,
.colour-scheme-green  h1 ul.options li a:focus {
  background-color: #00a34f;
}
.colour-scheme-purple h1 ul.options li a:hover,
.colour-scheme-purple h1 ul.options li a:focus {
  background-color: #d6186a;
}
.colour-scheme-blue   h1 ul.options li a:hover,
.colour-scheme-blue   h1 ul.options li a:focus {
  background-color: #0082d6;
}
.colour-scheme-red    h1 ul.options li a:hover,
.colour-scheme-red    h1 ul.options li a:focus {
  background-color: #df0915;
}
h1 ul.options li a:active {
  background-image: none;
  background-color: #007036;
}
.colour-scheme-green  h1 ul.options li a:active {
  background-color: #007036;
}
.colour-scheme-purple h1 ul.options li a:active {
  background-color: #a81353;
}
.colour-scheme-blue   h1 ul.options li a:active {
  background-color: #0063a3;
}
.colour-scheme-red    h1 ul.options li a:active {
  background-color: #ae0710;
}
h1 ul.options li a:first-child {
  margin-left: 0;
}
h2 {
  font-size: 1.5em;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  border-bottom: 2px dotted #bf994d;
  position: relative;
}
h2 ul.options {
  font-size: 0.53333333333333em;
  float: right;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 0.4em;
}
h2 ul.options li {
  display: inline;
}
h2 ul.options li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #2A343E;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 4px 12px;
  text-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 0px 3px;
  -moz-box-shadow: #666 0px 0px 3px;
  box-shadow: #666 0px 0px 3px;
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
  /*
	background: #37B249;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81C341), to(#00A650));
	background: -moz-linear-gradient(#81C341, #00A650);
	background: linear-gradient(#81C341, #00A650);
	-pie-background: linear-gradient(#81C341, #00A650);
	
	&:hover {
		color: #DCD6A7;
	}
	
	&:active {
		color: #FFFFFF;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1A232D), to(#37424C));
		background: -moz-linear-gradient(#1A232D, #37424C);
		background: linear-gradient(#1A232D, #37424C);
		-pie-background: linear-gradient(#1A232D, #37424C);
	}
	*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 6px;
  margin: 0 3px;
  font-weight: normal;
  text-shadow: none;
}
.colour-scheme-green  h2 ul.options li a {
  background-color: #00b759;
  background-image: -moz-linear-gradient(top,#00d668,#008a43);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d668),to(#008a43));
  background-image: -webkit-linear-gradient(top,#00d668,#008a43);
  background-image: -o-linear-gradient(top,#00d668,#008a43);
  background-image: linear-gradient(to bottom,#00d668,#008a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d567', endColorstr='#ff008942', GradientType=0);
}
.colour-scheme-purple h2 ul.options li a {
  background-color: #d82a75;
  background-image: -moz-linear-gradient(top,#e93884,#bf155f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e93884),to(#bf155f));
  background-image: -webkit-linear-gradient(top,#e93884,#bf155f);
  background-image: -o-linear-gradient(top,#e93884,#bf155f);
  background-image: linear-gradient(to bottom,#e93884,#bf155f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe83884', endColorstr='#ffbf155e', GradientType=0);
}
.colour-scheme-blue   h2 ul.options li a {
  background-color: #068de4;
  background-image: -moz-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0a9fff),to(#0073bd));
  background-image: -webkit-linear-gradient(top,#0a9fff,#0073bd);
  background-image: -o-linear-gradient(top,#0a9fff,#0073bd);
  background-image: linear-gradient(to bottom,#0a9fff,#0073bd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a9efe', endColorstr='#ff0072bc', GradientType=0);
}
.colour-scheme-red    h2 ul.options li a {
  background-color: #e31925;
  background-image: -moz-linear-gradient(top,#f62531,#c60813);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f62531),to(#c60813));
  background-image: -webkit-linear-gradient(top,#f62531,#c60813);
  background-image: -o-linear-gradient(top,#f62531,#c60813);
  background-image: linear-gradient(to bottom,#f62531,#c60813);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62430', endColorstr='#ffc60812', GradientType=0);
}
h2 ul.options li a:hover,
h2 ul.options li a:focus {
  color: #FFF;
  background-image: none;
  background-color: #00a34f;
}
.colour-scheme-green  h2 ul.options li a:hover,
.colour-scheme-green  h2 ul.options li a:focus {
  background-color: #00a34f;
}
.colour-scheme-purple h2 ul.options li a:hover,
.colour-scheme-purple h2 ul.options li a:focus {
  background-color: #d6186a;
}
.colour-scheme-blue   h2 ul.options li a:hover,
.colour-scheme-blue   h2 ul.options li a:focus {
  background-color: #0082d6;
}
.colour-scheme-red    h2 ul.options li a:hover,
.colour-scheme-red    h2 ul.options li a:focus {
  background-color: #df0915;
}
h2 ul.options li a:active {
  background-image: none;
  background-color: #007036;
}
.colour-scheme-green  h2 ul.options li a:active {
  background-color: #007036;
}
.colour-scheme-purple h2 ul.options li a:active {
  background-color: #a81353;
}
.colour-scheme-blue   h2 ul.options li a:active {
  background-color: #0063a3;
}
.colour-scheme-red    h2 ul.options li a:active {
  background-color: #ae0710;
}
h2 ul.options li a:first-child {
  margin-left: 0;
}
h2 ul.options li a.disabled {
  cursor: default;
  opacity: 0.5;
}
#content > h1:first-child {
  /*
		left: 0; top: -53px;
		right: 0;
		height: 43px;
		*/
  position: absolute;
  position: relative;
  height: 43px;
  margin-top: -53px;
  border-bottom: none;
  line-height: 43px;
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 0 2px rgba(0,0,0,0.3);
}
#content > h1:first-child > a {
  padding: 2px 8px;
  color: #FFF;
  border-radius: 8px;
}
#content > h1:first-child > a:hover,
#content > h1:first-child > a:focus {
  background: rgba(255,255,255,0.3);
}
#content > h1:first-child > i {
  position: relative;
  display: inline-block;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -o-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  left: -10px;
  top: -1px;
  box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
}
#content > h1:first-child ul.options {
  margin-top: 10px;
}
#content {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#headband .inner,
#header .inner,
#nav .inner,
#footer .inner {
  width: 960px;
  margin: 0 auto;
}
#headband {
  background: url(../img/headband-bg.png) repeat-x 50% 0;
  height: 42px;
}
#header {
  background: url(../img/header.png) repeat-x 50% 0;
  height: 147px;
}
#header > .inner {
  position: relative;
}
#header #logo {
  display: block;
  background: url(../img/logo.png) no-repeat 0 0;
  width: 331px;
  height: 120px;
  overflow: hidden;
  text-indent: -9999px;
}
#header ul {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0px;
  top: 20px;
  list-style: none;
}
#header ul li {
  display: inline;
  text-align: center;
  margin: 10px;
}
#header ul li a,
#header ul li b {
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
}
#header ul li a img,
#header ul li b img {
  display: inline;
}
#header ul li a .caption,
#header ul li b .caption {
  display: block;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
#header ul li b {
  background: rgba(255,255,255,0.5);
}
#header ul li a:hover {
  background: rgba(255,255,255,0.5);
}
#nav {
  background: url(../img/masthead.png) repeat-x 50% 0;
  height: 55px;
}
#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003D4C;
  min-height: 16px;
  z-index: 9999;
}
#UserLoginForm {
  position: relative;
  width: 50%;
  left: 25%;
}
.accordion-toggler h2 {
  cursor: pointer;
  background: #ffd98c;
  border-bottom: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.accordion-toggler h2:hover {
  background: #ffe6b3;
}
.dynamic {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.topic-printouts {
  position: relative;
  /*
	.transition-property('max-height');
	.transition-duration(2s);
	*/
  overflow: hidden;
  max-height: 9999px;
}
.topic-printouts.hidden {
  max-height: 0px;
}
#make-printout-buttons {
  margin-bottom: 20px;
}
#make-printout-buttons a.button {
  display: block;
}
.spinner {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  z-index: 999;
  background: #fff;
}
.spinner-msg {
  text-align: center;
  font-weight: bold;
}
.spinner-img {
  background: url(../img/spinner.gif) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dialog-anim {
  position: fixed;
  background: #FFF;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 1002;
}
.dialog {
  position: fixed;
  max-width: 640px;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
  z-index: 1003;
  background: #FFCC66;
  border: 2px solid #555555;
  padding: 10px;
}
.dialog .dialog-loader {
  position: relative;
}
.popup-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.popup {
  position: absolute;
  z-index: 1003;
}
#progress-chart-holder {
  background-color: #ffe6b3;
}
#PrintoutPrintoutForm button {
  margin-right: 10px;
  width: 140px;
}
.mask {
  background-color: #FFCC66;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .masked {
    -webkit-filter: blur(1.5px);
  }
  .masked .mask {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
}
form#AssessmentSheetSheetForm .button-holder {
  float: right;
  margin: 10px;
  position: relative;
  z-index: 1;
}
form#AssessmentSheetSheetForm .stage-options {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
}
form#AssessmentSheetSheetForm .stage-options:before,
form#AssessmentSheetSheetForm .stage-options:after {
  display: table;
  line-height: 0;
  content: "";
}
form#AssessmentSheetSheetForm .stage-options:after {
  clear: both;
}
form#AssessmentSheetSheetForm .stage-options > label {
  display: block;
  margin: 0 10px;
}
form#AssessmentSheetSheetForm .stage-options fieldset {
  float: left;
  width: 25%;
}
form#AssessmentSheetSheetForm .stage-options fieldset legend {
  display: none;
}
form#AssessmentSheetSheetForm .stage-options fieldset .checkbox {
  margin: 0 10px;
}
.accordion-tabs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 10px;
  *zoom: 1;
  border-bottom: 2px solid #917f5b;
}
.accordion-tabs:before,
.accordion-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}
.accordion-tabs:after {
  clear: both;
}
.accordion-tabs li {
  float: left;
  text-align: center;
  padding: 10px 30px;
  margin: 10px 10px 0 10px;
  border: 2px solid #917f5b;
  border-bottom-color: #917f5b;
  position: relative;
  top: 2px;
  cursor: pointer;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  background-color: #FFCC66;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}
.accordion-tabs li:first-child {
  margin-left: 20px;
}
.accordion-tabs li.colour-scheme-green {
  background-color: #40ad55;
  border-color: #007036;
  border-bottom-color: #487749;
}
.accordion-tabs li.colour-scheme-purple {
  background-color: #e04569;
  border-color: #a81353;
  border-bottom-color: #9c4957;
}
.accordion-tabs li.colour-scheme-blue {
  background-color: #4095ba;
  border-color: #0063a3;
  border-bottom-color: #48717f;
}
.accordion-tabs li.colour-scheme-red {
  background-color: #e73a29;
  border-color: #ae0710;
  border-bottom-color: #9f4336;
}
.accordion-tabs li:hover.colour-scheme-green {
  background-color: #80b85b;
  border-color: #008a43;
  border-bottom-color: #917f5b;
}
.accordion-tabs li:hover.colour-scheme-purple {
  background-color: #eb7268;
  border-color: #bf155f;
  border-bottom-color: #917f5b;
}
.accordion-tabs li:hover.colour-scheme-blue {
  background-color: #80a79e;
  border-color: #0073bd;
  border-bottom-color: #917f5b;
}
.accordion-tabs li:hover.colour-scheme-red {
  background-color: #ef6b3e;
  border-color: #c60813;
  border-bottom-color: #917f5b;
}
.accordion-tabs li img {
  display: block;
  margin: 0 auto;
}
.accordion-tabs li.active {
  background-color: #ffd47d;
  border-color: #917f5b;
  border-bottom-color: #ffd47d;
  color: #333;
}
.accordion-tabs li.active:hover {
  background-color: #ffd47d;
  border-color: #917f5b;
  border-bottom-color: #ffd47d;
  color: #333;
}
.accordion-panes {
  padding-top: 10px;
  border: 2px solid #917f5b;
  border-top: none;
  background: #ffd47d;
}
table.printouts tr.printout-details td {
  padding-top: 0;
  padding-bottom: 0;
}
table tbody td.year_group {
  text-align: center;
}
table tbody td.trugs_stage {
  text-align: center;
}
table tbody th ~ td.year_group,
table tbody th ~ td.trugs_stage {
  text-align: left;
}
.filters {
  /*margin: 0 10px 10px 10px;*/
  *zoom: 1;
  margin: 0;
  background: transparent;
}
.filters:before,
.filters:after {
  display: table;
  line-height: 0;
  content: "";
}
.filters:after {
  clear: both;
}
.filters h2 {
  display: inline-block;
  border-bottom: none;
  font-size: 100%;
  margin: 5px 4px;
}
.filters ul.inline-list {
  display: inline-block;
  background: transparent;
  position: relative;
  left: -5px;
  margin: 5px 10px;
}
.filters ul.inline-list li.placeholder {
  background: transparent;
  font-style: italic;
}
.filters form .input {
  float: right;
  width: 250px;
  margin: 5px 10px;
}
.filters form .input input {
  margin-top: 5px;
}
form.naked {
  display: inline;
  padding: 0;
}
