/* Import fonts */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

button:focus {
  background: #349deb;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

img {
  display: inline;
}

.underlined-title{
    font-size: 13px;
    border-bottom: 1px solid #1674C7;
    padding-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}
.d-flex{
    display: flex;
}

/*document center css
/*extract to seperate file*/
/* Overwrite bootstrap? */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/*-------------------------*/

/***** General Classes *****/

/*-------------------------*/

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.current-step {
  border-radius: 50%;
  box-shadow: 0 0 3pt 2pt #1176c0;
}

.nowrap {
  white-space: nowrap;
}

.width-40pc {
  width: 40%;
}

.width-50pc {
  width: 50%;
}

input.spinner[type="text"],
input.spinner[type="password"],
input.spinner[type="datetime"],
input.spinner[type="datetime-local"],
input.spinner[type="date"],
input.spinner[type="month"],
input.spinner[type="time"],
input.spinner[type="week"],
input.spinner[type="number"],
input.spinner[type="email"],
input.spinner[type="url"],
input.spinner[type="search"],
input.spinner[type="tel"],
input.spinner[type="color"] {
  background: url("../img/input-spinner.gif") right no-repeat !important;
}

.div-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* disable safari autocomplete */

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.modal-title {
  display: inline-block;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 13px;
}

/*-----------------------*/

/***** Dealer Styles *****/

/*-----------------------*/

.info-text {
  padding: 0 30px;
}

.dealer-offer-actions {
  width: 180px;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1674c7;
  border-color: #1674c7;
}

.panel-heading .panel-heading-warning {
  border: 1px solid orange;
  border-radius: 2px;
  padding: 5px 10px;
  color: orange;
  margin-top: -6px;
}

.cancel-upload {
  margin-right: 20px;
}

.btn {
  box-shadow: none;
}

.btn.waves-blue:hover,
.btn.waves-blue:focus,
.btn.waves-light:hover,
.btn.waves-light:focus {
  color: #fff;
}

.btn.waves-blue:focus,
.btn.waves-light:focus,
.btn-flat:focus,
.btn-flat:hover {
  text-decoration: underline;
}

.btn-flat-dynamic {
  height: auto;
  line-height: normal;
}

.btn.btn-default {
  color: rgba(0, 0, 0, 0.54);
  /* https://material.io/guidelines/style/color.html#color-usability */
  border-color: rgba(0, 0, 0, 0.54);
  /* https://material.io/guidelines/style/color.html#color-usability */
  background-color: #fff;
  border: 1px solid;
}

.btn.btn-default:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.btn.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  background-color: transparent;
}

.btn.btn-link:hover {
  box-shadow: none;
}

.row-search .select-wrapper input.select-dropdown {
  height: 36px;
}

.offer-detail [type="checkbox"] + label {
  line-height: normal;
  height: 14px;
  margin: 0;
  top: -3px;
}

.table-order > tfoot > tr:first-child > td,
.table-offer > tfoot > tr:first-child > td {
  border-top: 2px solid #ddd;
}

.table-order > tfoot > tr > td,
.table-offer > tfoot > tr > td {
  border: none;
}

/*-------------------------------------*/

/***** Hardcoded Info Pages Styles *****/

/*-------------------------------------*/

.waaromkiezenvoorons ul li,
.nieuws ul li {
  min-height: 50px;
  line-height: 20px;
  background: #f0f0f0;
  padding: 15px 20px 15px 65px;
  font-size: 18px;
  font-weight: 100;
  margin: 8px;
  position: relative;
}

.waaromkiezenvoorons ul li.dual-line,
.nieuws ul li.dual-line {
  min-height: 70px;
}

.waaromkiezenvoorons ul li i,
.nieuws ul li i {
  color: #349dec;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 20px;
}

.waaromkiezenvoorons ul li.dual-line i,
.nieuws ul li.dual-line i {
  top: 22px;
}

.waaromkiezenvoorons {
  margin-bottom: 80px;
}

.nieuws {
  margin-bottom: 80px;
}

.watdoenwe {
  margin-bottom: 80px;
}

.watdoenwe .block {
  background: #f0f0f0;
  padding: 40px 50px;
  margin-bottom: 50px;
}

.watdoenwe .block h2 {
  margin: 0;
}

.watdoenwe .block p {
  margin-top: 15px;
  font-weight: 100;
  font-size: 18px;
  color: #555;
}

.watdoenwe ul li {
  min-height: 50px;
  line-height: 20px;
  background: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 100;
  margin: 0 0 5px;
  position: relative;
}

.watdoenwe ul li i {
  color: #349dec;
  margin-right: 20px;
}

.missie {
  margin-bottom: 100px;
}

.missie img {
  width: 100%;
}

.missie h3 {
  color: #349dec;
  font-weight: 100;
  font-size: 20px;
}

