/* Use px, otherwise some other calculations get stuffed up */
#bookmark_list {
  min-height: 500px;
  background: #eee url(../gif/bg_papergrid.gif);
  padding: 20px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #ddd;
}

.stop_line {
  float: left;
  width: 100px;
  position: relative;
  height: 50px;
}
.stop_line.compact {
  height: auto;
  min-height: 1px;
}

.stop_container {
  background: url("../png/bg_route_line.png") repeat-y 45px;
  display: block !important;
}
.stop_container.compact {
  background: transparent;
}

.stop,
.stop_compact {
  background: #fff;
  float: left;
  width: 810px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  position: relative;
}

.stop_compact {
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
}
.stop_compact:hover {
  background: #EFF7FF;
}
.stop_compact h4 {
  margin-bottom: 0;
  font-size: 15px;
}
.stop_compact h4 span {
  font-weight: normal;
  float: right;
  color: #666;
  font-size: 12px;
}

.stop {
  padding: 20px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.stop .stop_toggle {
  height: 10px;
  background: #eee;
  top: 1px;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  line-height: 0;
  font-size: 20px;
  color: #999;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  cursor: hand;
}

.stop.collapsed {
  display: none;
}

.stop_header {
  position: relative;
  padding: 0;
  padding-bottom: 8px;
}

.stop_header.has_3_photos {
  padding-left: 190px;
}

.stop_header.has_2_photos {
  padding-left: 130px;
}

.stop_header.has_1_photos {
  padding-left: 70px;
}

.stop_edit_links,
.edit_links {
  position: absolute;
  bottom: 0;
}
.stop_edit_links a,
.edit_links a {
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  color: #999;
}

.stop_edit:hover {
  background: #FFF277;
  color: #333;
}

.stop_delete:hover {
  background: red;
  color: #fff;
}

.stop_footer {
  clear: both;
  min-height: 20px;
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #666;
}
.stop_footer.compact {
  height: 2px;
  min-height: 2px;
}
.stop_footer.compact .search_options,
.stop_footer.compact .travel_options {
  display: none !important;
}
.stop_footer.compact .mode {
  top: 0;
  bottom: -1px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: transparent url(../png/transport_icons_sprite.png) no-repeat;
  background-size: 25px auto;
  box-shadow: 0 0 0 #ccc;
  border-bottom: 0;
}
.stop_footer.compact .mode_Airplane {
  background-position: 3px -92px;
}
.stop_footer.compact .mode_Bus {
  background-position: 2px -653px;
}
.stop_footer.compact .mode_Car {
  background-position: 5px -203px;
}
.stop_footer.compact .mode_Boat {
  background-position: 6px -277px;
}
.stop_footer.compact .mode_Foot {
  background-position: 9px -52px;
}
.stop_footer.compact .mode_Bicycle {
  background-position: 4px -241px;
}
.stop_footer.compact .mode_Motorbike {
  background-position: 4px -166px;
}
.stop_footer.compact .mode_Animal {
  background-position: 5px -16px;
}
.stop_footer.compact .mode_Train {
  background-position: 3px -130px;
}
.stop_footer.compact .mode_Unknown {
  background-position: 4px -726px;
}

.stop_info {
  font-size: 14px;
  padding: 10px 0 10px 0;
  position: relative;
  min-height: 80px;
}

.stop .toggle,
.forum_link,
.tour_link {
  padding: 3px 0;
  color: #333;
  font-size: 16px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  text-decoration: none;
}
.stop .toggle:hover, .stop .toggle:visited,
.forum_link:hover,
.forum_link:visited,
.tour_link:hover,
.tour_link:visited {
  background: transparent;
  color: #000;
}
.stop .toggle span,
.forum_link span,
.tour_link span {
  font-size: 10px;
  margin-left: 20px;
  color: #999;
}

#stop_edit_form {
  position: absolute;
  top: 0;
  left: 0;
}
#stop_edit_form #tripstop_form {
  left: 0;
}

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  position: absolute;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #ccc;
  border-radius: 2px;
}
.tt-menu .tt-suggestion {
  padding: 0.3em 10px;
  border-bottom: 1px solid #eee;
}
.tt-menu .tt-suggestion.tt-cursor {
  font-weight: bold;
  background: #EFF7FF;
}

