.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container .select2-selection--multiple {
  background-color: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container .select2-results__option[role=group] {
  padding: 0;
}
.select2-container .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #FFFFFF;
}
.select2-container .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
select[data-theme="website"] {
  height: 37px;
}
.select2-container--website .select2-selection--single {
  background-color: #F0F5F6;
  border-color: #C4C4C4;
  height: 37px;
}
.select2-container--website .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.select2-container--website .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.select2-container--website .select2-results__option--highlighted[aria-selected] {
  background-color: #FE7D19;
  color: #FFFFFF;
}
.select2-container--website .select2-dropdown {
  background-color: #F0F5F6;
  border-color: #FE7D19;
}
.select2-container--website .select2-search__field {
  background-color: #F0F5F6;
}
.select2-container--website.error .select2-selection--single {
  border-color: #B82626;
}
.select2-container--website.valid .select2-selection--single,
.select2-container--website.select2-container--focus .select2-selection--single,
.select2-container--website.select2-container--open .select2-selection--single {
  border-color: #FE7D19;
}
.select2-container--crm {
  font-size: 14px;
}
.select2-container--crm .select2-search--inline .select2-search__field {
  margin-top: 1px;
}
.select2-container--crm .select2-selection--single,
.select2-container--crm .select2-selection--multiple {
  background-color: #F0F5F6;
  border-color: #C4C4C4;
  min-height: 21px;
  height: 21px;
}
.select2-container--crm .select2-selection--single .select2-selection__rendered,
.select2-container--crm .select2-selection--multiple .select2-selection__rendered {
  line-height: 20px;
  padding-left: 5px;
}
.select2-container--crm .select2-selection--single .select2-selection__arrow,
.select2-container--crm .select2-selection--multiple .select2-selection__arrow {
  height: 20px;
}
.select2-container--crm .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
}
.select2-container--crm .select2-selection--multiple .select2-selection__rendered {
  line-height: 18px;
}
.select2-container--crm .select2-results__option {
  padding: 3px 5px;
}
.select2-container--crm .select2-results__option--highlighted[aria-selected] {
  background-color: #FE7D19;
  color: #FFFFFF;
}
.select2-container--crm .select2-dropdown {
  background-color: #F0F5F6;
  border-color: #FE7D19;
}
.select2-container--crm .select2-search__field {
  background-color: #F0F5F6;
}
.select2-container--crm.error .select2-selection--single,
.select2-container--crm.error .select2-selection--multiple {
  border-color: #B82626;
}
.select2-container--crm.valid .select2-selection--single,
.select2-container--crm.select2-container--focus .select2-selection--single,
.select2-container--crm.select2-container--open .select2-selection--single,
.select2-container--crm.valid .select2-selection--multiple,
.select2-container--crm.select2-container--focus .select2-selection--multiple,
.select2-container--crm.select2-container--open .select2-selection--multiple {
  border-color: #FE7D19;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
}
body {
  margin: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  color: #3B4244;
  font-size: 16px;
}
blockquote {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #FE7D19;
}
blockquote p {
  font-size: 16px;
  color: #3B4244;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  position: relative;
}
blockquote:after,
blockquote:before {
  top: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
blockquote:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}
blockquote:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #FE7D19;
  border-width: 11px;
  margin-left: -11px;
}
.attribution {
  text-align: right;
  padding: 10px;
  position: relative;
  font-size: 14px;
}
.attribution p {
  font-weight: 700;
  margin: 5px 0;
}
.attribution p.author {
  color: #FE7D19;
}
.attribution p.company {
  font-style: italic;
  color: #3B4244;
}
.quote {
  font-style: italic;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  float: left;
  width: 100%;
}
.quote img {
  margin-right: 20px;
}
.placeholder {
  color: #999999;
}
textarea,
input[type="text"],
input[type="number"],
input[type="password"] {
  background-color: #F0F5F6;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
}
textarea.valid,
input[type="text"].valid,
input[type="number"].valid,
input[type="password"].valid {
  border-color: #FE7D19;
}
textarea.error,
input[type="text"].error,
input[type="number"].error,
input[type="password"].error {
  border-color: #B82626;
}
textarea.success,
input[type="text"].success,
input[type="number"].success,
input[type="password"].success {
  border-color: #C3E6CB;
}
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  border-color: #FE7D19;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled {
  background-color: #FFFFFF;
  color: #FE7D19;
  font-weight: bold;
}
input[type="submit"],
button {
  background: #FE7D19;
  border-radius: 4px;
  color: #FFFFFF;
  height: 32px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
input[type="submit"]:hover,
button:hover {
  background: #3B4244;
}
label {
  font-size: 14px;
}
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  left: -1000em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background: url('/images/checkbox.png') left bottom no-repeat;
  cursor: pointer;
}
input[type="radio"] + label.nolabel:before,
input[type="checkbox"] + label.nolabel:before {
  margin-right: -4px;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background: url('/images/checkbox.png') left top no-repeat;
}
input[type="radio"]:focus + label:before,
input[type="checkbox"]:focus + label:before {
  outline: 1px dotted #FE7D19;
}
input[type="radio"] + label.margin-right {
  margin-right: 10px;
}
.fixed {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 998;
  box-shadow: 0 3px 2px -2px #8E8E8E;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table thead tr td,
table tbody tr th {
  color: #3B4244;
  text-transform: uppercase;
  font-weight: bold;
}
table tbody tr td ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
table tbody tr td ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWOwdnL5jw8zjAwFAHqfcAEVAuJSAAAAAElFTkSuQmCC");
  padding-left: 2px;
}
table.borderless tbody tr td,
table.borderless thead tr td,
table.borderless tbody tr th,
table.borderless thead tr th {
  vertical-align: middle;
  border: none;
}
table.borderless tbody tr td label,
table.borderless thead tr td label,
table.borderless tbody tr th label,
table.borderless thead tr th label {
  font-size: 16px;
}
table.borderless tbody tr td:first-child,
table.borderless thead tr td:first-child,
table.borderless tbody tr th:first-child,
table.borderless thead tr th:first-child {
  width: 1%;
  padding: 0 10px;
}
h1 {
  font-size: 45px;
  color: #FE7D19;
  font-weight: normal;
  margin: 20px 0;
}
h2 {
  font-size: 30px;
  color: #407389;
  font-weight: normal;
  margin: 10px 0;
}
h3 {
  font-size: 25px;
  color: #3B4244;
  font-weight: 500;
  margin: 0;
}
h3 .icon {
  margin: 0 4px;
}
p {
  margin: 20px 0;
  font-size: 16px;
}
.button {
  padding: 5px 25px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background: #FE7D19;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}
.button:hover {
  background-color: #3B4244;
}
.button.hollow {
  border: 1px solid #FE7D19;
  background-color: transparent;
  color: #FE7D19;
}
.button.hollow:hover,
.button.hollow.active {
  background-color: #FE7D19;
  color: #FFFFFF;
}
.hidden,
.force-hidden {
  display: none;
}
ol {
  padding-left: 30px;
  counter-reset: item;
}
ol ol {
  padding-left: 40px;
}
ol li {
  display: block;
  margin: 10px 0;
}
ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  color: #FE7D19;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  margin: 0 5px 0 -27px;
  padding: 0 6px;
}
ol li li:before {
  margin-left: -41px;
}
ul {
  padding: 0;
  margin: 0 0 7px 14px;
}
ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
}
.clear {
  clear: both;
}
.dialog-modal {
  display: none;
}
.color {
  color: #FE7D19;
}
.warning {
  color: #B82626;
}
.warning a {
  text-decoration: underline;
  color: #3B4244;
}
.alert {
  width: 1000px;
  color: #FE7D19;
  border: 1px solid #FE7D19;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.alert:after {
  clear: both;
  content: " ";
  display: table;
}
.new {
  color: #FFFFFF;
  background-color: #3B4244;
  padding: 4px;
  border-radius: 4px;
}
.bold {
  font-weight: bold;
}
.loading {
  background: transparent url('/images/loading.gif') no-repeat center center;
  width: 100px;
  height: 100px;
  margin: 90px auto;
}
.color-blue-light {
  color: #64B9D8;
}
.color-orange {
  color: #FE7D19;
}
.color-red {
  color: #E0430C;
}
.color-grey-med {
  color: #8E8E8E;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.colored-font {
  color: #3B4244;
}
.colored-font-hover:hover {
  color: #3B4244;
}
.colored-font-before:before {
  color: #3B4244;
}
.colored-border {
  border-color: #3B4244;
}
.colored-border-top-before:before {
  border-top-color: #3B4244;
}
.colored-border-hover:hover {
  border-color: #3B4244;
}
.colored-background {
  background-color: #3B4244;
}
.colored-background .new {
  color: #3B4244;
  background-color: #FFFFFF;
}
.colored-background-hover:hover {
  background-color: #3B4244;
}
.colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWOwdnL5jw8zjAwFAHqfcAEVAuJSAAAAAElFTkSuQmCC");
}
.badge {
  display: inline-block;
  min-width: 1.3em;
  border-radius: 50%;
  font-size: 0.9em;
  text-align: center;
  background: #FE7D19;
  color: #FFFFFF;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background: transparent no-repeat 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.icon.dummy {
  cursor: auto;
}
.icon.text {
  padding-left: 20px;
  width: auto;
}
.icon.shop {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -150px 0;
  width: 29px;
  height: 25px;
}
.icon.solution {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') 0 0;
  width: 25px;
  height: 25px;
}
.icon.product {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -25px 0;
  width: 25px;
  height: 25px;
}
.icon.success {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -50px 0;
  width: 25px;
  height: 25px;
}
.icon.news {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -75px 0;
  width: 25px;
  height: 25px;
}
.icon.distributor {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -100px 0;
  width: 25px;
  height: 25px;
}
.icon.about {
  display: block;
  background: #FE7D19 url('/images/common/footer/icons.png') -125px 0;
  width: 25px;
  height: 25px;
}
.icon.validated {
  background: #FE7D19 url('/images/validated.png');
}
.icon.validated19 {
  background: #FE7D19 url('/images/validated19.png');
  width: 19px;
  height: 19px;
}
.icon.info {
  background: #FE7D19 url('/images/info.png');
  width: 18px;
  height: 18px;
}
.icon.plus {
  background: #FE7D19 url('/images/plus.png');
  width: 13px;
  height: 13px;
}
.icon.question {
  background: #FE7D19 url('/images/question.png');
  width: 13px;
  height: 13px;
}
.icon.i {
  background: #FE7D19 url('/images/i.png');
  width: 13px;
  height: 13px;
}
.icon.edit {
  background-image: url('/images/icons/application_form_edit.png');
}
.icon.view {
  background-image: url('/images/icons/zoom.png');
}
.icon.excel {
  background-image: url('/images/icons/page_excel.png');
}
.icon.add {
  background-image: url('/images/icons/add.png');
}
.icon.opportunity {
  background-image: url('/images/icons/book.png');
}
.icon.report {
  background-image: url('/images/icons/report.png');
}
.icon.remove {
  background-image: url('/images/icons/cross.png');
}
.icon.cannot-remove {
  background-image: url('/images/icons/cross-grey.png');
}
.icon.configure {
  background-image: url('/images/icons/brick_go.png');
}
.icon.pdf {
  background-image: url('/images/icons/page_white_acrobat.png');
}
.icon.list {
  background-image: url('/images/icons/application_view_list.png');
}
.icon.save {
  background-image: url('/images/icons/disk.png');
}
.icon.history {
  background-image: url('/images/icons/text_list_numbers.png');
}
.icon.equipment {
  background-image: url('/images/icons/server.png');
}
.icon.information {
  background-image: url('/images/icons/information.png');
}
.icon.arrow-divide {
  background-image: url('/images/icons/arrow_divide.png');
}
.icon.arrow-left {
  background-image: url('/images/icons/arrow_left.png');
}
.icon.arrow-right {
  background-image: url('/images/icons/arrow_right.png');
}
.icon.sap {
  background-image: url('/images/icons/sap_logo.png');
}
.icon.ttl {
  background-image: url('/images/icons/arrow_branch.png');
}
.icon.open-quotation {
  background-image: url('/images/icons/chart_organisation.png');
}
.icon .badge {
  position: absolute;
  top: 10px;
  right: -7px;
}
.icon .badge.empty {
  background-color: #64B9D8;
}
.icon .badge.full {
  background-color: #E0430C;
}
.border-color-blue-dark {
  border-color: #2573C8;
}
.blue-dark .new {
  background-color: #2573C8 !important;
}
.blue-dark .color {
  color: #2573C8 !important;
}
.blue-dark .colored-font {
  color: #2573C8 !important;
}
.blue-dark .colored-font-hover:hover {
  color: #2573C8 !important;
}
.blue-dark .colored-font-before:before {
  color: #2573C8 !important;
}
.blue-dark .colored-border {
  border-color: #2573C8 !important;
}
.blue-dark .colored-border-top-before:before {
  border-top-color: #2573C8 !important;
}
.blue-dark .colored-border-hover:hover {
  border-color: #2573C8 !important;
}
.blue-dark .colored-background {
  background-color: #2573C8 !important;
}
.blue-dark .colored-background .new {
  color: #2573C8 !important;
  background-color: #FFFFFF !important;
}
.blue-dark .colored-background-hover:hover {
  background-color: #2573C8 !important;
}
.blue-dark .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWNQLT7xHx9mGBkKAOgrl8Gm8O6eAAAAAElFTkSuQmCC") !important;
}
#products .blue-dark ol li:before {
  color: #2573C8;
}
#products .blue-dark #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWNQLT7xHx9mGBkKAOgrl8Gm8O6eAAAAAElFTkSuQmCC");
}
#products .blue-dark .colored-links li.ui-tabs-active a,
#products .blue-dark .colored-links li:hover a {
  background-color: #2573C8;
}
#products .blue-dark #tech_specs_table table {
  border-color: #2573C8;
}
#products .blue-dark #tech_specs_table table thead tr td {
  color: #2573C8;
  border-color: #2573C8;
}
#products .blue-dark #tech_specs_table table tbody tr td,
#products .blue-dark #tech_specs_table table tbody tr th {
  border-color: #2573C8;
}
#products .blue-dark #tech_specs_table table tbody tr td:nth-child(2),
#products .blue-dark #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #2573C8;
}
#products .blue-dark #fab table {
  border-color: #2573C8;
}
#products .blue-dark #fab table thead tr td {
  color: #2573C8;
  border-color: #2573C8;
}
#products .blue-dark #fab table tbody tr td,
#products .blue-dark #fab table tbody tr th {
  border-color: #2573C8;
}
#products .blue-dark #fab table tbody tr td ul li,
#products .blue-dark #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWNQLT7xHx9mGBkKAOgrl8Gm8O6eAAAAAElFTkSuQmCC");
}
.border-color-blue-light {
  border-color: #64B9D8;
}
.blue-light .new {
  background-color: #64B9D8 !important;
}
.blue-light .color {
  color: #64B9D8 !important;
}
.blue-light .colored-font {
  color: #64B9D8 !important;
}
.blue-light .colored-font-hover:hover {
  color: #64B9D8 !important;
}
.blue-light .colored-font-before:before {
  color: #64B9D8 !important;
}
.blue-light .colored-border {
  border-color: #64B9D8 !important;
}
.blue-light .colored-border-top-before:before {
  border-top-color: #64B9D8 !important;
}
.blue-light .colored-border-hover:hover {
  border-color: #64B9D8 !important;
}
.blue-light .colored-background {
  background-color: #64B9D8 !important;
}
.blue-light .colored-background .new {
  color: #64B9D8 !important;
  background-color: #FFFFFF !important;
}
.blue-light .colored-background-hover:hover {
  background-color: #64B9D8 !important;
}
.blue-light .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPwWHP5Pz7MMDIUAABC3bGBysBZVwAAAABJRU5ErkJggg==") !important;
}
#products .blue-light ol li:before {
  color: #64B9D8;
}
#products .blue-light #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPwWHP5Pz7MMDIUAABC3bGBysBZVwAAAABJRU5ErkJggg==");
}
#products .blue-light .colored-links li.ui-tabs-active a,
#products .blue-light .colored-links li:hover a {
  background-color: #64B9D8;
}
#products .blue-light #tech_specs_table table {
  border-color: #64B9D8;
}
#products .blue-light #tech_specs_table table thead tr td {
  color: #64B9D8;
  border-color: #64B9D8;
}
#products .blue-light #tech_specs_table table tbody tr td,
#products .blue-light #tech_specs_table table tbody tr th {
  border-color: #64B9D8;
}
#products .blue-light #tech_specs_table table tbody tr td:nth-child(2),
#products .blue-light #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #64B9D8;
}
#products .blue-light #fab table {
  border-color: #64B9D8;
}
#products .blue-light #fab table thead tr td {
  color: #64B9D8;
  border-color: #64B9D8;
}
#products .blue-light #fab table tbody tr td,
#products .blue-light #fab table tbody tr th {
  border-color: #64B9D8;
}
#products .blue-light #fab table tbody tr td ul li,
#products .blue-light #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPwWHP5Pz7MMDIUAABC3bGBysBZVwAAAABJRU5ErkJggg==");
}
.border-color-fuchsia {
  border-color: #C92770;
}
.fuchsia .new {
  background-color: #C92770 !important;
}
.fuchsia .color {
  color: #C92770 !important;
}
.fuchsia .colored-font {
  color: #C92770 !important;
}
.fuchsia .colored-font-hover:hover {
  color: #C92770 !important;
}
.fuchsia .colored-font-before:before {
  color: #C92770 !important;
}
.fuchsia .colored-border {
  border-color: #C92770 !important;
}
.fuchsia .colored-border-top-before:before {
  border-top-color: #C92770 !important;
}
.fuchsia .colored-border-hover:hover {
  border-color: #C92770 !important;
}
.fuchsia .colored-background {
  background-color: #C92770 !important;
}
.fuchsia .colored-background .new {
  color: #C92770 !important;
  background-color: #FFFFFF !important;
}
.fuchsia .colored-background-hover:hover {
  background-color: #C92770 !important;
}
.fuchsia .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWM4qV7wHx9mGBkKACc6l8EXBKYlAAAAAElFTkSuQmCC") !important;
}
#products .fuchsia ol li:before {
  color: #C92770;
}
#products .fuchsia #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWM4qV7wHx9mGBkKACc6l8EXBKYlAAAAAElFTkSuQmCC");
}
#products .fuchsia .colored-links li.ui-tabs-active a,
#products .fuchsia .colored-links li:hover a {
  background-color: #C92770;
}
#products .fuchsia #tech_specs_table table {
  border-color: #C92770;
}
#products .fuchsia #tech_specs_table table thead tr td {
  color: #C92770;
  border-color: #C92770;
}
#products .fuchsia #tech_specs_table table tbody tr td,
#products .fuchsia #tech_specs_table table tbody tr th {
  border-color: #C92770;
}
#products .fuchsia #tech_specs_table table tbody tr td:nth-child(2),
#products .fuchsia #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #C92770;
}
#products .fuchsia #fab table {
  border-color: #C92770;
}
#products .fuchsia #fab table thead tr td {
  color: #C92770;
  border-color: #C92770;
}
#products .fuchsia #fab table tbody tr td,
#products .fuchsia #fab table tbody tr th {
  border-color: #C92770;
}
#products .fuchsia #fab table tbody tr td ul li,
#products .fuchsia #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWM4qV7wHx9mGBkKACc6l8EXBKYlAAAAAElFTkSuQmCC");
}
.border-color-green {
  border-color: #B1BE00;
}
.green .new {
  background-color: #B1BE00 !important;
}
.green .color {
  color: #B1BE00 !important;
}
.green .colored-font {
  color: #B1BE00 !important;
}
.green .colored-font-hover:hover {
  color: #B1BE00 !important;
}
.green .colored-font-before:before {
  color: #B1BE00 !important;
}
.green .colored-border {
  border-color: #B1BE00 !important;
}
.green .colored-border-top-before:before {
  border-top-color: #B1BE00 !important;
}
.green .colored-border-hover:hover {
  border-color: #B1BE00 !important;
}
.green .colored-background {
  background-color: #B1BE00 !important;
}
.green .colored-background .new {
  color: #B1BE00 !important;
  background-color: #FFFFFF !important;
}
.green .colored-background-hover:hover {
  background-color: #B1BE00 !important;
}
.green .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPYuI/hPz7MMDIUAAAuOJuBvgom2AAAAABJRU5ErkJggg==") !important;
}
#products .green ol li:before {
  color: #B1BE00;
}
#products .green #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPYuI/hPz7MMDIUAAAuOJuBvgom2AAAAABJRU5ErkJggg==");
}
#products .green .colored-links li.ui-tabs-active a,
#products .green .colored-links li:hover a {
  background-color: #B1BE00;
}
#products .green #tech_specs_table table {
  border-color: #B1BE00;
}
#products .green #tech_specs_table table thead tr td {
  color: #B1BE00;
  border-color: #B1BE00;
}
#products .green #tech_specs_table table tbody tr td,
#products .green #tech_specs_table table tbody tr th {
  border-color: #B1BE00;
}
#products .green #tech_specs_table table tbody tr td:nth-child(2),
#products .green #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #B1BE00;
}
#products .green #fab table {
  border-color: #B1BE00;
}
#products .green #fab table thead tr td {
  color: #B1BE00;
  border-color: #B1BE00;
}
#products .green #fab table tbody tr td,
#products .green #fab table tbody tr th {
  border-color: #B1BE00;
}
#products .green #fab table tbody tr td ul li,
#products .green #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWPYuI/hPz7MMDIUAAAuOJuBvgom2AAAAABJRU5ErkJggg==");
}
.border-color-grey-light {
  border-color: #C4C4C4;
}
.grey-light .new {
  background-color: #C4C4C4 !important;
}
.grey-light .color {
  color: #C4C4C4 !important;
}
.grey-light .colored-font {
  color: #C4C4C4 !important;
}
.grey-light .colored-font-hover:hover {
  color: #C4C4C4 !important;
}
.grey-light .colored-font-before:before {
  color: #C4C4C4 !important;
}
.grey-light .colored-border {
  border-color: #C4C4C4 !important;
}
.grey-light .colored-border-top-before:before {
  border-top-color: #C4C4C4 !important;
}
.grey-light .colored-border-hover:hover {
  border-color: #C4C4C4 !important;
}
.grey-light .colored-background {
  background-color: #C4C4C4 !important;
}
.grey-light .colored-background .new {
  color: #C4C4C4 !important;
  background-color: #FFFFFF !important;
}
.grey-light .colored-background-hover:hover {
  background-color: #C4C4C4 !important;
}
.grey-light .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWM4cuTIf3yYYWQoAACcPNLBv8WPDQAAAABJRU5ErkJggg==") !important;
}
#products .grey-light ol li:before {
  color: #C4C4C4;
}
#products .grey-light #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWM4cuTIf3yYYWQoAACcPNLBv8WPDQAAAABJRU5ErkJggg==");
}
#products .grey-light .colored-links li.ui-tabs-active a,
#products .grey-light .colored-links li:hover a {
  background-color: #C4C4C4;
}
#products .grey-light #tech_specs_table table {
  border-color: #C4C4C4;
}
#products .grey-light #tech_specs_table table thead tr td {
  color: #C4C4C4;
  border-color: #C4C4C4;
}
#products .grey-light #tech_specs_table table tbody tr td,
#products .grey-light #tech_specs_table table tbody tr th {
  border-color: #C4C4C4;
}
#products .grey-light #tech_specs_table table tbody tr td:nth-child(2),
#products .grey-light #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #C4C4C4;
}
#products .grey-light #fab table {
  border-color: #C4C4C4;
}
#products .grey-light #fab table thead tr td {
  color: #C4C4C4;
  border-color: #C4C4C4;
}
#products .grey-light #fab table tbody tr td,
#products .grey-light #fab table tbody tr th {
  border-color: #C4C4C4;
}
#products .grey-light #fab table tbody tr td ul li,
#products .grey-light #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWM4cuTIf3yYYWQoAACcPNLBv8WPDQAAAABJRU5ErkJggg==");
}
.border-color-grey-med {
  border-color: #8E8E8E;
}
.grey-med .new {
  background-color: #8E8E8E !important;
}
.grey-med .color {
  color: #8E8E8E !important;
}
.grey-med .colored-font {
  color: #8E8E8E !important;
}
.grey-med .colored-font-hover:hover {
  color: #8E8E8E !important;
}
.grey-med .colored-font-before:before {
  color: #8E8E8E !important;
}
.grey-med .colored-border {
  border-color: #8E8E8E !important;
}
.grey-med .colored-border-top-before:before {
  border-top-color: #8E8E8E !important;
}
.grey-med .colored-border-hover:hover {
  border-color: #8E8E8E !important;
}
.grey-med .colored-background {
  background-color: #8E8E8E !important;
}
.grey-med .colored-background .new {
  color: #8E8E8E !important;
  background-color: #FFFFFF !important;
}
.grey-med .colored-background-hover:hover {
  background-color: #8E8E8E !important;
}
.grey-med .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWPo6+v7jw8zjAwFAKTBqkHUSN+dAAAAAElFTkSuQmCC") !important;
}
#products .grey-med ol li:before {
  color: #8E8E8E;
}
#products .grey-med #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWPo6+v7jw8zjAwFAKTBqkHUSN+dAAAAAElFTkSuQmCC");
}
#products .grey-med .colored-links li.ui-tabs-active a,
#products .grey-med .colored-links li:hover a {
  background-color: #8E8E8E;
}
#products .grey-med #tech_specs_table table {
  border-color: #8E8E8E;
}
#products .grey-med #tech_specs_table table thead tr td {
  color: #8E8E8E;
  border-color: #8E8E8E;
}
#products .grey-med #tech_specs_table table tbody tr td,
#products .grey-med #tech_specs_table table tbody tr th {
  border-color: #8E8E8E;
}
#products .grey-med #tech_specs_table table tbody tr td:nth-child(2),
#products .grey-med #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #8E8E8E;
}
#products .grey-med #fab table {
  border-color: #8E8E8E;
}
#products .grey-med #fab table thead tr td {
  color: #8E8E8E;
  border-color: #8E8E8E;
}
#products .grey-med #fab table tbody tr td,
#products .grey-med #fab table tbody tr th {
  border-color: #8E8E8E;
}
#products .grey-med #fab table tbody tr td ul li,
#products .grey-med #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWPo6+v7jw8zjAwFAKTBqkHUSN+dAAAAAElFTkSuQmCC");
}
.border-color-multigraf {
  border-color: #00982B;
}
.multigraf .new {
  background-color: #00982B !important;
}
.multigraf .color {
  color: #00982B !important;
}
.multigraf .colored-font {
  color: #00982B !important;
}
.multigraf .colored-font-hover:hover {
  color: #00982B !important;
}
.multigraf .colored-font-before:before {
  color: #00982B !important;
}
.multigraf .colored-border {
  border-color: #00982B !important;
}
.multigraf .colored-border-top-before:before {
  border-top-color: #00982B !important;
}
.multigraf .colored-border-hover:hover {
  border-color: #00982B !important;
}
.multigraf .colored-background {
  background-color: #00982B !important;
}
.multigraf .colored-background .new {
  color: #00982B !important;
  background-color: #FFFFFF !important;
}
.multigraf .colored-background-hover:hover {
  background-color: #00982B !important;
}
.multigraf .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEUlEQVQYlWNgmKH9Hy8eGQoAtF9wgYHzEDYAAAAASUVORK5CYII=") !important;
}
#products .multigraf ol li:before {
  color: #00982B;
}
#products .multigraf #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEUlEQVQYlWNgmKH9Hy8eGQoAtF9wgYHzEDYAAAAASUVORK5CYII=");
}
#products .multigraf .colored-links li.ui-tabs-active a,
#products .multigraf .colored-links li:hover a {
  background-color: #00982B;
}
#products .multigraf #tech_specs_table table {
  border-color: #00982B;
}
#products .multigraf #tech_specs_table table thead tr td {
  color: #00982B;
  border-color: #00982B;
}
#products .multigraf #tech_specs_table table tbody tr td,
#products .multigraf #tech_specs_table table tbody tr th {
  border-color: #00982B;
}
#products .multigraf #tech_specs_table table tbody tr td:nth-child(2),
#products .multigraf #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #00982B;
}
#products .multigraf #fab table {
  border-color: #00982B;
}
#products .multigraf #fab table thead tr td {
  color: #00982B;
  border-color: #00982B;
}
#products .multigraf #fab table tbody tr td,
#products .multigraf #fab table tbody tr th {
  border-color: #00982B;
}
#products .multigraf #fab table tbody tr td ul li,
#products .multigraf #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEUlEQVQYlWNgmKH9Hy8eGQoAtF9wgYHzEDYAAAAASUVORK5CYII=");
}
.border-color-orange {
  border-color: #FE7D19;
}
.orange .new {
  background-color: #FE7D19 !important;
}
.orange .color {
  color: #FE7D19 !important;
}
.orange .colored-font {
  color: #FE7D19 !important;
}
.orange .colored-font-hover:hover {
  color: #FE7D19 !important;
}
.orange .colored-font-before:before {
  color: #FE7D19 !important;
}
.orange .colored-border {
  border-color: #FE7D19 !important;
}
.orange .colored-border-top-before:before {
  border-top-color: #FE7D19 !important;
}
.orange .colored-border-hover:hover {
  border-color: #FE7D19 !important;
}
.orange .colored-background {
  background-color: #FE7D19 !important;
}
.orange .colored-background .new {
  color: #FE7D19 !important;
  background-color: #FFFFFF !important;
}
.orange .colored-background-hover:hover {
  background-color: #FE7D19 !important;
}
.orange .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC") !important;
}
#products .orange ol li:before {
  color: #FE7D19;
}
#products .orange #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
}
#products .orange .colored-links li.ui-tabs-active a,
#products .orange .colored-links li:hover a {
  background-color: #FE7D19;
}
#products .orange #tech_specs_table table {
  border-color: #FE7D19;
}
#products .orange #tech_specs_table table thead tr td {
  color: #FE7D19;
  border-color: #FE7D19;
}
#products .orange #tech_specs_table table tbody tr td,
#products .orange #tech_specs_table table tbody tr th {
  border-color: #FE7D19;
}
#products .orange #tech_specs_table table tbody tr td:nth-child(2),
#products .orange #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #FE7D19;
}
#products .orange #fab table {
  border-color: #FE7D19;
}
#products .orange #fab table thead tr td {
  color: #FE7D19;
  border-color: #FE7D19;
}
#products .orange #fab table tbody tr td,
#products .orange #fab table tbody tr th {
  border-color: #FE7D19;
}
#products .orange #fab table tbody tr td ul li,
#products .orange #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
}
.border-color-red {
  border-color: #E0430C;
}
.red .new {
  background-color: #E0430C !important;
}
.red .color {
  color: #E0430C !important;
}
.red .colored-font {
  color: #E0430C !important;
}
.red .colored-font-hover:hover {
  color: #E0430C !important;
}
.red .colored-font-before:before {
  color: #E0430C !important;
}
.red .colored-border {
  border-color: #E0430C !important;
}
.red .colored-border-top-before:before {
  border-top-color: #E0430C !important;
}
.red .colored-border-hover:hover {
  border-color: #E0430C !important;
}
.red .colored-background {
  background-color: #E0430C !important;
}
.red .colored-background .new {
  color: #E0430C !important;
  background-color: #FFFFFF !important;
}
.red .colored-background-hover:hover {
  background-color: #E0430C !important;
}
.red .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWN44MzzHx9mGBkKAO5xi4HWnu7/AAAAAElFTkSuQmCC") !important;
}
#products .red ol li:before {
  color: #E0430C;
}
#products .red #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWN44MzzHx9mGBkKAO5xi4HWnu7/AAAAAElFTkSuQmCC");
}
#products .red .colored-links li.ui-tabs-active a,
#products .red .colored-links li:hover a {
  background-color: #E0430C;
}
#products .red #tech_specs_table table {
  border-color: #E0430C;
}
#products .red #tech_specs_table table thead tr td {
  color: #E0430C;
  border-color: #E0430C;
}
#products .red #tech_specs_table table tbody tr td,
#products .red #tech_specs_table table tbody tr th {
  border-color: #E0430C;
}
#products .red #tech_specs_table table tbody tr td:nth-child(2),
#products .red #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #E0430C;
}
#products .red #fab table {
  border-color: #E0430C;
}
#products .red #fab table thead tr td {
  color: #E0430C;
  border-color: #E0430C;
}
#products .red #fab table tbody tr td,
#products .red #fab table tbody tr th {
  border-color: #E0430C;
}
#products .red #fab table tbody tr td ul li,
#products .red #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWN44MzzHx9mGBkKAO5xi4HWnu7/AAAAAElFTkSuQmCC");
}
.border-color-yellow {
  border-color: #F0D000;
}
.yellow .new {
  background-color: #F0D000 !important;
}
.yellow .color {
  color: #F0D000 !important;
}
.yellow .colored-font {
  color: #F0D000 !important;
}
.yellow .colored-font-hover:hover {
  color: #F0D000 !important;
}
.yellow .colored-font-before:before {
  color: #F0D000 !important;
}
.yellow .colored-border {
  border-color: #F0D000 !important;
}
.yellow .colored-border-top-before:before {
  border-top-color: #F0D000 !important;
}
.yellow .colored-border-hover:hover {
  border-color: #F0D000 !important;
}
.yellow .colored-background {
  background-color: #F0D000 !important;
}
.yellow .colored-background .new {
  color: #F0D000 !important;
  background-color: #FFFFFF !important;
}
.yellow .colored-background-hover:hover {
  background-color: #F0D000 !important;
}
.yellow .colored-bullet {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWP4cIHhPz7MMDIUAAC5rq/BPaTgXAAAAABJRU5ErkJggg==") !important;
}
#products .yellow ol li:before {
  color: #F0D000;
}
#products .yellow #key_feature_content ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWP4cIHhPz7MMDIUAAC5rq/BPaTgXAAAAABJRU5ErkJggg==");
}
#products .yellow .colored-links li.ui-tabs-active a,
#products .yellow .colored-links li:hover a {
  background-color: #F0D000;
}
#products .yellow #tech_specs_table table {
  border-color: #F0D000;
}
#products .yellow #tech_specs_table table thead tr td {
  color: #F0D000;
  border-color: #F0D000;
}
#products .yellow #tech_specs_table table tbody tr td,
#products .yellow #tech_specs_table table tbody tr th {
  border-color: #F0D000;
}
#products .yellow #tech_specs_table table tbody tr td:nth-child(2),
#products .yellow #tech_specs_table table tbody tr th:nth-child(2) {
  border-color: #F0D000;
}
#products .yellow #fab table {
  border-color: #F0D000;
}
#products .yellow #fab table thead tr td {
  color: #F0D000;
  border-color: #F0D000;
}
#products .yellow #fab table tbody tr td,
#products .yellow #fab table tbody tr th {
  border-color: #F0D000;
}
#products .yellow #fab table tbody tr td ul li,
#products .yellow #fab table tbody tr th ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAE0lEQVQYlWP4cIHhPz7MMDIUAAC5rq/BPaTgXAAAAABJRU5ErkJggg==");
}
#page_main h1 {
  color: #FE7D19;
  font-size: 45px;
  font-weight: normal;
  margin: 0;
}
#page_main h2 {
  font-size: 20px;
  color: #3B4244;
  text-align: justify;
  font-weight: normal;
}
#page_main p {
  color: #3B4244;
  font-size: 20px;
}
#page_main p a {
  color: #FE7D19;
}
#page_main p a:hover {
  color: #3B4244;
}
table.vertically-aligned-image {
  margin-bottom: 20px;
}
table.vertically-aligned-image p:first-child {
  margin-top: 0;
}
table.vertically-aligned-image.middle td {
  vertical-align: middle;
}
table.vertically-aligned-image.top td {
  vertical-align: top;
}
table.vertically-aligned-image.bottom td {
  vertical-align: bottom;
}
table.vertically-aligned-image.left td {
  width: 99%;
}
table.vertically-aligned-image.left td:first-child {
  width: 1%;
  padding-right: 20px;
}
table.vertically-aligned-image.right td {
  width: 1%;
}
table.vertically-aligned-image.right td:first-child {
  width: 99%;
  padding-right: 20px;
}
header {
  width: 1000px;
  margin: 0 auto;
}
#info-header {
  display: flex;
  font-size: 11px;
  padding: 7px 0;
  justify-content: space-between;
}
#info-header a {
  vertical-align: top;
}
#info-header .header-menu-entry {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
#info-header .header-menu-entry a:hover {
  color: #FE7D19;
}
#info-header .header-menu-entry a:hover .shopping-cart-counter {
  background-color: #FE7D19;
}
#info-header .header-menu-entry svg {
  margin-right: 4px;
}
#info-header .header-menu-entry .shopping-cart-counter {
  border-radius: 0.5em;
  background-color: #3B4244;
  color: #FFFFFF;
  padding: 1px 4px;
}
#info-header .header-menu-entry .shopping-cart-counter.background-color-orange {
  background-color: #FE7D19;
}
#info-header .header-menu-entry .hover-box {
  display: none;
  position: absolute;
  right: 0;
  z-index: 601;
  width: 100%;
}
#info-header .header-menu-entry .hover-box .header-menu-entry-sub {
  background-color: #FFFFFF;
  border: 1px solid #3B4244;
  margin: 5px 0;
  box-shadow: 0 10px 10px #3B4244;
}
#info-header .header-menu-entry .hover-box .header-menu-entry-sub div {
  margin: 8px;
}
#info-header .header-menu-entry:hover .hover-box {
  display: block;
}
#ss_menu {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
}
#ss_menu a {
  font-size: 14px;
  color: #8E8E8E;
  margin: 0 14px;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 22px;
}
#ss_menu a:hover,
#ss_menu a.active {
  color: #FE7D19;
  margin-bottom: -1px;
  border-bottom: 1px solid #FE7D19;
}
nav#menu {
  background: transparent url('/images/common/menu/menu-nav.png') repeat-x 0 0;
  border-radius: 7px;
  width: 1000px;
  height: 45px;
  display: table;
  table-layout: auto;
}
nav#menu .menu {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
nav#menu .menu#menu0 {
  width: 136px;
  background: url('/images/common/menu/menu_logo_cpB.png') no-repeat center center;
}
nav#menu a.menu:hover,
nav#menu a.menu.active {
  background: url('/images/common/menu/repeat_menu.jpg') repeat-x left bottom;
}
nav#menu span.separation {
  height: 45px;
  width: 2px;
  display: table-cell;
  background: url('/images/common/menu/separat.png') no-repeat 0 0;
}
#google-search-wrapper {
  height: 30px;
  overflow: hidden;
}
#google_search {
  display: table-cell;
  padding: 0 10px;
  width: 140px;
  vertical-align: middle;
}
#google_search .gsc-control-cse {
  padding: 0;
  border: none;
  background-color: transparent;
}
#google_search .gsc-search-box {
  margin: 0;
}
#google_search table.gsc-search-box td {
  height: 30px;
}
#google_search table.gsc-search-box td.gsc-input {
  padding: 0;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box {
  background: #FFFFFF url('/images/common/menu/search2.png') no-repeat 5px center;
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  width: 95px;
  height: 30px;
  padding: 0 15px 0 25px;
  border-radius: 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.8) inset;
  transition: all 0.3s ease 0s;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box .gsib_a {
  padding: 0;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box .gsib_a input[type="text"] {
  background-color: #FFFFFF;
  color: #3B4244;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box .gsib_b .gsst_b {
  padding: 0;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box .gsst_a {
  padding: 0;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box .gsst_a .gscb_a {
  font-size: 27px;
  line-height: 30px;
  color: #3B4244;
}
#google_search table.gsc-search-box td.gsc-input .gsc-input-box.focus {
  width: 150px;
}
#google_search table.gsc-search-box .gsc-search-button {
  display: none;
}
#content_footer {
  border: 1px solid #C4C4C4;
  margin-top: 30px;
}
#content_footer .row {
  padding: 10px;
}
#content_footer .nav a.header_footer_menu {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FE7D19;
  display: block;
}
#content_footer .nav a.header_footer_menu:hover {
  color: #3B4244;
}
#content_footer .nav a.header_footer_menu:hover .icon {
  background-color: #3B4244;
}
#content_footer .nav a.header_footer_menu .icon {
  margin-bottom: 8px;
}
#content_footer .nav a.header_footer_submenu {
  display: block;
  font-size: 12px;
  line-height: 19px;
}
#content_footer .nav a.header_footer_submenu:hover {
  text-decoration: underline;
}
#copy {
  border: 1px solid #C4C4C4;
  height: 28px;
  line-height: 28px;
  color: #8E8E8E;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
