main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}
.postcode {
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    color: #9ee1b8;
}
.form-control:disabled {
    background-color: #454545;
}
.naam {
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    color: #e1b89e;
}

.hoogstebod {
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    background-color: red;
    color: #ffffff;
}
.vraagprijs {
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.showinList {
    max-width: 150px;
}

.showImage {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}

.tags-input input {
    width:100%
}
.vraagheader {
    font-weight: bold;
    color: #ae917d
}
.not-set {
    color: #c55;
    font-style: italic;
}
.tags-input {
    padding:8px;
    border-radius: 5px;
    width:100%;
}
.bg-secondary {
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
.tags-input .tag  {
    border-radius: 5px;
}
.penvrienden-plaatje {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    cursor: pointer;
    image-orientation: from-image;
}

.drawTag {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #5c7381;
    margin: 5px 10px 5px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    line-height: 3;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}


.greenBg {
    background-color: #ceedd6;
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    display: grid;
}
.keeptogether {
    white-space: nowrap;
}
.whiteBg {
    background-color:white;
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    display: grid;
}

.whiteBgNoShadow {
    background-color:white;
    border-radius:10px;
    margin: -10px;
    padding: 10px;
}

#user-tags_tagsinput {
    width:100% !important;
    border-radius: 5px;
}

div.tagsinput input {
    width: 100% !important;
}
#user-tags_addTag {
    width:100%;
}
#usersimplesearch-bericht {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
div.tagsinput span.tag {
    background: #e8e8e8;
    color: #000000;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.drawTagOdd {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #8ca4b3;
    margin: 5px 10px 5px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    line-height: 3;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
.table {
    --bs-table-bg: none;
    --bs-border-width: 0px;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #d6d6d6;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #d6d6d6;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.verkocht {
    color:white;
    background-color: red;
    padding:5px;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 5px;
    margin:5px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.highlight {
    padding:2px;
    background-color:red;
    color:white;
    border: 1px solid black;
}

.form-control {
    background-color: #4e3422;
    color: white;
    border: 1px solid #291d14;
}

.input-group-text {
    background-color: #87654e;
    color: white;
    border: 1px solid #291d14;
}


.form-control::placeholder {
    color: white;
}

.form-control:focus {
    background-color: #c19d83;
    color: #000000;
    border: 1px solid #877568;
    box-shadow: 0 0 0 0.25rem rgba(253, 149, 13, 0.25);
}
.mypicture {
    float: left;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    margin-right: 10px;
    margin-bottom:10px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.47);
}

.mypicturefull {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.47);
    image-orientation: from-image;
}