/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'QAvenir';
  src: url("fonts/Avenir-35Light.eot");
  src: url("fonts/Avenir-35Light.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-35Light.woff") format("woff"), url("fonts/Avenir-35Light.ttf") format("truetype"), url("fonts/Avenir-35Light.svg#Avenir-35Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'QAvenir';
  src: url("fonts/Avenir-55Roman.eot");
  src: url("fonts/Avenir-55Roman.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-55Roman.woff") format("woff"), url("fonts/Avenir-55Roman.ttf") format("truetype"), url("fonts/Avenir-55Roman.svg#Avenir-55Roman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'QAvenir';
  src: url("fonts/Avenir-85Heavy.eot");
  src: url("fonts/Avenir-85Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-85Heavy.woff") format("woff"), url("fonts/Avenir-85Heavy.ttf") format("truetype"), url("fonts/Avenir-85Heavy.svg#Avenir-85Heavy") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'requalif-icons';
  src: url("fonts/requalif-icons.eot?mr221n");
  src: url("fonts/requalif-icons.eot?mr221n#iefix") format("embedded-opentype"), url("fonts/requalif-icons.ttf?mr221n") format("truetype"), url("fonts/requalif-icons.woff?mr221n") format("woff"), url("fonts/requalif-icons.svg?mr221n#requalif-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-visit,
.icon-kids,
.icon-profile,
.icon-mobile {
  font-family: 'requalif-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e959"; }

.icon-visit:before {
  content: "\e800"; }

.icon-kids:before {
  content: "\e801"; }

.icon-profile:before {
  content: "\e802"; }

*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #263b56; }

::-moz-placeholder {
  color: #263b56; }

:-ms-input-placeholder {
  color: #263b56; }

:-moz-placeholder {
  color: #263b56;
  opacity: 1; }

.floating {
  position: absolute; }

.dmi-blueRadialGradientBackground {
  display: none; }

#dmi-globalHeader {
  width: 100%;
  background-color: transparent; }

body {
  background-color: #13337b;
  background-image: url(../img/anniversaryBackground.jpg), url(../img/anniversaryGradient.png);
  background-position: top center,top center;
  background-repeat: no-repeat,repeat-x; }

body a:hover {
  color: #1994d7; }

sup {
  font-size: .5em; }

hr.sepa {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  font-size: 1px;
  background: transparent url(../img/sepa.png) center center no-repeat;
  background-size: 100% 1px; }

.qualif-step {
  position: relative; }

#debug {
  color: black;
  background-color: rgba(255, 255, 0, 0.8);
  font-size: 12px;
  padding: 0 15px;
  width: 300px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 15000; }

#qualif-form {
  display: none; }

#qualif-res {
  vertical-align: middle;
  display: none; }

.qualif-form {
  position: relative;
  padding: 10px 0;
  font-size: 12px; }

#qualif-profile-form, #qualif-kids {
  padding: 10px 0 50px; }

.lt-ie9 .qualif-form {
  background: #FFF; }

.qualif-mandatory {
  color: #263b56;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 10px 0; }

.black {
  color: #000 !important; }

h1.form-title {
  font: 300 30px/40px 'QAvenir', Helvetica, Arial, sans-serif;
  text-align: left;
  color: #263b56;
  width: 100%;
  margin: 0 0 35px 0; }

h2.form-subtitle {
  font: 300 18px/25px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #263b56;
  text-align: left;
  width: 100%;
  margin: 0 0 30px 0; }

#qualif-res h1.form-title,
#qualif-res h2.form-subtitle {
  text-align: center; }

#qualif-kids hr.sepa {
  width: 470px; }

#qualificator.normal-qualificator #qualif-kids hr.sepa {
  width: 100% !important; }

h2.form-subtitle-res,
h3.form-subtitle-res {
  font: 300 18px/22px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #263b56;
  text-align: center;
  margin: 20px auto; }

h2.form-subtitle-res a,
h2.form-subtitle-res a:hover {
  color: #1994d7;
  text-decoration: underline; }

h2.form-subtitle a, h2.form-subtitle-res a {
  color: #1994d7;
  font-weight: bold;
  text-decoration: underline; }

h2.form-subtitle a:hover, h2.form-subtitle-res a:hover {
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  h2.form-subtitle a, h2.qualif-subtitle-res a {
    font-size: smaller; } }

h3.form-title {
  font: 700 18px/22px 'QAvenir', Helvetica, Arial, sans-serif;
  /*  font: bold 18px/24px 'QAvenir', Helvetica, Arial, sans-serif;  */
  color: #263b56;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin: 20px 0 10px; }

h3.form-title.no-bold {
  font: normal 16px/20px 'QAvenir', Helvetica, Arial, sans-serif;
  padding-left: 0; }

h3.form-title span {
  font-size: 35px;
  line-height: 30px;
  vertical-align: text-bottom;
  margin: 0;
  position: absolute;
  left: 0;
  top: -5px; }

p.form-undertitle {
  font: italic normal 14px/20px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #263b56;
  margin-top: 0; }

.qualif-form-fields {
  display: inline-block; }

.qualif-form-fields .input-fieldset {
  margin: 0 6px 1.65em 0;
  float: left; }

.qualif-form-radios {
  text-align: left; }

.qualif-form-answers {
  margin-top: 5px;
  text-align: left;
  display: inline-block; }

.qualif-form-answers label {
  font: bold 14px/30px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #263b56;
  margin: 5px 15px 0 0;
  float: left; }

.qualif-form-answers label:last-child {
  margin-right: 0; }

.qualif-form-error,
.qualif-form-server-error {
  color: #FF4605;
  display: none;
  font-weight: normal;
  list-style-type: disc;
  margin-left: 1em;
  clear: left;
  font-size: 14px;
  line-height: 1.428571;
  margin-top: 10px; }

#qualif-kids-error,
#qualif-everbeen-error {
  display: none;
  margin-top: 20px; }

#qualif-kids-form .qualif-mandatory {
  display: none; }

#qualif-kids-form label.error.visible,
#qualif-everbeen-form label.error.visible,
.qualif-form-error.visible,
.qualif-form-server-error.visible {
  display: list-item !important; }

#qualif-profile {
  /*min-height: 380px;*/ }

#qualif-profile .qualif-form-mentions {
  color: #1B4392;
  position: relative; }

#qualif-main button, #qualif-main input, #qualif-main select, #qualif-main textarea {
  margin: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%; }

#qualif-main input {
  border: 0;
  /* height:26px; */
  background-color: transparent;
  width: 100%;
  padding: 5px 6px 4px 6px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#qualif-main input:focus {
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

#qualif-main input:-moz-read-only,
#qualif-main input.read-only {
  color: #999; }

#qualif-main input:read-only,
#qualif-main input.read-only {
  color: #999; }

.ffTextBoxWrapper {
  width: 185px; }

.ffTextBoxRight, .ffPasswordRight {
  padding-right: 5px;
  position: relative; }

.ffTextBoxLeft, .ffPasswordLeft {
  padding: 0;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: none;
  -webkit-appearance: none;
  margin: 6px 0;
  background-color: #fff; }

#qualif-main select {
  text-transform: none;
  height: 26px;
  line-height: 25px;
  width: 100%;
  z-index: 10015;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 !important;
  font-size: 14px; }

.qualif-form-select {
  height: 26px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #414141;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

#qualif-main .error {
  color: #FF4605; }

.qualif-form-control.error {
  color: #FF4605;
  border: 1px solid #FF4605; }

#qualif-main form {
  color: #000; }

#qualif-main label {
  margin-right: 15px;
  /*
	white-space:nowrap;
	*/ }

#qualif-main .td-radio label,
#qualif-main .td-radio label .iradio_flat {
  margin: 0 auto; }

#qualif-main .error label {
  color: #FF4605; }

#qualificator {
  position: relative;
  max-width: 940px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin: 10px auto 20px;
  font-family: 'QAvenir', Helvetica, Arial, sans-serif;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#qualif-main {
  height: 100%;
  padding: 0 10px 20px;
  color: #000;
  position: relative; }

/*
#qualif-copyright {
	padding-top: 30px;
	color: #000;
	font-size: 11px;
}*/
#qualificator #qualif-mentions {
  color: #666 !important;
  font-size: 10px;
  text-align: justify;
  margin: 0px 20px 0px 0px; }

#qualificator #qualif-copyright {
  color: #666 !important;
  font-size: 10px;
  text-align: justify;
  margin: 20px 20px 0px 0px; }

#qualificator .mentions-big {
  color: #666 !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  margin: 20px 20px 0 0; }

