@import url(reset.css);
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  position: relative; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html,
button,
input,
select,
textarea {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none;
    outline: none; }
  a:link {
    outline: none; }

strong, b {
  font-weight: bold; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

sup,
sub {
  text-transform: none; }

input[type="submit"],
input[type="file"],
select {
  border: none;
  outline: none;
  outline-color: transparent;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
  margin-top: 1px; }

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  border: 1px solid #acacac;
  background: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85em;
  padding: 10px;
  max-width: 100%;
  margin: 0; }
  input:not([type]):focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #444; }
  input:not([type])[disabled],
  input[type="color"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled],
  textarea[disabled],
  select[disabled] {
    background: #d5d5d5; }

textarea {
  resize: vertical;
  height: auto;
  line-height: 1.4em;
  padding: 10px; }

select {
  border-radius: 0;
  background: white url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjkgMTAgMTYgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyA5IDEwIDE2IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gZmlsbD0iIzQ1NDU0NSIgcG9pbnRzPSIxNywxMCAxMywxNSA5LDEwICIvPg0KPC9zdmc+DQo=") right center no-repeat;
  padding: 0 1.25em 0 10px;
  line-height: 2.8em;
  height: 2.8em;
  position: relative; }
  .lte-ie9 select {
    padding: 0; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background: white;
    padding: 0;
    font-size: 0.9em; }

label {
  display: block;
  margin-bottom: 5px; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline;
    vertical-align: top; }
    input[type="radio"] + label + label,
    input[type="checkbox"] + label + label {
      display: inline;
      vertical-align: top; }
    input[type="radio"] + label + input[type="radio"],
    input[type="radio"] + label + input[type="checkbox"],
    input[type="checkbox"] + label + input[type="radio"],
    input[type="checkbox"] + label + input[type="checkbox"] {
      margin-left: 10px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none;
  text-shadow: none; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  outline: none;
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  outline: none;
  text-shadow: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.text-indent {
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.clearfix:before, form:before,
.clearfix:after,
form:after {
  content: " ";
  display: table; }


.clearfix:after,
form:after {
  clear: both; }

.clearfix, form {
  *zoom: 1; }

html {
  clear: both;
  background-color: #eee;
    background-color-position: fixed;
    background-color-top: 0;
    background-color-bottom: 0;
    background-color-left: 0;
    background-color-right: 0;
    background-color-margin: 0;
    background-color-padding: 0;
    background-color-height: auto;
  overflow-x: unset !important; }

body {
  clear: both;
    clear-position: fixed;
    clear-top: 0;
    clear-bottom: 0;
    clear-left: 0;
    clear-right: 0;
    clear-margin: 0;
    clear-padding: 0;
    clear-height: auto; }

fieldset {
  display: table-column; }

legend {
  width: auto;
  padding: 0 20px; }

.-no-padding {
  padding: 0; }

.-no-margin {
  margin: 0; }

@media only screen and (max-width: 74.9375em) {
  .col-md-12 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
    .col-md-12:last-of-type {
      margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.333333%; } }

@media only screen and (min-width: 1200px) {
  .col-lg-3 {
    width: 25%; } }

@media only screen and (max-width: 61.9375em) {
  .col-sm-12 {
    margin-bottom: 20px;
    padding: 0; }
    .col-sm-12:last-of-type {
      margin-bottom: 0; } }

@media only screen and (max-width: 47.9375em) {
  .col-xs-12 {
    margin-bottom: 20px;
    padding: 0; }
    .col-xs-12:last-of-type {
      margin-bottom: 0; } }

@media only screen and (max-width: 36.25em) {
  .col-ms-12 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
    .col-ms-12:last-of-type {
      margin-bottom: 0; } }

@media only screen and (max-width: 61.9375em) {
  .col-md-3.col-sm-6 {
    margin-bottom: 10px; } }

@media only screen and (max-width: 61.9375em) {
  .col-sm-6:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 15px;
    clear: both; }
  .col-sm-6:nth-child(2n) {
    padding-right: 0; } }

@media only screen and (max-width: 47.9375em) {
  .col-sm-6:nth-child(2n+1) {
    padding-right: 0; } }

.row {
  margin: 20px 0; }
  .row.-space:first-of-type {
    margin-top: 20px; }
  .row:first-of-type {
    margin-top: 0; }
  .row:last-child {
    margin-bottom: 0; }
  .row > *:first-child {
    padding-left: 0; }
  .row > *:last-child {
    padding-right: 0; }
  .row > * > fieldset.block-form {
    margin: 0; }
  .row > fieldset.block-form {
    margin: 0; }
    @media only screen and (max-width: 64.0625em) {
      .row > fieldset.block-form {
        margin: inherit; }
        .row > fieldset.block-form:first-child {
          margin-top: 0; }
        .row > fieldset.block-form:last-child {
          margin-bottom: 0; } }

.-no-padding-right {
  padding-right: 0; }

.-lgrey-bg {
  background-color: #eee; }

.modal-dialog button {
  display: none; }

md-dialog {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

#scrollable-dropdown-menu .dropdown-menu {
  max-height: 250px;
  overflow-y: auto; }

.content-base-style {
  background-color: #FFF;
  margin-top: 1em;
  border-top: 2px solid #DDDDDD;
  padding: 0.625em; }
  .content-base-style fieldset {
    padding: 1em;
    border: 1px solid #ddd; }
    .content-base-style fieldset label {
      color: #acacac;
      text-transform: uppercase; }
  .content-base-style .square-boxes input {
    border-radius: 0em; }
  .content-base-style .checkbox-div {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
    .content-base-style .checkbox-div span {
      font-size: 0.8125em; }
  .content-base-style .search-title {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  .content-base-style .active-element {
    text-align: center; }
  .content-base-style .nav-tabs li.active {
    background-color: #008ed3;
    color: white; }
  .content-base-style .adress-order div.row {
    margin: 0.5em 0em; }
  .content-base-style .radio-section {
    text-align: center;
    margin: 1em; }
    .content-base-style .radio-section span.active {
      font-weight: bold; }

.imageFile {
  width: 145px;
  height: 145px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center !important;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default; }

.imageFile .mask h2 {
  cursor: pointer;
  font-weight: bold;
  padding: 10px !important;
  width: auto !important;
  display: inline-block !important; }

.imageFile .mask, .view .content {
  width: 100%;
  height: 145px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.imageFile img {
  display: block;
  position: relative; }

.imageFile h2 {
  text-transform: uppercase !important;
  color: white !important;
  text-align: center;
  position: relative !important;
  font-size: 17px !important;
  padding: 10px !important;
  background: rgba(0, 0, 0, 0.8);
  margin: 40px 0 0 0 !important; }

.imageFile a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000; }

.image-wrapper-effect img {
  transition: all 0.2s linear; }

.image-wrapper-effect .mask {
  opacity: 0;
  background-color: rgba(0, 142, 211, 0.7);
  transition: all 0.4s ease-in-out; }

.image-wrapper-effect h2 {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.image-wrapper-effect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.image-wrapper-effect:hover .mask {
  opacity: 1; }

.image-wrapper-effect:hover h2,
.image-wrapper-effect:hover p,
.image-wrapper-effect:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.image-wrapper-effect:hover p {
  transition-delay: 0.1s; }

.image-wrapper-effect:hover a.info {
  transition-delay: 0.2s; }

.hiddenfile {
  width: 0px;
  height: 0px;
  overflow: hidden; }

md-tabs md-ink-bar {
  background: #008ed3; }

md-dialog md-dialog-content .md-dialog-content-body {
  zzmargin-top: 20px !important; }

md-switch .md-thumb {
  background-color: #dd3e4e; }

md-switch .md-bar {
  background-color: #e05e6b; }

md-switch.md-checked .md-thumb {
  background-color: mediumseagreen; }

md-switch.md-checked .md-bar {
  background-color: #6be089; }

table thead tr {
  font-weight: bold;
  border-bottom: 2px solid grey; }

table tr.active td {
  background-color: #139adb !important;
  color: white; }

table tr.active td .glyphicon {
  background-color: #139adb !important;
  color: white; }

table tr.active td .glyphicon-remove {
  background-color: #139adb !important;
  color: white; }

a.glyphicon-remove {
  color: grey; }

.md-calendar-day-header th {
  vertical-align: middle !important; }

.md-datepicker-input {
  width: 100px; }

.md-datepicker-calendar-pane {
  font-family: 'Roboto', "Helvetica Neue", sans-serif; }

.transactions-item-td .color-picker .selected-color {
  width: 20px !important;
  height: 20px !important; }

.treeGrid .table-responsive .table td:first-child {
  text-align: left; }

.treeGrid .tree-label {
  margin-left: 10px; }

.treeGrid .tree-grid .level-1 .indented {
  margin-left: 10px; }

.select2 > .select2-choice.ui-select-match {
  height: 29px; }

.selectize-control > .selectize-dropdown {
  top: 36px; }

.select2-drop {
  position: fixed;
  top: auto;
  width: 364px; }

.scrollable-x {
  overflow-x: scroll; }

.lockscrolling-x {
  overflow-x: hidden; }

.scrollable-y {
  overflow-y: scroll; }

.lockscrolling-y {
  overflow-y: hidden; }

#quickOrderDates .md-datepicker-input-container {
  border-bottom-style: solid; }

#quickOrderDates input {
  border: none; }

.md-datepicker-input-container {
  border-bottom-style: unset; }

.md-open-menu-container {
  zzposition: absolute; }

table tr th:first-child, table tr td:first-child {
  word-wrap: break-word;
  zzwhite-space: inherit !important; }

.summaryItemsTable .table-responsive .table td {
  padding-left: 4px !important;
  padding-right: 4px !important; }

#taxDetailViewDatePicker .md-datepicker-input {
  width: 150px; }

.md-datepicker-triangle-button {
  right: 5px; }

#taxDetailViewDatePicker .md-datepicker-button {
  margin-left: 0;
  padding-left: 0; }

.my-drop-zone {
  border: dotted 3px lightgray; }

.nv-file-over {
  border: dotted 3px red; }

.another-file-over-class {
  border: dotted 3px green; }

.topRecipeButton {
  display: inline-block;
  margin-right: 5px; }

.configLayout .input-wrapper > label {
  padding-right: 10px;
  margin-right: -5px;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 16px !important; }

.ui-select-bootstrap i.glyphicon-remove {
  top: 5px;
  right: 13px; }

#popupContainer md-dialog {
  max-width: 550px;
  line-height: 25px !important; }

.image_picker_image {
  zzmin-height: 120px !important; }

ul.thumbnails.image_picker_selector li .thumbnail img {
  cursor: pointer; }

#imagePickerSelectBt button.btn-sm {
  border: 1px solid white !important; }

#imagePickerSelectBt button.btn-sm:hover {
  background-color: gainsboro !important;
  border: 1px dotted white !important; }

#imagepickerarrow {
  color: #008ed3 !important; }

#imagepickerarrow:hover {
  transition: .2s;
  color: gainsboro !important; }

.image_picker_selector div.selected {
  background-color: #98C1F9 !important; }

.thumbnails .image_picker_selector .thumbnail {
  padding: 5px !important; }

.image_picker_selector li {
  height: 270px !important;
  width: 160px !important;
  margin: 5px 10px !important; }

ul.thumbnails.image_picker_selector li .thumbnail img {
  height: 150px !important; }

ul.thumbnails.image_picker_selector {
  overflow: hidden !important; }

ul.thumbnails.image_picker_selector li .thumbnail {
  height: 100%;
  cursor: pointer; }

ul.thumbnails.image_picker_selector li .thumbnail p {
  font-size: 14px;
  margin-top: 2px !important; }

.imagePickerContainer .imagePickerBox {
  box-shadow: inset 3px 3px 5px gainsboro; }

.summaryItemsTable {
  zzwidth: 1300px;
  zzmargin: 0 auto;
  zzposition: relative;
  zzright: 50px; }

.btndisabled {
  background-color: lightblue; }

.summaryItemCodeBt {
  width: 150px;
  white-space: initial;
  display: inline-block;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px; }

.transactionClientName {
  white-space: pre-wrap;
  display: inline-block;
  line-height: normal;
  width: 180px;
  margin: 0 auto;
  display: block; }

.transactionOrderProgress {
  white-space: pre-wrap;
  display: inline-block;
  line-height: normal;
  width: 140px;
  margin: 0 auto;
  display: block; }

.md-title {
  font-weight: bold;
  margin-bottom: 20px; }

md-toast.md-default-theme {
  background-color: #68af1b !important; }

.liste-transactions md-checkbox.md-checked .md-icon {
  background-color: #008ed3; }

.lotDialog md-tabs {
  height: 100% !important; }

.treeGrid input[type=number] {
  -moz-appearance: textfield; }

.md-dialog-content lotDialog md-tab-content {
  overflow: auto !important; }

.md-dialog-content lotDialog md-content {
  height: 550px !important; }

.md-dialog-backdrop:nth-of-type(even) {
  z-index: 81; }

.md-dialog-container:nth-of-type(even) {
  z-index: 80; }

.md-dialog-backdrop:nth-of-type(odd) {
  z-index: 79; }

.md-dialog-container:nth-of-type(odd) {
  z-index: 1000; }

.productDetailsDialog {
  text-transform: uppercase;
  color: #acacac;
  margin: 15px;
  line-height: 25px;
  font-weight: bold; }

.productDetailsDialog .productData {
  color: black;
  text-transform: lowercase;
  font-weight: normal; }

.productDetailsDialog .product_img {
  width: 100%; }

.productDetailsDialog .product_img img {
  margin: 0 auto; }

.productDetailsDialog .productDialogDescription {
  display: block;
  max-width: 300px; }

.productDetailsDialog .productDialogCode {
  text-transform: uppercase; }

.summaryItemBtn span {
  display: inline-block !important; }

.summaryItemBtn .doubleBorder {
  border: 3px double white; }

md-menu-content {
  max-height: 350px !important; }

.config button {
  border: 3px double white; }

.alert-box-no-margin {
  margin-bottom: 0 !important; }

md-progress-circular path {
  stroke: #008ed3; }

#cabinetLotSearch .caret {
  display: none !important; }

#header-div {
  position: relative;
  float: left;
  z-index: 2;
  min-height: 60px;
  margin-top: 0em;
  margin-bottom: 0em; }

#header-div a {
  min-height: 60px; }

#header-div a img {
  width: 200px;
  margin-bottom: 10px;
  margin-top: 10px; }

.header-preprod {
  background-color: red !important; }

.header-localhost {
  background-color: currentColor !important; }

#generalReportDialog md-dialog {
  max-width: 95% !important; }

.md-sidenav {
  transition: 0.5s all; }

.selectedThumbColor {
  background-color: #98C1F9; }

.md-ripple-container, .md-ripple-placed {
  transition: 0.2s; }

#sidenavDesigner .md-label {
  width: 40px !important;
  font-size: 12px !important; }

.scOpenFieldInput {
  width: 155px; }

.scClosedFieldInput {
  width: 185px; }

.doorsColorOpenFieldInput {
  width: 148px; }

.doorsColorClosedFieldInput {
  width: 178px; }

.md-dialog-content .searchInput {
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #eee;
  border: 1px solid #ddd; }

#header-div #orderSearch a {
  min-height: 0 !important; }

#expertMode .md-focused {
  background-color: gainsboro !important; }

select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

scrollable-table {
  display: -moz-box;
  display: -webkit-box;
  min-width: 100%; }

.headerSpacer {
  width: 100% !important; }

.scrollableContainer {
  height: 100% !important;
  min-width: 100% !important; }

.scrollArea {
  overflow-x: hidden !important;
  height: 100% !important;
  width: 100% !important; }

#doorsMassChange .scrollArea {
  max-height: 400px !important; }

#modulesMassChange .scrollArea {
  max-height: 400px !important; }

#accessoiresMassChange .scrollArea {
  max-height: 400px !important; }

#caissonsContainer .scrollArea {
  max-height: 400px !important; }

#accessoiresContainer .scrollArea {
  max-height: 400px !important; }

#faussesPortesContainer .scrollArea {
  max-height: 400px !important; }

#expertModeCaissonItems .scrollArea {
  max-height: 100% !important; }

.expertModeTopTable th {
  background-color: #008ed3 !important; }

.general-info input[type="text"][disabled] {
  background-color: #ddd; }

input[type="text"][disabled] {
  background-color: #dbdbdb !important; }

.general-info input[type="text"] {
  background-color: #eee; }

.selectDropdown {
  border-radius: 5px;
  height: 30px;
  background-color: #eee;
  border: 1px solid #ddd;
  line-height: 30px;
  padding-right: 35px; }

.transactionList table tr:nth-child(2n+1) {
  background-color: white !important; }

.transactionList table tr:nth-child(2n) {
  background-color: #f8f8f8 !important; }

.transactionList table tr:hover {
  background-color: whitesmoke !important; }

.md-datepicker-calendar-pane {
  z-index: 1200 !important; }

.md-open-menu-container {
  z-index: 1210 !important; }

.md-backdrop .md-menu-backdrop {
  z-index: 1200 !important; }

#massChangeTreeGrid .table-responsive .table th:first-child {
  text-align: left !important; }

#massChangeTreeGrid .table-responsive .table td:first-child {
  text-align: left !important; }

#massChangeTreeGrid .table-responsive .table tr:hover {
  background-color: whitesmoke; }

#massChangeTreeGrid .table-responsive td {
  font-size: 13px;
  padding: 5px; }

.page-wrapper {
  min-height: 100%; }

.wrapper {
  max-width: 1000px;
  margin: 0 auto; }

#main-wrapper {
  clear: both;
  max-height: 100%; }

body {
  font-family: "Roboto" !important; }

#header-div {
  width: 100%;
  background-color: #008ed3; }

.content {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto"; }

.title, .content h1,
#tinymce h1, .content h2,
#tinymce h2, .content h3,
#tinymce h3, .content h4,
#tinymce h4, .content h5,
#tinymce h5, .content h6,
#tinymce h6 {
  font-weight: 700; }
  .title.-reset, .content h1.-reset,
  #tinymce h1.-reset, .content h2.-reset,
  #tinymce h2.-reset, .content h3.-reset,
  #tinymce h3.-reset, .content h4.-reset,
  #tinymce h4.-reset, .content h5.-reset,
  #tinymce h5.-reset, .content h6.-reset,
  #tinymce h6.-reset, .content h1[class], .content h2[class], .content h3[class], .content h4[class], .content h5[class], .content h6[class],
  #tinymce h1[class],
  #tinymce h2[class],
  #tinymce h3[class],
  #tinymce h4[class],
  #tinymce h5[class],
  #tinymce h6[class] {
    font-weight: 700; }
  .title.-super, .content h1.-super,
  #tinymce h1.-super, .content h2.-super,
  #tinymce h2.-super, .content h3.-super,
  #tinymce h3.-super, .content h4.-super,
  #tinymce h4.-super, .content h5.-super,
  #tinymce h5.-super, .content h6.-super,
  #tinymce h6.-super {
    font-weight: 700; }
  .title.-main, .content h1,
  #tinymce h1, .content h2.-main,
  #tinymce h2.-main, .content h3.-main,
  #tinymce h3.-main, .content h4.-main,
  #tinymce h4.-main, .content h5.-main,
  #tinymce h5.-main, .content h6.-main,
  #tinymce h6.-main {
    font-weight: 700; }
  .title.-medium, .content h1.-medium,
  #tinymce h1.-medium, .content h2,
  #tinymce h2, .content h3.-medium,
  #tinymce h3.-medium, .content h4.-medium,
  #tinymce h4.-medium, .content h5.-medium,
  #tinymce h5.-medium, .content h6.-medium,
  #tinymce h6.-medium {
    font-size: 1.25em;
    letter-spacing: 1px; }
  .title.-regular, .content h1.-regular,
  #tinymce h1.-regular, .content h2.-regular,
  #tinymce h2.-regular, .content h3,
  #tinymce h3, .content h4.-regular,
  #tinymce h4.-regular, .content h5.-regular,
  #tinymce h5.-regular, .content h6.-regular,
  #tinymce h6.-regular {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700; }
    .title.-regular.-alternative, .content h1.-regular.-alternative,
    #tinymce h1.-regular.-alternative, .content h2.-regular.-alternative,
    #tinymce h2.-regular.-alternative, .content h3.-alternative,
    #tinymce h3.-alternative, .content h4.-regular.-alternative,
    #tinymce h4.-regular.-alternative, .content h5.-regular.-alternative,
    #tinymce h5.-regular.-alternative, .content h6.-regular.-alternative,
    #tinymce h6.-regular.-alternative {
      font-size: 0.875em;
      font-weight: 500; }
  .title.-small, .content h1.-small,
  #tinymce h1.-small, .content h2.-small,
  #tinymce h2.-small, .content h3.-small,
  #tinymce h3.-small, .content h4,
  #tinymce h4, .content h5.-small,
  #tinymce h5.-small, .content h6.-small,
  #tinymce h6.-small {
    font-weight: 700;
    font-size: 0.875em; }
  .title.-sub, .content h1.-sub,
  #tinymce h1.-sub, .content h2.-sub,
  #tinymce h2.-sub, .content h3.-sub,
  #tinymce h3.-sub, .content h4.-sub,
  #tinymce h4.-sub, .content h5.-sub,
  #tinymce h5.-sub, .content h6.-sub,
  #tinymce h6.-sub {
    font-weight: 700; }
  .title.-mini, .content h1.-mini,
  #tinymce h1.-mini, .content h2.-mini,
  #tinymce h2.-mini, .content h3.-mini,
  #tinymce h3.-mini, .content h4.-mini,
  #tinymce h4.-mini, .content h5,
  #tinymce h5, .content h6,
  #tinymce h6 {
    font-weight: 700; }
  .title.-block-title, .content h1.-block-title,
  #tinymce h1.-block-title, .content h2.-block-title,
  #tinymce h2.-block-title, .content h3.-block-title,
  #tinymce h3.-block-title, .content h4.-block-title,
  #tinymce h4.-block-title, .content h5.-block-title,
  #tinymce h5.-block-title, .content h6.-block-title,
  #tinymce h6.-block-title {
    display: inline-block; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-left:after,
