﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --defaultcolor: #02346A;
    --defaultcolor-light: rgba( 2, 52, 106,0.6);
    --title: rgba( 2, 52, 106,0.4);
    --h3: #02346A;
    --h2: #02346A;
    --buttoncolor: #02346A;
    /*--title: #bcf5f4;*/
}

.bold {
    font-weight:600;
}

.filterdatainput {
    background-image: url(/Content/Images/searchicon.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    width: 100%;
    /* font-size: 16px; */
    padding: 6px 20px 6px 30px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 0.2em;
}

.statistiekdetailblock:empty{
    display:none;
}
/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/
/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/
body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.body-content {
    padding-top: 1em;
    padding-bottom: 200px;
    margin-bottom: 200px;
}




.fullbody {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fullbody.login {
        background: url("../Content/Images/bg-home.jpg");
       
    }



.login .logo {
    background: url("../Content/Images/logo.png") no-repeat center;
    background-size: 12em;
    height: 12em;
    border-radius: 6px;
    margin-top: 20%;
}

.mobile-arrow-replacement {
    display: none;
}

.loginrow .button {
    /* cursor: pointer; */
    float: left;
    height: 3.2em;
    width: 10%;
}

.login input {
    padding: initial;
    box-sizing: initial;
    -webkit-appearance: initial;
    user-select: initial;
    cursor: initial;
}

.loginrow .inputs .fields .inputwrapper input.text {
    color: #c0c0c0;
    font-size: 1em;
    font-size: 1.1em;
    line-height: 2.7em;
    text-indent: 3%;
}

.loginrow .loginbutton .logo-img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.loginrow .loginbutton {
    background: var(--defaultcolor);
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    fill: #fff;
    height: 100%;
    overflow: hidden;
}

.login {
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #fff;
    border-radius: 6px;
    color: #2e421d;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-weight: 100;
    margin: 0 auto 0 auto;
    position: relative;
    width: 700px;
}


.topfix {
    clear: both;
    height: 1px;
    margin-top: -1px;
    width: 100%;
}

.topfix-verticalcenter {
    height: 35%;
    width: 100%;
    display: block;
}

.login form {
    margin: 0 auto;
 /*   padding-bottom: 35px;*/
}

.loginrow {
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
    margin: 0 auto;
    padding-bottom: 35px;
}

    .loginrow .inputs {
        float: left;
        height: 100%;
        padding-right: 3%;
        width: 42%;
    }

        .loginrow .inputs .fields {
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border: 2px solid #e5e5e5;
            border-radius: 6px;
            float: left;
            height: 3em;
            width: 100%;
        }

            .loginrow .inputs .fields .icon {
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                border-right: 2px solid #e5e5e5;
                float: left;
                height: 2em;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                width: 12%;
            }

                .loginrow .inputs .fields .icon .logo-img {
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    left: 50%;
                    position: relative;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    width: 180%;
                }

            .loginrow .inputs .fields .inputwrapper input {
                background: #fff;
                border: 0 none;
                color: #c0c0c0;
                font-size: 2.2em;
                height: 90%;
                width: 100%;
            }

                .loginrow .inputs .fields .inputwrapper input.text {
                    color: #c0c0c0;
                    font-size: 1em;
                    font-size: 1.1em;
                    line-height: 2.7em;
                    text-indent: 3%;
                }


.inputs .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.loginrow .inputs .fields .inputwrapper {
    float: left;
    height: 100%;
    width: 86%;
}

.login .reden.ui-state-error {
    display: block;
    margin-top: 1em;
    text-align: center;
    padding: 0.2em;
}

.logout {
    float: right;
    color: #ffffff;
    margin: -2.5em 5em 1em 0;
}

    .logout a {
        float: right;
        color: #ffffff;
    }

.home {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.home .tile a {
    color: #fff;
}

    .home .tile {
        /*flex-grow: 1;*/
        align-items: center;
        justify-content: center;
        display: flex;
        /*display: table-cell;*/
        padding: 20px;
        margin-bottom: 10px;
        font-size: 2.5em;
        font-weight: normal;
        line-height: 1.1;
        text-align: center;
        border: 1px dashed transparent;
        /*border-radius: 4px;*/
        color: #333333;
        background-color: var(--defaultcolor);
        border-color: var(--defaultcolor);
        width: 30%;
        height: 3.5em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: var(--defaultcolor);
}

.navbar-inverse {
  /*  background: url("../Content/Images/bg-home.jpg");*/
    background-color: var(--defaultcolor-light);
}

    /*.navbar-nav li a {
    background-color: #ffffff;
    color: #000000;
}*/

    .navbar-inverse .navbar-nav > li > a {
        color: #000000;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: 3px;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #000000;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: 3px;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
            background-color: transparent;
        }


.navbar-nav > li {
    background: #000000;
    border-radius: 105px;
    /*border: 0.5px solid var(--defaultcolor);*/
    margin: 0.2em 1em 0.2em 0;
}

.nav-item > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    text-decoration: none;
    color: initial;
}

    a:hover,
    a:focus {
        color: initial;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #d8dcdf;
    background: none;
    font-weight: bold;
    color: #000000;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--defaultcolor);
    background: none;
    font-weight: bold;
    color: #000000;
}


.ui-checkboxradio-label.ui-corner-all.ui-button.ui-widget.ui-checkboxradio-checked.ui-state-active {
    border: 1px solid var(--defaultcolor);
    background: var(--buttoncolor);
    font-weight: bold;
    color: #fff;
    width:32%;
}


.ui-visual-focus {
    border: initial;
    box-shadow: 0 0 3px 1px var(--defaultcolor);
}

h2 {
    background-color: var(--h2);    
    color: #ffffff;
    padding: 0.2em;
    text-align: center;
}

.h2 {
    background-color: var(--h2); 
    color: #ffffff;
    padding: 0.2em;
    text-align: center;
    display: grid;
}

h3 {
    background-color: var(--h3);
    color: #ffffff;
    padding: 0.2em;
}

.subtitle {
    background-color: var(--title);
    width: 100%;
    clear: both;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    padding: 0.2em;
    text-align: center;
    font-weight: 600;
}

/*footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;*/
    /*background-color: var(--defaultcolor);*/
    /*text-align: center;
}*/

footer {
    position: fixed;
    min-height: 100px;
    bottom: 0;
    width: 100%;
    background-color: #f8d685;
    left: 0;
    border-top: 0.5em #ffffff75 solid;
    padding: 0.3em 0.5em 0.5em 0.5em;
}

.btn-light {
    background-color: #eaeaea;
} 

.dayorders.title{
    background-color:#fff;
    display:inline-block;
    font-weight:600;
    padding:0.2em;
    border-radius:5px;
}

hr.small {
    margin: 5px 0 5px 0;
}
    


.activeorder {
    background-color: black;
    color: #ffffff;
    float: left;
    font-size: 1.2em;
    padding: 0.2em 1em 0.2em 1em;
    font-weight: 400;
    margin-top: 1em;
    /*margin: -2.5em 0 0 0;*/
}

    .activeorder a {
        color: #ffffff;
    }

    .activeorder:empty {
        display: none;
    }

.navbar-collapse {
    width: initial;
}

    .navbar-collapse:before, .navbar-collapse:after {
        display: inline-block;
    }

select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.tags, input.zoekklant, input.addarticle {
    width: 100%;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: initial;
}


@media only screen and (max-width: 1100px) {

    .home .tile {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 767px) {

    .navbar-header:before, .navbar-header:after {
        display: initial;
    }

    .activeorder {
        float: left;
    }
}

.form-control {
    border-color: var(--defaultcolor);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-control:focus {
        border-color: var(--defaultcolor);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }


select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid var(--defaultcolor);
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}


.logout {
    float: right;
    color: #ffffff;
    background-color: #c36259;
    padding: 0 0.5em 0 0.5em;
    margin: -2.5em 5em 1em 0;
    border-radius: 4px;
}

    .logout a {
        float: right;
        color: #ffffff;
    }

.headerlogo {
    display: inline-block;
    float: left;
    margin-left: 1em;
    height: 55px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.inlineblock {
    display: inline-block;
}


tr.canceled, .canceled a, tr.canceled td {
    text-decoration: line-through red;
    background-color: #f08080;
}

.question {
    margin: 0 1em 0 1em;
    display: inline-block;
    font-weight: 600;
    color: #008000;
}


.fixed {
    table-layout: fixed;
}

.names .similar {
    display: inline-block;
    float: left;
    background-color: #fff7a2;
    margin-left: 1em;
    padding: 0.4em;
    border-radius: 0.4em;
}

input[name="ZoekOrder"], input[name="article"] {
    margin-top: 1em;
    margin-bottom: 1em;
}

.names .ui-state-highlight {
    display: inline-block;
    float: left;
    padding: 0.4em;
    border-radius: 0.4em;
}

.fiftypercent {
    width: 49%;
    float: left;
}

    .fiftypercent:nth-child(first) {
        margin-left: 2%;
    }

.clear {
    clear: both;
}

.icon {
    height: 25px;
}

h5 {
    background-color: #d8d8d8;
    padding: 2px;
}

table h5 {
    margin: 0;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


table.small {
    max-width: initial;
    table-layout: auto;
    margin-top: 1.5em;
}

.table-small td {
    padding: 2px;
    padding-top: 4px;
}

.table-small tr {
    margin-bottom: 8px;
}


.table-small tbody > tr > th {
    padding: 2px;
    line-height: 1.428571429;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}

.smallstyle table tr th, .smallstyle table tr td {
    font-size: 1em;
}

.smallstyle {
    width: initial;
}

.optie {
    margin-top: 0.5em;
}


td.small {
    width: 4em;
}




.ui-datepicker {
    font-size: 25px;
    line-height: 1.3;
}






.articlestiles {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

    .articlestiles a.tile {
        /*flex-grow: 1;*/
        align-items: center;
        justify-content: center;
        display: flex;
        /*display: table-cell;*/
        padding: 10px;
        margin-bottom: 10px;
        font-size: 2em;
        font-weight: normal;
        line-height: 1.1;
        text-align: center;
        border: 1px dashed transparent;
        /*border-radius: 4px;*/
        color: #333333;
        background-color: #ffffff;
        border-color: var(--defaultcolor);
        width: 18%;
        height: 3em;
        /*height:  10vh;*/
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .articlestiles a.row {
        width: 100%;
        padding: 1%;
        background-color: #fdf4f3;
        margin-bottom: 5px;
        display: none;
    }




li.orderdetailblock {
    border: none;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: initial;
    padding: 5px;
}

.orderdetailblock {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1;
    border: 1px dashed transparent;
    /*border-radius: 4px;*/
    color: #333333;
    background-color: #ffffff;
    border-color: var(--defaultcolor);
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}


li.orderdetailblock .article.main {
    padding: 0.2em;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
}

.orderdetailblock .article.main {
    padding: 0.2em;
    font-size: 1.2em;
    font-weight: 600;
}



.orderdetailblock .sub .article.main {
    color: #222223;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin-left: 1em;
}

.orderdetailblock .sub {
    margin-left: 1em;
}


.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.hidden {
    display: none;
}

.dontshowquantities {
    display: none;
}

.artikelcompletewithshopcat {
    margin-top: 1em;
}

.container .btn.einde {
    display: none;
}


.container form:last-child input:last-child {
    display: initial;
}

.container form:last-child input.einde {
    display: initial;
}





.h3 {
    background-color: var(--h3);
    color: #ffffff;
    padding: 0.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
}

.smalltitle {
    background-color: rgb(171, 171, 171);
    color: #ffffff;
    padding: 0.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-datepicker-today {
    background-color: #eefaaa;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable,
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    z-index: 2000;
}

.btn.green {
    background-color: #caffe4;
    margin-top: 0.5em;
}

.form-control.small {
    height: 25px;
    border: 1px solid #e6e6e6;
}





.statistiekdetailblock {
    padding: 4px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1;
    display: inline-block;
    border: 1px dashed transparent;
    /*border-radius: 4px;*/
    color: #333333;
    background-color: #f4f4f4;
    width: 100%;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
}

    .statistiekdetailblock .quantity {
        float: right;
    }

    .statistiekdetailblock .quantitytd {
        float: right;
        padding-left: 5px;
        padding-right: 5px;
        width: 70px;
        text-align: center;
    }




    .statistiekdetailblock .article.main {
        padding: 0.2em;
        font-size: 1.2em;
        font-weight: 600;
        /*margin-bottom: 1em;*/
    }



    .statistiekdetailblock .sub .article.main {
        color: #222223;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin-left: 1em;
    }

.sub .statistiekdetailblock {
    padding: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: initial;
    /*border-radius: 4px;*/
    color: #333333;
    background-color: #f4f4f4;
    width: 100%;
    margin-bottom: initial;
    margin-top: initial;
    padding-bottom: initial;
    padding-top: initial;
}

.statistiekdetailblock .sub {
    margin-left: 1em;
}

.quantitypers {
    float: right;
}

.statistiekdetailblock .sub .article.main {
    margin-bottom: 5px;
}

    .statistiekdetailblock .sub .article.main .quantitypers {
        display: none;
    }


.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(../Content/img/ui-icons_cc0000_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.keuzemenutitle {
    width: 100%;
    background-color: rgb(254, 241, 241);
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}


table.noborder tr td {
    border: none;
    padding: 3px;
}





.ticket {
    margin-left: 32px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 337px;
    height: 114px;
    float: left;
    border: 3px solid black;
    border-radius: 10px;
    padding: 5px;
    position: relative;
}



.partial .orderdetailblock a {
    content: none !important;
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}








.ticket .ordernr {
    float: left;
}

.ticket .Klant {
    float: right;
}




.ticket .site {
    bottom: 5px;
    right: 5px;
    font-size: 0.8em;
    position: absolute;
}

.ticket .bottom-left {
    bottom: 5px;
    left: 5px;
    font-size: 0.8em;
    position: absolute;
}

.ticket .opmerking {
    font-weight: 600;
    font-size: 0.9em;
    font-style: italic;
  
    
}

.extrainfo:empty{
 
    background-color:initial;
  
}

.extrainfo {
    background-color: #ffc5c5;
    border-radius: 3px;
}



.contact .gegevens {
    font-size: 18px;
    font-weight: 600;
}

.contact {
    margin-bottom: 1em;
}


.form-control.small {
    margin-bottom: 8px;
}

.contact90 {
    width: 90%;
}



.opmerking {
    font-size: 14px;
    font-weight: normal;
    margin-bottom:2px;
       
}

.ui-autocomplete {
    background-color: #00bfff;
}



td.title {
    font-weight: 600;
    color: #515151;
    font-weight: 600;
}

.table.schotels {
    text-align: center;
}

    .table.schotels td {
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #dddddd;
    }


.printbutton {
    padding: 10px 15px;
    background: #000000;
    border-radius: 105px;
    display: inline-block;
    padding: 15px;
    margin: 0;
    float: left;
    position: relative;
    margin-top: 0.2em;
    margin-left: 1em;
}

span.smallstyle {
    font-size: 0.5em;
    background-color: orange;
    padding: 0.3em;
    margin-left: 1em;
    vertical-align: middle;
}

.table tr.groepering td {
    background-color: black;
    color: #fff;
}

@media only screen and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .body-content {
        margin-top: 3em;
    }
}

.rij {
  clear:both;
}

.suboptions {
    display:inline-block;
    float:left;
}

.mb-2{
    margin-bottom: 1em;
}

.mt-2 {
    margin-top:1.2em;
}

.mb-0 {
    margin-bottom:0;
}

.start > :first-child {
    width: 100%;
    background-color: #c7c5c5;
    display: block;
    padding: 0.2em;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    display: flow-root;
}

.start .kreeft .btn.btn-default {
    padding-left: 2px;
    padding-right: 2px;
}

.kreeft.hoofdartikel .lastelement {
    font-size: 0.9em;
    display: grid;
   
}

.detail-partial{
    margin-bottom: 2em;
}

.ui-dialog > .ui-widget-header {
    background: var(--defaultcolor-light);
}

.container.body-content{
background-color: #fff;
}
body {
  /*  background-image: url("/Content/Images/christmas-background-wallpaper.png");
  background-color: #92c1df;  */
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.navbar-inverse {
    /* background: url(../Content/Images/bg-home.jpg); */
    background-color: rgba(103, 133, 166,1)

}

