/*View Route Page*/
/*Notes Container*/
.mmf_view_notes_container {
  padding: 0 5px 0 5px; }

.mmf_view_notes_container .mmf_notes {
  background-color: #FFFFFF;
  color: #9f9f9f;
  font-size: 12px;
  border: 1px solid #9F9F9F;
  box-shadow: 1px 3px 3px;
  -webkit-box-shadow: 1px 3px 3px;
  -moz-box-shadow: 1px 3px 3px; }

.mmf_view_notes_container .mmf_notes .mmf_note_actions {
  padding: 5px; }

.mmf_view_notes_container .mmf_notes .mmf_note_actions a {
  display: block;
  float: left; }

.mmf_view_notes_container .mmf_notes .mmf_note_actions a.mmf_note_add {
  margin-right: 30px; }

.mmf_view_notes_container .mmf_notes .mmf_note_actions span {
  float: left;
  margin: 0 10px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list {
  overflow: auto;
  height: 150px;
  margin-top: 0px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row {
  border-top: 0;
  border-bottom: 1px solid #b6b6b7;
  padding-left: 5px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row.odd {
  background-color: #F4F8FC; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row img.mmf_marker_img {
  float: left;
  padding: 0 5px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row .mmf_note_distance {
  float: left;
  padding: 7px 0 0 5px;
  font-weight: bold; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row .mmf_note_distance_unit {
  float: left;
  padding: 7px 0 0 15px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row .mmf_note_text {
  padding: 7px 0;
  display: block;
  margin: 0 10px 0 100px; }

.mmf_view_notes_container .mmf_notes .mmf_note_list .mmf_note_list_container .mmf_note_row .mmf_editable_note {
  cursor: pointer; }

/* Notes on Route Details Page */
#notes {
  padding: 2px 0;
  font-size: 12px; }

.note_list .mmf_note_row {
  border-top: 0;
  border-bottom: 1px solid #b6b6b7;
  padding-left: 5px; }

.note_list .mmf_note_row.odd {
  background-color: #F4F8FC; }

.note_list .mmf_note_row img.mmf_marker_img {
  float: left;
  padding: 0 5px; }

.note_list .mmf_note_row .mmf_note_distance {
  float: left;
  padding: 7px 0 0 5px;
  font-weight: bold;
  width: 35px;
  text-align: right; }

.note_list .mmf_note_row .mmf_note_distance_unit {
  float: left;
  padding: 7px 0 0 5px; }

.note_list .mmf_note_row .mmf_note_text {
  padding: 7px 0;
  display: block;
  margin: 0 10px 0 95px; }

/*Ive Done This Styles */
#ive_done_this form {
  width: 100%; }

#ive_done_this .form_row {
  padding: 8px;
  font-size: 12px; }

#ive_done_this .form_row label {
  font-size: 12px;
  color: #8C8C8C; }

#ive_done_this input {
  width: 30px; }

#ive_done_this #id_date {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  color: #108CC9;
  margin-left: 5px;
  padding: 0;
  width: 65px; }

#ive_done_this .ui-datepicker-trigger {
  vertical-align: middle; }

#ive_done_this .add_more {
  margin-left: 141px;
  margin-top: 5px;
  font-weight: 900;
  display: block; }

/* Route Workouts */
/*#route_workouts h3 { margin-bottom:3px;}*/
#route_leaderboard {
  padding-top: 10px; }

#route_workouts_nav, #route_leaderboard_nav {
  margin-bottom: 5px;
  font-size: 12px; }

#route_workouts_nav .active, #route_leaderboard_nav .active {
  color: #000;
  font-weight: 900; }

#route_workouts_nav .people_filter, #route_leaderboard_nav .people_filter {
  float: right; }

#log_workout {
  font-size: 12px; }

#route_workouts_nav .type_filter, #route_leaderboard_nav .type_filter {
  float: left; }

#route_workouts table thead tr, #route_leaderboard table thead tr {
  color: #666666;
  font-size: 12px;
  border-bottom: 1px dotted #ccc; }

#route_workouts table tbody tr, #route_leaderboard table tbody tr {
  border-bottom: 1px dotted #ccc; }

#route_workouts table tbody tr:hover, #route_leaderboard table tbody tr:hover {
  background: #F0F0F0; }

#route_workouts table tbody tr td, #route_leaderboard table tbody tr td {
  padding: 5px 1px;
  font-size: 14px; }