.delete_confirmation {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  width: 500px;
  box-shadow: 0 0 5px 2px #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 99;
}

.delete_confirmation a {
  font-size: 18px;
  margin-right: 40px;
  padding: 5px 10px;
  background: #eee;
  text-decoration: none;
  color: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.yes_delete {
  background: red;
  color: #fff;
}

.toggle i {
  width: 16px;
}

.search_options {
  margin: 20px 105px;
  padding: 0 20px 0 68px;
  line-height: 50px;
  font-size: 14px;
  height: 50px;
  background: #fff url(../gif/planner_map_square.gif) no-repeat 1px 1px;
  display: inline-block;
  border-top: 1px solid #ccc;
}
.search_options:hover {
  background: #fff url(../gif/planner_map_square.gif) no-repeat 1px 1px;
}

.bookmark_count,
.note_count {
  background: #4fc14f;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: top;
  margin-left: 5px;
}

.location_photos {
  position: absolute;
  left: 0;
  top: 0;
}

.location_photos img {
  width: 60px;
  margin-right: 1px;
}

h3 {
  color: #333;
  padding: 5px 0;
  font-size: 28px;
  border-bottom: 1px dotted #ccc;
  line-height: 28px;
}

.stop_header.has_weather h3 {
  max-width: 700px;
}

.arrival_date,
.departure_date {
  width: 60px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.arrival_date .year,
.arrival_date .day_of_week,
.departure_date .year,
.departure_date .day_of_week {
  color: #fff;
  position: relative;
  font-size: 10px;
  z-index: 0;
}
.arrival_date .year,
.departure_date .year {
  top: 40px;
}
.arrival_date .year_bg,
.arrival_date .day_of_week_bg,
.departure_date .year_bg,
.departure_date .day_of_week_bg {
  background: #000;
  position: absolute;
  z-index: 0;
  height: 15px;
  width: 61px;
  left: 1px;
  position: absolute;
  opacity: 0.8;
}
.arrival_date .year_text,
.arrival_date .day_of_week_text,
.departure_date .year_text,
.departure_date .day_of_week_text {
  position: absolute;
  width: 60px;
  text-align: center;
  z-index: 1;
  height: 15px;
  width: 61px;
  left: 1px;
  position: absolute;
  line-height: 15px;
}
.arrival_date .day_of_week_bg,
.departure_date .day_of_week_bg {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.arrival_date .year_bg,
.departure_date .year_bg {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.stop_line.compact .arrival_date,
.stop_line.compact .departure_date {
  display: none;
}

.arrival_date {
  z-index: 4;
}

.departure_date {
  top: 0;
  left: 25px;
}
.departure_date .hyphen {
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 25px;
}

.travel_date_calendar {
  display: inline-block;
  padding: 0;
  width: 60px;
  text-align: center;
  background: #eee;
  border: 1px solid #fff;
  box-shadow: 0 1px 4px 0 #aaa;
  color: #333;
  position: absolute;
  z-index: 2;
}
.travel_date_calendar b {
  font-weight: normal;
  width: 50px;
  display: block;
  text-align: center;
}
.travel_date_calendar b.day {
  line-height: 24px;
  background: #fff;
  font-family: Georgia, serif;
  font-size: 28px;
  padding: 6px 5px 12px 5px;
  height: 20px;
  border-top: 1px dotted #ccc;
}
.travel_date_calendar b.month {
  background: #eee;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: #999;
}

.has_no_arrival_date b.day {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  color: #999;
}

.edit_mode {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  background: #FFF277;
  width: 56px;
  left: 21px;
  bottom: 0;
  padding: 3px;
  border: 1px solid #ccc;
  color: #666;
  border-top: 1px solid #eee;
  border-left: 1px solid #ccc;
  display: none;
  margin: -1px;
  cursor: pointer;
  cursor: hand;
}

.mode {
  margin-left: 28px;
  position: absolute;
  top: 20px;
  left: auto;
  background: #fff url(../png/transport_icons_sprite.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 40px auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 -1px 2px #ccc;
  border-bottom: 1px solid #fff;
}

.mode:hover {
  cursor: pointer;
  cursor: hand;
}

#stop_mode_form {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 90px;
}

.edit_mode {
  position: relative;
  margin: -22px -31px;
  text-align: center;
  width: 100px;
  padding: 0;
}

.mode_Airplane {
  background-position: 7px -143px;
}

.mode_Bus {
  background-position: 5px -1045px;
}

.mode_Car {
  background-position: 8px -323px;
}

.mode_Boat {
  background-position: 10px -445px;
}

.mode_Foot {
  background-position: 15px -81px;
}

.mode_Bicycle {
  background-position: 7px -385px;
}

.mode_Motorbike {
  background-position: 8px -265px;
}

.mode_Animal {
  background-position: 7px -22px;
}

.mode_Train {
  background-position: 5px -205px;
}

.mode_Unknown {
  background-position: 7px -1161px;
}

.mode span {
  display: none;
}

.guide_container,
.notes_container {
  display: none;
}

.guide_container {
  font-size: 12px;
}

.guide_container h3 {
  font-size: 18px;
  margin: 0;
  border: 0;
}

.bookmark_container,
.guide_container {
  background: #eee;
  border: 1px dotted #ccc;
  padding: 10px;
  display: none;
  font-size: 11px;
}

.notes_container {
  position: relative;
}

.bookmark_category {
  display: block;
  width: 18px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 9px;
}

.bookmark {
  display: inline-block;
  position: relative;
  line-height: 1.5em;
}
.bookmark .notes,
.bookmark .bookmark_details_map {
  background: #FFFFDF;
  display: none;
  min-height: 70px;
  font-style: italic;
  padding: 10px;
  font-weight: normal;
  position: absolute;
  display: none;
  left: -120px;
  min-height: 70px;
  bottom: 37px;
  z-index: 99;
  width: 350px;
  border: 1px solid #ccc;
}
.bookmark .notes.toggled,
.bookmark .bookmark_details_map.toggled {
  display: block !important;
}
.bookmark .notes {
  white-space: pre;
}
.bookmark .bookmark_map_link,
.bookmark .bookmark_details_link {
  font-size: 11px;
  background: #eee;
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #ddd;
  position: absolute;
  cursor: pointer;
  cursor: hand;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 0;
  right: 0;
}
.bookmark .domain {
  font-weight: normal;
  margin-bottom: 20px;
  min-height: 20px;
}
.bookmark .price {
  font-weight: normal;
  margin-bottom: 20px;
}
.bookmark .price strong {
  background: #4fc14f;
  color: #fff;
  padding: 2px 5px;
}
.bookmark .bookmark_details_link {
  left: 0;
  right: auto;
}

.bookmark_title a.bookmark_link {
  display: inline-block;
  background: #fff;
  width: 174px;
  padding: 150px 5px 40px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 0 5px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 #ccc;
  -moz-box-shadow: 0 1px 1px 0 #ccc;
  box-shadow: 0 1px 1px 0 #ccc;
  position: relative;
}
.bookmark_title a.bookmark_link .domain {
  color: #999;
  display: block;
  padding-left: 20px;
}
.bookmark_title .icon-caret-down + a {
  white-space: normal;
  overflow: visible;
}

.bookmark_image {
  float: left;
  margin: 0 10px 10px 0;
}

.url a {
  color: #999;
  background: transparent;
  padding-left: 20px;
}

.bookmark_details {
  margin-top: 10px;
  padding: 0 10px 20px;
  display: none;
}

.note {
  background: #FFF277;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #999;
  margin: 10px;
  width: 365px;
  float: left;
  min-height: 100px;
  position: relative;
}
.note .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 365px;
  font-size: 80%;
  margin-bottom: 0;
  background: #fff;
  padding: 1px 10px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #eee;
}

.add_note {
  position: absolute;
  top: -35px;
  right: 0;
  background: #4fc14f;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.add_note:hover {
  background: #4fc14f;
  color: #fff;
}

#tripstop_note_form textarea {
  width: 98%;
  height: 140px;
}

.note_tools {
  float: right;
  font-size: 18px;
}
.note_tools i {
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}
.note_tools i.icon-pencil:hover {
  color: #cc6600;
}
.note_tools i.icon-trash:hover {
  color: #990000;
}

.bookmark_details_text {
  display: block;
  float: left;
  width: 530px;
}

.bookmark_details_map,
.segment_map {
  width: 100%;
  height: 200px;
  clear: both;
  margin: 0 1px 10px;
}

.favicon {
  padding: 0;
  position: absolute;
}

.bookmark_title .external {
  float: right;
  background: url(../gif/external_link-2.gif) no-repeat 0 3px;
  width: 13px;
  height: 15px;
}

.bookmark_title .external span {
  display: none;
}

.from_price {
  margin-left: 10px;
  color: green;
}

.prices,
.dates,
.url {
  margin: 0 0 5px;
}

.prices {
  background: url(../gif/icon_tick.gif) no-repeat 0 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.prices strong {
  font-size: 14px;
  background: #4fc14f;
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
}

.prices span {
  color: #999;
  font-size: 10px;
}

.dates {
  background: url(../jpg/calendar.jpg) no-repeat 0 0;
  padding-left: 20px;
}

.edit_links {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 7px;
  height: 25px;
}
.edit_links a {
  text-decoration: none;
}

.bookmark_edit:hover {
  background: #FFF277;
}

.bookmark_delete:hover {
  background: red;
  color: #fff;
}

.bookmark_map_link {
  color: #c60;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
  clear: both;
}

/* tools */
#plan_tools {
  background: #fff;
  border-left: 0;
  border-right: 0;
  text-align: right;
  margin-bottom: 10px;
  padding: 5px 0;
}
#plan_tools a {
  font-size: 14px;
  padding: 7px 8px;
  display: inline-block;
  text-decoration: none;
  background: #333;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#plan_tools a i {
  font-size: 16px;
  text-align: left;
  margin-right: 5px;
}
#plan_tools a:hover {
  background: #000;
}
#plan_tools #how_to {
  background: #4fc14f;
}

