body {
    color: #999999;
    font-family: arial;
    font-size: 12px;
    margin: 0;
}

body  form{
    margin: 0;
}

.planeImg {
    float: left;
    height: 30px;
    margin-top: -4px;
    width: 33px;
}

.menuType {
    color: #03339a;
    float: left;
    font-size: 18px;
    margin-left: 10px;
}

.main-form-content {
    border: 1px solid #00339a;
    float: left;
    position: relative;
    width: 1030px;
}

.formRow.upTitle {
    height: 35px;
    position: relative;
}

.main-form-content .formRow {
    float: left;
    height: 61px;
    margin-left: 45px;
    width: 935px;
}

.main-form-content .formRow.hide {
    display: none;
}

.tripTypeContent.flightsTripType {
    width: 320px;
}

.tripTypeContent {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 212px;
}

.selectedTripTypeColor {
    background-color: #ffffff;
    height: 20px;
    left: 106px;
    position: absolute;
    top: 1px;
    width: 105px;
}

.tripTypeText {
    border: 1px solid #808080;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 19px;
    overflow: hidden;
    padding-top: 1px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 104px;
    z-index: 5;
}

.tripTypeText:hover, .tripTypeText.selected {
	background-color: #b6daf4;
}

.formLeftCol {
    float: left;
    width: 454px;
}

.reverseAirports {
    -moz-user-select: none;
    color: #595959;
    cursor: pointer;
    float: left;
    font-size: 22px;
    text-align: center;
    width: 24px;
}

.formRow.tripTypeRow {
    height: auto;
    margin-bottom: 14px;
    margin-top: 18px;
}

.formRightCol {
    float: right;
    width: 454px;
}

.formRow .message_popup_airport, .formRow .error_popup_from, .formRow .error_popup_to {
    position: relative;
}

.upContent{
    float: left;
	width: 100%;
}

.bottomContent{
    background-color: #f9f9f9;
    border-top: 1px solid #808080;
    float: left;
    height: 60px;
    margin: 110px 0 0;
    width: 100%;
}

.bottomContent .info {
    color: #555555;
    float: left;
    font-size: 12px;
}

.bottomContent .smallImg {
    color: #00339a;
    margin-top: 8px;
}

.smallImg span {
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
}

.smallImg img {
    float: left;
}

.bottomRight {
    float: right;
    width: 310px;
}

.formInputText {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid gray;
    box-sizing: border-box;
    height: 44px;
    position: relative;
    transition: background-color 0.2s ease-in 0s;
    width: 450px;
}

.formInputText.focus, .selector_dropdown  .selector_dropdown_text.focus {
	border: 1px solid #00349A;
	background-color: #FEF1C8;
}

.formInputText input[type="text"] {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    float: left;
    font-size: 24px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    width: 390px;
}

.formInputText input[type="text"].moreInputWidth {
    width: 445px;
}

.textSearch {
    color: white;
    display: block;
    font-size: 40px;
    margin-left: 29px;
    margin-top: 20px;
}

.formInputText .icon {
    float: right;
    height: 42px;
    width: 44px;
}

.reverseAirports span {
    float: left;
    height: 10px;
    width: 100%;
}

.formInputText .icon.calendar {
    background: url("../images/icons.png") no-repeat scroll -38px -1px transparent;
    cursor: pointer;
}

.formRow .message_popup_calendar {
    position: relative;
}

.formInputText .icon.calendar .title {
    color: white;
    height: 14px;
    padding-top: 4px;
}

.formInputText .icon.calendar .title, .formInputText .icon.calendar .day {
    float: left;
    text-align: center;
    width: 40px;
}

.formInputText .icon.calendar .day {
    color: #00349a;
    font-size: 18px;
    font-weight: bold;
}

.main-form-content .formRow.smallerRight, .main-form-content .formRow.autoHeight {
    height: auto;
}

.radioButtonContainer {
    cursor: pointer;
    float: left;
}

.radio_button.isChecked {
    background: url("../images/icons.png") no-repeat scroll -508px -87px transparent;
}

.radio_button {
    background: url("../images/icons.png") no-repeat scroll -480px -87px transparent;
    float: left;
    height: 26px;
    width: 26px;
}

input.radio_button_hidden {
    display: none;
}


.radiobuttonText.blackColored {
    color: #000000;
}
.radiobuttonText {
    text-align: right;
}
.radiobuttonText {
    color: #396582;
    float: left;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 2px;
    text-align: left;
    width: auto;
}

.radioButtonContainer.marginLeft {
    margin-left: 10px;
}


