@charset "utf-8";

.preselectedRdvDescription {
	font-size: 15px;
	color: #0177bf;
	white-space: normal;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.soonestAvailabilitiesContainer {
	
}

.soonestAvailabilities {
	margin-top: 0px;
	border-style: groove;
	font-family: verdana;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	/**pb with IE7 (lincked to relative position of parent container): if you need to display scrollbar please replace value auto by scroll  for  overflow-y style
/*	overflow-y: scroll;*/
	height: 100px;
	background-color: #95d2d6;
}

.soonestText {
	font-size: 14px;
	color: #0177bf;
	font-weight: bolder;
}

.soonestLink {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder !important;
}

.soonestOccurence {
	padding-bottom: 5px;
	padding-left: 5px;
}

.orWord {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0177bf;
	margin-bottom: 5px;
}

.linkOverClass {
	cursor: hand ! important;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder !important;
}

.linkClass {
	cursor: pointer ! important;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder !important;
}

.soonestUl {
	padding-left: 270px;
}

.breackLine {
	clear: both;
}

/*******************************************************/
.generalInformationContainerNoMotive {
	width: 100%;
}

.generalInformationContainerWithMotive {
	float: left;
	width: 73%;
	/* height : 370px; */
}

.containerFieldSet {
	float: left;
	width: 100%
}

.notionSelectionContainerFieldSet { /** border-color: #C69A40;  **/
	/* border: 0px; */
	border: none;
}

.notionSelectionContainerLegend {
	font-size: 11px;
	color: #0177bf;
	display: none;
}

.legendAvailabilities {
	font-size: 0.75em;
	color: #0177bf;
}

.fieldsetSubContainAvailabilities {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: auto;
	margin-top: 4px;
}

.breackLine {
	clear: both;
}

#availabilityContainerId {
	clear: both;
	display: none;
}

#selectionBody {
	margin-left: 0px;
}

#content {
	
}

#form2 {
	
}

#notionSelectionContainer {
	width: 100%;
}

#dateTimeSelectionContainer {
	width: 300px;
}

#dayValueId {
	min-width: 150px
}

.fieldFloat {
	color: black;
	font-size: 11px;
	float: left;
}

#availabilityFieldsetContainerId {
	padding-top: 5px;
}

.availabilityColumnFirst {
	float: left;
}

.availabilityColumnX {
	float: left;
	/* margin-left: 20px;
	padding-left: 10px; */
	padding-top: 2px;
	padding-bottom: 2px;
	/* border-left: 1px solid #9bd8fd;
	border-bottom: 1px solid #9bd8fd; */
}

.availabilityFieldSet {
	margin-top: 0px;
	border: none;
}

div.error_hour {
	font-weight: bold;
	font-size: 11px;
	color: red;
	padding-top: 3%;
}