.dataTables_paginate{
  float: right;
  margin: 50px 0;
}
.paginate_button {
  float: left;
  margin: 0 10px;
  width: auto !important;
  color: #385461;
  cursor: pointer;
}
.paginate_button:hover {
  border-bottom: 2px solid #e46258;
}

.ellipsis{
  float: left;
  margin: 0 10px;
  width: auto !important;
  color: #385461;
}
.dataTables_info{
  float: left;
  margin: 50px 0;
}
.dataTables_filter{
	float:right;
}
.dataTables_filter input{
  width: 232px;
  height: 30px;
  background: #F6F6F6;
  border: none;
}
.dataTables_length{
	float:left;
}

.dataTables_length select{
  /*background: url("../../img/front/flight_result_sml_drop.png") no-repeat left top;
  border-radius: 5px;
  color: #cdcdcd;
  font-style: normal;
  font-weight: normal;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  overflow: hidden;
  padding: 0 0 0 8px;
  font-size: 13px;
  position: absolute;
  text-transform: uppercase;
  width: 104px;
  -webkit-appearance: none;*/
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}
.dataTable thead .sorting {
  background-image: url("../../img/front/sort_both.png");
}
.dataTable thead .sorting_desc {
  background-image: url("../../img/front/sort_desc.png");
}
.dataTable thead .sorting_asc {
  background-image: url("../../img/front/sort_asc.png");
}
.result_flight_name{
  width: 180px;
  height: 36px;
  background: url(../../img/front/flight_name.png) no-repeat;
  border: none;
  font-weight: bold;
  float: left;
  padding: 5px 8px;
  color: #cdcdcd;
  text-transform: uppercase;
  font-size: 14px;
}

.result_flight_to{
  width: 180px;
  height: 36px;
  background: url(../../img/front/flight_to.png) no-repeat;
  border: none;
  font-weight: bold;
  float: right;
  padding: 5px 8px;
  color: #cdcdcd;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 5px;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 385px;
  margin: 2px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.flight_sec{
	height:auto !important;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
.flight_drpo_top{
	margin-top:10px;
}
.flight_sec:nth-child(even){
	background:#fff !important;
}

#detailed_view{
  display: block;
  clear: both;
  padding-top: 33px;
}
#selectadults,#selectchilds,#selectinfants{
	background: url("../../img/front/flight_drop.png") no-repeat left top;
    /* border-radius: 5px; */
    color: #cdcdcd;
    font-style: normal;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 0 8px;
    font-size: 13px;
    position: absolute;
    text-transform: uppercase;
    width: 171px;
    -webkit-appearance: none;
}
.flight_calender{	
	width: 153px;
    height: 26px;
    font-weight: bold;
    background: url(../../img/front/flight_calender.png) no-repeat;
    border: none;
    float: left;
    padding: 10px;
    color: #cdcdcd;
    font-size: 14px;
    margin-left: 16px;	
}

.filght_result_drop{
	width: 112px;
    height: 46px;
    float: left;
    margin-right: 52px;
    margin-top: 10px;
    margin-left: 26px;
}