#trip_edit_form {
  position: relative;
}

#trip_planner_explanation {
  display: none;
}

#tp_bookmark_editform,
#tripstop_form {
  position: absolute;
  top: 30px;
  right: -65px;
  width: 350px;
  z-index: 10;
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  -moz-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}
#tp_bookmark_editform fieldset,
#tripstop_form fieldset {
  border: 0;
  padding: 0;
}
#tp_bookmark_editform textarea,
#tripstop_form textarea {
  width: 98%;
  height: 100px;
}

#tripstop_form {
  right: 0;
  top: -35px;
  left: auto;
  width: 400px;
}
#tripstop_form h4 {
  margin-bottom: 0;
  font-size: 13px;
}

#tp_bookmark_title {
  width: 98%;
}

#date_fields {
  height: 50px;
  position: relative;
}
#date_fields label,
#date_fields input {
  float: left;
  height: 20px;
  padding: 4px 8px;
  line-height: 20px;
}
#date_fields input {
  margin: 0;
  width: 150px;
}
#date_fields label {
  line-height: 24px;
  margin: 0 5px;
}

#date_warning {
  display: none;
  background: #FFF277;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  font-weight: bold;
  width: 98%;
  text-align: center;
}

#tp_bookmark_editform #date_fields input {
  margin: 0 10px;
}

