html, body{
    height: 100%;
}
.navbar .nav li {
    width: 100px; /* or whatever width you want for items */
    display: inline-block;
    float: none;
}
.navbar .nav {
    float: none;
    text-align: center;
}
.page-header {
    border-bottom: none;
}

.book_image{
    max-width: 350px;
    max-height: 350px;
    margin: 10px 0 10px 0;
}

.space{
    padding-top: 40px;
}

.footer_lang{
    background: rgba(0,0,0,0.7);
    border-top: 2px solid #bdbdbd;
    color: #bdbdbd;
    padding: 0 5px 5px 5px;
}

.footer_lang div a{
    height: 20px;
    width: auto;
    padding: 0;
}

.langFlag{
    margin: 0 0 0 5px;
    /*height: 10px;*/
}

.dropup li{
    padding-left: 3px;
}

.headerMessage{
    margin-top: 10px;
}

.orderHistory td{
    padding: 1px 30px;
}

.orderView td{
    padding: 1px 35px;
}

.full-width-button{
    width: 100%;
}
.form-group label.required::after {
    content:" *";
    color:red;
}
.form-control{
    color: black;
}
.bordered-right {
    border-right: 1px solid #aaaaaa;
}
.button-divider {
    padding-top: 2px;
}
.button-divider a.btn {
    width: 49.5%;
}
.button-divider a.btn + a.btn {
    float:right;
}
.bottom-spacer {
    margin-bottom: 4px;
}

.rechten td {
    padding: 5px;
}

#in_cart{
    margin-right: 10px;
}

#bookview_price{
    font-size: 48px;
}

#cart_well{
    margin-top: 58px;
}

#cart_totalprice{
    font-size: 28px;
}

a.active{
    color:#c00;
}

.layoutImage {
    width: 40%;
    height: 40%;
    border: 2px solid black;
    margin: 0 0 5px 5px;
}

@media (max-width: 1024px) {
    .toRemove {
        display: none;
    }
}

.tox-notifications-container{
    display: none;
}

.categorieLijst {
	padding: 0;
	margin-left: 25px;
}

.mySlides {
   margin: 0 auto;
   height: 200px;
   width: 200px;
}

/*verplaats deze naar view_book.php en dan werkt het in elke file, voor nu werkt het alleen in default template*/
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: gray;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* positie next button rechts */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* addblack on hover */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Op smallere schermen  word de text kleiner */
@media only screen and (max-width: 300px) {
	.prev, .next {font-size: 11px}
}

/* ReCaptcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: 4px !important;
    bottom: 40px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}