.missie p {
  font-weight: 100;
  font-size: 16px;
}

.newprintwordtenvelbag img {
  width: 70%;
}

.wiezijnwe .block {
  margin-bottom: 80px;
}

.wiezijnwe .block .header {
  background: #333;
  height: 80px;
  color: #fff;
  padding: 30px 30px 30px 110px;
}

.wiezijnwe .block .header h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  position: relative;
}

.wiezijnwe .block .header h2 i {
  font-size: 50px;
  position: absolute;
  top: -13px;
  left: -70px;
}

.wiezijnwe .block .intro {
  margin: 50px 50px 35px;
  font-size: 20px;
  color: #349dec;
  font-weight: 100;
}

.wiezijnwe .block p {
  margin: 30px 50px;
  font-size: 16px;
  font-weight: 100;
}

.wiezijnwe .block .inner-block {
  background: #f0f0f0;
}

.wiezijnwe .block .header.blue {
  background: #1075c4;
  height: 80px;
}

.contact .contact-box {
  height: 60px;
  background: #f5f5f5;
}

.contact .contact-box .contact-box-icon {
  height: 60px;
  width: 50px;
  background: #ebebeb;
  float: left;
  position: relative;
}

.contact .contact-box .contact-box-icon i {
  color: #0f74c3;
  position: absolute;
}

.contact .contact-box .contact-box-icon i.fa-map-marker {
  top: 10px;
  left: 15px;
}

.contact .contact-box .contact-box-icon i.fa-envelope-o {
  top: 11px;
  left: 8px;
  font-size: 2.7em;
}

.contact .contact-box .contact-box-icon i.fa-phone {
  top: 12px;
  left: 11px;
}

.contact .contact-box .contact-box-icon i.fa-percent {
  font-size: 2.7em;
  top: 11px;
  left: 11px;
}

.contact .contact-box .contact-box-icon i.fa-bank {
  font-size: 2.3em;
  top: 13px;
  left: 10px;
}

.contact .contact-box .contact-box-text {
  height: 60px;
  background: #f5f5f5;
  float: left;
  padding: 12px 0 0 10px;
}

.contact .contact-box .contact-box-text p {
  margin: 0;
}

.contact .contact-box .contact-box-text .title {
  color: gray;
  font-size: 11px;
}

.contact .contact-form-wrapper {
  padding: 15px;
  border: 1px solid lightgray;
  border-radius: 3px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea.materialize-textarea {
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
}

.contact input[type="text"]:focus:not([readonly]),
.contact input[type="email"]:focus:not([readonly]),
.contact textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #0f74c3;
  box-shadow: 0 1px 0 0 #0f74c3;
}

.contact label {
  font-weight: 400;
}

.contact textarea.materialize-textarea {
  height: 36px;
  margin: 0;
}

.contact .row-cta {
  margin-bottom: 15px;
}

.row-cta .download-pdf-actions {
  margin-top: 12px;
}

.contact .maps iframe {
  pointer-events: none;
}

.row-contact-box {
  margin-bottom: 20px;
}

.algemenevoorwaarden ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.algemenevoorwaarden li {
  padding-left: 1em;
  text-indent: -1em;
}

.algemenevoorwaarden li:before {
  content: "-";
  padding-right: 5px;
}

.algemenevoorwaarden h5 {
  margin-bottom: 0;
  margin-top: 25px;
}

/*----------------------------------*/

/***** Dealer Navigation Styles *****/

/*----------------------------------*/

.top-wrapper .regular-header h1 {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 30px;
}

.dealer-navigation {
  margin-bottom: 30px;
  color: #2a2a2a;
}

.dealer-navigation a {
  color: #2a2a2a;
}

.dealer-navigation a:hover {
  color: #2a2a2a;
  text-decoration: underline;
}

.dealer-navigation i {
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 0px;
}

.dealer-navigation div div {
  text-align: center;
}

.dealer-navigation .element {
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  display: block;
}

.dealer-navigation .active .element {
  border-bottom-color: #1674c7;
}

.dealer-navigation {
  border: none;
  /*border-bottom: 1px solid #1674C7;*/
}

/*--------------------------------------*/

/***** 'Logged-in as'-header Styles *****/

/*--------------------------------------*/

.admin-header {
  position: fixed;
  width: 100%;
  background: #1176c0;
  z-index: 10;
  color: #fff;
}

.admin-header p {
  padding-top: 8px;
}

/*----------------------*/

/***** Login Styles *****/

/*----------------------*/

.login-header h1 {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 30px;
}

.login-box span.input-group-addon {
  background-color: transparent;
  border: none;
  color: #0f74c3;
}

.login-box .input-group {
  border: 1px solid #0f74c3;
}

.login-box .form-group > label {
  font-size: 14px;
  font-weight: 100;
}

.login-box .fa {
  width: 14px;
  height: 14px;
}

