/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ SITE INTERNET OFFICIEL DE LA SOCIETE DENIS BACHES \\\\\\\\\\\\\\\\\\\\\//
//\ Nom de domaine principal : www.denisbaches.com \\\\\\\\\\\\\\\\\\\\\\\\//
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ Website created by SC-CONCEPTION Enterprise \\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ Website powered by SAAS Software IMINENCE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
.block-page > ul.nav {
  background: #004388;
  padding: 10px 10px 0px 10px;
  margin: 0;
}
.block-page > ul.nav > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > ul.nav > li > a > span {
  background: #004388;
  color: #fff;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 0px 0px 0px 3px #ffd358, inset 1px 1px 0px 15px #004388;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > ul.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-bottom-color: #f7f7f7;
}
.block-page > ul.nav > li.active > a {
  background-color: #f7f7f7;
  color: #004388;
  pointer-events: none;
}
.block-page > ul.nav > li.disabled > a {
  pointer-events: none;
  border-color: transparent;
}
.block-page > .tab-content > .block-price {
  float: right;
  text-align: right;
  margin: 0 0 15px 0;
}
.block-page > .tab-content > .block-price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
.block-page > .tab-content > .block-price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
.block-page > .tab-content > .block-price > .unit-measure {
  font-size: 28px;
  font-weight: 300;
}
.block-page > .tab-content > .tab-pane > .page-header {
  padding: 25px 25px 25px 0;
}
.block-page > .tab-content > .tab-pane fieldset {
  margin: 0;
  padding: 20px;
  border: 5px solid #e8e8e8;
  background: #fff;
  border-radius: 0;
}
.block-page > .tab-content > .tab-pane fieldset > legend {
  color: #004388;
  background: #fff;
  border: none;
  padding: 0px 15px;
  border-radius: 0;
  margin: 0 0 0 -10px;
}
.block-page > .tab-content > .tab-pane fieldset > legend > img.exclamation {
  height: 26px;
  float: left;
  margin-right: 15px;
}
.block-page > .tab-content > .tab-pane label {
  font-weight: normal;
}
.block-page > .tab-content > .tab-pane .form-group .icon-wait,
.block-page > .tab-content > .tab-pane .form-group .icon-danger,
.block-page > .tab-content > .tab-pane .form-group .icon-success {
  display: none;
  float: left;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #e8e8e8;
  line-height: 40px;
  border-radius: 5px;
  margin: 3px 10px 0px 0px;
}
.block-page > .tab-content > .tab-pane .form-group .icon-wait {
  display: block;
  color: gray;
}
.block-page > .tab-content > .tab-pane .form-group .icon-danger {
  color: red;
}
.block-page > .tab-content > .tab-pane .form-group .icon-success {
  color: green;
}
.block-page > .tab-content > .tab-pane .form-group label {
  font-weight: normal;
}
.block-page > .tab-content > .tab-pane .form-group .form-control {
  border-radius: 0;
}
.block-page > .tab-content > .tab-pane .form-group .form-control:hover {
  border: 1px solid rgba(1, 68, 138, 0.5);
  box-shadow: 0 0 8px rgba(1, 68, 138, 0.1);
}
.block-page > .tab-content > .tab-pane .form-group .form-control:focus {
  border: 1px solid #004388;
  box-shadow: 0 0 8px #004388;
}
.block-page > .tab-content > .tab-pane .form-group .input-group-prepend > .input-group-text,
.block-page > .tab-content > .tab-pane .form-group .input-group-append > .input-group-text {
  background-color: #004388;
  border: 1px solid #004388;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-danger .icon-wait {
  display: none;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-danger .icon-danger {
  display: block;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-danger .form-control {
  border: 1px solid rgba(255, 0, 0, 0.5);
  color: red;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-danger .form-control:hover {
  border: 1px solid red;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.1);
}
.block-page > .tab-content > .tab-pane .form-group.form-group-danger .form-control:focus {
  border: 1px solid red;
  box-shadow: 0 0 8px red;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-success .icon-wait {
  display: none;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-success .icon-success {
  display: block;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-success .form-control {
  border: 1px solid rgba(0, 128, 0, 0.5);
  color: green;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane .form-group.form-group-success .form-control:hover {
  border: 1px solid green;
  box-shadow: 0 0 8px rgba(0, 128, 0, 0.1);
}
.block-page > .tab-content > .tab-pane .form-group.form-group-success .form-control:focus {
  border: 1px solid green;
  box-shadow: 0 0 8px green;
}
.block-page > .tab-content > .tab-pane .form-group > .help-block {
  opacity: 0;
  margin: 0;
  padding: 7px 2px;
  background: #b1fbff;
  color: #000;
  font-size: 12px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane .form-group > .help-block > i {
  color: white;
  background: #01448a;
  padding: 5px;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 5px;
  border-radius: 25px;
}
.block-page > .tab-content > .tab-pane .form-group:hover > .help-block,
.block-page > .tab-content > .tab-pane .form-group:focus > .help-block {
  opacity: 1;
}
.block-page > .tab-content > .tab-pane .custom-checkbox {
  margin: 0;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-label {
  padding: 0px 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 18px;
  height: 46px;
  padding-left: 45px;
  line-height: 46px;
  cursor: pointer;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-label > .badge-price {
  float: right;
  color: #777;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-label::before {
  width: 46px;
  height: 46px;
  padding: 0px;
  border-radius: 0;
  margin: -5px 0px;
  font-family: 'icofont';
  content: "\efa9";
  background-color: #f0f0f0;
  color: red;
  text-align: center;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-label::after {
  top: 0;
  left: -23px;
  width: 44px;
  height: 44px;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #cfcfcf;
}
.block-page > .tab-content > .tab-pane .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: green;
}
.block-page > .tab-content > .tab-pane hr {
  border-top: 10px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane .btn.step-return,
.block-page > .tab-content > .tab-pane .btn.step-submit {
  font-size: 24px;
  line-height: 70px;
  border-radius: 0;
  background-color: #fff;
  color: #004388;
  border: 4px solid #004388;
  font-weight: bold;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane .btn.step-return:hover,
.block-page > .tab-content > .tab-pane .btn.step-submit:hover {
  background-color: #004388;
  border: 4px solid #fff;
  color: #fff;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary {
  height: 200px;
  font-size: 36px;
  background: #e8e8e8;
  color: #004388;
  border-radius: 0;
  border: 5px solid;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary > span {
  color: red;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary > small {
  font-weight: 300;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary:focus,
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary:hover {
  color: #fff;
  background: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary:focus > span,
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary:hover > span {
  background: #fff;
  padding: 0 10px;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary.active {
  color: #fff;
  background: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step1 .choose-trailer .btn-secondary.active > span {
  color: green;
  background: #fff;
  padding: 0 10px;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand {
  margin-top: 25px;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media {
  background-color: #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media > .media-body {
  padding: 10px;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media > .media-body > .trailer-brands .form-group,
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media > .media-body > .trailer-models .form-group {
  margin: 0;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media > .media-body > .trailer-brands {
  margin-bottom: 10px;
}
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media .brand-picture,
.block-page > .tab-content > .tab-pane.pane-step1 .trailer-brand > .media .model-picture {
  border: 4px solid #e8e8e8;
  height: 210px;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form {
  position: relative;
  padding: 0;
  border: 5px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .mask-selected {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 104px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .mask-selected > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .mask-selected > div > i {
  font-size: 10rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .mask-selected > div > i.icofont-check {
  color: rgba(0, 255, 100, 0.7);
  display: inline-block;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .mask-selected > div > i.icofont-close {
  color: rgba(255, 0, 0, 0.7);
  display: none;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .logo-brand {
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 25px;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .caption {
  padding: 0;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .caption > h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  background-color: #f0f0f0;
  padding: 15px 10px;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .caption > button {
  border: none;
  border: 4px solid #f0f0f0;
  background-color: #004388;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form > .caption > button:hover {
  background-color: #fff;
  border-color: #004388;
  color: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form:hover,
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form:focus {
  background-color: #004388;
  box-shadow: 0px 0px 5px 1px #004388;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form:hover > img,
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form:focus > img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.active {
  background-color: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.active .mask-selected {
  display: block;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled > .mask-selected {
  display: block !important;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled > .mask-selected .fa-check {
  display: none !important;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled > .mask-selected .fa-times {
  display: inline-block !important;
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled > .logo-brand {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.block-page > .tab-content > .tab-pane.pane-step2 .tarp-form.disabled > .caption > button {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-decoration: line-through;
  pointer-events: none;
}
.block-page > .tab-content > .tab-pane.pane-step3 > .block-surface {
  float: right;
  font-size: 36px;
  color: #aaa;
  line-height: 94px;
  text-align: right;
}
.block-page > .tab-content > .tab-pane.pane-step3 .tarp-form {
  position: relative;
  padding: 0;
  border: 5px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
.block-page > .tab-content > .tab-pane.pane-step3 .tarp-form > img {
  width: 100%;
}
.block-page > .tab-content > .tab-pane.pane-step3 .tarp-form > .logo-brand {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 25px;
}
.block-page > .tab-content > .tab-pane.pane-step3 .tarp-form > .caption {
  background: #e8e8e8;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .model-picture {
  border: none;
  padding: 0;
  margin: 0;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .model-picture > .caption {
  padding: 0;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .model-picture > .caption > .btn {
  padding: 5px 0;
  border-radius: 0;
  text-align: left;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .model-picture > .caption > .btn > .fa {
  color: red;
  float: left;
  font-size: 36px;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .table > thead > tr > th,
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .table > tbody > tr > th,
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .table > thead > tr > td,
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model .table > tbody > tr > td {
  font-size: 14px;
}
.block-page > .tab-content > .tab-pane.pane-step3 .trailer-model p {
  text-align: justify;
  font-size: 14px;
}
.block-page > .tab-content > .tab-pane.pane-step3 .size-ladder-door,
.block-page > .tab-content > .tab-pane.pane-step3 .size-rear-frame {
  margin: 0px;
  padding: 15px 15px 0px 15px;
  border-left: 46px solid #cccccc;
  background: #f0f0f0;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-picture {
  position: relative;
  padding: 0;
  border: 5px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-picture > img {
  width: 100%;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-picture > .logo-brand {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 25px;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-picture > .caption {
  background: #e8e8e8;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel {
  border-radius: 0;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-heading {
  border-radius: 0;
  color: #01448a;
  background-color: #e8e8e8;
  border-color: #ddd;
  font-size: 18px;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body {
  padding-bottom: 0;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body ul.canvas-feature > li {
  padding: 0 0 0.25rem 0;
  border: none;
  box-shadow: inset 0px -1px 0px 0px #ccc;
  margin: 0 0 0.75rem 0;
  background-color: transparent;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body ul.canvas-feature > li > i {
  color: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body ul.canvas-feature > li > b {
  color: #004388;
  font-weight: normal;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color {
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 1rem 1rem 0;
  line-height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color > i {
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color:hover {
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color.active,
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color.active > i,
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-colors > .canvas-color.selected > i {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet {
  margin-top: 1rem;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn > i {
  color: #fff;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn:hover,
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn:focus {
  background-color: #fff;
  color: #ffcc00;
}
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn:hover > i,
.block-page > .tab-content > .tab-pane.pane-step4 .tarp-canvas-types > .panel > .panel-body .canvas-booklet > a.btn:focus > i {
  color: #004388;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail {
  position: relative;
  padding: 0;
  border-radius: 0;
  margin: -20px;
  box-shadow: none;
  border: none;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > img {
  width: 100%;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-reinforcement-band {
  z-index: 1;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-reinforcement-corner {
  z-index: 2;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-well-light {
  z-index: 3;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-open-face,
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-open-side {
  z-index: 3;
}
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-carnation-face,
.block-page > .tab-content > .tab-pane.pane-step5 .tarp-view .thumbnail > div.option-carnation-side {
  z-index: 4;
}
.block-page > .tab-content > .tab-pane.pane-step5 .blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}
.block-page > .tab-content > .tab-pane.pane-step5 .blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.block-page > .tab-content > .tab-pane.pane-step5 .blog .carousel-indicators .active {
  background: #707070;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-carnation .carnation-picture {
  width: 100%;
  height: 165px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 4px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-carnation .carnation-thumbnail {
  width: 100%;
  height: 30px;
  background-position: center;
  background-size: cover;
  border: 2px solid #e8e8e8;
  margin: 10px 0px;
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-carnation .carnation-thumbnail:hover {
  border: 2px solid #004388;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-carnation .form-group > .input-group > .input-group-addon:first-child {
  width: 120px;
  text-align: left;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-reinforcement .reinforcement-picture {
  width: 100%;
  height: 92px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 4px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-open .open-picture {
  width: 100%;
  height: 184px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 4px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step5 .option-well-light .well-light-picture {
  width: 100%;
  height: 92px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 4px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload {
  border: 1px solid #ffcc43;
  background: #ffe6b7;
  padding: 15px;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload .upload-picture {
  width: 155px;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-success {
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-success .alert {
  padding: 0;
  color: #155724;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-warning {
  border: 1px solid #f8d7da;
  background-color: #f5c6cb;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-warning .alert {
  padding: 0;
  color: #721c24;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-progress {
  border: 1px solid #cce5ff;
  background-color: #b8daff;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-upload.tarp-upload-progress .alert {
  padding: 0;
  color: #004085;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view {
  position: relative;
  padding: 0;
  border: 5px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > img {
  width: 100%;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-reinforcement-band {
  z-index: 1;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-reinforcement-corner {
  z-index: 2;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-well-light {
  z-index: 3;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-open-face,
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-open-side {
  z-index: 3;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-carnation-face,
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-view > div.option-carnation-side {
  z-index: 4;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-picture {
  width: 100px;
  border: 4px solid #e8e8e8;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-colors > a {
  background: #1e9696;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 42px;
  border: 4px solid #e8e8e8;
  float: left;
  margin: 0 10px 10px 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-colors > a > .fas {
  opacity: 0;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-colors > a:hover {
  border: 4px solid #004388;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-colors > a.active {
  border: 4px solid #004388;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-sandow .sandow-colors > a.active > .fas {
  opacity: 1;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data {
  border-radius: 0;
  padding: 0;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data > .product-data-picture {
  margin: 10px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data > .caption {
  padding: 0;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data > .caption > h3 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #ddd;
  padding: 10px 10px 0px 10px;
  height: 60px;
  max-height: 60px;
  overflow: visible;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data > .caption > .form-group {
  margin: 0;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-products .product-data > .caption > .form-group > .form-control {
  border-radius: 0;
  border: none;
  text-align: right;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price .icon-image {
  width: 75px;
  height: 75px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  border-radius: 50px;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price > .block-price {
  text-align: right;
  margin: 0 0 15px 0;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price > .block-price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price > .block-price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price > .block-price > .unit-measure {
  font-size: 28px;
  font-weight: 300;
}
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price .form-control,
.block-page > .tab-content > .tab-pane.pane-step6 .tarp-price .input-group-addon {
  border-radius: 0;
}
.zoomContainer {
  pointer-events: none;
}
main > section > .center .block-page ul.nav {
  background-color: #004388;
}
main > section > .center .block-page ul.nav > li.nav-item > .nav-link:hover,
main > section > .center .block-page ul.nav > li.nav-item > .nav-link.active {
  background-color: #ffcc00;
  color: #004388;
}
main > section > .center .block-page fieldset .btn.btn-primary {
  color: #fff !important;
  background-color: #004388 !important;
  border-color: #004388 !important;
}
main > section > .center .block-page fieldset .btn.btn-primary:hover,
main > section > .center .block-page fieldset .btn.btn-primary.focus {
  color: #004388 !important;
  background-color: #fff !important;
  border-color: #004388 !important;
}
main > section > .center .block-page fieldset:hover > legend,
main > section > .center .block-page fieldset.active > legend {
  background-color: #004388;
}

/*# sourceMappingURL=trailer.css.map */