/* ========================================================= */
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* jform  */
/*actions buttons  */
/* buttons */
/* controls */
/* */
/* form */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* generic buttons  */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto700.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("fonts/robotoIta300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/robotoIta400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/robotoIta500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/robotoIta700.woff") format("woff");
}
/*@theme-color: #2c7bb8;*/
.field input[type=text]:focus,
.field input[type=password]:focus,
.field input[type=email]:focus,
.field input[type=url]:focus,
.field input[type=date]:focus,
.field input[type=number]:focus,
.field input[type=tel]:focus,
.field textarea:focus,
.field select:focus,
.field input[type=text]:hover,
.field input[type=password]:hover,
.field input[type=email]:hover,
.field input[type=url]:hover,
.field input[type=date]:hover,
.field input[type=number]:hover,
.field input[type=tel]:hover,
.field textarea:hover,
.field select:hover {
  border-width: 1px;
}
.QuestionSet {
  margin: 0;
}
.QuestionBox > .fieldBox .field-wrapper .field,
.QuestionBox > .fieldBox .field-wrapper .Suffix,
.QuestionBox > .fieldBox .field-wrapper .callNote {
  vertical-align: middle;
}
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: middle;
}
#main_zone h4,
#main_zone h5 {
  color: inherit;
  font-family: unset !important;
}
.field input[type="text"],
.field input[type="password"],
.field input[type="email"],
.field input[type="url"],
.field input[type="date"],
.field input[type="number"],
.field input[type="tel"],
.field textarea,
.field select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 22px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.fp-icon.edit::before {
  display: none;
}
section {
  padding-bottom: 0px !important;
}
.field select:focus,
.field select:hover,
.field input:focus,
.field input:hover {
  padding-left: 12px !important;
  padding-right: 7px;
}
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  padding: 6px 12px !important;
}
#main_zone h3 {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 35px;
  color: inherit;
  font-family: inherit;
}
#map-collapse h3 {
  color: inherit !important;
}
div.buttonForm > button > span.fp-icon {
  display: none !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  /*padding-right: 0px !important;*/
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.stepButtons .buttonForm.primary button .fp-btn-text,
.stepButtons .buttonPage.primary button .fp-btn-text {
  text-transform: none !important;
  padding-right: 0 !important;
}
button.linkButton.primary,
.stepButtons .buttonForm.primary button {
  background-color: #2c7bb8 !important;
}
/** .btn-primary:hover */
button.linkButton.primary:hover,
.stepButtons .buttonForm.primary button:hover,
.stepButtons .buttonForm.primary button:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
}
.stepButtons .buttonForm.secondary button .fp-btn-text,
.stepButtons .buttonPage.secondary button .fp-btn-text {
  text-transform: none !important;
  padding-left: 0 !important;
}

