
.fleft      { float: left ; }
.fright     { float: right ; }
.clear      { clear: both ; }
.spacer     { margin: 10px 0 10px 0 ; }
.dspacer    { margin: 20px 0 20px 0 ; }
.hspacer    { margin: 5px 0 5px 0 ; }
.btn-modal  { margin-top:26px; }

/* -------------- typeahead start ---------------------- */

.twitter-typeahead {
    width: 100% ;
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 400px;
  margin-top: 8px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -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: 1px 10px;
  font-size: 14px;
}

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

.tt-suggestion p {
  margin: 0;
}

.tt-highlight{
	font-weight:bold;
}

/* -------------- typeahead end ---------------------- */
/* -------------- modal start ---------------------- */

h4>.modal-link { cursor: pointer; cursor: hand; }

/* -------------- modal end ---------------------- */



#innerRateTab {
    background-color: unset;
    margin-bottom: 0px;
}

#innerRateTab td {
    border-style: hidden;
    padding: 1px 11px;
}


#innerPaxTab {
    width: 100%;
}

#innerPaxTab td {
    padding-left: 0px;
}