#copy a {
  color: #3B4244;
}
#copy a:hover {
  text-decoration: underline;
}
#copy .ligne_foot {
  display: inline-block;
  padding: 0 5px;
}
#dashboard .row {
  margin: 30px -15px;
}
#dashboard .col-4 {
  padding: 0 15px;
}
.dashboard {
  padding-right: 220px;
}
.dashboard.pages.fluid {
  padding: 0 230px 0 10px;
}
.chart-description {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
  text-align: center;
}
.pages {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pages:after {
  clear: both;
  content: " ";
  display: table;
}
.pages.fluid {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.pages .header p {
  font-size: 18px;
}
.pages.partners h1,
.pages.partners h3 {
  text-align: center;
}
.pages.partners h3 {
  margin: 20px 0;
}
.pages.partners .logos {
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
}
.pages.partners .logo {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link {
  color: #FE7D19;
}
.nowrap {
  white-space: nowrap;
}
#cookie-info {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #FE7D19;
  padding: 10px 0;
  background-color: #FFFFFF;
  width: 100%;
}
#cookie-info p {
  font-size: 14px;
  position: relative;
}
#cookie-info p .accept {
  display: inline-block;
  background: #FE7D19 url('/images/orange-cross.png') no-repeat left top;
  width: 16px;
  height: 16px;
  float: right;
  color: #FE7D19;
  font-weight: bold;
  font-size: 14px;
  font-family: sans-serif;
  cursor: pointer;
}
#cookie-info p .accept:hover {
  background-color: #3B4244;
}
#cookie-info a {
  color: #FE7D19;
  text-decoration: underline;
}
.slider {
  margin-top: 10px;
}
.slider .cycle-nav {
  position: absolute;
  width: 18px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  z-index: 600;
  cursor: pointer;
  background: url('/images/solutions/fleche_slide.png') no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
}
.slider .cycle-nav.cycle-prev {
  left: 5px;
  background-position: left top;
}
.slider .cycle-nav.cycle-next {
  right: 5px;
  background-position: right bottom;
}
.slider .cycle-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #FFFFFF;
  font-family: tahoma,arial;
  opacity: 1;
  padding: 15px;
  position: absolute;
  width: 970px;
  height: 120px;
  z-index: 600;
  font-size: 40px;
  font-weight: 300;
}
.slider .cycle-overlay .more_info,
.slider .cycle-overlay .see_all_news {
  width: 123px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  border-radius: 5px;
  background: #FFFFFF;
  position: absolute;
  right: 30px;
  top: 80px;
  font-size: 17px;
  color: #3B4244;
}
.slider .cycle-overlay .more_info:hover,
.slider .cycle-overlay .see_all_news:hover {
  color: #FE7D19;
}
.slider .cycle-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 25px;
  z-index: 601;
}
.slider .cycle-pager.cycle-pager-name {
  bottom: 0;
  line-height: 30px;
  border-top: 1px solid #FE7D19;
  position: absolute;
}
.slider .cycle-pager.cycle-pager-name #folow {
  position: absolute;
  background: url('/images/home/fleche_slide_bottom.png') no-repeat top center;
  height: 9px;
  width: 16px;
  top: 0;
  opacity: 0;
}
.slider .cycle-pager.cycle-pager-name #folow.active {
  opacity: 1;
}
.slider .cycle-pager.cycle-pager-name a {
  text-indent: 0px;
  width: auto;
  background: none;
  color: #3B4244;
  transition: all 0.3s ease-in 0s;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}