.login-box #basic-addon2 i {
  font-size: 16px;
}

.login-box [type="checkbox"]:not(:checked),
.login-box [type="checkbox"]:checked {
  position: relative;
  left: 0px;
  opacity: 1;
}

.login-help {
  margin-top: 130px;
  margin-bottom: 20px;
}

/*-----------------------------------*/

/***** Order Positioneren Styles *****/

/*-----------------------------------*/

.page-box {
  border: 1px solid #999;
  border-radius: 4px;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.page-box:hover {
  border-color: #333;
}

.page-box.selected {
  border-color: #08c;
}

.fa-complete {
  color: #5ace34;
}

.uncompleted {
  display: none;
}

#recto-template,
#verso-template {
  display: none;
}

/*------------------------------------*/

/***** Order Product Fiche Styles *****/

/*------------------------------------*/

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.productfiche .no-top-border {
  border-top: none !important;
}

.productfiche .no-bottom-border {
  border-bottom: none !important;
}

.productfiche .table > tbody > tr > td.table-text {
  padding: 0 8px;
  vertical-align: middle;
}

.productfiche .download-btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #1176c0;
  font-size: 0.9em;
  color: #1176c0;
  text-decoration: none;
  margin: 10px 0;
}

.productfiche .download-btn:hover {
  color: #fff;
  background: #1176c0;
}

.productfiche .download-btn.disabled {
  pointer-events: none;
  cursor: no-drop;
  color: #fff;
  background: #a9a9a9;
  border: 1px solid lightgray;
}

.productfiche .download-btn:disabled:hover {
  pointer-events: none;
  color: #fff;
  background: #a9a9a9;
}

.productfiche .table-bordered {
  border: 1px solid #ddd;
}

.productfiche .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.productfiche table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 15px;
}

.productfiche #second-table tr th:nth-child(1n + 1),
.productfiche #second-table tr td:nth-child(1n + 1) {
  width: 25%;
}

.productfiche #third-table tr th:nth-child(1n + 2) {
  width: 13.5%;
}

.productfiche .table-bordered > thead > tr > th,
.productfiche .table-bordered > tbody > tr > th,
.productfiche .table-bordered > tfoot > tr > th,
.productfiche .table-bordered > thead > tr > td,
.productfiche .table-bordered > tbody > tr > td,
.productfiche .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.productfiche .table > thead > tr > th,
.productfiche .table > thead > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.productfiche .table > tbody > tr > th,
.productfiche .table > tbody > tr > td {
  padding: 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.productfiche .small-table tr td,
.productfiche .small-table tr th {
  padding: 6px 10px !important;
  font-size: 0.85em;
}

.productfiche th {
  text-align: left;
}

.productfiche td,
.productfiche th {
  padding: 0;
}

.productfiche .modal-dialog {
  min-height: 100%;
}

.productfiche .modal-content {
  min-height: 90%;
  padding-bottom: 66px;
}

.productfiche table td {
  padding: 0 5px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.productfiche table td:nth-child(1) {
  padding-left: 0;
}

.productfiche table td img {
  width: 235px;
}

.productfiche tr#beschikbaarheid td {
  padding-top: 10px;
}

.productfiche #sluit-productfiche-modal {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.productfiche .traceringsnummer-blok {
  margin-left: 15px;
}

.productfiche table#options th {
  text-align: center;
}

.productfiche table#options td,
.productfiche table#options th {
  border: 1px solid #d8d8d8;
  background: #ebebeb;
  border-radius: 0;
}

.productfiche .green-cell {
  background: #7fadd6;
}

.productfiche .orange-cell {
  background: #ccc;
}

.productfiche .legend-item .green-cell,
.productfiche .legend-item .orange-cell {
  display: inline-block;
  padding: 6px 15px;
}

.productfiche .legend-item {
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.6);
}

.productfiche a:active,
.productfiche a:hover {
  outline: 0;
}

.productfiche .modal-footer {
  padding: 0;
}

/*-----------------------------*/

/***** Order Step 1 Styles *****/

/*-----------------------------*/

#myModal button.productfiche {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
  border: 1px solid gray;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  color: gray;
}

#myModal button.productfiche:hover {
  background: #fff;
  color: #1674c7;
}

button.criteria:focus {
  background: none;
}

.collection-item {
  position: relative;
}

.collection-item:first-letter {
  text-transform: capitalize;
}

input:focus ~ label {
  color: #0f74c3;
}

/* Change the white to any color ;) */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #0f74c3 !important;
}

.ita.search-envelope a {
  display: block;
  height: 44px;
  position: relative;
  color: #0f74c3;
  outline: none;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(15, 116, 195, 0.1);
}

.modal .collection {
  height: 169px;
  overflow-y: auto;
}

.modal [type="radio"]:not(:checked) + label,
.modal [type="radio"]:checked + label {
  font-weight: 400;
}

