/* desktop */

@media (min-width: 1100px) {
.fwt-journey-planner-img
{
	width:20px;
	height:20px;
}
}

/* narrow */
@media (max-width: 1100px) and (min-width: 600px) {
.fwt-journey-planner-img
{
	width:20px;
	height:20px;
}
}

/* mobile */
@media (max-width: 600px) {
.fwt-journey-planner-img
{
	width:20px;
	height:20px;
}

}


.fwt-mode-menu-div {
float:left;
width:25%;

height:40px;
overflow:hidden;
}

.fwt-journey-planner-seperator {
 border-color:#d3d3d3;
 height:5px;
 margin-bottom:5px;
}


#fwt-datebox-form {
}

#fwt-journey-planner-walking {
}

#fwt-journey-planner-walking-input {
 font-size:95% !important;
}

.fwt-journey-planner-label {
 padding-top:13px;
 font-size:80% !important;
}


#fwt-journey-planner-date {
overflow:hidden;
}

#fwt-journey-planner-from-to-div-container {
min-height:120px;
}


#fwt-journey-planner-to-input {
 color:#6caeee;
 font-size:88% !important;
}

#fwt-journey-planner-from-input {
 color:#6caeee;
 font-size:88% !important;
}

#fwt-journey-planner-input-from-div { 
 height:42px;
}

#fwt-journey-planner-input-to-div {
 margin-top:30px;
 height:42px;
}

#fwt-journey-planner-from-to-icons {
 width:10%;
 float:left;
 padding-top:4px;
}

#fwt-journey-planner-from-to-div {
 width:90%;
 float:left;
}

#fwt-journey-planner-from-icon {
 height:30px;
 width:auto;
}

#fwt-journey-planner-fromto-icon {
 margin-top:4px;
 cursor:pointer;
 width:30px;
}

#fwt-journey-planner-to-icon {
 height:30px;
 width:auto;
}

#fwt-journey-planner-modes {
 width:100%;
 height:50px;
 margin:auto;
 overflow:hidden;
}

#fwt-journey-planner-reverse-icon {
 width:36px;
}

.fwt-journey-planner-div {
}

#fwt-journey-planner-search
{
margin-top:10px;
}

#fwt-datebox-input {
 font-size:95% !important;
}

#fwt-timebox-input {
 font-size:95% !important;
}

#fwt-journey-planner-from-popup {
 position:absolute;
 left:17px;
 width:100%;
 overflow:visible;
 z-index:100000  !important;
}

#fwt-journey-planner-to-popup {
 position:absolute;
 left:17px;
 width:100%;
 z-index:100000  !important;
}

.ui-checkbox {
 margin:0;
}
