/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 30, 2016, 11:07:37 AM
    Author     : ixxi
*/
#block-itinerarysearchblock{width:auto;max-width:960px;margin:0 auto 30px;}
#block-itinerarysearchblock .close-start-suggestion, #block-itinerarysearchblock .close-end-suggestion{cursor:pointer}
#block-itinerarysearchblock .form-item-departure-date{margin-top:15px;}
#block-itinerarysearchblock .form-item-departure-minute{margin-bottom:45px;}
#block-itinerarysearchblock .fieldset-legend{font-weight:bold;font-size:1.25em}
#block-itinerarysearchblock label{display:inline-block;width:50px;max-width:150px;}
#block-itinerarysearchblock label.option{width:auto;max-width:300px;}
#block-itinerarysearchblock .form-submit{display:block;margin:20px 0;padding:0.5em 1em;color:#000;font-weight:bold;}
.search-block ul.errors {color:red;list-style:none;}

.itinerarysearchform input[aria-invalid] {border-color: red;}
.transit-section .section_description .section_line_and_time{border:1px solid black;padding:5px;float:left;width:100px;}
.transit-section .section_description .section_detail{padding:5px;float:right;width:350px;}
.transit-section .section_description .section_detail .first{font-weight:bold;}
.transit-section .section_description{overflow:hidden;width:500px;}
.transit-section .section_description .section_detail .stopP{background:#CCC;}
.transit-section .section_perturbation{float:right;background:#eee0d6;width:350px;font-size:12px;}

.walk-section  .section_description .section_time{border:1px solid black;padding:5px;float:left;width:100px;}
.walk-section .section_description .section_detail{padding:5px;float:right;width:350px;}
.walk-section .section_description .section_detail .first{font-weight:bold;}
.walk-section .section_description{overflow:hidden;width:500px;}
.walk-section .section_description .section_detail .startStopPoint{font-weight:bold;}


#modes--wrapper .fieldset-wrapper, #itinerary_profile--wrapper .fieldset-wrapper {
	display: none;
	transform: scaleY(0);
	transform-origin: 50% 0;
}
#modes--wrapper.unfolded .fieldset-wrapper, #itinerary_profile--wrapper.unfolded .fieldset-wrapper {
	display: block;
	transform: scaleY(1);
	transition: transform 1s ease;
}

#edit-start-suggestion-wrapper, #edit-end-suggestion-wrapper{display:none;}