body {
	background: transparent;
	font-family: helvetica, arial, verdana, sans serif;
	/*font-size: 12px;
	font-weight: normal;*/
	color: #333333;
}

#header {
    text-align: center;
    padding: 10px 0;
}

#logo{
    max-height: 100px;
    max-width: 100%;
}

.pratTitle {
    padding-top: 5px;
    border-top: 1px solid #EEEEEE;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rdv-nav {
    margin-bottom: 30px;
}

gm-map {
    display: block;
    width: 100%;
    height: 300px;
}

#contactDetails blockquote {
    padding: 10px 10px;
    font-size: inherit;
}


/* RDV */
#dateTitle {
	font-weight: bold;
}

.tunnel-rdv {
    font-size: 14px;
    height: 30px;
}
.tunnel-rdv .progress-bar {
    line-height: 30px;
}
.tunnel-rdv .progress-bar.active {
    font-weight: bold;
}
.tunnel-rdv a {
    text-decoration: none;
    color: inherit;
}
.progress-bar-trans {
    background-color: transparent;
    color: #333333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#slot-picker li a {
    height: 80px;
}
#slot-picker li a .prev, #slot-picker li a .next {
    font-size: 30px;
    top: 27%;
} 
#hoursRDV li.list-group-item {
    padding: 0;
}
#hoursRDV li.list-group-item a {
    display: block;
    padding: 10px 15px;
}
#hoursRDV button.list-group-item {
	text-align: center;
}

#tooltip {
	position: absolute;
	width: 225px;
	height: 70px;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	background: url('../images/arrow_e_skyblue.888.png') right 10px no-repeat;
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 20px;
}
#tooltip .title {
	display: block;
	font-size: 20px;
	color: #666;
	margin-bottom: 8px;
	border-bottom: 2px solid #3c763d;
	padding: 2px 0;
}




/* Quiz */
#quiz .radio {
	margin-left: 30px;
}












/* Loading spinner */
#maskFrame {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#ajaxLoading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#ajaxLoading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/loading.png');
}








/* Cookie Banner */
#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}
.cn-bottom {
    bottom: 0;
}
.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@media print {
    .btn-print { display:none; }
}