.slider .cycle-pager.cycle-pager-name a.cycle-pager-active {
  background: none;
  color: #000000;
}
.slider .cycle-pager span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  margin: 0 4px;
  cursor: pointer;
  text-indent: -9999px;
  background: url('/images/solutions/bouleblanche.png');
}
.slider .cycle-pager span.cycle-pager-active {
  background: url('/images/solutions/boulorange.png');
}
#success-stories .row {
  margin: 30px -12px 10px -12px;
}
#success-stories .row.links {
  margin-top: 20px;
}
#success-stories .col-3 {
  padding: 0 12px;
}
#success-stories .col-3 .col-content {
  border: 1px solid #FE7D19;
  height: 430px;
  text-align: center;
}
#success-stories .col-3 img {
  position: relative;
  top: -13px;
}
#success-stories .col-3 p {
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
}
#success-stories .col-3 .button {
  padding: 5px 0;
  width: 173px;
}
#success-stories .links .col-3 {
  text-align: center;
}
#they-trust-cpbourg h1 {
  color: #FE7D19;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
#they-trust-cpbourg .button {
  display: block;
  width: 160px;
  padding: 5px 0;
  margin: 30px auto 10px auto;
}
#marque {
  width: 100%;
  height: 119px;
  border: 1px solid #FE7D19;
  border-left: none;
  border-right: none;
  text-align: center;
}
#home .row {
  margin-left: -15px;
  margin-right: -15px;
}
#home .col-3 {
  padding: 0 15px;
  height: 250px;
}
#home .col-3 h1 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #3B4244;
  font-weight: normal;
  text-align: left;
}
#home .col-3 p {
  font-size: 14px;
  color: #3B4244;
  text-align: left;
  margin: 0;
}
#home .col-3 a {
  font-size: 16px;
  position: absolute;
  left: 50%;
  left: 62px;
  bottom: 0;
  height: 30px;
  width: 125px;
  background: #FE7D19;
  transition: all 0.3s ease-in 0s;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
