/* Main page */
#button_pos {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
#fa {
  font-size: 2em;
  line-height: 1.4em;
}
button.button-box-grow.effect-box-grow {
  /* Generic styles for a button */
  width: 230px;
  margin: 10px 10px;
  font-size: 0.8em;
  color: #00385D;
  background-color: transparent;
  border: 0.1em solid #00385D;
  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: #00385D;
  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;

}
/* tables */

.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;
  }
#table_input1{
 width: 400px;
  }
#table_input2{
   width: 100px;
   margin-left: 80px;
   -moz-appearance: textfield;
   text-align: right;

    }
.quote_table th:first-child,
.quote_table td:first-child {
    padding-left: 10px;
    min-width: 450px;
  }
.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;
  }

/* Calculate */
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 #00385D;
  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: #00385D;
  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: 500px !important;
}
#wi_main {
  max-width: 1160px;
}
#wi_description{
  float: left;
  width: 59%;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 1%;
}
#img_load {
  float: left;
  width: 40%;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
#wi_opmaak {
  border: 1px solid #D5D5D5;
  margin-top: 20px;
  border-radius: 5px;
  max-width: 1160px;
  display: flex;        /* make children align horizontally */
  gap: 1%;              /* spacing between image and description */
  align-items: stretch; /* makes both children same height */
}
#wi_afbeelding {
  width: 59%;
}
#wi_afbeelding img {
  width: 100%;
  padding: 10px;
  object-fit: cover; /* makes the image fill its container nicely */
}
#wi_step_beschrijving {
  width: 40%;
  border: 1px solid #D5D5D5;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tox-tinymce {
  max-width: 700px;
  display: block;
    z-index: 0;
}
#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;
}