#table-order-lines {
  display: none;
}

#table-order-lines-message {
  margin: 10px;
}

.input-field label.active {
  font-size: 11px;
}

.input-field {
  margin-top: 8px;
}

.order-step1 .select-wrapper input.select-dropdown:disabled {
  border-bottom: none;
}

.error {
  display: none;
}

#order-client-ref-description-error {
  color: red;
  border: 1px solid;
  display: none;
}

/*-----------------------------*/

/***** Order Step 2 Styles *****/

/*-----------------------------*/

td.file-select {
  padding-top: 3px;
}

td.file-select .input-field {
  margin: 0;
}

#uploader [type="radio"] + label:before,
#uploader [type="radio"] + label:after {
  content: none;
}

#uploader [type="radio"]:not(:checked) + label,
#uploader [type="radio"]:checked + label {
  padding-left: 0;
}

#uploader-overview .dropdown-content li > a,
#uploader-overview .dropdown-content li > span {
  font-size: 10px;
}

#uploader-overview .select-wrapper input.select-dropdown,
#uploader-overview .no-print-selected {
  width: 150px;
  font-size: 10px;
  display: block;
  height: 25px;
  top: 7px;
}

#uploader-overview .select-wrapper input.select-dropdown {
  line-height: normal;
}

#uploader-overview .select-wrapper span.caret {
  top: 16px;
  font-size: 7px;
}

.select-wrapper input.select-dropdown {
  font-size: 13px;
}

.order-step25 .select-wrapper input.select-dropdown {
  border-bottom: 1px solid;
  top: 5px;
  font-size: 13px;
}

.order-step2 .select-wrapper input.select-dropdown,
.order-step5 .select-wrapper input.select-dropdown {
  top: 3px;
  border-bottom: 1px solid gray;
}

input[type="text"].pop {
  position: absolute;
  background: #fff;
  width: 300px;
  height: 26px;
  border: 1px dotted rgb(15, 116, 195);
}

input[type="text"].edit-reference {
  height: 18px;
}

input[type="text"].edit-reference.pop {
  height: 26px;
  border-bottom: 1px dotted !important;
}

.order-step25 #table-step3 input:not(.select-dropdown) {
  height: 0;
}

.order-step2 [type="checkbox"] + label {
  padding: 0;
  width: 28px;
  height: 20px;
  margin: 0;
}

.order-step2 [type="checkbox"] + label:before,
.order-step2 [type="checkbox"]:not(.filled-in) + label:after {
  /*left: -9px;*/
}

.order-step2 tr th:last-of-type,
.order-step2 tr td:last-of-type {
  text-align: center;
}

/*------------------------------*/

/***** Order Step 25 Styles *****/

/*------------------------------*/

.order-step25 .pages img {
  width: 100%;
}

input#start-focus {
  width: 0px;
  height: 0px;
}

/*-----------------------------*/

/***** Order Step 3 Styles *****/

/*-----------------------------*/

#table-step3 input:not(.select-dropdown) {
  font-size: 13px;
  height: 18px;
}

.order-step3 .input-field div.float-left.no-padding {
  margin-top: 4px;
  margin-right: 15px;
}

.order-step3 .ita [type="radio"]:checked + label {
  padding-left: 25px;
}

.order-step3 .select-wrapper input.select-dropdown {
  top: 3px;
  border-bottom: none;
}

.order-step3 .line-label {
  display: none;
}

.required {
  border-bottom: 1px solid transparent;
}

.required.empty {
  border-bottom: 1px solid red;
}

.placeholder-error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}

.placeholder-error::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

.placeholder-error:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}

.placeholder-error:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

.delivery-address,
.new-address {
  display: none;
}

.order-step3 [name="delivery"] + label {
  top: 5px;
}

.footnote {
  padding: 0 15px;
}

.footnote p {
  color: gray;
  font-size: 11px;
}

.general-error {
  display: none;
  color: red !important;
  font-size: 11px;
  margin: 0;
  padding: 0 15px;
}

/*-----------------------------*/

/***** Order Step 4/5 Styles *****/

/*-----------------------------*/

input[type="text"].edit-orderdetail-clientref {
  position: relative;
  top: -3px;
  border-bottom: 1px solid #d0d0d0;
  height: 22px;
  font-size: 13px;
  width: 65px;
}

input[type="text"]:focus:not([readonly]).edit-orderdetail-clientref,
input[type="text"]:focus:not([readonly]).edit-order-clientref {
  border-bottom: 1px solid #d0d0d0;
}

input[type="text"].edit-order-clientref {
  border-bottom: 1px solid #d0d0d0;
  height: 16px;
}

.order-step4 .transport .ita,
.order-step4 .clientref .ita,
.order-step5 .transport .ita,
.order-step5 .clientref .ita {
  padding: 10px;
}

