/*---------------- ADVANCED SEARCH BOX ------------------*/
#filter-form  > .row {margin-bottom: 0;}
/*.bootstrap-select.btn-group .btn .filter-option {border-left: 1px solid red;}
.bootstrap-select > .btn {padding-top: 0px; padding-bottom: 0}*/

.btn-search {margin-top: 1.875em;}

.fleet-toggle {cursor: pointer;}
.fleet-container {display: none;}
.fleet-list li {float: left; width: 25%;}
#itinerary {display: none;}
#itinerary > .row > div + div, #itinerary > .row > div + div + div {text-align: center; display: table; margin: 15px 0;}
/*#itinerary > .row > div + div > div, #itinerary > .row > div + div + div > div {display: table-cell; vertical-align: middle;}*/
#itinerary > .row {padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #fff; background-color: #efefef;}

/*.btn-search:after {
	content: '\e801';
	font-family: "fontello";
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 12px;
}*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#filter-form > .row {margin-bottom: 0.7142em;}
	.btn-search {margin-top: 0;}
}