#home .col-3 a:hover {
  background: #3B4244;
}
#home .slider {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
#home .slider .cycle-overlay {
  bottom: 25px;
}
#home .slider .cycle-pager {
  bottom: 25px;
}
#home .slider .cycle-pager.cycle-pager-name {
  bottom: 0;
}
#home .slider .cycle-pager.cycle-pager-name a {
  text-indent: 0px;
  width: auto;
  background: none;
  color: #3B4244;
  transition: all 0.3s ease-in 0s;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}
#home .slider .cycle-pager.cycle-pager-name a.cycle-pager-active {
  background: none;
  color: #000000;
}
#home .slider .cycle-pager a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  margin: 0 4px;
  cursor: pointer;
  text-indent: -9999px;
  background: url('/images/solutions/bouleblanche.png');
}
#home .slider .cycle-pager a.cycle-pager-active {
  background: url('/images/solutions/boulorange.png');
}
.stories .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.stories h1 {
  font-size: 18px;
  font-weight: normal;
  color: #3B4244;
  text-align: center;
  margin: 10px 0;
  height: 110px;
}
.stories h1.nodate {
  height: 50px;
}
.stories img {
  text-align: center;
}
.stories .date {
  display: block;
  font-size: 12px;
  color: #8E8E8E;
  text-align: center;
  width: 100%;
}
.stories .button {
  display: block;
  width: 120px;
  padding: 5px 0;
  margin: 10px auto 20px auto;
}
.stories .col-3:hover .button {
  background-color: #3B4244;
}
.sepa {
  margin-top: 20px;
}
#awards .name a:hover {
  text-decoration: underline;
}
#news-events .slider .cycle-overlay {
  line-height: 41px;
}
#news-events .slider .cycle-overlay .more_info,
#news-events .slider .cycle-overlay .see_all_news {
  top: 50px;
}
#news-events .slider .cycle-overlay .see_all_news {
  top: 90px;
}
#news-events .slider .cycle-overlay > div {
  width: 800px;
}
#news-events .right-blocks .row {
  padding-top: 7px;
}
#news-events .right-blocks .row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #FE7D19;
  margin: 0 10px;
  padding-top: 7px;
}
#news-events .right-blocks .button {
  font-size: 15px;
}
#news-events .title-row {
  text-transform: uppercase;
}
#news-events .title {
  color: #FE7D19;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
  letter-spacing: 1px;
}
#news-events .line {
  line-height: 25px;
  vertical-align: middle;
}
#news-events .line a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
#news-events .line .date-info {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
#event-story {
  padding-top: 30px;
}
#event-story #bloc_info_event {
  width: 230px;
  float: left;
  margin-right: 25px;
  text-align: center;
}
#event-story #bloc_info_event #go_to_all {
  padding: 5px 25px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background: #FE7D19;
  border-radius: 3px;
  font-size: 16px;
  transition: all 0.3s ease-in 0s;
}
#event-story #bloc_info_event #go_to_all:hover {
  background: #3B4244;
}
#event-story #bloc_info_event #info_event {
  color: #FE7D19;
  margin: 10px 0 20px 0;
}
#event-story #bloc_info_event #info_event > div {
  border-bottom: 1px solid #FE7D19;
  font-size: 12px;
  padding: 7px 0;
}
#event-story #bloc_info_event #info_event #big_one {
  border-top: 1px solid #FE7D19;
  font-size: 40px;
  font-weight: normal;
}
#event-story #bloc_info_event #info_event #place {
  font-size: 25px;
  font-weight: 300;
  padding: 10px 0;
}
#event-story #bloc_info_event #info_event a {
  text-decoration: underline;
}
#event-story #bloc_info_event #info_event a:hover {
  color: #3B4244;
}
#event-story #main_events {
  width: 745px;
  float: left;
}
#event-story #main_events a {
  text-decoration: underline;
}
#event-story #main_events .header img {
  float: left;
  margin: 0 20px 20px 0;
}
#event-story table tbody td td ul li {
  list-style-image: url("{@orange-bullet}");
}
#case-study-summary {
  font-size: 14px;
  font-weight: normal;
  color: #FE7D19;
}
#case-study-summary h4 {
  text-align: center;
  color: #FE7D19;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}
#case-study-summary h5 {
  text-align: center;
  color: #FE7D19;
  font-size: 14px;
  font-weight: bolder;
  margin: 0 0 7px 0;
}
#case-study-summary p {
  font-size: 14px;
  margin: 0 0 7px 0;
  text-align: left;
  padding-left: 16px;
}
#case-study-summary ul li {
  text-align: left;
}
#past-events {
  margin-top: 20px;
}
.table-list {
  width: 100%;
  padding: 40px 0;
}
.table-list td {
  height: 40px;
  padding: 0 10px;
}
.table-list td.city,
.table-list td.date {
  white-space: nowrap;
}
.table-list thead td {
  color: #FE7D19;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}
.table-list tbody td {
  border: none;
  border-top: 1px solid #FE7D19;
  vertical-align: middle;
  width: 1%;
  font-size: 14px;
}
.table-list tbody td.name {
  width: 99%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
}
.table-list tbody td.city {
  color: #3B4244;
  font-weight: bold;
}
.table-list tbody td.date {
  color: #3B4244;
  font-weight: bold;
}
.table-list tbody td.link a:hover {
  color: #FE7D19;
}
.table-list tbody td.add {
  white-space: nowrap;
}
.table-list tbody td.add a {
  vertical-align: middle;
  border-radius: 4px;
}
.table-list tbody td.add a.adding {
  display: inline-block;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #FE7D19;
  color: #3B4244;
  width: 35px;
  font-size: 23px;
  margin: 0 35px;
}
.table-list tbody td.add a.adding:hover {
  border-color: #3B4244;
}
.table-list tbody td.add a.button {
  width: 103px;
  height: 31px;
  line-height: 31px;
  padding: 0;
}
#distributor #info_locator {
  position: relative;
  margin-top: 20px;
}
#distributor #info_locator span#h1 {
  font-size: 25px;
  font-weight: bold;
  color: #FE7D19;
}
#distributor #info_locator form#form_region {
  display: inline-block;
  position: absolute;
  right: 0;
}
#distributor #info_locator #les_infos_localisation {
  width: 100%;
  margin: 30px 0;
}
#distributor #info_locator #les_infos_localisation thead tr td {
  border: none;
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
  color: #3B4244;
  padding-left: 10px;
  height: 38px;
  white-space: nowrap;
}
#distributor #info_locator #les_infos_localisation tbody tr td {
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #FE7D19;
}
#distributor #info_locator #les_infos_localisation tbody tr td a:hover {
  color: #FE7D19;
}
#distributor #info_locator #les_infos_localisation tbody tr td:first-child {
  font-size: 20px;
}
#distributor #info_locator #les_infos_localisation tbody tr td.phone {
  white-space: nowrap;
}
#contact {
  margin: 30px auto;
}
#googlemaps {
  width: 998px;
  height: 398px;
  border: 1px solid #C4C4C4;
  margin-top: 20px;
  clear: both;
}
#googlemaps iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
#info_contact .bloc_info {
  border-bottom: 1px solid #FE7D19;
  color: #3B4244;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#info_contact .bloc_info a.linked {
  display: inline-block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  position: relative;
}
#info_contact .bloc_info a.linked:hover img:last-child {
  opacity: 1;
}
#info_contact .bloc_info a.linked img {
  transition: all 0.2s ease-in 0s;
  position: absolute;
  left: 0;
  top: 0;
}
#info_contact .bloc_info a.linked img:last-child {
  opacity: 0;
}
#info_contact .bloc_info a:hover {
  color: #FE7D19;
}
#info_contact .bloc_info h2 {
  color: #3B4244;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
}
#info_contact .bloc_info p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
#info_contact .bloc_info.big.last {
  border-bottom: none;
}
#info_contact .bloc_info.big.last h1 {
  color: #3B4244;
  margin-bottom: 10px;
}
#info_contact .bloc_info.big h1 {
  color: #3B4244;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
#info_contact .bloc_info.big p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
}
form .errors,
form .successes {
  position: absolute;
  z-index: 2;
  bottom: -3px;
  right: -3px;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  border-radius: 4px;
}
form .errors li,
form .successes li {
  font-size: 11px;
  padding: 0;
  margin: 0;
  list-style-image: none;
}
form .errors {
  background-color: #FEF1EC;
  border: 1px solid #B82626;
}
form .errors li {
  color: #B82626;
}
form .successes {
  background-color: #D4EDDA;
  border: 1px solid #C3E6CB;
}
form .successes li {
  color: #155724;
}
form:not(.keep-errors) .error:focus + .errors,
form:not(.keep-errors) .error:hover + .errors {
  display: none;
}
form:not(.keep-errors) .errors:hover {
  display: none;
}
#career_form {
  border-bottom: 1px solid #FE7D19;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.webform .row {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: -2px;
  margin-right: -2px;
  vertical-align: middle;
}
.webform .col-1,
.webform .col-2,
.webform .col-3,
.webform .col-4,
.webform .col-5,
.webform .col-6,
.webform .col-7,
.webform .col-8,
.webform .col-9,
.webform .col-10,
.webform .col-11,
.webform .col-12 {
  padding-left: 2px;
  padding-right: 2px;
}
.webform label.middle {
  line-height: 37px;
}
.webform select,
.webform textarea {
  box-sizing: border-box;
  width: 100%;
}
.webform textarea,
.webform input[type="text"],
.webform input[type="number"],
.webform input[type="password"] {
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  padding-left: 8px;
}
.webform textarea {
  height: 150px;
}
.webform input[type="submit"] {
  width: 100%;
}
.element {
  position: relative;
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}
.element.row {
  margin-left: 2px;
  margin-right: 2px;
}
.element.row.hidden {
  display: none;
}
.element.block {
  display: block;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
}
.file-element .errors {
  position: static;
  display: inline-block;
  margin: 14px 0;
  padding: 5px;
}
.file-element .errors li {
  font-size: 14px;
}
.file-element .errors:hover,
.file-element .error:hover + .errors {
  display: inline-block;
}
#all-products .column {
  float: left;
  width: 490px;
}
#all-products .column:first-child {
  margin-right: 20px;
}
#all-products .column .category h1 {
  font-size: 36px;
  margin: 10px 0;
}
#all-products .column .category .category-product,
#all-products .column .category .category-solution {
  margin: 10px 0;
}
#all-products .column .category .category-product a,
#all-products .column .category .category-solution a {
  display: table;
  width: 100%;
  background-color: #ECF0F1;
  border-radius: 4px;
  font-size: 16px;
}
#all-products .column .category .category-product a .model,
#all-products .column .category .category-solution a .model {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 16px;
  width: 1%;
}
#all-products .column .category .category-product a .name,
#all-products .column .category .category-solution a .name {
  display: table-cell;
  padding: 10px;
  width: 99%;
}
#all-products .column .category .category-product a:hover .model,
#all-products .column .category .category-solution a:hover .model {
  background-color: #3B4244 !important;
}
#all-products .column .category .category-product .wip,
#all-products .column .category .category-solution .wip {
  background: transparent no-repeat url('/images/solutions/work-in-progress-01.png') left top;
  height: 90px;
  line-height: 90px;
  padding-left: 112px;
}
#all-products .column .category .category-solution a:hover {
  color: #FFFFFF;
  background-color: #3B4244 !important;
}
#categories h1 {
  font-size: 36px;
  margin: 10px 0;
}
#categories .category-line {
  clear: left;
}
#categories .category {
  float: left;
  width: 308px;
  text-align: center;
  padding: 10px;
  margin: 20px 8px 20px 0;
}
#categories .category.last {
  margin-right: 0;
}
#categories .category a {
  display: block;
}
#categories .category a .frame {
  height: 200px;
  width: 308px;
}
#categories .category a .frame .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#categories .category a .frame img {
  vertical-align: middle;
}
#categories .category a .model {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
}
#categories .category:hover a .model {
  background-color: #C4C4C4 !important;
}
#products {
  width: 100%;
}
#products #head_slide {
  margin: 5px auto;
}
#products #head_slide .jcarousel-nav {
  width: 35px;
  float: left;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