.order-step4 .transport .ita p,
.order-step4 .clientref .ita p,
.order-step5 .transport .ita p,
.order-step5 .clientref .ita p {
  padding: 0;
  margin: 0;
}

.order-step4 .prijs-per-duizend,
.order-step5 .prijs-per-duizend {
  font-size: 9px;
  font-weight: 400;
  color: #333;
  float: right;
  white-space: nowrap;
}

.main-column {
  width: 100%;
}

/*-----------------------------*/

/***** Order Detail Styles *****/

/*-----------------------------*/

.order-detail [type="checkbox"] + label {
  margin: 0;
  height: 18px;
  display: block;
}

.order-detail [type="checkbox"]:checked + label:before {
  left: 5px;
}

/*------------------------*/

/***** Profile Styles *****/

/*------------------------*/

.profile-header {
  margin-top: 45px;
}

.profile-header .avatar {
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid white;
  position: relative;
}

.profile-header .avatar img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.profile-header .name {
  padding-left: 150px;
  color: #fff;
  font-weight: 100;
}

.profile-header .name h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 1px;
}

.profile-header .actions {
  position: absolute;
  right: 15px;
  top: 30px;
}

.profile-header .actions .change-password {
  background-color: #fff;
  color: #222;
  font-size: 11px;
  text-transform: none;
  font-weight: 100;
}

.profile-header .actions .logout {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 11px;
  text-transform: none;
  font-weight: 100;
}

.profile-header .actions button i {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: -6px;
  width: 16px;
}

.profile-header .actions button > i + i,
.profile-header .actions button:hover > i {
  display: none;
}

.profile-header .actions button:hover > i + i {
  display: inherit;
}