#tripstop_form div.fields {
  padding: 5px 0 15px;
}

/* suggestions */
#tripstop_location {
  position: relative;
  padding: 0;
}

.tt-hint,
#tripstop_locationname {
  padding: 5px 10px;
  box-sizing: content-box;
  width: 382px !important;
  font-size: 14px;
}

.tt-hint {
  color: #ccc;
}

#suggestions {
  position: absolute;
  z-index: 99;
  background: #fff;
  top: 55px;
  left: 0;
  padding: 0;
  width: 398px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
#suggestions ul {
  margin: 0;
  padding: 0;
}
#suggestions li {
  margin: 0;
  list-style: none;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}
#suggestions li:hover, #suggestions li.active, #suggestions li.selected {
  background: #4fc14f;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}

#trip_preferences {
  display: none;
}
#trip_preferences select {
  float: left;
  margin-right: 40px;
}
#trip_preferences label {
  width: auto;
  margin-right: 5px;
}

/* Ratings */
.ta_rating, .rating.Tripadvisor {
  width: 70px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../png/sprites_accom-2.png);
}
.ta_rating strong, .rating.Tripadvisor strong {
  display: none;
}

.ta_rating_0, .rated0 {
  background-position: 0 -295px;
}

.ta_rating_0\.5, .rated1 {
  background-position: 0 -308px;
}