#products #head_slide .jcarousel-nav img {
  vertical-align: middle;
}
#products #head_slide .jcarousel-nav:hover img {
  background-color: #C4C4C4;
}
#products #head_slide .jcarousel {
  position: relative;
  overflow: hidden;
  height: 122px;
  width: 916px;
  float: left;
  margin: 0 5px;
}
#products #head_slide .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#products #head_slide .jcarousel ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style-image: none;
}
#products #head_slide .jcarousel ul li a {
  float: left;
  height: 120px;
  display: block;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
#products #head_slide .jcarousel ul li a img {
  margin: 10px auto;
  display: block;
}
#products #head_slide .jcarousel ul li a span {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
#products #head_slide .jcarousel ul li a:hover {
  border: 1px solid #C4C4C4;
  background: #F0F5F6;
}
#products #head_slide .jcarousel ul li a:hover img {
  opacity: 0.8;
}
#products #big_picture {
  width: 100%;
}
#products #big_picture #cont_picture {
  width: 1000px;
  margin: 0 auto;
}
#products #big_picture #cont_picture #big_image {
  padding: 20px;
  width: 755px;
  text-align: center;
  vertical-align: middle;
}
#products #big_picture #cont_picture #header-switch {
  width: 755px;
  height: 44px;
  text-align: center;
  background: transparent url('/images/solutions/switch.png') no-repeat center top;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 54px;
}
#products #big_picture #cont_picture #info_big_img h1 {
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  color: #FFFFFF;
  margin: 0;
  padding: 30px 0 0 0;
}
#products #big_picture #cont_picture #info_big_img h1 span.etat {
  font-weight: bold;
  text-transform: uppercase;
  background: #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 4px;
  margin-left: 20px;
  font-size: 14px;
  vertical-align: top;
  margin-top: 10px;
}
#products #big_picture #cont_picture #info_big_img #les_actions {
  width: 205px;
  float: right;
  margin: 75px 0;
}
#products #big_picture #cont_picture #info_big_img #les_actions a {
  display: block;
  margin-bottom: 4px;
  height: 31px;
}
#products #big_picture #cont_picture #info_big_img #les_actions a span.logo {
  display: block;
  width: 30px;
  height: 31px;
  text-align: center;
  float: left;
}
#products #big_picture #cont_picture #info_big_img #les_actions a span.clear {
  display: block;
  clear: both;
}
#products #big_picture #cont_picture #info_big_img #les_actions a span.text_link {
  border-radius: 0 4px 4px 0;
  width: 172px;
  height: 31px;
  float: left;
  background: #FFFFFF;
  color: #3B4244;
  line-height: 30px;
  font-size: 16px;
  transition: all 0.3s ease-in 0s;
}
#products #prod_submenu {
  text-align: center;
  margin: 20px 0;
}
#products .colored-links {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
}
#products .colored-links li {
  display: inline;
}
#products .colored-links li a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #3B4244;
  border: 1px solid;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  transition: all 0.4s ease-in 0s;
}
#products .colored-links li.ui-tabs-active a,
#products .colored-links li:hover a {
  color: #FFFFFF;
  background-color: #3B4244;
}
#products #text_descr table,
#products #text_descr p,
#products #text_descr ol,
#products #text_descr ul {
  margin: 0 auto 20px auto;
  float: none;
}
#products #text_descr table {
  width: 660px;
}
#products #text_descr p,
#products #text_descr ol,
#products #text_descr ul {
  font-weight: 300;
}
#products #text_descr ol,
#products #text_descr ul {
  padding-left: 40px;
}
#products #text_descr > p,
#products #text_descr > ol,
#products #text_descr > ul {
  width: 725px;
}
#products #tech_specs {
  width: 100%;
  position: relative;
}
#products #tech_specs .big_tech_specs {
  border: 1px solid #3B4244;
  position: relative;
  text-align: center;
}
#products #tech_specs .big_tech_specs span {
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
}
#products #tech_specs .big_tech_specs img {
  display: inline-block;
}
#products .accessories .block {
  float: left;
  background-color: #ECF0F1;
  margin: 0 10px 20px 10px;
  padding: 0 15px;
  width: 200px;
  height: 425px;
  text-align: center;
}
#products .accessories .block.category {
  font-size: 25px;
  clear: left;
}
#products .accessories .block.category span {
  display: inline-block;
  vertical-align: middle;
}
#products .accessories .block.category:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#products .accessories .block.accessory {
  position: relative;
}
#products .accessories .block.accessory span {
  height: 220px;
  line-height: 220px;
  display: inline-block;
}
#products .accessories .block.accessory span img {
  vertical-align: middle;
}
#products .accessories .block.accessory h1 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
#products .accessories .block.accessory p {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}
#products .accessories .block.accessory a.more_info {
  border-radius: 4px;
  width: 163px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  display: inline-block;
  left: 33px;
  background: url('/images/produtcts_E/more_info_I.png') no-repeat 10px center #FFFFFF;
  transition: all 0.3s ease-in 0s;
}
#products #videos .video {
  float: left;
  width: 320px;
  height: 250px;
  text-align: center;
  padding: 5px;
  margin: 10px 5px 10px 0;
  cursor: pointer;
  background-color: #ECF0F1;
}
#products #videos .video.last {
  margin-right: 0;
}
#products #videos .video:hover .title {
  color: #FFFFFF;
}
#products #videos .video .title {
  text-align: center;
  margin-top: 10px;
  padding: 0;
  color: #3B4244;
}
#products .logos {
  margin: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
}
#key_feature_content {
  margin-top: 10px;
}
#key_feature_content h3 sup {
  margin: 0 10px;
  text-transform: uppercase;
}
#key_feature_content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 20px;
}
#key_feature_content p {
  font-weight: 300;
  margin: 10px 0;
}
.key-feature .column,
.product-quotation-overview .column {
  display: inline-block;
  vertical-align: middle;
}
.key-feature .column.left,
.product-quotation-overview .column.left {
  text-align: left;
}
.key-feature .column.right,
.product-quotation-overview .column.right {
  text-align: right;
}
.key-feature .column.large,
.product-quotation-overview .column.large {
  width: 60%;
}
.key-feature .column.narrow,
.product-quotation-overview .column.narrow {
  width: 40%;
}
.key-feature {
  padding: 40px 0;
  border-bottom: 1px solid #C4C4C4;
}
.key-feature:nth-last-child(1) {
  border-bottom: none;
}
.product-quotation-overview {
  padding: 20px 0;
}
#carousel {
  margin: 30px auto;
}
#carousel .jcarousel-nav {
  width: 35px;
  float: left;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  height: 160px;
  line-height: 160px;
  text-align: center;
}
#carousel .jcarousel-nav img {
  background-color: #3B4244;
  vertical-align: middle;
}
#carousel .jcarousel-nav:hover img {
  background-color: #C4C4C4;
}
#carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 916px;
  float: left;
  margin: 0 5px;
}
#carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#carousel .jcarousel ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style-image: none;
}
#carousel .jcarousel ul li a {
  display: block;
  border: 1px solid #FFFFFF;
}
#carousel .jcarousel ul li a:hover {
  border-color: #DAD9D7;
  background: #F6F6F6;
}
#carousel .jcarousel ul li a:hover img {
  opacity: 0.8;
  display: block;
}
#tech_specs_table {
  margin: 20px 0;
}
#tech_specs_table table {
  width: 490px;
  float: left;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
#tech_specs_table table:first-child {
  margin-right: 15px;
}
#tech_specs_table table td {
  width: 50%;
}
#tech_specs_table table.auto {
  width: auto;
}
#tech_specs_table table.auto td {
  width: auto;
}
#tech_specs_table table thead tr td {
  color: #3B4244;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px 10px 7px 10px;
  vertical-align: top;
  border-bottom: 1px solid #3B4244;
}
#tech_specs_table table tbody tr th,
#tech_specs_table table tbody tr td {
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
}
#tech_specs_table table tbody tr th {
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px;
}
#tech_specs_table table tbody tr td {
  border-top: 1px solid #3B4244;
}
#tech_specs_table table tbody tr td:first-child {
  padding-left: 20px;
}
#tech_specs_table table tbody tr td:nth-child(2) {
  border-left: 1px solid #3B4244;
}
#tech_specs_table.single-table table {
  width: 100%;
}
#tech_specs_table.single-table table:first-child {
  margin-right: 0;
}
#tech_specs_table.single-table table td {
  width: auto;
}
#fab table {
  margin: 0 auto;
}
#fab table thead tr td {
  padding: 7px 10px;
  font-size: 16px;
  border-bottom: 1px solid #3B4244;
  width: 33%;
}
#fab table thead tr td + td {
  border-left: 1px solid #3B4244;
}
#fab table tbody tr td,
#fab table tbody tr th {
  border-bottom: 1px solid #3B4244;
  vertical-align: top;
  text-align: left;
  padding: 15px 10px;
  font-size: 14px;
  width: 33%;
}
#fab table tbody tr th {
  font-weight: bold;
}
#fab table tbody tr td {
  border-left: 1px solid #3B4244;
}
#fab table:first-child {
  border-top: 2px solid #3B4244;
  margin-top: 30px;
}
#fab table:last-child {
  border-bottom: 2px solid #3B4244;
  margin-bottom: 30px;
}
#solutions #big_welcome {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
#solutions #big_welcome #baseline {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 300;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
#solutions #big_welcome #baseline .smaller {
  font-size: 25px;
  font-weight: bold;
}
#solutions #diff_solutions {
  margin-top: 10px;
}
#solutions #diff_solutions .a_solution {
  width: 188px;
  height: 300px;
  float: left;
  margin-right: 15px;
  position: relative;
}
#solutions #diff_solutions .a_solution.last {
  margin-right: 0;
}
#solutions #diff_solutions .a_solution span.title {
  font-size: 30px;
  line-height: 30px;
  padding-top: 12px;
  display: block;
}
#solutions #diff_solutions .a_solution p {
  font-size: 14px;
}
#solutions #diff_solutions .a_solution a {
  position: absolute;
  bottom: 0;
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #FE7D19;
  color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.3s ease-in 0s;
}
#solutions #diff_solutions .a_solution a:hover {
  background: #3B4244;
}
#solutions #diff_access {
  margin: 30px auto;
}
#solutions #diff_access .access {
  display: block;
  width: 265px;
  float: left;
  border: 1px solid #FE7D19;
  border-radius: 5px;
  margin-right: 24px;
  text-align: center;
  font-size: 20px;
  padding: 12px 25px;
  letter-spacing: 1px;
}
#solutions #diff_access .access:hover {
  border-color: #3B4244;
}
#solutions #diff_access .access.last {
  margin-right: 0;
}
#solutions_B #big_welcome {
  text-align: center;
  margin: 30px auto;
}
#solutions_B #big_welcome #baseline {
  font-size: 60px;
  font-weight: 300;
}
#solutions_B #big_welcome #baseline .first-line {
  text-transform: lowercase;
}
#solutions_B #big_welcome #baseline .first-line:first-letter {
  text-transform: capitalize;
}
#solutions_B #big_welcome #baseline .smaller {
  font-weight: bold;
  font-size: 25px;
}
#solutions_B #content_solutions_B #link_and_video {
  margin-left: 34px;
  width: 480px;
  display: inline-block;
  vertical-align: top;
}
#solutions_B #content_solutions_B #link_and_video #title_video {
  font-weight: bold;
  font-size: 20px;
  color: #FE7D19;
  display: block;
}
#solutions_B #content_solutions_B #link_and_video #video_youtube {
  margin: 25px 0 35px;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial {
  border: 1px solid #FE7D19;
  text-align: center;
  padding-top: 26px;
  position: relative;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial #little_image {
  position: absolute;
  top: -10px;
  left: 10px;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial #first_title {
  font-size: 20px;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial #big_title {
  color: #FE7D19;
  font-size: 30px;
  font-weight: bold;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial p {
  font-size: 14px;
  margin: 12px 60px 20px;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial a#goto_testimonial {
  font-size: 16px;
  color: #FFFFFF;
  background: #FE7D19;
  display: block;
  margin: 0 auto 20px;
  border-radius: 4px;
  width: 175px;
  height: 32px;
  line-height: 32px;
  transition: all 0.3s ease-in 0s;
}
#solutions_B #content_solutions_B #link_and_video #box_goto_testimonial a#goto_testimonial:hover {
  background: #3B4244;
}
#solutions_B #content_solutions_B #link_and_video nav#links {
  margin-top: 37px;
}
#solutions_B #content_solutions_B #link_and_video nav#links a {
  display: block;
  border: 1px solid #FE7D19;
  height: 49px;
  line-height: 49px;
  border-radius: 0.4px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s ease-in 0s;
}
#solutions_B #content_solutions_B #link_and_video nav#links a:hover {
  border-color: #3B4244;
}
#solutions_B #content_solutions_B #informations {
  width: 480px;
  display: inline-block;
  vertical-align: top;
}
#solutions_B #content_solutions_B #informations p.text {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
}
#solutions_B #content_solutions_B #informations span#little_info {
  color: #FE7D19;
  font-size: 20px;
  font-weight: bold;
}
#solutions_B #content_solutions_B #informations span.name_solution {
  font-weight: bold;
  font-size: 25px;
  display: block;
}
#solutions_B #content_solutions_B #informations img.ilu_solution {
  margin: 20px 0;
}
#solutions_B #content_solutions_B #informations a#go_to_configure {
  width: 475px;
  height: 33px;
  color: #FFFFFF;
  background: #FE7D19;
  text-align: center;
  line-height: 33px;
  display: block;
  border-radius: 4px;
  transition: all 0.3s linear 0s;
  font-size: 18px;
  margin-bottom: 30px;
}
#solutions_B #content_solutions_B #informations a#go_to_configure:hover {
  background: #3B4244;
}
#login-page {
  margin: 30px auto 47px auto;
}
#login-page .login-form-error {
  display: inline-block;
}
#login-big-welcome {
  position: relative;
  text-align: center;
}
#login-overlay {
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
#login-overlay .big {
  font-size: 45px;
  font-weight: 300;
}
#login-overlay .small {
  font-size: 25px;
  font-weight: bold;
}
#login-form {
  padding-top: 8px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  background-color: #FFFFFF;
  width: 130px;
  height: 33px;
  border: none;
  padding: 0 0 0 5px;
  border-radius: 4px;
  font-size: 15px;
}
#login-form input[type="text"].error,
#login-form input[type="password"].error {
  border: 1px solid #B82626;
}
#login-form input[type="submit"] {
  height: 33px;
  padding: 0 15px;
  font-size: 15px;
}
#login-form .remember {
  margin-top: 20px;
}
.login-form-error {
  font-size: 14px;
  padding: 5px;
  margin-top: 8px;
  color: #B82626;
  background-color: #FEF1EC;
  border: 1px solid #B82626;
  border-radius: 4px;
}
.login-account-option {
  font-size: 14px;
  width: 25%;
  position: relative;
}
.login-account-option.left {
  float: left;
}
.login-account-option.right {
  float: right;
  text-align: right;
}
.login-account-option a {
  color: #FE7D19;
  text-decoration: underline;
}
#welcome-banner {
  height: 33px;
  width: 100%;
  background: #FE7D19;
  margin: 30px 0;
}
#welcome-banner #welcome-text {
  width: 1000px;
  height: 33px;
  line-height: 33px;
  color: #FFFFFF;
  margin: 0 auto;
}
#welcome-banner #welcome-text a {
  margin-left: 20px;
  float: right;
  display: inline-block;
}
#left-side {
  float: left;
  width: 200px;
  vertical-align: top;
}
#left-side ul.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left-side ul.navigation a {
  display: block;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #FE7D19;
  margin-bottom: 5px;
  border-radius: 4px;
}
#left-side ul.navigation li {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
#left-side ul.navigation li.active a,
#left-side ul.navigation li a:hover {
  background: #FE7D19;
  color: #FFFFFF;
}
#left-side #calendar {
  margin-top: 20px;
}
#left-side #calendar .ui-datepicker {
  border: none;
}
#main-side {
  float: right;
  width: 100%;
  margin-bottom: 30px;
  margin-right: -220px;
}
#main-side h1 {
  color: #3B4244;
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
}
#main-side h3 {
  margin-bottom: 20px;
}
#main-side .notice {
  border-radius: 5px;
  border: 1px solid #FE7D19;
  color: #FE7D19;
  font-size: 12px;
  padding: 5px;
  float: right;
}
#main-side .navigation {
  border-bottom: 1px solid #C4C4C4;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