.profile-details {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-details .field p {
  margin: 0;
}

.profile-details .field .field-title {
  font-size: 12px;
  color: #c3c3c3;
  font-weight: 100;
}

.profile-details .field .field-value {
  font-size: 16px;
}

.profile-details .action {
  padding-top: 5px;
  padding-right: 0;
}

.profile-details .action button {
  text-transform: none;
  font-weight: 100;
  background-color: #f0f0f0;
  color: #2a2a2a;
  height: 30px;
  line-height: 30px;
}

.profile-details .action button:hover {
  color: #2a2a2a;
}

.profile-links {
  margin-left: 20px;
  background-color: #fcfcfc;
  padding: 5px;
}

.profile-links h4 {
  font-weight: 100;
  margin: 0;
}

.profile-links ul {
  margin-top: 30px;
  margin-left: 15px;
  font-weight: 300;
}

.profile-links ul li {
  margin: 10px 0;
}

.profile-links ul li i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.profile-links ul li a {
  color: #2a2a2a;
}

.profile-links ul li a:hover {
  color: #000;
  text-decoration: underline;
}

/*----------------------------*/

/***** File Upload Styles *****/

/*----------------------------*/

.file-upload-row {
  margin-top: 40px;
}

/*------------------------*/

/***** General Styles *****/

/*------------------------*/

.m-b-0 {
  margin-bottom: 0 !important;
}

.font-size-10 {
  font-size: 10px !important;
}

p.no-results {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.float-left {
  float: left;
}

.fa-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.team {
  margin-bottom: 40px;
}

.team .card {
  height: 156px;
}

.team .card span {
  display: block;
}

.team .card .card-content .card-title {
  line-height: 24px;
}

.team .card .card-content p {
  // margin: 10px 0;
}

.team .card .card-content table td {
  padding: 0;
}

.team .card .card-content table td:nth-child(1) {
  width: 70px;
}

.team .card .card-content .card-details {
  min-height: 80px;
}

.team .spacer1 {
  height: 38px;
}

.team .spacer2 {
  height: 18px;
}

.team .card:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.bold {
  font-weight: bold;
}

.btn,
.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
}

.btn.btn-sm {
  height: 30px;
  line-height: 30px;
}

.main-content.order {
  margin-top: 0;
}

.main-content.order .row-status {
  margin-bottom: 0;
}

.first-header {
  margin-top: 0;
}

[data-side="recto"] .select-color div,
[data-side="verso"] .select-color div {
  visibility: hidden;
}

.no-padding {
  padding: 0 !important;
}

.display-none {
  display: none;
}

.ita {
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 2px;
}

.ita.no-right-border {
  border-right: none;
}

.ita.no-left-border {
  border-left: none;
}

.ita.no-top-border {
  border-top: none;
}

.ita.no-bottom-border {
  border-bottom: none;
}

.ita .input-field label {
  left: 0;
  font-size: 11px;
}

.ita-radio {
  height: 46px;
}

.ita-header {
  background: #f0f0f0;
}

.ita [type="radio"]:checked + label {
  color: #0f74c3;
}

.ita [type="radio"]:checked:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

.ita.search-envelope i {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.ita.ita-switch {
  height: 52px;
}

.ita-collapsible .collapsible {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.ita-collapsible .collapsible-header {
  border-bottom: 1px solid #000;
}

.ita-collapsible .collapsible-body {
  border-bottom: 1px solid #000;
}

.file-field {
  padding-top: 10px;
  margin-bottom: 8px;
}

.table-style-1 td {
  vertical-align: top;
}

.table-style-2 .overview-details-body {
  font-size: 10px;
}

.table-style-2 td {
  vertical-align: top;
}

.table-style-2 .critical {
  font-weight: 700;
  color: red;
}

.table-style-2 tr td:nth-child(n + 8),
.table-style-2 tr th:nth-child(n + 8) {
  text-align: right;
}

.table-style-2 tr td.price-column {
  width: 64px;
}

/* Set 'Prijs' and 'Prijs na Kortin' in bold */
/*.table-style-2 tbody td:nth-child(n+8) {
    font-weight: 700;
}*/

.table-style-2 tfoot tr:first-child {
  border-top: 1px solid #d0d0d0;
}

.table-style-2 tfoot td {
  padding: 5px;
}

.table-style-2 tfoot td:nth-child(2) {
  border-left: 1px solid #d0d0d0;
  padding-left: 5px;
  padding-right: 0;
}

.table-style-2 tfoot * {
  text-align: right;
}

.table-style-2 {
  margin-bottom: 10px;
}

.file-field .btn,
.file-field .btn-large {
  height: 36px;
  line-height: 36px;
}

.picker__input {
  cursor: default !important;
  background-color: #fff !important;
}

/*input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    border: none;
    border-bottom: none;
    margin: 0;
}*/

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}

input:not([type]).validate + label,
input[type="text"].validate + label,
input[type="password"].validate + label,
input[type="email"].validate + label,
input[type="url"].validate + label,
input[type="time"].validate + label,
input[type="date"].validate + label,
input[type="datetime"].validate + label,
input[type="datetime-local"].validate + label,
input[type="tel"].validate + label,
input[type="number"].validate + label,
input[type="search"].validate + label,
textarea.materialize-textarea.validate + label {
  pointer-events: auto;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  height: 36px;
  font-size: 13px;
  border: none;
  border-bottom: none;
  margin: 0;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type="text"]:disabled,
input[type="text"][readonly="readonly"],
input[type="password"]:disabled,
input[type="password"][readonly="readonly"],
input[type="email"]:disabled,
input[type="email"][readonly="readonly"],
input[type="url"]:disabled,
input[type="url"][readonly="readonly"],
input[type="time"]:disabled,
input[type="time"][readonly="readonly"],
input[type="date"]:disabled,
input[type="date"][readonly="readonly"],
input[type="datetime"]:disabled,
input[type="datetime"][readonly="readonly"],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly="readonly"],
input[type="tel"]:disabled,
input[type="tel"][readonly="readonly"],
input[type="number"]:disabled,
input[type="number"][readonly="readonly"],
input[type="search"]:disabled,
input[type="search"][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  border-bottom: none;
}

.select-wrapper input.select-dropdown {
  background-color: transparent;
  border: none;
  margin: 0;
  height: 35px;
}

.select-wrapper span.caret {
  right: 5px;
}

.caret {
  border-top: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select-wrapper + label {
  top: -8px;
}

.order .ita h5 {
  font-size: 13px;
}

textarea.materialize-textarea {
  padding: 0;
  margin: 5px 0 0 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently not supported by any browser */
}

.row-cta {
  margin-top: 15px;
  /*margin-bottom: 20px;*/
}

.compact {
  color: #2a2a2a;
}

.compact legend {
  width: auto;
  margin-bottom: 0px;
  font-size: 13px;
}

.compact label {
  color: #2a2a2a;
  width: 100px;
  position: relative;
  font-size: 12px;
  top: 0;
  left: 0;
}

.compact > label {
  float: left;
  clear: left;
}

.compact > input {
  float: left;
}

.compact input {
  height: auto;
  width: auto;
  font-size: 13px;
  border: 1px solid silver;
  padding-left: 5px;
}

.compact input[type="text"]:focus:not([readonly]) {
  border: 1px solid silver;
}

.compact input[type="text"]:disabled {
  border: none;
}

.compact .input-field label.active {
  transform: translateY(0%);
}

.compact .input-field {
  margin: 0;
}

.compact .wrapper {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.compact select {
  height: auto;
  width: 149px;
  display: inline-block;
  border: 1px solid #c0c0c0;
}

.compact [type="radio"]:not(:checked) + label,
.compact [type="radio"]:checked + label {
  font-size: 13px;
  width: 70px;
}

.compact textarea {
  padding: 0;
  font-size: 13px;
  width: 100%;
}

#header {
  height: 130px;
  width: 100%;
  background: #fff;
}

.header-content {
  padding: 25px 150px 25px 200px;
  position: relative;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 170px;
  height: 170px;
  z-index: 2;
}

#bag {
  border-radius: 2px;
  background: #2a2a2a;
  display: block;
  position: absolute;
  padding: 40px 20px 20px;
  top: 0;
  right: 0;
  width: 90px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 2;
}

.blue-bag {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0.7em;
  padding: 10px 5px;
  background: #349deb;
  text-transform: uppercase;
  line-height: 0.8em;
}

#bag h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: 0.8em;
}

