﻿body {
    color: #fff;
    font-size: 14px;
    font-family: Rockwell;
	 background: url("/images/bg_diepvriescenterlenaers.jpg");
}

a {
    color: #fff;
}

.table{
	color:#fff;
}

.download-as-pdf:nth-child(2) {
    display: none;
}

/*.navbar-custom {
    background-color: #00AFCC;
}*/

    .navbar-custom a {
        color: #fff;
    }

    .navbar-custom .dropdown-item {
        color: #fff;
    }

.navbar-nav {
    padding-left: 2rem;
    font-size: 16px;
}

ul.navbar-nav.mr-auto{
	width: 100%;
	justify-content: end;
}

.btn-breadcrumb-custom{
	background-color:#fff;
}

.bg-full {
    background-color: #fff;
}

    .bg-full a {
        color: #fff;
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 120px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    margin-right: 0;
}

.card-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    margin-right: 0;
}

.card-product .info-wrap {
   /* margin-top: 20px;*/
    margin-left: 5px;
    height: 45px !important;
    text-align: start !important;
    border: none !important;
}

.info-wrap {
    /*margin-top: 1.8rem;*/
    font-weight: bold;
    font-size: 14px;
}

.textDesc p {
    font-size: 12px;
}

.amount {
    text-align: center !important;
}

.checkout {
    display: flex;
}

.itemUnder {
    display: flex;
    margin-left: 16px;
    font-weight: 300;
    font-style: italic;
}

    .itemUnder p {
        font-family: octarine;
    }

    .itemUnder span {
        color: #DEC017;
    }

.amount {
    width: 45px !important;
}

.shoppingCheckoutButton button {
    background-color: #00AFCC;
    color: white;
    padding: 2px;
}

.topText {
    margin-top: 25px;
}

.extraInfo {
    font-size: 12px;
    margin-top: 1.8rem;
    background-color: #00AFCC;
    padding-top: 15px;
}

    .extraInfo div {
        margin-right: 10px;
    }

        .extraInfo div p {
            color: #fff;
        }

.upper {
    text-transform: uppercase;
}

.exampleInfo1 {
    display: flex;
    margin-right: 10px;
}

    .exampleInfo1 p {
        margin-right: 30px;
        margin-top: 1.8rem;
    }

.exampleInfo {
    margin-right: 10px;
    margin-left: 4px;
}

    .exampleInfo p {
        margin-right: 30px;
        font-style: italic;
    }

.Artikel {
    margin-left: 5rem;
}

.scale {
    display: flex;
    margin-left: 12rem;
}

.aantal {
    margin-left: 13.5rem;
}

    .aantal p {
        text-transform: uppercase;
    }

.example {
    display: flex;
    flex-direction: column;
    text-transform: lowercase;
}

.headerText {
    margin-top: 20px;
}

    .headerText h1 {
        color: #FFF;
    }

.department-list li {
	color: #fff;
    border-bottom: #FFF solid 1px;
    font-size: 16px;
}

.btn-breadcrumb-custom {
    color: #19274C;
    border-color: #FFF;
}

    .btn-breadcrumb-custom:hover {
        color: #19274C;
        background-color: #FFF;
        border-color: #FFF;
    }

.btn-breadcrumb .btn-breadcrumb-custom:not(:last-child):before {
    border-left: 10px solid #19274C;
}

.btn-breadcrumb-custom:not(:disabled):not(.disabled):active, .btn-breadcrumb-custom:not(:disabled):not(.disabled).active, .show > .btn-breadcrumb-custom.dropdown-toggle {
    color: #fff;
    background-color: #19274C;
    border-color: #19274C;
}

.btn-breadcrumb .btn-breadcrumb-custom:hover:not(:last-child):before {
    border-left: 10px solid #19274C;
   
}


.department-list li:hover {
    background-color: #CDDCBA;
}

.headerImages {
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .headerImages img {
        margin-right: 10px;
    }

.log-off {
    background-color: red;
}

#departmentOverview {
    margin: 0 20px;
}

.department-wrap h2 {
    font-size: 25px;
}

.body-login {
    background: url("/images/bg_diepvriescenterlenaers.jpg");
}

footer.page-footer {
    color: white;
}

.duva-gray {
    color: #D7E4CB;
}

/* Zoom functionality */
.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        -ms-transform: scale(4);
        -webkit-transform: scale(4);
        transform: scale(4);
        z-index: 500;
        position: relative;
    }

/* Sticky contact button with modal */
.popup-btn {
    bottom: 1%;
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 0;
}

    .popup-btn a {
        bottom: 1%;
        position: fixed;
        right: 0;
        background-color: #006400;
        border-radius: 22.5px;
        padding: 5px 10px;
        color: white;
    }

        .popup-btn a:hover {
            text-decoration: none;
        }

.form-part {
    padding: 20px 0;
}

.modal-header {
    padding: 10px 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background-color: #fefefe;
    margin: 60% auto 15% auto;
    width: 80%;
    padding: 20px;
    border: 3px solid #000 !important;
}

.close {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 35px;
    font-weight: bold;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}

    .close:hover,
    .close:focus {
        cursor: pointer;
    }

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Overlay on department Image */
.department-wrap {
    padding: 5px;
}

.department-wrap .content {
    position: absolute;
    top: 0;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.info-button {
    color: rgb(98, 168, 80);
}

.article-split-line {
    background-color: rgba(98, 168, 80, 0.5);
}

.amount-button {
    cursor: pointer;
    background-color: rgb(98, 168, 80);
}

    .amount-button:hover {
        background-color: rgba(98, 168, 80, 0.5);
    }

.fa-plus, .fa-minus {
    color: white;
}

.dropdown-menu {
    background-color: rgb(98, 168, 80);
}

.dropdown-item {
    white-space: normal;
}

.dropdown-item:hover {
    background-color: rgb(98, 205, 80);
}

@media (min-width: 750px) and (max-width: 949px) {
    #number-header {
        margin-left: 15px;
        margin-right: -15px;
    }
}

@media (min-width: 950px) {
    #article-header {
        margin-left: -15px;
        margin-right: 15px;
    }
}

@media (min-width: 950px) and (max-width: 1049px) {
    #number-header {
        margin-left: 30px;
        margin-right: -30px;
    }
}

@media (min-width: 1050px) {
    #article-header {
        margin-left: -30px;
        margin-right: 30px;
    }
}

@media (min-width: 1150px) {
    #article-header {
        margin-left: -45px;
        margin-right: 45px;
    }
}

@media (min-width: 1250px) {
    #article-header {
        margin-left: -60px;
        margin-right: 60px;
    }
}

@media (min-width: 1350px) {
    #article-header {
        margin-left: -70px;
        margin-right: 70px;
    }
}

@media (min-width: 1450px) {
    #article-header {
        margin-left: -80px;
        margin-right: 80px;
    }
}

@media (min-width: 1550px) {
    #article-header {
        margin-left: -90px;
        margin-right: 90px;
    }
}

.printable, .download-as-pdf-parent {
    display: inline-block !important;
    margin-left: 5%;
    color: white;
    margin-bottom: 1%;
}

.download-as-pdf {
    color: white;
    margin-right: 5px;
}

.printable-row {
    display: block !important;
}

.contact-link {
    margin-bottom: .5rem;
    display:inline-block;
}

.duva-response-box {
    margin-top: 20px;
    padding: 6px 10px 6px 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.btn-order {
    background-color: #00AFCC;
    color: #FFFFFF;
}

.btn-amount {
    background-color: #00AFCC;
}

hr{
	margin-bottom:0;
	margin-top:0;
}

.btn-open-invoices{
	display:none;
}