#main-side .navigation li {
  font-size: 14px;
  color: #8E8E8E;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 0;
  list-style-image: none;
}
#main-side .navigation li:hover,
#main-side .navigation li.active {
  color: #FE7D19;
  margin-bottom: -1px;
  border-bottom: 1px solid #FE7D19;
}
#main-side .navigation.tight {
  border: none;
  margin: 0;
}
#main-side .navigation.tight li:hover,
#main-side .navigation.tight li.active {
  border: none;
  margin-bottom: 0;
}
#main-side .column {
  display: inline-block;
  width: 50%;
}
.decimal,
.currency,
.number {
  text-align: right;
}
.float-right {
  float: right;
}
#distributor-prices table {
  margin: 10px 0;
  width: auto;
}
#distributor-prices table td {
  padding: 2px;
}
#distributor-prices input[type="text"],
#distributor-prices textarea {
  font-size: 14px;
  padding: 5px;
}
#distributor-prices input[type="text"].item,
#distributor-prices textarea.item {
  width: 440px;
}
#distributor-prices input[type="text"]:focus {
  border-color: #FE7D19;
}
#distributor-prices input[type="text"].decimal,
#distributor-prices input[type="text"].currency {
  width: 80px;
}
#distributor-prices textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 36px;
}
#distributor-prices .item-data {
  padding: 6px;
}
#distributor-prices .float-right.import {
  clear: right;
  margin-top: 10px;
}
#distributor-prices .header-info {
  text-align: right;
  font-size: 10px;
}
#distributor-prices #sales-info {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}
#distributor-prices #sales-info td {
  padding: 5px;
}
#distributor-prices #sales-info td.right {
  text-align: right;
}
#distributor-prices #sales-info td.center {
  text-align: center;
}
#distributor-prices #sales-info thead tr td {
  color: #FE7D19;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
#distributor-prices #sales-info tbody tr td {
  vertical-align: top;
  border-top: 1px solid #FE7D19;
}
#profil {
  position: relative;
}
#profil #profil_pict {
  position: absolute;
  right: 30px;
  top: 50px;
  width: 130px;
}
#profil #profil_pict img {
  width: 130px;
}
#profil #profil_pict a#add_pic {
  display: block;
  color: #FE7D19;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#profil #profil_pict a#add_pic:hover {
  color: #3B4244;
}
#profil p {
  position: relative;
  width: 540px;
  margin: 0;
}
#profil input[type="text"] {
  background: #F0F5F6;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #e1e1e1;
  height: 37px;
  width: 530px;
  border-radius: 4px;
  resize: none;
  margin-bottom: 5px;
  padding-left: 5px;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
}
#profil input[type="text"]#zip_c {
  width: 169px;
}
#profil input[type="text"]:focus {
  border-color: #FE7D19;
}
#import-prices-form {
  font-size: 14px;
}
#import-prices-form tr td {
  padding: 5px;
  vertical-align: top;
}
#import-prices-form tr td input[type="checkbox"] {
  position: static;
  opacity: 1;
  cursor: default;
}
#import-prices-form tr td input[type="checkbox"] + label {
  cursor: default;
}
#import-prices-form tr td .errors {
  padding: 0;
  margin: 5px 0;
}
#import-prices-form tr td .errors li {
  padding: 0;
  margin: 0;
  list-style-image: none;
  color: #B82626;
}
#csv-preview tr {
  border-bottom: 1px solid #FE7D19;
}
#csv-preview tr td {
  font-size: 14px;
  padding: 5px;
}
#csv-preview tr td input[type="radio"] {
  position: static;
  opacity: 1;
  cursor: default;
}
#csv-preview tr td input[type="radio"] + label {
  cursor: default;
}
#csv-preview tr td.column-choice {
  white-space: nowrap;
}
#import-settings-form {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FE7D19;
}
#column-error {
  color: #E0430C;
}
#price-list-actions {
  margin-bottom: 10px;
}
#price-list tr {
  border-top: 1px solid #FE7D19;
  border-bottom: 1px solid #FE7D19;
}
#price-list td {
  padding: 10px;
  width: 1%;
}
#price-list td:first-child {
  width: 99%;
}
#price-list .button {
  white-space: nowrap;
}
#my-cpbourg-settings .line {
  margin: 2px 0;
}
#my-cpbourg-settings textarea {
  width: 100%;
  height: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#my-cpbourg-settings .file-element {
  margin: 2px;
  display: inline-block;
}
#websites {
  padding-left: 50px;
}
#websites p {
  margin: 5px 0;
}
#websites p a:hover {
  color: #FE7D19;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-front {
  z-index: 1000;
}
.ui-dialog {
  position: absolute;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -1em;
  top: 0.3em;
  border-width: 2px;
  border-style: solid;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  cursor: pointer;
  z-index: 101;
  line-height: 28px;
  /* 32px - 2 * 2 px of border for chrome alignement */
}
.ui-dialog .ui-dialog-content {
  position: relative;
}
.ui-dialog.modal {
  padding: 0.2em;
  outline: 0;
}
.ui-dialog.modal .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog.modal .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog.modal .ui-dialog-titlebar-close {
  border-color: #FFFFFF;
  background-color: #3B4244;
  color: #FFFFFF;
}
.ui-dialog.modal .ui-dialog-content {
  border: 0;
  background: none;
  overflow: auto;
}
.ui-dialog.modal .ui-dialog-content iframe {
  border: 1px solid #3B4244;
}
.ui-dialog.modal .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog.modal .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog.modal .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog.dialog {
  z-index: 1001;
}
.ui-dialog.dialog .ui-dialog-titlebar-close {
  border-color: #FE7D19;
  background-color: #FFFFFF;
  color: #FE7D19;
}
.ui-dialog.dialog .ui-dialog-titlebar-close:hover {
  color: #FFFFFF;
  background-color: #FE7D19;
}
.ui-dialog.dialog .ui-dialog-content {
  background-color: #FFFFFF;
  border: 1px solid #FE7D19;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 20px #3B4244;
}
.ui-dialog.dialog .ui-dialog-content .veil {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 99;
  margin: -10px;
  opacity: 0.25;
}
.ui-dialog.dialog .ui-dialog-content .working {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #FFFFFF url('/images/gear_16x16.gif') no-repeat center center;
  width: 24px;
  height: 24px;
  padding: 1px;
  border: 2px solid #FE7D19;
  z-index: 101;
  border-radius: 15px;
}
.ui-dialog.dialog .ui-dialog-content h3 {
  font-size: 30px;
  color: #FE7D19;
  margin-bottom: 10px;
}
#configurator .ui-dialog .ui-dialog-titlebar-close {
  border-color: #FFFFFF;
  background-color: #3B4244;
}
#configurator .ui-dialog .product-description {
  padding: 0;
  color: #3B4244;
}
#configurator .ui-dialog .product-description.ui-dialog-content {
  background-color: #FFFFFF;
  border: 1px solid #3B4244;
  padding: 0 10px;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.transparent {
  background-color: transparent;
}
.ui-tooltip {
  border: 1px solid #FE7D19;
  background-color: #FFFFFF;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  z-index: 1002;
  box-shadow: 0 0 5px #aaa;
  border-radius: 4px;
  white-space: pre-line;
  line-height: 1.6em;
}
#configurator h2,
.configurator h2 {
  color: #3B4244;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}
#configurator h1 {
  color: #3B4244;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}
#configurator h3 {
  color: #FE7D19;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  margin: 0;
}
#configurator h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #3B4244;
}
#configurator .button.proceed {
  float: right;
  padding: 5px 15px;
}
#configurator .link {
  color: #FE7D19;
  text-decoration: underline;
  cursor: pointer;
}
#configurator .step-content {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px;
}
#configurator .action {
  position: relative;
  width: 190px;
  padding-left: 10px;
  height: 31px;
  line-height: 31px;
  text-align: left;
  font-size: 15px;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 4px;
}
#configurator .action .icon {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#configurator .action-add {
  background-color: #FE7D19;
  color: #FFFFFF;
}
#configurator .question {
  border-top: 1px solid #FE7D19;
  margin-top: 20px;
  padding-top: 10px;
}
#configurator .question .answer {
  position: relative;
  margin-bottom: 7px;
}
#configurator .question .answer label {
  font-size: 16px;
}
#configurator .question .answer input {
  position: absolute;
}
#configurator .question:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#configurator .answer-new-line {
  margin-left: 30px;
}
#configurator .answer-new-line b {
  color: #333333;
}
#configurator .configuration-step {
  display: none;
  border: 1px solid #999999;
  border-radius: 4px;
  margin-bottom: 10px;
}
#configurator .configuration-step h3 {
  color: #8E8E8E;
  padding-left: 10px;
}
#configurator .configuration-step h3 .edit {
  display: none;
}
#configurator .configuration-step.active {
  border-color: #FE7D19;
}
#configurator .configuration-step.active h3 {
  color: #FE7D19;
}
#configurator .configuration-step.validated-step h3 {
  position: relative;
  cursor: pointer;
}
#configurator .configuration-step.validated-step h3 .edit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FE7D19;
  color: #FFFFFF;
  font-weight: 300;
  padding: 0 12px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#configurator .configuration-step .overview {
  color: #3B4244;
  font-weight: 400;
}
#configurator .legend-number {
  color: #FFFFFF;
  background-color: #3B4244;
  font-weight: bold;
  line-height: 30px;
  vertical-align: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