button.linkButton.secondary:hover,
.stepButtons .buttonForm.secondary button:hover,
.stepButtons .buttonPage.secondary button:hover,
.stepButtons .buttonForm.secondary button:focus,
.stepButtons .buttonPage.secondary button:focus {
  background: transparent none repeat scroll 0 0 !important;
  color: #333 !important;
}
.stepButtons .buttonForm button .fp-btn-text,
.stepButtons .buttonPage button .fp-btn-text {
  font-size: 1em !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  min-height: unset !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.stepButtons .buttonForm,
.stepButtons .buttonPage {
  width: unset !important;
  margin-right: 4px !important;
}
button.linkButton.primary,
.stepButtons .buttonPage.primary button {
  border: 1px solid #2c7bb8 !important;
}
#actionButtons > button > span {
  color: #000000;
}
#progressBar {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  margin-top: 0 !important;
  color: #b2b2b2 !important;
}
div.navbar-header > h1 {
  margin-bottom: 11px;
}
.stepButtons {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/** EFORM-932 */
.ui-autocomplete-loading {
  background: url(images/ajax-loader.gif) no-repeat right center !important;
}
/** */
div.table-scroller table.Table {
  border: none !important;
}
#actionButtons .fp-btn {
  display: table !important;
}
#actionButtons {
  text-align: left !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: inherit;
  }
}
div.menuActionButtons {
  margin-top: 50px !important;
  padding: 0;
}
@media (max-width: 991px) {
  div.menuActionButtons {
    margin-top: 0 !important;
  }
}
/**
@media (max-width: 991px) {
	#actionButtons h3 {
		display: none;
	}
}
*/
/**
@media (max-width: 991px) {
	#actionButtons .fp-btn .fp-btn-text {
	    position: absolute !important;
	    white-space: nowrap;
	    clip: unset !important;
	    height: unset !important;
	    overflow: unset !important;
	    width: inherit !important;
	    padding: 11px 25px !important;
	}
}
*/
@media (max-width: 991px) {
  #actionButtons {
    background-color: #ededed !important;
  }
  div.map-entry-button,
  div.map-entry-button.unvisited {
    background-color: #ededed !important;
  }
  #actionButtons button {
    background-color: #ededed !important;
    border: 1px #ededed !important;
  }
}
label.required:before {
  content: "*";
  font-family: "Ionicons";
  font-weight: normal;
  padding-right: 5px;
}
.fieldBox.required .field > .fp-icon.status::before {
  display: none !important;
}
div.tooltiponly span.fieldBox.ComboBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  position: absolute;
}
div.tooltiponly span.fieldBox.TextBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  padding-left: 12px;
  position: absolute;
}
.QuestionSet.Label-inline .LabelCell.end,
.QuestionSet.Label-auto .LabelCell.end {
  text-align: none;
}
/** EFORM-983 
@media (max-width: 991px) {
	div.LabelCell {
		text-align: left !important;
		display: inherit !important;
	}
}
*/
/** EFORM-1034 */
div.LabelCell {
  text-align: left !important;
  display: inherit !important;
}
div.QuestionCell {
  display: inherit !important;
}
span.QuestionBox {
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  button.linkButton.secondary .fp-btn-text,
  .stepButtons .buttonForm.secondary button .fp-btn-text {
    position: relative !important;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  div.row > div.col-md-4 {
    background-color: #ededed !important;
    padding-bottom: 10px;
  }
}
section > div.row {
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 991px) {
  #progressBar {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  #map-collapse h3 {
    padding-left: 0 !important;
  }
}
/** EFORM-928 */
@media (min-width: 970px) {
  #wrapper > section {
    width: 930px;
    margin: auto;
  }
}
@media (min-width: 1170px) {
  #wrapper > section {
    width: 1140px;
    margin: auto;
  }
}
#pageBesoinAide {
  padding-top: 25px;
  padding-bottom: 10px;
}
#pageBesoinAide div.container {
  padding-left: 0;
}
/**
#actionButtons button .fp-btn-text {
    margin: unset !important;
    margin-top: 12px !important;
    position: absolute;
    white-space: nowrap;
	overflow: unset !important;
	clip: unset !important;
}
#actionButtons button.info .fp-btn-text {
	margin-left: 30px !important;
}
#actionButtons button.help .fp-btn-text {
	margin-left: 24px !important;
}
#actionButtons button.load .fp-btn-text {
	margin-left: 27px !important;
}
#actionButtons button.quit .fp-btn-text {
	margin-left: 20px !important;
}
*/
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: table-cell !important;
  }
  #actionButtons {
    display: table !important;
  }
}
/** EFORM-988 */
.field textarea {
  height: auto !important;
  overflow-x: auto !important;
  resize: both !important;
}
/** EFORM-991 */
.footer_bas div.row > div.col-md-4,
.footer_bas div.row > div.col-sm-4 {
  background-color: inherit !important;
}
/** EFORM-995 */
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: top !important;
}
/** OCPRENS-97 */
div.QuestionSet.hiddenQuestionSet {
  display: none !important;
}
/** OCPRENS-37 */
.disabledLink.callNote {
  display: none;
}
/** Couleur de fond de l'entete suivant l'environnement */
header.env-DEV {
  background-color: #99FF99 !important;
}
header.env-REC {
  background-color: #FF9999 !important;
}
header.env-PROD {
  background-color: transparent;
}
/** EFORM-1015 */
#actionButtons .fp-btn .fp-icon,
.map-entry-button.selected > button > span.fp-icon {
  color: #337ab7 !important;
}
.fp-btn.Note {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: #000000 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct {
  background-color: #337ab7 !important;
  border: 0 none;
  border-radius: 0px;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
#actionButtons .fp-btn:hover {
  border-bottom: 2px solid #337ab7 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn {
  font: unset !important;
}
/** EFORM-1009 */
#wrapper > section {
  padding-bottom: 44px !important;
}
/** EFORM-1010 */
#fp-recap .recapPage .recapPage-content {
  background-color: #e1e1e1 !important;
}
.MetaContent.validation {
  background-color: #e1e1e1 !important;
}
/** EFORM-1007 */
@media (max-width: 991px) {
  #menu-toggle.e_demarche {
    height: 55px !important;
  }
}
/** EFORM-1016 */
form.AttachmentForm span.fp-btn.upload {
  font: unset !important;
  background-color: #337ab7;
  border-color: 0 none !important;
  border-radius: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid;
}
form.AttachmentForm span.fp-btn.upload:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px;
  border-radius: 0px !important;
}
form.AttachmentForm button.delete {
  font: unset !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px !important;
  border: 1px solid;
}
form.AttachmentForm button.delete:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  border-radius: 0px !important;
}
.fp-btn.delete:hover {
  padding-top: 0 !important;
}
/** EFORM-1014 */
.fp-btn.iteratorDelete {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete:hover {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete .fp-btn-text {
  clip: unset;
  overflow: unset;
}
.fp-btn.iteratorInsertAfter,
.fp-btn.iteratorInsertBefore {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter:hover,
.fp-btn.iteratorInsertBefore:hover {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter .fp-btn-text,
.fp-btn.iteratorInsertBefore .fp-btn-text {
  clip: unset;
  overflow: unset;
}
/** EFORM-1026 */
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  border-color: #337ab7;
}
/** EFORM-1025 */
.mdz_checked .radio-button > input:checked ~ .radio-mark {
  color: #337ab7;
}
/** EFORM-1024 */
.fp-btn {
  border-radius: 0px;
}
/** EFORM-1023 */
.Content.important,
.Content.code,
.Content.definition,
.Content.example,
.Content.remark,
.Content.warning,
.MetaContent.validation,
.MetaContent.validationSucceeded,
.MetaContent.validationFail,
.MetaContent.message,
.MetaContent.error {
  background-color: unset;
  border-width: 1px;
  border-radius: 4px;
}
.Content.important,
.MetaContent.error {
  border-color: #ebccd1;
}
.Content.warning {
  border-color: #faebcc;
}
.Content.remark {
  border-color: #337ab7;
}
.Content.definition {
  border-color: #bce8f1;
}
.MetaContent.message,
.MetaContent.validation {
  border-color: #999999;
}
.MetaContent.validationSucceeded {
  border-color: #d6e9c6;
  padding: 0;
}
.MetaContent.validationSucceeded > p {
  padding: 15px;
}
.MetaContent.validationFail > p {
  padding: 15px;
}
.MetaContent.validationSucceeded > p.start:first-child {
  background-color: #d6e9c6;
  color: #3c763d;
}
.MetaContent.validationFail > p:first-child {
  background-color: #c112128a;
  color: #600808c9;
}
/** EFORM-1029 */
.NoteDialog.ui-widget.ui-widget-content {
  border-color: #337ab7;
  border-width: 1px 1px 1px;
}
span.ui-dialog-title {
  color: #337ab7;
}
button.ui-dialog-titlebar-close:hover > span.ui-icon-closethick {
  color: #337ab7 !important;
}
.fieldBox.disabled .field input[type="text"],
.fieldBox.disabled .field input[type="password"],
.fieldBox.disabled .field input[type="email"],
.fieldBox.disabled .field input[type="url"],
.fieldBox.disabled .field input[type="date"],
.fieldBox.disabled .field input[type="number"],
.fieldBox.disabled .field input[type="tel"],
.fieldBox.disabled .field textarea,
.fieldBox.disabled .field select {
  padding: 6px 12px !important;
}
body.error span {
  color: #333333;
}
div.error,
table tr.error {
  background-color: unset;
  color: inherit;
}
.error {
  color: inherit;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct:hover {
  background-color: #ffffff !important;
  border-color: #337ab7 !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #337ab7 !important;
  padding-top: 3px !important;
}
div.buttonForm.secondary {
  width: 0%;
}
/** ---EFORM-1033 : affichage du menu en haut en gris sur desktop -- */
/** Menu Etapes: Affichage sur toute la longueur du block */
div.panel-navigation .col-md-4 {
  width: 100% !important;
}
/** Menu Etapes: Background ? la bonne couleur */
@media (min-width: 991px) {
  div.map-entry-button:hover {
    background-color: #EDEDED !important;
  }
  div.map-entry-button {
    background-color: #EDEDED !important;
  }
}
/** Menu Actions: R?duction de l'espace avant le titre Actions sur desktop*/
@media (min-width: 991px) {
  div.menuActionButtons {
    padding: 0px;
    margin-top: 0px !important;
  }
}
/** Menu Actions: suppression de la ligne du haut du menu Actions sur desktop et mis background ? la bonne couleur*/
@media (min-width: 991px) {
  #actionButtons {
    border-top: 0px solid #E1E1E1 !important;
    border-bottom: 0px solid #E1E1E1 !important;
    background-color: #EDEDED !important;
  }
  #actionButtons .fp-btn {
    border-color: -moz-use-text-color #ededed !important;
    background-color: #EDEDED !important;
    color: #EDEDED !important;
  }
}
/** Rendu des ?tapes pour ressembler le plus possible ? la charte pour le moment */
#navigation > div.panel-navigation > div.container > div.col-md-4 {
  padding: 0 !important;
  margin-bottom: 30px;
}
#map-collapse ul.map-menu > li:first-child {
  border-top: 1px solid #b2b2b2 !important;
}
#map-collapse ul.map-menu {
  border-left: none !important;
  border-right: none !important;
}
li.map-entry > div.map-entry-button {
  border-bottom: 1px solid #b2b2b2 !important;
}
/** ------------------------------------------------------------------------------------------ */
section > div.row {
  padding-left: 16px;
}
@media (max-width: 991px) {
  section > div.row {
    padding-left: 0;
  }
}
@media (max-width: 971px) {
  div.footer_haut > div.container {
    padding-left: 0;
  }
  div.footer_bas > div.container {
    padding-left: 0;
  }
}
/** ECOEXTRAITRCEL-55 */
div.recapPage div.Content.hrcSearchFields {
  display: none;
}
/** ECOEXTRAITRCEL-64 */
#infoMaxResultsEntreprises {
  font-size: 75%;
  font-weight: bold;
  line-height: 0.8em;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #e1e1e1 !important;
}
/** EFORM-1113 */
#paragraph-text-required-fields {
  text-align: right;
}
span.AttachmentBox span.callNote {
  vertical-align: top !important;
  padding-top: 1px !important;
}
span.AttachmentBox .fp-btn.Note {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
/** EFORM-1129 : debut */
#fp-recap .recapPage-title {
  background-color: #337ab7 !important;
  color: white !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: white !important;
}
#fp-recap .recapPage {
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-content {
  background-color: white !important;
}
#fp-recap label {
  font-weight: bold !important;
  color: #000000 !important;
}
#fp-recap .Question,
#fp-recap .field {
  width: 100% !important;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  width: 100% !important;
}
#fp-recap .field {
  padding-right: 0px;
}
#fp-recap .report-data {
  border: 1px solid #ccc;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #eeeeee !important;
}
#fp-recap p {
  color: #000000 !important;
}
#fp-recap h4,
#fp-recap h5,
#fp-recap h6 {
  color: #000000 !important;
}
/** EFORM-1129 : fin */
/** EFORM-1108 : debut */
@media (max-width: 971px) {
  .jumbotron {
    padding: 0px 0 !important;
  }
  #navigation {
    padding-top: 5px !important;
  }
  #navigation > div.panel-navigation > div.container > div.col-md-4 {
    margin-bottom: 0px !important;
  }
  #navigation #menuForm {
    margin-bottom: 10px !important;
  }
}
/** EFORM-1108 : fin */
div.QuestionSet-hidden {
  display: none;
}
#main_zone h3 {
  font: 700 1.4em "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
}
#main_zone h3.Subtitle {
  font: italic normal 1.4em "Trebuchet MS", Helvetica, sans-serif;
}
#main_zone h4 {
  font: 700 1.3em "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
}
#main_zone h4.Subtitle {
  font: italic normal 1.3em "Trebuchet MS", Helvetica, sans-serif;
}
#main_zone h5 {
  font: 700 1.2em "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
}
#main_zone h5.Subtitle {
  font: italic normal 1.2em "Trebuchet MS", Helvetica, sans-serif;
}
#main_zone h6 {
  font: 700 1.1em "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
}
#main_zone h6.Subtitle {
  font: italic normal 1.1em "Trebuchet MS", Helvetica, sans-serif;
}
#main_zone h3,
#main_zone h4,
#main_zone h5,
#main_zone h6 {
  margin: 1em 0;
}
.pageBreakBefore {
  page-break-before: always;
}
.fp-btn.callSection {
  width: 100%;
  display: block;
}
.fp-btn.callSection,
.fp-btn.callSection:hover {
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin: 5px 0;
  background-color: #ffffff;
  color: #0092d0;
  text-decoration: none;
  text-align: left;
  font-size: 1.1em;
  position: relative;
}
html[dir='rtl'] .fp-btn.callSection,
html[dir='rtl'] .fp-btn.callSection:hover {
  text-align: right;
}
html[dir='rtl'] .fp-btn.callSection,
html[dir='rtl'] .fp-btn.callSection:hover {
  text-align: right;
}
.fp-btn.callSection:hover {
  background-color: #ffffff;
  border-color: #0092d0;
  color: #0092d0;
  border-bottom-width: 2px;
}
.fp-btn.callSection .fp-btn-text {
  padding-left: 0;
  padding-right: 15px;
  display: inline-block;
}
html[dir='rtl'] .fp-btn.callSection .fp-btn-text {
  padding-left: 15px;
  padding-right: 0;
}
html[dir='rtl'] .fp-btn.callSection .fp-btn-text {
  padding-left: 15px;
  padding-right: 0;
}
.fp-btn.callSection .fp-icon {
  font-size: 1.4em;
  position: absolute;
  right: 15px;
}
.fp-btn.callSection .fp-icon:before {
  font-family: "Ionicons";
  content: "\f125";
}
.Content.code,
.Content.definition,
.Content.example,
.Content.important,
.Content.questions,
.Content.remark,
.Content.warning {
  margin: 19px 0;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.Content.code {
  border-left: 4px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
html[dir='rtl'] .Content.code {
  border-right: 4px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .Content.code {
  border-right: 4px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.Content.definition {
  border-left: 4px solid #0092d0;
  border-right: 1px solid #e1e1e1;
}
html[dir='rtl'] .Content.definition {
  border-right: 4px solid #0092d0;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .Content.definition {
  border-right: 4px solid #0092d0;
  border-left: 1px solid #e1e1e1;
}
.Content.example {
  border-color: #0092d0;
  border-left: 4px solid #0092d0;
  border-right: 1px solid #0092d0;
}
html[dir='rtl'] .Content.example {
  border-right: 4px solid #0092d0;
  border-left: 1px solid #0092d0;
}
html[dir='rtl'] .Content.example {
  border-right: 4px solid #0092d0;
  border-left: 1px solid #0092d0;
}
.Content.important {
  border-color: #cc0033;
  border-left: 4px solid #cc0033;
  border-right: 1px solid #cc0033;
  background-color: #fbf7f8 /*#fff3f6*/;
}
html[dir='rtl'] .Content.important {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
html[dir='rtl'] .Content.important {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
.Content.remark {
  border-left: 4px solid #ff8700;
  border-right: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
html[dir='rtl'] .Content.remark {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .Content.remark {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
.Content.warning {
  border-color: #ff8700;
  border-left: 4px solid #ff8700;
  border-right: 1px solid #ff8700;
  background-color: #fff3e7;
}
html[dir='rtl'] .Content.warning {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #ff8700;
}
html[dir='rtl'] .Content.warning {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #ff8700;
}
.MetaContent.exitInterview,
.MetaContent.exited,
.MetaContent.validation,
.MetaContent.validationSucceeded,
.MetaContent.validationFail,
.MetaContent.loginError,
.MetaContent.message,
.MetaContent.error {
  margin: 19px 0;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.MetaContent.message,
.MetaContent.validation {
  border-color: #e1e1e1;
  border-left: 4px solid #ff8700;
  border-right: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
html[dir='rtl'] .MetaContent.message,
.MetaContent.validation {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .MetaContent.message,
.MetaContent.validation {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
.MetaContent.validationSucceeded {
  border-color: #00cc33;
  border-left: 4px solid #00cc33;
  border-right: 1px solid #00cc33;
  background-color: transparent;
}
html[dir='rtl'] .MetaContent.validationSucceeded {
  border-right: 4px solid #00cc33;
  border-left: 1px solid #00cc33;
}
html[dir='rtl'] .MetaContent.validationSucceeded {
  border-right: 4px solid #00cc33;
  border-left: 1px solid #00cc33;
}
.MetaContent.validationFail {
  border-color: #c112128a;
  border-left: 4px solid #c112128a;
  border-right: 1px solid #c112128a;
  background-color: transparent;
  padding: 0;
}

html[dir='rtl'] .MetaContent.validationFail {
  border-right: 4px solid #c112128a;
  border-left: 1px solid #c112128a;
}
html[dir='rtl'] .MetaContent.validationFail {
  border-right: 4px solid #c112128a;
  border-left: 1px solid #c112128a;
}
.MetaContent.exitInterview {
  border-color: #e1e1e1;
  border-left: 4px solid #ff8700;
  border-right: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
html[dir='rtl'] .MetaContent.exitInterview {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .MetaContent.exitInterview {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #e1e1e1;
}
.MetaContent.exited {
  border-color: #cc0033;
  border-left: 4px solid #cc0033;
  border-right: 1px solid #cc0033;
  background-color: #fbf7f8 /*#fff3f6*/;
}
html[dir='rtl'] .MetaContent.exited {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
html[dir='rtl'] .MetaContent.exited {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
.MetaContent.loginError {
  display: none;
  text-color: #cc0033;
  border-color: #cc0033;
  border-left: 4px solid #cc0033;
  border-right: 1px solid #cc0033;
  background-color: #fbf7f8 /*#fff3f6*/;
}
html[dir='rtl'] .MetaContent.loginError {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
html[dir='rtl'] .MetaContent.loginError {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
.MetaContent.error{
  border-color: #e1e1e1;
  border-left: 4px solid #cc0033;
  border-right: 1px solid #e1e1e1;
  background-color: transparent;
}
html[dir='rtl'] .MetaContent.error {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #e1e1e1;
}
html[dir='rtl'] .MetaContent.error {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #e1e1e1;
}
.MetaFields.organisation .departments {
  margin-bottom: 14px;
}
.MetaFields.organisation .departments span.name {
  display: block;
  font-weight: bold;
}
.MetaFields.organisation .departments span.department1,
.MetaFields.organisation .departments span.department2,
.MetaFields.organisation .departments span.department3,
.MetaFields.organisation .departments span.department4 {
  display: block;
}
.MetaFields.organisation .identifiers {
  margin-bottom: 14px;
}
.MetaFields.organisation .identifiers span.identifier1,
.MetaFields.organisation .identifiers span.identifier2,
.MetaFields.organisation .identifiers span.identifier3,
.MetaFields.organisation .identifiers span.identifier4 {
  display: block;
}
.MetaFields.organisation .details span.address-line1,
.MetaFields.organisation .details span.address-line2 {
  display: block;
}
.MetaFields.organisation .details span.zip-city {
  display: block;
}
.MetaFields.organisation .details span.zip-code,
.MetaFields.organisation .details span.city {
  display: inline;
  padding-left: 0;
  padding-right: 0.4em;
}
html[dir='rtl'] .MetaFields.organisation .details span.zip-code,
html[dir='rtl'] .MetaFields.organisation .details span.city {
  padding-left: 0.4em;
  padding-right: 0;
}
html[dir='rtl'] .MetaFields.organisation .details span.zip-code,
html[dir='rtl'] .MetaFields.organisation .details span.city {
  padding-left: 0.4em;
  padding-right: 0;
}
.MetaFields.organisation .details span.phone,
.MetaFields.organisation .details span.fax {
  display: block;
}
.MetaFields.organisation .details span.website,
.MetaFields.organisation .details span.email {
  display: block;
}
/* List */
p.ListTitle {
  font: bold 1.1em "Trebuchet MS", Helvetica, sans-serif;
}
div.List {
  margin: 14px 0;
}
div.List.Spacing-sm {
  margin: 8.5px 0;
}
div.List.Spacing-xs {
  margin: 6px 0;
}
div.List.Spacing-lg {
  margin: 19px 0;
}
div.List.Spacing-xl {
  margin: 28px 0;
}
ul.bullet {
  list-style-type: disc;
}
ul.bullet2 {
  list-style-type: circle;
  list-style-image: none;
}
ul.indent {
  list-style-type: none;
  list-style-image: none;
}
ul.dash {
  background-color: transparent;
  list-style-type: none;
  list-style-image: none;
}
ul.dash li {
  margin-left: -1em;
  margin-right: 0;
  position: relative;
}
html[dir='rtl'] ul.dash li {
  margin-left: 0;
  margin-right: -1em;
}
html[dir='rtl'] ul.dash li {
  margin-left: 0;
  margin-right: -1em;
}
ul.dash li:before {
  content: "-";
  position: absolute;
  left: 0;
  right: auto;
}
html[dir='rtl'] ul.dash li:before {
  left: auto;
  right: 0;
}
html[dir='rtl'] ul.dash li:before {
  left: auto;
  right: 0;
}
ul.dash li p {
  margin-left: 1em;
  margin-right: 0;
}
html[dir='rtl'] ul.dash li p {
  margin-left: 0;
  margin-right: 1em;
}
html[dir='rtl'] ul.dash li p {
  margin-left: 0;
  margin-right: 1em;
}
ol.number {
  list-style-type: decimal;
}
ol.roman {
  list-style-type: upper-roman;
}
ol.letter {
  list-style-type: lower-alpha;
}
.table-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  height: 100%;
}
.Table {
  margin: 14px 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dddddd;
}
.Table.Spacing-sm {
  margin: 8.5px 0;
}
.Table.Spacing-xs {
  margin: 6px 0;
}
.Table.Spacing-lg {
  margin: 19px 0;
}
.Table.Spacing-xl {
  margin: 28px 0;
}
.Table.end {
  margin-left: auto;
  margin-right: 0;
}
html[dir='rtl'] .Table.end {
  margin-left: 0;
  margin-right: auto;
}
html[dir='rtl'] .Table.end {
  margin-left: 0;
  margin-right: auto;
}
.Table.center {
  margin-right: auto;
  margin-left: auto;
}
.Table.start {
  margin-left: 0;
  margin-right: auto;
}
html[dir='rtl'] .Table.start {
  margin-left: auto;
  margin-right: 0;
}
html[dir='rtl'] .Table.start {
  margin-left: auto;
  margin-right: 0;
}
.Table td,
.Table th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #dddddd;
}
.Table td.noBorder,
.Table th.noBorder {
  border: none !important;
}
.Table td.border,
.Table th.border {
  border: 1px solid #dddddd !important;
}
.Table td.emphasis,
.Table th.emphasis {
  background-color: #ededed;
  color: inherit;
}
.Table td.top,
.Table th.top {
  vertical-align: top;
}
.Table td.middle,
.Table th.middle {
  vertical-align: middle;
}
.Table td.bottom,
.Table th.bottom {
  vertical-align: bottom;
}
.Table td.baseline,
.Table th.baseline {
  vertical-align: baseline;
}
.Table caption {
  color: #333;
  font-weight: bold;
}
.Table thead {
  background-color: #ffffff;
  font: bold 1em "Trebuchet MS", Helvetica, sans-serif;
}
.Table.border {
  border: 1px solid #dddddd;
}
.Table.borderOnTable {
  border: 1px solid #dddddd;
}
.Table.borderOnTable td,
.Table.borderOnTable th {
  border: none;
}
.Table.noBorder {
  border: none;
}
.Table.noBorder td,
.Table.noBorder th {
  border: none;
}
.Table.borderOnCells {
  border: none;
}
.Table.borderOnCells td,
.Table.borderOnCells th {
  border: 1px solid #dddddd;
}
.Table.oddEven {
  border: none;
}
.Table.oddEven td,
.Table.oddEven th {
  border: none;
}
.Table.oddEven tr.odd {
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.Table.oddEven tr.even {
  background-color: #ffffff;
}
.Table.questions {
  border: none;
}
.Table.questions td,
.Table.questions th {
  border: none;
}
.Grid {
  overflow: hidden;
  margin: 14px 0;
}
.Grid .Spacing-sm {
  margin: 8.5px 0;
}
.Grid.Spacing-xs {
  margin: 6px 0;
}
.Grid.Spacing-lg {
  margin: 19px 0;
}
.Grid.Spacing-xl {
  margin: 28px 0;
}
.GridRowbefore,
.GridRow:after {
  content: " ";
  display: table;
}
.GridRow:after {
  clear: both;
}
.GridCell {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
}
.GridCell.emphasis {
  background: #ededed;
  color: inherit;
}
.GridCell .border {
  border: 1px solid #dddddd;
}
.Grid-1 .GridCell.Col-1 {
  display: block;
  float: none;
}
/* Grid 2 Columns : 50/50*/
/* Lower percentages for older browsers (i.e. IE7) to prevent wrapping. -.5px to fix BB5 wrap issue. */
.Grid-2 .GridCell {
  width: 49.95%;
}
.Grid-2 .GridRow > :nth-child(n) {
  width: 50%;
  margin-right: -0.5px;
}
/* Grid 3 Columns  33/33/33 */
.Grid-3 .GridCell {
  width: 33.25%;
}
.Grid-3 .GridRow > :nth-child(n) {
  width: 33.333%;
  margin-right: -0.5px;
}
/* Grid 4 Columns  25/25/25/25 */
.Grid-4 .GridCell {
  width: 24.925%;
}
.Grid-4 .GridRow > :nth-child(n) {
  width: 25%;
  margin-right: -0.5px;
}
/*Grid 5 Columns  20/20/20/20/20 */
.Grid-5 .GridCell {
  width: 19.925%;
}
.Grid-5 .GridRow > :nth-child(n) {
  width: 20%;
}
.Grid.border div.GridRow {
  border: 1px solid #dddddd;
  padding: 0;
  margin: 0;
}
.Grid.border div.GridCellContent {
  padding: 5px;
}
.Grid.border div.GridRow + div.GridRow {
  border-top-width: 0px;
}
.Grid.border div.GridCell + div.GridCell {
  border-left: 1px solid #dddddd;
}
.Grid.fieldset {
  border: 1px solid #c0c0c0;
  padding: 5px;
}
.Grid.oddEven div.GridRow.odd {
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.Grid.oddEven div.GridRow.even {
  background-color: #ffffff;
}
@media all and (max-width: 320px) {
  .Grid-2 .GridCell {
    clear: left;
    width: 100% !important;
  }
  .Grid-2.border .GridCell + .GridCell {
    border-bottom: 1px solid #dddddd;
    border-left: 0px;
  }
}
@media all and (max-width: 479px) {
  .Grid-3 .GridCell,
  .Grid-4 .GridCell {
    clear: left;
    width: 100% !important;
  }
  .Grid-3.border .GridCell + .GridCell,
  .Grid-4.border .GridCell + .GridCell {
    border-top: 1px solid #dddddd;
    border-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .Grid-5 .GridCell,
  .Grid-6 .GridCell,
  .Grid-7 .GridCell,
  .Grid-8 .GridCell,
  .Grid-9 .GridCell,
  .Grid-10 .GridCell {
    clear: left;
    width: 100% !important;
  }
  .Grid-5.border .GridCell + .GridCell,
  .Grid-6.border .GridCell + .GridCell,
  .Grid-7.border .GridCell + .GridCell,
  .Grid-8.border .GridCell + .GridCell,
  .Grid-9.border .GridCell + .GridCell,
  .Grid-10.border .GridCell + .GridCell {
    border-top: 1px solid #dddddd;
    border-left: 0px;
  }
}
p {
  /*line-height:normal;*/
  margin: 14px 0;
}
li p,
table p,
.Grid p {
  margin: 5.6000000000000005px 0;
}
p.start {
  text-align: left;
}
html[dir='rtl'] p.start {
  text-align: right;
}
html[dir='rtl'] p.start {
  text-align: right;
}
p.end {
  text-align: right;
}
html[dir='rtl'] p.end {
  text-align: left;
}
html[dir='rtl'] p.end {
  text-align: left;
}
p.center {
  text-align: center;
}
p.justify {
  text-align: justify;
}
p.Spacing-sm {
  margin: 8.5px 0;
}
li p.Spacing-sm,
table p.Spacing-sm,
.Grid p.Spacing-sm {
  margin: 3.4000000000000004px 0;
}
p.Spacing-xs {
  margin: 6px 0;
}
li p.Spacing-xs,
table p.Spacing-xs,
.Grid p.Spacing-xs {
  margin: 2.4000000000000004px 0;
}
p.Spacing-lg {
  margin: 19px 0;
}
li p.Spacing-lg,
table p.Spacing-lg,
.Grid p.Spacing-lg {
  margin: 7.6000000000000005px 0;
}
p.Spacing-xl {
  margin: 28px 0;
}
li p.Spacing-xl,
table p.Spacing-xl,
.Grid p.Spacing-xl {
  margin: 11.200000000000001px 0;
}
sub,
sup {
  font-size: 0.75em;
}
.Style-bold {
  font-weight: bold;  
}
.Style-italic, .Style.italic{
	font-style: italic;
}
.Style-underline {
  text-decoration: underline;
}
.Style-larger {
  font-size: 1.2em;
}
.Style-smaller {
  font-size: 0.8em ;
}
.Style-red {
  color: #cc0033;
}
.Style-strikethrough {
  text-decoration: line-through;
}
.Style-note {
  font-size: 0.9em;
  font-style: oblique;
}
.QuestionSet-Title {
  font: 500 1.1em/1.45 "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
  width: auto;
}
fieldset.QuestionSet {
  border: 1px solid #c0c0c0;
  padding: 10px;
}
fieldset.QuestionSet legend {
  margin: 0;
  border: none;
  padding: 0 5px;
}
fieldset.QuestionSet div.QuestionSet {
  margin: 0;
}
div.QuestionSet {
  display: table;
  table-layout: auto;
  width: 100%;
}
div.QuestionSet .LabelCell,
div.QuestionSet .QuestionCell {
  padding: 5px 10px 5px 0;
}
html[dir='rtl'] div.QuestionSet .LabelCell,
html[dir='rtl'] div.QuestionSet .QuestionCell {
  padding: 5px 0 5px 10px;
}
html[dir='rtl'] div.QuestionSet .LabelCell,
html[dir='rtl'] div.QuestionSet .QuestionCell {
  padding: 5px 0 5px 10px;
}
div.QuestionSet .LabelCell.empty {
  padding: 0 !important;
  border: none !important;
}
.QuestionSet {
  margin: 14px 0;
}
.QuestionSet.Spacing-sm {
  margin: 8.5px 0;
}
.QuestionSet.Spacing-xs {
  margin: 6px 0;
}
.QuestionSet.Spacing-lg {
  margin: 19px 0;
}
.QuestionSet.Spacing-xl {
  margin: 28px 0;
}
.QuestionSet.end {
  margin-left: auto;
  margin-right: 0;
}
html[dir='rtl'] .QuestionSet.end {
  margin-left: 0;
  margin-right: auto;
}
html[dir='rtl'] .QuestionSet.end {
  margin-left: 0;
  margin-right: auto;
}
.QuestionSet.center {
  margin-left: auto;
  margin-right: auto;
}
.QuestionSet.Label-inline .QuestionSet-row,
.QuestionSet.Label-auto .QuestionSet-row {
  display: table-row;
}
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.QuestionSet.Label-inline .LabelCell.center,
.QuestionSet.Label-auto .LabelCell.center {
  text-align: center;
}
.QuestionSet.Label-inline .LabelCell.end,
.QuestionSet.Label-auto .LabelCell.end {
  text-align: right;
}
html[dir='rtl'] .QuestionSet.Label-inline .LabelCell.end,
html[dir='rtl'] .QuestionSet.Label-auto .LabelCell.end {
  text-align: left;
}
html[dir='rtl'] .QuestionSet.Label-inline .LabelCell.end,
html[dir='rtl'] .QuestionSet.Label-auto .LabelCell.end {
  text-align: left;
}
.QuestionSet.Label-inline .QuestionCell,
.QuestionSet.Label-auto .QuestionCell {
  display: table-cell;
}
.QuestionSet .LabelCell label {
  margin: 0;
}
@media (max-width: 991px) {
  .QuestionSet {
    width: 100% ! important;
  }
  div.QuestionSet .LabelCell {
    padding: 5px 0 5px 0;
  }
  html[dir='rtl'] div.QuestionSet .LabelCell {
    padding: 5px 0 5px 0;
  }
  html[dir='rtl'] div.QuestionSet .LabelCell {
    padding: 5px 0 5px 0;
  }
  div.QuestionSet.Label-auto .LabelCell,
  div.QuestionSet.Label-auto .QuestionCell {
    display: block;
    width: 100% ! important;
  }
  div.QuestionSet.Label-auto .LabelCell.center,
  div.QuestionSet.Label-auto .LabelCell.end {
    text-align: left;
  }
  html[dir='rtl'] div.QuestionSet.Label-auto .LabelCell.center,
  html[dir='rtl'] div.QuestionSet.Label-auto .LabelCell.end {
    text-align: right;
  }
  html[dir='rtl'] div.QuestionSet.Label-auto .LabelCell.center,
  html[dir='rtl'] div.QuestionSet.Label-auto .LabelCell.end {
    text-align: right;
  }
}
.QuestionSet.oddEven > .QuestionSet-row:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.QuestionSet.oddEven > .QuestionSet-row:nth-of-type(odd) .LabelCell,
.QuestionSet.oddEven > .QuestionSet-row:nth-of-type(odd) .QuestionCell {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.QuestionSet.oddEven > .QuestionSet-row:nth-of-type(even) {
  background-color: #ffffff;
}
.QuestionSet.oddEven > .QuestionSet-row .LabelCell,
.QuestionSet.oddEven > .QuestionSet-row .QuestionCell {
  padding: 5px;
}
@media (max-width: 991px) {
  .QuestionSet.oddEven > .QuestionSet-row:nth-of-type(odd) .LabelCell {
    border-bottom: none;
  }
  .QuestionSet.oddEven > .QuestionSet-row:nth-of-type(odd) .QuestionCell {
    border-top: none;
  }
}
.QuestionSet.border {
  border-collapse: collapse;
}
.QuestionSet.border > .QuestionSet-row .LabelCell,
.QuestionSet.border > .QuestionSet-row .QuestionCell {
  padding: 5px;
  border: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .QuestionSet.border > .QuestionSet-row {
    border: 1px solid #dddddd;
  }
  .QuestionSet.border > .QuestionSet-row .LabelCell,
  .QuestionSet.border > .QuestionSet-row .QuestionCell {
    border: none;
  }
  .QuestionSet.border > .QuestionSet-row .QuestionCell {
    border-top: 1px solid #dddddd;
  }
}
.ChoiceSet-Title {
  font: 500 1.1em/1.45 "Trebuchet MS", Helvetica, sans-serif;
  color: #0092d0;
  width: auto;
}
div.ChoiceSet {
  display: table;
  table-layout: auto;
  width: 100%;
}
div.ChoiceSet .LabelCell,
div.ChoiceSet .QuestionCell {
  padding: 5px 0;
}
.ChoiceSet {
  margin: 14px 0;
}
.ChoiceSet.Spacing-sm {
  margin: 8.5px 0;
}
.ChoiceSet.Spacing-xs {
  margin: 6px 0;
}
.ChoiceSet.Spacing-lg {
  margin: 19px 0;
}
.ChoiceSet.Spacing-xl {
  margin: 28px 0;
}
.ChoiceSet.end {
  margin-left: auto;
  margin-right: 0;
}
html[dir='rtl'] .ChoiceSet.end {
  margin-left: 0;
  margin-right: auto;
}
html[dir='rtl'] .ChoiceSet.end {
  margin-left: 0;
  margin-right: auto;
}
.ChoiceSet.center {
  margin-left: auto;
  margin-right: auto;
}
.ChoiceSet.Label-inline .ChoiceSet-row,
.ChoiceSet.Label-auto .ChoiceSet-row {
  display: table-row;
}
.ChoiceSet.Label-inline .LabelCell,
.ChoiceSet.Label-auto .LabelCell {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.ChoiceSet.Label-inline .LabelCell.center,
.ChoiceSet.Label-auto .LabelCell.center {
  text-align: center;
}
.ChoiceSet.Label-inline .LabelCell.end,
.ChoiceSet.Label-auto .LabelCell.end {
  text-align: right;
}
html[dir='rtl'] .ChoiceSet.Label-inline .LabelCell.end,
html[dir='rtl'] .ChoiceSet.Label-auto .LabelCell.end {
  text-align: left;
}
html[dir='rtl'] .ChoiceSet.Label-inline .LabelCell.end,
html[dir='rtl'] .ChoiceSet.Label-auto .LabelCell.end {
  text-align: left;
}
.ChoiceSet.Label-inline .QuestionCell,
.ChoiceSet.Label-auto .QuestionCell {
  display: table-cell;
}
.ChoiceSet .LabelCell label {
  margin: 0;
}
@media (max-width: 991px) {
  .ChoiceSet {
    width: 100% ! important;
  }
  div.ChoiceSet .LabelCell {
    padding: 5px 0 0 0;
  }
  div.ChoiceSet.Label-auto .LabelCell,
  div.ChoiceSet.Label-auto .QuestionCell {
    display: block;
    width: 100% ! important;
  }
  div.ChoiceSet.Label-auto .LabelCell.center,
  div.ChoiceSet.Label-auto .LabelCell.end {
    text-align: left;
  }
  html[dir='rtl'] div.ChoiceSet.Label-auto .LabelCell.center,
  html[dir='rtl'] div.ChoiceSet.Label-auto .LabelCell.end {
    text-align: right;
  }
  html[dir='rtl'] div.ChoiceSet.Label-auto .LabelCell.center,
  html[dir='rtl'] div.ChoiceSet.Label-auto .LabelCell.end {
    text-align: right;
  }
}
.ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(odd) .LabelCell,
.ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(odd) .QuestionCell {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(even) {
  background-color: #ffffff;
}
.ChoiceSet.oddEven > .ChoiceSet-row .LabelCell,
.ChoiceSet.oddEven > .ChoiceSet-row .QuestionCell {
  padding: 5px;
}
@media (max-width: 991px) {
  .ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(odd) .LabelCell {
    border-bottom: none;
  }
  .ChoiceSet.oddEven > .ChoiceSet-row:nth-of-type(odd) .QuestionCell {
    border-top: none;
  }
}
.ChoiceSet.border {
  border-collapse: collapse;
}
.ChoiceSet.border > .ChoiceSet-row .LabelCell,
.ChoiceSet.border > .ChoiceSet-row .QuestionCell {
  padding: 5px;
  border: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .ChoiceSet.border > .ChoiceSet-row {
    border: 1px solid #dddddd;
  }
  .ChoiceSet.border > .ChoiceSet-row .LabelCell,
  .ChoiceSet.border > .ChoiceSet-row .QuestionCell {
    border: none;
  }
  .ChoiceSet.border > .ChoiceSet-row .QuestionCell {
    border-top: 1px solid #dddddd;
  }
}
/* ================================== */
.Choice.warning label,
.Choice.live-warning label {
  border-color: #ff8700;
}
.Choice.error label,
.Choice.live-error label {
  border-color: #cc0033;
}
.Choicegroup label {
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #666666;
  border-right-width: 0px;
  padding: 8px;
  padding-right: 9px;
  margin: 0;
}
.Choicegroup label.ui-corner-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.Choicegroup label.ui-corner-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right-width: 1px;
  padding-right: 8px;
}
.Choicegroup label,
.Choicegroup label:hover,
.Choicegroup label.ui-focus,
.Choicegroup label.ui-visual-focus,
.Choicegroup label.ui-state-active {
  font-family: inherit ! important;
  font-size: inherit ! important;
  line-height: 1em ! important;
  box-shadow: none ! important;
  color: inherit;
  font-weight: normal;
  min-height: 35px;
}
.Choicegroup label:hover,
.Choicegroup label.ui-visual-focus {
  border-style: solid;
  border-width: 2px ! important;
  border-color: #0092d0;
  background: #ffffff;
  padding: 7px ! important;
}
.Choicegroup label.ui-state-active {
  color: #ffffff;
  background: #0092d0;
  border: 2px solid #0092d0;
  padding: 7px;
  font-weight: normal;
}
.Choicegroup label.ui-state-active:hover,
.Choicegroup label.ui-state-active.ui-visual-focus {
  color: #ffffff;
  background: #0092d0;
  border-style: solid;
  border-width: 1px ! important;
  border-bottom-width: 2px ! important;
  border-color: #e1e1e1;
  padding: 8px ! important;
  padding-bottom: 7px ! important;
  font-weight: normal;
}
.Choicegroup label.ui-state-disabled {
  opacity: 1;
  filter: unset;
  background: #eeeeee;
  border-color: #999999;
  pointer-events: none;
  cursor: default;
  color: #333333;
}
.Choicegroup label.ui-state-disabled.ui-state-active {
  background: #999999;
  border-color: #999999;
  color: #ffffff;
}
.Choicegroup label .ui-icon,
.Choicegroup label .ui-checkboxradio-icon-space {
  display: none;
}
.Question {
  display: table;
  table-layout: fixed;
}
.Question.fullSize {
  width: 100%;
}
.Question.fullSize > .LabelCell.inline {
  width: 30%;
}
.Question.fullSize .field-wrapper {
  width: 100%;
}
.Question > .LabelCell {
  display: table-row;
}
.Question > .LabelCell.inline {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] .Question > .LabelCell.inline {
  padding-left: 5px;
  padding-right: 0;
}
html[dir='rtl'] .Question > .LabelCell.inline {
  padding-left: 5px;
  padding-right: 0;
}
.Question > .LabelCell label {
  margin: 0;
}
.Question > .QuestionBoxCell {
  display: table-cell;
}
.QuestionBox {
  display: table;
  table-layout: auto;
  width: 100%;
}
.QuestionBox > .fieldBox {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.QuestionBox > .fieldBox .Description,
.QuestionBox > .fieldBox .StatusMessage {
  font-style: italic;
  font-size: 0.9em;
  line-height: normal;
  text-align: justify;
}
.QuestionBox > .fieldBox .Description {
  color: #666666;
}
.QuestionBox > .fieldBox .StatusMessage {
  display: none;
}
.QuestionBox > .fieldBox.warning .StatusMessage,
.QuestionBox > .fieldBox.live-warning .StatusMessage {
  color: #ff8700;
  display: block;
}
.QuestionBox > .fieldBox.error .StatusMessage,
.QuestionBox > .fieldBox.live-error .StatusMessage {
  color: #cc0033;
  display: block;
}
.QuestionBox > .fieldBox .field {
  display: inline-block;
}
.QuestionBox > .fieldBox.autosize .field {
  width: 100%;
}
.QuestionBox > .fieldBox .field-wrapper {
  display: table;
}
.QuestionBox > .fieldBox .field-wrapper .field,
.QuestionBox > .fieldBox .field-wrapper .Suffix,
.QuestionBox > .fieldBox .field-wrapper .callNote {
  display: table-cell;
  vertical-align: top;
}
.QuestionBox > .fieldBox .field-wrapper .callNote {
  width: 40px;
  padding-left: 5px;
  padding-right: 0;
}
html[dir='rtl'] .QuestionBox > .fieldBox .field-wrapper .callNote {
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] .QuestionBox > .fieldBox .field-wrapper .callNote {
  padding-left: 0;
  padding-right: 5px;
}
.QuestionBox > .fieldBox .field-wrapper .Suffix {
  white-space: nowrap;
  padding: 0 ;
  padding-left: 5px;
  padding-right: 0;
  font-weight: normal ! important;
}
html[dir='rtl'] .QuestionBox > .fieldBox .field-wrapper .Suffix {
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] .QuestionBox > .fieldBox .field-wrapper .Suffix {
  padding-left: 0;
  padding-right: 5px;
}
.QuestionBox > .fieldBox .field-msg {
  display: block;
  /*.StatusMessage {
				text-align: justify;
			}*/
}
.QuestionBox > .fieldBox.MultiValues-checkbox .field-msg,
.QuestionBox > .fieldBox.CheckBox .field-msg,
.QuestionBox > .fieldBox.RadioBox .field-msg {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .Question .LabelCell.inline {
    display: table-row;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .QuestionBox .field-wrapper .Suffix {
    white-space: normal;
  }
}
/* ========================================================= */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* jform  */
/*actions buttons  */
/* buttons */
/* controls */
/* */
/* form */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* generic buttons  */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto700.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("fonts/robotoIta300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/robotoIta400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/robotoIta500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/robotoIta700.woff") format("woff");
}
/*@theme-color: #2c7bb8;*/
.field input[type=text]:focus,
.field input[type=password]:focus,
.field input[type=email]:focus,
.field input[type=url]:focus,
.field input[type=date]:focus,
.field input[type=number]:focus,
.field input[type=tel]:focus,
.field textarea:focus,
.field select:focus,
.field input[type=text]:hover,
.field input[type=password]:hover,
.field input[type=email]:hover,
.field input[type=url]:hover,
.field input[type=date]:hover,
.field input[type=number]:hover,
.field input[type=tel]:hover,
.field textarea:hover,
.field select:hover {
  border-width: 1px;
}
.QuestionSet {
  margin: 0;
}
.QuestionBox > .fieldBox .field-wrapper .field,
.QuestionBox > .fieldBox .field-wrapper .Suffix,
.QuestionBox > .fieldBox .field-wrapper .callNote {
  vertical-align: middle;
}
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: middle;
}
#main_zone h4,
#main_zone h5 {
  color: inherit;
  font-family: unset !important;
}
.field input[type="text"],
.field input[type="password"],
.field input[type="email"],
.field input[type="url"],
.field input[type="date"],
.field input[type="number"],
.field input[type="tel"],
.field textarea,
.field select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 22px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.fp-icon.edit::before {
  display: none;
}
section {
  padding-bottom: 0px !important;
}
.field select:focus,
.field select:hover,
.field input:focus,
.field input:hover {
  padding-left: 12px !important;
  padding-right: 7px;
}
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  padding: 6px 12px !important;
}
#main_zone h3 {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 35px;
  color: inherit;
  font-family: inherit;
}
#map-collapse h3 {
  color: inherit !important;
}
div.buttonForm > button > span.fp-icon {
  display: none !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  /*padding-right: 0px !important;*/
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.stepButtons .buttonForm.primary button .fp-btn-text,
.stepButtons .buttonPage.primary button .fp-btn-text {
  text-transform: none !important;
  padding-right: 0 !important;
}
.stepButtons .buttonForm.primary button {
  background-color: #2c7bb8 !important;
}
/** .btn-primary:hover */
button.linkButton.primary:hover,
.stepButtons .buttonForm.primary button:hover,
.stepButtons .buttonForm.primary button:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
}
.stepButtons .buttonForm.secondary button .fp-btn-text,
.stepButtons .buttonPage.secondary button .fp-btn-text {
  text-transform: none !important;
  padding-left: 0 !important;
}
button.linkButton.secondary,
.stepButtons .buttonForm.secondary button,
.stepButtons .buttonPage.secondary button {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
.linkButton {
  margin: 25px !important;
}
button.linkButton .fp-btn-text {
  padding-right: 9px !important;
}
button.linkButton.secondary:hover,
.stepButtons .buttonForm.secondary button:hover,
.stepButtons .buttonPage.secondary button:hover,
.stepButtons .buttonForm.secondary button:focus,
.stepButtons .buttonPage.secondary button:focus {
  background: transparent none repeat scroll 0 0 !important;
  color: #333 !important;
}
.stepButtons .buttonForm button .fp-btn-text,
.stepButtons .buttonPage button .fp-btn-text {
  font-size: 1em !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  min-height: unset !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.stepButtons .buttonForm,
.stepButtons .buttonPage {
  width: unset !important;
  margin-right: 4px !important;
}
button.linkButton.primary,
.stepButtons .buttonForm.primary button,
.stepButtons .buttonPage.primary button {
  border: 1px solid #2c7bb8 !important;
}
#actionButtons > button > span {
  color: #000000;
}
#progressBar {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  margin-top: 0 !important;
  color: #b2b2b2 !important;
}
div.navbar-header > h1 {
  margin-bottom: 11px;
}
.stepButtons {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/** EFORM-932 */
.ui-autocomplete-loading {
  background: url(images/ajax-loader.gif) no-repeat right center !important;
}
/** */
div.table-scroller table.Table {
  border: none !important;
}
#actionButtons .fp-btn {
  display: table !important;
}
#actionButtons {
  text-align: left !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: inherit;
  }
}
div.menuActionButtons {
  margin-top: 50px !important;
  padding: 0;
}
@media (max-width: 991px) {
  div.menuActionButtons {
    margin-top: 0 !important;
  }
}
/**
@media (max-width: 991px) {
	#actionButtons h3 {
		display: none;
	}
}
*/
/**
@media (max-width: 991px) {
	#actionButtons .fp-btn .fp-btn-text {
	    position: absolute !important;
	    white-space: nowrap;
	    clip: unset !important;
	    height: unset !important;
	    overflow: unset !important;
	    width: inherit !important;
	    padding: 11px 25px !important;
	}
}
*/
@media (max-width: 991px) {
  #actionButtons {
    background-color: #ededed !important;
  }
  div.map-entry-button,
  div.map-entry-button.unvisited {
    background-color: #ededed !important;
  }
  #actionButtons button {
    background-color: #ededed !important;
    border: 1px #ededed !important;
  }
}
label.required:before {
  content: "*";
  font-family: "Ionicons";
  font-weight: normal;
  padding-right: 5px;
}
.fieldBox.required .field > .fp-icon.status::before {
  display: none !important;
}
div.tooltiponly span.fieldBox.ComboBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  position: absolute;
}
div.tooltiponly span.fieldBox.TextBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  padding-left: 12px;
  position: absolute;
}
.QuestionSet.Label-inline .LabelCell.end,
.QuestionSet.Label-auto .LabelCell.end {
  text-align: none;
}
/** EFORM-983 
@media (max-width: 991px) {
	div.LabelCell {
		text-align: left !important;
		display: inherit !important;
	}
}
*/
/** EFORM-1034 */
div.LabelCell {
  text-align: left !important;
  display: inherit !important;
}
div.QuestionCell {
  display: inherit !important;
}
span.QuestionBox {
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  button.linkButton.secondary .fp-btn-text,
  .stepButtons .buttonForm.secondary button .fp-btn-text {
    position: relative !important;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  div.row > div.col-md-4 {
    background-color: #ededed !important;
    padding-bottom: 10px;
  }
}
section > div.row {
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 991px) {
  #progressBar {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  #map-collapse h3 {
    padding-left: 0 !important;
  }
}
/** EFORM-928 */
@media (min-width: 970px) {
  #wrapper > section {
    width: 930px;
    margin: auto;
  }
}
@media (min-width: 1170px) {
  #wrapper > section {
    width: 1140px;
    margin: auto;
  }
}
#pageBesoinAide {
  padding-top: 25px;
  padding-bottom: 10px;
}
#pageBesoinAide div.container {
  padding-left: 0;
}
/**
#actionButtons button .fp-btn-text {
    margin: unset !important;
    margin-top: 12px !important;
    position: absolute;
    white-space: nowrap;
	overflow: unset !important;
	clip: unset !important;
}
#actionButtons button.info .fp-btn-text {
	margin-left: 30px !important;
}
#actionButtons button.help .fp-btn-text {
	margin-left: 24px !important;
}
#actionButtons button.load .fp-btn-text {
	margin-left: 27px !important;
}
#actionButtons button.quit .fp-btn-text {
	margin-left: 20px !important;
}
*/
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: table-cell !important;
  }
  #actionButtons {
    display: table !important;
  }
}
/** EFORM-988 */
.field textarea {
  height: auto !important;
  overflow-x: auto !important;
  resize: both !important;
}
/** EFORM-991 */
.footer_bas div.row > div.col-md-4,
.footer_bas div.row > div.col-sm-4 {
  background-color: inherit !important;
}
/** EFORM-995 */
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: top !important;
}
/** OCPRENS-97 */
div.QuestionSet.hiddenQuestionSet {
  display: none !important;
}
/** OCPRENS-37 */
.disabledLink.callNote {
  display: none;
}
/** Couleur de fond de l'entete suivant l'environnement */
header.env-DEV {
  background-color: #99FF99 !important;
}
header.env-REC {
  background-color: #FF9999 !important;
}
header.env-PROD {
  background-color: transparent;
}
/** EFORM-1015 */
#actionButtons .fp-btn .fp-icon,
.map-entry-button.selected > button > span.fp-icon {
  color: #337ab7 !important;
}
.fp-btn.Note {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: #000000 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct {
  background-color: #337ab7 !important;
  border: 0 none;
  border-radius: 0px;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
#actionButtons .fp-btn:hover {
  border-bottom: 2px solid #337ab7 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn {
  font: unset !important;
}
/** EFORM-1009 */
#wrapper > section {
  padding-bottom: 44px !important;
}
/** EFORM-1010 */
#fp-recap .recapPage .recapPage-content {
  background-color: #e1e1e1 !important;
}
.MetaContent.message,
.MetaContent.validation {
  background-color: #e1e1e1 !important;
}
/** EFORM-1007 */
@media (max-width: 991px) {
  #menu-toggle.e_demarche {
    height: 55px !important;
  }
}
/** EFORM-1016 */
form.AttachmentForm span.fp-btn.upload {
  font: unset !important;
  background-color: #337ab7;
  border-color: 0 none !important;
  border-radius: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid;
}
form.AttachmentForm span.fp-btn.upload:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px;
  border-radius: 0px !important;
}
form.AttachmentForm button.delete {
  font: unset !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px !important;
  border: 1px solid;
}
form.AttachmentForm button.delete:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  border-radius: 0px !important;
}
.fp-btn.delete:hover {
  padding-top: 0 !important;
}
/** EFORM-1014 */
.fp-btn.iteratorDelete {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete:hover {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete .fp-btn-text {
  clip: unset;
  overflow: unset;
  padding-left: 10px;
}
.fp-btn.iteratorInsertAfter,
.fp-btn.iteratorInsertBefore {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter:hover,
.fp-btn.iteratorInsertBefore:hover {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter .fp-btn-text,
.fp-btn.iteratorInsertBefore .fp-btn-text {
  clip: unset;
  overflow: unset;
}
/** EFORM-1026 */
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  border-color: #337ab7;
}
/** EFORM-1025 */
.mdz_checked .radio-button > input:checked ~ .radio-mark {
  color: #337ab7;
}
/** EFORM-1024 */
.fp-btn {
  border-radius: 0px;
}
/** EFORM-1023 */
.Content.important,
.Content.code,
.Content.definition,
.Content.example,
.Content.remark,
.Content.warning,
.MetaContent.validation,
.MetaContent.validationFail,
.MetaContent.validationSucceeded,
.MetaContent.error{
  background-color: unset;
  border-width: 1px;
  border-radius: 4px;
}
.Content.important,
.MetaContent.error {
  border-color: #ebccd1;
}
.Content.warning {
  border-color: #faebcc;
}
.Content.remark {
  border-color: #337ab7;
}
.Content.definition {
  border-color: #bce8f1;
}
.MetaContent.message,
.MetaContent.validation {
  border-color: #999999;
}
/** EFORM-1029 */
.NoteDialog.ui-widget.ui-widget-content {
  border-color: #337ab7;
  border-width: 1px 1px 1px;
}
span.ui-dialog-title {
  color: #337ab7;
}
button.ui-dialog-titlebar-close:hover > span.ui-icon-closethick {
  color: #337ab7 !important;
}
.fieldBox.disabled .field input[type="text"],
.fieldBox.disabled .field input[type="password"],
.fieldBox.disabled .field input[type="email"],
.fieldBox.disabled .field input[type="url"],
.fieldBox.disabled .field input[type="date"],
.fieldBox.disabled .field input[type="number"],
.fieldBox.disabled .field input[type="tel"],
.fieldBox.disabled .field textarea,
.fieldBox.disabled .field select {
  padding: 6px 12px !important;
}
body.error span {
  color: #333333;
}
div.error,
table tr.error {
  background-color: unset;
  color: inherit;
}
.error {
  color: inherit;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct:hover {
  background-color: #ffffff !important;
  border-color: #337ab7 !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #337ab7 !important;
  padding-top: 3px !important;
}
div.buttonForm.secondary {
  width: 0%;
}
/** ---EFORM-1033 : affichage du menu en haut en gris sur desktop -- */
/** Menu Etapes: Affichage sur toute la longueur du block */
div.panel-navigation .col-md-4 {
  width: 100% !important;
}
/** Menu Etapes: Background ? la bonne couleur */
@media (min-width: 991px) {
  div.map-entry-button:hover {
    background-color: #EDEDED !important;
  }
  div.map-entry-button {
    background-color: #EDEDED !important;
  }
}
/** Menu Actions: R?duction de l'espace avant le titre Actions sur desktop*/
@media (min-width: 991px) {
  div.menuActionButtons {
    padding: 0px;
    margin-top: 0px !important;
  }
}
/** Menu Actions: suppression de la ligne du haut du menu Actions sur desktop et mis background ? la bonne couleur*/
@media (min-width: 991px) {
  #actionButtons {
    border-top: 0px solid #E1E1E1 !important;
    border-bottom: 0px solid #E1E1E1 !important;
    background-color: #EDEDED !important;
  }
  #actionButtons .fp-btn {
    border-color: -moz-use-text-color #ededed !important;
    background-color: #EDEDED !important;
    color: #EDEDED !important;
  }
}
/** Rendu des ?tapes pour ressembler le plus possible ? la charte pour le moment */
#navigation > div.panel-navigation > div.container > div.col-md-4 {
  padding: 0 !important;
  margin-bottom: 30px;
}
#map-collapse ul.map-menu > li:first-child {
  border-top: 1px solid #b2b2b2 !important;
}
#map-collapse ul.map-menu {
  border-left: none !important;
  border-right: none !important;
}
li.map-entry > div.map-entry-button {
  border-bottom: 1px solid #b2b2b2 !important;
}
/** ------------------------------------------------------------------------------------------ */
section > div.row {
  padding-left: 16px;
}
@media (max-width: 991px) {
  section > div.row {
    padding-left: 0;
  }
}
@media (max-width: 971px) {
  div.footer_haut > div.container {
    padding-left: 0;
  }
  div.footer_bas > div.container {
    padding-left: 0;
  }
}
/** ECOEXTRAITRCEL-55 */
div.recapPage div.Content.hrcSearchFields {
  display: none;
}
/** ECOEXTRAITRCEL-64 */
#infoMaxResultsEntreprises {
  font-size: 75%;
  font-weight: bold;
  line-height: 0.8em;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #e1e1e1 !important;
}
/** EFORM-1113 */
#paragraph-text-required-fields {
  text-align: right;
}
span.AttachmentBox span.callNote {
  vertical-align: top !important;
  padding-top: 1px !important;
}
span.AttachmentBox .fp-btn.Note {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
/** EFORM-1129 : debut */
#fp-recap .recapPage-title {
  background-color: #337ab7 !important;
  color: white !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: white !important;
}
#fp-recap .recapPage {
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-content {
  background-color: white !important;
}
#fp-recap label {
  font-weight: bold !important;
  color: #000000 !important;
}
#fp-recap .Question,
#fp-recap .field {
  width: 100% !important;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  width: 100% !important;
}
#fp-recap .field {
  padding-right: 0px;
}
#fp-recap .report-data {
  border: 1px solid #ccc;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #eeeeee !important;
}
#fp-recap p {
  color: #000000 !important;
}
#fp-recap h4,
#fp-recap h5,
#fp-recap h6 {
  color: #000000 !important;
}
/** EFORM-1129 : fin */
/** EFORM-1108 : debut */
@media (max-width: 971px) {
  .jumbotron {
    padding: 0px 0 !important;
  }
  #navigation {
    padding-top: 5px !important;
  }
  #navigation > div.panel-navigation > div.container > div.col-md-4 {
    margin-bottom: 0px !important;
  }
  #navigation #menuForm {
    margin-bottom: 10px !important;
  }
}
/** EFORM-1108 : fin */
div.QuestionSet-hidden {
  display: none;
}
.field {
  position: relative;
}
.field textarea {
  resize: none;
  overflow-x: hidden;
}
.field input[type=text]:focus ~ .fp-icon.status,
.field input[type=password]:focus ~ .fp-icon.status,
.field input[type=email]:focus ~ .fp-icon.status,
.field input[type=url]:focus ~ .fp-icon.status,
.field input[type=date]:focus ~ .fp-icon.status,
.field input[type=number]:focus ~ .fp-icon.status,
.field input[type=tel]:focus ~ .fp-icon.status,
.field textarea:focus ~ .fp-icon.status,
.field input[type=text]:hover ~ .fp-icon.status,
.field input[type=password]:hover ~ .fp-icon.status,
.field input[type=email]:hover ~ .fp-icon.status,
.field input[type=url]:hover ~ .fp-icon.status,
.field input[type=date]:hover ~ .fp-icon.status,
.field input[type=number]:hover ~ .fp-icon.status,
.field input[type=tel]:hover ~ .fp-icon.status,
.field textarea:hover ~ .fp-icon.status {
  display: none;
}
.field input[type=text],
.field input[type=password],
.field input[type=email],
.field input[type=url],
.field input[type=date],
.field input[type=number],
.field input[type=tel],
.field textarea,
.field select {
  border-radius: 3px;
  border: none;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  font-size: 1em;
  border: 1px solid #666666;
  padding: 7px 25px;
}
.field input[type=text].autosize,
.field input[type=password].autosize,
.field input[type=email].autosize,
.field input[type=url].autosize,
.field input[type=date].autosize,
.field input[type=number].autosize,
.field input[type=tel].autosize,
.field textarea.autosize,
.field select.autosize {
  width: 100%;
}
.fieldBox.warning .field input[type=text],
.fieldBox.warning .field input[type=password],
.fieldBox.warning .field input[type=email],
.fieldBox.warning .field input[type=url],
.fieldBox.warning .field input[type=date],
.fieldBox.warning .field input[type=number],
.fieldBox.warning .field input[type=tel],
.fieldBox.warning .field textarea,
.fieldBox.warning .field select,
.fieldBox.live-warning .field input[type=text],
.fieldBox.live-warning .field input[type=password],
.fieldBox.live-warning .field input[type=email],
.fieldBox.live-warning .field input[type=url],
.fieldBox.live-warning .field input[type=date],
.fieldBox.live-warning .field input[type=number],
.fieldBox.live-warning .field input[type=tel],
.fieldBox.live-warning .field textarea,
.fieldBox.live-warning .field select {
  border-color: #ff8700;
}
.fieldBox.error .field input[type=text],
.fieldBox.error .field input[type=password],
.fieldBox.error .field input[type=email],
.fieldBox.error .field input[type=url],
.fieldBox.error .field input[type=date],
.fieldBox.error .field input[type=number],
.fieldBox.error .field input[type=tel],
.fieldBox.error .field textarea,
.fieldBox.error .field select,
.fieldBox.live-error .field input[type=text],
.fieldBox.live-error .field input[type=password],
.fieldBox.live-error .field input[type=email],
.fieldBox.live-error .field input[type=url],
.fieldBox.live-error .field input[type=date],
.fieldBox.live-error .field input[type=number],
.fieldBox.live-error .field input[type=tel],
.fieldBox.live-error .field textarea,
.fieldBox.live-error .field select,
.fieldBox.incomplete .field input[type=text],
.fieldBox.incomplete .field input[type=password],
.fieldBox.incomplete .field input[type=email],
.fieldBox.incomplete .field input[type=url],
.fieldBox.incomplete .field input[type=date],
.fieldBox.incomplete .field input[type=number],
.fieldBox.incomplete .field input[type=tel],
.fieldBox.incomplete .field textarea,
.fieldBox.incomplete .field select {
  border-color: #cc0033;
}
.fieldBox.disabled .field input[type=text],
.fieldBox.disabled .field input[type=password],
.fieldBox.disabled .field input[type=email],
.fieldBox.disabled .field input[type=url],
.fieldBox.disabled .field input[type=date],
.fieldBox.disabled .field input[type=number],
.fieldBox.disabled .field input[type=tel],
.fieldBox.disabled .field textarea,
.fieldBox.disabled .field select {
  border-color: #999999 !important;
  background-color: #eeeeee !important;
  color: #333333 !important;
  border-width: 1px!important;
  padding: 7px 25px !important;
  pointer-events: none;
}
.fieldBox.disabled .field input[type=text] + .fp-icon.edit,
.fieldBox.disabled .field input[type=password] + .fp-icon.edit,
.fieldBox.disabled .field input[type=email] + .fp-icon.edit,
.fieldBox.disabled .field input[type=url] + .fp-icon.edit,
.fieldBox.disabled .field input[type=date] + .fp-icon.edit,
.fieldBox.disabled .field input[type=number] + .fp-icon.edit,
.fieldBox.disabled .field input[type=tel] + .fp-icon.edit,
.fieldBox.disabled .field textarea + .fp-icon.edit,
.fieldBox.disabled .field select + .fp-icon.edit {
  display: none;
}
.field input[type=text] + .fp-icon.edit,
.field input[type=password] + .fp-icon.edit,
.field input[type=email] + .fp-icon.edit,
.field input[type=url] + .fp-icon.edit,
.field input[type=date] + .fp-icon.edit,
.field input[type=number] + .fp-icon.edit,
.field input[type=tel] + .fp-icon.edit,
.field textarea + .fp-icon.edit,
.field select + .fp-icon.edit {
  display: inline;
  position: absolute;
  left: 7px;
  right: auto;
  top: 10px;
  pointer-events: none;
  z-index: 1;
}
html[dir='rtl'] .field input[type=text] + .fp-icon.edit,
html[dir='rtl'] .field input[type=password] + .fp-icon.edit,
html[dir='rtl'] .field input[type=email] + .fp-icon.edit,
html[dir='rtl'] .field input[type=url] + .fp-icon.edit,
html[dir='rtl'] .field input[type=date] + .fp-icon.edit,
html[dir='rtl'] .field input[type=number] + .fp-icon.edit,
html[dir='rtl'] .field input[type=tel] + .fp-icon.edit,
html[dir='rtl'] .field textarea + .fp-icon.edit,
html[dir='rtl'] .field select + .fp-icon.edit {
  left: auto;
  right: 7px;
}
html[dir='rtl'] .field input[type=text] + .fp-icon.edit,
html[dir='rtl'] .field input[type=password] + .fp-icon.edit,
html[dir='rtl'] .field input[type=email] + .fp-icon.edit,
html[dir='rtl'] .field input[type=url] + .fp-icon.edit,
html[dir='rtl'] .field input[type=date] + .fp-icon.edit,
html[dir='rtl'] .field input[type=number] + .fp-icon.edit,
html[dir='rtl'] .field input[type=tel] + .fp-icon.edit,
html[dir='rtl'] .field textarea + .fp-icon.edit,
html[dir='rtl'] .field select + .fp-icon.edit {
  left: auto;
  right: 7px;
}
.field input[type=text]:focus,
.field input[type=password]:focus,
.field input[type=email]:focus,
.field input[type=url]:focus,
.field input[type=date]:focus,
.field input[type=number]:focus,
.field input[type=tel]:focus,
.field textarea:focus,
.field select:focus,
.field input[type=text]:hover,
.field input[type=password]:hover,
.field input[type=email]:hover,
.field input[type=url]:hover,
.field input[type=date]:hover,
.field input[type=number]:hover,
.field input[type=tel]:hover,
.field textarea:hover,
.field select:hover {
  border-color: #0092d0 ! important;
  border-width: 2px;
  padding: 6px 24px;
}
.field input[type=text]:focus + .fp-icon.edit,
.field input[type=password]:focus + .fp-icon.edit,
.field input[type=email]:focus + .fp-icon.edit,
.field input[type=url]:focus + .fp-icon.edit,
.field input[type=date]:focus + .fp-icon.edit,
.field input[type=number]:focus + .fp-icon.edit,
.field input[type=tel]:focus + .fp-icon.edit,
.field textarea:focus + .fp-icon.edit,
.field select:focus + .fp-icon.edit,
.field input[type=text]:hover + .fp-icon.edit,
.field input[type=password]:hover + .fp-icon.edit,
.field input[type=email]:hover + .fp-icon.edit,
.field input[type=url]:hover + .fp-icon.edit,
.field input[type=date]:hover + .fp-icon.edit,
.field input[type=number]:hover + .fp-icon.edit,
.field input[type=tel]:hover + .fp-icon.edit,
.field textarea:hover + .fp-icon.edit,
.field select:hover + .fp-icon.edit {
  color: #0092d0;
}
.field input[type=text].rangeCharWithCounter,
.field input[type=password].rangeCharWithCounter,
.field input[type=email].rangeCharWithCounter,
.field input[type=url].rangeCharWithCounter,
.field input[type=date].rangeCharWithCounter,
.field input[type=number].rangeCharWithCounter,
.field input[type=tel].rangeCharWithCounter,
.field textarea.rangeCharWithCounter,
.field select.rangeCharWithCounter {
  padding-bottom: 16px;
}
.field input[type=text].rangeCharWithCounter:focus,
.field input[type=password].rangeCharWithCounter:focus,
.field input[type=email].rangeCharWithCounter:focus,
.field input[type=url].rangeCharWithCounter:focus,
.field input[type=date].rangeCharWithCounter:focus,
.field input[type=number].rangeCharWithCounter:focus,
.field input[type=tel].rangeCharWithCounter:focus,
.field textarea.rangeCharWithCounter:focus,
.field select.rangeCharWithCounter:focus,
.field input[type=text].rangeCharWithCounter:hover,
.field input[type=password].rangeCharWithCounter:hover,
.field input[type=email].rangeCharWithCounter:hover,
.field input[type=url].rangeCharWithCounter:hover,
.field input[type=date].rangeCharWithCounter:hover,
.field input[type=number].rangeCharWithCounter:hover,
.field input[type=tel].rangeCharWithCounter:hover,
.field textarea.rangeCharWithCounter:hover,
.field select.rangeCharWithCounter:hover {
  padding-bottom: 15px;
}
.field select {
  min-height: 35px;
  padding-left: 25px;
  padding-right: 7px;
}
html[dir='rtl'] .field select {
  padding-left: 7px;
  padding-right: 25px;
}
html[dir='rtl'] .field select {
  padding-left: 7px;
  padding-right: 25px;
}
.fieldBox.disabled .field select {
  padding-left: 25px !important;
  padding-right: 7px !important;
}
html[dir='rtl'] .fieldBox.disabled .field select {
  padding-left: 7px !important;
  padding-right: 25px !important;
}
html[dir='rtl'] .fieldBox.disabled .field select {
  padding-left: 7px !important;
  padding-right: 25px !important;
}
.field select:focus,
.field select:hover {
  padding-left: 24px;
  padding-right: 7px;
}
html[dir='rtl'] .field select:focus,
html[dir='rtl'] .field select:hover {
  padding-left: 7px;
  padding-right: 24px;
}
html[dir='rtl'] .field select:focus,
html[dir='rtl'] .field select:hover {
  padding-left: 7px;
  padding-right: 24px;
}
label.CheckBox {
  cursor: pointer;
}
.check-button,
.radio-button {
  margin: 0;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.disabled .check-button,
.disabled .radio-button {
  cursor: default;
}
.mdz_no-checked .check-mark,
.mdz_no-checked .radio-mark {
  content: " ";
}
.mdz_no-checked .check-mark:after,
.mdz_no-checked .radio-mark:after {
  content: none;
}
html[dir='rtl'].mdz_checked .check-button input ~ .check-mark,
html[dir='rtl'].mdz_checked .radio-button input ~ .check-mark,
html[dir='rtl'].mdz_checked .check-button input ~ .radio-mark,
html[dir='rtl'].mdz_checked .radio-button input ~ .radio-mark {
  margin-left: 5px;
  margin-right: 0px;
}
.mdz_checked {
  /* checkbox */
  /* radiobox */
  /* warning / error  */
}
.mdz_checked .check-button input,
.mdz_checked .radio-button input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.mdz_checked .check-button input ~ .check-mark,
.mdz_checked .radio-button input ~ .check-mark,
.mdz_checked .check-button input ~ .radio-mark,
.mdz_checked .radio-button input ~ .radio-mark {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0px;
}
.mdz_checked .check-button input ~ .check-text,
.mdz_checked .radio-button input ~ .check-text,
.mdz_checked .check-button input ~ .radio-text,
.mdz_checked .radio-button input ~ .radio-text {
  vertical-align: middle;
}
.mdz_checked .check-button > input ~ .check-mark {
  height: 20px;
  width: 20px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #0092d0;
  line-height: 20px;
}
.mdz_checked .check-button > input ~ .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: -2px;
}
.mdz_checked .check-button > input:hover ~ .check-mark,
.mdz_checked .check-button > input:focus ~ .check-mark {
  border-color: #0092d0 ! important;
  border-width: 2px;
  color: #0092d0 ! important;
}
.mdz_checked .check-button > input:checked ~ .check-mark {
  background-color: #ffffff;
  border-color: #0092d0;
  border-width: 2px !important;
}
.mdz_checked .check-button > input:checked ~ .check-mark:after {
  display: inline;
  font-family: "Ionicons";
  content: "\f122";
}
.mdz_checked .check-button > input:disabled ~ .check-mark {
  background: #eeeeee !important;
  border-color: #999999 !important;
  border-width: 1px !important;
  pointer-events: none;
  cursor: default;
  color: #999999 !important;
}
.mdz_checked .check-button > input:disabled ~ .check-mark:after {
  left: 4px;
  top: -1px;
}
.mdz_checked .radio-button > input ~ .radio-mark {
  height: 20px;
  width: 20px;
  font-size: 25px;
  line-height: 20px;
  color: #666666;
}
.mdz_checked .radio-button > input ~ .radio-mark:after {
  position: absolute;
  display: inline;
  left: 0;
  top: 0;
  font-family: "Ionicons";
  content: "\f401";
}
.mdz_checked .radio-button > input:hover ~ .radio-mark,
.mdz_checked .radio-button > input:focus ~ .radio-mark {
  color: #0092d0 !important;
}
.mdz_checked .radio-button > input:hover ~ .radio-mark:after,
.mdz_checked .radio-button > input:focus ~ .radio-mark:after {
  font-family: "Ionicons";
  content: "\f3a6";
}
.mdz_checked .radio-button > input:disabled ~ .radio-mark {
  pointer-events: none;
  cursor: default;
  color: #999999 !important;
}
.mdz_checked .radio-button > input:disabled ~ .radio-mark:after {
  font-family: "Ionicons" !important;
  content: "\f401" !important;
}
.mdz_checked .radio-button > input:checked ~ .radio-mark {
  color: #0092d0;
}
.mdz_checked .radio-button > input:checked ~ .radio-mark:after {
  font-family: "Ionicons" !important;
  content: "\f3a7" !important;
}
.mdz_checked .CheckBox.warning .check-button input ~ .check-mark,
.mdz_checked .MultiValues-checkbox.warning .check-button input ~ .check-mark,
.mdz_checked .CheckBox.live-warning .check-button input ~ .check-mark,
.mdz_checked .MultiValues-checkbox.live-warning .check-button input ~ .check-mark {
  color: #ff8700;
  border-color: #ff8700;
}
.mdz_checked .CheckBox.error .check-button input ~ .check-mark,
.mdz_checked .MultiValues-checkbox.error .check-button input ~ .check-mark,
.mdz_checked .CheckBox.live-error .check-button input ~ .check-mark,
.mdz_checked .MultiValues-checkbox.live-error .check-button input ~ .check-mark {
  color: #cc0033;
  border-color: #cc0033;
}
.mdz_checked .RadioBox.warning .radio-button input ~ .radio-mark,
.mdz_checked .RadioBox.live-warning .radio-button input ~ .radio-mark {
  color: #ff8700;
}
.mdz_checked .RadioBox.error .radio-button input ~ .radio-mark,
.mdz_checked .RadioBox.live-error .radio-button input ~ .radio-mark {
  color: #cc0033;
}
/*span.RadioBox , span.ListBox.MultiValues-checkbox {
	&  span.field {
		display: inline-table;
	}
}*/
span.RadioBox span.Option-line,
span.ListBox.MultiValues-checkbox span.Option-line {
  display: table-row;
}
span.RadioBox span.Option,
span.ListBox.MultiValues-checkbox span.Option {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] span.RadioBox span.Option,
html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option {
  padding-left: 5px;
  padding-right: 0;
}
html[dir='rtl'] span.RadioBox span.Option,
html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option {
  padding-left: 5px;
  padding-right: 0;
}
span.RadioBox span.Option label,
span.ListBox.MultiValues-checkbox span.Option label {
  font-weight: normal;
}
span.RadioBox span.Option-line ~ span.Option-line span.Option,
span.ListBox.MultiValues-checkbox span.Option-line ~ span.Option-line span.Option {
  padding-top: 10px;
}
@media (max-width: 991px) {
  span.RadioBox,
  span.ListBox.MultiValues-checkbox {
    /*&  span.field {
			display: block;
		}*/
  }
  span.RadioBox span.Option-line,
  span.ListBox.MultiValues-checkbox span.Option-line {
    display: block;
  }
  span.RadioBox span.Option-line span.Option ~ span.Option,
  span.ListBox.MultiValues-checkbox span.Option-line span.Option ~ span.Option {
    padding-top: 10px;
  }
  span.RadioBox span.Option,
  span.ListBox.MultiValues-checkbox span.Option {
    display: block;
  }
  span.RadioBox span.Option + span.RadioBox span.Option,
  span.RadioBox span.Option + span.ListBox.MultiValues-checkbox span.Option,
  span.ListBox.MultiValues-checkbox span.Option + span.RadioBox span.Option,
  span.ListBox.MultiValues-checkbox span.Option + span.ListBox.MultiValues-checkbox span.Option {
    padding-left: 0;
    padding-right: 0;
  }
  html[dir='rtl'] span.RadioBox span.Option + span.RadioBox span.Option,
  html[dir='rtl'] span.RadioBox span.Option + span.ListBox.MultiValues-checkbox span.Option,
  html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option + span.RadioBox span.Option,
  html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option + span.ListBox.MultiValues-checkbox span.Option {
    padding-left: 0;
    padding-right: 0;
  }
  html[dir='rtl'] span.RadioBox span.Option + span.RadioBox span.Option,
  html[dir='rtl'] span.RadioBox span.Option + span.ListBox.MultiValues-checkbox span.Option,
  html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option + span.RadioBox span.Option,
  html[dir='rtl'] span.ListBox.MultiValues-checkbox span.Option + span.ListBox.MultiValues-checkbox span.Option {
    padding-left: 0;
    padding-right: 0;
  }
}
.fp-icon.status {
  display: inline-block;
  position: absolute;
  right: 7px;
  left: auto;
  font-size: 13px;
  top: 7px;
  pointer-events: none;
  z-index: 1;
  text-align: left;
}
html[dir='rtl'] .fp-icon.status {
  right: auto;
  left: 7px;
}
html[dir='rtl'] .fp-icon.status {
  right: auto;
  left: 7px;
}
html[dir='rtl'] .fp-icon.status {
  text-align: right;
}
html[dir='rtl'] .fp-icon.status {
  text-align: right;
}
.fp-icon.status:before {
  /*.fieldBox.incomplete  .field > & {
			.icon-error ();
			color: @error-color;
		}*/
}
.fieldBox.onRefresh .field > .fp-icon.status:before {
  font-family: "Ionicons";
  content: "\f3a8";
  color: #ff8700;
}
.fieldBox.required .field > .fp-icon.status:before {
  font-family: "Ionicons";
  content: "\f45c";
  color: #ff8700;
}
.fieldBox.warning .field > .fp-icon.status:before,
.fieldBox.live-warning .field > .fp-icon.status:before {
  font-family: "Ionicons";
  content: "\f101";
  color: #ff8700;
}
.fieldBox.error .field > .fp-icon.status:before,
.fieldBox.live-error .field > .fp-icon.status:before {
  /*content: "\f12a";*/
  font-family: "Ionicons";
  /*content: "\f12a";*/
  content: "\f101";
  color: #cc0033;
}
.fieldBox.valid .field > .fp-icon.status:before {
  font-family: "Ionicons";
  content: "\f122";
  color: #00cc33;
}
.fieldBox.CheckBox.valid .field > .fp-icon.status:before {
  display: none;
}
.fieldBox.disabled.valid .field > .fp-icon.status:before,
.fieldBox.readonly.valid .field > .fp-icon.status:before,
.fieldBox.disabled.required .field > .fp-icon.status:before,
.fieldBox.readonly.required .field > .fp-icon.status:before {
  display: none;
}
/* icon status for ListBox , ComboBox, RadioBox, CheckBox*/
.fieldBox {
  /*	&.CheckBox  .field > .fp-icon.status {
		display: none ! important;
	}*/
  /* &.required.disabled , &.required.readonly {
		&  .field > .fp-icon.status {
			display: none;
		}

		&.warning , &.error,  &.live-error {
			&  .field > .fp-icon.status {
				display: @fp-icon-status-display;
			}
		}
	}*/
}
.fieldBox.ListBox,
.fieldBox.ComboBox,
.fieldBox.RadioBox,
.fieldBox.Choice,
.fieldBox.CheckBox,
.fieldBox.AttachmentBox,
.fieldBox.UploadBox {
  /*&.warning , &.error , &.done {
			&  .field > .fp-icon.status {
				display: none;
			}
		}

		&.required.warning {
			&  .field > .fp-icon.status {
				display: @fp-icon-status-display;
				&:before {
					.icon-required ();
					color: @warning-color;
				}
			}
		}

		&.required.error {
			&  .field > .fp-icon.status {
				display: @fp-icon-status-display;
				&:before {
					.icon-required ();
					color: @error-color;
				}
			}
		}

		&.required.done {
			&  .field > .fp-icon.status {
				display: @fp-icon-status-display;
				&:before {
					.icon-required ();
					color: @valid-color;
				}
			}
		}*/
}
.fieldBox.ListBox .field,
.fieldBox.ComboBox .field,
.fieldBox.RadioBox .field,
.fieldBox.Choice .field,
.fieldBox.CheckBox .field,
.fieldBox.AttachmentBox .field,
.fieldBox.UploadBox .field {
  padding-left: 0;
  padding-right: 15px;
}
html[dir='rtl'] .fieldBox.ListBox .field,
html[dir='rtl'] .fieldBox.ComboBox .field,
html[dir='rtl'] .fieldBox.RadioBox .field,
html[dir='rtl'] .fieldBox.Choice .field,
html[dir='rtl'] .fieldBox.CheckBox .field,
html[dir='rtl'] .fieldBox.AttachmentBox .field,
html[dir='rtl'] .fieldBox.UploadBox .field {
  padding-left: 15px;
  padding-right: 0;
}
html[dir='rtl'] .fieldBox.ListBox .field,
html[dir='rtl'] .fieldBox.ComboBox .field,
html[dir='rtl'] .fieldBox.RadioBox .field,
html[dir='rtl'] .fieldBox.Choice .field,
html[dir='rtl'] .fieldBox.CheckBox .field,
html[dir='rtl'] .fieldBox.AttachmentBox .field,
html[dir='rtl'] .fieldBox.UploadBox .field {
  padding-left: 15px;
  padding-right: 0;
}
.fieldBox.ListBox .field > .fp-icon.status,
.fieldBox.ComboBox .field > .fp-icon.status,
.fieldBox.RadioBox .field > .fp-icon.status,
.fieldBox.Choice .field > .fp-icon.status,
.fieldBox.CheckBox .field > .fp-icon.status,
.fieldBox.AttachmentBox .field > .fp-icon.status,
.fieldBox.UploadBox .field > .fp-icon.status {
  position: absolute;
  right: 0px;
  left: auto;
  top: 1px;
  min-width: 10px;
}
html[dir='rtl'] .fieldBox.ListBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.ComboBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.RadioBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.Choice .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.CheckBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.AttachmentBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.UploadBox .field > .fp-icon.status {
  right: auto;
  left: 0px;
}
html[dir='rtl'] .fieldBox.ListBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.ComboBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.RadioBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.Choice .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.CheckBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.AttachmentBox .field > .fp-icon.status,
html[dir='rtl'] .fieldBox.UploadBox .field > .fp-icon.status {
  right: auto;
  left: 0px;
}
.fp-icon.edit {
  display: none;
  font-size: 14px;
}
.fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f2bf';
}
.PasswordBox .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f458';
}
.ListBox .fp-icon.edit:before,
.ComboBox .fp-icon.edit:before {
  font-family: "Ionicons";
  content: "\f453";
}
.loginContent .TextBox .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f213';
}
.BEBankNumber ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.BEBCE ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.BENISS ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.BEONSS ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.BEPhone ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f4b9';
}
.BETVA ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.FRSIREN ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.FRSIRET ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.eMail ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f10f';
}
.url ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f4d2';
}
.number ~ .fp-icon.edit:before,
.sum ~ .fp-icon.edit:before,
.lessThan ~ .fp-icon.edit:before,
.lessOrEqualThan ~ .fp-icon.edit:before,
.greaterThan ~ .fp-icon.edit:before,
.greaterOrEqualThan ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f450';
}
.percentage ~ .fp-icon.edit:before,
.sumPercentage ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f2a5';
}
.date ~ .fp-icon.edit:before,
.startDate ~ .fp-icon.edit:before,
.endDate ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f2d1';
}
.time ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f26e';
}
.currency ~ .fp-icon.edit:before,
.sumCurrency ~ .fp-icon.edit:before {
  font-family: "Ionicons";
  content: '\f353';
}
.BEBankNumber,
.BEBCE,
.BENISS,
.BEONSS,
.BEPhone,
.BETVA,
.BIC,
.eMail,
.IBAN,
.FRSIREN,
.FRSIRET {
  text-align: left;
}
html[dir='rtl'] .BEBankNumber,
html[dir='rtl'] .BEBCE,
html[dir='rtl'] .BENISS,
html[dir='rtl'] .BEONSS,
html[dir='rtl'] .BEPhone,
html[dir='rtl'] .BETVA,
html[dir='rtl'] .BIC,
html[dir='rtl'] .eMail,
html[dir='rtl'] .IBAN,
html[dir='rtl'] .FRSIREN,
html[dir='rtl'] .FRSIRET {
  text-align: right;
}
html[dir='rtl'] .BEBankNumber,
html[dir='rtl'] .BEBCE,
html[dir='rtl'] .BENISS,
html[dir='rtl'] .BEONSS,
html[dir='rtl'] .BEPhone,
html[dir='rtl'] .BETVA,
html[dir='rtl'] .BIC,
html[dir='rtl'] .eMail,
html[dir='rtl'] .IBAN,
html[dir='rtl'] .FRSIREN,
html[dir='rtl'] .FRSIRET {
  text-align: right;
}
.fp-char-counter {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0.3em;
  font-size: 0.8em;
}
.ui-datepicker {
  width: auto;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
  border-radius: 3px;
}
.ui-datepicker.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.ui-datepicker.ui-widget select {
  font-family: inherit;
  font-size: inherit;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-default {
  width: 35px;
  height: 35px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  font-weight: normal;
  color: inherit;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-highlight {
  border: 1px solid #0092d0;
  background: #fff;
  color: inherit;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-hover {
  border-color: #0092d0;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
  border: 1px solid #0092d0;
  background: #0092d0;
  font-weight: normal;
  color: #ffffff;
}
.ui-datepicker .ui-widget-header {
  background: #0092d0;
  border: 1px solid #0092d0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: none;
  background: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: none;
}
.ui-datepicker .ui-widget-header a.ui-datepicker-prev,
.ui-datepicker .ui-widget-header a.ui-datepicker-next {
  width: auto;
  height: 100%;
  top: 0;
  padding: 5px 9px;
  color: #ffffff;
}
.ui-datepicker a.ui-datepicker-prev {
  position: absolute;
  left: 0;
  right: auto;
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-prev {
  left: auto;
  right: 0;
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-prev {
  left: auto;
  right: 0;
}
.ui-datepicker a.ui-datepicker-prev:before {
  font-family: "Ionicons";
  content: "\f124";
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-prev:before {
  font-family: "Ionicons";
  content: "\f125";
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-prev:before {
  font-family: "Ionicons";
  content: "\f125";
}
.ui-datepicker a.ui-datepicker-next {
  position: absolute;
  right: 0;
  left: auto;
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-next {
  right: auto;
  left: 0;
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-next {
  right: auto;
  left: 0;
}
.ui-datepicker a.ui-datepicker-next:before {
  font-family: "Ionicons";
  content: "\f125";
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-next:before {
  font-family: "Ionicons";
  content: "\f124";
}
html[dir='rtl'] .ui-datepicker a.ui-datepicker-next:before {
  font-family: "Ionicons";
  content: "\f124";
}
.ui-datepicker table {
  border: 1px solid #0092d0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-collapse: separate;
}
.fp-btn {
  border-radius: 3px;
  border: none;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  font: normal 1.22em "Trebuchet MS", Helvetica, sans-serif;
  min-width: 35px;
  min-height: 35px;
  border-width: 1px;
  border-style: solid;
  padding: 4px;
  position: relative;
  border-color: #aeaeae;
  background-color: #ffffff;
  color: #333333;
}
.fp-btn:hover {
  border-color: #aeaeae;
}
.fp-btn:hover {
  border-color: #aeaeae;
}
.fp-btn:focus {
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
.fp-btn:focus {
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
.fp-btn:not(.linkButton):hover {
  padding-bottom: 1px;
  border-bottom-width: 4px;
}
.fp-btn .fp-btn-text {
  padding-left: 9px;
  padding-right: 0;
}
html[dir='rtl'] .fp-btn .fp-btn-text {
  padding-left: 0;
  padding-right: 9px;
}
html[dir='rtl'] .fp-btn .fp-btn-text {
  padding-left: 0;
  padding-right: 9px;
}
.fp-btn.disabled {
  disabled: none;
}
.fp-btn.primary {
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
}
.fp-btn.primary:hover {
  border-color: #e1e1e1;
}
.fp-btn.primary:hover {
  border-color: #e1e1e1;
}
.fp-btn.secondary {
  border-color: #0092d0;
  background-color: #ffffff;
  color: #0092d0;
}
.fp-btn.secondary:hover {
  border-color: #e1e1e1;
}
.fp-btn.secondary:hover {
  border-color: #e1e1e1;
}
.fp-btn.success {
  border-color: #009926;
  background-color: #009926;
  color: #ffffff;
}
.fp-btn.success:hover {
  border-color: #006619;
}
.fp-btn.success:hover {
  border-color: #006619;
}
.fp-btn.alert {
  border-color: #cc0033;
  background-color: #cc0033;
  color: #ffffff;
}
.fp-btn.alert:hover {
  border-color: #910024;
}
.fp-btn.alert:hover {
  border-color: #910024;
}
.fp-btn.warning {
  border-color: #ff8700;
  background-color: #ff8700;
  color: #ffffff;
}
.fp-btn.warning:hover {
  border-color: #ff4700;
}
.fp-btn.warning:hover {
  border-color: #ff4700;
}
.fp-btn.info > .fp-icon:before {
  font-family: "Ionicons";
  content: "\f14a";
}
.fp-btn.help > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f3e7';
}
.fp-btn.report > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f471';
}
.fp-btn.pdf > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f471';
}
.fp-btn.load > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f41f';
}
.fp-btn.save > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f4ca';
}
.fp-btn.quit > .fp-icon:before {
  font-family: "Ionicons";
  content: '\f29f';
}
.fp-btn.refreshButton {
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.fp-btn.refreshButton:hover {
  border-color: #e1e1e1;
}
.fp-btn.refreshButton .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.refreshButton .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.refreshButton .fp-icon:before {
  font-family: "Ionicons";
  content: "\f3a8";
}
.fp-btn.iteratorInsertBefore {
  border-color: #009926;
  background-color: #009926;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.fp-btn.iteratorInsertBefore:hover {
  border-color: #006619;
}
.fp-btn.iteratorInsertBefore .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorInsertBefore .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorInsertBefore .fp-icon:before {
  font-family: "Ionicons";
  content: "\f2c7";
}
.fp-btn.iteratorInsertAfter {
  border-color: #009926;
  background-color: #009926;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.fp-btn.iteratorInsertAfter:hover {
  border-color: #006619;
}
.fp-btn.iteratorInsertAfter .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorInsertAfter .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorInsertAfter .fp-icon:before {
  font-family: "Ionicons";
  content: "\f2c7";
}
.fp-btn.iteratorDelete {
  width: 35px;
  height: 35px;
  border-color: #cc0033;
  background-color: #cc0033;
  color: #ffffff;
}
.fp-btn.iteratorDelete .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorDelete .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.iteratorDelete:hover {
  border-color: #910024;
}
.fp-btn.iteratorDelete .fp-icon:before {
  font-family: "Ionicons";
  content: "\f252";
}
span.iteratorControlButton {
  padding-left: 9px;
  padding-right: 0;
}
html[dir='rtl'] span.iteratorControlButton {
  padding-left: 0;
  padding-right: 9px;
}
html[dir='rtl'] span.iteratorControlButton {
  padding-left: 0;
  padding-right: 9px;
}
/* refresh */
#jFormRefreshOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: transparent;
  cursor: progress;
}
#jFormRefreshOverlay .message {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: 1002;
}
/* loading spinner
-----------------------------------------------------------------------------------------------------------*/
#jFormSpinnerOverlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ffffff;
  opacity: 0.7;
}
#jFormSpinner {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 8px;
  vertical-align: middle;
  width: 150px;
  height: 110px;
  z-index: 1001;
  background: #ffffff;
  border-radius: 3px;
  display: block;
  border: 1px solid #e1e1e1;
}
#jFormSpinner #jFormSpinnerOpts {
  top: 30px;
  color: #0092d0;
}
#jFormSpinner .message {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: inherit;
}
#jFormSpinner .message p {
  margin: 0;
}
iframe {
  margin: 0;
  padding: 0;
  border: none;
}
.iframe_wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  positon: relative;
}
#modalTitle {
  display: none;
}
.ModalWindow.ui-widget {
  font: normal 1em/1.45 "Trebuchet MS", Helvetica, sans-serif;
}
.ModalWindow.ui-widget.ui-widget-content {
  border: 1px solid #0092d0;
  background-color: #ffffff;
  border-bottom: 4px solid #0092d0;
}
.ModalWindow.ui-corner-all {
  border-radius: 3px;
}
.ModalWindow .ui-widget-header {
  border: none;
  background: #ffffff;
  color: #0092d0;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
}
.ModalWindow.ui-dialog .ui-dialog-content {
  padding: 9px;
}
.ModalWindow.ui-dialog .ui-dialog-titlebar {
  padding: 9px;
}
.ModalWindow.ui-dialog .ui-dialog-title {
  float: none;
  width: auto;
  text-transform: uppercase;
  font: 700 1.15em "Trebuchet MS", Helvetica, sans-serif;
}
.ModalWindow.ui-dialog .ui-button {
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  background: none;
  border: none;
}
.ModalWindow.ui-dialog .ui-button.ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  left: auto;
}
html[dir='rtl'] .ModalWindow.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
html[dir='rtl'] .ModalWindow.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
.ModalWindow.ui-dialog .ui-button .ui-button-icon {
  background: none;
  color: #999999;
  position: absolute;
  top: -5px;
  left: auto;
  right: 5px;
  margin-left: 0;
  margin-top: 0;
  font-size: 30px;
  width: auto;
  height: auto;
  overflow: visible;
}
.ModalWindow.ui-dialog .ui-button .ui-button-icon:before {
  display: block;
  text-indent: 0;
  font-family: "Ionicons";
  content: "\f2d7";
}
.ModalWindow.ui-dialog .ui-button:hover .ui-button-icon,
.ModalWindow.ui-dialog .ui-button:focus .ui-button-icon {
  color: #0092d0;
}
.ModalWindow.ui-dialog .ui-dialog-title {
  font: 700 1.4em "Trebuchet MS", Helvetica, sans-serif;
}
.KeywordDialog.ui-widget {
  font: normal 1em/1.45 "Trebuchet MS", Helvetica, sans-serif;
}
.KeywordDialog.ui-widget.ui-widget-content {
  border: 1px solid #0092d0;
  background-color: #ffffff;
  border-bottom: 4px solid #0092d0;
}
.KeywordDialog.ui-corner-all {
  border-radius: 3px;
}
.KeywordDialog .ui-widget-header {
  border: none;
  background: #ffffff;
  color: #0092d0;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
}
.KeywordDialog.ui-dialog .ui-dialog-content {
  padding: 9px;
}
.KeywordDialog.ui-dialog .ui-dialog-titlebar {
  padding: 9px;
}
.KeywordDialog.ui-dialog .ui-dialog-title {
  float: none;
  width: auto;
  text-transform: uppercase;
  font: 700 1.15em "Trebuchet MS", Helvetica, sans-serif;
}
.KeywordDialog.ui-dialog .ui-button {
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  background: none;
  border: none;
}
.KeywordDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  left: auto;
}
html[dir='rtl'] .KeywordDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
html[dir='rtl'] .KeywordDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
.KeywordDialog.ui-dialog .ui-button .ui-button-icon {
  background: none;
  color: #999999;
  position: absolute;
  top: -5px;
  left: auto;
  right: 5px;
  margin-left: 0;
  margin-top: 0;
  font-size: 30px;
  width: auto;
  height: auto;
  overflow: visible;
}
.KeywordDialog.ui-dialog .ui-button .ui-button-icon:before {
  display: block;
  text-indent: 0;
  font-family: "Ionicons";
  content: "\f2d7";
}
.KeywordDialog.ui-dialog .ui-button:hover .ui-button-icon,
.KeywordDialog.ui-dialog .ui-button:focus .ui-button-icon {
  color: #0092d0;
}
.fp-btn.Note {
  width: 35px;
  height: 35px;
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
}
.fp-btn.Note .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.Note .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.Note:hover {
  border-color: #e1e1e1;
}
.fp-btn.Note:hover {
  border-color: #e1e1e1;
}
.fp-btn.Note .fp-icon {
  font-size: 17px;
}
.fp-btn.Note .fp-icon:before {
  font-family: "Ionicons";
  content: "\f143";
}
.NoteDialog.ui-widget {
  font: normal 1em/1.45 "Trebuchet MS", Helvetica, sans-serif;
}
.NoteDialog.ui-widget.ui-widget-content {
  border: 1px solid #0092d0;
  background-color: #ffffff;
  border-bottom: 4px solid #0092d0;
}
.NoteDialog.ui-corner-all {
  border-radius: 3px;
}
.NoteDialog .ui-widget-header {
  border: none;
  background: #ffffff;
  color: #0092d0;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
}
.NoteDialog.ui-dialog .ui-dialog-content {
  padding: 9px;
}
.NoteDialog.ui-dialog .ui-dialog-titlebar {
  padding: 9px;
}
.NoteDialog.ui-dialog .ui-dialog-title {
  float: none;
  width: auto;
  text-transform: uppercase;
  font: 700 1.15em "Trebuchet MS", Helvetica, sans-serif;
}
.NoteDialog.ui-dialog .ui-button {
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  background: none;
  border: none;
}
.NoteDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  left: auto;
}
html[dir='rtl'] .NoteDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
html[dir='rtl'] .NoteDialog.ui-dialog .ui-button.ui-dialog-titlebar-close {
  right: auto;
  left: 0.3em;
}
.NoteDialog.ui-dialog .ui-button .ui-button-icon {
  background: none;
  color: #999999;
  position: absolute;
  top: -5px;
  left: auto;
  right: 5px;
  margin-left: 0;
  margin-top: 0;
  font-size: 30px;
  width: auto;
  height: auto;
  overflow: visible;
}
.NoteDialog.ui-dialog .ui-button .ui-button-icon:before {
  display: block;
  text-indent: 0;
  font-family: "Ionicons";
  content: "\f2d7";
}
.NoteDialog.ui-dialog .ui-button:hover .ui-button-icon,
.NoteDialog.ui-dialog .ui-button:focus .ui-button-icon {
  color: #0092d0;
}
.NoteDialog span.NoteParagraph {
  display: block;
  text-align: justify;
  line-height: normal;
}
span.NoteParagraph + span.NoteParagraph {
  margin-top: 8.5px;
}
span.Note_tip {
  display: block;
}
.MessagesOnPage {
  margin: 1.428em 0;
  padding: 0 1.071em;
  border-radius: 3px;
}
.MessagesOnPage.error {
  border: 1px solid #cc0033;
  border-left: 4px solid #cc0033;
  border-right: 1px solid #cc0033;
  background-color: #fff3f6;
}
html[dir='rtl'] .MessagesOnPage.error {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
html[dir='rtl'] .MessagesOnPage.error {
  border-right: 4px solid #cc0033;
  border-left: 1px solid #cc0033;
}
.MessagesOnPage.error span.type {
  color: #cc0033;
  font-weight: bold;
}
.MessagesOnPage.warning {
  border: 1px solid #ff8700;
  border-left: 4px solid #ff8700;
  border-right: 1px solid #ff8700;
  background-color: #fff3e7;
}
html[dir='rtl'] .MessagesOnPage.warning {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #ff8700;
}
html[dir='rtl'] .MessagesOnPage.warning {
  border-right: 4px solid #ff8700;
  border-left: 1px solid #ff8700;
}
.MessagesOnPage.warning span.type {
  color: #ff8700;
  font-weight: bold;
}
.MessagesOnPage ul {
  padding: 0;
}
.MessagesOnPage ul li {
  list-style: none;
}
.AttachmentBox > .field-wrapper > .field > fp-icon.edit,
.AttachmentBox > .field > fp-icon.edit,
.AttachmentBox > .field-wrapper > .field > fp-icon.status,
.AttachmentBox > .field > fp-icon.status {
  display: none ! important;
}
.AttachmentItem {
  display: inline-block;
  width: 100%;
}
form.AttachmentForm {
  white-space: normal;
  width: 100%;
}
form.AttachmentForm span.fp-btn.upload {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  font-size: 1em;
  min-height: auto;
  border-color: #009926;
  background-color: #009926;
  color: #ffffff;
}
html[dir='rtl'] form.AttachmentForm span.fp-btn.upload {
  margin-left: 5px;
  margin-right: 0;
}
html[dir='rtl'] form.AttachmentForm span.fp-btn.upload {
  margin-left: 5px;
  margin-right: 0;
}
form.AttachmentForm span.fp-btn.upload:hover {
  border-color: #006619;
}
form.AttachmentForm span.fp-btn.upload .fp-icon:before {
  font-family: "Ionicons";
  content: "\f2c7";
}
form.AttachmentForm span.fp-btn.upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
form.AttachmentForm button.delete {
  font-size: 1em;
  min-height: auto;
  vertical-align: top;
  margin-bottom: 5px;
  border-color: #cc0033;
  background-color: #cc0033;
  color: #ffffff;
}
form.AttachmentForm button.delete:hover {
  border-color: #910024;
}
form.AttachmentForm button.delete .fp-icon:before {
  font-family: "Ionicons";
  content: "\f252";
}
.uploadsDetailsList p {
  line-height: 1.5em;
  margin: 0;
  line-break: anywhere;
}
form.AttachmentForm .uploadProgressBar {
  height: 20px;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px #e1e1e1;
  box-shadow: inset 0 1px 2px #e1e1e1;
}
form.AttachmentForm .uploadProgressBar .uploadMeter {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0092d0;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.mdz_checked form.AttachmentForm .uploadLinking .check-button input ~ .check-mark {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
}
form.AttachmentForm .uploadLinking .ComboBox {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: normal;
}
form.AttachmentForm .uploadLinking > div + div {
  margin-top: 5px;
}
#justif_list div.GridHeader {
  font-weight: bold;
  text-align: center;
}
#justif_list div.GridRow {
  border: 1px solid #999;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#justif_list div.GridCellContent {
  padding: 4px;
}
#justif_list div.GridRow + div.GridRow {
  border-top-width: 0px;
}
#justif_list div.GridCell + div.GridCell {
  border-left: 1px solid #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#justif_list div.GridCell {
  min-height: 30px;
}
.justif_descrip {
  padding-right: 0.5em;
}
@media all and (max-width: 768px) {
  #justif_list div.GridHeader {
    display: none;
  }
  #justif_list .GridCell {
    clear: left;
    width: 100% ! important;
  }
  #justif_list div.GridCell + div.GridCell {
    border-bottom: 0px;
    border-left: 0px;
  }
  .justif_descrip {
    font-weight: bold;
    text-decoration: underline;
  }
  #justif_list div.GridRow {
    border: 0px;
  }
}
.percent {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-family: tahoma, arial, helvetica;
  color: white;
}
.mdz_filereader .UploadBox span.fp-btn.upload {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  min-height: auto;
  overflow: hidden;
  border-color: #009926;
  background-color: #009926;
  color: #ffffff;
}
html[dir='rtl'] .mdz_filereader .UploadBox span.fp-btn.upload {
  margin-left: 5px;
  margin-right: 0;
}
html[dir='rtl'] .mdz_filereader .UploadBox span.fp-btn.upload {
  margin-left: 5px;
  margin-right: 0;
}
.mdz_filereader .UploadBox span.fp-btn.upload:hover {
  border-color: #006619;
}
.mdz_filereader .UploadBox span.fp-btn.upload .fp-icon:before {
  font-family: "Ionicons";
  content: "\f2c7";
}
.mdz_filereader .UploadBox span.fp-btn.upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.UploadBox.disabled span.fp-btn.upload {
  background: #eeeeee;
  border-color: #999999;
  pointer-events: none;
  cursor: default;
  color: #999999;
}
.UploadBox button.delete {
  font-size: 1em;
  min-height: auto;
  margin-bottom: 5px;
  vertical-align: top;
  border-color: #cc0033;
  background-color: #cc0033;
  color: #ffffff;
}
.UploadBox button.delete:hover {
  border-color: #910024;
}
.UploadBox button.delete .fp-icon:before {
  font-family: "Ionicons";
  content: "\f252";
}
.UploadBox .details {
  display: block;
}
.mdz_no-filereader .UploadBox span.fp-btn.upload {
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
  min-width: auto;
  min-height: auto;
}
.mdz_no-filereader .UploadBox span.fp-btn.upload .fp-btn-text,
.mdz_no-filereader .UploadBox span.fp-btn.upload .fp-icon {
  display: none;
}
.fp-btn.selector,
.fp-btn.lookupCode,
.fp-btn.lookupValue {
  vertical-align: top;
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.fp-btn.selector:hover,
.fp-btn.lookupCode:hover,
.fp-btn.lookupValue:hover {
  border-color: #e1e1e1;
}
.fp-btn.selector .fp-btn-text,
.fp-btn.lookupCode .fp-btn-text,
.fp-btn.lookupValue .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.selector .fp-btn-text,
.fp-btn.lookupCode .fp-btn-text,
.fp-btn.lookupValue .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fp-btn.selector .fp-icon:before,
.fp-btn.lookupCode .fp-icon:before,
.fp-btn.lookupValue .fp-icon:before {
  font-family: "Ionicons";
  content: "\f268";
}
#selectorContent {
  padding: 0 1px;
}
#selectorContent .ui-widget-header {
  border: none;
  background: #ffffff;
  color: #0092d0;
  font-weight: bold;
  border-radius: 0 ! important;
  padding: 5px 0;
}
#selectorContent .ui-widget-header .dataTables_length,
#selectorContent .ui-widget-header .dataTables_filter,
#selectorContent .ui-widget-header .dataTables_info {
  color: #0092d0 !important;
}
#selectorContent .ui-widget-header select,
#selectorContent .ui-widget-header input[type=search] {
  color: #333333;
  font-weight: normal;
}
#selectorContent .dataTables_info {
  float: none;
  width: 100%;
  text-align: right;
  font-weight: normal;
}
#selectorContent .dataTables_paginate {
  float: none;
  text-align: right;
  margin: 10px 0 0 0;
}
#selectorContent table.display thead th {
  padding: 5px 15px 5px 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  font-weight: bold;
  color: #333333;
}
#selectorContent tr.odd {
  background-color: #f9f9f9;
}
#selectorContent tr.odd td {
  background: none !important;
}
#selectorContent tr.even {
  background-color: #ffffff;
}
#selectorContent tr.even td {
  background: none !important;
}
#selectorContent a {
  color: #333333;
}
#selectorContent a:hover,
#selectorContent a:focus {
  color: #0092d0;
  text-decoration: underline;
}
#selectorContent table + .ui-widget-header {
  border-bottom: 1px solid #e1e1e1 ! important;
  border-top: 1px solid #e1e1e1 ! important;
}
.field span.report-data {
  color: #333333;
  display: inline-block;
}
.field span.report-data.empty:after {
  content: '\00a0';
}
.fieldBox.MemoBox .field span.report-data {
  white-space: pre-wrap;
}
.fieldBox.report .field input[type=text],
.fieldBox.report .field input[type=password],
.fieldBox.report .field input[type=email],
.fieldBox.report .field input[type=url],
.fieldBox.report .field input[type=date],
.fieldBox.report .field input[type=number],
.fieldBox.report .field input[type=tel],
.fieldBox.report .field textarea,
.fieldBox.report .field select {
  padding: 7px 7px ! important;
  pointer-events: none;
}
.fieldBox.report .field label.check-button {
  cursor: default;
}
.fieldBox input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: default ! important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-icon {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#fp-recap textarea {
    field-sizing: content;
}
