
.datepicker-demo-block {
	text-align: left;
	width: 720px;
	padding: 30px;
	background-color: #f9f9f9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.02);
	margin: 30px auto 0;
}

/* Overwrite SyntaxHighlighter */
.syntaxhighlighter {
	margin: 0 !important;
	padding: 10px 0;
	max-height: 400px;
}

/* Fullscreen Datepicker */
#rendez-vous-fullscreen .rendezvous-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(30, 30, 30, 0.4);
}
#rendez-vous-fullscreen .rendezvous-datepicker {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 21em;
	font-size: 1.3em;
	margin-left: -11em;
	margin-top: -8em;
}

/* Custom date format Datepicker */
#rendez-vous-format .rendezvous-input input {
    width: 180px;
}

/* Input split Datepicker */
#rendez-vous-split .rendezvous-input input {
	width: 60px;
}

/* Always open Datepicker */
#rendez-vous-open .rendezvous-popup {
	position: inherit;
	margin-top:10px; margin-bottom:10px;
}