#configurator .hover.legend-number,
#configurator .hover .legend-number {
  background-color: #FE7D19;
}
#configurator .fixed-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
}
#configurator .fixed-menu .fixed-menu-entry {
  display: table-cell;
}
#configurator .fixed-menu .fixed-menu-entry .fixed-menu-entry-content {
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #FE7D19;
  text-align: center;
  margin: 0 5px;
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
  border-radius: 4px;
}
#configurator .fixed-menu .fixed-menu-entry .fixed-menu-entry-content.active,
#configurator .fixed-menu .fixed-menu-entry .fixed-menu-entry-content:hover {
  color: #FFFFFF;
  background-color: #FE7D19;
}
#configurator table.presentation {
  font-size: 14px;
}
#configurator table.presentation tr.comment-row .title {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 5px;
}
#configurator table.presentation tr.comment-row td {
  border: none;
}
#configurator table.presentation tr.comment-row td textarea {
  width: 891px;
}
#configurator table.presentation th,
#configurator table.presentation td {
  border: 1px solid #FE7D19;
  padding: 5px;
}
#configurator table.presentation th {
  border-top: none;
}
#configurator table.presentation th.first {
  border-left: none;
}
#configurator table.presentation th.last {
  border-right: none;
}
#configurator table.presentation td {
  border-bottom: none;
}
#configurator table.presentation td.first {
  color: #FE7D19;
  font-weight: bold;
  border-left: none;
}
#configurator table.presentation td.rowspan {
  border-top: none;
}
#configurator table.presentation td.last {
  border-right: none;
}
#configurator table.presentation .provided-with {
  font-style: italic;
  text-decoration: underline;
}
#configurator table.presentation .provided-list {
  display: list-item;
  margin: 5px 0 5px 20px;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
}
#configurator table.presentation .right {
  text-align: right;
}
#configurator .signin-signup {
  color: #333333;
}
#configurator .signin-signup span {
  text-decoration: underline;
  cursor: pointer;
}
#configurator .signin-signup span:hover {
  color: #FE7D19;
}
#configurator-mode {
  text-align: right;
  font-size: 80%;
  margin: 5px 0;
}
#configurator-mode span {
  cursor: pointer;
}
#configurator-mode span.active {
  color: #FE7D19;
}
#notification-wrapper {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 980px;
  border: 1px solid #FE7D19;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 10px #3B4244;
  display: none;
  cursor: pointer;
  padding: 10px;
}
#notification-wrapper img.warning {
  float: left;
  margin: 0 10px 10px 0;
}
#notification-wrapper ul.notification {
  margin: 0 0 0 125px;
  padding: 0;
  list-style: none;
}
#notification-wrapper ul.notification li {
  margin: 0;
  padding: 0 0 0 2px;
}
#configurator .table {
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
#configurator .table tr {
  border-top: 1px solid #FE7D19;
  border-bottom: 1px solid #FE7D19;
}
#configurator .table tr td {
  padding: 5px;
  width: 1%;
  border: 0;
  vertical-align: middle;
  height: 37px;
}
#configurator .table tr input[type="text"] {
  width: 135px;
}
#configurator .table tr textarea {
  width: 888px;
  height: 200px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
}
#configurator .table tr .model {
  font-weight: bold;
  color: #FE7D19;
}
#configurator .table tr .item-number {
  font-size: 14px;
  font-style: italic;
}
#configurator .table tr .option-model {
  font-weight: bold;
}
#configurator .table tr .name {
  width: 99%;
  white-space: normal;
}
#configurator .table tr .actions {
  text-align: right;
}
#configurator .table tr .actions div {
  display: inline-block;
  margin: 2px;
}
#configurator .table tr .actions .button .icon {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#configurator .table tr .category {
  white-space: normal;
}
#options-list table tr td.actions .button.added {
  padding-left: 10px;
}
#configuration-container,
#options-container {
  padding: 0 50px;
}
#configuration-container .button,
#options-container .button,
#quotation-preview .button,
#items-list table .button,
#options-list table .button {
  border: 1px solid #FE7D19;
  background-color: #FFFFFF;
  color: #3B4244;
}
#configuration-container .button:hover,
#options-container .button:hover,
#quotation-preview .button:hover,
#items-list table .button:hover,
#options-list table .button:hover,
#configuration-container .button.active,
#options-container .button.active,
#quotation-preview .button.active,
#items-list table .button.active,
#options-list table .button.active {
  background-color: #FE7D19;
  color: #FFFFFF;
}
#options-container {
  display: none;
}
#configuration-view {
  position: relative;
}
#title-switch {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 3;
}
#config-measurement-length,
#config-measurement-width {
  position: relative;
  z-index: 2;
}
#config-measurement-length {
  width: 0;
  height: 10px;
}
#config-measurement-length #config-length {
  display: none;
  text-align: center;
  position: relative;
  top: 5px;
  white-space: nowrap;
}
#config-measurement-length #config-length-bar {
  display: none;
  width: 100%;
}
#config-measurement-length #config-length-bar #config-length-bar-right,
#config-measurement-length #config-length-bar #config-length-bar-left {
  height: 20px;
  width: 2px;
  background-color: #333333;
}
#config-measurement-length #config-length-bar #config-length-bar-right {
  float: right;
}
#config-measurement-length #config-length-bar #config-length-bar-left {
  float: left;
}
#config-measurement-length #config-length-bar #config-length-bar-center {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 2px solid #333333;
}
#config-measurement-width {
  position: absolute;
  left: -22px;
}
#config-measurement-width #config-width-bar {
  position: relative;
  display: none;
  height: 100%;
}
#config-measurement-width #config-width-bar #config-width-bar-top,
#config-measurement-width #config-width-bar #config-width-bar-bottom {
  float: left;
  width: 20px;
  height: 2px;
  background-color: #333333;
}
#config-measurement-width #config-width-bar #config-width-bar-middle {
  height: 0;
  border-left: 2px solid #333333;
  vertical-align: bottom;
  margin-left: 9px;
  padding-left: 9px;
  text-align: right;
}
#config-measurement-width #config-width-bar #config-width-bar-middle .width-value {
  -webkit-transform: rotate(270deg) translate(0, -88px);
  -moz-transform: rotate(270deg) translate(0, -88px);
  transform: rotate(270deg) translate(0, -88px);
  white-space: nowrap;
}
#config-side {
  position: absolute;
  border-bottom: 1px solid #3B4244;
  width: 100%;
}
#config-side .cell {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
#config-side .cell img {
  position: relative;
  vertical-align: bottom;
}
#config-top {
  display: none;
  position: absolute;
  width: 100%;
}
#config-top .cell {
  position: absolute;
  left: 0;
  display: none;
}
#config-top .cell img {
  position: relative;
  vertical-align: bottom;
}
#config-side .legend-number,
#config-top .legend-number {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#configurator-categories .category .category-count {
  color: #FE7D19;
}
#configurator-categories .category .fixed-menu-entry-content.active .category-count,
#configurator-categories .category .fixed-menu-entry-content:hover .category-count {
  color: #FFFFFF;
  background-color: #FE7D19;
}
#items-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#items-list ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  background-color: #F0F5F6;
  padding: 10px;
  list-style-image: none;
}
#items-list ul li .product-image {
  display: inline-block;
  margin-right: 35px;
  text-align: right;
  vertical-align: top;
  width: 210px;
}
#items-list ul li .product-header {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  width: 380px;
}
#items-list ul li .product-header h6.product-header-title {
  color: #FE7D19;
  font-size: 25px;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: 300;
}
#items-list ul li .product-info {
  display: inline-block;
  width: 220px;
  text-align: center;
  margin-top: 60px;
}
#items-list ul li .product-info .action-icons .action {
  margin: 0 auto 11px auto;
}
.bpm-choice h4,
.bpm-choice h5 {
  margin: 10px 0;
}
.bpm-choice .row {
  margin-top: 10px;
}
.bpm-choice .bpm-choice-image {
  position: relative;
}
.bpm-choice .bpm-choice-image .bpm-choice-absolute {
  position: absolute;
  left: 50%;
}
.bpm-choice img.bpm-workflow {
  position: relative;
  bottom: 372px;
  left: -50%;
  display: none;
  border: 1px solid #FE7D19;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 5px 10px #3B4244;
  z-index: 101;
}
.bpm-choice .bpm-radio {
  position: relative;
  line-height: 1.5em;
}
.bpm-choice .bpm-radio .icon {
  position: static;
}
.bpm-choice .bpm-radio label {
  font-size: 16px;
}
#options-list h5 {
  font-size: 25px;
  margin: 10px 0;
  padding: 0;
  font-weight: 300;
}
#options-list h6 {
  color: #FE7D19;
  font-size: 20px;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: 300;
}
#options-list .options-list .block {
  float: left;
  background-color: #ECF0F1;
  margin: 0 10px 10px 0;
  padding: 8px;
  width: 201px;
  height: 400px;
}
#options-list .options-list .block:nth-child(4n) {
  margin-right: 0;
}
#options-list .options-list .block.options-category {
  color: #FE7D19;
  font-size: 25px;
  text-align: center;
  clear: left;
}
#options-list .options-list .block.options-category span {
  display: inline-block;
  vertical-align: middle;
}
#options-list .options-list .block.options-category .option-category-description {
  font-size: 12px;
  color: #3B4244;
  margin: 8px;
}
#options-list .options-list .block.options-category:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#options-list .options-list .block.config-option {
  position: relative;
}
#options-list .options-list .block.config-option .option-image {
  width: 200px;
  height: 160px;
  text-align: center;
}
#options-list .options-list .block.config-option .option-image img {
  display: inline-block;
  vertical-align: middle;
}
#options-list .options-list .block.config-option .option-image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#options-list .options-list .block.config-option .option-name {
  font-size: 15px;
  color: #FE7D19;
  font-weight: bold;
  text-align: center;
  margin: 8px 0;
}
#options-list .options-list .block.config-option .option-item-number {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin: 8px 0;
}
#options-list .options-list .block.config-option .option-description {
  text-align: center;
}
#options-list .options-list .block.config-option .option-description p {
  font-size: 14px;
  margin: 0;
}
#options-list .options-list .block.config-option .action {
  position: absolute;
  bottom: 8px;
  width: 191px;
}
#options-list .options-list .block.config-option .action-details {
  bottom: 47px;
}
#roi-form .table,
#service-contract .table {
  overflow: visible;
  margin: 20px 0;
}
#roi-form .table tr,
#service-contract .table tr {
  border-width: 0;
}
#roi-form .table tr.discount-group td,
#service-contract .table tr.discount-group td {
  border-top-width: 0;
}
#roi-form .table tr th,
#service-contract .table tr th {
  text-align: left;
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#roi-form .table tr td,
#service-contract .table tr td {
  border-top: 1px solid #FE7D19;
  padding: 3px;
  font-size: 14px;
  height: 34px;
}
#roi-form .table tr td input[type="text"],
#service-contract .table tr td input[type="text"],
#roi-form .table tr td select,
#service-contract .table tr td select {
  font-size: 14px;
}
#roi-form .table tr td.label,
#service-contract .table tr td.label,
#roi-form .table tr td.field,
#service-contract .table tr td.field,
#roi-form .table tr td.unit,
#service-contract .table tr td.unit {
  white-space: nowrap;
  width: 1%;
}
#roi-form .table tr td.description,
#service-contract .table tr td.description {
  width: 100%;
  white-space: normal;
}
#roi-form .table tr td input[type="text"].quantity,
#service-contract .table tr td input[type="text"].quantity {
  width: 40px;
}
#roi-form .table tr td input[type="text"].machine-discount,
#service-contract .table tr td input[type="text"].machine-discount {
  width: 40px;
}
#roi-form .table tr.add-info td,
#service-contract .table tr.add-info td {
  border-top: none;
  height: auto;
}
#roi-form .table tr.add-info-button td,
#service-contract .table tr.add-info-button td {
  color: #FE7D19;
  background: #FFFFFF url('/images/arrow-down.png') no-repeat left center;
  padding-left: 16px;
  cursor: pointer;
  position: relative;
  top: -5px;
  height: 10px;
  font-size: 10px;
}
#roi-form .table tr.add-info-area,
#service-contract .table tr.add-info-area {
  display: none;
}
#roi-form .table tr.add-info-area td,
#service-contract .table tr.add-info-area td {
  width: auto;
  border-top: none;
  white-space: normal;
}
#roi-form .table tr.add-info-area td.add-info-label,
#service-contract .table tr.add-info-area td.add-info-label {
  width: 1%;
  white-space: nowrap;
}
#roi-form .table tr.add-info-area td label,
#service-contract .table tr.add-info-area td label {
  margin-right: 10px;
  font-style: italic;
}
#roi-form .table tr.add-info-area td textarea,
#service-contract .table tr.add-info-area td textarea {
  box-sizing: border-box;
  width: 100%;
}
#roi-form .qtyplus,
#service-contract .qtyplus,
#roi-form .qtyminus,
#service-contract .qtyminus {
  display: inline-block;
  background: #3B4244 url('/images/qtyplusminus.png') no-repeat 0 0;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