.ta_rating_1, .rated2 {
  background-position: 0 -321px;
}

.ta_rating_1\.5, .rated3 {
  background-position: 0 -334px;
}

.ta_rating_2, .rated4 {
  background-position: 0 -347px;
}

.ta_rating_2\.5, .rated5 {
  background-position: 0 -360px;
}

.ta_rating_3, .rated6 {
  background-position: 0 -373px;
}

.ta_rating_3\.5, .rated7 {
  background-position: 0 -386px;
}

.ta_rating_4, .rated8 {
  background-position: 0 -399px;
}

.ta_rating_4\.5, .rated9 {
  background-position: 0 -412px;
}

.ta_rating_5, .rated10 {
  background-position: 0 -425px;
}

/* Collections Index */
#trips {
  position: relative;
}

.trip {
  height: 100px;
  width: 200px;
  background: #eee;
  background-image: linear-gradient(#eee, #fff);
  background-image: -o-linear-gradient(#eee, #fff);
  /* Opera 11.10 */
  background-image: -moz-linear-gradient(#eee, #fff);
  /* FF 3.6+ */
  background-image: -webkit-linear-gradient(#eee, #fff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -ms-linear-gradient(#eee, #fff);
  /* IE10 */
  display: block;
  float: left;
  border: 1px solid #ccc;
  margin: 0 9px 10px 9px;
  box-shadow: 2px 2px 1px 0 #eee;
  text-align: center;
  padding: 30px 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.trip a {
  font-size: 18px;
  line-height: 20px;
  font-family: Georgia, serif;
  color: #333;
  text-decoration: none;
  opacity: 0.9;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.trip p {
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  background: #333;
  color: #eee;
  border-bottom: 1px solid #fff;
}
.trip i {
  position: absolute;
  font-size: 24px;
  top: 0;
  left: 5px;
  text-shadow: 1px 1px 0 #333;
  line-height: 0;
}

#bookmarklet_intro a {
  box-shadow: 1px 1px 3px #333;
  padding: 10px;
  background: #eee;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
}

#trip_new {
  display: none;
}
#trip_new .submit {
  margin-left: 170px;
}

#trip_name {
  width: 700px;
  font-size: 14px;
  padding: 5px;
}

#clicktocreatetrip {
  position: absolute;
  top: 0;
  right: 0;
}

/* Bookmarklet installation instructions */
#bookmarklet_install {
  background: #FFF277;
  line-height: 20px;
  font-size: 18px;
  color: #333;
  padding: 20px;
}
#bookmarklet_install a {
  margin-left: 20px;
  padding: 10px;
  background: #eee;
  background-image: linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  /* Opera 11.10 */
  background-image: -moz-linear-gradient(#fff, #eee);
  /* FF 3.6+ */
  background-image: -webkit-linear-gradient(#fff, #eee);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -ms-linear-gradient(#fff, #eee);
  /* IE10 */
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: move;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
#bookmarklet_install a:hover {
  box-shadow: 0 0 5px 0px #ccc;
}

i.icon-caret-right,
i.icon-caret-down {
  color: #666;
  margin-left: 20px;
  text-decoration: none !important;
}

/* Collaborators */
#trip_collaborate {
  margin-bottom: 40px;
  min-height: 250px;
  display: none;
}