#qualificator .mentions-big a {
  color: #666;
  text-decoration: underline; }

#qualificator .mentions-big a:hover {
  color: #1994d7;
  text-decoration: underline; }

#qualificator #qualif-mentions a {
  color: #666 !important; }

#qualif-preloader {
  text-align: center;
  position: relative; }

#qualif-percent {
  width: 100%;
  height: 300px;
  line-height: 300px;
  font-family: 'QAvenir', Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #253B56; }

#qualif-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#anim-start, #anim-step-1, #anim-step-2, #anim-step3 {
  position: absolute;
  z-index: 1;
  top: -67px;
  right: -60px;
  width: 378px;
  height: 480px; }

#anim-sucess {
  position: absolute;
  top: 0;
  right: -20px;
  width: 269px;
  height: 309px; }

a.show-more, a.show-less,
a.show-more:hover, a.show-less:hover {
  font-size: 11px;
  color: #1994d7;
  text-decoration: underline; }

.step-counter .row {
  margin: 0; }

.step-counter .row > div {
  margin: 30px 0;
  padding: 0 0 10px 0;
  height: 45px; }

.step-counter .row .step-label {
  font-size: 25px;
  line-height: 20px;
  color: #1994d7;
  white-space: nowrap; }

.step-counter .row > .col-step-active {
  border-bottom: 14px solid #1994d7; }

.step-counter .row > .col-step-inactive {
  border-bottom: 14px solid #eaebef; }

/* FORM */
.input-fieldset {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }

.input-fieldset label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  margin: 0 0 4px 0;
  color: #263b56;
  display: block; }

.input-fieldset label.label-radios {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font: normal 16px/20px 'QAvenir', Helvetica, Arial, sans-serif; }

.qualif-form label.error,
#qualif-kids-form label.invalid,
#qualif-everbeen label.error {
  color: #FF4605;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  display: list-item;
  list-style-type: disc;
  margin-left: 1em;
  clear: left; }

.ffSelectWrapper {
  display: block;
  zoom: 1;
  margin: 6px 6px 6px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 220px;
  *clear: both; }

.input-fieldset .ffSelectWrapper {
  width: 220px; }

.input-birthday .ffSelectWrapper,
.input-cbirthdate .ffSelectWrapper {
  display: inline-block;
  width: 85px;
  margin-right: 8px; }

.input-cbirthdate .ffSelectWrapper {
  margin-right: 10px; }

.input-child .input-title {
  margin-right: 6px; }

.input-title .ffSelectWrapper {
  width: 75px;
  margin-right: 5px; }

.input-everbeendate .ffTextBoxWrapper {
  width: 280px; }

.input-mobilephone .ffTextBoxWrapper {
  width: 240px; }

#qualif-everbeen-q {
  float: none; }

.input-child {
  margin-top: 20px; }

#qualif-steps {
  position: relative;
  z-index: 2;
  height: 504px;
  width: 50px;
  background-color: #FFF; }

#qualif-steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.gq-group p {
  font: 700 16px/18px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #253b56;
  margin: 15px 0; }

.gq-group p em {
  display: block;
  margin: 10px 0 5px 0;
  font: italic 400 14px/16px 'QAvenir', Helvetica, Arial, sans-serif; }

.gq-table {
  width: 100%;
  margin-bottom: 50px; }

.gq-table th {
  font: 700 14px/16px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #253b56;
  padding: 10px 5px;
  text-align: center; }

.gq-table td {
  border-top: 1px solid #e9ebee;
  padding: 10px 5px; }

.gq-table td.td-question {
  font: 500 14px/16px 'QAvenir', Helvetica, Arial, sans-serif;
  color: #253b56;
  width: 40%; }

.gq-table td.td-radio {
  text-align: center; }

.gq-table td.td-radio label span {
  display: none; }

@media screen and (max-width: 900px) {
  table.gq-table, .gq-table thead, .gq-table tbody, .gq-table th, .gq-table td, .gq-table tr {
    display: block; }
  .gq-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .gq-table td {
    border: none;
    border-bottom: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    position: relative; }
  .gq-table td.td-question {
    font-weight: 700;
    width: auto; }
  .gq-table td.td-radio {
    text-align: left;
    padding: 5px; }
  .gq-table td.td-radio label span {
    display: inline-block;
    font: 500 14px/16px 'QAvenir', Helvetica, Arial, sans-serif;
    color: #253b56; }
  .gq-table td.td-radio .iradio_flat {
    margin-right: 5px !important; } }

.header-row .col-xs-12 {
  position: relative;
  padding: 0; }

.anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  width: auto;
  /* max-width: 100%; */
  height: 0;
  margin: 0;
  padding-top: 113.88%;
  z-index: 1; }

.anim-q-0, .anim-q-1, .anim-q-2, .anim-q-3 {
  background: url(../img/gift2020.png) no-repeat;
  background-size: contain; }

@media screen and (max-width: 767px) {
  .anim {
    position: relative;
    width: 300px;
    height: 342px;
    padding: 0;
    display: inline-block;
    margin: -25px auto !important; }
  .header-row .col-xs-12 {
    margin: 0; }
  .header-row .col-sm-4.col-xs-12 {
    text-align: center; } }

#qualif-res {
  text-align: center; }

#qualif-res-anim {
  width: 100%;
  max-width: 700px;
  height: 0;
  padding-top: 41.60%;
  margin: 0 auto;
  background: url(../img/anim-res2020.png) center center no-repeat;
  background-size: contain; }

#qualif-res .ffButtonWrapper a {
  margin: 20px auto;
  text-transform: uppercase; }

.qualif-res-push {
  position: relative;
  display: block;
  width: 100%;
  background: #1994d7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  text-align: left;
  font-size: 0;
  padding-bottom: 60px; }

.qualif-res-push img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0; }

.qualif-push-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  background: #1994d7;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px; }

.qualif-res-push:hover .qualif-push-txt {
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-decoration: none; }