/* Route Leaderboard */
#leaderboard {
  padding: 16px 11px; }

#leaderboard .mmf_route_stats {
  border: 1px solid #ccc;
  padding: 10px 10px 3px;
  background-color: #FBF7F8; }

#route_leaderboard_header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px; }

#route_leaderboard_header h3 {
  margin-bottom: 4px; }

#route_leaderboard_header .howdoi {
  float: right;
  font-size: 12px; }

#leaderboard .mmf_stat_row .mmf_stat_col p {
  font-size: 14px; }

#leaderboard .mmf_stat_row .mmf_stat_col p a {
  font-size: 14px; }

#route_workouts table tbody tr td {
  font-size: 12px; }

/* Elevation */
#load_elevation {
  padding: 10px;
  color: #333;
  font-size: 14px; }

.elevation_details {
  margin-top: 8px;
  border-bottom: 1px solid #999; }

.elevation_stats {
  background: url("/public/images/route/elev_stat_bg.jpg") repeat-x 0 0;
  float: left;
  padding: 9px 0;
  border-right: 1px solid #ccc; }

.elevation_stat {
  float: left;
  font-size: 12px;
  width: 80px;
  border-right: 1px solid #ccc;
  text-align: center;
  color: #999999; }

.elevation_stat:last-child {
  border-right: none; }

.elevation_stat strong {
  display: block;
  font-size: 14px;
  color: #333333; }

.category_ratings_text, .category_ratings {
  float: left;
  background-color: #fff; }

.category_ratings_text {
  color: #999;
  font-size: 12px;
  padding: 4px 1px; }

.category_ratings {
  padding: 6px 0; }

.elevation_details_link {
  font-size: 12px;
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 5px 8px; }

#full_size_map {
  background: url("/public/images/route/route_map_sprite.png") no-repeat scroll -90px -40px transparent;
  width: 29px;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 15; }

#full_size_icon_slide {
  background: url("/public/images/route/route_map_sprite.png") no-repeat scroll -12px 0 transparent;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 14; }

#watch_route_video_link {
  background: url("/public/images/route/route_map_sprite.png") no-repeat scroll -90px -144px transparent;
  width: 29px;
  height: 37px;
  position: absolute;
  top: 35px;
  right: 6px;
  z-index: 15; }

#watch_route_video_slide {
  background: url("/public/images/route/route_map_sprite.png") no-repeat scroll 8px -104px transparent;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 35px;
  right: 6px;
  z-index: 14;
  overflow: hidden; }

.default_options_link {
  font-size: 12px;
  padding-top: 7px; }
  .default_options_link a {
    font-size: 12px; }

#recenter_map {
  display: none;
  clear: right;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  left: 12px;
  top: 112px; }

#bike_layer_btn {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  right: 151px;
  top: 6px;
  width: 28px;
  height: 28px; }

.bike_layer_btn_off {
  background: transparent url("/public/images/route/bikepath_off.png") no-repeat 0 0; }

.bike_layer_btn_on {
  background: transparent url("/public/images/route/bikepath_on.png") no-repeat 0 0; }

/* Route Quickview */
.route_quickview {
  box-shadow: -3px 0px 6px gray;
  -moz-box-shadow: -3px 0px 6px gray;
  -webkit-box-shadow: -3px 0px 6px gray;
  margin-left: 4px;
  height: 265px;
  overflow: hidden; }

#route_info .loading {
  height: 235px;
  margin-left: 4px;
  box-shadow: -3px 0px 6px gray;
  -moz-box-shadow: -3px 0px 6px gray;
  -webkit-box-shadow: -3px 0px 6px gray;
  font-size: 12px;
  padding-top: 30px;
  background-position: center 55px !important;
  text-align: center; }

#route_details .route_navigation {
  height: 27px;
  margin-left: 4px;
  color: #fff;
  background: transparent url("/public/images/route/quickview/nav_bg.png") repeat-x 0 0;
  box-shadow: -3px 0px 6px gray;
  -moz-box-shadow: -3px 0px 6px gray;
  -webkit-box-shadow: -3px 0px 6px gray; }

#route_details .route_view_type {
  background-color: #5A5A4B;
  box-shadow: -3px 0px 6px gray;
  -moz-box-shadow: -3px 0px 6px gray;
  -webkit-box-shadow: -3px 0px 6px gray;
  margin-left: 4px;
  padding: 4px; }

