
/* =============================================================================
   Book train 
   ========================================================================== */
   
#book_train_ticket fieldset {
    float: left;
    margin-right: 18px;
}

#book_train_ticket .gray.large fieldset {
    float: left;
    margin-right: 12px;
}

#book_train_ticket .gray.large fieldset.section-flight-age-group, #book_train_ticket fieldset.section-flight-age-group {
    margin-right: 0px;
}

#book_train_ticket.digital-box {
    padding-bottom: 20px;
}

#book_train_ticket.digital-box .all_gray h3{
	color: #3E3D40;
    font-family: "Avenir",Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 10px;
    text-transform: uppercase;
    border-bottom: 2px groove #FFF;
}


#book_train_ticket #train-origin-city-wrapper {
    float: left;
    width: 265px;
    display: inherit;
}

#book_train_ticket #train-origin-city-wrapper input {
	width: 230px;
}

#book_train_ticket #train-destination-city-wrapper {
    width: 265px;
    display: inherit;
}

#book_train_ticket #train-destination-city-wrapper input{
	width: 230px;
}

#book_train_ticket .travel-fields {
    display: inline;
    float: left;
    width: 266px;
}

#book_train_ticket .outward {
    clear: both;
    display: block;
    float: left;
    width: 231px;
}

#book_train_ticket .outward input{
	float:left;
	width: 114px;
}

#book_train_ticket #train-outward-date-wrapper {
    float: left;
    width: 150px;
}

#book_train_ticket #train-outward-time-wrapper{
	float: right;
}

#book_train_ticket #train-outward-time{
	width: 80px;
}

#book_train_ticket .inward {
    clear: both;
    display: block;
    float: left;
    width: 231px;
}

#book_train_ticket .inward input{
	float:left;
	width: 114px;
}

#book_train_ticket #train-inward-date-wrapper {
    float: left;
    width: 150px;
}

#book_train_ticket #train-inward-time-wrapper{
	float: right;
}

#book_train_ticket #train-inward-time{
	width: 80px;
}

#book_train_ticket .disabled{
	filter : alpha(opacity=40);
    opacity : 0.4;
}



#book_train_ticket input.datepicker {
    background: url("img/sprites-booking.png") no-repeat scroll 100px -92px transparent;
    cursor: pointer;
    width: 115px;
}

#book_train_ticket .oneway-return {
    float: left;
    width: 80px;
}


#train-oneway-return-wrapper.form-item {
    margin-top: 24px;
}

#train-oneway-return-wrapper.form-item input {
    margin-right: 5px;

}

#train-oneway-return-wrapper.form-item > div {
    margin-bottom: 35px;
}

#book_train_ticket legend {
    position: absolute;
    top: -9999px;
}


/* =============================================================================
   Section flight age group 
   ========================================================================== */
#book_train_ticket .section-flight-age-group div{
	margin-bottom: 0px;
}


#book_train_ticket .section-flight-age-group{
	float: left;
}

#book_train_ticket .section-flight-age-group > span {
    float: left;
}

#book_train_ticket .section-flight-age-group div{
	display: inline;
}

#book_train_ticket fieldset.section-flight-age-group {
	text-align: center;
	font-size: 9px;
}

#book_train_ticket fieldset.section-flight-age-group div {
    display: block;
    margin-bottom: 12px;
    text-align: left;
}

#book_train_ticket .section-flight-age-group span.first {
    margin-right: 20px;
}

#book_train_ticket fieldset.section-flight-age-group  span.labelTextDropSpan {
    font-weight: normal;
    font-size: 10px;
	line-height: 16px;
	display: block;
}


#book_train_ticket fieldset.section-flight-age-group  span.labelTextDropSpan span {
    font-weight: bold;
    font-size: 11px;
	line-height: 16px;
}
#book_train_ticket fieldset.section-flight-age-group  select {
    font-size: 11px;
}

#book_train_ticket .labelTextDrop {
    line-height: 9px;
}

#book_train_ticket select.number-of-travellers {
    /*margin-top: 6px;*/
}

/* =============================================================================
   Bouton 
   ========================================================================== */
#book_train_ticket .information-sup{
	float: left;
}

#book_train_ticket .information-sup img {
    float: left;
    margin-right: 54px;
    margin-top: 21px;
}

#book_train_ticket .submission input{
	margin-bottom: 0px;
}

/* =============================================================================
   Formular error 
   ========================================================================== */
form .error label {
	color: #CF0303;
}

form .error:after {
    background: none no-repeat scroll 0 0 #CF0303;
    border-radius: 50% 50% 50% 50%;
    clear: inherit;
    color: #FFFFFF;
    content: "X";
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    line-height: 13px;
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
    width: 14px;
}
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#train-origin-city-wrapper.form-item.item-required.error:after, #train-destination-city-wrapper.form-item.item-required.error:after {
	    margin-top: -23px;
	}
}
/* =============================================================================
   All day search 
   ========================================================================== */
#waiting_zone.gray.large {
    background: url("../img/waiting/europe.png") no-repeat scroll 540px center #ECEDEB;
    line-height: normal;
}
#waiting_zone p {
    margin: 5px 0;
}

#waiting_zone .text {
    float: left;
    font-size: 11px;
}

#waiting_zone .title {
    font-size: 11px;
    font-weight: bold;
}

#waiting_zone .waiting_message {
    background: url("../img/waiting/waiting.gif") no-repeat scroll center 27px transparent;
    color: #008ACF;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    width: 200px;
}
/* =============================================================================
   Booking problem 
   ========================================================================== */
#book_train_ticket .gray h3 {
    margin-bottom: 10px;
    margin-top: 7px;
    text-transform: uppercase;
}

#contact img {
    float: left;
    margin-right: 20px;
}

#contact .title {
    color: #0088CE;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

#contact p {
    margin: 0 0 10px;
}

#book_train_ticket span span.title{
	font-weight: bold;
}

#book_train_ticket > span {
	font-size: 12px;
}

#book_train_ticket fieldset.section-flight-age-group .labelTextDrop.error .labelTextDropSpan span{
	color: #CF0303;
}

form .labelTextDrop.error:after {
    margin-right: 92px !important;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	form .labelTextDrop.error:after {
		margin-top: -23px;
	}
}

/* =============================================================================
   Booking problem 
   ========================================================================== */
.column-center.large #email_reminder .information-fields .form-item {
    width: 400px;
}

.column-center.large #email_reminder .information-fields input {
    width: 400px;
}


.column-center #email_reminder .information-fields .form-item {
    width: 240px;
}

.column-center #email_reminder .information-fields input {
    width: 242px;
}

#info-first-name-wrapper.form-item {
    margin-right: 50px;
}

#info-enewsletter-wrapper.form-item {
    float: left;
    font-size: 12px;
    margin-top: 17px;
}

#info-enewsletter-wrapper > input {
    line-height: normal;
    margin-right: 5px;
    vertical-align: baseline;
}

