.flightsSprites {
	background: url('../../../common/images/flightsSprites.png') 0 0 no-repeat;
}

.flightsSearch {
	width: 100%;
}

.mobile-tip {
	display: none;
}

.flightsSearch.inProgress {
	background: #fff url('../../../common/images/loaders/fb.gif') no-repeat center center;
	height: 100px;
}


	.flightsSearch .selectContainer {
		position: relative;
		transition: background .2s ease-in-out;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		-o-transition: background .2s ease-in-out;
		-ms-transition: background .2s ease-in-out;
	}
	
		.flightsSearch .selectContainer input {
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			-ms-transition: alls .2s ease-in-out;
		}
	
		.flightsSearch .date {
			width: 49% !important;
			float: left;
			-webkit-box-sizing: border-box !important;
			-moz-box-sizing: border-box !important;
			box-sizing: border-box !important;
			margin: 10px 0 12px 0;
			padding-left: 30px !important;
			cursor: pointer;
			height: 36px !important;
			line-height: 36px !important;
			position: relative;
			z-index: 2;
			background: transparent !important;
			font-size: 13px;
		}
		
		.flightsSearch .clockIcon {
			width: 11px;
			height: 12px;
			background-position: -163px -68px;
			position: absolute;
			margin: 21px 0 0 12px;
		}
		
		.flightsSearch .clockIconTo {
			left: 51%;
		}
		
		.flightsSearch .errorInput {
			background: #ffd7d7 !important;
		}
		
		
			.flightsSearch .errorInput input::-webkit-input-placeholder {
				color: #9b6c6c !important;
			}
			
			.flightsSearch .errorInput input::-moz-placeholder {
				color: #9b6c6c !important;
			}
			
			.flightsSearch .errorInput input:-ms-input-placeholder {
				color: #9b6c6c !important;
			}
			
			.flightsSearch .errorInput input:-moz-placeholder {
				color: #9b6c6c !important;
			}
			

		.simpleButton.oneway {
			float: none !important;
			margin: 2px 0 5px 0 !important;
			height: 26px !important;
			line-height: 26px !important;
		}
		
		.flightsSearch .simpleButton {
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			height: 38px;
			line-height: 38px;
			font-size: 15px;
		}
		
		.flightsSearch .dateTo {
			margin-left: 2%;
			clear: right;
		}
	
	
		.flightsSearch .selectContainer .marker {
			position: absolute;
			left: 6px;
			top: 50%;
			margin-top: -11px;
			width: 22px;
			height: 22px;
		}
		
		.flightsSearch .selectContainer .marker.origin {
			background: url("../../../common/images/icons/set3/22/marker_green.png" ) no-repeat;
		}
		
		.flightsSearch .selectContainer .marker.destination {
			background: url("../../../common/images/icons/set3/22/marker_red.png" ) no-repeat;
		}
	
		.flightsSearch .selectContainer .listing {
			position: absolute;
			width: 560px;
			background-color: #FFF;
			border-radius: 4px;
			border: 1px solid #C0C0C0;
			z-index: 10;
			padding: 4px 15px 6px 15px;
			box-shadow: 0 0 30px rgba(50, 50, 50, 0.2);
			display: none;
			height: 250px;
			margin-left: -235px;
		}

		#sobiListLeft .flightsSearch .selectContainer .listing {
			margin-left: 0;
		}

			.flightsSearch .selectContainer .emptyMessage {
				font-family: 'Lato',Tahoma,Verdana,Arial,sans-serif;
				font-size: 24px;
				color: #3D3D3D;
				text-align: center;
				margin-top: 80px;
				line-height: 40px;
			}
			
		
			.flightsSearch .selectContainer input {
				z-index: 2;
				background: rgba(0, 0, 0, 0) !important;
				background-image: initial !important;
				position: relative;
				top: 0;
				left: 0;
				margin: 2px 0;
				padding-left: 30px !important;
				width: 100% !important;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				height: 40px !important;
				line-height: 40px !important;
				font-family: 'Lato',Tahoma,Verdana,Arial,sans-serif;
				font-size: 13px;
			}
		
			.flightsSearch .selectContainer .tip {
				font-family: 'Lato',Tahoma,Verdana,Arial,sans-serif;
				display: none;
				width: 100%;
				position: absolute;
				top: 0px;
				left: 1px;
				height: 40px;
				line-height: 40px;
				padding: 0 4px 0 30px;
				color: silver;
				font-size: 13px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				margin: 2px 0;
			}
		
			.flightsSearch .selectContainer .country {
				float: left;
			}
			
				.flightsSearch .selectContainer .header {
					float: left;
					padding: 5px 10px !important;
					clear: both;
					font-family: 'Lato',Tahoma,Verdana,Arial,sans-serif;
					font-size: 15px;
					color: #3D3D3D;
					font-weight: bold;
				}
		
				.flightsSearch .selectContainer ul {
					list-style-type: none;
					float: left;
					max-height: 210px;
					overflow-y: auto;
					width: 270px;
					clear: both;
					margin: 0 5px;
				}
			
					.flightsSearch .selectContainer li {
						float: left;
						width: 95%;
						clear: both;
						list-style-type: none;
						padding: 3px 5px;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						margin: 1px 0;
						line-height: 150%;
						background: none !important;
						font-size: 13px;
					}
					
					.flightsSearch .selectContainer li.airport:hover {
						background-color: #ededed !important;
						cursor: pointer;
					}
					
					.flightsSearch .selectContainer li.airport.selected {						
						background-color: #ededed !important;
						color: #4398ee;
						font-weight: bold;
					}
					
					.flightsSearch .selectContainer li.country {
						font-weight: bold;
					}
				
					.flightsSearch .selectContainer li.hidden {
						display: none !important;
					}