#trip_collaborate h4 {
  font-size: 18px;
}

#ff_collab_email,
#ff_collab_username {
  width: 340px;
  margin: 0;
}

#trip_collaborate .form {
  margin-bottom: 20px;
  float: right;
  width: 368px;
  margin-top: -10px;
}

#trip_collaborate form p {
  margin: 0;
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
}

#trip_collaborate .form h4 {
  margin: 0 5px 5px;
  font-size: 12px;
}

#collaborator_list li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #eee;
  padding: 10px;
  margin: 0;
}

#collaborator_list ul {
  margin-bottom: 20px;
  width: 400px;
}

/* Travel options */
.travel_options {
  display: none;
  clear: both;
  margin: -25px 20px 20px 105px;
  color: #333;
  font-size: 14px;
  padding: 0 20px 40px 0;
  background: #fff;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  position: relative;
  overflow: hidden;
}
.travel_options p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
}
.travel_options ul.segments {
  background: url(../png/bg_route_line.png) no-repeat 0 20px;
  margin: 10px 0 10px 20px;
}

.routes_wrapper {
  width: 200%;
}

.route_options {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
  padding: 20px 0 0 10px;
  position: relative;
  font-size: 13px;
  transition: 0.5s all;
  opacity: 1;
}
.route_options.away {
  margin-left: -50%;
  opacity: 0;
}
.route_options span {
  font-weight: normal;
  float: right;
}
.route_options li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  color: #666;
}
.route_options li:hover {
  color: #000;
  border-bottom: 1px solid #cc6600;
}
.route_options li.active {
  color: #000;
}
.route_options li.active::before {
  font-family: "fontello";
  content: "\e803";
  color: #4fc14f;
  margin-right: 5px;
}
.route_options li.active button {
  display: none;
}