.icon-right:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-indent: 0; }

.icon-left:after {
  content: "\f100"; }

.icon-right:after {
  content: "\f101"; }

.glyphicon:before {
  position: relative; }

.glyphicon-plus:before {
  top: -0.5px;
  left: 0.5px; }

.glyphicon-minus:before {
  left: -0.5px; }

.myaccount-info {
  margin-top: -2em; }
  @media only screen and (min-width: 1200px) {
    .myaccount-info {
      margin-top: 1em; } }

.myaccount-header {
  display: inline-block;
  width: 70%;
  float: right;
  text-align: left;
  color: #FFF;
  margin-right: 0em; }
  .myaccount-header .input-myaccount {
    color: #FFF;
    text-decoration: underline; }
  .myaccount-header .input-mycompany {
    color: #FFF;
    text-decoration: underline; }
  .myaccount-header .user-name {
    display: inline-block;
    padding: 0.5em; }
  .myaccount-header .userCompany-info {
    display: inline-block;
    padding: 0.5em; }

.language-selector {
  display: inline-block;
  width: 15%;
  float: right;
  text-align: left;
  margin-left: 0em;
  color: #FFF; }
  .language-selector span.btn {
    color: #FFF;
    background: transparent;
    border: 0.15em solid #FFF;
    border-radius: 0.7em;
    border-color: rgba(255, 255, 255, 0.6); }

.disconnect_bt {
  display: inline-block;
  width: 30%;
  float: right;
  margin-right: 0.325em;
  background: transparent;
  border: 0.15em solid #FFF;
  border-radius: 0.7em;
  border-color: rgba(255, 255, 255, 0.6); }

.accessoires {
  background-color: #FFF;
  margin-top: 1em;
  border-top: 2px solid #DDDDDD;
  padding: 0.625em; }
  .accessoires fieldset {
    padding: 1em;
    border: 1px solid #ddd; }
    .accessoires fieldset label {
      color: #acacac;
      text-transform: uppercase; }
  .accessoires .square-boxes input {
    border-radius: 0em; }
  .accessoires .checkbox-div {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
    .accessoires .checkbox-div span {
      font-size: 0.8125em; }

.facade {
  background-color: #FFF;
  margin-top: 1em;
  border-top: 2px solid #DDDDDD;
  padding: 0.625em; }
  .facade fieldset {
    padding: 1em;
    border: 1px solid #ddd; }
    .facade fieldset label {
      color: #acacac;
      text-transform: uppercase; }
      .facade fieldset label.-no-padding {
        margin-bottom: 0.325em; }
  .facade .square-boxes input {
    border-radius: 0em; }
  .facade .checkbox-div {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
    .facade .checkbox-div span {
      font-size: 0.8125em; }
  .facade .input-small-label {
    margin-bottom: 0.25em;
    margin-top: 0.425em; }

.order-buttons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .order-buttons .add-order {
    margin: 4em;
    display: inline-block; }
    .order-buttons .add-order span {
      background-color: #008ed3;
      color: white;
      text-transform: uppercase;
      padding: 1.5em 1em; }
  .order-buttons .view-order {
    margin: 4em;
    display: inline-block; }
    .order-buttons .view-order span {
      background-color: #008ed3;
      color: white;
      text-transform: uppercase;
      padding: 1.5em 1em; }

.user-buttons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .user-buttons .view-users {
    margin: 4em;
    display: inline-block; }
    .user-buttons .view-users span {
      background-color: #008ed3;
      color: white;
      text-transform: uppercase;
      padding: 1.5em 1em; }
  .user-buttons .view-clients {
    margin: 4em;
    display: inline-block; }
    .user-buttons .view-clients span {
      background-color: #008ed3;
      color: white;
      text-transform: uppercase;
      padding: 1.5em 1em; }

.buttons-row {
  text-align: center; }
  .buttons-row .btn {
    margin-bottom: 0; }

.btn-alternative, .btn-medium {
  display: block;
  width: 100%;
  color: white;
  background-color: #008ed3;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: normal;
  border-radius: 0;
  transition: all 0.3s; }
  .btn-alternative.-no-margin, .-no-margin.btn-medium {
    margin: 0; }
  .btn-alternative:last-child, .btn-medium:last-child {
    margin-bottom: 0; }
  .btn-alternative:hover, .btn-medium:hover, .btn-alternative:focus, .btn-medium:focus, .btn-alternative:active, .btn-medium:active {
    background-color: #d5d5d5;
    color: white; }

.btn-medium {
  display: inline-block;
  width: auto; }
  .btn-medium.-big {
    padding: 15px 50px;
    font-size: 1em; }

.btn-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: white;
  background-color: #008ed3;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0;
  line-height: 1em;
  position: relative;
  padding: 0;
  transition: all 0.3s; }
  .btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    background-color: #d5d5d5;
    color: white; }

.general-info .save-recipe-btn {
  margin-top: 20px;
  width: 350px;
  max-width: 100%; }

.recipes .btn-recipe-wrapper .btn-medium {
  background-color: #d5d5d5; }
  .recipes .btn-recipe-wrapper .btn-medium.selected {
    background-color: #008ed3; }

textarea {
  border: 1px solid #ddd; }
  textarea.-noresize {
    resize: none; }

.form-field-error {
  color: #DF6881;
  font-weight: bold; }

.form-field-valid {
  color: #7aba20;
  font-weight: bold; }

.required-label:after {
  color: #d00;
  content: "*";
  margin-left: 3px; }

.require-message {
  color: #a94442;
  font-size: 85%;
  position: absolute;
  margin-bottom: 10px; }

.order-step-1 fieldset {
  border: none !important;
  text-transform: uppercase;
  margin-bottom: 0em !important; }

.order-step-1 .blocks {
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-top: 2.3em; }
  .order-step-1 .blocks legend {
    display: block;
    float: left;
    margin-top: -2.3em;
    width: 100%; }
  .order-step-1 .blocks input {
    background-color: #f5f5f5;
    border-color: #e1e1e1; }
  .order-step-1 .blocks .blocks-input {
    padding: 1em; }

.order-step-1 .copy-order {
  width: 100%; }
  .order-step-1 .copy-order .copy-order-bt {
    display: block;
    margin: 2em auto;
    width: 33.3%;
    color: white;
    background-color: #008ed3;
    text-transform: uppercase; }

.order-step-1 .step-one-title {
  background-color: #acacac;
  width: 100%;
  color: white; }
  .order-step-1 .step-one-title h3 {
    padding: 0em 1em 1em 1em; }

.order-step-1 .ui-select-toggle {
  background-color: #f5f5f5; }

.order-step-1 .add-client-bt {
  display: inline-block;
  position: absolute;
  right: 3.5em;
  margin-top: -3em;
  width: 3em;
  color: white;
  background-color: #008ed3; }

.order-step-1 .edit-client-bt {
  display: inline-block;
  position: absolute;
  right: 0em;
  margin-top: -3em;
  width: 3em;
  color: white;
  background-color: #008ed3; }

.order-step-1 .information-0 {
  background-color: #FFF; }
  .order-step-1 .information-0 .col-sm-4 {
    border: 1px solid #e1e1e1;
    width: 32.2%; }

.order-step-1 .information-1 .row {
  padding: 1em 0em; }

.order-step-1 .information-1 input {
  padding: 0.57em;
  background-color: #f5f5f5; }

.order-step-1 .information-1 .ui-select-toggle {
  background-color: #f5f5f5; }

.order-step-1 .information-2 {
  margin: 0em;
  background-color: white; }

.order-step-1 .information-3 {
  padding: 0px !important;
  margin: 0px; }
  .order-step-1 .information-3 textarea {
    width: 100%;
    margin: 1em 0em;
    background-color: #f5f5f5; }

.order-step-2 {
  text-transform: uppercase;
  width: 100%; }
  .order-step-2 legend {
    width: 100%;
    margin-bottom: 2em; }
  .order-step-2 .step-2-title {
    padding: 1.5em;
    background-color: #acacac;
    width: 100%;
    color: white; }
  .order-step-2 fieldset {
    border: none !important;
    padding: 0em !important; }
  .order-step-2 .add-recipe-bt {
    background-color: #008ed3;
    color: white;
    position: absolute;
    right: 8em;
    width: 3em; }
  .order-step-2 .delete-recipe-bt {
    background-color: #008ed3;
    color: white;
    position: absolute;
    right: 2em;
    width: 3em; }
  .order-step-2 .clone-recipe-bt {
    background-color: #008ed3;
    color: white;
    position: absolute;
    right: 5em;
    width: 3em; }
  .order-step-2 .save-recipe {
    background-color: #008ed3;
    color: white;
    position: absolute;
    right: 2em;
    top: 18em;
    width: 9em; }
  .order-step-2 .step-2-table {
    margin-top: 1em;
    padding: 1.5em;
    background-color: #FFF; }
  .order-step-2 .environnement-recipe {
    width: 25%;
    display: inline-block;
    float: left;
    margin: 1em; }
    .order-step-2 .environnement-recipe legend {
      margin: 0em; }
  .order-step-2 .multiplicateur-recipe {
    width: 25%;
    display: inline-block;
    float: left;
    margin: 1em; }
    .order-step-2 .multiplicateur-recipe legend {
      margin: 0em; }
  .order-step-2 .escompte-recipe {
    width: 25%;
    display: inline-block;
    float: left;
    margin: 1em; }
    .order-step-2 .escompte-recipe legend {
      margin: 0em; }
  .order-step-2 .fieldset-recipe {
    padding: 0.325em;
    text-transform: capitalize;
    font-size: 0.6em; }
    .order-step-2 .fieldset-recipe .row {
      vertical-align: middle;
      margin: 0.575em 0em; }
  .order-step-2 .option-recipe input[type="checkbox"] {
    margin: 0.5em; }
  .order-step-2 .recipe-content {
    margin: 0.625em;
    border: 1px solid #e1e1e1; }
    .order-step-2 .recipe-content h3 {
      font-size: 1.325em;
      margin: 0.625em;
      text-transform: uppercase; }
  .order-step-2 .ui-select-toggle, .order-step-2 .input-distributor, .order-step-2 textarea {
    background-color: #f5f5f5; }
  .order-step-2 .input-recipe {
    width: 100%; }

.order-step-3 {
  text-transform: uppercase;
  width: 100%; }
  .order-step-3 .step-3-title {
    background-color: #acacac;
    color: white;
    padding: 1em; }
  .order-step-3 .summary-bt {
    width: 100%;
    background-color: #959595;
    color: white;
    margin: 1.5em; }
  .order-step-3 .summary-list {
    margin-bottom: 2em; }
  .order-step-3 .summary-columns-name {
    background-color: #636363;
    color: #fff; }

.image-cabinet {
  max-height: 15.625em;
  overflow: hidden; }
  .image-cabinet img {
    width: 100%; }

@media only screen and (max-width: 47.9375em) {
  .recette {
    margin-bottom: 20px; } }

.my-slider {
  display: block !important;
  height: 180px !important;
  width: 300px !important;
  border: solid 1px #008ed3; }

.loupe-input {
  float: left;
  max-width: 30px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  position: relative; }

.cabinet .list-transactions-date .datepicker-input-div, .general-info .list-transactions-date .datepicker-input-div, .recipes .list-transactions-date .datepicker-input-div, .summary-info .list-transactions-date .datepicker-input-div, .steps-header .list-transactions-date .datepicker-input-div, .liste-transactions .list-transactions-date .datepicker-input-div, liste-users .list-transactions-date .datepicker-input-div, .accessoires .list-transactions-date .datepicker-input-div, .facade .list-transactions-date .datepicker-input-div, .adding-customer .list-transactions-date .datepicker-input-div, .adding-user .list-transactions-date .datepicker-input-div, .general-form .list-transactions-date .datepicker-input-div {
  margin-left: -5px; }

@media only screen and (max-width: 61.9375em) {
  .cabinet .list-transactions-date .checkbox-wrapper, .general-info .list-transactions-date .checkbox-wrapper, .recipes .list-transactions-date .checkbox-wrapper, .summary-info .list-transactions-date .checkbox-wrapper, .steps-header .list-transactions-date .checkbox-wrapper, .liste-transactions .list-transactions-date .checkbox-wrapper, liste-users .list-transactions-date .checkbox-wrapper, .accessoires .list-transactions-date .checkbox-wrapper, .facade .list-transactions-date .checkbox-wrapper, .adding-customer .list-transactions-date .checkbox-wrapper, .adding-user .list-transactions-date .checkbox-wrapper, .general-form .list-transactions-date .checkbox-wrapper {
    margin-bottom: 5px; } }

.cabinet .btn-recipe-wrapper, .general-info .btn-recipe-wrapper, .recipes .btn-recipe-wrapper, .summary-info .btn-recipe-wrapper, .steps-header .btn-recipe-wrapper, .liste-transactions .btn-recipe-wrapper, liste-users .btn-recipe-wrapper, .accessoires .btn-recipe-wrapper, .facade .btn-recipe-wrapper, .adding-customer .btn-recipe-wrapper, .adding-user .btn-recipe-wrapper, .general-form .btn-recipe-wrapper {
  display: inline-block; }
  .cabinet .btn-recipe-wrapper:last-child, .general-info .btn-recipe-wrapper:last-child, .recipes .btn-recipe-wrapper:last-child, .summary-info .btn-recipe-wrapper:last-child, .steps-header .btn-recipe-wrapper:last-child, .liste-transactions .btn-recipe-wrapper:last-child, liste-users .btn-recipe-wrapper:last-child, .accessoires .btn-recipe-wrapper:last-child, .facade .btn-recipe-wrapper:last-child, .adding-customer .btn-recipe-wrapper:last-child, .adding-user .btn-recipe-wrapper:last-child, .general-form .btn-recipe-wrapper:last-child {
    margin-right: 0; }
  .cabinet .btn-recipe-wrapper .btn, .general-info .btn-recipe-wrapper .btn, .recipes .btn-recipe-wrapper .btn, .summary-info .btn-recipe-wrapper .btn, .steps-header .btn-recipe-wrapper .btn, .liste-transactions .btn-recipe-wrapper .btn, liste-users .btn-recipe-wrapper .btn, .accessoires .btn-recipe-wrapper .btn, .facade .btn-recipe-wrapper .btn, .adding-customer .btn-recipe-wrapper .btn, .adding-user .btn-recipe-wrapper .btn, .general-form .btn-recipe-wrapper .btn {
    margin-right: 10px;
    margin-bottom: 10px; }
  .cabinet .btn-recipe-wrapper .btn.selected, .general-info .btn-recipe-wrapper .btn.selected, .recipes .btn-recipe-wrapper .btn.selected, .summary-info .btn-recipe-wrapper .btn.selected, .steps-header .btn-recipe-wrapper .btn.selected, .liste-transactions .btn-recipe-wrapper .btn.selected, liste-users .btn-recipe-wrapper .btn.selected, .accessoires .btn-recipe-wrapper .btn.selected, .facade .btn-recipe-wrapper .btn.selected, .adding-customer .btn-recipe-wrapper .btn.selected, .adding-user .btn-recipe-wrapper .btn.selected, .general-form .btn-recipe-wrapper .btn.selected {
    zzposition: absolute;
    top: 0;
    left: 0;
    zztransform: translateY(-140%);
    zzmargin-right: 5px; }

.cabinet .input-img-inline, .general-info .input-img-inline, .recipes .input-img-inline, .summary-info .input-img-inline, .steps-header .input-img-inline, .liste-transactions .input-img-inline, liste-users .input-img-inline, .accessoires .input-img-inline, .facade .input-img-inline, .adding-customer .input-img-inline, .adding-user .input-img-inline, .general-form .input-img-inline {
  max-height: 30px;
  max-width: 30px;
  float: left; }
  .cabinet .input-img-inline + *, .general-info .input-img-inline + *, .recipes .input-img-inline + *, .summary-info .input-img-inline + *, .steps-header .input-img-inline + *, .liste-transactions .input-img-inline + *, liste-users .input-img-inline + *, .accessoires .input-img-inline + *, .facade .input-img-inline + *, .adding-customer .input-img-inline + *, .adding-user .input-img-inline + *, .general-form .input-img-inline + * {
    padding-left: 35px; }

@media only screen and (max-width: 61.9375em) {
  .cabinet .fieldset-recipe:nth-child(2n+1), .general-info .fieldset-recipe:nth-child(2n+1), .recipes .fieldset-recipe:nth-child(2n+1), .summary-info .fieldset-recipe:nth-child(2n+1), .steps-header .fieldset-recipe:nth-child(2n+1), .liste-transactions .fieldset-recipe:nth-child(2n+1), liste-users .fieldset-recipe:nth-child(2n+1), .accessoires .fieldset-recipe:nth-child(2n+1), .facade .fieldset-recipe:nth-child(2n+1), .adding-customer .fieldset-recipe:nth-child(2n+1), .adding-user .fieldset-recipe:nth-child(2n+1), .general-form .fieldset-recipe:nth-child(2n+1) {
    margin-top: 20px; } }

@media only screen and (max-width: 47.9375em) {
  .cabinet .fieldset-recipe:nth-child(2n+1), .general-info .fieldset-recipe:nth-child(2n+1), .recipes .fieldset-recipe:nth-child(2n+1), .summary-info .fieldset-recipe:nth-child(2n+1), .steps-header .fieldset-recipe:nth-child(2n+1), .liste-transactions .fieldset-recipe:nth-child(2n+1), liste-users .fieldset-recipe:nth-child(2n+1), .accessoires .fieldset-recipe:nth-child(2n+1), .facade .fieldset-recipe:nth-child(2n+1), .adding-customer .fieldset-recipe:nth-child(2n+1), .adding-user .fieldset-recipe:nth-child(2n+1), .general-form .fieldset-recipe:nth-child(2n+1) {
    margin-top: 0; } }

.cabinet .download-input input, .general-info .download-input input, .recipes .download-input input, .summary-info .download-input input, .steps-header .download-input input, .liste-transactions .download-input input, liste-users .download-input input, .accessoires .download-input input, .facade .download-input input, .adding-customer .download-input input, .adding-user .download-input input, .general-form .download-input input {
  display: inline-block;
  max-width: 100%; }
  @media only screen and (max-width: 47.9375em) {
    .cabinet .download-input input, .general-info .download-input input, .recipes .download-input input, .summary-info .download-input input, .steps-header .download-input input, .liste-transactions .download-input input, liste-users .download-input input, .accessoires .download-input input, .facade .download-input input, .adding-customer .download-input input, .adding-user .download-input input, .general-form .download-input input {
      display: block;
      margin: 10px 0; } }

.cabinet .download-input .attachment-list, .general-info .download-input .attachment-list, .recipes .download-input .attachment-list, .summary-info .download-input .attachment-list, .steps-header .download-input .attachment-list, .liste-transactions .download-input .attachment-list, liste-users .download-input .attachment-list, .accessoires .download-input .attachment-list, .facade .download-input .attachment-list, .adding-customer .download-input .attachment-list, .adding-user .download-input .attachment-list, .general-form .download-input .attachment-list {
  display: block;
  margin-top: 20px; }
  .cabinet .download-input .attachment-list span, .general-info .download-input .attachment-list span, .recipes .download-input .attachment-list span, .summary-info .download-input .attachment-list span, .steps-header .download-input .attachment-list span, .liste-transactions .download-input .attachment-list span, liste-users .download-input .attachment-list span, .accessoires .download-input .attachment-list span, .facade .download-input .attachment-list span, .adding-customer .download-input .attachment-list span, .adding-user .download-input .attachment-list span, .general-form .download-input .attachment-list span {
    font-size: 0.875em;
    line-height: 25px; }
  .cabinet .download-input .attachment-list .attachment-list-button-wrapper, .general-info .download-input .attachment-list .attachment-list-button-wrapper, .recipes .download-input .attachment-list .attachment-list-button-wrapper, .summary-info .download-input .attachment-list .attachment-list-button-wrapper, .steps-header .download-input .attachment-list .attachment-list-button-wrapper, .liste-transactions .download-input .attachment-list .attachment-list-button-wrapper, liste-users .download-input .attachment-list .attachment-list-button-wrapper, .accessoires .download-input .attachment-list .attachment-list-button-wrapper, .facade .download-input .attachment-list .attachment-list-button-wrapper, .adding-customer .download-input .attachment-list .attachment-list-button-wrapper, .adding-user .download-input .attachment-list .attachment-list-button-wrapper, .general-form .download-input .attachment-list .attachment-list-button-wrapper {
    display: inline-block;
    float: right; }

.cabinet textarea, .general-info textarea, .recipes textarea, .summary-info textarea, .steps-header textarea, .liste-transactions textarea, liste-users textarea, .accessoires textarea, .facade textarea, .adding-customer textarea, .adding-user textarea, .general-form textarea {
  width: 100%; }

.cabinet input, .cabinet input[type="text"], .general-info input, .general-info input[type="text"], .recipes input, .recipes input[type="text"], .summary-info input, .summary-info input[type="text"], .steps-header input, .steps-header input[type="text"], .liste-transactions input, .liste-transactions input[type="text"], liste-users input, liste-users input[type="text"], .accessoires input, .accessoires input[type="text"], .facade input, .facade input[type="text"], .adding-customer input, .adding-customer input[type="text"], .adding-user input, .adding-user input[type="text"], .general-form input, .general-form input[type="text"] {
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #eee;
  border: 1px solid #ddd; }

.cabinet .input-emphasis .ui-select-container, .general-info .input-emphasis .ui-select-container, .recipes .input-emphasis .ui-select-container, .summary-info .input-emphasis .ui-select-container, .steps-header .input-emphasis .ui-select-container, .liste-transactions .input-emphasis .ui-select-container, liste-users .input-emphasis .ui-select-container, .accessoires .input-emphasis .ui-select-container, .facade .input-emphasis .ui-select-container, .adding-customer .input-emphasis .ui-select-container, .adding-user .input-emphasis .ui-select-container, .general-form .input-emphasis .ui-select-container {
  border: 2px solid #008ed3;
  border-radius: 5px; }

.cabinet .input-wrapper, .general-info .input-wrapper, .recipes .input-wrapper, .summary-info .input-wrapper, .steps-header .input-wrapper, .liste-transactions .input-wrapper, liste-users .input-wrapper, .accessoires .input-wrapper, .facade .input-wrapper, .adding-customer .input-wrapper, .adding-user .input-wrapper, .general-form .input-wrapper {
  position: relative; }
  .cabinet .input-wrapper > *, .general-info .input-wrapper > *, .recipes .input-wrapper > *, .summary-info .input-wrapper > *, .steps-header .input-wrapper > *, .liste-transactions .input-wrapper > *, liste-users .input-wrapper > *, .accessoires .input-wrapper > *, .facade .input-wrapper > *, .adding-customer .input-wrapper > *, .adding-user .input-wrapper > *, .general-form .input-wrapper > * {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0; }
  .cabinet .input-wrapper > input, .general-info .input-wrapper > input, .recipes .input-wrapper > input, .summary-info .input-wrapper > input, .steps-header .input-wrapper > input, .liste-transactions .input-wrapper > input, liste-users .input-wrapper > input, .accessoires .input-wrapper > input, .facade .input-wrapper > input, .adding-customer .input-wrapper > input, .adding-user .input-wrapper > input, .general-form .input-wrapper > input {
    padding: 0 10px; }
  .cabinet .input-wrapper > label, .general-info .input-wrapper > label, .recipes .input-wrapper > label, .summary-info .input-wrapper > label, .steps-header .input-wrapper > label, .liste-transactions .input-wrapper > label, liste-users .input-wrapper > label, .accessoires .input-wrapper > label, .facade .input-wrapper > label, .adding-customer .input-wrapper > label, .adding-user .input-wrapper > label, .general-form .input-wrapper > label {
    padding-right: 10px;
    margin-right: -5px;
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 0.875em; }
  .cabinet .input-wrapper .enabling-input, .general-info .input-wrapper .enabling-input, .recipes .input-wrapper .enabling-input, .summary-info .input-wrapper .enabling-input, .steps-header .input-wrapper .enabling-input, .liste-transactions .input-wrapper .enabling-input, liste-users .input-wrapper .enabling-input, .accessoires .input-wrapper .enabling-input, .facade .input-wrapper .enabling-input, .adding-customer .input-wrapper .enabling-input, .adding-user .input-wrapper .enabling-input, .general-form .input-wrapper .enabling-input {
    display: none !important; }
    .cabinet .input-wrapper .enabling-input + *, .general-info .input-wrapper .enabling-input + *, .recipes .input-wrapper .enabling-input + *, .summary-info .input-wrapper .enabling-input + *, .steps-header .input-wrapper .enabling-input + *, .liste-transactions .input-wrapper .enabling-input + *, liste-users .input-wrapper .enabling-input + *, .accessoires .input-wrapper .enabling-input + *, .facade .input-wrapper .enabling-input + *, .adding-customer .input-wrapper .enabling-input + *, .adding-user .input-wrapper .enabling-input + *, .general-form .input-wrapper .enabling-input + * {
      opacity: 1 !important; }
  .cabinet .input-wrapper .disabling-input, .general-info .input-wrapper .disabling-input, .recipes .input-wrapper .disabling-input, .summary-info .input-wrapper .disabling-input, .steps-header .input-wrapper .disabling-input, .liste-transactions .input-wrapper .disabling-input, liste-users .input-wrapper .disabling-input, .accessoires .input-wrapper .disabling-input, .facade .input-wrapper .disabling-input, .adding-customer .input-wrapper .disabling-input, .adding-user .input-wrapper .disabling-input, .general-form .input-wrapper .disabling-input {
    position: absolute;
    z-index: 1;
    height: 105%;
    display: block;
    top: 0;
    right: 0;
    width: 100%; }
    .cabinet .input-wrapper .disabling-input + *, .general-info .input-wrapper .disabling-input + *, .recipes .input-wrapper .disabling-input + *, .summary-info .input-wrapper .disabling-input + *, .steps-header .input-wrapper .disabling-input + *, .liste-transactions .input-wrapper .disabling-input + *, liste-users .input-wrapper .disabling-input + *, .accessoires .input-wrapper .disabling-input + *, .facade .input-wrapper .disabling-input + *, .adding-customer .input-wrapper .disabling-input + *, .adding-user .input-wrapper .disabling-input + *, .general-form .input-wrapper .disabling-input + * {
      opacity: 0.5; }

.cabinet.block-form, .cabinet .block-form, .general-info.block-form, .general-info .block-form, .recipes.block-form, .recipes .block-form, .summary-info.block-form, .summary-info .block-form, .steps-header.block-form, .steps-header .block-form, .liste-transactions.block-form, .liste-transactions .block-form, liste-users.block-form, liste-users .block-form, .accessoires.block-form, .accessoires .block-form, .facade.block-form, .facade .block-form, .adding-customer.block-form, .adding-customer .block-form, .adding-user.block-form, .adding-user .block-form, .general-form.block-form, .general-form .block-form {
  position: relative;
  margin: 20px 0; }
  .cabinet.block-form.-space, .cabinet .block-form.-space, .general-info.block-form.-space, .general-info .block-form.-space, .recipes.block-form.-space, .recipes .block-form.-space, .summary-info.block-form.-space, .summary-info .block-form.-space, .steps-header.block-form.-space, .steps-header .block-form.-space, .liste-transactions.block-form.-space, .liste-transactions .block-form.-space, liste-users.block-form.-space, liste-users .block-form.-space, .accessoires.block-form.-space, .accessoires .block-form.-space, .facade.block-form.-space, .facade .block-form.-space, .adding-customer.block-form.-space, .adding-customer .block-form.-space, .adding-user.block-form.-space, .adding-user .block-form.-space, .general-form.block-form.-space, .general-form .block-form.-space {
    margin-top: 50px; }
  .cabinet.block-form.-input-block .input-wrapper, .cabinet .block-form.-input-block .input-wrapper, .general-info.block-form.-input-block .input-wrapper, .general-info .block-form.-input-block .input-wrapper, .recipes.block-form.-input-block .input-wrapper, .recipes .block-form.-input-block .input-wrapper, .summary-info.block-form.-input-block .input-wrapper, .summary-info .block-form.-input-block .input-wrapper, .steps-header.block-form.-input-block .input-wrapper, .steps-header .block-form.-input-block .input-wrapper, .liste-transactions.block-form.-input-block .input-wrapper, .liste-transactions .block-form.-input-block .input-wrapper, liste-users.block-form.-input-block .input-wrapper, liste-users .block-form.-input-block .input-wrapper, .accessoires.block-form.-input-block .input-wrapper, .accessoires .block-form.-input-block .input-wrapper, .facade.block-form.-input-block .input-wrapper, .facade .block-form.-input-block .input-wrapper, .adding-customer.block-form.-input-block .input-wrapper, .adding-customer .block-form.-input-block .input-wrapper, .adding-user.block-form.-input-block .input-wrapper, .adding-user .block-form.-input-block .input-wrapper, .general-form.block-form.-input-block .input-wrapper, .general-form .block-form.-input-block .input-wrapper {
    margin-bottom: 10px; }
    .cabinet.block-form.-input-block .input-wrapper:last-child, .cabinet .block-form.-input-block .input-wrapper:last-child, .general-info.block-form.-input-block .input-wrapper:last-child, .general-info .block-form.-input-block .input-wrapper:last-child, .recipes.block-form.-input-block .input-wrapper:last-child, .recipes .block-form.-input-block .input-wrapper:last-child, .summary-info.block-form.-input-block .input-wrapper:last-child, .summary-info .block-form.-input-block .input-wrapper:last-child, .steps-header.block-form.-input-block .input-wrapper:last-child, .steps-header .block-form.-input-block .input-wrapper:last-child, .liste-transactions.block-form.-input-block .input-wrapper:last-child, .liste-transactions .block-form.-input-block .input-wrapper:last-child, liste-users.block-form.-input-block .input-wrapper:last-child, liste-users .block-form.-input-block .input-wrapper:last-child, .accessoires.block-form.-input-block .input-wrapper:last-child, .accessoires .block-form.-input-block .input-wrapper:last-child, .facade.block-form.-input-block .input-wrapper:last-child, .facade .block-form.-input-block .input-wrapper:last-child, .adding-customer.block-form.-input-block .input-wrapper:last-child, .adding-customer .block-form.-input-block .input-wrapper:last-child, .adding-user.block-form.-input-block .input-wrapper:last-child, .adding-user .block-form.-input-block .input-wrapper:last-child, .general-form.block-form.-input-block .input-wrapper:last-child, .general-form .block-form.-input-block .input-wrapper:last-child {
      margin-bottom: 0; }
  .cabinet.block-form > legend, .cabinet .block-form > legend, .general-info.block-form > legend, .general-info .block-form > legend, .recipes.block-form > legend, .recipes .block-form > legend, .summary-info.block-form > legend, .summary-info .block-form > legend, .steps-header.block-form > legend, .steps-header .block-form > legend, .liste-transactions.block-form > legend, .liste-transactions .block-form > legend, liste-users.block-form > legend, liste-users .block-form > legend, .accessoires.block-form > legend, .accessoires .block-form > legend, .facade.block-form > legend, .facade .block-form > legend, .adding-customer.block-form > legend, .adding-customer .block-form > legend, .adding-user.block-form > legend, .adding-user .block-form > legend, .general-form.block-form > legend, .general-form .block-form > legend {
    text-transform: uppercase;
    padding-left: 0; }
  .cabinet.block-form > .block-form-content, .cabinet .block-form > .block-form-content, .general-info.block-form > .block-form-content, .general-info .block-form > .block-form-content, .recipes.block-form > .block-form-content, .recipes .block-form > .block-form-content, .summary-info.block-form > .block-form-content, .summary-info .block-form > .block-form-content, .steps-header.block-form > .block-form-content, .steps-header .block-form > .block-form-content, .liste-transactions.block-form > .block-form-content, .liste-transactions .block-form > .block-form-content, liste-users.block-form > .block-form-content, liste-users .block-form > .block-form-content, .accessoires.block-form > .block-form-content, .accessoires .block-form > .block-form-content, .facade.block-form > .block-form-content, .facade .block-form > .block-form-content, .adding-customer.block-form > .block-form-content, .adding-customer .block-form > .block-form-content, .adding-user.block-form > .block-form-content, .adding-user .block-form > .block-form-content, .general-form.block-form > .block-form-content, .general-form .block-form > .block-form-content {
    background-color: white;
    padding: 15px;
    margin-top: 10px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    position: relative; }
    .cabinet.block-form > .block-form-content > *:first-child, .cabinet .block-form > .block-form-content > *:first-child, .general-info.block-form > .block-form-content > *:first-child, .general-info .block-form > .block-form-content > *:first-child, .recipes.block-form > .block-form-content > *:first-child, .recipes .block-form > .block-form-content > *:first-child, .summary-info.block-form > .block-form-content > *:first-child, .summary-info .block-form > .block-form-content > *:first-child, .steps-header.block-form > .block-form-content > *:first-child, .steps-header .block-form > .block-form-content > *:first-child, .liste-transactions.block-form > .block-form-content > *:first-child, .liste-transactions .block-form > .block-form-content > *:first-child, liste-users.block-form > .block-form-content > *:first-child, liste-users .block-form > .block-form-content > *:first-child, .accessoires.block-form > .block-form-content > *:first-child, .accessoires .block-form > .block-form-content > *:first-child, .facade.block-form > .block-form-content > *:first-child, .facade .block-form > .block-form-content > *:first-child, .adding-customer.block-form > .block-form-content > *:first-child, .adding-customer .block-form > .block-form-content > *:first-child, .adding-user.block-form > .block-form-content > *:first-child, .adding-user .block-form > .block-form-content > *:first-child, .general-form.block-form > .block-form-content > *:first-child, .general-form .block-form > .block-form-content > *:first-child {
      padding-left: 0; }
    .cabinet.block-form > .block-form-content > *:last-child, .cabinet .block-form > .block-form-content > *:last-child, .general-info.block-form > .block-form-content > *:last-child, .general-info .block-form > .block-form-content > *:last-child, .recipes.block-form > .block-form-content > *:last-child, .recipes .block-form > .block-form-content > *:last-child, .summary-info.block-form > .block-form-content > *:last-child, .summary-info .block-form > .block-form-content > *:last-child, .steps-header.block-form > .block-form-content > *:last-child, .steps-header .block-form > .block-form-content > *:last-child, .liste-transactions.block-form > .block-form-content > *:last-child, .liste-transactions .block-form > .block-form-content > *:last-child, liste-users.block-form > .block-form-content > *:last-child, liste-users .block-form > .block-form-content > *:last-child, .accessoires.block-form > .block-form-content > *:last-child, .accessoires .block-form > .block-form-content > *:last-child, .facade.block-form > .block-form-content > *:last-child, .facade .block-form > .block-form-content > *:last-child, .adding-customer.block-form > .block-form-content > *:last-child, .adding-customer .block-form > .block-form-content > *:last-child, .adding-user.block-form > .block-form-content > *:last-child, .adding-user .block-form > .block-form-content > *:last-child, .general-form.block-form > .block-form-content > *:last-child, .general-form .block-form > .block-form-content > *:last-child {
      padding-right: 0; }
    .cabinet.block-form > .block-form-content:after, .cabinet .block-form > .block-form-content:after, .general-info.block-form > .block-form-content:after, .general-info .block-form > .block-form-content:after, .recipes.block-form > .block-form-content:after, .recipes .block-form > .block-form-content:after, .summary-info.block-form > .block-form-content:after, .summary-info .block-form > .block-form-content:after, .steps-header.block-form > .block-form-content:after, .steps-header .block-form > .block-form-content:after, .liste-transactions.block-form > .block-form-content:after, .liste-transactions .block-form > .block-form-content:after, liste-users.block-form > .block-form-content:after, liste-users .block-form > .block-form-content:after, .accessoires.block-form > .block-form-content:after, .accessoires .block-form > .block-form-content:after, .facade.block-form > .block-form-content:after, .facade .block-form > .block-form-content:after, .adding-customer.block-form > .block-form-content:after, .adding-customer .block-form > .block-form-content:after, .adding-user.block-form > .block-form-content:after, .adding-user .block-form > .block-form-content:after, .general-form.block-form > .block-form-content:after, .general-form .block-form > .block-form-content:after {
      content: " ";
      display: table;
      clear: both; }
    .cabinet.block-form > .block-form-content > .block-form-button-wrapper, .cabinet .block-form > .block-form-content > .block-form-button-wrapper, .general-info.block-form > .block-form-content > .block-form-button-wrapper, .general-info .block-form > .block-form-content > .block-form-button-wrapper, .recipes.block-form > .block-form-content > .block-form-button-wrapper, .recipes .block-form > .block-form-content > .block-form-button-wrapper, .summary-info.block-form > .block-form-content > .block-form-button-wrapper, .summary-info .block-form > .block-form-content > .block-form-button-wrapper, .steps-header.block-form > .block-form-content > .block-form-button-wrapper, .steps-header .block-form > .block-form-content > .block-form-button-wrapper, .liste-transactions.block-form > .block-form-content > .block-form-button-wrapper, .liste-transactions .block-form > .block-form-content > .block-form-button-wrapper, liste-users.block-form > .block-form-content > .block-form-button-wrapper, liste-users .block-form > .block-form-content > .block-form-button-wrapper, .accessoires.block-form > .block-form-content > .block-form-button-wrapper, .accessoires .block-form > .block-form-content > .block-form-button-wrapper, .facade.block-form > .block-form-content > .block-form-button-wrapper, .facade .block-form > .block-form-content > .block-form-button-wrapper, .adding-customer.block-form > .block-form-content > .block-form-button-wrapper, .adding-customer .block-form > .block-form-content > .block-form-button-wrapper, .adding-user.block-form > .block-form-content > .block-form-button-wrapper, .adding-user .block-form > .block-form-content > .block-form-button-wrapper, .general-form.block-form > .block-form-content > .block-form-button-wrapper, .general-form .block-form > .block-form-content > .block-form-button-wrapper {
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      padding-bottom: 10px; }
      .cabinet.block-form > .block-form-content > .block-form-button-wrapper .btn, .cabinet .block-form > .block-form-content > .block-form-button-wrapper .btn, .general-info.block-form > .block-form-content > .block-form-button-wrapper .btn, .general-info .block-form > .block-form-content > .block-form-button-wrapper .btn, .recipes.block-form > .block-form-content > .block-form-button-wrapper .btn, .recipes .block-form > .block-form-content > .block-form-button-wrapper .btn, .summary-info.block-form > .block-form-content > .block-form-button-wrapper .btn, .summary-info .block-form > .block-form-content > .block-form-button-wrapper .btn, .steps-header.block-form > .block-form-content > .block-form-button-wrapper .btn, .steps-header .block-form > .block-form-content > .block-form-button-wrapper .btn, .liste-transactions.block-form > .block-form-content > .block-form-button-wrapper .btn, .liste-transactions .block-form > .block-form-content > .block-form-button-wrapper .btn, liste-users.block-form > .block-form-content > .block-form-button-wrapper .btn, liste-users .block-form > .block-form-content > .block-form-button-wrapper .btn, .accessoires.block-form > .block-form-content > .block-form-button-wrapper .btn, .accessoires .block-form > .block-form-content > .block-form-button-wrapper .btn, .facade.block-form > .block-form-content > .block-form-button-wrapper .btn, .facade .block-form > .block-form-content > .block-form-button-wrapper .btn, .adding-customer.block-form > .block-form-content > .block-form-button-wrapper .btn, .adding-customer .block-form > .block-form-content > .block-form-button-wrapper .btn, .adding-user.block-form > .block-form-content > .block-form-button-wrapper .btn, .adding-user .block-form > .block-form-content > .block-form-button-wrapper .btn, .general-form.block-form > .block-form-content > .block-form-button-wrapper .btn, .general-form .block-form > .block-form-content > .block-form-button-wrapper .btn {
        margin-right: 5px; }
        .cabinet.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .cabinet .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .general-info.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .general-info .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .recipes.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .recipes .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .summary-info.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .summary-info .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .steps-header.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .steps-header .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .liste-transactions.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .liste-transactions .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, liste-users.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, liste-users .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .accessoires.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .accessoires .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .facade.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .facade .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .adding-customer.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .adding-customer .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .adding-user.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .adding-user .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .general-form.block-form > .block-form-content > .block-form-button-wrapper .btn:last-child, .general-form .block-form > .block-form-content > .block-form-button-wrapper .btn:last-child {
          padding-right: inherit;
          margin-right: 0; }
    @media only screen and (max-width: 47.9375em) {
      .cabinet.block-form > .block-form-content > *:last-child, .cabinet .block-form > .block-form-content > *:last-child, .general-info.block-form > .block-form-content > *:last-child, .general-info .block-form > .block-form-content > *:last-child, .recipes.block-form > .block-form-content > *:last-child, .recipes .block-form > .block-form-content > *:last-child, .summary-info.block-form > .block-form-content > *:last-child, .summary-info .block-form > .block-form-content > *:last-child, .steps-header.block-form > .block-form-content > *:last-child, .steps-header .block-form > .block-form-content > *:last-child, .liste-transactions.block-form > .block-form-content > *:last-child, .liste-transactions .block-form > .block-form-content > *:last-child, liste-users.block-form > .block-form-content > *:last-child, liste-users .block-form > .block-form-content > *:last-child, .accessoires.block-form > .block-form-content > *:last-child, .accessoires .block-form > .block-form-content > *:last-child, .facade.block-form > .block-form-content > *:last-child, .facade .block-form > .block-form-content > *:last-child, .adding-customer.block-form > .block-form-content > *:last-child, .adding-customer .block-form > .block-form-content > *:last-child, .adding-user.block-form > .block-form-content > *:last-child, .adding-user .block-form > .block-form-content > *:last-child, .general-form.block-form > .block-form-content > *:last-child, .general-form .block-form > .block-form-content > *:last-child {
        padding-right: 0; } }
  .cabinet.block-form .block-form-block, .cabinet .block-form .block-form-block, .general-info.block-form .block-form-block, .general-info .block-form .block-form-block, .recipes.block-form .block-form-block, .recipes .block-form .block-form-block, .summary-info.block-form .block-form-block, .summary-info .block-form .block-form-block, .steps-header.block-form .block-form-block, .steps-header .block-form .block-form-block, .liste-transactions.block-form .block-form-block, .liste-transactions .block-form .block-form-block, liste-users.block-form .block-form-block, liste-users .block-form .block-form-block, .accessoires.block-form .block-form-block, .accessoires .block-form .block-form-block, .facade.block-form .block-form-block, .facade .block-form .block-form-block, .adding-customer.block-form .block-form-block, .adding-customer .block-form .block-form-block, .adding-user.block-form .block-form-block, .adding-user .block-form .block-form-block, .general-form.block-form .block-form-block, .general-form .block-form .block-form-block {
    border: 1px solid #ddd;
    padding: 15px; }
    .cabinet.block-form .block-form-block .title, .cabinet.block-form .block-form-block .content h1, .content .cabinet.block-form .block-form-block h1,
    .cabinet.block-form .block-form-block #tinymce h1, #tinymce .cabinet.block-form .block-form-block h1, .cabinet.block-form .block-form-block .content h2, .content .cabinet.block-form .block-form-block h2,
    .cabinet.block-form .block-form-block #tinymce h2, #tinymce .cabinet.block-form .block-form-block h2, .cabinet.block-form .block-form-block .content h3, .content .cabinet.block-form .block-form-block h3,
    .cabinet.block-form .block-form-block #tinymce h3, #tinymce .cabinet.block-form .block-form-block h3, .cabinet.block-form .block-form-block .content h4, .content .cabinet.block-form .block-form-block h4,
    .cabinet.block-form .block-form-block #tinymce h4, #tinymce .cabinet.block-form .block-form-block h4, .cabinet.block-form .block-form-block .content h5, .content .cabinet.block-form .block-form-block h5,
    .cabinet.block-form .block-form-block #tinymce h5, #tinymce .cabinet.block-form .block-form-block h5, .cabinet.block-form .block-form-block .content h6, .content .cabinet.block-form .block-form-block h6,
    .cabinet.block-form .block-form-block #tinymce h6, #tinymce .cabinet.block-form .block-form-block h6, .cabinet .block-form .block-form-block .title, .cabinet .block-form .block-form-block .content h1, .content .cabinet .block-form .block-form-block h1,
    .cabinet .block-form .block-form-block #tinymce h1, #tinymce .cabinet .block-form .block-form-block h1, .cabinet .block-form .block-form-block .content h2, .content .cabinet .block-form .block-form-block h2,
    .cabinet .block-form .block-form-block #tinymce h2, #tinymce .cabinet .block-form .block-form-block h2, .cabinet .block-form .block-form-block .content h3, .content .cabinet .block-form .block-form-block h3,
    .cabinet .block-form .block-form-block #tinymce h3, #tinymce .cabinet .block-form .block-form-block h3, .cabinet .block-form .block-form-block .content h4, .content .cabinet .block-form .block-form-block h4,
    .cabinet .block-form .block-form-block #tinymce h4, #tinymce .cabinet .block-form .block-form-block h4, .cabinet .block-form .block-form-block .content h5, .content .cabinet .block-form .block-form-block h5,
    .cabinet .block-form .block-form-block #tinymce h5, #tinymce .cabinet .block-form .block-form-block h5, .cabinet .block-form .block-form-block .content h6, .content .cabinet .block-form .block-form-block h6,
    .cabinet .block-form .block-form-block #tinymce h6, #tinymce .cabinet .block-form .block-form-block h6, .general-info.block-form .block-form-block .title, .general-info.block-form .block-form-block .content h1, .content .general-info.block-form .block-form-block h1,
    .general-info.block-form .block-form-block #tinymce h1, #tinymce .general-info.block-form .block-form-block h1, .general-info.block-form .block-form-block .content h2, .content .general-info.block-form .block-form-block h2,
    .general-info.block-form .block-form-block #tinymce h2, #tinymce .general-info.block-form .block-form-block h2, .general-info.block-form .block-form-block .content h3, .content .general-info.block-form .block-form-block h3,
    .general-info.block-form .block-form-block #tinymce h3, #tinymce .general-info.block-form .block-form-block h3, .general-info.block-form .block-form-block .content h4, .content .general-info.block-form .block-form-block h4,
    .general-info.block-form .block-form-block #tinymce h4, #tinymce .general-info.block-form .block-form-block h4, .general-info.block-form .block-form-block .content h5, .content .general-info.block-form .block-form-block h5,
    .general-info.block-form .block-form-block #tinymce h5, #tinymce .general-info.block-form .block-form-block h5, .general-info.block-form .block-form-block .content h6, .content .general-info.block-form .block-form-block h6,
    .general-info.block-form .block-form-block #tinymce h6, #tinymce .general-info.block-form .block-form-block h6, .general-info .block-form .block-form-block .title, .general-info .block-form .block-form-block .content h1, .content .general-info .block-form .block-form-block h1,
    .general-info .block-form .block-form-block #tinymce h1, #tinymce .general-info .block-form .block-form-block h1, .general-info .block-form .block-form-block .content h2, .content .general-info .block-form .block-form-block h2,
    .general-info .block-form .block-form-block #tinymce h2, #tinymce .general-info .block-form .block-form-block h2, .general-info .block-form .block-form-block .content h3, .content .general-info .block-form .block-form-block h3,
    .general-info .block-form .block-form-block #tinymce h3, #tinymce .general-info .block-form .block-form-block h3, .general-info .block-form .block-form-block .content h4, .content .general-info .block-form .block-form-block h4,
    .general-info .block-form .block-form-block #tinymce h4, #tinymce .general-info .block-form .block-form-block h4, .general-info .block-form .block-form-block .content h5, .content .general-info .block-form .block-form-block h5,
    .general-info .block-form .block-form-block #tinymce h5, #tinymce .general-info .block-form .block-form-block h5, .general-info .block-form .block-form-block .content h6, .content .general-info .block-form .block-form-block h6,
    .general-info .block-form .block-form-block #tinymce h6, #tinymce .general-info .block-form .block-form-block h6, .recipes.block-form .block-form-block .title, .recipes.block-form .block-form-block .content h1, .content .recipes.block-form .block-form-block h1,
    .recipes.block-form .block-form-block #tinymce h1, #tinymce .recipes.block-form .block-form-block h1, .recipes.block-form .block-form-block .content h2, .content .recipes.block-form .block-form-block h2,
    .recipes.block-form .block-form-block #tinymce h2, #tinymce .recipes.block-form .block-form-block h2, .recipes.block-form .block-form-block .content h3, .content .recipes.block-form .block-form-block h3,
    .recipes.block-form .block-form-block #tinymce h3, #tinymce .recipes.block-form .block-form-block h3, .recipes.block-form .block-form-block .content h4, .content .recipes.block-form .block-form-block h4,
    .recipes.block-form .block-form-block #tinymce h4, #tinymce .recipes.block-form .block-form-block h4, .recipes.block-form .block-form-block .content h5, .content .recipes.block-form .block-form-block h5,
    .recipes.block-form .block-form-block #tinymce h5, #tinymce .recipes.block-form .block-form-block h5, .recipes.block-form .block-form-block .content h6, .content .recipes.block-form .block-form-block h6,
    .recipes.block-form .block-form-block #tinymce h6, #tinymce .recipes.block-form .block-form-block h6, .recipes .block-form .block-form-block .title, .recipes .block-form .block-form-block .content h1, .content .recipes .block-form .block-form-block h1,
    .recipes .block-form .block-form-block #tinymce h1, #tinymce .recipes .block-form .block-form-block h1, .recipes .block-form .block-form-block .content h2, .content .recipes .block-form .block-form-block h2,
    .recipes .block-form .block-form-block #tinymce h2, #tinymce .recipes .block-form .block-form-block h2, .recipes .block-form .block-form-block .content h3, .content .recipes .block-form .block-form-block h3,
    .recipes .block-form .block-form-block #tinymce h3, #tinymce .recipes .block-form .block-form-block h3, .recipes .block-form .block-form-block .content h4, .content .recipes .block-form .block-form-block h4,
    .recipes .block-form .block-form-block #tinymce h4, #tinymce .recipes .block-form .block-form-block h4, .recipes .block-form .block-form-block .content h5, .content .recipes .block-form .block-form-block h5,
    .recipes .block-form .block-form-block #tinymce h5, #tinymce .recipes .block-form .block-form-block h5, .recipes .block-form .block-form-block .content h6, .content .recipes .block-form .block-form-block h6,
    .recipes .block-form .block-form-block #tinymce h6, #tinymce .recipes .block-form .block-form-block h6, .summary-info.block-form .block-form-block .title, .summary-info.block-form .block-form-block .content h1, .content .summary-info.block-form .block-form-block h1,
    .summary-info.block-form .block-form-block #tinymce h1, #tinymce .summary-info.block-form .block-form-block h1, .summary-info.block-form .block-form-block .content h2, .content .summary-info.block-form .block-form-block h2,
    .summary-info.block-form .block-form-block #tinymce h2, #tinymce .summary-info.block-form .block-form-block h2, .summary-info.block-form .block-form-block .content h3, .content .summary-info.block-form .block-form-block h3,
    .summary-info.block-form .block-form-block #tinymce h3, #tinymce .summary-info.block-form .block-form-block h3, .summary-info.block-form .block-form-block .content h4, .content .summary-info.block-form .block-form-block h4,
    .summary-info.block-form .block-form-block #tinymce h4, #tinymce .summary-info.block-form .block-form-block h4, .summary-info.block-form .block-form-block .content h5, .content .summary-info.block-form .block-form-block h5,
    .summary-info.block-form .block-form-block #tinymce h5, #tinymce .summary-info.block-form .block-form-block h5, .summary-info.block-form .block-form-block .content h6, .content .summary-info.block-form .block-form-block h6,
    .summary-info.block-form .block-form-block #tinymce h6, #tinymce .summary-info.block-form .block-form-block h6, .summary-info .block-form .block-form-block .title, .summary-info .block-form .block-form-block .content h1, .content .summary-info .block-form .block-form-block h1,
    .summary-info .block-form .block-form-block #tinymce h1, #tinymce .summary-info .block-form .block-form-block h1, .summary-info .block-form .block-form-block .content h2, .content .summary-info .block-form .block-form-block h2,
    .summary-info .block-form .block-form-block #tinymce h2, #tinymce .summary-info .block-form .block-form-block h2, .summary-info .block-form .block-form-block .content h3, .content .summary-info .block-form .block-form-block h3,
    .summary-info .block-form .block-form-block #tinymce h3, #tinymce .summary-info .block-form .block-form-block h3, .summary-info .block-form .block-form-block .content h4, .content .summary-info .block-form .block-form-block h4,
    .summary-info .block-form .block-form-block #tinymce h4, #tinymce .summary-info .block-form .block-form-block h4, .summary-info .block-form .block-form-block .content h5, .content .summary-info .block-form .block-form-block h5,
    .summary-info .block-form .block-form-block #tinymce h5, #tinymce .summary-info .block-form .block-form-block h5, .summary-info .block-form .block-form-block .content h6, .content .summary-info .block-form .block-form-block h6,
    .summary-info .block-form .block-form-block #tinymce h6, #tinymce .summary-info .block-form .block-form-block h6, .steps-header.block-form .block-form-block .title, .steps-header.block-form .block-form-block .content h1, .content .steps-header.block-form .block-form-block h1,
    .steps-header.block-form .block-form-block #tinymce h1, #tinymce .steps-header.block-form .block-form-block h1, .steps-header.block-form .block-form-block .content h2, .content .steps-header.block-form .block-form-block h2,
    .steps-header.block-form .block-form-block #tinymce h2, #tinymce .steps-header.block-form .block-form-block h2, .steps-header.block-form .block-form-block .content h3, .content .steps-header.block-form .block-form-block h3,
    .steps-header.block-form .block-form-block #tinymce h3, #tinymce .steps-header.block-form .block-form-block h3, .steps-header.block-form .block-form-block .content h4, .content .steps-header.block-form .block-form-block h4,
    .steps-header.block-form .block-form-block #tinymce h4, #tinymce .steps-header.block-form .block-form-block h4, .steps-header.block-form .block-form-block .content h5, .content .steps-header.block-form .block-form-block h5,
    .steps-header.block-form .block-form-block #tinymce h5, #tinymce .steps-header.block-form .block-form-block h5, .steps-header.block-form .block-form-block .content h6, .content .steps-header.block-form .block-form-block h6,
    .steps-header.block-form .block-form-block #tinymce h6, #tinymce .steps-header.block-form .block-form-block h6, .steps-header .block-form .block-form-block .title, .steps-header .block-form .block-form-block .content h1, .content .steps-header .block-form .block-form-block h1,
    .steps-header .block-form .block-form-block #tinymce h1, #tinymce .steps-header .block-form .block-form-block h1, .steps-header .block-form .block-form-block .content h2, .content .steps-header .block-form .block-form-block h2,
    .steps-header .block-form .block-form-block #tinymce h2, #tinymce .steps-header .block-form .block-form-block h2, .steps-header .block-form .block-form-block .content h3, .content .steps-header .block-form .block-form-block h3,
    .steps-header .block-form .block-form-block #tinymce h3, #tinymce .steps-header .block-form .block-form-block h3, .steps-header .block-form .block-form-block .content h4, .content .steps-header .block-form .block-form-block h4,
    .steps-header .block-form .block-form-block #tinymce h4, #tinymce .steps-header .block-form .block-form-block h4, .steps-header .block-form .block-form-block .content h5, .content .steps-header .block-form .block-form-block h5,
    .steps-header .block-form .block-form-block #tinymce h5, #tinymce .steps-header .block-form .block-form-block h5, .steps-header .block-form .block-form-block .content h6, .content .steps-header .block-form .block-form-block h6,
    .steps-header .block-form .block-form-block #tinymce h6, #tinymce .steps-header .block-form .block-form-block h6, .liste-transactions.block-form .block-form-block .title, .liste-transactions.block-form .block-form-block .content h1, .content .liste-transactions.block-form .block-form-block h1,
    .liste-transactions.block-form .block-form-block #tinymce h1, #tinymce .liste-transactions.block-form .block-form-block h1, .liste-transactions.block-form .block-form-block .content h2, .content .liste-transactions.block-form .block-form-block h2,
    .liste-transactions.block-form .block-form-block #tinymce h2, #tinymce .liste-transactions.block-form .block-form-block h2, .liste-transactions.block-form .block-form-block .content h3, .content .liste-transactions.block-form .block-form-block h3,
    .liste-transactions.block-form .block-form-block #tinymce h3, #tinymce .liste-transactions.block-form .block-form-block h3, .liste-transactions.block-form .block-form-block .content h4, .content .liste-transactions.block-form .block-form-block h4,
    .liste-transactions.block-form .block-form-block #tinymce h4, #tinymce .liste-transactions.block-form .block-form-block h4, .liste-transactions.block-form .block-form-block .content h5, .content .liste-transactions.block-form .block-form-block h5,
    .liste-transactions.block-form .block-form-block #tinymce h5, #tinymce .liste-transactions.block-form .block-form-block h5, .liste-transactions.block-form .block-form-block .content h6, .content .liste-transactions.block-form .block-form-block h6,
    .liste-transactions.block-form .block-form-block #tinymce h6, #tinymce .liste-transactions.block-form .block-form-block h6, .liste-transactions .block-form .block-form-block .title, .liste-transactions .block-form .block-form-block .content h1, .content .liste-transactions .block-form .block-form-block h1,
    .liste-transactions .block-form .block-form-block #tinymce h1, #tinymce .liste-transactions .block-form .block-form-block h1, .liste-transactions .block-form .block-form-block .content h2, .content .liste-transactions .block-form .block-form-block h2,
    .liste-transactions .block-form .block-form-block #tinymce h2, #tinymce .liste-transactions .block-form .block-form-block h2, .liste-transactions .block-form .block-form-block .content h3, .content .liste-transactions .block-form .block-form-block h3,
    .liste-transactions .block-form .block-form-block #tinymce h3, #tinymce .liste-transactions .block-form .block-form-block h3, .liste-transactions .block-form .block-form-block .content h4, .content .liste-transactions .block-form .block-form-block h4,
    .liste-transactions .block-form .block-form-block #tinymce h4, #tinymce .liste-transactions .block-form .block-form-block h4, .liste-transactions .block-form .block-form-block .content h5, .content .liste-transactions .block-form .block-form-block h5,
    .liste-transactions .block-form .block-form-block #tinymce h5, #tinymce .liste-transactions .block-form .block-form-block h5, .liste-transactions .block-form .block-form-block .content h6, .content .liste-transactions .block-form .block-form-block h6,
    .liste-transactions .block-form .block-form-block #tinymce h6, #tinymce .liste-transactions .block-form .block-form-block h6, liste-users.block-form .block-form-block .title, liste-users.block-form .block-form-block .content h1, .content liste-users.block-form .block-form-block h1,
    liste-users.block-form .block-form-block #tinymce h1, #tinymce liste-users.block-form .block-form-block h1, liste-users.block-form .block-form-block .content h2, .content liste-users.block-form .block-form-block h2,
    liste-users.block-form .block-form-block #tinymce h2, #tinymce liste-users.block-form .block-form-block h2, liste-users.block-form .block-form-block .content h3, .content liste-users.block-form .block-form-block h3,
    liste-users.block-form .block-form-block #tinymce h3, #tinymce liste-users.block-form .block-form-block h3, liste-users.block-form .block-form-block .content h4, .content liste-users.block-form .block-form-block h4,
    liste-users.block-form .block-form-block #tinymce h4, #tinymce liste-users.block-form .block-form-block h4, liste-users.block-form .block-form-block .content h5, .content liste-users.block-form .block-form-block h5,
    liste-users.block-form .block-form-block #tinymce h5, #tinymce liste-users.block-form .block-form-block h5, liste-users.block-form .block-form-block .content h6, .content liste-users.block-form .block-form-block h6,
    liste-users.block-form .block-form-block #tinymce h6, #tinymce liste-users.block-form .block-form-block h6, liste-users .block-form .block-form-block .title, liste-users .block-form .block-form-block .content h1, .content liste-users .block-form .block-form-block h1,
    liste-users .block-form .block-form-block #tinymce h1, #tinymce liste-users .block-form .block-form-block h1, liste-users .block-form .block-form-block .content h2, .content liste-users .block-form .block-form-block h2,
    liste-users .block-form .block-form-block #tinymce h2, #tinymce liste-users .block-form .block-form-block h2, liste-users .block-form .block-form-block .content h3, .content liste-users .block-form .block-form-block h3,
    liste-users .block-form .block-form-block #tinymce h3, #tinymce liste-users .block-form .block-form-block h3, liste-users .block-form .block-form-block .content h4, .content liste-users .block-form .block-form-block h4,
    liste-users .block-form .block-form-block #tinymce h4, #tinymce liste-users .block-form .block-form-block h4, liste-users .block-form .block-form-block .content h5, .content liste-users .block-form .block-form-block h5,
    liste-users .block-form .block-form-block #tinymce h5, #tinymce liste-users .block-form .block-form-block h5, liste-users .block-form .block-form-block .content h6, .content liste-users .block-form .block-form-block h6,
    liste-users .block-form .block-form-block #tinymce h6, #tinymce liste-users .block-form .block-form-block h6, .accessoires.block-form .block-form-block .title, .accessoires.block-form .block-form-block .content h1, .content .accessoires.block-form .block-form-block h1,
    .accessoires.block-form .block-form-block #tinymce h1, #tinymce .accessoires.block-form .block-form-block h1, .accessoires.block-form .block-form-block .content h2, .content .accessoires.block-form .block-form-block h2,
    .accessoires.block-form .block-form-block #tinymce h2, #tinymce .accessoires.block-form .block-form-block h2, .accessoires.block-form .block-form-block .content h3, .content .accessoires.block-form .block-form-block h3,
    .accessoires.block-form .block-form-block #tinymce h3, #tinymce .accessoires.block-form .block-form-block h3, .accessoires.block-form .block-form-block .content h4, .content .accessoires.block-form .block-form-block h4,
    .accessoires.block-form .block-form-block #tinymce h4, #tinymce .accessoires.block-form .block-form-block h4, .accessoires.block-form .block-form-block .content h5, .content .accessoires.block-form .block-form-block h5,
    .accessoires.block-form .block-form-block #tinymce h5, #tinymce .accessoires.block-form .block-form-block h5, .accessoires.block-form .block-form-block .content h6, .content .accessoires.block-form .block-form-block h6,
    .accessoires.block-form .block-form-block #tinymce h6, #tinymce .accessoires.block-form .block-form-block h6, .accessoires .block-form .block-form-block .title, .accessoires .block-form .block-form-block .content h1, .content .accessoires .block-form .block-form-block h1,
    .accessoires .block-form .block-form-block #tinymce h1, #tinymce .accessoires .block-form .block-form-block h1, .accessoires .block-form .block-form-block .content h2, .content .accessoires .block-form .block-form-block h2,
    .accessoires .block-form .block-form-block #tinymce h2, #tinymce .accessoires .block-form .block-form-block h2, .accessoires .block-form .block-form-block .content h3, .content .accessoires .block-form .block-form-block h3,
    .accessoires .block-form .block-form-block #tinymce h3, #tinymce .accessoires .block-form .block-form-block h3, .accessoires .block-form .block-form-block .content h4, .content .accessoires .block-form .block-form-block h4,
    .accessoires .block-form .block-form-block #tinymce h4, #tinymce .accessoires .block-form .block-form-block h4, .accessoires .block-form .block-form-block .content h5, .content .accessoires .block-form .block-form-block h5,
    .accessoires .block-form .block-form-block #tinymce h5, #tinymce .accessoires .block-form .block-form-block h5, .accessoires .block-form .block-form-block .content h6, .content .accessoires .block-form .block-form-block h6,
    .accessoires .block-form .block-form-block #tinymce h6, #tinymce .accessoires .block-form .block-form-block h6, .facade.block-form .block-form-block .title, .facade.block-form .block-form-block .content h1, .content .facade.block-form .block-form-block h1,
    .facade.block-form .block-form-block #tinymce h1, #tinymce .facade.block-form .block-form-block h1, .facade.block-form .block-form-block .content h2, .content .facade.block-form .block-form-block h2,
    .facade.block-form .block-form-block #tinymce h2, #tinymce .facade.block-form .block-form-block h2, .facade.block-form .block-form-block .content h3, .content .facade.block-form .block-form-block h3,
    .facade.block-form .block-form-block #tinymce h3, #tinymce .facade.block-form .block-form-block h3, .facade.block-form .block-form-block .content h4, .content .facade.block-form .block-form-block h4,
    .facade.block-form .block-form-block #tinymce h4, #tinymce .facade.block-form .block-form-block h4, .facade.block-form .block-form-block .content h5, .content .facade.block-form .block-form-block h5,
    .facade.block-form .block-form-block #tinymce h5, #tinymce .facade.block-form .block-form-block h5, .facade.block-form .block-form-block .content h6, .content .facade.block-form .block-form-block h6,
    .facade.block-form .block-form-block #tinymce h6, #tinymce .facade.block-form .block-form-block h6, .facade .block-form .block-form-block .title, .facade .block-form .block-form-block .content h1, .content .facade .block-form .block-form-block h1,
    .facade .block-form .block-form-block #tinymce h1, #tinymce .facade .block-form .block-form-block h1, .facade .block-form .block-form-block .content h2, .content .facade .block-form .block-form-block h2,
    .facade .block-form .block-form-block #tinymce h2, #tinymce .facade .block-form .block-form-block h2, .facade .block-form .block-form-block .content h3, .content .facade .block-form .block-form-block h3,
    .facade .block-form .block-form-block #tinymce h3, #tinymce .facade .block-form .block-form-block h3, .facade .block-form .block-form-block .content h4, .content .facade .block-form .block-form-block h4,
    .facade .block-form .block-form-block #tinymce h4, #tinymce .facade .block-form .block-form-block h4, .facade .block-form .block-form-block .content h5, .content .facade .block-form .block-form-block h5,
    .facade .block-form .block-form-block #tinymce h5, #tinymce .facade .block-form .block-form-block h5, .facade .block-form .block-form-block .content h6, .content .facade .block-form .block-form-block h6,
    .facade .block-form .block-form-block #tinymce h6, #tinymce .facade .block-form .block-form-block h6, .adding-customer.block-form .block-form-block .title, .adding-customer.block-form .block-form-block .content h1, .content .adding-customer.block-form .block-form-block h1,
    .adding-customer.block-form .block-form-block #tinymce h1, #tinymce .adding-customer.block-form .block-form-block h1, .adding-customer.block-form .block-form-block .content h2, .content .adding-customer.block-form .block-form-block h2,
    .adding-customer.block-form .block-form-block #tinymce h2, #tinymce .adding-customer.block-form .block-form-block h2, .adding-customer.block-form .block-form-block .content h3, .content .adding-customer.block-form .block-form-block h3,
    .adding-customer.block-form .block-form-block #tinymce h3, #tinymce .adding-customer.block-form .block-form-block h3, .adding-customer.block-form .block-form-block .content h4, .content .adding-customer.block-form .block-form-block h4,
    .adding-customer.block-form .block-form-block #tinymce h4, #tinymce .adding-customer.block-form .block-form-block h4, .adding-customer.block-form .block-form-block .content h5, .content .adding-customer.block-form .block-form-block h5,
    .adding-customer.block-form .block-form-block #tinymce h5, #tinymce .adding-customer.block-form .block-form-block h5, .adding-customer.block-form .block-form-block .content h6, .content .adding-customer.block-form .block-form-block h6,
    .adding-customer.block-form .block-form-block #tinymce h6, #tinymce .adding-customer.block-form .block-form-block h6, .adding-customer .block-form .block-form-block .title, .adding-customer .block-form .block-form-block .content h1, .content .adding-customer .block-form .block-form-block h1,
    .adding-customer .block-form .block-form-block #tinymce h1, #tinymce .adding-customer .block-form .block-form-block h1, .adding-customer .block-form .block-form-block .content h2, .content .adding-customer .block-form .block-form-block h2,
    .adding-customer .block-form .block-form-block #tinymce h2, #tinymce .adding-customer .block-form .block-form-block h2, .adding-customer .block-form .block-form-block .content h3, .content .adding-customer .block-form .block-form-block h3,
    .adding-customer .block-form .block-form-block #tinymce h3, #tinymce .adding-customer .block-form .block-form-block h3, .adding-customer .block-form .block-form-block .content h4, .content .adding-customer .block-form .block-form-block h4,
    .adding-customer .block-form .block-form-block #tinymce h4, #tinymce .adding-customer .block-form .block-form-block h4, .adding-customer .block-form .block-form-block .content h5, .content .adding-customer .block-form .block-form-block h5,
    .adding-customer .block-form .block-form-block #tinymce h5, #tinymce .adding-customer .block-form .block-form-block h5, .adding-customer .block-form .block-form-block .content h6, .content .adding-customer .block-form .block-form-block h6,
    .adding-customer .block-form .block-form-block #tinymce h6, #tinymce .adding-customer .block-form .block-form-block h6, .adding-user.block-form .block-form-block .title, .adding-user.block-form .block-form-block .content h1, .content .adding-user.block-form .block-form-block h1,
    .adding-user.block-form .block-form-block #tinymce h1, #tinymce .adding-user.block-form .block-form-block h1, .adding-user.block-form .block-form-block .content h2, .content .adding-user.block-form .block-form-block h2,
    .adding-user.block-form .block-form-block #tinymce h2, #tinymce .adding-user.block-form .block-form-block h2, .adding-user.block-form .block-form-block .content h3, .content .adding-user.block-form .block-form-block h3,
    .adding-user.block-form .block-form-block #tinymce h3, #tinymce .adding-user.block-form .block-form-block h3, .adding-user.block-form .block-form-block .content h4, .content .adding-user.block-form .block-form-block h4,
    .adding-user.block-form .block-form-block #tinymce h4, #tinymce .adding-user.block-form .block-form-block h4, .adding-user.block-form .block-form-block .content h5, .content .adding-user.block-form .block-form-block h5,
    .adding-user.block-form .block-form-block #tinymce h5, #tinymce .adding-user.block-form .block-form-block h5, .adding-user.block-form .block-form-block .content h6, .content .adding-user.block-form .block-form-block h6,
    .adding-user.block-form .block-form-block #tinymce h6, #tinymce .adding-user.block-form .block-form-block h6, .adding-user .block-form .block-form-block .title, .adding-user .block-form .block-form-block .content h1, .content .adding-user .block-form .block-form-block h1,
    .adding-user .block-form .block-form-block #tinymce h1, #tinymce .adding-user .block-form .block-form-block h1, .adding-user .block-form .block-form-block .content h2, .content .adding-user .block-form .block-form-block h2,
    .adding-user .block-form .block-form-block #tinymce h2, #tinymce .adding-user .block-form .block-form-block h2, .adding-user .block-form .block-form-block .content h3, .content .adding-user .block-form .block-form-block h3,
    .adding-user .block-form .block-form-block #tinymce h3, #tinymce .adding-user .block-form .block-form-block h3, .adding-user .block-form .block-form-block .content h4, .content .adding-user .block-form .block-form-block h4,
    .adding-user .block-form .block-form-block #tinymce h4, #tinymce .adding-user .block-form .block-form-block h4, .adding-user .block-form .block-form-block .content h5, .content .adding-user .block-form .block-form-block h5,
    .adding-user .block-form .block-form-block #tinymce h5, #tinymce .adding-user .block-form .block-form-block h5, .adding-user .block-form .block-form-block .content h6, .content .adding-user .block-form .block-form-block h6,
    .adding-user .block-form .block-form-block #tinymce h6, #tinymce .adding-user .block-form .block-form-block h6, .general-form.block-form .block-form-block .title, .general-form.block-form .block-form-block .content h1, .content .general-form.block-form .block-form-block h1,
    .general-form.block-form .block-form-block #tinymce h1, #tinymce .general-form.block-form .block-form-block h1, .general-form.block-form .block-form-block .content h2, .content .general-form.block-form .block-form-block h2,
    .general-form.block-form .block-form-block #tinymce h2, #tinymce .general-form.block-form .block-form-block h2, .general-form.block-form .block-form-block .content h3, .content .general-form.block-form .block-form-block h3,
    .general-form.block-form .block-form-block #tinymce h3, #tinymce .general-form.block-form .block-form-block h3, .general-form.block-form .block-form-block .content h4, .content .general-form.block-form .block-form-block h4,
    .general-form.block-form .block-form-block #tinymce h4, #tinymce .general-form.block-form .block-form-block h4, .general-form.block-form .block-form-block .content h5, .content .general-form.block-form .block-form-block h5,
    .general-form.block-form .block-form-block #tinymce h5, #tinymce .general-form.block-form .block-form-block h5, .general-form.block-form .block-form-block .content h6, .content .general-form.block-form .block-form-block h6,
    .general-form.block-form .block-form-block #tinymce h6, #tinymce .general-form.block-form .block-form-block h6, .general-form .block-form .block-form-block .title, .general-form .block-form .block-form-block .content h1, .content .general-form .block-form .block-form-block h1,
    .general-form .block-form .block-form-block #tinymce h1, #tinymce .general-form .block-form .block-form-block h1, .general-form .block-form .block-form-block .content h2, .content .general-form .block-form .block-form-block h2,
    .general-form .block-form .block-form-block #tinymce h2, #tinymce .general-form .block-form .block-form-block h2, .general-form .block-form .block-form-block .content h3, .content .general-form .block-form .block-form-block h3,
    .general-form .block-form .block-form-block #tinymce h3, #tinymce .general-form .block-form .block-form-block h3, .general-form .block-form .block-form-block .content h4, .content .general-form .block-form .block-form-block h4,
    .general-form .block-form .block-form-block #tinymce h4, #tinymce .general-form .block-form .block-form-block h4, .general-form .block-form .block-form-block .content h5, .content .general-form .block-form .block-form-block h5,
    .general-form .block-form .block-form-block #tinymce h5, #tinymce .general-form .block-form .block-form-block h5, .general-form .block-form .block-form-block .content h6, .content .general-form .block-form .block-form-block h6,
    .general-form .block-form .block-form-block #tinymce h6, #tinymce .general-form .block-form .block-form-block h6 {
      text-transform: uppercase;
      color: #acacac;
      font-weight: 500;
      font-size: 0.9375em;
      margin-bottom: 15px;
      display: inline-block; }
    .cabinet.block-form .block-form-block .input-wrapper, .cabinet .block-form .block-form-block .input-wrapper, .general-info.block-form .block-form-block .input-wrapper, .general-info .block-form .block-form-block .input-wrapper, .recipes.block-form .block-form-block .input-wrapper, .recipes .block-form .block-form-block .input-wrapper, .summary-info.block-form .block-form-block .input-wrapper, .summary-info .block-form .block-form-block .input-wrapper, .steps-header.block-form .block-form-block .input-wrapper, .steps-header .block-form .block-form-block .input-wrapper, .liste-transactions.block-form .block-form-block .input-wrapper, .liste-transactions .block-form .block-form-block .input-wrapper, liste-users.block-form .block-form-block .input-wrapper, liste-users .block-form .block-form-block .input-wrapper, .accessoires.block-form .block-form-block .input-wrapper, .accessoires .block-form .block-form-block .input-wrapper, .facade.block-form .block-form-block .input-wrapper, .facade .block-form .block-form-block .input-wrapper, .adding-customer.block-form .block-form-block .input-wrapper, .adding-customer .block-form .block-form-block .input-wrapper, .adding-user.block-form .block-form-block .input-wrapper, .adding-user .block-form .block-form-block .input-wrapper, .general-form.block-form .block-form-block .input-wrapper, .general-form .block-form .block-form-block .input-wrapper {
      margin-bottom: 10px; }
      .cabinet.block-form .block-form-block .input-wrapper:last-child, .cabinet .block-form .block-form-block .input-wrapper:last-child, .general-info.block-form .block-form-block .input-wrapper:last-child, .general-info .block-form .block-form-block .input-wrapper:last-child, .recipes.block-form .block-form-block .input-wrapper:last-child, .recipes .block-form .block-form-block .input-wrapper:last-child, .summary-info.block-form .block-form-block .input-wrapper:last-child, .summary-info .block-form .block-form-block .input-wrapper:last-child, .steps-header.block-form .block-form-block .input-wrapper:last-child, .steps-header .block-form .block-form-block .input-wrapper:last-child, .liste-transactions.block-form .block-form-block .input-wrapper:last-child, .liste-transactions .block-form .block-form-block .input-wrapper:last-child, liste-users.block-form .block-form-block .input-wrapper:last-child, liste-users .block-form .block-form-block .input-wrapper:last-child, .accessoires.block-form .block-form-block .input-wrapper:last-child, .accessoires .block-form .block-form-block .input-wrapper:last-child, .facade.block-form .block-form-block .input-wrapper:last-child, .facade .block-form .block-form-block .input-wrapper:last-child, .adding-customer.block-form .block-form-block .input-wrapper:last-child, .adding-customer .block-form .block-form-block .input-wrapper:last-child, .adding-user.block-form .block-form-block .input-wrapper:last-child, .adding-user .block-form .block-form-block .input-wrapper:last-child, .general-form.block-form .block-form-block .input-wrapper:last-child, .general-form .block-form .block-form-block .input-wrapper:last-child {
        margin-bottom: 0; }
  .cabinet.block-form .block-form, .cabinet .block-form .block-form, .general-info.block-form .block-form, .general-info .block-form .block-form, .recipes.block-form .block-form, .recipes .block-form .block-form, .summary-info.block-form .block-form, .summary-info .block-form .block-form, .steps-header.block-form .block-form, .steps-header .block-form .block-form, .liste-transactions.block-form .block-form, .liste-transactions .block-form .block-form, liste-users.block-form .block-form, liste-users .block-form .block-form, .accessoires.block-form .block-form, .accessoires .block-form .block-form, .facade.block-form .block-form, .facade .block-form .block-form, .adding-customer.block-form .block-form, .adding-customer .block-form .block-form, .adding-user.block-form .block-form, .adding-user .block-form .block-form, .general-form.block-form .block-form, .general-form .block-form .block-form {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0; }
    .cabinet.block-form .block-form .title, .cabinet.block-form .block-form .content h1, .content .cabinet.block-form .block-form h1,
    .cabinet.block-form .block-form #tinymce h1, #tinymce .cabinet.block-form .block-form h1, .cabinet.block-form .block-form .content h2, .content .cabinet.block-form .block-form h2,
    .cabinet.block-form .block-form #tinymce h2, #tinymce .cabinet.block-form .block-form h2, .cabinet.block-form .block-form .content h3, .content .cabinet.block-form .block-form h3,
    .cabinet.block-form .block-form #tinymce h3, #tinymce .cabinet.block-form .block-form h3, .cabinet.block-form .block-form .content h4, .content .cabinet.block-form .block-form h4,
    .cabinet.block-form .block-form #tinymce h4, #tinymce .cabinet.block-form .block-form h4, .cabinet.block-form .block-form .content h5, .content .cabinet.block-form .block-form h5,
    .cabinet.block-form .block-form #tinymce h5, #tinymce .cabinet.block-form .block-form h5, .cabinet.block-form .block-form .content h6, .content .cabinet.block-form .block-form h6,
    .cabinet.block-form .block-form #tinymce h6, #tinymce .cabinet.block-form .block-form h6, .cabinet .block-form .block-form .title, .cabinet .block-form .block-form .content h1, .content .cabinet .block-form .block-form h1,
    .cabinet .block-form .block-form #tinymce h1, #tinymce .cabinet .block-form .block-form h1, .cabinet .block-form .block-form .content h2, .content .cabinet .block-form .block-form h2,
    .cabinet .block-form .block-form #tinymce h2, #tinymce .cabinet .block-form .block-form h2, .cabinet .block-form .block-form .content h3, .content .cabinet .block-form .block-form h3,
    .cabinet .block-form .block-form #tinymce h3, #tinymce .cabinet .block-form .block-form h3, .cabinet .block-form .block-form .content h4, .content .cabinet .block-form .block-form h4,
    .cabinet .block-form .block-form #tinymce h4, #tinymce .cabinet .block-form .block-form h4, .cabinet .block-form .block-form .content h5, .content .cabinet .block-form .block-form h5,
    .cabinet .block-form .block-form #tinymce h5, #tinymce .cabinet .block-form .block-form h5, .cabinet .block-form .block-form .content h6, .content .cabinet .block-form .block-form h6,
    .cabinet .block-form .block-form #tinymce h6, #tinymce .cabinet .block-form .block-form h6, .general-info.block-form .block-form .title, .general-info.block-form .block-form .content h1, .content .general-info.block-form .block-form h1,
    .general-info.block-form .block-form #tinymce h1, #tinymce .general-info.block-form .block-form h1, .general-info.block-form .block-form .content h2, .content .general-info.block-form .block-form h2,
    .general-info.block-form .block-form #tinymce h2, #tinymce .general-info.block-form .block-form h2, .general-info.block-form .block-form .content h3, .content .general-info.block-form .block-form h3,
    .general-info.block-form .block-form #tinymce h3, #tinymce .general-info.block-form .block-form h3, .general-info.block-form .block-form .content h4, .content .general-info.block-form .block-form h4,
    .general-info.block-form .block-form #tinymce h4, #tinymce .general-info.block-form .block-form h4, .general-info.block-form .block-form .content h5, .content .general-info.block-form .block-form h5,
    .general-info.block-form .block-form #tinymce h5, #tinymce .general-info.block-form .block-form h5, .general-info.block-form .block-form .content h6, .content .general-info.block-form .block-form h6,
    .general-info.block-form .block-form #tinymce h6, #tinymce .general-info.block-form .block-form h6, .general-info .block-form .block-form .title, .general-info .block-form .block-form .content h1, .content .general-info .block-form .block-form h1,
    .general-info .block-form .block-form #tinymce h1, #tinymce .general-info .block-form .block-form h1, .general-info .block-form .block-form .content h2, .content .general-info .block-form .block-form h2,
    .general-info .block-form .block-form #tinymce h2, #tinymce .general-info .block-form .block-form h2, .general-info .block-form .block-form .content h3, .content .general-info .block-form .block-form h3,
    .general-info .block-form .block-form #tinymce h3, #tinymce .general-info .block-form .block-form h3, .general-info .block-form .block-form .content h4, .content .general-info .block-form .block-form h4,
    .general-info .block-form .block-form #tinymce h4, #tinymce .general-info .block-form .block-form h4, .general-info .block-form .block-form .content h5, .content .general-info .block-form .block-form h5,
    .general-info .block-form .block-form #tinymce h5, #tinymce .general-info .block-form .block-form h5, .general-info .block-form .block-form .content h6, .content .general-info .block-form .block-form h6,
    .general-info .block-form .block-form #tinymce h6, #tinymce .general-info .block-form .block-form h6, .recipes.block-form .block-form .title, .recipes.block-form .block-form .content h1, .content .recipes.block-form .block-form h1,
    .recipes.block-form .block-form #tinymce h1, #tinymce .recipes.block-form .block-form h1, .recipes.block-form .block-form .content h2, .content .recipes.block-form .block-form h2,
    .recipes.block-form .block-form #tinymce h2, #tinymce .recipes.block-form .block-form h2, .recipes.block-form .block-form .content h3, .content .recipes.block-form .block-form h3,
    .recipes.block-form .block-form #tinymce h3, #tinymce .recipes.block-form .block-form h3, .recipes.block-form .block-form .content h4, .content .recipes.block-form .block-form h4,
    .recipes.block-form .block-form #tinymce h4, #tinymce .recipes.block-form .block-form h4, .recipes.block-form .block-form .content h5, .content .recipes.block-form .block-form h5,
    .recipes.block-form .block-form #tinymce h5, #tinymce .recipes.block-form .block-form h5, .recipes.block-form .block-form .content h6, .content .recipes.block-form .block-form h6,
    .recipes.block-form .block-form #tinymce h6, #tinymce .recipes.block-form .block-form h6, .recipes .block-form .block-form .title, .recipes .block-form .block-form .content h1, .content .recipes .block-form .block-form h1,
    .recipes .block-form .block-form #tinymce h1, #tinymce .recipes .block-form .block-form h1, .recipes .block-form .block-form .content h2, .content .recipes .block-form .block-form h2,
    .recipes .block-form .block-form #tinymce h2, #tinymce .recipes .block-form .block-form h2, .recipes .block-form .block-form .content h3, .content .recipes .block-form .block-form h3,
    .recipes .block-form .block-form #tinymce h3, #tinymce .recipes .block-form .block-form h3, .recipes .block-form .block-form .content h4, .content .recipes .block-form .block-form h4,
    .recipes .block-form .block-form #tinymce h4, #tinymce .recipes .block-form .block-form h4, .recipes .block-form .block-form .content h5, .content .recipes .block-form .block-form h5,
    .recipes .block-form .block-form #tinymce h5, #tinymce .recipes .block-form .block-form h5, .recipes .block-form .block-form .content h6, .content .recipes .block-form .block-form h6,
    .recipes .block-form .block-form #tinymce h6, #tinymce .recipes .block-form .block-form h6, .summary-info.block-form .block-form .title, .summary-info.block-form .block-form .content h1, .content .summary-info.block-form .block-form h1,
    .summary-info.block-form .block-form #tinymce h1, #tinymce .summary-info.block-form .block-form h1, .summary-info.block-form .block-form .content h2, .content .summary-info.block-form .block-form h2,
    .summary-info.block-form .block-form #tinymce h2, #tinymce .summary-info.block-form .block-form h2, .summary-info.block-form .block-form .content h3, .content .summary-info.block-form .block-form h3,
    .summary-info.block-form .block-form #tinymce h3, #tinymce .summary-info.block-form .block-form h3, .summary-info.block-form .block-form .content h4, .content .summary-info.block-form .block-form h4,
    .summary-info.block-form .block-form #tinymce h4, #tinymce .summary-info.block-form .block-form h4, .summary-info.block-form .block-form .content h5, .content .summary-info.block-form .block-form h5,
    .summary-info.block-form .block-form #tinymce h5, #tinymce .summary-info.block-form .block-form h5, .summary-info.block-form .block-form .content h6, .content .summary-info.block-form .block-form h6,
    .summary-info.block-form .block-form #tinymce h6, #tinymce .summary-info.block-form .block-form h6, .summary-info .block-form .block-form .title, .summary-info .block-form .block-form .content h1, .content .summary-info .block-form .block-form h1,
    .summary-info .block-form .block-form #tinymce h1, #tinymce .summary-info .block-form .block-form h1, .summary-info .block-form .block-form .content h2, .content .summary-info .block-form .block-form h2,
    .summary-info .block-form .block-form #tinymce h2, #tinymce .summary-info .block-form .block-form h2, .summary-info .block-form .block-form .content h3, .content .summary-info .block-form .block-form h3,
    .summary-info .block-form .block-form #tinymce h3, #tinymce .summary-info .block-form .block-form h3, .summary-info .block-form .block-form .content h4, .content .summary-info .block-form .block-form h4,
    .summary-info .block-form .block-form #tinymce h4, #tinymce .summary-info .block-form .block-form h4, .summary-info .block-form .block-form .content h5, .content .summary-info .block-form .block-form h5,
    .summary-info .block-form .block-form #tinymce h5, #tinymce .summary-info .block-form .block-form h5, .summary-info .block-form .block-form .content h6, .content .summary-info .block-form .block-form h6,
    .summary-info .block-form .block-form #tinymce h6, #tinymce .summary-info .block-form .block-form h6, .steps-header.block-form .block-form .title, .steps-header.block-form .block-form .content h1, .content .steps-header.block-form .block-form h1,
    .steps-header.block-form .block-form #tinymce h1, #tinymce .steps-header.block-form .block-form h1, .steps-header.block-form .block-form .content h2, .content .steps-header.block-form .block-form h2,
    .steps-header.block-form .block-form #tinymce h2, #tinymce .steps-header.block-form .block-form h2, .steps-header.block-form .block-form .content h3, .content .steps-header.block-form .block-form h3,
    .steps-header.block-form .block-form #tinymce h3, #tinymce .steps-header.block-form .block-form h3, .steps-header.block-form .block-form .content h4, .content .steps-header.block-form .block-form h4,
    .steps-header.block-form .block-form #tinymce h4, #tinymce .steps-header.block-form .block-form h4, .steps-header.block-form .block-form .content h5, .content .steps-header.block-form .block-form h5,
    .steps-header.block-form .block-form #tinymce h5, #tinymce .steps-header.block-form .block-form h5, .steps-header.block-form .block-form .content h6, .content .steps-header.block-form .block-form h6,
    .steps-header.block-form .block-form #tinymce h6, #tinymce .steps-header.block-form .block-form h6, .steps-header .block-form .block-form .title, .steps-header .block-form .block-form .content h1, .content .steps-header .block-form .block-form h1,
    .steps-header .block-form .block-form #tinymce h1, #tinymce .steps-header .block-form .block-form h1, .steps-header .block-form .block-form .content h2, .content .steps-header .block-form .block-form h2,
    .steps-header .block-form .block-form #tinymce h2, #tinymce .steps-header .block-form .block-form h2, .steps-header .block-form .block-form .content h3, .content .steps-header .block-form .block-form h3,
    .steps-header .block-form .block-form #tinymce h3, #tinymce .steps-header .block-form .block-form h3, .steps-header .block-form .block-form .content h4, .content .steps-header .block-form .block-form h4,
    .steps-header .block-form .block-form #tinymce h4, #tinymce .steps-header .block-form .block-form h4, .steps-header .block-form .block-form .content h5, .content .steps-header .block-form .block-form h5,
    .steps-header .block-form .block-form #tinymce h5, #tinymce .steps-header .block-form .block-form h5, .steps-header .block-form .block-form .content h6, .content .steps-header .block-form .block-form h6,
    .steps-header .block-form .block-form #tinymce h6, #tinymce .steps-header .block-form .block-form h6, .liste-transactions.block-form .block-form .title, .liste-transactions.block-form .block-form .content h1, .content .liste-transactions.block-form .block-form h1,
    .liste-transactions.block-form .block-form #tinymce h1, #tinymce .liste-transactions.block-form .block-form h1, .liste-transactions.block-form .block-form .content h2, .content .liste-transactions.block-form .block-form h2,
    .liste-transactions.block-form .block-form #tinymce h2, #tinymce .liste-transactions.block-form .block-form h2, .liste-transactions.block-form .block-form .content h3, .content .liste-transactions.block-form .block-form h3,
    .liste-transactions.block-form .block-form #tinymce h3, #tinymce .liste-transactions.block-form .block-form h3, .liste-transactions.block-form .block-form .content h4, .content .liste-transactions.block-form .block-form h4,
    .liste-transactions.block-form .block-form #tinymce h4, #tinymce .liste-transactions.block-form .block-form h4, .liste-transactions.block-form .block-form .content h5, .content .liste-transactions.block-form .block-form h5,
    .liste-transactions.block-form .block-form #tinymce h5, #tinymce .liste-transactions.block-form .block-form h5, .liste-transactions.block-form .block-form .content h6, .content .liste-transactions.block-form .block-form h6,
    .liste-transactions.block-form .block-form #tinymce h6, #tinymce .liste-transactions.block-form .block-form h6, .liste-transactions .block-form .block-form .title, .liste-transactions .block-form .block-form .content h1, .content .liste-transactions .block-form .block-form h1,
    .liste-transactions .block-form .block-form #tinymce h1, #tinymce .liste-transactions .block-form .block-form h1, .liste-transactions .block-form .block-form .content h2, .content .liste-transactions .block-form .block-form h2,
    .liste-transactions .block-form .block-form #tinymce h2, #tinymce .liste-transactions .block-form .block-form h2, .liste-transactions .block-form .block-form .content h3, .content .liste-transactions .block-form .block-form h3,
    .liste-transactions .block-form .block-form #tinymce h3, #tinymce .liste-transactions .block-form .block-form h3, .liste-transactions .block-form .block-form .content h4, .content .liste-transactions .block-form .block-form h4,
    .liste-transactions .block-form .block-form #tinymce h4, #tinymce .liste-transactions .block-form .block-form h4, .liste-transactions .block-form .block-form .content h5, .content .liste-transactions .block-form .block-form h5,
    .liste-transactions .block-form .block-form #tinymce h5, #tinymce .liste-transactions .block-form .block-form h5, .liste-transactions .block-form .block-form .content h6, .content .liste-transactions .block-form .block-form h6,
    .liste-transactions .block-form .block-form #tinymce h6, #tinymce .liste-transactions .block-form .block-form h6, liste-users.block-form .block-form .title, liste-users.block-form .block-form .content h1, .content liste-users.block-form .block-form h1,
    liste-users.block-form .block-form #tinymce h1, #tinymce liste-users.block-form .block-form h1, liste-users.block-form .block-form .content h2, .content liste-users.block-form .block-form h2,
    liste-users.block-form .block-form #tinymce h2, #tinymce liste-users.block-form .block-form h2, liste-users.block-form .block-form .content h3, .content liste-users.block-form .block-form h3,
    liste-users.block-form .block-form #tinymce h3, #tinymce liste-users.block-form .block-form h3, liste-users.block-form .block-form .content h4, .content liste-users.block-form .block-form h4,
    liste-users.block-form .block-form #tinymce h4, #tinymce liste-users.block-form .block-form h4, liste-users.block-form .block-form .content h5, .content liste-users.block-form .block-form h5,
    liste-users.block-form .block-form #tinymce h5, #tinymce liste-users.block-form .block-form h5, liste-users.block-form .block-form .content h6, .content liste-users.block-form .block-form h6,
    liste-users.block-form .block-form #tinymce h6, #tinymce liste-users.block-form .block-form h6, liste-users .block-form .block-form .title, liste-users .block-form .block-form .content h1, .content liste-users .block-form .block-form h1,
    liste-users .block-form .block-form #tinymce h1, #tinymce liste-users .block-form .block-form h1, liste-users .block-form .block-form .content h2, .content liste-users .block-form .block-form h2,
    liste-users .block-form .block-form #tinymce h2, #tinymce liste-users .block-form .block-form h2, liste-users .block-form .block-form .content h3, .content liste-users .block-form .block-form h3,
    liste-users .block-form .block-form #tinymce h3, #tinymce liste-users .block-form .block-form h3, liste-users .block-form .block-form .content h4, .content liste-users .block-form .block-form h4,
    liste-users .block-form .block-form #tinymce h4, #tinymce liste-users .block-form .block-form h4, liste-users .block-form .block-form .content h5, .content liste-users .block-form .block-form h5,
    liste-users .block-form .block-form #tinymce h5, #tinymce liste-users .block-form .block-form h5, liste-users .block-form .block-form .content h6, .content liste-users .block-form .block-form h6,
    liste-users .block-form .block-form #tinymce h6, #tinymce liste-users .block-form .block-form h6, .accessoires.block-form .block-form .title, .accessoires.block-form .block-form .content h1, .content .accessoires.block-form .block-form h1,
    .accessoires.block-form .block-form #tinymce h1, #tinymce .accessoires.block-form .block-form h1, .accessoires.block-form .block-form .content h2, .content .accessoires.block-form .block-form h2,
    .accessoires.block-form .block-form #tinymce h2, #tinymce .accessoires.block-form .block-form h2, .accessoires.block-form .block-form .content h3, .content .accessoires.block-form .block-form h3,
    .accessoires.block-form .block-form #tinymce h3, #tinymce .accessoires.block-form .block-form h3, .accessoires.block-form .block-form .content h4, .content .accessoires.block-form .block-form h4,
    .accessoires.block-form .block-form #tinymce h4, #tinymce .accessoires.block-form .block-form h4, .accessoires.block-form .block-form .content h5, .content .accessoires.block-form .block-form h5,
    .accessoires.block-form .block-form #tinymce h5, #tinymce .accessoires.block-form .block-form h5, .accessoires.block-form .block-form .content h6, .content .accessoires.block-form .block-form h6,
    .accessoires.block-form .block-form #tinymce h6, #tinymce .accessoires.block-form .block-form h6, .accessoires .block-form .block-form .title, .accessoires .block-form .block-form .content h1, .content .accessoires .block-form .block-form h1,
    .accessoires .block-form .block-form #tinymce h1, #tinymce .accessoires .block-form .block-form h1, .accessoires .block-form .block-form .content h2, .content .accessoires .block-form .block-form h2,
    .accessoires .block-form .block-form #tinymce h2, #tinymce .accessoires .block-form .block-form h2, .accessoires .block-form .block-form .content h3, .content .accessoires .block-form .block-form h3,
    .accessoires .block-form .block-form #tinymce h3, #tinymce .accessoires .block-form .block-form h3, .accessoires .block-form .block-form .content h4, .content .accessoires .block-form .block-form h4,
    .accessoires .block-form .block-form #tinymce h4, #tinymce .accessoires .block-form .block-form h4, .accessoires .block-form .block-form .content h5, .content .accessoires .block-form .block-form h5,
    .accessoires .block-form .block-form #tinymce h5, #tinymce .accessoires .block-form .block-form h5, .accessoires .block-form .block-form .content h6, .content .accessoires .block-form .block-form h6,
    .accessoires .block-form .block-form #tinymce h6, #tinymce .accessoires .block-form .block-form h6, .facade.block-form .block-form .title, .facade.block-form .block-form .content h1, .content .facade.block-form .block-form h1,
    .facade.block-form .block-form #tinymce h1, #tinymce .facade.block-form .block-form h1, .facade.block-form .block-form .content h2, .content .facade.block-form .block-form h2,
    .facade.block-form .block-form #tinymce h2, #tinymce .facade.block-form .block-form h2, .facade.block-form .block-form .content h3, .content .facade.block-form .block-form h3,
    .facade.block-form .block-form #tinymce h3, #tinymce .facade.block-form .block-form h3, .facade.block-form .block-form .content h4, .content .facade.block-form .block-form h4,
    .facade.block-form .block-form #tinymce h4, #tinymce .facade.block-form .block-form h4, .facade.block-form .block-form .content h5, .content .facade.block-form .block-form h5,
    .facade.block-form .block-form #tinymce h5, #tinymce .facade.block-form .block-form h5, .facade.block-form .block-form .content h6, .content .facade.block-form .block-form h6,
    .facade.block-form .block-form #tinymce h6, #tinymce .facade.block-form .block-form h6, .facade .block-form .block-form .title, .facade .block-form .block-form .content h1, .content .facade .block-form .block-form h1,
    .facade .block-form .block-form #tinymce h1, #tinymce .facade .block-form .block-form h1, .facade .block-form .block-form .content h2, .content .facade .block-form .block-form h2,
    .facade .block-form .block-form #tinymce h2, #tinymce .facade .block-form .block-form h2, .facade .block-form .block-form .content h3, .content .facade .block-form .block-form h3,
    .facade .block-form .block-form #tinymce h3, #tinymce .facade .block-form .block-form h3, .facade .block-form .block-form .content h4, .content .facade .block-form .block-form h4,
    .facade .block-form .block-form #tinymce h4, #tinymce .facade .block-form .block-form h4, .facade .block-form .block-form .content h5, .content .facade .block-form .block-form h5,
    .facade .block-form .block-form #tinymce h5, #tinymce .facade .block-form .block-form h5, .facade .block-form .block-form .content h6, .content .facade .block-form .block-form h6,
    .facade .block-form .block-form #tinymce h6, #tinymce .facade .block-form .block-form h6, .adding-customer.block-form .block-form .title, .adding-customer.block-form .block-form .content h1, .content .adding-customer.block-form .block-form h1,
    .adding-customer.block-form .block-form #tinymce h1, #tinymce .adding-customer.block-form .block-form h1, .adding-customer.block-form .block-form .content h2, .content .adding-customer.block-form .block-form h2,
    .adding-customer.block-form .block-form #tinymce h2, #tinymce .adding-customer.block-form .block-form h2, .adding-customer.block-form .block-form .content h3, .content .adding-customer.block-form .block-form h3,
    .adding-customer.block-form .block-form #tinymce h3, #tinymce .adding-customer.block-form .block-form h3, .adding-customer.block-form .block-form .content h4, .content .adding-customer.block-form .block-form h4,
    .adding-customer.block-form .block-form #tinymce h4, #tinymce .adding-customer.block-form .block-form h4, .adding-customer.block-form .block-form .content h5, .content .adding-customer.block-form .block-form h5,
    .adding-customer.block-form .block-form #tinymce h5, #tinymce .adding-customer.block-form .block-form h5, .adding-customer.block-form .block-form .content h6, .content .adding-customer.block-form .block-form h6,
    .adding-customer.block-form .block-form #tinymce h6, #tinymce .adding-customer.block-form .block-form h6, .adding-customer .block-form .block-form .title, .adding-customer .block-form .block-form .content h1, .content .adding-customer .block-form .block-form h1,
    .adding-customer .block-form .block-form #tinymce h1, #tinymce .adding-customer .block-form .block-form h1, .adding-customer .block-form .block-form .content h2, .content .adding-customer .block-form .block-form h2,
    .adding-customer .block-form .block-form #tinymce h2, #tinymce .adding-customer .block-form .block-form h2, .adding-customer .block-form .block-form .content h3, .content .adding-customer .block-form .block-form h3,
    .adding-customer .block-form .block-form #tinymce h3, #tinymce .adding-customer .block-form .block-form h3, .adding-customer .block-form .block-form .content h4, .content .adding-customer .block-form .block-form h4,
    .adding-customer .block-form .block-form #tinymce h4, #tinymce .adding-customer .block-form .block-form h4, .adding-customer .block-form .block-form .content h5, .content .adding-customer .block-form .block-form h5,
    .adding-customer .block-form .block-form #tinymce h5, #tinymce .adding-customer .block-form .block-form h5, .adding-customer .block-form .block-form .content h6, .content .adding-customer .block-form .block-form h6,
    .adding-customer .block-form .block-form #tinymce h6, #tinymce .adding-customer .block-form .block-form h6, .adding-user.block-form .block-form .title, .adding-user.block-form .block-form .content h1, .content .adding-user.block-form .block-form h1,
    .adding-user.block-form .block-form #tinymce h1, #tinymce .adding-user.block-form .block-form h1, .adding-user.block-form .block-form .content h2, .content .adding-user.block-form .block-form h2,
    .adding-user.block-form .block-form #tinymce h2, #tinymce .adding-user.block-form .block-form h2, .adding-user.block-form .block-form .content h3, .content .adding-user.block-form .block-form h3,
    .adding-user.block-form .block-form #tinymce h3, #tinymce .adding-user.block-form .block-form h3, .adding-user.block-form .block-form .content h4, .content .adding-user.block-form .block-form h4,
    .adding-user.block-form .block-form #tinymce h4, #tinymce .adding-user.block-form .block-form h4, .adding-user.block-form .block-form .content h5, .content .adding-user.block-form .block-form h5,
    .adding-user.block-form .block-form #tinymce h5, #tinymce .adding-user.block-form .block-form h5, .adding-user.block-form .block-form .content h6, .content .adding-user.block-form .block-form h6,
    .adding-user.block-form .block-form #tinymce h6, #tinymce .adding-user.block-form .block-form h6, .adding-user .block-form .block-form .title, .adding-user .block-form .block-form .content h1, .content .adding-user .block-form .block-form h1,
    .adding-user .block-form .block-form #tinymce h1, #tinymce .adding-user .block-form .block-form h1, .adding-user .block-form .block-form .content h2, .content .adding-user .block-form .block-form h2,
    .adding-user .block-form .block-form #tinymce h2, #tinymce .adding-user .block-form .block-form h2, .adding-user .block-form .block-form .content h3, .content .adding-user .block-form .block-form h3,
    .adding-user .block-form .block-form #tinymce h3, #tinymce .adding-user .block-form .block-form h3, .adding-user .block-form .block-form .content h4, .content .adding-user .block-form .block-form h4,
    .adding-user .block-form .block-form #tinymce h4, #tinymce .adding-user .block-form .block-form h4, .adding-user .block-form .block-form .content h5, .content .adding-user .block-form .block-form h5,
    .adding-user .block-form .block-form #tinymce h5, #tinymce .adding-user .block-form .block-form h5, .adding-user .block-form .block-form .content h6, .content .adding-user .block-form .block-form h6,
    .adding-user .block-form .block-form #tinymce h6, #tinymce .adding-user .block-form .block-form h6, .general-form.block-form .block-form .title, .general-form.block-form .block-form .content h1, .content .general-form.block-form .block-form h1,
    .general-form.block-form .block-form #tinymce h1, #tinymce .general-form.block-form .block-form h1, .general-form.block-form .block-form .content h2, .content .general-form.block-form .block-form h2,
    .general-form.block-form .block-form #tinymce h2, #tinymce .general-form.block-form .block-form h2, .general-form.block-form .block-form .content h3, .content .general-form.block-form .block-form h3,
    .general-form.block-form .block-form #tinymce h3, #tinymce .general-form.block-form .block-form h3, .general-form.block-form .block-form .content h4, .content .general-form.block-form .block-form h4,
    .general-form.block-form .block-form #tinymce h4, #tinymce .general-form.block-form .block-form h4, .general-form.block-form .block-form .content h5, .content .general-form.block-form .block-form h5,
    .general-form.block-form .block-form #tinymce h5, #tinymce .general-form.block-form .block-form h5, .general-form.block-form .block-form .content h6, .content .general-form.block-form .block-form h6,
    .general-form.block-form .block-form #tinymce h6, #tinymce .general-form.block-form .block-form h6, .general-form .block-form .block-form .title, .general-form .block-form .block-form .content h1, .content .general-form .block-form .block-form h1,
    .general-form .block-form .block-form #tinymce h1, #tinymce .general-form .block-form .block-form h1, .general-form .block-form .block-form .content h2, .content .general-form .block-form .block-form h2,
    .general-form .block-form .block-form #tinymce h2, #tinymce .general-form .block-form .block-form h2, .general-form .block-form .block-form .content h3, .content .general-form .block-form .block-form h3,
    .general-form .block-form .block-form #tinymce h3, #tinymce .general-form .block-form .block-form h3, .general-form .block-form .block-form .content h4, .content .general-form .block-form .block-form h4,
    .general-form .block-form .block-form #tinymce h4, #tinymce .general-form .block-form .block-form h4, .general-form .block-form .block-form .content h5, .content .general-form .block-form .block-form h5,
    .general-form .block-form .block-form #tinymce h5, #tinymce .general-form .block-form .block-form h5, .general-form .block-form .block-form .content h6, .content .general-form .block-form .block-form h6,
    .general-form .block-form .block-form #tinymce h6, #tinymce .general-form .block-form .block-form h6 {
      text-transform: uppercase;
      color: #acacac;
      font-weight: 500;
      font-size: 0.9375em;
      margin-bottom: 15px;
      display: inline-block; }
    .cabinet.block-form .block-form .block-form-content, .cabinet .block-form .block-form .block-form-content, .general-info.block-form .block-form .block-form-content, .general-info .block-form .block-form .block-form-content, .recipes.block-form .block-form .block-form-content, .recipes .block-form .block-form .block-form-content, .summary-info.block-form .block-form .block-form-content, .summary-info .block-form .block-form .block-form-content, .steps-header.block-form .block-form .block-form-content, .steps-header .block-form .block-form .block-form-content, .liste-transactions.block-form .block-form .block-form-content, .liste-transactions .block-form .block-form .block-form-content, liste-users.block-form .block-form .block-form-content, liste-users .block-form .block-form .block-form-content, .accessoires.block-form .block-form .block-form-content, .accessoires .block-form .block-form .block-form-content, .facade.block-form .block-form .block-form-content, .facade .block-form .block-form .block-form-content, .adding-customer.block-form .block-form .block-form-content, .adding-customer .block-form .block-form .block-form-content, .adding-user.block-form .block-form .block-form-content, .adding-user .block-form .block-form .block-form-content, .general-form.block-form .block-form .block-form-content, .general-form .block-form .block-form .block-form-content {
      padding: 0;
      border: 0;
      margin: 0; }
  .cabinet.block-form .block-list-wrapper, .cabinet .block-form .block-list-wrapper, .general-info.block-form .block-list-wrapper, .general-info .block-form .block-list-wrapper, .recipes.block-form .block-list-wrapper, .recipes .block-form .block-list-wrapper, .summary-info.block-form .block-list-wrapper, .summary-info .block-form .block-list-wrapper, .steps-header.block-form .block-list-wrapper, .steps-header .block-form .block-list-wrapper, .liste-transactions.block-form .block-list-wrapper, .liste-transactions .block-form .block-list-wrapper, liste-users.block-form .block-list-wrapper, liste-users .block-form .block-list-wrapper, .accessoires.block-form .block-list-wrapper, .accessoires .block-form .block-list-wrapper, .facade.block-form .block-list-wrapper, .facade .block-form .block-list-wrapper, .adding-customer.block-form .block-list-wrapper, .adding-customer .block-form .block-list-wrapper, .adding-user.block-form .block-list-wrapper, .adding-user .block-form .block-list-wrapper, .general-form.block-form .block-list-wrapper, .general-form .block-form .block-list-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    position: relative; }
    .cabinet.block-form .block-list-wrapper .title.-mini, .cabinet.block-form .block-list-wrapper .content h1.-mini, .content .cabinet.block-form .block-list-wrapper h1.-mini,
    .cabinet.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .cabinet.block-form .block-list-wrapper h1.-mini, .cabinet.block-form .block-list-wrapper .content h2.-mini, .content .cabinet.block-form .block-list-wrapper h2.-mini,
    .cabinet.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .cabinet.block-form .block-list-wrapper h2.-mini, .cabinet.block-form .block-list-wrapper .content h3.-mini, .content .cabinet.block-form .block-list-wrapper h3.-mini,
    .cabinet.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .cabinet.block-form .block-list-wrapper h3.-mini, .cabinet.block-form .block-list-wrapper .content h4.-mini, .content .cabinet.block-form .block-list-wrapper h4.-mini,
    .cabinet.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .cabinet.block-form .block-list-wrapper h4.-mini, .cabinet.block-form .block-list-wrapper .content h5, .content .cabinet.block-form .block-list-wrapper h5,
    .cabinet.block-form .block-list-wrapper #tinymce h5, #tinymce .cabinet.block-form .block-list-wrapper h5, .cabinet.block-form .block-list-wrapper .content h6, .content .cabinet.block-form .block-list-wrapper h6,
    .cabinet.block-form .block-list-wrapper #tinymce h6, #tinymce .cabinet.block-form .block-list-wrapper h6, .cabinet .block-form .block-list-wrapper .title.-mini, .cabinet .block-form .block-list-wrapper .content h1.-mini, .content .cabinet .block-form .block-list-wrapper h1.-mini,
    .cabinet .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .cabinet .block-form .block-list-wrapper h1.-mini, .cabinet .block-form .block-list-wrapper .content h2.-mini, .content .cabinet .block-form .block-list-wrapper h2.-mini,
    .cabinet .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .cabinet .block-form .block-list-wrapper h2.-mini, .cabinet .block-form .block-list-wrapper .content h3.-mini, .content .cabinet .block-form .block-list-wrapper h3.-mini,
    .cabinet .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .cabinet .block-form .block-list-wrapper h3.-mini, .cabinet .block-form .block-list-wrapper .content h4.-mini, .content .cabinet .block-form .block-list-wrapper h4.-mini,
    .cabinet .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .cabinet .block-form .block-list-wrapper h4.-mini, .cabinet .block-form .block-list-wrapper .content h5, .content .cabinet .block-form .block-list-wrapper h5,
    .cabinet .block-form .block-list-wrapper #tinymce h5, #tinymce .cabinet .block-form .block-list-wrapper h5, .cabinet .block-form .block-list-wrapper .content h6, .content .cabinet .block-form .block-list-wrapper h6,
    .cabinet .block-form .block-list-wrapper #tinymce h6, #tinymce .cabinet .block-form .block-list-wrapper h6, .general-info.block-form .block-list-wrapper .title.-mini, .general-info.block-form .block-list-wrapper .content h1.-mini, .content .general-info.block-form .block-list-wrapper h1.-mini,
    .general-info.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .general-info.block-form .block-list-wrapper h1.-mini, .general-info.block-form .block-list-wrapper .content h2.-mini, .content .general-info.block-form .block-list-wrapper h2.-mini,
    .general-info.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .general-info.block-form .block-list-wrapper h2.-mini, .general-info.block-form .block-list-wrapper .content h3.-mini, .content .general-info.block-form .block-list-wrapper h3.-mini,
    .general-info.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .general-info.block-form .block-list-wrapper h3.-mini, .general-info.block-form .block-list-wrapper .content h4.-mini, .content .general-info.block-form .block-list-wrapper h4.-mini,
    .general-info.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .general-info.block-form .block-list-wrapper h4.-mini, .general-info.block-form .block-list-wrapper .content h5, .content .general-info.block-form .block-list-wrapper h5,
    .general-info.block-form .block-list-wrapper #tinymce h5, #tinymce .general-info.block-form .block-list-wrapper h5, .general-info.block-form .block-list-wrapper .content h6, .content .general-info.block-form .block-list-wrapper h6,
    .general-info.block-form .block-list-wrapper #tinymce h6, #tinymce .general-info.block-form .block-list-wrapper h6, .general-info .block-form .block-list-wrapper .title.-mini, .general-info .block-form .block-list-wrapper .content h1.-mini, .content .general-info .block-form .block-list-wrapper h1.-mini,
    .general-info .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .general-info .block-form .block-list-wrapper h1.-mini, .general-info .block-form .block-list-wrapper .content h2.-mini, .content .general-info .block-form .block-list-wrapper h2.-mini,
    .general-info .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .general-info .block-form .block-list-wrapper h2.-mini, .general-info .block-form .block-list-wrapper .content h3.-mini, .content .general-info .block-form .block-list-wrapper h3.-mini,
    .general-info .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .general-info .block-form .block-list-wrapper h3.-mini, .general-info .block-form .block-list-wrapper .content h4.-mini, .content .general-info .block-form .block-list-wrapper h4.-mini,
    .general-info .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .general-info .block-form .block-list-wrapper h4.-mini, .general-info .block-form .block-list-wrapper .content h5, .content .general-info .block-form .block-list-wrapper h5,
    .general-info .block-form .block-list-wrapper #tinymce h5, #tinymce .general-info .block-form .block-list-wrapper h5, .general-info .block-form .block-list-wrapper .content h6, .content .general-info .block-form .block-list-wrapper h6,
    .general-info .block-form .block-list-wrapper #tinymce h6, #tinymce .general-info .block-form .block-list-wrapper h6, .recipes.block-form .block-list-wrapper .title.-mini, .recipes.block-form .block-list-wrapper .content h1.-mini, .content .recipes.block-form .block-list-wrapper h1.-mini,
    .recipes.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .recipes.block-form .block-list-wrapper h1.-mini, .recipes.block-form .block-list-wrapper .content h2.-mini, .content .recipes.block-form .block-list-wrapper h2.-mini,
    .recipes.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .recipes.block-form .block-list-wrapper h2.-mini, .recipes.block-form .block-list-wrapper .content h3.-mini, .content .recipes.block-form .block-list-wrapper h3.-mini,
    .recipes.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .recipes.block-form .block-list-wrapper h3.-mini, .recipes.block-form .block-list-wrapper .content h4.-mini, .content .recipes.block-form .block-list-wrapper h4.-mini,
    .recipes.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .recipes.block-form .block-list-wrapper h4.-mini, .recipes.block-form .block-list-wrapper .content h5, .content .recipes.block-form .block-list-wrapper h5,
    .recipes.block-form .block-list-wrapper #tinymce h5, #tinymce .recipes.block-form .block-list-wrapper h5, .recipes.block-form .block-list-wrapper .content h6, .content .recipes.block-form .block-list-wrapper h6,
    .recipes.block-form .block-list-wrapper #tinymce h6, #tinymce .recipes.block-form .block-list-wrapper h6, .recipes .block-form .block-list-wrapper .title.-mini, .recipes .block-form .block-list-wrapper .content h1.-mini, .content .recipes .block-form .block-list-wrapper h1.-mini,
    .recipes .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .recipes .block-form .block-list-wrapper h1.-mini, .recipes .block-form .block-list-wrapper .content h2.-mini, .content .recipes .block-form .block-list-wrapper h2.-mini,
    .recipes .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .recipes .block-form .block-list-wrapper h2.-mini, .recipes .block-form .block-list-wrapper .content h3.-mini, .content .recipes .block-form .block-list-wrapper h3.-mini,
    .recipes .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .recipes .block-form .block-list-wrapper h3.-mini, .recipes .block-form .block-list-wrapper .content h4.-mini, .content .recipes .block-form .block-list-wrapper h4.-mini,
    .recipes .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .recipes .block-form .block-list-wrapper h4.-mini, .recipes .block-form .block-list-wrapper .content h5, .content .recipes .block-form .block-list-wrapper h5,
    .recipes .block-form .block-list-wrapper #tinymce h5, #tinymce .recipes .block-form .block-list-wrapper h5, .recipes .block-form .block-list-wrapper .content h6, .content .recipes .block-form .block-list-wrapper h6,
    .recipes .block-form .block-list-wrapper #tinymce h6, #tinymce .recipes .block-form .block-list-wrapper h6, .summary-info.block-form .block-list-wrapper .title.-mini, .summary-info.block-form .block-list-wrapper .content h1.-mini, .content .summary-info.block-form .block-list-wrapper h1.-mini,
    .summary-info.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .summary-info.block-form .block-list-wrapper h1.-mini, .summary-info.block-form .block-list-wrapper .content h2.-mini, .content .summary-info.block-form .block-list-wrapper h2.-mini,
    .summary-info.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .summary-info.block-form .block-list-wrapper h2.-mini, .summary-info.block-form .block-list-wrapper .content h3.-mini, .content .summary-info.block-form .block-list-wrapper h3.-mini,
    .summary-info.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .summary-info.block-form .block-list-wrapper h3.-mini, .summary-info.block-form .block-list-wrapper .content h4.-mini, .content .summary-info.block-form .block-list-wrapper h4.-mini,
    .summary-info.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .summary-info.block-form .block-list-wrapper h4.-mini, .summary-info.block-form .block-list-wrapper .content h5, .content .summary-info.block-form .block-list-wrapper h5,
    .summary-info.block-form .block-list-wrapper #tinymce h5, #tinymce .summary-info.block-form .block-list-wrapper h5, .summary-info.block-form .block-list-wrapper .content h6, .content .summary-info.block-form .block-list-wrapper h6,
    .summary-info.block-form .block-list-wrapper #tinymce h6, #tinymce .summary-info.block-form .block-list-wrapper h6, .summary-info .block-form .block-list-wrapper .title.-mini, .summary-info .block-form .block-list-wrapper .content h1.-mini, .content .summary-info .block-form .block-list-wrapper h1.-mini,
    .summary-info .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .summary-info .block-form .block-list-wrapper h1.-mini, .summary-info .block-form .block-list-wrapper .content h2.-mini, .content .summary-info .block-form .block-list-wrapper h2.-mini,
    .summary-info .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .summary-info .block-form .block-list-wrapper h2.-mini, .summary-info .block-form .block-list-wrapper .content h3.-mini, .content .summary-info .block-form .block-list-wrapper h3.-mini,
    .summary-info .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .summary-info .block-form .block-list-wrapper h3.-mini, .summary-info .block-form .block-list-wrapper .content h4.-mini, .content .summary-info .block-form .block-list-wrapper h4.-mini,
    .summary-info .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .summary-info .block-form .block-list-wrapper h4.-mini, .summary-info .block-form .block-list-wrapper .content h5, .content .summary-info .block-form .block-list-wrapper h5,
    .summary-info .block-form .block-list-wrapper #tinymce h5, #tinymce .summary-info .block-form .block-list-wrapper h5, .summary-info .block-form .block-list-wrapper .content h6, .content .summary-info .block-form .block-list-wrapper h6,
    .summary-info .block-form .block-list-wrapper #tinymce h6, #tinymce .summary-info .block-form .block-list-wrapper h6, .steps-header.block-form .block-list-wrapper .title.-mini, .steps-header.block-form .block-list-wrapper .content h1.-mini, .content .steps-header.block-form .block-list-wrapper h1.-mini,
    .steps-header.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .steps-header.block-form .block-list-wrapper h1.-mini, .steps-header.block-form .block-list-wrapper .content h2.-mini, .content .steps-header.block-form .block-list-wrapper h2.-mini,
    .steps-header.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .steps-header.block-form .block-list-wrapper h2.-mini, .steps-header.block-form .block-list-wrapper .content h3.-mini, .content .steps-header.block-form .block-list-wrapper h3.-mini,
    .steps-header.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .steps-header.block-form .block-list-wrapper h3.-mini, .steps-header.block-form .block-list-wrapper .content h4.-mini, .content .steps-header.block-form .block-list-wrapper h4.-mini,
    .steps-header.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .steps-header.block-form .block-list-wrapper h4.-mini, .steps-header.block-form .block-list-wrapper .content h5, .content .steps-header.block-form .block-list-wrapper h5,
    .steps-header.block-form .block-list-wrapper #tinymce h5, #tinymce .steps-header.block-form .block-list-wrapper h5, .steps-header.block-form .block-list-wrapper .content h6, .content .steps-header.block-form .block-list-wrapper h6,
    .steps-header.block-form .block-list-wrapper #tinymce h6, #tinymce .steps-header.block-form .block-list-wrapper h6, .steps-header .block-form .block-list-wrapper .title.-mini, .steps-header .block-form .block-list-wrapper .content h1.-mini, .content .steps-header .block-form .block-list-wrapper h1.-mini,
    .steps-header .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .steps-header .block-form .block-list-wrapper h1.-mini, .steps-header .block-form .block-list-wrapper .content h2.-mini, .content .steps-header .block-form .block-list-wrapper h2.-mini,
    .steps-header .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .steps-header .block-form .block-list-wrapper h2.-mini, .steps-header .block-form .block-list-wrapper .content h3.-mini, .content .steps-header .block-form .block-list-wrapper h3.-mini,
    .steps-header .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .steps-header .block-form .block-list-wrapper h3.-mini, .steps-header .block-form .block-list-wrapper .content h4.-mini, .content .steps-header .block-form .block-list-wrapper h4.-mini,
    .steps-header .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .steps-header .block-form .block-list-wrapper h4.-mini, .steps-header .block-form .block-list-wrapper .content h5, .content .steps-header .block-form .block-list-wrapper h5,
    .steps-header .block-form .block-list-wrapper #tinymce h5, #tinymce .steps-header .block-form .block-list-wrapper h5, .steps-header .block-form .block-list-wrapper .content h6, .content .steps-header .block-form .block-list-wrapper h6,
    .steps-header .block-form .block-list-wrapper #tinymce h6, #tinymce .steps-header .block-form .block-list-wrapper h6, .liste-transactions.block-form .block-list-wrapper .title.-mini, .liste-transactions.block-form .block-list-wrapper .content h1.-mini, .content .liste-transactions.block-form .block-list-wrapper h1.-mini,
    .liste-transactions.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .liste-transactions.block-form .block-list-wrapper h1.-mini, .liste-transactions.block-form .block-list-wrapper .content h2.-mini, .content .liste-transactions.block-form .block-list-wrapper h2.-mini,
    .liste-transactions.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .liste-transactions.block-form .block-list-wrapper h2.-mini, .liste-transactions.block-form .block-list-wrapper .content h3.-mini, .content .liste-transactions.block-form .block-list-wrapper h3.-mini,
    .liste-transactions.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .liste-transactions.block-form .block-list-wrapper h3.-mini, .liste-transactions.block-form .block-list-wrapper .content h4.-mini, .content .liste-transactions.block-form .block-list-wrapper h4.-mini,
    .liste-transactions.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .liste-transactions.block-form .block-list-wrapper h4.-mini, .liste-transactions.block-form .block-list-wrapper .content h5, .content .liste-transactions.block-form .block-list-wrapper h5,
    .liste-transactions.block-form .block-list-wrapper #tinymce h5, #tinymce .liste-transactions.block-form .block-list-wrapper h5, .liste-transactions.block-form .block-list-wrapper .content h6, .content .liste-transactions.block-form .block-list-wrapper h6,
    .liste-transactions.block-form .block-list-wrapper #tinymce h6, #tinymce .liste-transactions.block-form .block-list-wrapper h6, .liste-transactions .block-form .block-list-wrapper .title.-mini, .liste-transactions .block-form .block-list-wrapper .content h1.-mini, .content .liste-transactions .block-form .block-list-wrapper h1.-mini,
    .liste-transactions .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .liste-transactions .block-form .block-list-wrapper h1.-mini, .liste-transactions .block-form .block-list-wrapper .content h2.-mini, .content .liste-transactions .block-form .block-list-wrapper h2.-mini,
    .liste-transactions .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .liste-transactions .block-form .block-list-wrapper h2.-mini, .liste-transactions .block-form .block-list-wrapper .content h3.-mini, .content .liste-transactions .block-form .block-list-wrapper h3.-mini,
    .liste-transactions .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .liste-transactions .block-form .block-list-wrapper h3.-mini, .liste-transactions .block-form .block-list-wrapper .content h4.-mini, .content .liste-transactions .block-form .block-list-wrapper h4.-mini,
    .liste-transactions .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .liste-transactions .block-form .block-list-wrapper h4.-mini, .liste-transactions .block-form .block-list-wrapper .content h5, .content .liste-transactions .block-form .block-list-wrapper h5,
    .liste-transactions .block-form .block-list-wrapper #tinymce h5, #tinymce .liste-transactions .block-form .block-list-wrapper h5, .liste-transactions .block-form .block-list-wrapper .content h6, .content .liste-transactions .block-form .block-list-wrapper h6,
    .liste-transactions .block-form .block-list-wrapper #tinymce h6, #tinymce .liste-transactions .block-form .block-list-wrapper h6, liste-users.block-form .block-list-wrapper .title.-mini, liste-users.block-form .block-list-wrapper .content h1.-mini, .content liste-users.block-form .block-list-wrapper h1.-mini,
    liste-users.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce liste-users.block-form .block-list-wrapper h1.-mini, liste-users.block-form .block-list-wrapper .content h2.-mini, .content liste-users.block-form .block-list-wrapper h2.-mini,
    liste-users.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce liste-users.block-form .block-list-wrapper h2.-mini, liste-users.block-form .block-list-wrapper .content h3.-mini, .content liste-users.block-form .block-list-wrapper h3.-mini,
    liste-users.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce liste-users.block-form .block-list-wrapper h3.-mini, liste-users.block-form .block-list-wrapper .content h4.-mini, .content liste-users.block-form .block-list-wrapper h4.-mini,
    liste-users.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce liste-users.block-form .block-list-wrapper h4.-mini, liste-users.block-form .block-list-wrapper .content h5, .content liste-users.block-form .block-list-wrapper h5,
    liste-users.block-form .block-list-wrapper #tinymce h5, #tinymce liste-users.block-form .block-list-wrapper h5, liste-users.block-form .block-list-wrapper .content h6, .content liste-users.block-form .block-list-wrapper h6,
    liste-users.block-form .block-list-wrapper #tinymce h6, #tinymce liste-users.block-form .block-list-wrapper h6, liste-users .block-form .block-list-wrapper .title.-mini, liste-users .block-form .block-list-wrapper .content h1.-mini, .content liste-users .block-form .block-list-wrapper h1.-mini,
    liste-users .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce liste-users .block-form .block-list-wrapper h1.-mini, liste-users .block-form .block-list-wrapper .content h2.-mini, .content liste-users .block-form .block-list-wrapper h2.-mini,
    liste-users .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce liste-users .block-form .block-list-wrapper h2.-mini, liste-users .block-form .block-list-wrapper .content h3.-mini, .content liste-users .block-form .block-list-wrapper h3.-mini,
    liste-users .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce liste-users .block-form .block-list-wrapper h3.-mini, liste-users .block-form .block-list-wrapper .content h4.-mini, .content liste-users .block-form .block-list-wrapper h4.-mini,
    liste-users .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce liste-users .block-form .block-list-wrapper h4.-mini, liste-users .block-form .block-list-wrapper .content h5, .content liste-users .block-form .block-list-wrapper h5,
    liste-users .block-form .block-list-wrapper #tinymce h5, #tinymce liste-users .block-form .block-list-wrapper h5, liste-users .block-form .block-list-wrapper .content h6, .content liste-users .block-form .block-list-wrapper h6,
    liste-users .block-form .block-list-wrapper #tinymce h6, #tinymce liste-users .block-form .block-list-wrapper h6, .accessoires.block-form .block-list-wrapper .title.-mini, .accessoires.block-form .block-list-wrapper .content h1.-mini, .content .accessoires.block-form .block-list-wrapper h1.-mini,
    .accessoires.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .accessoires.block-form .block-list-wrapper h1.-mini, .accessoires.block-form .block-list-wrapper .content h2.-mini, .content .accessoires.block-form .block-list-wrapper h2.-mini,
    .accessoires.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .accessoires.block-form .block-list-wrapper h2.-mini, .accessoires.block-form .block-list-wrapper .content h3.-mini, .content .accessoires.block-form .block-list-wrapper h3.-mini,
    .accessoires.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .accessoires.block-form .block-list-wrapper h3.-mini, .accessoires.block-form .block-list-wrapper .content h4.-mini, .content .accessoires.block-form .block-list-wrapper h4.-mini,
    .accessoires.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .accessoires.block-form .block-list-wrapper h4.-mini, .accessoires.block-form .block-list-wrapper .content h5, .content .accessoires.block-form .block-list-wrapper h5,
    .accessoires.block-form .block-list-wrapper #tinymce h5, #tinymce .accessoires.block-form .block-list-wrapper h5, .accessoires.block-form .block-list-wrapper .content h6, .content .accessoires.block-form .block-list-wrapper h6,
    .accessoires.block-form .block-list-wrapper #tinymce h6, #tinymce .accessoires.block-form .block-list-wrapper h6, .accessoires .block-form .block-list-wrapper .title.-mini, .accessoires .block-form .block-list-wrapper .content h1.-mini, .content .accessoires .block-form .block-list-wrapper h1.-mini,
    .accessoires .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .accessoires .block-form .block-list-wrapper h1.-mini, .accessoires .block-form .block-list-wrapper .content h2.-mini, .content .accessoires .block-form .block-list-wrapper h2.-mini,
    .accessoires .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .accessoires .block-form .block-list-wrapper h2.-mini, .accessoires .block-form .block-list-wrapper .content h3.-mini, .content .accessoires .block-form .block-list-wrapper h3.-mini,
    .accessoires .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .accessoires .block-form .block-list-wrapper h3.-mini, .accessoires .block-form .block-list-wrapper .content h4.-mini, .content .accessoires .block-form .block-list-wrapper h4.-mini,
    .accessoires .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .accessoires .block-form .block-list-wrapper h4.-mini, .accessoires .block-form .block-list-wrapper .content h5, .content .accessoires .block-form .block-list-wrapper h5,
    .accessoires .block-form .block-list-wrapper #tinymce h5, #tinymce .accessoires .block-form .block-list-wrapper h5, .accessoires .block-form .block-list-wrapper .content h6, .content .accessoires .block-form .block-list-wrapper h6,
    .accessoires .block-form .block-list-wrapper #tinymce h6, #tinymce .accessoires .block-form .block-list-wrapper h6, .facade.block-form .block-list-wrapper .title.-mini, .facade.block-form .block-list-wrapper .content h1.-mini, .content .facade.block-form .block-list-wrapper h1.-mini,
    .facade.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .facade.block-form .block-list-wrapper h1.-mini, .facade.block-form .block-list-wrapper .content h2.-mini, .content .facade.block-form .block-list-wrapper h2.-mini,
    .facade.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .facade.block-form .block-list-wrapper h2.-mini, .facade.block-form .block-list-wrapper .content h3.-mini, .content .facade.block-form .block-list-wrapper h3.-mini,
    .facade.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .facade.block-form .block-list-wrapper h3.-mini, .facade.block-form .block-list-wrapper .content h4.-mini, .content .facade.block-form .block-list-wrapper h4.-mini,
    .facade.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .facade.block-form .block-list-wrapper h4.-mini, .facade.block-form .block-list-wrapper .content h5, .content .facade.block-form .block-list-wrapper h5,
    .facade.block-form .block-list-wrapper #tinymce h5, #tinymce .facade.block-form .block-list-wrapper h5, .facade.block-form .block-list-wrapper .content h6, .content .facade.block-form .block-list-wrapper h6,
    .facade.block-form .block-list-wrapper #tinymce h6, #tinymce .facade.block-form .block-list-wrapper h6, .facade .block-form .block-list-wrapper .title.-mini, .facade .block-form .block-list-wrapper .content h1.-mini, .content .facade .block-form .block-list-wrapper h1.-mini,
    .facade .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .facade .block-form .block-list-wrapper h1.-mini, .facade .block-form .block-list-wrapper .content h2.-mini, .content .facade .block-form .block-list-wrapper h2.-mini,
    .facade .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .facade .block-form .block-list-wrapper h2.-mini, .facade .block-form .block-list-wrapper .content h3.-mini, .content .facade .block-form .block-list-wrapper h3.-mini,
    .facade .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .facade .block-form .block-list-wrapper h3.-mini, .facade .block-form .block-list-wrapper .content h4.-mini, .content .facade .block-form .block-list-wrapper h4.-mini,
    .facade .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .facade .block-form .block-list-wrapper h4.-mini, .facade .block-form .block-list-wrapper .content h5, .content .facade .block-form .block-list-wrapper h5,
    .facade .block-form .block-list-wrapper #tinymce h5, #tinymce .facade .block-form .block-list-wrapper h5, .facade .block-form .block-list-wrapper .content h6, .content .facade .block-form .block-list-wrapper h6,
    .facade .block-form .block-list-wrapper #tinymce h6, #tinymce .facade .block-form .block-list-wrapper h6, .adding-customer.block-form .block-list-wrapper .title.-mini, .adding-customer.block-form .block-list-wrapper .content h1.-mini, .content .adding-customer.block-form .block-list-wrapper h1.-mini,
    .adding-customer.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .adding-customer.block-form .block-list-wrapper h1.-mini, .adding-customer.block-form .block-list-wrapper .content h2.-mini, .content .adding-customer.block-form .block-list-wrapper h2.-mini,
    .adding-customer.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .adding-customer.block-form .block-list-wrapper h2.-mini, .adding-customer.block-form .block-list-wrapper .content h3.-mini, .content .adding-customer.block-form .block-list-wrapper h3.-mini,
    .adding-customer.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .adding-customer.block-form .block-list-wrapper h3.-mini, .adding-customer.block-form .block-list-wrapper .content h4.-mini, .content .adding-customer.block-form .block-list-wrapper h4.-mini,
    .adding-customer.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .adding-customer.block-form .block-list-wrapper h4.-mini, .adding-customer.block-form .block-list-wrapper .content h5, .content .adding-customer.block-form .block-list-wrapper h5,
    .adding-customer.block-form .block-list-wrapper #tinymce h5, #tinymce .adding-customer.block-form .block-list-wrapper h5, .adding-customer.block-form .block-list-wrapper .content h6, .content .adding-customer.block-form .block-list-wrapper h6,
    .adding-customer.block-form .block-list-wrapper #tinymce h6, #tinymce .adding-customer.block-form .block-list-wrapper h6, .adding-customer .block-form .block-list-wrapper .title.-mini, .adding-customer .block-form .block-list-wrapper .content h1.-mini, .content .adding-customer .block-form .block-list-wrapper h1.-mini,
    .adding-customer .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .adding-customer .block-form .block-list-wrapper h1.-mini, .adding-customer .block-form .block-list-wrapper .content h2.-mini, .content .adding-customer .block-form .block-list-wrapper h2.-mini,
    .adding-customer .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .adding-customer .block-form .block-list-wrapper h2.-mini, .adding-customer .block-form .block-list-wrapper .content h3.-mini, .content .adding-customer .block-form .block-list-wrapper h3.-mini,
    .adding-customer .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .adding-customer .block-form .block-list-wrapper h3.-mini, .adding-customer .block-form .block-list-wrapper .content h4.-mini, .content .adding-customer .block-form .block-list-wrapper h4.-mini,
    .adding-customer .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .adding-customer .block-form .block-list-wrapper h4.-mini, .adding-customer .block-form .block-list-wrapper .content h5, .content .adding-customer .block-form .block-list-wrapper h5,
    .adding-customer .block-form .block-list-wrapper #tinymce h5, #tinymce .adding-customer .block-form .block-list-wrapper h5, .adding-customer .block-form .block-list-wrapper .content h6, .content .adding-customer .block-form .block-list-wrapper h6,
    .adding-customer .block-form .block-list-wrapper #tinymce h6, #tinymce .adding-customer .block-form .block-list-wrapper h6, .adding-user.block-form .block-list-wrapper .title.-mini, .adding-user.block-form .block-list-wrapper .content h1.-mini, .content .adding-user.block-form .block-list-wrapper h1.-mini,
    .adding-user.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .adding-user.block-form .block-list-wrapper h1.-mini, .adding-user.block-form .block-list-wrapper .content h2.-mini, .content .adding-user.block-form .block-list-wrapper h2.-mini,
    .adding-user.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .adding-user.block-form .block-list-wrapper h2.-mini, .adding-user.block-form .block-list-wrapper .content h3.-mini, .content .adding-user.block-form .block-list-wrapper h3.-mini,
    .adding-user.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .adding-user.block-form .block-list-wrapper h3.-mini, .adding-user.block-form .block-list-wrapper .content h4.-mini, .content .adding-user.block-form .block-list-wrapper h4.-mini,
    .adding-user.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .adding-user.block-form .block-list-wrapper h4.-mini, .adding-user.block-form .block-list-wrapper .content h5, .content .adding-user.block-form .block-list-wrapper h5,
    .adding-user.block-form .block-list-wrapper #tinymce h5, #tinymce .adding-user.block-form .block-list-wrapper h5, .adding-user.block-form .block-list-wrapper .content h6, .content .adding-user.block-form .block-list-wrapper h6,
    .adding-user.block-form .block-list-wrapper #tinymce h6, #tinymce .adding-user.block-form .block-list-wrapper h6, .adding-user .block-form .block-list-wrapper .title.-mini, .adding-user .block-form .block-list-wrapper .content h1.-mini, .content .adding-user .block-form .block-list-wrapper h1.-mini,
    .adding-user .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .adding-user .block-form .block-list-wrapper h1.-mini, .adding-user .block-form .block-list-wrapper .content h2.-mini, .content .adding-user .block-form .block-list-wrapper h2.-mini,
    .adding-user .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .adding-user .block-form .block-list-wrapper h2.-mini, .adding-user .block-form .block-list-wrapper .content h3.-mini, .content .adding-user .block-form .block-list-wrapper h3.-mini,
    .adding-user .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .adding-user .block-form .block-list-wrapper h3.-mini, .adding-user .block-form .block-list-wrapper .content h4.-mini, .content .adding-user .block-form .block-list-wrapper h4.-mini,
    .adding-user .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .adding-user .block-form .block-list-wrapper h4.-mini, .adding-user .block-form .block-list-wrapper .content h5, .content .adding-user .block-form .block-list-wrapper h5,
    .adding-user .block-form .block-list-wrapper #tinymce h5, #tinymce .adding-user .block-form .block-list-wrapper h5, .adding-user .block-form .block-list-wrapper .content h6, .content .adding-user .block-form .block-list-wrapper h6,
    .adding-user .block-form .block-list-wrapper #tinymce h6, #tinymce .adding-user .block-form .block-list-wrapper h6, .general-form.block-form .block-list-wrapper .title.-mini, .general-form.block-form .block-list-wrapper .content h1.-mini, .content .general-form.block-form .block-list-wrapper h1.-mini,
    .general-form.block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .general-form.block-form .block-list-wrapper h1.-mini, .general-form.block-form .block-list-wrapper .content h2.-mini, .content .general-form.block-form .block-list-wrapper h2.-mini,
    .general-form.block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .general-form.block-form .block-list-wrapper h2.-mini, .general-form.block-form .block-list-wrapper .content h3.-mini, .content .general-form.block-form .block-list-wrapper h3.-mini,
    .general-form.block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .general-form.block-form .block-list-wrapper h3.-mini, .general-form.block-form .block-list-wrapper .content h4.-mini, .content .general-form.block-form .block-list-wrapper h4.-mini,
    .general-form.block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .general-form.block-form .block-list-wrapper h4.-mini, .general-form.block-form .block-list-wrapper .content h5, .content .general-form.block-form .block-list-wrapper h5,
    .general-form.block-form .block-list-wrapper #tinymce h5, #tinymce .general-form.block-form .block-list-wrapper h5, .general-form.block-form .block-list-wrapper .content h6, .content .general-form.block-form .block-list-wrapper h6,
    .general-form.block-form .block-list-wrapper #tinymce h6, #tinymce .general-form.block-form .block-list-wrapper h6, .general-form .block-form .block-list-wrapper .title.-mini, .general-form .block-form .block-list-wrapper .content h1.-mini, .content .general-form .block-form .block-list-wrapper h1.-mini,
    .general-form .block-form .block-list-wrapper #tinymce h1.-mini, #tinymce .general-form .block-form .block-list-wrapper h1.-mini, .general-form .block-form .block-list-wrapper .content h2.-mini, .content .general-form .block-form .block-list-wrapper h2.-mini,
    .general-form .block-form .block-list-wrapper #tinymce h2.-mini, #tinymce .general-form .block-form .block-list-wrapper h2.-mini, .general-form .block-form .block-list-wrapper .content h3.-mini, .content .general-form .block-form .block-list-wrapper h3.-mini,
    .general-form .block-form .block-list-wrapper #tinymce h3.-mini, #tinymce .general-form .block-form .block-list-wrapper h3.-mini, .general-form .block-form .block-list-wrapper .content h4.-mini, .content .general-form .block-form .block-list-wrapper h4.-mini,
    .general-form .block-form .block-list-wrapper #tinymce h4.-mini, #tinymce .general-form .block-form .block-list-wrapper h4.-mini, .general-form .block-form .block-list-wrapper .content h5, .content .general-form .block-form .block-list-wrapper h5,
    .general-form .block-form .block-list-wrapper #tinymce h5, #tinymce .general-form .block-form .block-list-wrapper h5, .general-form .block-form .block-list-wrapper .content h6, .content .general-form .block-form .block-list-wrapper h6,
    .general-form .block-form .block-list-wrapper #tinymce h6, #tinymce .general-form .block-form .block-list-wrapper h6 {
      padding: 0 20px;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      font-size: 14px;
      text-transform: none;
      background-color: white; }

@media only screen and (max-width: 61.9375em) {
  .cabinet .button-wrapper, .general-info .button-wrapper, .recipes .button-wrapper, .summary-info .button-wrapper, .steps-header .button-wrapper, .liste-transactions .button-wrapper, liste-users .button-wrapper, .accessoires .button-wrapper, .facade .button-wrapper, .adding-customer .button-wrapper, .adding-user .button-wrapper, .general-form .button-wrapper {
    margin-top: 20px; } }

@media only screen and (max-width: 47.9375em) {
  .cabinet .button-wrapper, .general-info .button-wrapper, .recipes .button-wrapper, .summary-info .button-wrapper, .steps-header .button-wrapper, .liste-transactions .button-wrapper, liste-users .button-wrapper, .accessoires .button-wrapper, .facade .button-wrapper, .adding-customer .button-wrapper, .adding-user .button-wrapper, .general-form .button-wrapper {
    margin-bottom: 0; } }

@media only screen and (max-width: 36.25em) {
  .cabinet .button-wrapper, .general-info .button-wrapper, .recipes .button-wrapper, .summary-info .button-wrapper, .steps-header .button-wrapper, .liste-transactions .button-wrapper, liste-users .button-wrapper, .accessoires .button-wrapper, .facade .button-wrapper, .adding-customer .button-wrapper, .adding-user .button-wrapper, .general-form .button-wrapper {
    margin-top: 0;
    margin-bottom: 0; } }

.dimensions-block {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -2.5px 0 -2.5px; }
  .dimensions-block > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    font-size: 1rem;
    font-size: initial;
    word-spacing: normal;
    line-height: 1;
    width: 33.33%;
    padding: 0 2.5px 5px; }
  .-cabinet .dimensions-block {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -2.5px 0 -2.5px; }
    .-cabinet .dimensions-block > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 16px;
      font-size: 1rem;
      font-size: initial;
      word-spacing: normal;
      line-height: 1;
      width: 50%;
      padding: 0 2.5px 5px; }
  @media only screen and (max-width: 74.9375em) {
    .dimensions-block {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -2.5px 0 -2.5px; }
      .dimensions-block > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 16px;
        font-size: 1rem;
        font-size: initial;
        word-spacing: normal;
        line-height: 1;
        width: 20%;
        padding: 0 2.5px 5px; } }

.dimension-block {
  text-align: center; }
  .dimension-block label {
    font-size: 0.875em; }
  .dimension-block input {
    height: 25px;
    border-radius: 0;
    padding: 5px;
    line-height: 25px; }

.dimension-block-checkbox {
  display: inline-block;
  vertical-align: middle; }
  .dimension-block-checkbox input {
    vertical-align: middle; }
  .dimension-block-checkbox input[type="checkbox"] + label {
    vertical-align: middle;
    font-size: 0.8125em; }

input[type="text"].dimension-block-checkbox-second-input {
  height: 25px;
  border-radius: 0;
  padding: 5px;
  line-height: 25px;
  margin-top: 5px; }
  @media only screen and (max-width: 74.9375em) {
    input[type="text"].dimension-block-checkbox-second-input {
      margin-top: 0; } }

.table-responsive {
  min-height: 150px; }
  .table-responsive .table {
    margin-bottom: 0; }
    .table-responsive .table th {
      white-space: nowrap;
      font-size: 1em;
      padding: 5px 15px;
      background-color: #acacac;
      color: white;
      border: 0;
      text-align: center; }
    .table-responsive .table td {
      vertical-align: middle;
      text-align: center;
      padding: 10px; }
      .table-responsive .table td input {
        zzmin-width: 100%; }
      .table-responsive .table td input[type="number"].-small {
        width: 2.5em; }
      .table-responsive .table td .btn-icon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  @media only screen and (max-width: 20em) {
    .table-responsive {
      margin-bottom: 0;
      border: 0; } }

.panel {
  box-shadow: none; }

.panel-default {
  border: 0; }

.panel-default > .panel-heading {
  padding: 15px;
  background-color: #acacac;
  border-radius: 0;
  position: relative; }
  .panel-default > .panel-heading .panel-title {
    color: white;
    text-transform: uppercase;
    font-size: 1.125em; }
  .panel-default > .panel-heading .glyphicon {
    height: 35px;
    width: 35px;
    border: 1px solid white;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 35px; }

.panel-body {
  background-color: #eee;
  border: 0;
  padding: 0; }

.adding-customer {
  background-color: #FFF;
  margin-top: 1em;
  border-top: 2px solid #DDDDDD;
  padding: 0.625em; }
  .adding-customer fieldset {
    padding: 1em;
    border: 1px solid #ddd; }
    .adding-customer fieldset label {
      color: #acacac;
      text-transform: uppercase; }
  .adding-customer .square-boxes input {
    border-radius: 0em; }
  .adding-customer .checkbox-div {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
    .adding-customer .checkbox-div span {
      font-size: 0.8125em; }
  .adding-customer .search-title {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  .adding-customer .active-element {
    text-align: center; }
  .adding-customer .nav-tabs li.active {
    background-color: #008ed3;
    color: white; }
  .adding-customer .adress-order div.row {
    margin: 0.5em 0em; }
  .adding-customer .radio-section {
    text-align: center;
    margin: 1em; }
    .adding-customer .radio-section span.active {
      font-weight: bold; }

.adding-user {
  background-color: #FFF;
  margin-top: 1em;
  border-top: 2px solid #DDDDDD;
  padding: 0.625em; }
  .adding-user fieldset {
    padding: 1em;
    border: 1px solid #ddd; }
    .adding-user fieldset label {
      color: #acacac;
      text-transform: uppercase; }
  .adding-user .square-boxes input {
    border-radius: 0em; }
  .adding-user .checkbox-div {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
    .adding-user .checkbox-div span {
      font-size: 0.8125em; }
  .adding-user .search-title {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  .adding-user .active-element {
    text-align: center; }
  .adding-user .nav-tabs li.active {
    background-color: #008ed3;
    color: white; }
  .adding-user .adress-order div.row {
    margin: 0.5em 0em; }
  .adding-user .radio-section {
    text-align: center;
    margin: 1em; }
    .adding-user .radio-section span.active {
      font-weight: bold; }

.datepicker-button-div {
  text-align: center;
  margin-left: -5px; }
  .datepicker-button-div .btn {
    padding: 4px 12px; }

.ui-select-match-text {
  max-width: 100%;
  overflow: hidden; }

.ui-select-toggle {
  height: 30px;
  padding: 0;
  padding-right: 25px;
  padding-left: 10px;
  line-height: 30px;
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: none; }
  .ui-select-toggle .btn-xs {
    border: 0;
    line-height: 25px;
    padding: 0;
    margin-right: 0 !important;
    margin-top: 3px;
    position: absolute;
    right: 20px; }

.ui-select-bootstrap > .ui-select-choices {
  width: auto; }
  @media only screen and (max-width: 47.9375em) {
    .ui-select-bootstrap > .ui-select-choices {
      max-width: 500px;
      overflow-x: auto; } }
  @media only screen and (max-width: 36.25em) {
    .ui-select-bootstrap > .ui-select-choices {
      max-width: 300px; } }
  @media only screen and (max-width: 36.25em) {
    .ui-select-bootstrap > .ui-select-choices {
      max-width: 200px; } }
  @media only screen and (max-width: 20em) {
    .ui-select-bootstrap > .ui-select-choices {
      max-width: 100px; } }

input[type="checkbox"] {
  height: inherit; }

.checkbox-wrapper {
  margin: 10px 0;
  font-size: 0.875em; }
  .checkbox-wrapper:first-of-type {
    margin: 0; }

.checkbox-container.-two-column {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -5px 0 -5px; }
  .checkbox-container.-two-column > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    font-size: 1rem;
    font-size: initial;
    word-spacing: normal;
    line-height: 1;
    width: 50%;
    padding: 0 5px 10px; }
  .checkbox-container.-two-column > .checkbox-wrapper {
    font-size: 14px;
    margin: 0; }

.modal.in {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  text-align: center; }
  .modal.in:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-right: -0.3em; }
  .modal.in > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  .modal.in .modal-dialog {
    margin: 0 auto; }
    .modal.in .modal-dialog .modal-body {
      height: 100%; }
    .modal.in .modal-dialog button.ng-binding {
      position: absolute;
      top: 45%;
      right: 10px;
      text-indent: -9999px;
      background: none;
      border: none; }
      .modal.in .modal-dialog button.ng-binding:before {
        content: "\f054";
        font-family: "fontawesome";
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        font-size: 22px; }
      .modal.in .modal-dialog button.ng-binding:first-child {
        left: 10px;
        right: initial; }
        .modal.in .modal-dialog button.ng-binding:first-child:before {
          content: "\f053"; }

#header-div {
  position: relative;
  float: left;
  z-index: 2;
  min-height: 60px;
  margin-top: 0em;
  margin-bottom: 0em; }
  #header-div a {
    min-height: 60px; }
    #header-div a img {
      width: 200px;
      margin-bottom: 10px;
      margin-top: 10px; }

#main-content .section-nav {
  width: 70%;
  right: 0px;
  top: -50px;
  z-index: 2;
  position: absolute; }
  @media only screen and (max-width: 990px) {
    #main-content .section-nav {
      top: 10px; } }
  #main-content .section-nav .ng-binding {
    display: none; }
  #main-content .section-nav .login_input {
    width: 30%;
    height: 2.5em;
    display: inline-block;
    border-radius: 0.7em;
    margin: 0.35em; }
  #main-content .section-nav .login_bt {
    width: 15%;
    color: white;
    display: inline-block;
    background-color: transparent;
    border: 0.15em solid #FFF;
    border-radius: 0.7em;
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0.35em; }
  #main-content .section-nav .language-selector-home {
    display: inline-block;
    width: 15%; }
    #main-content .section-nav .language-selector-home span.btn {
      display: inline-block;
      width: 44%;
      margin: 0% 2%;
      background: transparent;
      border-radius: 0.7em;
      border: 0.15em solid #FFF;
      color: white;
      border-color: rgba(255, 255, 255, 0.6); }
