body {
  margin: 0px 0px 0px 0px;
  background-color:#FFFFFF;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.title-name {
  font-family: Arial, MS Sans Serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0px 0px 10px
}

.title-button {
  font-family: Arial, MS Sans Serif;
  cursor:pointer;
  display: inline;
  color  : #FFFFFF;
  font-size: 14px;
  /*font-style: italic;*/
  font-weight: bold;
  /*padding: 7px 0px 0px 10px;*/
  padding: 14px 12px 0px 14px;
  background: url(/files/btn_empty_1.png) no-repeat;
  height: 42px;
  /*width: 87px;*/
}

.button-right-panel {
  cursor: pointer;
}

.info-text {
  font-family: Arial, MS Sans Serif;
  color: #FFFFFF;
  font-size: 16px;
}

.fut{
  font-family: Tahoma, Verdana, Arial;
  color: #717171;
  display: inline;
  font-size: 10px;
  padding: 2px 0px 0px 10px;
  text-decoration: none;
  vertical-align: top;
}

/*
*/
table.data { border-collapse:collapse; margin-left:auto; margin-right:auto; width:100%; color: white; }
table.data td { font-size:14px; border:1px solid #a8ab89; color: white; }
table.data tr.head { background-color:#0173FF; font-weight:bold; color: white; }
table.data tr.foot { font-weight:bold; color: white;}

/*
 leaflet popup
*/
.leaflet-popup table.data { border-collapse:collapse; margin-left:auto; margin-right:auto; width:100%; color: #000000; }
.leaflet-popup table.data td { font-size:12px; border:1px solid #a8ab89; color: #000000; }
.leaflet-popup table.data tr.head { background-color:#ffffff; font-weight: bold; color: #027eba; }
.leaflet-popup table.data tr.foot { font-weight:bold; color: #027eba; }

.leaflet-label {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  t1op: 7px;
  l1eft: -18px;
  z-index: 999;
}
svg {
  z-index: 11;
}

.leaflet-popup-content { margin: 4px; cursor: pointer; cursor: hand; }
.leaflet-popup-content-wrapper { border: 2px solid #1e98ff; }
.leaflet-popup-tip { background: #1e98ff;  padding: 1px; margin-top: -15px; }

span.railwaytext, span.railwaycnt {color:blue;}
span.railwaytext:hover, .railwaycnt:hover {color:#3399FF; text-decoration:underline;}

/* leaflet fix */
html, body, #m1ap {
  height: 100%;
}

.leaflet-container {
  cursor: default;
}
.leaflet-tile-noused {
  border: 1px solid red;
}

.leaflet-control-attribution {
  display: none;
}
/**
 * Sliding swipe menu CSS
 */
nav {
  height: 100%;
  width: 400px;
  background-color: #222d32;
  left: 0;
  top: 0;
  z-index: 2;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-400px,0);
}
.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  display: none;
  z-index: 1;
}
.report-form
{
  color: #ccc;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

/**
 * RZD popup markers
 */
.map-popup {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #1e98ff;
  bottom: 12px;
  left: -20px;
  display: inline-block;
  white-space: nowrap;
}
.map-popup:after, .map-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.map-popup:after {
  border-top-color: white;
  border-width: 9px;
  left: 18px;
  margin-left: -9px;
}
.map-popup:before {
  border-top-color: #1e98ff;
  border-width: 12px;
  left: 18px;
  margin-left: -12px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff0000;
}

.badge-on-image {
  position: absolute;
  top: 6px;
  right: 4px;
  padding: 3px 6px;
}