@media print {
    .noprint { display: none; }
} 


@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('https://cdn.theinnercircle.co/fonts/BasisGrotesquePro-Bold.woff2') format('woff2'),
        url('https://cdn.theinnercircle.co/fonts/BasisGrotesquePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('https://cdn.theinnercircle.co/fonts/BasisGrotesquePro-Regular.woff2') format('woff2'),
        url('https://cdn.theinnercircle.co/fonts/BasisGrotesquePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Basis Grotesque Pro', verdana, helvetica, arial, sans-serif;
    background-color: #BAB6A6;
    font-size: 90%;
    color: #002233;

}

.logo {
    margin: 10px 0px 10px 20px; 
    width: 400px;
    height: 100px;
    background-image: url("/img/hc-logo-black.png");
    background-repeat: no-repeat;
    background-size: contain;
}

a.settingslink {
    color: grey;
    text-decoration: none;
}

a.settingslink:hover {
    color: grey;
    text-decoration: underline;
}

.edit-icon {
    filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(100deg) brightness(107%) contrast(101%); margin-bottom: 4px;
}

.edit-icon-werkwijze {
    filter: invert(0%) sepia(5%) saturate(19%) hue-rotate(100deg) brightness(107%) contrast(101%); margin-bottom: 4px;
}

.form-select {
    min-width: 200px;
    width: auto;
}

.productcolor, .price, .small {
    width: auto;
}

.offerinfo {
    background-color: #0A1E02;
    color: white;
    padding: 20px;
    border-radius: 5px;
}

.offerinfo-item {
    margin-right: 5px;
    font-weight: bold;
    color: #efefef;
}

.fullwidth  {
    width: 100% !important;
}

.btn-primary {
    background-color: #254E60;
    color: white;
    border-color: #254E60;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #2D95C2;
    color: white;
    border-color: #2D95C2;
}

.invoiceselect {
    background-color: white;
}

.list-group-item {
    background-color: inherit;
    line-height: 50%;
}

.table th {
    font-weight: normal;    
}

table, .form-select {
    font-size: normal;
}

.bordered {
    border-radius: 5px;
    max-width: 1206px;
    padding: 20px;
    /*background-image: url("../img/backkground.png");*/
}

.configuredproduct {
    text-align: right;
}

.productselect {
    background-color: #ebebeb;
    border-radius: 5px;
    min-height: 100px;
    padding: 20px;
    color: #1D6373;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.specs {
    margin-left: 10px;
    color: #333333;
}

.productspec {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 200px;
    color: #1D6373;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.cart {
    background-color: #A0C25A;
    border-radius: 5px;
    padding: 22px;
    color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.cart-footer {
    padding-top: 15px;
    font-size: 80%;
}

.carttotals {
    background-color: #E3EDD8;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.carttotals:last-of-type {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.productrow {
    padding-top: 5px;
    padding-bottom: 5px;
}

.productrow:first-child {
    border-radius: 5px 5px 0px 0px
}

.productrow:nth-child(odd) {
   background-color: white;
   color: black;
}


.productrow:nth-child(even) {
    background-color: #EDF1EA;
    color: black;  
 }

 .workorder {
    page-break-before: always;
 }

 .materials, .terms, .workorder {
    background-color: white;
    margin-top: 40px;
    border-radius: 5px;
 }

 .material {
    margin-top: 20px;
    margin-bottom: 20px;
 }

 .material p {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0px;
    border-radius: 5px;
 }

 .terms {
    font-family: Arial, Helvetica, sans-serif;
 }

 .terms, .workorder {
    padding-top: 20px;
    padding-bottom: 10px;
 }

 .terms p, .workorder p, .werkwijze-edit {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
 }

 .workorder h4, .terms h4 {
    font-size: larger;
    padding: 0px 20px 20px 20px;
 }
 

 @media print {
    .terms {page-break-before: always;}
  }