.qualif-push-txt span {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
  -webkit-box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.qualif-res-push:hover .qualif-push-txt span {
  height: 70px;
  line-height: 70px; }

.qualif-push-txt span.icon-facebook {
  background: url(../img/pictos-social.png) 0 0 no-repeat; }

.qualif-push-txt span.icon-twitter {
  background: url(../img/pictos-social.png) 0 -60px no-repeat; }

.qualif-push-txt span.icon-instagram {
  background: url(../img/pictos-social.png) 0 -120px no-repeat; }

.qualif-res-push:hover .qualif-push-txt span.icon-facebook {
  background: url(../img/pictos-social.png) 0 5px no-repeat; }

.qualif-res-push:hover .qualif-push-txt span.icon-twitter {
  background: url(../img/pictos-social.png) 0 -55px no-repeat; }

.qualif-res-push:hover .qualif-push-txt span.icon-instagram {
  background: url(../img/pictos-social.png) 0 -115px no-repeat; }

.ffSelect {
  display: block;
  position: relative;
  border: 0;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc);
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ffSelect:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.ffButtonWrapper {
  display: inline-block;
  zoom: 1;
  margin: 0; }

.ffButtonWrapper > a {
  display: block;
  text-decoration: none;
  outline: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 0 5px 9px 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.17s linear 0s;
  -o-transition: background 0.17s linear 0s;
  transition: background 0.17s linear 0s;
  background-color: #6FA623; }

.ffButtonWrapper.standardLink > a > span {
  color: #697A8D; }

.ffButtonWrapper.secondary a {
  background-color: #EDF5FA;
  color: #697A8D;
  text-shadow: none; }

.ffButtonWrapper.secondary:hover a,
.ffButtonWrapper.secondary a:active {
  color: #3DA2D9;
  background-color: #EDF5FA; }

.ffButtonWrapper.secondary > a > span {
  color: #697A8D; }

.ffButtonWrapper.secondary:hover > a > span {
  color: #3DA2D9; }

.ffButtonWrapper a:hover,
.ffButtonWrapper a:focus,
.ffSelectWrapper a:hover,
ffSelectWrapper a:focus {
  text-decoration: none;
  outline: none; }

.ffButtonWrapper > a > span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 11px;
  width: auto;
  padding: 7px 21px 0 21px;
  text-align: center;
  top: 1px; }

.ffButtonWrapper.dmi-dblLine > a > span {
  padding-top: 2px;
  font-size: 12px; }

.ffButtonWrapper.dmi-dblLine > a {
  padding-bottom: 3px; }

.ffButtonWrapper:hover > a {
  background-color: #8dc63f; }

.ffButtonWrapper > a:active {
  background-color: #598B14; }

.ffButtonWrapper.disabled > a {
  background-position: right -705px;
  position: static; }

.ffButtonWrapper.disabled > a > span {
  background-position: 0 -544px;
  color: #c1c1c1; }

.error .ffTextBoxLeft,
.error .ffPasswordLeft,
.error .ffSelectWrapper {
  -webkit-box-shadow: 0 0 4px 1px #FF4605;
  -moz-box-shadow: 0 0 4px 1px #FF4605;
  box-shadow: 0 0 4px 1px #FF4605; }

.ffSelect > a {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII=");
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  height: 26px;
  line-height: 25px;
  width: 100%;
  z-index: 10015;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 !important; }

.ffSelect > a > span {
  display: block;
  height: 28px;
  margin-right: 25px;
  padding-left: 5px;
  background-position: 0 0;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #65778a;
  white-space: nowrap;
  *white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ffSelect:hover > a,
.ffSelectWrapper.focus .ffSelect > a {
  /*//    background-position: right -160px;*/ }

.ffSelect:hover > a > span,
.ffSelectWrapper.focus .ffSelect > a > span {
  background-position: 0 -32px; }

.ffSelectWrapper.active .ffSelect > a,
.ffSelectWrapper.focus .ffSelect > a {
  /*//background-position: right -192px;*/
  -webkit-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-radius-bottomright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFFFFF; }

.ffSelectWrapper.setOnTop.active .ffSelect > a,
.ffSelectWrapper.setOnTop.focus .ffSelect > a {
  /*//background-position: right -192px;*/
  -webkit-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-radius-topleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-radius-topright: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  background-color: #FFFFFF; }

.ffSelectWrapper .ffSelect > a {
  z-index: 1005;
  position: relative; }

.ffSelectWrapper.active .ffSelect > a > span {
  background-position: 0 -64px; }

.ffSelectWrapper.disabled .ffSelect > a {
  background-position: right -224px; }

.ffSelectWrapper.disabled .ffSelect > a > span {
  background-position: 0 -96px;
  color: #999; }

.ffSelectMenuWrapper {
  width: 100%; }

.ffSelectMenuWrapper .ffSelectMenuMidBG ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li {
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  min-height: 20px; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN {
  font-size: 14px; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN {
  color: #888; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.on {
  background-color: #1994D7;
  color: #FFFFFF; }

.ffSelectMenuWrapper {
  border-top: 1px solid #e0e2e5;
  width: 100%;
  background-color: #fff;
  padding-bottom: 7px;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  -moz-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left-radius: 0;
  -webkit-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.setOnTop .ffSelectMenuWrapper {
  border-top: none;
  border-bottom: 1px solid #e0e2e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left-radius: 0;
  -webkit-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-radius-bottomright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 0;
  padding-top: 7px; }

.ffSelectMenuTop {
  height: 0px; }

.ffSelectMenuTop span {
  display: block;
  height: 5px;
  margin-left: 8px;
  background: right -384px; }

.ffSelectMenuBottom {
  height: 5px;
  background-position: 0 -414px; }

.ffSelectMenuBottom span {
  display: block;
  height: 5px;
  margin-left: 8px;
  background-position: right -404px; }

.ffSelectMenuMid {
  outline: none;
  max-height: 200px;
  overflow: auto;
  /*background: url(../img/sides.png) repeat-y 0 0;*/
  /*//padding-left: 4px;*/
  /*//margin-right:4px;*/ }

.scrollingBarWrapper {
  width: 24px;
  height: 200px;
  background: url(../img/scrollingBarBg.png) no-repeat;
  right: 3px !important; }

.scrollingHandle {
  width: 24px;
  padding-top: 20px;
  background: url(../img/scrollingHandleTop.png) no-repeat 0 0; }

.scrollingHandleBottom {
  width: 24px;
  background: url(../img/scrollingHandleBottom.png) no-repeat 0px bottom; }

/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 27px;
  height: 27px;
  background: url(../img/flat.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_flat {
  background-position: 0 0; }

.icheckbox_flat.checked {
  background-position: -30px 0; }

.icheckbox_flat.disabled {
  background-position: -60px 0;
  cursor: default; }

.icheckbox_flat.checked.disabled {
  background-position: -90px 0; }

.iradio_flat {
  background-position: -119px 0; }

.iradio_flat.checked {
  background-position: -149px 0; }

.iradio_flat.disabled {
  background-position: -179px 0;
  cursor: default; }

.iradio_flat.checked.disabled {
  background-position: -209px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_flat,
  .iradio_flat {
    background-image: url(../img/flat@2x.png);
    -webkit-background-size: 238px 27px;
    background-size: 238px 27px; } }

@media screen and (max-width: 865px) {
  #qualificator {
    max-width: 100%;
    margin: 10px 0 20px 0;
    padding: 20px; } }

@media screen and (max-width: 900px) {
  #qualif-main {
    padding: 0  0 20px 0; }
  #qualif-res {
    height: auto; }
  /*
	#qualif-kids hr.sepa {
		width: 60%;
	}
	*/
  h1.form-title {
    font: 300 26px/30px 'QAvenir', Helvetica, Arial, sans-serif !important; }
  h2.form-subtitle {
    font: 300 20px/26px 'QAvenir', Helvetica, Arial, sans-serif !important; }
  .qualif-form-fields {
    display: block; }
  .ffButtonWrapper.ffSubmitWrapper.submitButton, .ffButtonWrapper.ffSubmitWrapper.secondary {
    margin: 5px 0; }
  /*
	.input-fieldset {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.input-lastname .ffTextBoxWrapper, .input-firstname .ffTextBoxWrapper {
		width: 100%;
	}

	#anim-start,
	#anim-succes {
		display: none;
	}
	*/
  #anim-start, #anim-step-1, #anim-step-2, #anim-step3 {
    position: absolute;
    top: -67px;
    right: -25px;
    width: 45%;
    height: auto; }
  #anim-sucess {
    position: absolute;
    width: 40%;
    height: auto; } }

@media screen and (max-width: 480px) {
  #anim-start, #anim-step-1, #anim-step-2, #anim-step3 {
    right: -20px;
    width: 60%;
    height: auto; }
  #anim-sucess {
    position: absolute;
    width: 50%;
    height: auto; }
  /*
	h1.form-title {
		width: 55%;
	}
	*/
  .ffButtonWrapper > a > span {
    padding: 7px 7px 0 !important; } }

@media screen and (max-width: 380px) {
  h2.form-subtitle {
    width: 100%; }
  #qualif-kids hr.sepa {
    width: 100%; } }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Quick Requalif */
.qrq-qualificator .form-bloc {
  display: none; }

.qrq-qualificator *[class*='ql_'] {
  display: none; }

/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  display: none; }

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default; }

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default; }

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff; }

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff; }

.wizard > .content {
  display: block;
  min-height: 35em;
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wizard > .content > .body {
  float: left;
  width: 100%;
  height: 100%; }

.wizard > .content > .body ul {
  list-style: disc !important; }

.wizard > .content > .body ul > li {
  display: list-item; }

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }

.wizard > .actions > ul > li a {
  display: block;
  text-decoration: none;
  outline: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 0 5px 9px 5px;
  margin: 0 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.17s linear 0s;
  -o-transition: background 0.17s linear 0s;
  transition: background 0.17s linear 0s;
  background-color: #6FA623;
  cursor: pointer; }

.wizard > .actions > ul > li a.no-clic {
  pointer-events: none; }

.wizard > .actions > ul > li a:focus,
.wizard > .actions > ul > li a:hover {
  text-decoration: none;
  outline: none; }

.wizard > .actions > ul > li a {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 11px;
  width: auto;
  padding: 7px 21px 0 21px;
  text-align: center;
  text-decoration: none;
  top: 1px; }

.wizard > .actions > ul > li a:hover,
.wizard > .actions > ul > li a:focus {
  text-decoration: none;
  outline: none; }

.wizard > .actions .disabled {
  display: none; }

.wizard > .actions > ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 0 5px 9px 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.17s linear 0s;
  -o-transition: background 0.17s linear 0s;
  transition: background 0.17s linear 0s;
  background-color: #6FA623; }

.wizard > .actions > ul li a {
  color: white;
  background-color: #1994d7; }

.wizard > .actions > ul li a:hover,
.wizard > .actions > ul li a:focus {
  text-decoration: none;
  outline: none; }

.wizard > .actions > ul li a span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 11px;
  width: auto;
  padding: 7px 21px 0 21px;
  text-align: center;
  top: 1px;
  -webkit-transition: background 0.17s linear 0s;
  -o-transition: background 0.17s linear 0s;
  transition: background 0.17s linear 0s; }

.wizard > .actions > ul li a:hover span {
  background-color: #5aa5e0; }

.wizard > .actions li:nth-child(1) a {
  background-position: right -705px;
  position: static; }

.wizard > .actions li:nth-child(1) a > span {
  background-position: 0 -544px;
  color: #c1c1c1; }

.wizard > .actions > ul li:nth-child(1) a {
  background-color: #EDF5FA;
  color: #697A8D;
  text-shadow: none; }

.wizard > .actions > ul li:nth-child(1) a:hover {
  color: #3DA2D9;
  background-color: #EDF5FA; }

.wizard > .actions > ul li:nth-child(1) a span {
  color: #697A8D;
  background-color: #EDF5FA; }

.wizard > .actions > ul li:nth-child(1) a:hover a {
  color: #3DA2D9; }

.wizard > .actions > ul > li:nth-child(2) a:active {
  background-color: #1674bd; }

.wizard > .actions > ul li:nth-child(3) a {
  background-color: #6FA623; }

.wizard > .actions > ul li:nth-child(3) a:hover span {
  background-color: #8dc63f; }

.wizard > .actions > ul li:nth-child(3) a:active span {
  background-color: #598B14; }

@media screen and (max-width: 767px) {
  .wizard ul,
  .tabcontrol ul {
    margin: 0 auto; }
  .wizard > .actions,
  .wizard > .actions > ul {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .on-mobile {
    display: none; } }

/* Bootstrap cols */
.header-row > div, .row > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.header-row {
  margin-left: 0;
  margin-right: 0;
  min-height: 150px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.header-row .col-xs-8, .header-row .col-xs-4 {
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .header-row {
    min-height: 0; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  max-width: 240px;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  overflow: hidden; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single, .qualif-form-chosen {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 0;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc);
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #65778a;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.qualif-form-chosen {
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc);
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII=");
  /* fallback */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII="), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII="), -webkit-linear-gradient(#ffffff, #ebf5fc);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII="), -o-linear-gradient(#ffffff, #ebf5fc);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII="), linear-gradient(#ffffff, #ebf5fc);
  /* W3C */ }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-active .chosen-single span {
  color: #1994D7; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII=");
  background-position: center right;
  background-repeat: no-repeat; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 #777 !important;
  -moz-box-shadow: 0 1px 3px 0 #777 !important;
  box-shadow: 0 1px 3px 0 #777 !important;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal; }

/*
.chosen-container-single .chosen-search input[type="text"]:focus {
  -moz-box-shadow: 0 0 4px rgba(29, 150, 215, 0.66);
  -webkit-box-shadow: 0 0 4px rgba(29, 150, 215, 0.66);
  box-shadow: 0 0 4px rgba(29, 150, 215, 0.66);
}
*/
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-box-shadow: 2px 2px 4px rgba(29, 150, 215, 0.66), -2px 2px 4px rgba(29, 150, 215, 0.66);
  -webkit-box-shadow: 2px 2px 4px rgba(29, 150, 215, 0.66), -2px 2px 4px rgba(29, 150, 215, 0.66);
  box-shadow: 2px 2px 4px rgba(29, 150, 215, 0.66), -2px 2px 4px rgba(29, 150, 215, 0.66); }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 175px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #1994D7;
  color: #FFFFFF; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: none;
  font-weight: bold; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  -moz-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc);
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  -moz-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII=");
  background-position: center right;
  background-repeat: no-repeat; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltip-templates {
  display: none;
  height: 385px; }

#tooltip-alert {
  position: relative;
  max-height: 385px;
  height: 100%;
  padding: 15px 20px; }

#tooltip-alert h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 25px 0; }

#tooltip-alert ul {
  padding: 0 0 0 15px; }

#tooltip-alert ul li {
  margin-bottom: 15px; }

p.mentions {
  font-size: 11px;
  line-height: 15px;
  text-align: justify; }

p.mentions a {
  color: #1994d7;
  font-weight: bold;
  text-decoration: none; }

p.mentions a:hover {
  text-decoration: underline; }

.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  margin: 0; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: 415px; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 0; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  padding: 0; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.15); }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0px;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0px;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 10px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 10px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 10px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 10px;
  padding: 10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #263b56;
  font: 300 14px/16px "Avenir", Helvetica, Arial, sans-serif; }

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/*
 LESS DSS (dynamic stylesheet) 1.8.5 (for less.js 1.3+)
 MORE INFO: http://cl.ly/Dqnr

 LESS mixins by Chris Krupski
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

.ffTextBoxWrapper,
.ffPasswordWrapper,
.ffCheckboxWrapper,
.ffRadioWrapper,
.ffTextAreaWrapper,
.ffSubmitWrapper,
.ffResetWrapper {
  display: block;
  zoom: 1;
  *display: inline;
  margin: 0px 0; }

.ffCheckboxWrapper {
  display: inline-block; }

.ffButtonWrapper {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 0; }

.ffSelectWrapper {
  display: block;
  zoom: 1;
  margin: 6px 0; }

.ffSelect {
  overflow: visible; }

.ffCheckboxWrapper {
  padding: 3px;
  vertical-align: bottom; }

/* text box */
.ffTextBoxRight,
.ffPasswordRight {
  background-position: right -256px;
  padding-right: 5px;
  position: relative; }

.ffTextBoxLeft,
.ffPasswordLeft {
  /*//  background-position: 0 0;*/
  padding: 0;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: none;
  -webkit-appearance: none;
  margin: 6px 0;
  background-color: #fff; }

.ffPasswordLeft input {
  font-family: 'arial' !important; }

.ffTextBoxLeft input,
.ffPasswordLeft input {
  border: 0;
  height: 26px;
  background-color: transparent;
  width: 100%;
  padding: 5px 6px 4px;
  position: relative;
  z-index: 2; }

.ffTextBoxLeft input.hasDatepicker {
  color: #8294AA;
  cursor: pointer; }

.ffTextBoxRight:hover,
.ffPasswordRight:hover {
  background-position: right -288px; }

.ffTextBoxLeft:hover,
.ffPasswordLeft:hover {
  background-position: 0 -32px; }

.focus .ffTextBoxRight,
.focus .ffPasswordRight {
  /*//    background-position: right -320px;*/ }

.focus .ffTextBoxLeft,
.focus .ffPasswordLeft {
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7;
  /*//    background-position: 0 -64px;*/ }

.ffTextBoxWrapper.disabled .ffTextBoxRight,
.ffPasswordWrapper.disabled .ffPasswordRight {
  background-position: right -352px; }

.ffTextBoxWrapper.disabled .ffTextBoxLeft,
.ffPasswordWrapper.disabled .ffPasswordLeft {
  background-position: 0 -96px;
  color: #999; }

/* checkbox */
.ffCheckboxWrapper a {
  text-decoration: none;
  /*    color: #6F6F6F; */
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-left: 5px;
  margin-right: 10px; }

.ffCheckbox {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  border: 1px solid #a1afc0;
  -webkit-box-shadow: 0 1px 2px 0 #999;
  box-shadow: 0 1px 2px 0 #999;
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ececec));
  background: linear-gradient(to bottom, #ffffff 0, #ececec 100%);
  -webkit-filter: none;
  filter: none;
  float: left;
  margin-top: 3px;
  /*//    background-position: 0 -288px;*/ }

.ffCheckboxWrapper:hover a,
.ffCeckboxWrapper.focus a {
  /*color: #4e4e4e;*/ }

.ffCheckboxWrapper:hover .ffCheckbox,
.ffCeckboxWrapper.focus .ffCheckbox {
  /*//    background-position: -30px -288px;*/
  border: 1px solid #95bace;
  -webkit-box-shadow: 0 0 3px 1px #1994d7;
  box-shadow: 0 0 3px 1px #1994d7; }

.ffCheckboxWrapper.on .ffCheckbox {
  /*//    background-position: -60px -288px;*/
  border: 1px solid #628b27;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABRUlEQVQoU2PMXqj8n4WNgYHhPxATCRiZGBgY85co/2cAMkgCjCCNy4EaCdimJ+PGEGxSz3Dh0XaG9edawHYQ1CjBr8JQ6rGZgZmJleHH788MFWsMCWsEKS5x38AgKaAOVrzlYg/DnmszCGsMMKxicNBIAiu88+oUw7R9sQz//v9F1cjHIcogxqcIVgACquKWDNlOi8FskBM7t3kzvP/2DB6GcD9Wee8CalRiuPZsP8OyE+UMZV5bGUCGgcDS4yUMpx9sQAl4DI0g2Y/fXzLwc4qDFZ5/tJVh4dF8jNiCa5QW1GQocF3NwMrMAVcEMgDkxG+/PuDWCJIxUwpmiDLvhCuaCgyM2y+PY2gCCTDmLwUmAGBKgAFvvSIGZ610hm2X+uFBj00nYx4wyTEyA6VISKugJMqYs0jpPwsrI1H6QA4Dmw9kAAAGQn0Z+6qmRgAAAABJRU5ErkJggg=="); }

.ffCheckboxWrapper.on:hover .ffCheckbox,
.ffCeckboxWrapper.on.focus .ffCheckbox {
  /*//    background-position: -90px -288px;*/ }

.ffCheckboxWrapper.disabled .ffCheckbox {
  background: #fff; }

.ffCheckboxWrapper.disabled:hover .ffCheckbox,
.ffCeckboxWrapper.disabled.focus .ffCheckbox,
.ffCheckboxWrapper.disabled .ffCheckBox {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ffCheckboxWrapper.on.disabled .ffCheckbox {
  background-position: -150px -288px; }

.ffCheckboxWrapper.disabled a,
.ffCeckboxWrapper.disabled:hover a,
.ffCeckboxWrapper.disabled.focus a {
  color: #999;
  text-decoration: none; }

/* radio */
.ffRadioWrapper a {
  text-decoration: none;
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-left: 5px;
  margin-right: 10px; }

.ffRadio {
  width: 35px;
  height: 35px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAABoVBMVEWOlZ6Olp5+hIsAAAB/ho2NlZ6Plp+NlZ1LT1Rla3FQVFmLkpuOlZ0ODw8AAAAAAAAAAAB8g4qMk5sgIiQAAAAAAACEi5MYGRpudHoAAACHjpYAAAAwMjWLkZoAAAAAAAAAAAAAAACMlJyNlZyRmKGPlp5nbHKPl5+GjZWQl5+Ql5+TmqOMk5yLkppcYWeRmaFzeYCUnKSPlp+Ei5OUnKSPlp+RmaKXn6gAAAAAAACNlJwAAAAAAAAAAAAAAAAAAAAAAAAAAADN0NTk5ujMz9Tw8fL4+Pjl5+nQ1Njp6+3g4+Xf4eTf39/q7O7P09f19vbQ0NDU19rd3uDz8/Oyt7719fXh4+XJzdDc3d+vtbzk5ebw8PDz9PSyuL/S1dnT19ri4uLb29vZ2dm1u8LX19fU2NvY2Njr7O7z9PXc3Nzd3d3n5+fh4eHKzdHt7e3x8fHy8vKwtr35+fmaoquQl5/+/v60usHs7e/l5eXV1dWOlp78/Pzk5OTv7+/6+vrg4OD29vb39/fp6enu7u7o6Oj09PT9/f3s7Ozq6ur////r6+uN578zAAAAQnRSTlP9/WclaeT76D1SOub9IhIQEYLoHRcDiCdpDa4UHeMbIQcksumqNwn9H/veeyFdD90EavkHTvbZnAUG/gIICgQBDADyVz/AAAAB90lEQVR42s3U51PbMBgH4F5LW/beex/H3iQBW+qik5a994bs5BISeS/F9l+NDi5ehevH8vtiS34+vNIr+dWHf+dFm6npudmZ5Mzs3PTUM2Z8YvLs4urauL66OJucGH/KDI+l74x87tJjw38Z0IeODGeOUB/wmAH0k3xg5JvscvZGZsj7DzTgNv2Dh2Say17eCiHh9jLLkdHhYL/TzA+lyaR6LmRUXdfVjHAeJOP00LzDjL4j5SqnrGw+RmZPOVI4GrUNGDkwDHzC6mY+OnuCDeNgBFiG7v2WSpmCbNqRf5mp1O9e2jILb79jfJwxnckcY7z0fsEyFNpnGEF1GVVgmD+IsgxMLvJ8SHcZPcTzfBLaBn1JJFiPYROJfeQwPZ8kSfUYVZK+9tiG6v4oinueevZE8XM3Za/r9Y6mSUGXCUqatlNgr4tuRZuxNc21P9pabBO10pYBTfXr0agYc+xzTIxG1+ubgN0vf011mOMk0TKixHHh6hq/s++wGK0oioY1JWfmHp7KCiqGdt9J6Mqi0nAkomzw2MD8hhKJhEuLKmn3OfSVF5bEV3P5rMZLCst93vPsqyirCsS3tndzu9tb8UBVWYUPuA1JHaxtaGxuCyQDbc2NDbWw7qn7Bfywpb2j601XR3sL9INn7imgOykIIdVJg//137gH+f6ToJmiYTsAAAAASUVORK5CYII=");
  background-position: 0;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer; }

.ffRadioWrapper:hover .ffRadio,
.ffRadioWrapper.focus .ffRadio {
  /*//   background-image: url(images/uiPlus/radio/form_sized_focused.png);*/
  /*//    background-position: -210px -288px;*/ }

.ffRadioWrapper.on .ffRadio {
  /*//    background-position: -240px -288px;*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAB+1BMVEWOlp6OlZ4AAAB+hIt/ho2NlZ6NlZ2Plp+LkpuOlZ2Mk5tLT1QODw9la3FQVFkgIiSEi5N8g4oAAAAAAAAAAACLkZoAAAAYGRoAAACHjpYAAAAAAABudHoAAAAAAACMk5yUnKSRmaGPlp6Ql59zeYCPl5+GjZUwMjWQl59nbHIAAACNlZyMlJyRmKGPlp+LkpqTmqOPlp+RmaKXn6iEi5OUnKRcYWcAAACNlJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABvpiPf4eTg4+Xk5ujN0NTMz9TQ1Nj4+Pjw8fLp6+3z9+zl5+nq7O719vbP09fx9+qLtlCMt1Hl6d7U19qqx4FzqCnq6+fv7+/u7u7u7+zx8fGtyoV3qy/y8vKyt77h4+Xl69zd3uDg5diwy4yOuFV7rTbJzdDk5ebc3d/09PS60pfF26aqyn30+O72+fHT19qoyXrS1dn29vaXv2Kvtbz39/fD2qP5+fmHtEfz9PSNuFGBsT78/Pz9/f3+/v6gxHCyuL/L36+XvmDC2aKOulKew2uuzYPr7O7z9PXU2Nu1u8L6+vrt7e3KzdGwtr38/fu0usGaoquQl5/s7e+Olp5wpiTs7OxwpyVxpyaRulZyqCh0qSqOuVKLuE52qi14rDF+rzmBsT97rTWEs0SItUmTvFr///+ZbXE3AAAAQnRSTlP9/SVnaeTo++b96D0iUjodiIISEBHjJCcXrg0haRsUIWrdN/sE/R8d3gkH6bKq+V179tmcB04PA/4IBgUCCgQBDADR0YC+AAAB1ElEQVR42s3URVMDMRiAYQYvTnGnDEOLeyktuwnuTnF3Ke7uUqA+De7S/EwOTJvdAMMRnvN7Sb58scv/3b9usrIzM9JN6RmZ2Vk/NLHRKedn6lN8qj47T4mO/a6JEhnN2MpsFEV9aUAMmsV4ev/k2HJ8sj+N8SyKAVQThwqxYfLA8ulg0oCLUBy/iZfM45kpCzE1g+cl8dwmL82IDXM3XHMGbEzL4zRSFzNeuedbwWYkJQ1I3cNVRw98R/V4LxXYGja5bOfwnXa4U5fM2ppcp8rt3Tfa7naNc66tYdD61sYLbWOrFjG2BprKNZvPtE2NxgRJgypW115pa6vriNMkFi8vPtEWl6sTScMklSyoHmmqhdIkhpzLYWmiv/uOr7t/YsmRnIsVo76erlu+rp4+JCb3A0J9ejs7Gq+5Gjs6e31CAZmX3NtN19bUcEU0NLXp3Lzl3LlDL6Rsb21uufjU0tzarkRekDv3fNbfU6DTageHhkcKRoaHBrVancDTn+W/Q4XQ3VU/cGk1oHd1Fyro96zw8/CV6UfHxy7Hxkf1Ml8PPwX4shc5MDgoPCRAZpIFhIQHBcOc7/YLyGFkRFigfWBYRCSUgx/2FLAJDISQSWDBX/0bH2Zcs3knB1HbAAAAAElFTkSuQmCC"); }

.ffRadioWrapper.on:hover .ffRadio,
.ffRadioWrapper.on.focus .ffRadio {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAACUlBMVEVbmb5Jmcc2l81imLgZlNcgldUZlNdHmcd1lqtgmLl0l6wZlNcZlNc0l84ZlNeClqQgldUgldVZmb+DlqMZlNcZlNeBlaQZlNc3l80ZlNcZlNcdlNYZlNdzlq0ZlNcZlNdmmLVVmsEjldQZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNeClaQZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcZlNcAAADN0NRvpiPp6+34+Pjw8fLf4eTk5ujg4+XMz9Tl5+nQ1Nj19vbq7O7P09fz9+yPm6fx9+ru7+zl6d6Mt1Hq6+etyoWLtlDv7+/x8fHU19ru7u7y8vJ3qy+yt76qx4Hh4+Xl69xzqCm60pf09PSLmqbz9PXg5djd3uDr7O729vavtbywy4yOuFV7rTbJzdDk5ebc3d/39/eXv2LU2Nuew2v2+fHT19r5+fnz9PTF26b0+O6qyn38/PyBsT61u8L9/f2NuFGoyXqHtEfS1dmyuL/+/v6gxHDL36+uzYPD2qOXvmDC2aKOulL6+vrKzdHt7e2wtr2Om6eaoquSnqf8/fu0usHs7e+QnKhwpiSNmqbs7OxwpyVxpyaRulZyqCh0qSqOuVKLuE52qi14rDF7rTV+rzmBsT+Es0SItUmTvFr///8QVuAKAAAAW3RSTlOqkYO4Wm5RkOC23mtYgA79bWyo/kgS+WiCRGNqXNknQMChcGRdU0E7M1k0OT8rLBstHCIXGhUQCgsI+2lFKEYqVyU6PDYpISYWCQ1HUhMgDwYZDBEFBwQCAwEASksDGwAAAshJREFUeNqVlFV34lAUhVN3d3eh7t4CxVo0ISQhHXeru7u7uztSY+i4T/O/BkgLhZeu+Z73Ouvec/beQJkevAyTohItqBTDywwAegWGgqViZ1ggEMDO4lIQNcgAvQIRZ5UkC+nBhcF0YXJJlhjRqwBSIgWzYYhNjS0O8SvwCymOpbIhOBuU4qSGlCDcTGFSfBE/0N8n38c/kF8UnyTM5CKkCNBJckUQh8lzdA0L8u466fIOCnN15DE5kChXJwJ0U0QZLIZ1gJ16ZbKvm+jum1xR2wVYM1gZIs0knQYDuRArgeabd35B3HBxnudLS2BBXBDTanA0p4TDoNkoZwhiYXdv6mpqb3eBIGaUNjQGpyQHxTUaDIGFTL6T6jFxNn9wRXIwf0Y8VTnxmUIYwcoAHBVDKTy3vE1ievHKwOI0sZnn5pkCiVEcwEE4rZgSek6crX+6zfoZcR5KKU6DERzAStMTeeHqC2L/qzH7xMXbcF5ieikGSMWpcVHuW8Sbo2/GHL0jttyj4lLFUgAVsWMi7V9sH/415XD7tX1kDFuEAhKYHh3h8mB1548pO6uvPCKi6V4SQCIoLMg/nVta+23K2tLL0/yCQoEEAAWsIoeTh8fLv0xZPj4+cShiCcDrOY9mN36asjE7dz1H4qV5j8eT8YkfpkyMPyffQ/7L9l5/x3dTOvqf2ZL/Ivcz0NnW9MWYprbOAYDcD7lnVWtj9WdjqhtbVdd7xhHNvSxDm+vKKz/eprK8rjnUUncv8u6ebi6y2oqaDwZqKmplLq7k3W/8Y66qb6hqaX9P0t5S1VCvMtf6Jxcz+NBMKZPLewaHhu8PDw32yOUypZneh6SfqVo/K3ovb+hVaP1MJf1syAU/wEKtGBkbvRwdG1GoLQL417kwzhfFSpMv9Ylaky8riiFfd+f07rz/X28Y+kek6x+Raf/owfHbPXaryP4BPKgEM5KBEv0AAAAASUVORK5CYII=");
  /*//    background-position: -270px -288px;*/ }

.ffRadioWrapper.disabled .ffRadio {
  /*background-position: -300px -288px;*/ }

.ffRadioWrapper.on.disabled .ffRadio {
  /*background-position: -330px -288px;*/ }

.ffRadioWrapper.disabled a,
.ffRadioWrapper.disabled:hover a,
.ffRadioWrapper.disabled.focus a {
  color: #999; }

/* selectbox */
.ffSelectWrapper {
  width: 100%;
  *clear: both; }

.ffSelect {
  display: block;
  position: relative;
  border: 0;
  /*background: url("../../../images/select_closed.png") repeat-x left -2px; */
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc);
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ffSelect:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.ffSelectWrapper.disabled .ffSelect:hover {
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777; }

.dmi-error .dmi-error .ffSelect {
  -webkit-box-shadow: 0 0 4px 1px #FF4605;
  box-shadow: 0 0 4px 1px #FF4605; }

.dmi-error .dmi-error .ffSelect:hover {
  -webkit-box-shadow: 0 0 4px 1px #FF4605;
  box-shadow: 0 0 4px 1px #FF4605; }

.dmi-error .dmi-error .ffCheckboxWrapper .ffCheckbox,
.dmi-error .dmi-error .ffCeckboxWrapper .ffCheckbox,
.dmi-error .dmi-error .ffCheckboxWrapper:hover .ffCheckbox,
.dmi-error .dmi-error .ffCeckboxWrapper.focus .ffCheckbox {
  -webkit-box-shadow: 0 0 4px 1px #FF4605;
  -moz-box-shadow: 0 0 4px 1px #FF4605;
  box-shadow: 0 0 4px 1px #FF4605; }

.ffSelectWrapper.focus .ffSelect,
.ffSelectWrapper.active .ffSelect {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.ffSelectWrapper.disabled.focus .ffSelect,
.ffSelectWrapper.disabled.active .ffSelect {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777; }

.ffSelectWrapper.setOnTop.focus .ffSelect,
.ffSelectWrapper.setOnTop.active .ffSelect {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7; }

.ffSelectWrapper.focus .ffSelect,
.ffSelectWrapper.active .ffSelect {
  background: #FFFFFF; }

.ffSelectWrapper.disabled.focus .ffSelect,
.ffSelectWrapper.disabled.active .ffSelect {
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebf5fc));
  background: -moz-linear-gradient(top, #ffffff 0, #ebf5fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf5fc));
  background: -webkit-linear-gradient(top, #ffffff, #ebf5fc);
  background: -o-linear-gradient(top, #ffffff, #ebf5fc);
  background: linear-gradient(top, #ffffff, #ebf5fc); }

.ffSelect > a {
  /*//  background-position: right -128px;*/
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNpi/P//PwM1AcvkRVunMTIyZpKj+T/D/wW5sd6JyGJM7+5/KwC6cR/ppv2/8OfNtyx0YUYQ0TdnlRArG9dJIFeFSOM+Mvz8a5ib6ncfPciYQERRSti7/3/++IMVEuO4f/+jQYZhk2OCMfKSAq79+8sQAVT+F59h//7/68hL8NmKS54JmZOf6L3j3///ZbgjgWHfkS3fa/BZyIhNcNKiLfMZGRgT0CLh6f+/3wzzksJeowr/x+1CGHh371s6UOERpOTx6x/j/wh0w4h2IdiV81aJMjBznQGmUTlguBXnx/v2YU89JGSMvvkbdCct3LwIf3L8j4IBAgwA/pF5B9kp1egAAAAASUVORK5CYII=");
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  height: 26px;
  line-height: 25px;
  width: 100%;
  z-index: 10015;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 !important; }

.ffSelectWrapper.disabled .ffSelect > a {
  cursor: default; }

.ffSelect > a > span {
  display: block;
  height: 28px;
  margin-right: 25px;
  padding-left: 5px;
  background-position: 0 0;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #65778a;
  white-space: nowrap;
  *white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ffSelect:hover > a,
.ffSelectWrapper.focus .ffSelect > a {
  /*//    background-position: right -160px;*/ }

.ffSelect:hover > a > span,
.ffSelectWrapper.focus .ffSelect > a > span {
  background-position: 0 -32px; }

.ffSelectWrapper.active .ffSelect > a,
.ffSelectWrapper.focus .ffSelect > a {
  /*//background-position: right -192px;*/
  -webkit-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-radius-bottomright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFFFFF; }

.ffSelectWrapper.active.disabled .ffSelect > a,
.ffSelectWrapper.focus.disabled .ffSelect > a {
  -webkit-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  background-color: transparent; }

.ffSelectWrapper.setOnTop.active .ffSelect > a,
.ffSelectWrapper.setOnTop.focus .ffSelect > a {
  /*//background-position: right -192px;*/
  -webkit-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-radius-topleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-radius-topright: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  background-color: #FFFFFF; }

.ffSelectWrapper .ffSelect > a {
  z-index: 1005;
  position: relative; }

.ffSelectWrapper.active .ffSelect > a > span {
  background-position: 0 -64px; }

.ffSelectWrapper.disabled .ffSelect > a {
  background-position: right -224px; }

.ffSelectWrapper.disabled .ffSelect > a > span {
  background-position: 0 -96px;
  color: #999; }

.ffSelectMenuWrapper {
  width: 100%; }

.ffSelectMenuWrapper .ffSelectMenuMidBG ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li {
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  min-height: 20px; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN {
  font-size: 14px; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN {
  color: #888; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.on {
  background-color: #1994D7;
  color: #FFFFFF; }

.ffSelectMenuWrapper {
  border-top: 1px solid #e0e2e5;
  width: 100%;
  background-color: #fff;
  padding-bottom: 7px;
  -webkit-box-shadow: 0 0 4px 1px #1D96D7;
  -moz-box-shadow: 0 0 4px 1px #1D96D7;
  box-shadow: 0 0 4px 1px #1D96D7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left-radius: 0;
  -webkit-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.setOnTop .ffSelectMenuWrapper {
  border-top: none;
  border-bottom: 1px solid #e0e2e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left-radius: 0;
  -webkit-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-radius-bottomright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 0;
  padding-top: 7px; }

.ffSelectMenuTop {
  height: 0px;
  /*//  background-position: 0 -394px;*/ }

.ffSelectMenuTop span {
  display: block;
  height: 5px;
  margin-left: 8px;
  background: right -384px; }

.ffSelectMenuBottom {
  height: 5px;
  background-position: 0 -414px; }

.ffSelectMenuBottom span {
  display: block;
  height: 5px;
  margin-left: 8px;
  background-position: right -404px; }

.ffSelectMenuMidBG {
  /*    background:url(images/sides.png) repeat-y right 0; */ }

.ffSelectMenuMid {
  outline: none;
  max-height: 200px;
  overflow: auto;
  /*background: url(images/sides.png) repeat-y 0 0;*/
  /*//padding-left: 4px;*/
  /*//margin-right:4px;*/ }

.scrollingBarWrapper {
  width: 24px;
  height: 200px;
  background: url(images/scrollingBarBg.png) no-repeat;
  right: 3px !important; }

.scrollingHandle {
  width: 24px;
  padding-top: 20px;
  background: url(images/scrollingHandleTop.png) no-repeat 0 0; }

.scrollingHandleBottom {
  width: 24px;
  background: url(images/scrollingHandleBottom.png) no-repeat 0px bottom; }

/* textarea */
.ffTextAreaWrapper textarea {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #555;
  background: none;
  font-family: Arial;
  resize: none; }

.ffTextAreaTop {
  /*//  height: 5px;*/
  /*//  background-position: 0 -394px;*/ }

.ffTextAreaTop span {
  display: block;
  /*//  height: 5px;*/
  /*//  margin-left: 8px;*/
  /*//  background-position: right -384px;*/ }

.ffTextAreaMid {
  /*//    background: transparent url(images/sides.png) repeat-y right 0;*/
  padding: 5px 6px 4px;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px 0 #777;
  -moz-box-shadow: 0 1px 3px 0 #777;
  box-shadow: 0 1px 3px 0 #777;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: none;
  -webkit-appearance: none;
  margin: 6px 0; }

.ffTextAreaMid .ffTextAreaLeft {
  /*//    background: url(images/sides.png) repeat-y 0 0;*/
  /*//    margin-right: 4px;*/ }

.ffTextAreaBottom {
  /*//  height: 5px;*/
  /*//  background-position: 0 -414px;*/ }

.ffTextAreaBottom span {
  display: block;
  /*//  height: 5px;*/
  /*//  margin-left: 6px;*/
  /*//  background-position: right -404px;*/ }

/* button */
.ffButtonWrapper > a {
  /*//  background-position: right -585px;*/
  display: block;
  text-decoration: none;
  outline: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 0 5px 9px 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.17s linear 0s;
  -o-transition: background 0.17s linear 0s;
  transition: background 0.17s linear 0s;
  background-color: #6FA623; }

.ffButtonWrapper a:hover,
.ffButtonWrapper a:focus,
.ffSelectWrapper a:hover,
ffSelectWrapper a:focus {
  text-decoration: none;
  outline: none; }

.ffButtonWrapper > a > span {
  /*//    background-position: 0 -424px;*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 11px;
  width: auto;
  padding: 7px 21px 0 21px;
  text-align: center;
  top: 1px; }

.ffButtonWrapper.dmi-dblLine > a > span {
  padding-top: 2px;
  font-size: 12px; }

.ffButtonWrapper.dmi-dblLine > a {
  padding-bottom: 3px; }

.ffButtonWrapper:hover > a {
  /*//    background-position: right -625px;*/
  background-color: #8dc63f; }

.ffButtonWrapper:hover > a > span {
  /*//    background-position: 0 -464px;*/ }

.ffButtonWrapper > a:active {
  /*//    background-position: right -665px;
//    position: relative;*/
  background-color: #598B14; }

.ffButtonWrapper > a:active > span {
  /*//    background-position: 0 -504px;*/ }

.ffButtonWrapper.disabled > a {
  background-position: right -705px;
  position: static; }

.ffButtonWrapper.disabled > a > span {
  background-position: 0 -544px;
  color: #c1c1c1; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }

/* remove webkit yellow border */
select.mobileSelect {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  display: block;
  z-index: 1006;
  width: 100% !important;
  height: 29px !important; }

.dmi-error .dmi-error .ffTextBoxLeft,
.dmi-error .dmi-error .ffPasswordLeft,
.dmi-error .dmi-error .ffTextAreaMid {
  -webkit-box-shadow: 0 0 4px 1px #FF4605;
  -moz-box-shadow: 0 0 4px 1px #FF4605;
  box-shadow: 0 0 4px 1px #FF4605; }

.callToAction a {
  background-color: #1994D7; }

.callToAction:hover a,
.callToAction a:active {
  background-color: #5AA5E0; }

.secondary a {
  background-color: #EDF5FA;
  color: #697A8D;
  text-shadow: none; }

.secondary:hover a,
.secondary a:active {
  color: #3DA2D9;
  background-color: #EDF5FA; }

.secondary > a > span {
  color: #697A8D; }

.secondary:hover > a > span {
  color: #3DA2D9; }

.ffSelect .defaultOption {
  font-style: italic; }

.ffSelectWrapper > .ffSelect > a:hover > span {
  color: #1994D7; }

.fancyfieldsLabel {
  color: #253B56;
  font-size: 14px;
  font-weight: bold; }

.ffGroup {
  margin-top: 10px;
  font-weight: bold;
  padding-left: 5px !important; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled.ffGroup SPAN {
  color: #253B56; }

.ffSelectMenuWrapper .ffSelectMenuMidBG li.on.ffGroup {
  background-color: transparent; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.lt-ie9 .ffTextBoxLeft,
.lt-ie9 .ffTextBoxRight,
.lt-ie9 .ffPasswordLeft,
.lt-ie9 .ffPasswordRight,
.lt-ie9 .ffSelectButton,
.lt-ie9 .ffSelectButton span,
.lt-ie9 .ffSelectMenuWrapper div.ffSelectMenuTop,
.lt-ie9 .ffSelectMenuWrapper div.ffSelectMenuBottom,
.lt-ie9 .ffSelectMenuWrapper > div > span,
.lt-ie9 .ffTextAreaTop,
.lt-ie9 .ffTextAreaTop span,
.lt-ie9 .ffTextAreaBottom,
.lt-ie9 .ffTextAreaBottom span,
.lt-ie9 .ffSubmitWrapper a,
.lt-ie9 .ffSubmitWrapper a span,
.lt-ie9 .ffResetWrapper a,
.lt-ie9 .ffResetWrapper a span,
.lt-ie9 .ffButtonWrapper a,
.lt-ie9 .ffButtonWrapper a span {
  background-image: url(../../../images/sprite.png);
  background-repeat: no-repeat; }

.lt-ie9 .ffTextBoxRight,
.lt-ie9 .ffPasswordRight,
.lt-ie9 .ffTextBoxRight:hover,
.lt-ie9 .ffPasswordRight:hover {
  background-position: right -334px;
  padding-right: 12px; }

.lt-ie9 .ffTextBoxLeft,
.lt-ie9 .ffPasswordLeft,
.lt-ie9 .ffTextBoxLeft:hover,
.lt-ie9 .ffPasswordLeft:hover {
  padding: 2px 0;
  background-position: left -102px;
  background-image: url("../../../images/sprite.png");
  background-color: transparent; }

.lt-ie9 .dmi-error .dmi-error .ffTextBoxLeft,
.lt-ie9 .dmi-error .dmi-error .ffPasswordLeft {
  background-position: left -134px; }

.lt-ie9 .dmi-error .dmi-error .ffTextBoxRight,
.lt-ie9 .dmi-error .dmi-error .ffPasswordRight {
  background-position: right -366px; }

.lt-ie9 .ffButtonWrapper > a,
.lt-ie9 .ffButtonWrapper > a:hover,
.lt-ie9 .ffButtonWrapper > a:focus {
  background-position: right -266px;
  padding: 0 17px 0 0;
  background-color: transparent;
  border-radius: 0; }

.lt-ie9 .ffButtonWrapper > a > span,
.lt-ie9 .ffButtonWrapper > a:hover > span,
.lt-ie9 .ffButtonWrapper > a:focus > span {
  background-position: left -34px;
  padding: 0 2px 9px 22px;
  height: 32px;
  border-radius: 0;
  line-height: 30px;
  background-image: url("../../../images/sprite.png");
  -webkit-filter: none;
  filter: none; }

.lt-ie9 .ffButtonWrapper > a > span span {
  background-image: none; }

.lt-ie9 .ffButtonWrapper.callToAction > a,
.lt-ie9 .ffButtonWrapper.callToAction > a:hover,
.lt-ie9 .ffButtonWrapper.callToAction > a:focus {
  background-position: right -232px; }

.lt-ie9 .ffButtonWrapper.callToAction > a > span,
.lt-ie9 .ffButtonWrapper.callToAction > a:hover > span,
.lt-ie9 .ffButtonWrapper.callToAction > a:focus > span {
  background-position: left 0px; }

.lt-ie9 .ffButtonWrapper.callToAction > a > span span,
.lt-ie9 .ffButtonWrapper.callToAction > a:hover > span span,
.lt-ie9 .ffButtonWrapper.callToAction > a:focus > span span {
  background-image: none; }

.lt-ie9 .ffButtonWrapper.secondary > a,
.lt-ie9 .ffButtonWrapper.secondary > a:hover,
.lt-ie9 .ffButtonWrapper.secondary > a:focus {
  background-position: right -300px; }

.lt-ie9 .ffButtonWrapper.secondary > a > span,
.lt-ie9 .ffButtonWrapper.secondary > a:hover > span,
.lt-ie9 .ffButtonWrapper.secondary > a:focus > span {
  background-position: left -68px; }

.lt-ie9 .ffButtonWrapper.secondary > a > span span,
.lt-ie9 .ffButtonWrapper.secondary > a:hover > span span,
.lt-ie9 .ffButtonWrapper.secondary > a:focus > span span {
  background-image: none; }

.lt-ie9 .ffSelectWrapper.focus .ffSelect,
.lt-ie9 .ffSelectWrapper.active .ffSelect {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }

.lt-ie9 .ffSelect,
.lt-ie9 .ffSelect:hover {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lt-ie9 .ffSelect > a {
  height: 31px;
  background: none;
  border-radius: 0;
  background-position: right -400px;
  padding: 0 22px 0 0;
  background-image: url("../../../images/sprite.png"); }

.lt-ie9 .ffSelect > a > span {
  height: 31px; }

.lt-ie9 .ffSelectWrapper.focus .ffSelect > a > span,
.lt-ie9 .ffSelectWrapper.active .ffSelect > a > span,
.lt-ie9 .ffSelect > a > span,
.lt-ie9 .ffSelect:hover > a > span {
  background-position: left -166px;
  margin-right: 0; }

.lt-ie9 .dmi-error .dmi-error .ffSelectWrapper.focus .ffSelect > a > span,
.lt-ie9 .dmi-error .dmi-error .ffSelectWrapper.active .ffSelect > a > span,
.lt-ie9 .dmi-error .dmi-error .ffSelect > a > span,
.lt-ie9 .dmi-error .dmi-error .ffSelect:hover > a > span {
  background-position: left -198px; }

.lt-ie9 .dmi-error .dmi-error .ffSelect > a {
  background-position: right -430px; }

.lt-ie9 .ffSelectMenuWrapper {
  padding: 5px 0px;
  top: 18px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }

.lt-ie9 .ffSelectMenuMidBG {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABCAYAAADq6085AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODQ0RjJCNkEwMTM2MTFFMTk5NTk5QTFCQjlENjM1OTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ0RjJCNkIwMTM2MTFFMTk5NTk5QTFCQjlENjM1OTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NDRGMkI2ODAxMzYxMUUxOTk1OTlBMUJCOUQ2MzU5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NDRGMkI2OTAxMzYxMUUxOTk1OTlBMUJCOUQ2MzU5MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl8IYbQAAAAhSURBVHjaYjScepePgYFBDoj19iUpzBTgYOJhwAMAAgwAnzQD/qKTUJAAAAAASUVORK5CYII=") repeat-y top left;
  padding-left: 3px; }

.lt-ie9 .ffSelectMenuMid {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABCAYAAADq6085AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTE2MTM1OEQwMTM2MTFFMTk5NTk5QTFCQjlENjM1OTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTE2MTM1OEUwMTM2MTFFMTk5NTk5QTFCQjlENjM1OTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MTYxMzU4QjAxMzYxMUUxOTk1OTlBMUJCOUQ2MzU5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MTYxMzU4QzAxMzYxMUUxOTk1OTlBMUJCOUQ2MzU5MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmtq2JsAAAAfSURBVHjaYvwPBAx4wIcf/744zXuQDmReAuJHAAEGAAzEC7M3ppInAAAAAElFTkSuQmCC") repeat-y top right;
  padding-right: 3px; }

.lt-ie9 .ffSelectMenuBottom {
  padding-right: 12px;
  height: 12px;
  background-position: right -474px; }

.lt-ie9 .ffSelectMenuBottom span {
  height: 12px;
  margin: 0;
  background-position: left -462px; }

html.lt-ie9 body#dmi-BO1 .dmi-dateOfBirthDayContainer .ffSelect > a > span,
html.lt-ie9 body#dmi-BO1 .dmi-documentExpiryDateDayContainer .ffSelect > a > span,
html.lt-ie9 body#dmi-BO1 .dmi-creditCardExpirationDateContainer .ffSelect > a > span,
html.lt-ie9 body#dmi-RP1 .ffSelect > a > span,
html.lt-ie9 body#dmi-RP1 .ffSelect > a > span,
html.lt-ie9 body#dmi-RP2 .ffSelect > a > span,
html.lt-ie9 body#dmi-RP2 .ffSelect > a > span {
  margin-right: 0; }

html.lt-ie9 body#dmi-RP2 .dmi-hotelSelection .ffSelect > a {
  background-position: right -398px; }

/*
JQUERY UI
*/
.lt-ie9 .ui-widget-content .ui-dialog-buttonset .ui-state-default,
.lt-ie9 .ui-widget-content .ui-dialog-buttonset .ui-state-default span.ui-button-text {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("../../../images/sprite.png");
  background-position: right -266px;
  padding: 0 17px 9px 0px; }

.lt-ie9 .ui-widget-content .ui-dialog-buttonset .ui-state-default span.ui-button-text {
  background-position: left -34px;
  padding: 0 0 0 17px;
  height: 34px;
  line-height: 30px;
  -webkit-filter: none;
  filter: none; }

.lt-ie9 .ui-widget-content .ui-dialog-buttonset .ui-state-default.secondary {
  background-position: right -300px;
  padding: 0 17px 0 0;
  background-color: transparent; }

.lt-ie9 .ui-widget-content .ui-dialog-buttonset .ui-state-default.secondary span.ui-button-text {
  background-position: left -68px; }
