/* This is custom scroll */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body.login-panel {
  background: #171717 url(../img/admin-background.png);
  background-image: url(../img/admin-background.png);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #171717;
}
body.empty .map .loading-map {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
body.empty .map .loading-map .loading-map-text {
  width: 150px;
  height: 150px;
  margin-top: calc(50vh - 75px);
  margin-left: calc(50vw - 75px);
}
body.application .map .loading-map {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
body.application .map .loading-map .loading-map-text {
  width: 150px;
  height: 150px;
  margin-top: calc(50vh - 75px);
  margin-left: calc(50vw - 75px);
}
body.application .map .ol-zoom {
  top: 90px;
}
body.application header nav.navbar-transparent-dark {
  background: rgba(245, 245, 245, 0.73);
  height: 32px;
  box-shadow: 120px -1px 5px #999;
}
body.application header nav.navbar-transparent-dark a.navbar-brand {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom, transparent 62px, rgba(245, 245, 245, 0.73) 58px);
  display: block;
  top: 0px;
  left: 0px;
  border-radius: 120px;
  text-align: center;
  box-shadow: 4px 10px 12px -12px #999;
  margin-top: -30px;
}
body.application header nav.navbar-transparent-dark a.navbar-brand img {
  margin-top: 40px;
}
body.application .bottom-ads {
  position: fixed;
  bottom: 0.5rem;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
body.application .bottom-ads img {
  max-height: 90px;
  text-align: center;
}
body.application .bottom-ads .banner-text {
  position: absolute;
  width: 640px;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  left: 0;
  right: 0;
}
body.application .right-side-section {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}
body.application .right-side-section .right-menu {
  width: 74px;
  height: 100vh;
  display: inline-block;
  z-index: 9;
  top: 0px;
  right: 0px;
  margin-top: 32px;
  padding-top: 0px;
  background: rgba(245, 245, 245, 0.73);
  margin-right: -4px;
  transition: 0.5s;
  box-shadow: 0px 3px 4px 0px #999;
  vertical-align: top;
}
body.application .right-side-section .right-menu ul {
  list-style-type: none;
  padding: 15px;
}
body.application .right-side-section .right-menu ul li {
  margin-bottom: 10px;
}
body.application .right-side-section .right-menu ul li a {
  color: #6b747c;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 48px;
  border: 1px solid #6b747c;
}
body.application .right-side-section .right-menu ul li a.active,
body.application .right-side-section .right-menu ul li a:hover {
  background: #6c757d;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a.favorites-item-menu.active,
body.application .right-side-section .right-menu ul li a.weekend-item-menu.active,
body.application .right-side-section .right-menu ul li a.favorites-item-menu:hover,
body.application .right-side-section .right-menu ul li a.weekend-item-menu:hover {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a.sign-out-item-menu.active,
body.application .right-side-section .right-menu ul li a.alerts-item-menu.active,
body.application .right-side-section .right-menu ul li a.sign-out-item-menu:hover,
body.application .right-side-section .right-menu ul li a.alerts-item-menu:hover {
  background: #dc3545;
  border: 1px solid #dc3545;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a.near-me-item-menu.active,
body.application .right-side-section .right-menu ul li a.feedback-item-menu.active,
body.application .right-side-section .right-menu ul li a.near-me-item-menu:hover,
body.application .right-side-section .right-menu ul li a.feedback-item-menu:hover {
  background: #28a745;
  border: 1px solid #28a745;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a.settings-item-menu.active,
body.application .right-side-section .right-menu ul li a.settings-item-menu:hover {
  background: #17a2b8;
  border: 1px solid #17a2b8;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a.sign-in-item-menu.active,
body.application .right-side-section .right-menu ul li a.my-location-item-menu.active,
body.application .right-side-section .right-menu ul li a.sign-in-item-menu:hover,
body.application .right-side-section .right-menu ul li a.my-location-item-menu:hover {
  background: #007bff;
  border: 1px solid #007bff;
  transition: 0.3s;
}
body.application .right-side-section .right-menu ul li a i {
  font-size: 20px;
}
body.application .right-side-section .right-side-details {
  height: 100%;
  width: 0;
  display: inline-block;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fefefe;
  overflow-x: hidden;
  transition: 0.5s;
}
body.application .right-side-section .right-side-details .right-side-header {
  position: fixed;
  min-width: 248px;
  max-width: 336px;
  width: calc(100vw - 76px);
  background: #fff;
  z-index: 9999;
  margin: 0px -15px 0px -15px;
  padding: 0px 15px;
}
body.application .right-side-section .right-side-details .right-side-header hr {
  margin-bottom: 0px;
}
body.application .right-side-section .right-side-details #right-side-details-content {
  padding: 0px 15px;
  border-left: 4px solid #6c757d;
  min-height: 100vh;
  height: 100vh;
  overflow: auto;
  padding-bottom: 100px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page {
  margin-top: 60px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .breadcrumb {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  padding: 10px 1rem;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page h4 {
  font-size: 16px;
}
body.application .right-side-section .right-side-details #right-side-details-content.favorites-item-details,
body.application .right-side-section .right-side-details #right-side-details-content.weekend-item-details {
  border-color: #ffc107;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.sign-out-item-details {
  border-color: #343a40;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.alerts-item-details {
  border-color: #dc3545;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.near-me-item-details,
body.application .right-side-section .right-side-details #right-side-details-content.feedback-item-details {
  border-color: #28a745;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.my-location-item-details {
  border-color: #17a2b8;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details {
  border-color: #17a2b8;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item {
  margin-top: 18px;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a {
  padding: 0px;
  color: #505050;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a .train-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 1.4rem;
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.1s ease 0s;
  margin-left: 10px;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a .train-icon:hover {
  box-shadow: 0px 0px 5px #505050;
  transition: all 0.1s ease 0s;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a .train-icon .train-service {
  width: 12px;
  height: 12px;
  background: #505050;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 17px 17px 0px 0px;
  top: 0px;
  left: 60px;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a.favorite-line {
  position: absolute;
  bottom: 0px;
  left: 60px;
  margin: 0px 0px -4px 12px;
  font-size: 18px;
  text-shadow: -1px -1px #fff;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a.favorite-line:hover,
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .line-item a.favorite-line.active {
  color: #ffc107;
}
body.application .right-side-section .right-side-details #right-side-details-content.settings-item-details .user-favorites .btn-refresh-map {
  font-size: 14px;
  margin-top: 30px;
}
body.application .right-side-section .right-side-details #right-side-details-content.sign-in-item-details {
  border-color: #007bff;
  transition: 0.3s;
}
body.application .right-side-section .right-side-details #right-side-details-content h2 {
  font-size: 20px;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 15px;
}
body.application .right-side-section .right-side-details #right-side-details-content h2 ~ hr {
  margin-left: -15px;
  margin-right: -15px;
}
body.application .right-side-section .right-side-details #right-side-details-content a.closebtn {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 0;
  margin-right: 0px;
  right: 0px;
  line-height: 20px;
  opacity: 0;
}
body.application .right-side-section .right-side-details #right-side-details-content a.closebtn:hover {
  color: #a4a4a4;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page {
  margin: 0px -15px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item {
  margin-bottom: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border: 0px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a {
  padding: 8px 15px;
  font-size: 16px;
  color: #4c4a4a;
  font-weight: 500;
  display: block;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a:after,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a:after {
  content: "\2212";
  /* Unicode character for "minus" sign (-) */
  font-size: 20px;
  color: #4c4a4a;
  float: right;
  margin-left: 5px;
  margin-top: -4px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a.collapsed:after,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-header a.collapsed:after {
  content: '+';
  /* Unicode character for "plus" sign (+) */
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details {
  padding: 7px 20px;
  background: #b3d7ff2e;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .refresh-schedules,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .refresh-schedules {
  margin-right: -10px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .distance,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .distance {
  font-size: 14px;
  margin: 0px -5px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .schedules,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .schedules {
  margin: 0px -15px;
  font-size: 14px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .schedules .schedules-header,
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines .fp-lines-stop-item .fp-lines-stop-item-details .schedules .schedules-header {
  font-weight: 500;
  padding: 5px 10px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines-stop-item-header {
  background-color: #fff3cd !important;
  border-top: 1px solid #ffeeba;
  border-bottom: 1px solid #ffeeba !important;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines-stop-item-header a {
  color: #856404;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .favorites-page .fp-lines-stop-item-details {
  background: #fef3cd5e !important;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines-stop-item-header {
  background-color: #d4edda !important;
  border-top: 1px solid #c3e6cb;
  border-bottom: 1px solid #c3e6cb !important;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines-stop-item-header a {
  color: #155724;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .near-me-page .fp-lines-stop-item-details {
  background: #d4edda7d !important;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page .settings-page-item {
  margin-bottom: 15px;
  text-align: left;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page .settings-page-item a {
  font-size: inherit;
  color: #17a2b8;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page .settings-page-item a:hover {
  color: #fff;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page nav .breadcrumb {
  margin: 0px -15px;
  font-size: 14px;
  adding: 0.5rem 1rem;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page nav .breadcrumb li a {
  font-size: 14px;
  padding: 0px;
}
body.application .right-side-section .right-side-details #right-side-details-content .right-side-details-content-page .settings-page h4 {
  font-size: 18px;
  margin-top: 10px;
  border-bottom: 1px solid #999;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
body.application .right-side-section .toggle-menu {
  position: fixed;
  width: 74px;
  min-width: 74px;
  max-width: 74px;
  bottom: 15px;
  z-index: 9999;
  right: 0px;
  transition: 0.5s;
}
body.application .right-side-section .toggle-menu a {
  color: #6b747c;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  border: 1px solid #6b747c;
  font-size: 20px;
  transition: 0.3s;
  margin-left: 15px;
}
body.application .right-side-section .toggle-menu a:hover {
  background: #6c757d;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
}
body.application .right-side-section.extended {
  z-index: 9999;
}
body.application .right-side-section.extended .right-side-details {
  min-width: 248px;
  max-width: 340px;
  width: calc(100vw - 76px);
  transition: 0.5s;
  z-index: 99999;
  position: relative;
}
body.application .right-side-section.extended .right-side-details a.closebtn {
  opacity: 1!important;
}
body.application .right-side-section.extended .right-menu {
  margin-top: 0px;
  padding-top: 32px;
  box-shadow: 0px 35px 4px 0px #999;
}
body.application .right-side-section.extended .toggle-menu {
  min-width: 322px;
  max-width: 414px;
  width: 100vw;
  transition: 0.5s;
}
body.application .right-side-section.closed .right-menu {
  width: 0px;
  transition: 0.5s;
}
body.application .right-side-section.closed .right-side-details {
  min-width: 0;
  width: 0px;
  transition: 0.5s;
}
body.application .right-side-section.closed .right-side-details a.closebtn {
  opacity: 0!important;
}
body.application .right-side-section.closed .toggle-menu {
  min-width: 74px;
  max-width: 74px;
  width: 74px;
  transition: 0.5s;
}
body.application.app_v2 .right-side-section .toggle-menu {
  bottom: auto;
  top: 45px;
}
body.application.app_v2 .right-side-section .toggle-menu a {
  color: #fff;
  background: #6b747c;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  border: 1px solid #6b747c;
  transition: 0.3s;
  margin-left: 15px;
}
body.application.app_v2 .right-side-section .toggle-menu a svg.bi-list {
  visibility: visible;
  display: initial;
}
body.application.app_v2 .right-side-section .toggle-menu a svg.bi-arrow-bar-right {
  visibility: hidden;
  display: none;
}
body.application.app_v2 .right-side-section .toggle-menu.show {
  top: auto;
  bottom: 15px;
}
body.application.app_v2 .right-side-section .toggle-menu.show a {
  color: #6b747c;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  border: 1px solid #6b747c;
  transition: 0.3s;
  margin-left: 15px;
}
body.application.app_v2 .right-side-section .toggle-menu.show a svg.bi-list {
  visibility: hidden;
  display: none;
}
body.application.app_v2 .right-side-section .toggle-menu.show a svg.bi-arrow-bar-right {
  visibility: visible;
  display: initial;
}
body.application.app_v2 ._nm-banner {
  background-color: #fcfcfce6;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
body.application.app_v2 ._nm-banner ._nm-banner-btn {
  position: absolute;
  right: 0;
  color: #28a745;
  top: 0;
  margin-top: -32px;
  font-weight: 100;
  margin-right: 10px;
}
body.application.app_v2 ._nm-banner ._nm-station-info {
  border-top: 4px solid #28a745;
  background-color: #d4edd9;
  padding: 10px 15px;
  font-size: 1.1rem;
  font-weight: 500;
}
body.application.app_v2 ._nm-banner ._nm-station-schedule {
  padding: 10px 15px;
}
body.application.app_v2 ._nm-banner ._nm-station-schedule ._nm-second-direction {
  border-left: 4px solid #28a745;
}
body.application.app_v2 ._nm-banner ._nm-station-schedule .train-direction {
  width: calc(100% - 38px);
  padding-left: 3px;
  line-height: 38px;
}
body.application.app_v2 ._nm-banner ._nm-station-schedule .train-scheduled-in {
  line-height: 38px;
  padding-right: 3px;
}
body.application.app_v3 .right-side-section .right-menu {
  background: transparent;
  box-shadow: none;
}
body.application.app_v3 .right-side-section .right-menu ul li a {
  color: #fff;
  background: #6b747c;
  width: 46px;
  height: 46px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 48px;
  border: 1px solid #fff;
}
body.application.app_v3 .right-side-section .toggle-menu {
  bottom: auto;
  top: 45px;
}
body.application.app_v3 .right-side-section .toggle-menu a {
  color: #fff;
  background: #6b747c;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  border: 1px solid #6b747c;
  transition: 0.3s;
  margin-left: 15px;
}
body.application.app_v3 .right-side-section .toggle-menu a svg.bi-list {
  visibility: visible;
  display: initial;
}
body.application.app_v3 .right-side-section .toggle-menu a svg.bi-arrow-bar-right {
  visibility: hidden;
  display: none;
}
body.application.app_v3 .right-side-section .toggle-menu.show {
  top: auto;
  bottom: 15px;
}
body.application.app_v3 .right-side-section .toggle-menu.show a {
  color: #6b747c;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  border: 1px solid #6b747c;
  transition: 0.3s;
  margin-left: 15px;
}
body.application.app_v3 .right-side-section .toggle-menu.show a svg.bi-list {
  visibility: hidden;
  display: none;
}
body.application.app_v3 .right-side-section .toggle-menu.show a svg.bi-arrow-bar-right {
  visibility: visible;
  display: initial;
}
body.application.app_v3 ._nm-banner {
  background-color: rgba(61, 61, 61, 0.95);
  color: #fff;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
body.application.app_v3 ._nm-banner ._nm-station {
  display: block;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-banner-btn {
  position: absolute;
  right: 0;
  color: #000;
  top: 0;
  margin-top: -32px;
  font-weight: 100;
  margin-right: 10px;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-info {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  font-size: 1.1rem;
  font-weight: 500;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-info small {
  color: #f8f9fa !important;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-schedule {
  padding: 10px 15px;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-schedule ._nm-second-direction {
  border-left: 4px solid #fff;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-schedule .train-direction {
  width: calc(100% - 38px);
  padding-left: 3px;
  line-height: 38px;
}
body.application.app_v3 ._nm-banner ._nm-station ._nm-station-schedule .train-scheduled-in {
  line-height: 38px;
  padding-right: 3px;
}
body.application.app_v3 ._nm-banner ._display-nearest-station {
  display: none;
}
body.application.app_v3 ._nm-banner.closed ._nm-station {
  display: none;
}
body.application.app_v3 ._nm-banner.closed ._display-nearest-station {
  display: block;
}
body header {
  z-index: 99999;
}
body main {
  margin-top: 76px;
  min-height: calc(100vh - 116px);
}
body main .map {
  position: relative;
}
body main .map .loading-map {
  width: 100%;
  height: 100%;
  background: rgba(227, 227, 227, 0.8);
  color: #000;
  position: relative;
  z-index: 999;
}
body main .map .loading-map .loading-map-text {
  position: absolute;
  margin-top: calc(120px);
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 24px;
}
body main .home-page .lines .lines-item .lines-item-header {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
body main .home-page .lines .lines-item .lines-item-status {
  margin-bottom: 15px;
}
body main .site-user .nav.nav-tabs {
  margin-bottom: 15px;
}
body main .site-user .favorite-stations-page .fsp-line {
  background: #efefef;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
body main .site-user .favorite-stations-page .fsp-line .fsp-line-ss {
  font-weight: 100;
  font-size: 14px;
  line-height: 36px;
}
body main .site-user .favorite-stations-page .fsp-line .fsp-line-ss .service-status-text {
  font-size: 14px;
  font-weight: 100;
}
body main .site-user .favorite-stations-page .fsp-line-stations {
  margin-bottom: 15px;
}
body .line-page {
  margin-left: -5px;
}
body .line-page .line-page-header {
  height: 80px;
  padding: 10px 0px;
}
body .line-page .line-page-header .line-page-header-name {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
body .line-page .line-page-status {
  background: #efefef;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 15px;
  text-align: right;
}
body .line-page .line-page-info .line-page-info-stops h4,
body .line-page .line-page-info .line-page-info-stops h5 {
  padding-left: 4px;
  position: relative;
  margin-top: 10px;
}
body .line-page .line-page-info .line-page-info-stops h4:before,
body .line-page .line-page-info .line-page-info-stops h5:before {
  width: 8px;
  height: 0.5rem;
  content: '';
  background: #212529;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px 0px -0.5rem 10px;
}
body .line-page .line-page-info .line-page-info-stops ul {
  padding: 0px;
  margin: 0px 0px 30px 0px;
  list-style-type: none;
}
body .line-page .line-page-info .line-page-info-stops ul li {
  border-left: 8px solid #212529;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  height: 42px;
  line-height: 42px;
  background: #f4f4f4;
}
body .line-page .line-page-info .line-page-info-stops ul li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #212529;
  border-radius: 18px;
  background: #fff;
  left: 0px;
  top: 0px;
  margin: 14px 0px 0px -12px;
}
body .line-page .line-page-info .line-page-info-stops ul li:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #d9d9d9;
  z-index: 9;
  left: 0px;
}
body .line-page .line-page-info .line-page-info-stops ul li:hover {
  background: #eeeeee;
}
body .line-page .line-page-info .line-page-info-stops ul li.my-favorite:before {
  background: #ffb30e;
}
body .line-page .line-page-info .line-page-info-stops ul li a {
  display: block;
  text-decoration: none;
  color: #343a40;
}
@media (min-width: 576px) {
  body .line-page .line-page-info .line-page-info-stops ul {
    height: calc(100vh - 269px - 0.5rem);
    overflow: auto;
  }
}
@media (min-width: 576px) {
  body .line-page .line-page-info .flex-map {
    padding-left: 0px;
    margin-top: calc(38px + 0.5rem);
  }
}
body .line-page .line-page-info .line-page-info-map .map {
  position: relative;
}
body .line-page .line-page-info .line-page-info-map .map .loading-map {
  height: 100%;
}
body .line-page .line-page-info .line-page-info-map .map .loading-map .loading-map-text {
  position: absolute;
  top: 0px;
  left: calc(50% - 75px);
}
body footer {
  border-top: 4px solid #626262;
  background-color: #181818;
  color: #fff;
}
body footer .footer {
  height: 56px;
  padding-top: 20px;
  color: #fff;
}
body .schedule-alert-info {
  width: 100%;
  margin-top: -6px;
  margin-bottom: 15px;
}
body .schedule-alert-info .loading-icon {
  margin-top: 20px;
}
body .schedule-alert-info .schedule-alert-info-details {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 5px 10px;
}
body .schedule-alert-info .schedule-alert-info-details .close-schedule-alert {
  margin-bottom: 10px;
}
body .schedule-alert-info .schedule-alert-info-details .close-schedule-alert a {
  color: #818181;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  display: block;
}
body .schedule-alert-info .schedule-alert-info-details .close-schedule-alert a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body .schedule-alert-info .schedule-alert-info-details .details-item h4 {
  background-color: #d6d8d9;
  margin: -5px -9px 5px -10px;
  padding: 5px 10px;
}
body .schedule-alert-info .schedule-alert-info-details .details-item .details-item-describe {
  margin-bottom: 10px;
}
body .sweet-alert {
  z-index: 999999;
}
body .train-icon {
  width: 38px;
  font-weight: 500;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid #fff;
  background: #d3d3d3;
  float: left;
  color: #000;
  font-size: 1.2rem;
}
body .loading-icon .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
}
body .perfect-checkboxes {
  background-color: #efefef;
  display: block;
  margin: 10px 0;
  border-radius: 3px;
  position: relative;
}
body .perfect-checkboxes:hover {
  background-color: #f2f2f2;
}
body .perfect-checkboxes label {
  padding: 12px 15px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 400ms ease-in;
  overflow: hidden;
  border-radius: 3px;
}
body .perfect-checkboxes label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #869098;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
body .perfect-checkboxes label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 400ms ease-in;
}
body .perfect-checkboxes label i {
  font-size: 28px;
}
body .perfect-checkboxes label span {
  line-height: 28px;
}
body .perfect-checkboxes input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
body .perfect-checkboxes input:checked ~ label {
  color: #fff;
}
body .perfect-checkboxes input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
body .perfect-checkboxes input:checked ~ label:after {
  background-color: #28a745;
  border-color: #28a745;
}
body .perfect-checkboxes input.is-invalid ~ label:after {
  box-shadow: inset 0px 0px 5px red;
  border-radius: 32px;
}
body .modal {
  z-index: 999999;
}
body .back-button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
}
body .map {
  position: relative;
}
body .map .full-map-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
body .map .full-map-button a {
  margin-top: calc(190px);
}
body .line-name {
  margin-left: 15px;
}
body .stop-schedules .stop-schedules-item {
  min-height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  border: 1px solid #d3d3d3;
  padding: 5px 10px;
  border-radius: 2px;
  background: white;
}
body .stop-schedules .stop-schedules-item .train-icon {
  margin-right: -5px;
}
body .stop-schedules .stop-schedules-item:hover {
  background: #ececec;
}
body .layout-form {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0px;
}
body .fields .form-group {
  position: relative;
  margin-bottom: 1rem;
}
body .fields .form-group input {
  height: auto;
  padding: 0.75rem 15px;
  border-radius: 4px;
}
body .fields .form-group input::-webkit-input-placeholder {
  color: transparent;
}
body .fields .form-group input:-ms-input-placeholder {
  color: transparent;
}
body .fields .form-group input:-ms-input-placeholder {
  color: transparent;
}
body .fields .form-group input::-moz-placeholder {
  color: transparent;
}
body .fields .form-group input::placeholder {
  color: transparent;
}
body .fields .form-group input:not(:placeholder-shown) {
  padding-top: calc(0.75rem + 0.75rem * (2 / 3));
  padding-bottom: calc(0.75rem / 3);
}
body .fields .form-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  font-size: 11px;
  color: #777;
}
body .fields .form-group label {
  padding: 0.75rem 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #656666;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
}
@supports (-ms-ime-align: auto) {
  body .fields .form-group {
    /* Fallback for Edge */
  }
  body .fields .form-group label {
    display: none;
  }
  body .fields .form-group input:-ms-input-placeholder {
    color: #777;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .fields .form-group {
    /* Fallback for IE */
  }
  body .fields .form-group label {
    display: none;
  }
  body .fields .form-group input:-ms-input-placeholder {
    color: #777;
  }
}
body .site-alerts h4 {
  border-bottom: 1px solid #dee0e2;
  padding-bottom: 5px;
  font-weight: 600;
}
body .site-alerts h6 {
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
body .site-alerts .line-item {
  margin-top: 8px;
  margin-bottom: 10px;
}
body .site-alerts .line-item a {
  padding: 0px;
  color: #505050;
}
body .site-alerts .line-item a .train-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 1.4rem;
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.1s ease 0s;
  margin-left: 10px;
}
body .site-alerts .line-item a .train-icon:hover {
  box-shadow: 0px 0px 5px #505050;
  transition: all 0.1s ease 0s;
}
body .site-alerts .line-item a .train-icon .train-service {
  width: 12px;
  height: 12px;
  background: #505050;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 4px 15px 0px 0px;
  top: 0px;
  left: 62px;
}
body .site-alerts .line-item .alert-title {
  line-height: 50px;
  padding-left: 60px;
  font-size: 18px;
}
body ul.alert-items {
  list-style-type: none;
  padding-left: 0px;
}
body ul.alert-items li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
body ul.alert-items li .item-status {
  line-height: 34px;
  margin-left: 45px;
}
body .alert-items {
  margin-bottom: 15px;
}
body .site-weekender .alert-items {
  margin-bottom: 0px;
}
body .alert-description {
  margin-bottom: 10px;
}
body .login-panel-page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: calc(50vh - 190px);
  padding-bottom: 10px;
}
body .login-panel-page .login-panel-page-logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .login-panel-page .login-panel-page-logo img {
  width: 100px;
}
body .login-panel-page .login-panel-page-form {
  width: 100%;
  max-width: 330px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 4px;
}
body .login-panel-page .login-panel-page-form .fields .form-group:first-child {
  margin-bottom: -1px;
}
body .login-panel-page .login-panel-page-form .fields .form-group:first-child input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .login-panel-page .login-panel-page-form .fields .form-group:first-child input:focus {
  z-index: 999;
}
body .login-panel-page .login-panel-page-form .fields .form-group:last-child input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .login-panel-page .login-panel-page-form .login-button {
  margin-bottom: 15px;
}
body .error-messages {
  padding-left: 15px;
}
body .ol-attribution {
  right: auto;
  left: 0.5em;
}
body .ol-attribution button {
  float: left;
}
body .sweet-alert {
  background-color: rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=site.css.map */

._location-not-found{
  position: fixed;
  width: 100vw;
  background-color: rgba(0,0,0,0.3);
  top: 32px;
  /* display: none; */
}

._location-not-found ._lnf-msg{
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 1rem 1.5rem;
  z-index: 9999;
}

.map-notification {
  position: fixed;
  max-width: 720px;
  margin: 0 auto;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none; /* hidden by default */
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #3d3d3df2;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.map-notification-btn {
  margin-left: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  border: 0;
  background: #ffffff;
  color: #0d6efd;
  font-weight: 600;
  cursor: pointer;
}

.map-notification-btn:hover {
  background: #e7f1ff;
}

.map-notification-close {
  margin-left: 8px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}