.flights_passengers_dropdown {
    float: left;
    margin-right: 30px;
    margin-top: 18px;
}

#flightsSearchForm .passengers_dropdown, #flightsMultiSearchForm .passengers_dropdown {
    width: 250px;
}

.passengers_dropdown {
    position: relative;
}

.selector_dropdown {
    float: left;
    width: 250px;
}

.selector_dropdown .selector_dropdown_text {
    background: none repeat scroll 0 0 white;
    border: 1px solid gray;
    cursor: pointer;
    height: 40px;
    padding-top: 2px;
	position: relative;
    transition: background-color 0.2s ease-in 0s;
    width: auto;
}

.selector_dropdown_text .icon.adult {
    background: url("../images/icons.png") no-repeat scroll 0 -42px transparent;
    float: left;
    height: 38px;
    width: 25px;
}

.selector_dropdown .selector_dropdow_value {
    color: #231f20;
    float: left;
    font-size: 24px;
    font-weight: normal;
    max-width: 400px;
    min-width: 30px;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
   
.selector_dropdown .selector_dropdow_value_text {
    color: #231f20;
    float: left;
    font-size: 22px;
    overflow: hidden;
    padding-left: 3px;
    padding-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.selector_dropdown_text .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6a6a6a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    float: right;
    height: 0;
    margin-right: 12px;
    margin-top: 17px;
    width: 0;
}

.panelOpened .passengers_panel {
    display: block;
    margin-top: 8px;
    width: 298px;
}

.passengers_panel {
    background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: default;
    display: none;
    left: 2px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    width: 203px;
    z-index: 1000;
}


.spinner_row {
    background-color: #FFFFFF;
    cursor: pointer;
    float: left;
    padding: 1px 8px 5px;
    width: 268px;
    
    -webkit-transition: background-color .2s ease-in;
   	-moz-transition: background-color .2s ease-in;
   	-o-transition: background-color .2s ease-in;
   	-ms-transition: background-color .2s ease-in;
   	transition: background-color .2s ease-in;
}

.spinner_row .spinner_row_left_image {
    float: left;
    width: 22px;
}

.spinner_row .spinner_row_content {
    float: left;
    margin-top: 2px;
}

.spinner_row .spinner_row_label {
    color: #4e4e4e;
    float: left;
    font-size: 16px;
    margin-top: 4px;
}

.spinner_row .spinner_row_left_image span {
    background: url("../images/icons.png") no-repeat scroll -154px -2px transparent;
    float: left;
    height: 25px;
    margin-top: 2px;
    width: 15px;
}

.spinner_row .spinner_row_left_image span.child2-4 {
    background: url("../images/icons.png") no-repeat scroll -193px 1px transparent;
}


.spinner_row .spinner_row_left_image span.infants {
    background: url("../images/icons.png") no-repeat scroll -211px 1px transparent;
}

.horizontal_spinner {
    float: left;
    height: 23px;
    width: 86px;
}


.horizontal_spinner .horizontal_spinner_text {
    border: 1px solid #CACACA;
    float: left;
    height: 23px;
    width: auto;
}

.horizontal_spinner .horizontal_spinner_left {
    background-color: #E3E3E3;
    border-right: 1px solid #CACACA;
    cursor: pointer;
    float: left;
    height: 100%;
	
	-webkit-transition: background-color .2s ease-in;
   	-moz-transition: background-color .2s ease-in;
   	-o-transition: background-color .2s ease-in;
   	-ms-transition: background-color .2s ease-in;
   	transition: background-color .2s ease-in;
}

.horizontal_spinner .horizontal_spinner_number {
    color: #231F20;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 23px;
    margin-top: 3px;
    text-align: center;
    width: 32px;
}

.horizontal_spinner .horizontal_spinner_right {
    background-color: #E3E3E3;
    border-left: 1px solid #CACACA;
    cursor: pointer;
    float: left;
    height: 100%;
	    
   	-webkit-transition: background-color .2s ease-in;
   	-moz-transition: background-color .2s ease-in;
   	-o-transition: background-color .2s ease-in;
   	-ms-transition: background-color .2s ease-in;
   	transition: background-color .2s ease-in;
}

.horizontal_spinner .horizontal_spinner_right:hover, .horizontal_spinner .horizontal_spinner_left:hover {
	background-color: #D2D2D2;
}

.horizontal_spinner .arrow_left {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #888888;
    border-top: 6px solid transparent;
    float: left;
    height: 0;
    margin-right: 10px;
    margin-top: 5px;
    width: 6px;
}

.horizontal_spinner .arrow_right {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    border-top: 6px solid transparent;
    float: left;
    height: 0;
    margin-left: 10px;
    margin-top: 5px;
    width: 6px;
}

.spinner_row .spinner_row_right_image {
    display: inline-block;
    float: none;
    left: 5px;
    position: relative;
    top: 4px;
    width: 22px;
}

.spinner_row .spinner_row_right_image span {
    background: url("../images/info.png") no-repeat scroll transparent;
    float: left;
    height: 18px;
    position: relative;
    text-transform: lowercase;
    width: 16px;
}

.spinner_row_right_image .not_infant_seat_img {
    background: url("../images/passeng_infant_seat.png") no-repeat scroll transparent;
    height: 21px;
    position: relative;
    width: 22px;
}

.passengers_panel .spinner_row_infant_text {
    color: #4e4e4e;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 270px;
}

.airport_dropdown.not_show {
    display: none;
}

.airport_dropdown {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 0.17em solid #00349a;
    border-left: 0.17em solid #00349a;
    border-radius: 0 0 3px 3px;
    border-right: 0.17em solid #00349a;
    box-sizing: border-box;
    padding-bottom: 40px;
    padding-top: 15px;
    position: relative;
    top: -2px;
    width: 450px;
    z-index: 50;
}

.formRow .formFlightOptions {
    cursor: pointer;
    float: left;
    width: auto;
}

.formRow .formFlightOptions {
    cursor: pointer;
    float: left;
    width: auto;
}

.formRow .message {
    color: #000000;
    float: left;
    font-size: 22px;
    margin-left: 10px;
    margin-top: -7px;
}

.formFlightOptions .message {
    font-size: 17px;
    margin-top: 3px;
}

.selector_dropdown .small_dropdown .single {
    height: 26px;
}
.selector_dropdown .single {
    cursor: pointer;
    height: 47px;
    line-height: 21px;
    width: 100%;
}
.selector_dropdown_text select {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.moreOptions span.icon.plus {
    display: inline-block;
}

.moreOptions .icon.plus {
    margin-top: 4px;
}

.moreOptions .icon.minus {
    margin-top: 4px;
}
span.icon.minus {
    display: inline-block;
}

.icon.plus {
    background: url("../images/icons.png") no-repeat scroll -85px 0 transparent;
    height: 18px;
    width: 15px;
}

.icon.minus {
    background: url("../images/icons.png") no-repeat scroll -108px 0 transparent;
    height: 15px;
    width: 15px;
}

.icon.plus.addAirlineDropdown, .icon.addAirlineDropdown.minus, .icon.plus.removeAirlineDropdown, .icon.removeAirlineDropdown.minus {
    display: inline-block;
    margin-top: 3px;
}

.moreOptionsFlihgtsForm {
    cursor: default;
    float: left;
}

.moreOptionsAirlines {
    float: left;
    width: 350px;
}

.moreOptionsFlightsRow{
	margin-top: 15px;
    float: left;
    width: 100%;
}

.moreOptionsAirlinesRow {
    float: left;
    height: 40px;
}

.moreOptionsRow {
    float: left;
    height: 40px;
}

.checkboxesMoreOptionsRow {
    float: left;
    margin-right: 46px;
}

.moreOptionsDropdowns .hideAirline, .moreOptionsAirlinesRow.hideAirline {
    display: none;
}

.checkboxText {
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 17px;
    margin-left: 8px;
    padding-top: 3px;
}

.checked_box {
    background: none repeat scroll 0 0 #b6b6b6;
    border: 1px solid #808080;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 3px;
    width: 22px;
}

.formRow.optionsHidden {
    float: none;
    left: 0;
    position: absolute;
    top: 25em;
}

.checked_box.isChecked {
    background: url("../images/icons.png") no-repeat scroll -246px -556px #ffffff;
	border: 1px solid #00339a;
}

input.checked_box_hidden {
    display: none;
}

.selector_dropdown.airlineDropdown, .selector_dropdown.seat_selector_dropdown {
    float: left;
    width: 230px;
}

.selector_dropdown .selector_dropdown_text.small_dropdown {
    height: 26px;
}

.selector_dropdown_text.small_dropdown .icon.airplane_departure {
    background: url("../images/icons.png") no-repeat scroll -429px -181px transparent;
    float: left;
    height: 25px;
    width: 30px;
}

.selector_dropdown .small_dropdown .selector_dropdow_value {
    font-size: 17px;
    max-width: 170px;
    min-width: 30px;
    overflow: hidden;
    padding: 2px;
}

.selector_dropdown_text.small_dropdown .arrow {
    margin-right: 8px;
    margin-top: 10px;
}

.selector_dropdown_text.small_dropdown .arrow {
    margin-right: 8px;
    margin-top: 10px;
}

.selector_dropdown .small_dropdown .single option {
    font-size: 17px;
}

.minusPlusOptionsFlightsForm.multileg {
    float: left;
    margin-left: 10px;
}

.formInputText input.placeholderText[type="text"] {
	color: #808080;
}

.multileg .moreLegs {
    background: none repeat scroll 0 0 white;
    border: 1px solid #808080;
    cursor: pointer;
    float: left;
    height: 27px;
    text-align: center;
    width: 27px;
}

.selector_dropdown_text.small_dropdown .icon.seat_img_small {
    background: url("../images/icons.png") no-repeat scroll -408px -205px transparent;
    float: left;
    height: 25px;
    width: 30px;
}

.moreOptions {
    background: none repeat scroll 0 0 white;
    border: 1px solid #6a6a6a;
    cursor: pointer;
    float: left;
    height: 27px;
    text-align: center;
    text-transform: lowercase;
    width: 52px;
}

.formRow.options {
	margin-top: 30px;
	height: auto;
}

.main-form-content .formRow.smallerRight, .main-form-content.formRow.autoHeight {
    height: auto;
}

.searchAbsoluteContent.flights {
    top: 17em;
}

.searchAbsoluteContent {
    height: 92px;
    position: absolute;
    right: 26px;
    top: 17em;
    width: 198px;
    z-index: 5;
}

.searchButton {
    background-color: #00349a;
    border: 0.15em solid #00349a;
    border-radius: 7px;
    bottom: 0;
    box-shadow: 2px 1px 1px -1px gray;
    display: block;
    float: right;
    height: 90px;
    position: absolute;
    right: 28px;
    text-decoration: none;
    width: 192px;
}

.fb_extCalendarDatepicker.hasDatepicker .ui-datepicker table {
    font-size: 18px;
}

a img {
    border: medium none;
}

.formInputText.invisible {
    visibility: hidden;
}

.timeIndicator {
    color: #00339a;
    float: left;
    font-size: 15px;
    margin-left: 256px;
    margin-top: -9px;
}

/* popup_message */

.popup_message.show {
    display: block;
}

.popup_message {
    bottom: 25px;
    display: none;
    float: left;
    left: -6px;
    position: absolute;
    z-index: 100;
    text-decoration: none;
}

.popup_message .popup_message_container {
	float: left;
	position: relative;
}

.popup_message .popup_message_up {
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	float: left;
	padding: 5px;
}

.popup_message .popup_message_bottom {
    bottom: -6px;
    float: left;
    height: 6px;
    left: 8px;
    position: absolute;
    width: 10px;
}

.popup_message .popup_message_bottom.indicator_right {
    right: 14px;
	left: auto;
}

.popup_message .popup_message_bottom.indicator_top {
    left: 14px;
	top: -6px;
}

.popup_message .popup_message_bottom.indicator_top.indicator_right {
    right: 14px;
	left: auto;
}

.popup_message .arrow_outside {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: left;
    height: 0;
    position: relative;
    width: 0;
}

.popup_message .arrow_inside {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: left;
    height: 0;
    margin-left: -7px;
    margin-top: -8px;
    right: 0;
    width: 0;
}

.popup_message .arrow_inside.indicator_top {
    margin-top: 1px;
}

/* end popup_message */


/* css autocomplete */
#autocomplete {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: -moz-use-text-color #00349a #00349a;
    border-image: none;
    border-right: 1px solid #00349a;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: black;
    display: none;
    max-height: 326px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    z-index: 100;
}

#autocomplete ul {
    margin: 0;
    padding: 0;
}

#autocomplete ul li {
    font-size: 16px;
    list-style: outside none none;
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-shadow: 0 1px 0 #ffffff;
}

#autocomplete ul li div.cacText {
    white-space: nowrap;
}

#autocomplete ul li div.cacText span {
    color: #808080;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

#autocomplete ul li div.cacCode {
    background-color: #FFFFFF;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

#autocomplete ul li div.cacCode div {
    margin-top: 3px;
}

#autocomplete ul li.cacSelected {
    background-color: #DDEDFE;
}

#autocomplete ul li.cacSelected div.cacCode {
    background-color: #DDEDFE;
}

/* css autocomplete */