/*
Stylesheet: mobile.css

Sections in this file:

=Structure

=Basic elements

=UI elements

  ==Errors

  ==Pagination

  ==Buttons

  ==Ad Placements

  ==Miscellaneous

=Layout

=Partials

  ==Navigation

  ==Airport Navigation

  ==Airports

  ==Users

  ==Updates

  ==Utilities

  ==Flight Status
  
  ==Security Wait Times

*/


/*
Section: =Basic elements
*/
ul {
  list-style: none;
}
h4 {
  padding: 2px 0 6px 0;
}

/*
Section: =UI elements
  shared styles used in several pages or contexts
*/

img.alert {
  vertical-align: middle;
}


/*UI elements: ==Errors */
.fieldWithErrors {
  display: inline;
}
.error {
  padding: 10px 0 2px 0;
}

/*UI elements: ==Pagination */
.pagination p {
  padding-bottom: 4px;
  color: #999999;
}


/*UI elements: ==Buttons */


/*UI elements: ==Ad Placements */
.ad {
  padding: 0 8px 12px 8px;
}
.promotion_ad {
  padding: 12px 8px 0 8px;
}
#airports_home .promotion_ad {
  padding: 4px 0 0 0;
}

/*UI elements: ==Miscellaneous */
.good,
a.good {
  color: #006600;
}
.bad,
a.bad {
  color: #990000;
}
.title_bar {
  padding: 12px 8px 0 8px;
}
.no_divider{
  border: 0;
}
.small {
  font-size: 10px;
  font-weight: normal;
}
.updated_at {
  color: #666666;
}
.weather .updated_at {
  font-weight: normal;
  font-size: 11px;
}

/*
Section: =Layout
*/
#title .byline {
  color: #666666;
}
#traveler_update_header {
  text-align: center;
  background-color: #FFCC00;
  border-bottom: 1px solid #FF9933;
}
#error,
#success {
  padding: 8px 8px 0 8px;
}
#error p,
#success p {
  font-weight: bold;
  margin: 0;
}
#error p {
  color: #FF3300;
}
#success p {
  color: #FFCC00;
}
#footer p {
  font-size: 10px;
}


/*
Section: =Partials
*/


/*Partials: ==Navigation */
.navigation {
  font-size: 10px;
  padding: 12px 8px;
}
.navigation li,
.airport_navigation li {
  margin-top: 3px;
  font-size: 10px;
}
.navigation li.current a,
.airport_navigation li.current a {
  font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

/*Partials: ==Airport Navigation */
.airport_title_bar {
  border-top: 1px solid #AADDFF;
}
.airport_title_bar,
.airport_navigation {
  background-color: #FFEE99;
  border-top: 1px solid #AADDFF;
  border-bottom: 1px solid #AADDFF;
}
.airport_title_bar .wrapper,
.airport_navigation .wrapper {
  background-color: #FFFFFF;
  margin-left: 8px;
}
.airport_title_bar .wrapper {
  padding: 5px 8px;
}
.airport_navigation .wrapper {
  padding: 9px 8px 12px 8px;
}
.airport_title_bar span {
  color: #666666;
  font-size: 10px;
}
.airport_title_bar_div,
.airport_navigation_div {
  margin-top: 1em;
}


/*Partials: ==Airports */
.airport_search p {
  padding: 0;
}
.airport_search form {
  padding-bottom: 4px;
}
.airport_search p.search {
  padding-top: 2px;
}
.airport_search input.search {
  width: 108px;
}
.airport_search .go {
  vertical-align: top;
  margin: 2px 0 0 10px;
}
.view_all_airports {
  margin-top: 0.5em;
}
.view_all_airports li {
  margin-top: 3px;
}
.quick_view {
  padding: 8px;
}
.quick_view h3 {
  padding: 6px 0 2px 0;
}
.airport_status .status_icon_and_text div {
  font-weight: bold;
  padding-bottom: 8px;
}
.last_updated_date {
  font-size: 10px;
}
.last_updated_date span {
  color: #666666;
}
.faa_status h3 {
  font-size: 11px;
  padding-bottom: 6px;
}
.faa_status p {
  font-size: 10px;
}
.weather h3 {
  padding-bottom: 6px;
}
.weather img {
  float: left;
  margin-right: 8px;
}
.weather .temperature {
  font-weight: bold;
}
.weather .temperature span {
  font-size: 18px;
}
.weather .conditions {
  clear: left;
}
.weather .weather_links {
  clear: left;
}
.weather .weather_links p {
  padding: 6px 0 0 0;
}
.security_links {
  padding-top: 12px;
}
.security_links p {
  padding: 4px 0 0 0;
}

/*Partials: ==Users */
#users_show #title h1,
#users_profile #title h1 {
  display: inline;
}
.profile_settings_link {
  margin: 12px 0 0 8px;
}
.stats ul{
  list-style: square;
  margin-left: 12px;
}
.stats .count {
  font-weight: bold;
  font-size: 18px;
}
.stats .helpfulness_count {
  font-weight: bold;
  font-size: 13px;
  margin-left: -14px;
}
.stats .helpfulness_percentage {
  border-top: 1px solid #AADDFF;
  border-bottom: 1px solid #AADDFF;
}
.stats .helpfulness_percentage p {
  font-weight: bold;
  padding: 8px 0 0 0;
}
.stats .ranking h4 {
  padding-bottom: 0;
}
.stats .ranking .count .ordinal {
  font-weight: bold;
  font-size: 11px;
}
.stats .ranking .user_count {
  font-weight: bold;
}
.most_helpful_users .list_type{
  margin-bottom: 8px;
}
.most_helpful_users .divider {
  color: #9C9C9C;
}