#bag img {
  margin: 10px 0;
}

#bag:hover {
  background: #000;
}

.small-bag-title {
  font-size: 0.55em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.navigation-main {
  padding: 0;
  list-style: none;
  margin: 25px 0;
}

.navigation-main > li {
  display: inline-block;
  margin-right: 30px;
}

.navigation-main > li > a {
  color: #2a2a2a;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
}

.slider-wrapper {
  height: 395px;
  background: url(../images/slider-background.jpg) no-repeat top center #1176c0;
  width: 100%;
}

.top-wrapper {
  height: 130px;
  background: url(../images/slider-background-gradient.png) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  margin-bottom: 20px;
}

.header-top-part .form-control {
  font-size: 0.9em;
}

.small-dropdown-tittle {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: left;
}

.language {
  display: inline-block;
  color: #2a2a2a;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

.lang-btn {
  height: 34px;
  line-height: 0.75em;
  background: #f0f0f0;
  padding-left: 35px;
}

.dropdown-toggle {
  position: relative;
  padding-right: 25px;
}

.dropdown-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 14px;
  height: 14px;
  text-align: center;
}

.dropdown-arrow .fa {
  margin-top: -2px;
}

.navigation-main .dropdown-arrow {
  color: #349deb;
}

.lang-belgium.lang-btn {
  background: url(../images/belgium-flag.png) no-repeat left 10px center #f0f0f0;
}

#bag:hover {
}

.fixed-menu {
  position: fixed;
  right: 0;
  top: 200px;
  width: 40px;
  z-index: 100;
}

