/*
Deze stylesheet bevat de volgende items:
- ALGEMEEN
- FORMULIEREN
- (FOUT)MELDINGEN
- PAGINA NAVIGATIE
- CAMPINGS
*/

/* ALGEMEEN */
@media screen and (min-width: 768px) {
	.showmobile {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.showmobile {
		display: block;
	}
	.hidemobile {
		display: none !important;
	}
}
.password {
	border: 1px solid #000;
    padding: 10px;
    width: auto;
    display: inline-block;
}
.no-padding {
	padding: 0px;
}
.highrow {
	line-height: 2;
	margin-bottom: 5px;
}

.social-media {
	margin: 10px 0;
}
.profile-image {
	padding: 0px;
	margin-bottom: 10px;
}
#uploading {
	display: none;
	position: absolute;
	width: 500px;
	height: 100px;
	background: rgba(0,0,0, 0.3);
	border: 2px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	color: black;
	font-weight: bold;
	z-index: 100;
}
#uploading img {
	vertical-align: middle;
	margin-right: 30px;
}

/* FORMULIEREN */
label {
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
.label-breed {
	width: 175px;
}
.label-checkbox {
	font-weight: bold;
	margin-left: 10px;
}
.action-buttons {
    height: auto;
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}
.btn-dark {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}
.btn-dark:hover {
	color: #fff;
	background-color: #222528;
	border-color: #1c1f21;
}
.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 56, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
	background-color: #34383c;
	border-color: #34383c;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	background-color: #222528;
	background-image: none;
	border-color: #1c1f21;
}
.btn-outline-dark {
	color: #34383c;
	background-color: transparent;
	background-image: none;
	border-color: #34383c;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 56, 60, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #34383c;
	background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}

/* (FOUT)MELDINGEN */
#toast-container .toast {
	width: 500px !important;
}
.modal-header {
    display: block !important;
}
.modal-header h4 {
    font-size: 14pt;
    text-decoration: none;
    font-weight: normal;
    font-variant: none;
    padding-right: 0px;
}
.modal-warning .modal-content {
	border-color: #fabb3d;
}
.modal-warning .modal-header {
	color: #fff;
	background-color: #fabb3d;
}

/* PAGINA NAVIGATIE*/
div.pageNav { 
	float: right; 
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #ddd;	
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2c7eb4 !important;
    background-color: #fff;
    border-right: 1px solid #ddd;
    margin-left: -1px;	
}
div.pageNav a.next:hover, div.pageNav a.prev:hover, div.pageNav a.page:hover { 
	color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
div.pageNav a.next:last-child {
	border: 0px solid #ddd;
}
div.pageNav a.page { 
	margin-left: 0px; 
	margin-right: 0px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	z-index: 2;
    color: #fff !important;
    background-color: #2c7eb4;
    border-color: #2c7eb4;
    cursor: default;
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 0px; 
	margin-right: 0px; 
}
div.pageNav a { 
	text-decoration: none; 
}

/* Diashow */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the header */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	width: 100%;
	height: 100%;
	position:absolute;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-caption {
	height: auto;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align: left;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	background:url(afbeeldingen/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom: 0px;
	z-index:9;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-controlNav {
	left: 0px;
	height: 75px;
	bottom: -78px;
	overflow: hidden;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-controlNav img{
	max-width: 75px;
	width: expression(this.width > 75 ? 75: true);
	margin: 0 10px 0 0;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(afbeeldingen/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-controlNav a {
	

}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(afbeeldingen/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* CAMPINGS */
.camping-even, .camping-odd {
	margin-bottom: 10px; 
	padding: 10px;
	font-size: 14px;
	border-radius: 10px;
}
.camping-even {
	background-color: #D2E3ED; 
}
.camping-info {
	padding: 5px 10px;
}
.camping-name, .review-title {
	font-size: 17px;
}
.camping-extra-info {
	padding: 5px 10px;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.camping-extra-info {
		clear: both;
	}
}
.camping-button {
	margin: 10px 0;
}
.camping-img {
	margin: 10px 0;
}
.camping-social {
	padding: 10px 0;
}
.camping-review-even, .camping-review-odd {
	margin-bottom: 10px; 
	padding: 10px;
	font-size: 13px;
	border-radius: 10px;
}
.camping-review-even {
	background-color: #D2E3ED; 
}
.camping-input {
	margin-bottom: 2px !important;
	padding: 5px !important;
	border-width: 1px;
	border-radius: 5px !important;
}
@media screen and (max-width: 500px) {
	label {
		width: 100%;
	}
}