/*Partials: ==Updates */
.new_update p {
  padding: 12px 0 6px 0;
}
.new_update h4 {
  padding-top: 0;
}
.new_update label,
.new_update p.label {
  font-weight: bold;
}
.new_update label.radio {
  font-weight: normal;
}
.new_update .message {
  padding-top: 8px;
}
.new_update .message p {
  padding: 8px 0;
}
.update {
  border-bottom: 1px solid #AADDFF;
  padding: 8px;
}
.update p {
  font-weight: bold;
  padding: 3px;
}
.update img.thumb_icon {
  vertical-align: bottom;
}
.change_category p.submit {
  padding: 12px 0 0 0;
}

/*Partials: ==Utilities */
.feedback_form textarea {
  margin: 6px 0;
  width: 142px;
}
.feedback_form .email_input input {
  margin: 6px 0;
  width: 142px;
}
.feedback_form .customer_support {
  margin: 0 0 10px 0;
}
.ground_program {
  padding: 12px 8px;
}
.confirm_spam{
  padding: 12px 8px;
}
.rules ul {
  list-style: disc;
  margin-left: 16px;
}
.sms_guide p {
  margin: 8px 0;
}
.sms_guide p.even, 
.sms_guide p.odd {
  margin: 0;
  padding: 6px;
}
.sms_guide p.odd {
  background-color: #F7F7F7;
}
.sms_guide .disclaimer {
  color: #999999;
}
.airline_list table {
  margin-top: 6px;
}
.airline_list td,
.airline_list th {
  text-align: left;
  padding: 1px 10px 1px 0;
}


/*Partials: ==Promotions */
.promotion .promotions_header {
  text-align: center;
  background-color: #FFFF99;
}
.promotion .promotion_copy {
  padding: 8px;
}
.promotion .sign_in_register, 
.promotion .agree_sign_up, 
.promotion .already_signed_up {
  padding: 8px;
}
.promotion .sign_in_register {
  background-color: #FFFF99;
}
.promotion .sign_in_register span {
  font-weight: normal;
}
.promotion .sign_in_register .buttons img.signin {
  margin-right: 8px;
}
.promotion .promotions_terms_conditions{
  margin-left: 8px;
}
.promotion .promotions_terms_conditions span{
  font-weight: bold;
}
.promotion .promotions_terms_conditions em{
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
.promotion .promotions_terms_conditions ul{
  list-style-type: disc;
  margin: 0 0 0 12px;
}
.promotion_disclaimer{
 color: #999;
 font-size: 10px;
 margin: 10px 8px;
}

/*Partials: ==Flight Status */
.flight_status_form label{
  display: block;
}
.flight_status_form .input_field{
  margin-bottom: 11px;
}

/*Partials: ==Flight Status */
.security_wait_times_form label{
  display: block;
}
.security_wait_times_form .input_field{
  margin-bottom: 11px;
}

/*Partials: ==Traffic */
#traffic_show .title_bar a{
  font-weight: normal;
  font-size: 10px;
}
#traffic_show h4 img.prefix_image{
  display: inline;
  float: left;
}