#route_details .route_view_type a {
  background-color: #646564;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  width: 30px;
  display: block;
  float: left; }

#route_details .route_view_type .active {
  background-color: #323232;
  cursor: default !important; }

#route_details .route_view_type .mmf_round_right {
  border-left: 1px solid #000; }

#route_details .route_view_type .more_routes {
  float: right;
  width: 60px;
  font-size: 11px; }

#route_details .route_navigation span {
  display: none; }

#route_details .route_navigation .nav_summary {
  float: left;
  width: 115px;
  text-align: center;
  font-size: 13px;
  color: #868686;
  padding: 5px 0; }

#route_details .route_navigation .previous {
  width: 27px;
  height: 25px;
  float: left;
  cursor: pointer;
  background: transparent url("/public/images/route/quickview/previous.jpg") no-repeat 0 0; }

#route_details .route_navigation .next {
  width: 23px;
  height: 25px;
  float: left;
  cursor: pointer;
  background: transparent url("/public/images/route/quickview/next.jpg") no-repeat 0 0; }

.route_quickview .route_image {
  width: 165px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  background: transparent url("/public/images/route/loading_map.gif") no-repeat 0 0; }

.route_quickview .route_main_stats {
  border-bottom: 1px dotted #ccc;
  padding: 6px 0 3px 0;
  color: #B4B4B4;
  font-size: 14px;
  height: 21px;
  text-align: center;
  margin: 0 5px; }

.route_quickview .route_main_stats div {
  width: 75px;
  float: left; }

.route_quickview .route_main_stats strong {
  color: #000; }

.route_quickview .route_main_stats .elevation {
  color: #349900;
  border-left: 1px solid #ccc; }

.route_quickview .route_main_stats .elevation strong {
  color: #349900; }

.route_quickview .route_title {
  color: #2677BC;
  font-size: 13px;
  margin: 8px;
  font-weight: 900;
  height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #9D9D9D; }

.route_quickview .route_stats {
  text-align: center;
  color: #ABABAB;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  padding-bottom: 6px;
  margin: 0 2px; }

.route_quickview .route_stats .stat_item {
  border-right: 1px solid #ccc;
  padding: 0 7px;
  float: left;
  width: 39px;
  overflow: hidden; }

.route_quickview .route_stats .last {
  border-right: 0 none; }

.route_quickview .route_stats .stat_item strong {
  display: block;
  color: #8F8F8F; }

.route_quickview .route_share {
  padding: 3px;
  font-size: 12px; }

.route_quickview .route_share img {
  margin-right: 2px;
  width: 11px;
  height: 11px; }

#route_list_table {
  width: 100%; }

#route_list_table tr {
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer; }

#route_list_table tr:hover {
  background-color: #F4F4F4;
  cursor: pointer; }

#route_list_table .active {
  background-color: #EBF0F9 !important;
  cursor: pointer; }

#route_list_table tr td {
  font-size: 13px;
  padding: 4px 2px 4px 8px; }

#route_list_table thead {
  font-size: 12px;
  background-color: #F0F0F1;
  border-bottom: 1px solid #DFDFDF; }

#route_list_table thead th {
  padding: 3px; }

#route_list_table .route_views {
  color: #999;
  font-size: 12px; }

#route_list_table .route_distance {
  text-align: right; }

/* Route Map Options on Map */
.top_tools_btn {
  position: absolute;
  top: 5px;
  left: 42px;
  padding: 3px;
  background: #777777;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.top_tools_btn.mmf_expanded {
  padding: 3px 3px 0 3px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }

.top_tools_btn.mmf_expanded .mmf_blue_down_arrow {
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -34px -93px; }