#roi-form .qtyplus:hover,
#service-contract .qtyplus:hover,
#roi-form .qtyminus:hover,
#service-contract .qtyminus:hover {
  background-color: #FE7D19;
}
#roi-form .qtyminus,
#service-contract .qtyminus {
  background-position: -20px 0;
}
#quotation-signature label {
  font-weight: bold;
}
#exchange-rate input[type="text"] {
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}
#exchange-rate .hint {
  font-size: 14px;
}
#pricing-option-menu {
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: transparent url('/images/icons/cog.png') no-repeat center center;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}
#pricing-option-menu ul.entries {
  position: absolute;
  border: 1px solid #FE7D19;
  background-color: #FFFFFF;
  padding: 5px 10px 5px 25px;
  margin: 0;
  list-style: none;
  top: 20px;
  right: 0;
  box-shadow: 0 5px 10px #3B4244;
  z-index: 1011;
}
#pricing-option-menu ul.entries li {
  white-space: nowrap;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
  padding: 2px 0;
}
#pricing-option-menu ul.entries li:hover {
  text-decoration: underline;
}
#quotation-preview textarea {
  padding-left: 5px;
  height: 150px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
}
#quotation-preview label {
  font-size: 14px;
}
#sales-conditions h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px;
  margin: 10px 0 0 0;
}
#sales-conditions textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  border-radius: 0;
  padding: 3px;
  margin: 0;
}
#sales-conditions textarea:disabled {
  background-color: #FFFFFF;
}
#quotation-buttons {
  text-align: center;
}
#quotation-buttons .button {
  width: 200px;
  margin: 0 20px;
  text-align: center;
  vertical-align: top;
}
#distributors-frame {
  margin-top: 20px;
  border: 1px solid #999999;
  overflow: hidden;
}
img.flippedX {
  transform: scaleX(-1);
}
table.bordered {
  font-size: 14px;
}
table.bordered td {
  border: 1px solid #FE7D19;
  padding: 5px;
}
#error-message a {
  text-decoration: underline;
  color: #FE7D19;
}
#importPriceListDialog p {
  margin: 10px 0;
}
#importPriceListDialog label {
  display: inline-block;
  width: 150px;
}
.dropdown {
  position: relative;
  float: left;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 500;
  background-color: #FFFFFF;
  border: 1px solid #FE7D19;
  box-shadow: 0 5px 10px #3B4244;
  border-radius: 5px;
  min-width: 200px;
}
.dropdown .dropdown-content .header {
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #FE7D19;
  font-weight: bold;
}
.dropdown .dropdown-content .entry {
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}
.dropdown .dropdown-content .entry:hover {
  background-color: #FE7D19;
  color: #FFFFFF;
}
#configurator-menu {
  margin-bottom: 10px;
  font-size: 14px;
}
#configurator-menu .menu-row {
  border-bottom: 1px solid #FE7D19;
  margin-left: 0;
  margin-right: 0;
}
#configurator-menu .menu-entry {
  cursor: pointer;
  padding: 5px 10px;
  float: left;
}
#configurator-menu .menu-entry:hover,
#configurator-menu .menu-entry.active {
  background-color: #FE7D19;
  color: #FFFFFF;
}
#configurator-menu .menu-entry.right {
  float: right;
}
#configurator-menu .data-entry {
  padding: 5px 10px;
  float: left;
}
#configurator-menu .data-entry .data-entry-title {
  font-weight: bold;
}
#configurator-menu .data-entry .data-entry-info {
  color: #FE7D19;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F0F5F6;
}
.list,
.detailed-view {
  font-size: 12px;
}
.list [class*="col-"],
.detailed-view [class*="col-"] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.list td {
  padding: 10px;
  vertical-align: top;
}
.list thead > tr > td {
  text-transform: none;
  font-weight: bold;
  border-bottom: 1px solid #FE7D19;
}
.list .header {
  border-bottom: 1px solid #FE7D19;
  font-weight: bold;
}
.list .header > div > a {
  overflow: hidden;
}
.list .row {
  margin-left: 0;
  margin-right: 0;
}
.list .entry {
  display: block;
  cursor: pointer;
}
.list .entry:hover {
  background-color: #FE7D19;
  color: #FFFFFF;
}
.list .icon {
  float: left;
  margin: 0 4px;
}
.list .list-filter {
  cursor: pointer;
}
.list-filter-dialog {
  font-size: 12px;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #FE7D19;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 4px #3B4244;
}
.list-filter-dialog .ui-dialog-titlebar {
  display: none;
}
.list-filter-dialog .list-filter-sort {
  cursor: pointer;
}
.list-filter-dialog .overflow {
  height: 200px;
  overflow-y: scroll;
  padding-right: 5px;
}
.list-filter-dialog input {
  font-size: 12px;
}
.list-filter-dialog input[type="checkbox"] {
  position: static;
}
.list-filter-dialog input[type="checkbox"] + label {
  font-size: 12px;
}
.list-filter-dialog input[type="checkbox"] + label:before {
  content: none;
  display: inline-block;
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  margin: auto;
  vertical-align: auto;
  background: none;
}
.list-filter-dialog input[type="checkbox"]:checked + label:before {
  background: auto;
}
.list-filter-dialog input[type="checkbox"]:focus + label:before {
  outline: none;
}
.list-filter-dialog .list-filter-form {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.list-filter-dialog .list-filter-form-actions input,
.list-filter-dialog .list-filter-form-actions button {
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  width: 100%;
}
.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 1350px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
ul.pagination {
  list-style: inside none disc;
  margin: 20px 0;
  padding-left: 0;
  display: inline-block;
}
ul.pagination li {
  display: inline;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
ul.pagination li a,
ul.pagination li span {
  float: left;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #C4C4C4;
  color: #FE7D19;
  cursor: pointer;
  margin-left: -1px;
}
ul.pagination li a:hover,
ul.pagination li span:hover {
  background-color: #F0F5F6;
}
ul.pagination .active a,
ul.pagination .active span {
  background-color: #FE7D19;
  color: #FFFFFF;
  cursor: default;
}
ul.pagination .active a:hover,
ul.pagination .active span:hover {
  background-color: #FE7D19;
}
ul.pagination .disabled a,
ul.pagination .disabled span {
  color: #8E8E8E;
  cursor: not-allowed;
}
ul.pagination .disabled a:hover,
ul.pagination .disabled span:hover {
  background-color: #FFFFFF;
}
ul.pagination .first a,
ul.pagination .first span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination .last a,
ul.pagination .last span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-form {
  float: right;
}
.search-form input {
  padding: 1px;
}
.search-form input[type="text"] {
  height: 32px;
  padding-left: 5px;
  width: 200px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form input[type="submit"] {
  margin-left: -5px;
  height: 36px;
  border: 1px solid #C4C4C4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#opportunity {
  display: inline-block;
  padding: 2px 0 3px 0;
}
#menu-drupa {
  color: #FE7D19;
  font-weight: bold;
}
#roles-label {
  vertical-align: top;
}
.ui-datepicker {
  background-color: #FFFFFF;
  border: 1px solid #FE7D19;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: bold;
  color: #FE7D19;
  position: relative;
}
.ui-datepicker .ui-icon {
  background-image: url('/images/calendar-arrows.png');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -99999px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: 0 0;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -16px 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  border-top: 1px solid #FE7D19;
  padding: 7px 3px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #C4C4C4;
  height: 22px;
  line-height: 22px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  padding: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.ui-datepicker .ui-datepicker-calendar td.calendar-event a,
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #FE7D19;
  color: #FFFFFF;
  border-radius: 11px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background-color: #FE7D19;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #FFFFFF;
  width: auto;
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 7px 3px;
  text-align: center;
}
.ui-datepicker .ui-state-hover {
  color: #FE7D19;
  font-weight: bold;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  border-left: 1px solid #FE7D19;
  box-sizing: border-box;
}
.ui-datepicker-multi .ui-datepicker-group-first {
  border-left: none;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.form-row-container {
  width: 800px;
}
.form-row {
  font-size: 14px;
}
.form-row .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-row .row.separator {
  background-color: #FE7D19;
  line-height: 1px;
  margin-left: 0;
  margin-right: 0;
}
.form-row .row.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.form-row label,
.form-row .info {
  line-height: 22px;
}
.form-row input[type="text"],
.form-row input[type="number"],
.form-row textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding-left: 5px;
}
.form-row h4 {
  text-align: center;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #FE7D19;
  line-height: 22px;
}
.form-row h5 {
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.form-row ul.errors {
  bottom: -11px;
  right: 6px;
}
.form-row .hint {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}
.detailed-view h4 {
  text-align: center;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #FE7D19;
  line-height: 22px;
}
.detailed-view h5 {
  text-align: center;
  margin: 0;
  font-size: 12px;
}
button.collection-add {
  background-image: url('/images/icons/add.png');
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 24px;
  border-radius: 4px;
  font-size: 14px;
  height: auto;
}
.sort {
  display: block;
  background: transparent no-repeat right bottom;
  background-image: url('/images/sort_both.png');
  padding-right: 19px;
  cursor: pointer;
}
.sort.asc {
  background-image: url('/images/sort_asc.png');
}
.sort.desc {
  background-image: url('/images/sort_desc.png');
}
.default-explanation {
  font-size: 14px;
  color: #3B4244;
  float: right;
}
.default {
  font-weight: bold;
  color: #FE7D19;
}
#create-opportunity-proceed {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0;
  color: #3B4244;
  text-align: center;
}
#roles-label {
  vertical-align: top;
}
#library-logo {
  color: #FE7D19;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
.centered {
  text-align: center;
}
.library ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.library table tbody tr td ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAEklEQVQYlWP4Vyv5Hx9mGBkKAAUjpMHmKku4AAAAAElFTkSuQmCC");
}
.library .centered {
  text-align: center;
}
.library h3 {
  margin: 20px 0;
}
.library a {
  color: #FE7D19;
  text-decoration: underline;
}
.library p.important {
  background-color: #FE7D19;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px;
}
.library p.important a {
  color: #FFFFFF;
  font-weight: bold;
}
.yes {
  color: #26B826;
}
.no {
  color: #B82626;
}
.sales_stage_-100 {
  color: #B82626;
}
.sales_stage_-50 {
  color: #C92770;
}
.sales_stage_0 {
  color: #8E8E8E;
}
.sales_stage_25 {
  color: #64B9D8;
}
.sales_stage_50 {
  color: #407389;
}
.sales_stage_75 {
  color: #2573C8;
}
.sales_stage_100 {
  color: #26B826;
}
.row + .form-privacy-notice {
  font-size: 12px;
  text-align: justify;
}
.form-errors {
  margin: 0;
  padding: 0;
  background-color: #FEF1EC;
  border: 1px solid #B82626;
  border-radius: 4px;
}
.form-errors div {
  padding: 10px;
  color: #B82626;
}
.export-dialog h4 {
  margin: 10px 0;
}
.export-dialog .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.export-dialog .action > div {
  cursor: pointer;
  font-size: 14px;
}
.export-dialog ul.connected-sortable {
  border: 1px dashed #FE7D19;
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0 2px;
}
.export-dialog ul.connected-sortable li {
  font-size: 14px;
  list-style: none;
  margin: 2px 0;
  padding: 2px 5px;
  width: 100%;
  border: 1px solid #FE7D19;
  box-sizing: border-box;
  background-color: #FFFFFF;
  cursor: pointer;
}
.export-dialog ul.connected-sortable li.ui-sortable-helper {
  box-shadow: 0 5px 10px #3B4244;
  cursor: move;
}
.export-dialog ul.connected-sortable li.ui-state-highlight {
  background-color: #F0F5F6;
}
.export-dialog ul.connected-sortable li.ui-state-disabled {
  color: #FE7D19;
}
#export-lists .list-element {
  margin: 0;
  border-left: 2px solid transparent;
}
#export-lists .list-element:hover,
#export-lists .list-element.active {
  border-left-color: #FE7D19;
}
#export-lists .list-element-item {
  padding: 5px 10px;
  cursor: pointer;
}
#export-lists .list-element-delete {
  padding: 5px;
}
.spin {
  -webkit-animation: spin 1s steps(8, end) infinite;
  -moz-animation: spin 1s steps(8, end) infinite;
  animation: spin 1s steps(8, end) infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ups-header {
  font-size: 14px;
  margin: 20px 10px;
}
.ups-header .label {
  text-decoration: underline;
  text-align: right;
}
.ups .row {
  margin: 30px 0;
}
.ups .logo {
  background: transparent url('/images/UPS.gif') no-repeat center center;
  height: 87px;
}
.ups .agree {
  text-align: center;
  margin: 10px;
}
.ups .notice {
  color: #8E8E8E;
  font-size: 12px;
  text-align: center;
}
.ups p {
  margin: 0;
  line-height: 1.5em;
}
.ups .form-row .row {
  margin: 10px 0;
}
#exception-information {
  font-size: 14px;
}
.login-register {
  margin-bottom: 20px;
}
.login-register .box {
  border-radius: 5px;
  border: 1px solid #FE7D19;
  padding: 10px;
  height: 221px;
}
.login-register a {
  color: #FE7D19;
  text-decoration: underline;
}
.login-register .login-form-error {
  text-align: center;
}
#shopping-cart .shopping-cart-entry {
  border: 1px solid #FE7D19;
  margin: 10px 0;
  padding: 10px;
}
#shopping-cart .shopping-cart-entry a:hover {
  color: #FE7D19;
}
#shopping-cart .shopping-cart-delete {
  font-size: 12px;
  cursor: pointer;
  color: #FE7D19;
}
#shopping-cart .shopping-cart-delete:hover {
  text-decoration: underline;
}
#shopping-cart .checkout {
  margin: 10px 0;
}
.wide-buttons button {
  height: auto;
  width: 100%;
}
.wide-buttons .button {
  box-sizing: border-box;
  width: 100%;
}
.checkout-delivery {
  position: relative;
}
.checkout-delivery .shop-delivery-selectable {
  border: 1px solid transparent;
  border-radius: 5px;
}
.checkout-delivery .shop-delivery-selectable:hover,
.checkout-delivery .shop-delivery-selected {
  border-color: #FE7D19;
}
.checkout-delivery .shop-quote-proceed {
  margin: 20px 0;
}
.checkout-delivery .form-errors {
  margin-bottom: 10px;
}
.form-cart-quantity {
  line-height: 37px;
  vertical-align: middle;
}
.form-cart-quantity .shopping-cart-delete {
  margin-left: 20px;
}
.erp-number {
  font-size: 12px;
  background-color: white;
  color: #8E8E8E;
}
.registration-notice a {
  color: #FE7D19;
  text-decoration: underline;
}
.hover-color-orange:hover {
  color: #FE7D19;
}
.hover-color-bg-grey:hover {
  background-color: #ECF0F1;
}
.table-footer {
  border-top: 1px solid #FE7D19;
}
a.orange-underline {
  color: #FE7D19;
  text-decoration: underline;
}
#shop-categories .cycle-overlay {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  text-shadow: 1px 1px 2px #000000;
}
#shop-categories .cycle-overlay a:hover {
  color: #FE7D19;
}
#shop-categories .row a:hover {
  color: #FE7D19;
}
#shop-categories .shopform .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
#shop-categories .shopform .search {
  position: relative;
}
#shop-categories .shopform .search input.submit {
  display: none;
}
#shop-categories .shopform .search .submit {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
}
#shop-categories .shopform .search .submit:hover {
  color: #FE7D19;
  cursor: pointer;
}
#shop-categories .product-image {
  border: 1px solid #8E8E8E;
  margin-bottom: 10px;
  position: relative;
}
#shop-categories .product-image img {
  display: block;
}
#shop-categories .product-description {
  font-size: 15px;
  margin-top: 5px;
}
.shop-price-label {
  font-size: 14px;
}
.shop-price-base {
  color: #8E8E8E;
  font-size: 14px;
  position: relative;
}
.shop-price-base::after {
  border-top: 1px solid;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
}
.message {
  border-radius: 4px;
  border: 1px solid;
  padding: 10px;
}
.message.success {
  color: #155724;
  background-color: #D4EDDA;
  border-color: #C3E6CB;
}
.message.warning {
  color: #856404;
  background-color: #FFF3CD;
  border-color: #FFEEBA;
}
.message.error {
  color: #721C24;
  background-color: #F8D7DA;
  border-color: #F5C6CB;
}
.color-allowed {
  color: #155724;
  background-color: #D4EDDA;
  border-color: #C3E6CB;
}
.color-forbidden {
  color: #721C24;
  background-color: #F8D7DA;
  border-color: #F5C6CB;
}
.info-circle {
  cursor: pointer;
}
.info-circle-text {
  line-height: 1em;
}
.partner-info .partner-info-detail {
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 1;
  background-color: #FFFFFF;
  border-left: 1px solid #FE7D19;
  padding-left: 10px;
}
.row-margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-margin-0 {
  margin-left: 0;
  margin-right: 0;
}
.hover-color-children:hover .children-color-orange {
  color: #FE7D19;
}
.corner {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
}
.corner .triangle {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 140px solid #FFFFFF;
  border-left: 140px solid transparent;
}
.corner .text {
  position: absolute;
  z-index: 2;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: left top;
  vertical-align: bottom;
  text-transform: uppercase;
  top: 0;
}
.corner .text.text-row-1 {
  left: 103px;
  width: 14px;
}
.corner .text.text-row-2 {
  left: 98px;
  width: 60px;
}
.corner .text.text-row-3 {
  left: 65px;
  width: 106px;
}
.corner .text.text-row-4 {
  left: 33px;
  width: 152px;
}
.corner .text.text-row-line {
  background-color: #8E8E8E;
  left: 0px;
  width: 198px;
  height: 1px;
}
.row-padding-wide {
  margin-left: -22px;
  margin-right: -22px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.row-padding-wide .col-3 {
  padding: 0 22px;
}
.row-padding-wide .col-4 {
  padding: 0 22px;
}
li.margin7 {
  margin: 7px;
}
#vendor-info-record-form [readonly="readonly"] {
  background-color: #FFFFFF;
}
#vendor-info-record-form [readonly="readonly"]:focus {
  border-color: #C4C4C4;
}
.list-header-line {
  height: 36px;
  line-height: 36px;
}
.list-header-line span {
  font-size: 14px;
  vertical-align: middle;
}
.cursor-pointer {
  cursor: pointer;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #FE7D19;
  border-radius: 4px;
}
.ui-progressbar .ui-progressbar-value {
  border: 1px solid #FE7D19;
  margin: -1px;
  height: 100%;
  background-color: #FEA866;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.processable-request {
  position: relative;
}
.process-request {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-request.hidden {
  display: none;
}
.font-size-24 {
  font-size: 24px;
}
.underline-dotted-orange {
  text-decoration: underline dotted #FE7D19;
}
.margin-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.padding-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.margin-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.padding-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#crm-address-leaflet {
  height: 330px;
}
.leaflet-attribution-flag {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */