html, body {
    background-color: #eee;
}
body {
    /*
    padding-top: 60px;
    */
}
/* The white background content wrapper */
.content {
    background-color: #fff;
    padding: 20px;
    padding-top: 25px;
    margin: -20px -20px; /* negative indent the amount of the padding to maintain the grid system */
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.white {
    color: #fff !important;
}

h1 {
    margin-bottom: 15px;
}

.thick-border-top {
    border-top: #ccc 3px solid !important;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-block { text-align: block !important; }

.ui-datepicker-trigger {
    display: nobe;
    visibility: hidden;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin:0px;
    text-align: left;
}

.klantenNotice{
    width: 500px;
    float: right;
    position: fixed;
    top:130px;
    right:150px;
    display: none;
}
.btn-primary, .btn-danger, .btn-info, .btn-success, .btn-inverse, .btn-warning {
    font-weight: bold;
}

.pdfList > li {
    height: 20px;
}

.pdfContainer{
    min-height: 300px;
}
.uploadPdfForm, .pdfUploadError, .mailUploadError, .zakelijkeKlant, .updateOrderError, .klantAfleverAdres, .tabView, .inTermijnen, .ordersTable {
    display: none;
}

.pagination {
    margin: 0px 0px;
}

.fixed {
    position: fixed !important;
}

.gebruikerAdres {
    display: inline-block;
}

.legendAlign {
    text-align: center;
}

#modalArtikelZoeken {
   /* width: 800px !important;*/
}

.modalLarge {
    width: 80% !important;
    left: 30% !important;
}
.click{
    cursor: pointer;
}