.top_tools_btn .mmf_expand {
  width: 100px;
  height: 25px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*border:1px solid #666666;*/ }

.top_tools_btn.mmf_expanded .mmf_expand {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }

.top_tools {
  display: none;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 42px;
  padding: 3px;
  /*background: rgb(119, 119, 119);*/
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 16px #666666;
  -moz-box-shadow: 3px 3px 16px #666666;
  -webkit-box-shadow: 3px 3px 16px #666666;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px; }

.top_tools .expand_content {
  width: 400px;
  padding: 5px 0;
  height: 156px;
  background-color: #F5F5F5;
  display: none;
  /*border:1px solid #666666;*/
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px; }

/*  *:first-child+html {} * html {}*/
.top_tools .expand_content .top_col {
  float: left;
  height: 100%;
  border-right: 1px solid #888888; }

.top_tools .expand_content .top_col.top_col_end {
  border-right: 0; }

.top_tools .expand_content .top_col .col_container {
  padding: 5px 20px 5px 15px; }

.top_tools .expand_content .top_col .col_container.map_type ul.map_options {
  padding: 0 0 0 5px; }

.top_tools .expand_content .top_col .col_container.marker_view {
  width: 140px; }

.top_tools .expand_content .top_col .col_container.marker_view ul.map_options {
  padding: 0; }

.top_tools .expand_content .top_col .col_container.unit_type ul.map_options {
  padding: 0 0 0 8px; }

.top_tools .expand_content .top_col .col_container .opt_heading {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  display: block;
  float: left;
  height: 20px;
  margin-top: 3px;
  padding-left: 2px; }

.top_tools .mmf_heading_icon {
  display: block;
  height: 20px;
  float: left; }

.top_tools .mmf_heading_icon.top_maptype {
  width: 20px;
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -6px -270px; }

.top_tools .mmf_heading_icon.top_units {
  width: 23px;
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -30px -270px; }

.top_tools .mmf_heading_icon.top_markers {
  width: 15px;
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -70px -270px; }

.top_tools .mmf_heading_icon.top_photos {
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -81px -270px; }

ul.map_options {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.map_options li {
  background: none;
  padding-left: 17px;
  margin-bottom: 2px; }

ul.map_options .row_item {
  display: inline;
  padding-left: 24px; }

ul.map_options li.opt_on {
  background: transparent url("/public/images/route/check_small_green.gif") no-repeat scroll 0 3px;
  padding-left: 17px;
  margin-bottom: 2px; }

ul.map_options li a {
  color: #666666;
  font-size: 11px;
  outline: none; }

ul.map_options li.opt_on a {
  color: #333333;
  font-size: 11px;
  font-weight: bold; }

ul.map_options li a:hover {
  color: #3399CC; }

ul.map_options li.opt_on a:hover {
  color: #3399CC; }

/*follow roads options*/
ul.map_options_fr {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0; }

ul.map_options_fr li {
  background: none;
  padding-left: 17px;
  margin-bottom: 5px; }

ul.map_options_fr li.opt_on {
  background: transparent url("/public/images/route/check_small_green.gif") no-repeat scroll 0 3px;
  padding-left: 17px;
  margin-bottom: 5px; }

ul.map_options_fr li a {
  color: #666666;
  font-size: 11px;
  outline: none; }

ul.map_options_fr li.opt_on a {
  color: #333333;
  font-size: 12px;
  font-weight: bold; }

ul.map_options_fr li a:hover {
  color: #3399CC; }

ul.map_options_fr li.opt_on a:hover {
  color: #3399CC; }

.mmf_expand span {
  padding: 5px;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  display: block; }

.marker_slider {
  width: 100px;
  height: 7px;
  margin-left: 20px;
  margin-top: 10px; }

.marker_slider .ui-slider-handle {
  top: -6px;
  width: 8px;
  cursor: pointer; }

.top_tools .show_every_amount {
  padding: 0;
  width: 45px;
  border: 0;
  color: #336600;
  background: none;
  font-size: 12px; }

.mmf_blue_down_arrow {
  background: transparent url("/public/images/route/route_sprite.png") no-repeat scroll -24px -93px;
  float: right;
  height: 5px;
  margin-right: 10px;
  margin-top: 10px;
  width: 7px; }

.top_tools .map_markers {
  background: url("/public/images/route/route_sprite.png") no-repeat scroll -67px -250px transparent;
  width: 15px; }

.top_tools .maptype_marker {
  background: url("/public/images/route/route_sprite.png") no-repeat scroll -6px -251px transparent;
  width: 20px; }

.top_tools .mmf_heading_icon {
  display: block;
  float: left;
  height: 20px; }

#markers_options_column .marker_view {
  width: 230px; }

.mmf_title_block .mmf_private_icon, .mmf_title_block .mmf_accesible_icon, .mmf_title_block .mmf_public_icon, .mmf_title_block .mmf_private_friend_icon {
  margin-top: 14px; }

#privacy_dialog {
  font-size: 12px; }

.show_nb_ad {
  background: transparent url("/public/images/branding/nb/nb_logo.png") no-repeat 540px 2px; }