.fixed-menu-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.fixed-menu-list li {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.fixed-menu-list li a {
  border-radius: 2px;
  display: block;
  width: 40px;
  height: 40px;
  background: #2a2a2a;
  z-index: 100;
  position: relative;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.fixed-menu-list li a.my-details {
  background: url(../images/my-details.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a.my-history {
  background: url(../images/my-history.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a.my-offers {
  background: url(../images/my-offers.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a.my-orders {
  background: url(../images/my-orders.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a.my-invoices {
  background: url(../images/my-invoices.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a.my-shipping {
  background: url(../images/my-shipping.png) no-repeat center center #2a2a2a;
}

.fixed-menu-list li a:hover {
  background-color: #000;
}

.fixed-menu-list li {
  margin-bottom: 1px;
}

.hidden-title {
  display: block;
  background: #fff;
  color: #2a2a2a;
  position: absolute;
  left: 100%;
  right: -200px;
  height: 40px;
  top: 0;
  width: 180px;
  padding: 10px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.fixed-menu-list li:hover .hidden-title {
  left: auto;
  right: 40px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.navigation-main .dropdown-menu {
  color: #fff;
  background: #2a2a2a;
}

.navigation-main .dropdown-menu a {
  color: #fff;
}

.navigation-main .dropdown-menu a:hover {
  background: #349deb;
  color: #fff;
}

.slider-container {
  padding: 0 80px;
  position: relative;
}

#home-carousel .owl-item {
  text-align: center;
  color: #2a2a2a;
  font-weight: 600;
}

#home-carousel .owl-item h1 {
  font-size: 2em;
}

.bold-text {
  font-weight: 600;
}

.envelope {
  position: relative;
}

.envelope a {
  display: block;
}

.envelope img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

.order-now {
  position: absolute;
  line-height: 30px;
  bottom: 40px;
  display: block;
  width: 150px;
  height: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  background: #1176c0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  /* padding: 15px; */
}

.order-now:hover {
  color: #fff;
  background: #005da7;
}

.additional-text {
  position: absolute;
  bottom: 80px;
  margin: auto;
  left: 0;
  right: 0;
  color: #1176c0;
}

.prev {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  color: #2a2a2a !important;
  font-size: 2.5em;
  font-weight: 100 !important;
}

.next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  color: #2a2a2a !important;
  font-size: 2.5em;
  font-weight: 100 !important;
}

.how-work {
  padding: 80px 0 0 0;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}

.how-work-content {
  background: url(../images/line.png) repeat-x center center;
  height: 110px;
}

.how-work h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 300;
  color: #1176c0;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 20px 0;
}

.steps li a {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.news-block {
  text-align: center;
  padding: 25px 15px;
}

.news-block h3 {
  font-size: 1.6em;
  font-weight: 300;
}

.news-block p {
  font-size: 0.85em;
}

.news-block a {
  font-size: 0.9em;
  text-decoration: underline;
}

.blue-section {
  border-radius: 2px;
  margin-top: 40px;
  padding: 15px 80px;
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1176c0+0,319ae8+100 */
  background: #1176c0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1176c0 0%, #319ae8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1176c0 0%, #319ae8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1176c0 0%, #319ae8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1176c0', endColorstr='#319ae8', GradientType=1);
  /* IE6-9 */
}

.blue-section p {
  font-size: 0.9em;
  margin: 5px 0;
}

.blue-section-title h3 {
  display: inline-block;
  background: url(../images/contact-icon.png) no-repeat left center;
  padding: 15px 0 15px 40px;
  margin: 0;
}

.blue-section .bold-text {
  font-size: 1.2em;
}

.blue-section #contact-mail {
  color: #fff;
}

.footer {
  padding: 25px 0;
}

.footer-title {
  font-size: 1em;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a {
  font-size: 0.85em;
  color: rgba(42, 42, 42, 0.7);
}

.copyright-wrapper {
  text-align: center;
}

.copyright-wrapper p {
  margin: 0;
  font-size: 0.85em;
  color: rgba(42, 42, 42, 0.7);
}

.copyright-wrapper a {
  color: rgba(42, 42, 42, 0.7);
}

.first-character {
  color: #2a2a2a;
  text-transform: capitalize;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid rgba(42, 42, 42, 0.2);
  margin-top: 15px;
  text-align: center;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inline-list li {
  display: inline-block;
}

.inline-list li a {
  font-size: 0.8em;
  color: rgba(42, 42, 42, 0.7);
  display: block;
  padding: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
}

.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.border-on-the-right {
  border-right: 1px solid #339bef;
}

.profile-column {
  padding-left: 50px;
  padding-right: 50px;
}

.modal-form input {
  border: 1px solid #d0d0d0;
  padding: 0px 5%;
}

/*--------------------*/

/***** Fancybox *****/

/*--------------------*/

.fancybox-slide.fancybox-slide--image .fancybox-content {
  /*padding-left: 50px;
    padding-right: 50px;*/
  margin-left: 50px;
  margin-right: 50px;
}

.fancybox-content .fancybox-image,
.fancybox-content .fancybox-spaceball {
  background-color: #fff;
  /*position: relative;*/
}

/*--------------------*/

/***** Pluploader *****/

/*--------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #31708f;
  background: #d9edf7;
  border-color: #aaa;
}

.test-server-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background: orange;
  font-size: 20px;
  text-align: center;
  color: white;
}

/*----------------------------------*/

/***** PDF Split hover effects  *****/

/*----------------------------------*/

.grid {
  position: relative;
  list-style: none;
}

/* Common style */

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0 10px 0;
  max-height: 130px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  min-height: 100%;
  max-width: 100.5%;
  object-fit: contain;
  height: 130px;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/

/***** Zoe *****/

/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 20px;
  height: 55px;
  /*padding: 1em;*/
  /*height: 3.75em;*/
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
  margin-top: -5px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3em;
  /*bottom: 8em;*/
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: "\e000";
}

.icon-paper-clip::before {
  content: "\e001";
}

.icon-heart::before {
  content: "\e024";
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe {
  background: lightgray;
  border: 1px solid #333;
}

figure.effect-zoe img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
}

figure.effect-zoe:hover img {
  opacity: 0.5;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn-floating i {
  font-size: 20px;
  margin-top: -1px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.radio-toolbar {
  margin: 10px;
  float: right;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-label::before,
.radio-label::after {
  display: none !important;
}

.radio-toolbar label {
  display: inline-block;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #444;
  border-radius: 4px;
}

.radio-label {
  padding-top: 0 !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.success-label {
  color: #000;
}

.danger-label {
  color: #000;
}

.radio-toolbar input[type="radio"]:checked + .success-label {
  background-color: #00de00;
  border-color: #00ba00;
  color: #fff !important;
}

.radio-toolbar input[type="radio"]:checked + .danger-label {
  background-color: #ff0000;
  border-color: #d81919;
  color: #fff !important;
}

.alert-danger,
.alert-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border-color: #eed3d7 !important;
}

.alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
}

.m-right5,
.margin-right-5,
.m-r-5 {
  margin-right: 5px !important;
}

/*-----------------------------*/


/***** Approve order/offer Styles *****/


/*-----------------------------*/
#statusForm table{
    border: 1px solid #1674C7;
    border-radius: 5px;
}
#statusForm thead{
    background-color: #1674C7;
    color: white;
}
#statusForm .no-bottom-top td{
    border-top: none;
}
#statusForm .lightgrey{
    background-color: #F5F5F5;
}
.dl-horizontal.text-left dt{
    text-align: left;
    width: 170px;
}
