/* Main page */
#button_pos {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

button.button-box-grow.effect-box-grow {
  /* Generic styles for a button */
  width: 230px;
  margin: 10px 10px;
  font-size: 0.8em;
  color: #008d6f;
  background-color: transparent;
  border: 0.1em solid #008d6f;
  border-radius: 0.6em;
  padding: 1.2em 1.5em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.2em;
}

button.button-box-grow.effect-box-grow:hover {
  /* Generic Hover style for a button */
  color: #fff;
}

button.button-box-grow.effect-box-grow::after {
  /* Adds the overlay for creating slide effect */
  content: '';
  position: absolute;
  background-color: #008d6f;
  z-index: -1;
  padding: 0.25em 0.5em;
  display: block;
  transition: all 0.35s;
}

button.button-box-grow.effect-box-grow:hover::after {
  /* Hover effect for the overlay slide effect */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s;
}

button.button-box-grow.effect-box-grow::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 0);
}

button.button-box-grow.effect-box-grow:hover::after {
  transform: scale(1, 1);
}

/* Std CSS */
a.aanpassen {
  color: #f2c437 !important;
  padding-left: 10px;
  font-size: 0.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  font-style: italic;
}
a.aanpassen:hover {
  font-style: normal;
  text-decoration: underline;

}
/* quote table */

  .quote_table tr:nth-child(odd) {
      background-color: #fff;
    }
  .quote_table tr:nth-child(even) {
      background-color: #f1f1f1;
    }
  .quote_table tr {
      border-bottom: 1px solid #ddd;
    }
  .quote_table th:first-child,
  .quote_table td:first-child {
      padding-left: 10px;
      max-width: 90px;
      font-weight: bold;
    }
  .quote_table td:nth-child(2) {
        padding-left: 10px;
        max-width: 500px;
      }
  .quote_table td:nth-child(3) {
        padding-left: 10px;
        max-width: 400px;
      }
  .quote_table td:nth-child(4) {
      padding-left: 10px;
      max-width: 100px;
    }
  .quote_table td:nth-child(5) {
      padding-left: 10px;
      max-width: 100px;
    }
  .quote_table td:nth-child(6) {
      padding-left: 10px;
      max-width: 100px;
    }
  .quote_table td:nth-child(7) {
      padding-left: 1px;
    }
  .quote_table td:nth-child(8) {
      padding-left: 1px;
    }

  .quote_table td,
  .quote_table th {
      padding: 8px 8px;
      display: table-cell;
      text-align: left;
      vertical-align: top;
    }
  .quote_table th {
      font-weight: bold;
    }
  .quote_table {
      font-size: 13px!important;
      border: 1px solid #ccc;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      display: table;
    }
/* kosten table */

  .kosten_table tr:nth-child(odd) {
      background-color: #fff;
    }
  .kosten_table tr:nth-child(even) {
      background-color: #f1f1f1;
    }
  .kosten_table tr {
      border-bottom: 1px solid #ddd;
    }
  .kosten_table th:first-child,
  .kosten_table td:first-child {
      padding-left: 10px;
      width: 20%;
      font-weight: bold;
    }
  .kosten_table td:nth-child(2) {
        padding-left: 10px;
        width: 20%;
      }
  .kosten_table td:nth-child(3) {
        padding-left: 10px;
        width: 20%;
      }
  .kosten_table td:nth-child(4) {
      padding-left: 10px;
      width: 20%;
    }
  .kosten_table td:nth-child(5) {
      padding-left: 10px;
      width: 20%;
    }

  .kosten_table td,
  .kosten_table th {
      padding: 8px 8px;
      display: table-cell;
      text-align: left;
      vertical-align: top;
    }
  .kosten_table th {
      font-weight: bold;
    }
  .kosten_table {
      font-size: 13px!important;
      border: 1px solid #ccc;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      display: table;
    }

/* Calculate */
input.input_aantal{
  width: 80px;
}

input.input_optie {
  background-color: var(--background-col);
  color: #555;
  outline: none;
  border: 0!important;
  -moz-appearance: textfield;
}
input.div_optie_total, input.coptie_total {
  background-color: var(--background-col);
  color: #fff;
  outline: none;
  border: 0!important;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: 75px;
}

input.optie_total {
  background-color: var(--background-col);
  color: #fff;
  outline: none;
  border: 0!important;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: 75px;
}
input.optie_total::-webkit-outer-spin-button,
input.optie_total::-webkit-inner-spin-button {
  -webkit-appearance: none;
   margin: 0;
 }
 .optie_total {
  width: 120px;
  -moz-appearance: textfield;
 }
input.inkoop_optie_total {
  background-color: var(--background-col);
  color: #fff;
  outline: none;
  border: 0!important;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: 75px;
}
input.inkoop_optie_total::-webkit-outer-spin-button,
input.inkoop_optie_total::-webkit-inner-spin-button {
  -webkit-appearance: none;
   margin: 0;
 }
.inkoop_optie_total {
 width: 120px;
 -moz-appearance: textfield;
}
td.inkoop_optie_total {
  width: 100%;
  text-align: right;
  font-size: 1.2em;
}
td#optie_prijs {
  width: 100%;
  text-align: right;
  font-size: 1.2em;
}
input#calc_price {
  background-color: var(--background-col);
  color: #555;
  outline: none;
  border: 0!important;
  -moz-appearance: textfield;
  width: 150px;
}
input#calc_price::-webkit-outer-spin-button,
input#calc_price::-webkit-inner-spin-button {
  -webkit-appearance: none;
   margin: 0;
 }
#table_input {
 -moz-appearance: textfield;
}
input#table_input::-webkit-outer-spin-button,
input#table_input::-webkit-inner-spin-button {
 -webkit-appearance: none;
  margin: 0;
}

/* Tables */

.search-box {
  display: flex;
  position: relative;
  margin: 1em 0;
}

input.table-search-input {
  width: 100%;
  padding: 0.3em;
  padding-left: 37px;
  border: 1.5px solid #008d6f;
  border-radius: 5px;
}
.search-box::before {
  content: '';
  position: absolute;
  padding: 0 5px;
  width: 25px;
  height: 100%;
  background: url(https://cdn4.iconfinder.com/data/icons/kripto-black-2/512/kripto-search-b.png) center center / 60% no-repeat;
  background-color: #008d6f;
  color: #fff;
  z-index: 10;
}

/* Forms */

dl {
  clear: both;
  overflow: hidden;
  margin: 0.5em 0;
  width: 100%;
}

dt {
  float: left;
  text-align: left;
  color: #333;
  width: 230px;
  font-weight: bold;
}
dd {
  float: left;
  margin-left: 10px;
  text-align: left;
}
dd input {
  width: 300px !important;

}
#operations {
  clear: both;
  margin: 1em 0 1em 75px;
}
a.back-link {
  margin-left: 0px;
}
/* Actions */

.actions1 {
  margin-bottom: 1em;
  margin-left: 4px;
}

/* Errors */

.errors {
  display: inline-block;
  border: 2px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  background: #fff;
  margin-left: 10px;
}

.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}

/* Session Messages */

#message {
  color: #00A34A;
  background: white;
  border: 2px solid #00A34A;
  padding: 1em 15px;
  margin: 1em 30px;
  max-width: 1200px;
  text-align:  center;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 auto;
  margin-bottom: 10px;
}