.route_option {
  display: none;
  transition: 1s all;
  position: relative;
  vertical-align: top;
  cursor: default;
  width: 48%;
  padding-top: 10px;
}
.route_option h4 {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.route_option h4 button {
  float: right;
}
.route_option.active h4::after {
  font-family: "fontello";
  content: "\e803";
  color: #4fc14f;
  margin-left: 20px;
}
.route_option.active button {
  display: none;
}
.route_option .back_to_routes {
  color: #fff;
  background: #444;
  font-size: 13px;
  padding: 4px 10px 4px 5px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
}

.more_options {
  position: absolute;
  right: 0;
  bottom: 0;
}

.active_tab_from_overflow {
  position: absolute;
  top: 58px;
  right: 22px;
  font-size: 14px !important;
  color: #333 !important;
  font-weight: bold !important;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 5px 10px;
}

.travel_options.loading {
  background: url(../gif/spinner-2.gif) no-repeat 0 0;
}

.search_options.loading {
  background: #fff url(../gif/spinner-2.gif) no-repeat 12px 12px;
}

.search_options.loading i {
  visibility: hidden;
}

ul.segments {
  position: relative;
}

.travel_options ul.segments li {
  font-weight: normal;
  position: relative;
  background: transparent;
  padding: 0;
  list-style: none !important;
  margin: 5px !important;
  margin-bottom: 10px !important;
}

.transport_icon {
  clear: both;
  width: 40px;
  height: 30px;
  float: left;
  margin-top: 5px;
  display: inline-block;
}

.segment_description strong {
  background: #444;
  background-image: linear-gradient(#444, #000);
  background-image: -o-linear-gradient(#444, #000);
  /* Opera 11.10 */
  background-image: -moz-linear-gradient(#444, #000);
  /* FF 3.6+ */
  background-image: -webkit-linear-gradient(#444, #000);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -ms-linear-gradient(#444, #000);
  /* IE10 */
  padding: 2px 6px;
  color: #eee;
  line-height: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Monospace;
  font-weight: normal;
  display: inline-block;
  margin: 1px;
}

.airlines {
  width: 150px;
  display: inline-block;
}

.powered_by_r2r {
  color: #999 !important;
  line-height: 15px;
  vertical-align: top;
  clear: both;
  padding: 40px 0 0 40px;
  margin: 0;
}
.powered_by_r2r a {
  background: url(../png/rome2rio-logo.png) no-repeat 0 0;
  width: 100px;
  height: 17px;
  display: inline-block;
  vertical-align: bottom;
}
.powered_by_r2r a span {
  display: none;
}

.Bus_stop {
  background: #fff url(../png/transport_sprite_orange_sm.png) no-repeat 0 -380px !important;
}

.Train_stop {
  background: #fff url(../png/transport_sprite_orange_sm.png) no-repeat 0 -160px !important;
}

.Car_stop {
  background: #fff url(../png/transport_sprite_orange_sm.png) no-repeat 0 -245px !important;
}

.Flight_stop {
  background: #fff url(../png/transport_sprite_orange_sm.png) no-repeat 0 -110px !important;
}

.countdown {
  width: 80px;
  height: 90px;
  display: block;
  text-align: center;
  color: #999;
  font-size: 10px;
  background: #eee;
  border: 1px solid #fff;
  margin-left: 10px;
  box-shadow: 0 1px 5px #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.countdown span.days {
  font-size: 44px;
  color: #000;
  background: #fff;
  display: block;
  line-height: 50px;
  margin-top: 15px;
  border: 1px dotted #ccc;
  border-left: 0;
  border-right: 0;
  margin-bottom: 2px;
  font-family: Helvetica, sans-serif;
}

.weather {
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 10px;
  font-family: Helvetica, sans-serif;
  background: #fff;
  padding: 0;
  text-align: center;
}

.weather em {
  font-size: 80%;
  display: block;
  margin-top: 5px;
  color: #999;
  font-style: normal;
}

.multi_day_forecast {
  position: absolute;
  top: 55px;
  width: 550px;
  display: block;
  right: 0;
  text-align: right;
  background: #fff;
  z-index: 99;
  display: none;
}

.multi_day_forecast div {
  display: inline-block;
}

.weather_max,
.weather_min {
  background: #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 16px;
  padding: 5px;
}

.weather_max {
  background: #EAA600;
  color: #fff;
}

.weather_description {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.forecast .date {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.forecast {
  margin: 0 0 0 10px;
}

.departed {
  background: url(../png/departed.png) 10px 0 no-repeat;
  height: 120px;
  width: 100px;
  position: absolute;
}

.departed span,
.no-dates span {
  display: none;
}

.no-dates {
  background: url(../png/enter_dates_below.png) 0 0 no-repeat;
  height: 200px;
  width: 100px;
}

#new_trip_created {
  font-size: 18px;
  font-family: Georgia, serif;
  padding: 20px 60px;
}

#new_trip_created p {
  line-height: 28px;
}

.properties {
  display: none;
  margin: 5px;
  background: #eee;
  border: 1px dotted #ccc;
  padding: 10px;
}

.property {
  display: inline-block;
  background: #fff;
  width: 140px;
  vertical-align: top;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 #ccc;
  -moz-box-shadow: 0 1px 1px 0 #ccc;
  box-shadow: 0 1px 1px 0 #ccc;
  position: relative;
  padding-bottom: 30px;
}
.property p.price {
  font-size: 11px;
  margin: 5px;
  position: absolute;
  bottom: 0;
}
.property p.price span.price {
  font-weight: bold;
}
.property img.product_image,
.property img.property_image {
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.property h4 {
  padding: 0 5px;
  font-size: 11px;
}
.property h4 a {
  color: #000;
  text-decoration: none;
}

.activities {
  position: relative;
}

a.DonQuijote_link {
  position: absolute;
  top: -5px;
  right: 0;
  text-decoration: none;
  color: #333;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  background: url(../gif/donquijote.gif) no-repeat 0 0;
}
a.DonQuijote_link span {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.DonQuijote_link .logo_full {
  background: #fff url(../gif/donquijote_full.gif) no-repeat 0 1px;
  width: 180px;
  text-align: right;
  font-size: 11px;
  height: 27px;
  position: absolute;
  top: -20px;
  left: 25px;
  opacity: 0;
}
a.DonQuijote_link .course_text {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
a.DonQuijote_link:hover .logo_full {
  opacity: 0.99;
  top: 0;
}
a.DonQuijote_link:hover .course_text {
  top: 20px;
  opacity: 0;
  margin-bottom: -100px;
}

#heading #fb_like_container {
  position: absolute;
  bottom: 33px;
  right: 0;
}

/* PRINT */
@media print {
  h1 {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 24pt;
    border-bottom: 3px solid #000;
  }
  h3 {
    border: 0;
    font-size: 16pt;
    line-height: 30px;
  }
  .stop_line,
  #plan_tools,
  .bookmark_toggle,
  .notes_toggle,
  .guide_toggle,
  .stop_edit_links,
  .currency_toggle,
  .compact,
  .stop_footer,
  .stop_toggle,
  .stop_header h3,
  .bookmark_category,
  .bookmark_title i,
  .note_tools,
  .add_note,
  .has_no_arrival_date,
  .countdown,
  .note .details,
  .location_photos {
    display: none !important;
  }
  .stop_header {
    padding: 0 !important;
  }
  .weather {
    position: relative;
    margin: -10px 0 20px;
    display: inline-block;
  }
  .weather span {
    background: #fff;
    color: #000;
    padding: 0;
  }
  .weather .weather_max {
    font-weight: bold;
    font-size: 14pt;
  }
  .weather .weather_min {
    font-size: 10pt;
  }
  .weather .weather_description {
    font-size: 8pt;
    margin: 0;
  }
  #bookmark_list {
    background: #fff;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0 !important;
    padding: 0 !important;
  }
  .stop_container {
    display: block !important;
    position: relative;
    clear: both;
    page-break-inside: avoid;
  }
  .stop,
  .stop_compact {
    display: block !important;
    border-width: 0 0 2px 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0 0;
    -moz-border-radius: 0 0;
    border-radius: 0 0;
    height: auto;
    width: 98%;
    page-break-inside: avoid;
    padding: 0 1%;
  }
  .stop_info {
    min-height: 0 !important;
    padding: 0;
  }
  .stop_compact {
    font-size: 24pt !important;
    border: 0;
    padding: 20px 1%;
  }
  .stop_compact h4 {
    font-size: 14pt;
    font-weight: normal;
  }
  .stop_compact h4 span {
    font-size: 12pt;
  }
  .has_notes,
  .has_bookmarks {
    display: block;
  }
  .bookmark_container,
  .notes_container {
    border: 0;
    padding: 0;
    margin: 10px 0;
  }
  .bookmark {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .bookmark_title {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .bookmark_title a {
    font-size: 10pt !important;
    color: #000;
    text-decoration: none;
    white-space: wrap;
    overflow: hidden;
    width: 100%;
  }
  .bookmark_title a:before {
    content: "" attr(href) " ";
    text-decoration: underline;
    font-weight: normal;
  }
  .bookmark_details {
    display: block;
  }
  .bookmark_details .url,
  .bookmark_details .bookmark_image,
  .bookmark_details .edit_links {
    display: none;
  }
  .note,
  .notes {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    border-top: 10px solid #ccc;
    margin: 0 2% 2% 0;
    font-style: italic;
    width: 45% !important;
    float: left;
  }
  .stop_line {
    margin: 10px;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
}

/*# sourceMappingURL=planner.css.map */
