html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(25, 25, 25, 0.004);
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
}
body {
  background: #093981;
  padding-top: 50px;
}
h1,
h2,
h3,
a {
  color: #093981;
}
.main {
  background: #ffffff;
}
.nowrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.pointer {
  cursor: pointer;
}
.navbar-brand img {
  height: 20px;
}
.footer {
  line-height: 32px;
  color: white;
}
.footer,
.header {
  color: white;
}
.footer a,
.header a {
  color: white;
  font-weight: bold;
}
.footer {
  line-height: 24px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.flex div,
.flex button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.widgetsettings .optional {
  display: none;
}
.mapwidgetimage {
  width: 100%;
  display: none;
}
.mapwidgetimage.active {
  display: block;
}
.imagelightbox {
  cursor: pointer;
}
.temptext {
  width: 100%;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}
.contentpadding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mapswitcher .active {
  color: red;
  font-weight: bold;
}
.breadcrumb li {
  margin-right: 1px;
}
.breadcrumb .parameterselector,
.breadcrumb .parameterselector2,
.breadcrumb .parameterselector3,
.breadcrumb .routeselector {
  display: inline;
  width: initial;
}
.noscroll {
  overflow: hidden;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
#imgcontainer,
#chartcontainer,
#mapcontainer {
  visibility: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#imgcontainer .mapnavigationbar,
#chartcontainer .mapnavigationbar,
#mapcontainer .mapnavigationbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #ffffff;
}
#riverchartcontainer .riverchartclosebutton,
#imgcontainer .imgclosebutton,
#chartcontainer .imgclosebutton,
#mapcontainer .imgclosebutton,
#imgcontainer .chartclosebutton,
#chartcontainer .chartclosebutton,
#mapcontainer .chartclosebutton {
  cursor: pointer;
  color: white;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: red;
  position: absolute;
  z-index: 2010;
  top: 0;
}
#riverchartcontainer .riverchartclosebutton {
  width: auto;
  padding-inline: 6px;
  right: 0;
}
#imgcontainer {
  overflow: scroll;
}
#img-canvas,
#chart-canvas {
  position: fixed;
  bottom: 0;
  top: 30px;
  right: 0;
  left: 0;
}
#img-canvas {
  overflow: scroll;
  text-align: center;
  background: #000;
}
#map-canvas {
  width: 100%;
  margin-top: 30px;
  height: 500px;
}
.adhesionmapmarkers {
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.mapmarkers {
  color: #ef1008;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #093981;
  white-space: nowrap;
  padding: 1px 5px;
}
.maptrigger {
  cursor: pointer;
}
.logincontainer .regform,
.logincontainer .forgotform,
.logincontainer .resetform {
  display: none;
}
.logincontainer a {
  cursor: pointer;
  display: block;
}
.logincontainer .otp-request-link.disabled {
  color: #777;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.logincontainer .otp-digit-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.logincontainer .otp-digit {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  height: 44px;
  padding: 6px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.logincontainer .otp-digit + .otp-digit {
  margin-left: 6px;
}
.alertblock {
  padding-right: 8px;
}
.alertblock > .labels {
  font-size: 10px;
  cursor: default;
}
.alertblock > div {
  display: block;
  float: right;
  width: 30px;
  margin: 7px 3px;
  padding: 4px 0;
  text-align: center;
  line-height: 14px;
  border-radius: 6px;
  font-size: 12px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 540px;
}
.navbar-header .networkraillogo {
  margin-right: -12px;
}
.navbar-nav .smalltitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.navbar-nav .glyphicon {
  float: left;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 0;
  font-size: 20px;
}
.navbar-nav .caret {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 20px !important;
  }
}
.navigationfilters {
  margin-bottom: 10px;
  padding: 5px 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.breadcrumb {
  padding: 4px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: #ddd;
  border-radius: 0;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.breadcrumb li {
  padding-top: 1px;
  font-size: 12px;
  line-height: 30px !important;
}
.breadcrumb .righticons {
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
  float: right;
  color: #666;
}
.breadcrumb .righticons:before {
  content: "";
}
.breadcrumb .righticons.turnedon {
  color: green;
}
@media (max-width: 768px) {
  .breadcrumb .righticons {
    line-height: 20px;
    margin-left: 5px;
  }
}
.mapkeytoggle {
  width: 20px;
  margin-top: -3px;
}
.mapkey {
  position: relative;
}
.mapkeycontainer {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 180px;
  padding: 10px;
  background: white;
  line-height: 15px;
  z-index: 10000;
}
.mapkeycolour {
  margin-left: 10px;
  width: 30px;
  height: 15px;
  border-bottom: solid 1px black;
}
.tablewrapper {
  position: relative;
  padding-top: 10px;
}
.tablewrapper .datatable {
  overflow: scroll;
}
.tablewrapper .helpertable {
  position: absolute;
  top: 0;
}
.tablewrapper .helpertable th,
.tablewrapper .helpertable td {
  display: none;
}
.tablewrapper .helpertable th:first-child,
.tablewrapper .helpertable td:first-child {
  display: block;
}
.tablewrapper table .charttrigger {
  cursor: pointer;
}
.tablewrapper table th:first-child,
.tablewrapper table td:first-child {
  font-weight: bold;
  background: #fff;
}
.tablewrapper table td:first-child {
  background: #eee;
}
.tablewrapper thead tr.headerspan th {
  font-weight: bold;
  border-right: solid 2px #eeeeee;
  text-align: left;
  padding-bottom: 10px !important;
  padding-left: 4px !important;
}
.tablewrapper thead tr.headerspan th:last-child {
  border-right: none;
}
.tablewrapper th.borderright {
  border-right: solid 2px #eeeeee;
}
.tablewrapper td.borderright {
  border-right: solid 2px #333333;
}
.tablewrapper tr.headerrow {
  border-bottom: solid 2px #333333;
}
.tablewrapper tr.headerrow td {
  padding-top: 15px !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.tablewrapper tr.headerrow td:first-child {
  background: white;
  font-weight: bold;
}
.tablewrapper tr.highlight td:first-child {
  font-weight: bold;
}
.tablewrapper colgroup.table-hover {
  background: #ddd;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.tablewrapper .secondheader {
  background: #eee;
}
.table-rotated-always {
  font-size: 12px;
}
.table-rotated-always .rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.table-rotated-always .rotated-inner {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translate(1.3em, 0) rotate(90deg);
  transform: translate(1.3em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: none;
  -ms-transform-origin: none;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
}
.table-rotated-always .rotated-inner:before {
  content: "";
  float: left;
  margin-top: 110%;
}
@media (max-width: 620px) {
  .table-rotated {
    font-size: 12px;
  }
  .table-rotated .rotated-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
  }
  .table-rotated .rotated-inner {
    display: inline-block;
    white-space: nowrap;
    -webkit-transform: translate(1.3em, 0) rotate(90deg);
    transform: translate(1.3em, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
  }
  .table-rotated .rotated-inner:before {
    content: "";
    float: left;
    margin-top: 110%;
  }
}
.rotated-mixin {
  font-size: 12px;
}
.rotated-mixin .rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.rotated-mixin .rotated-inner {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translate(1.3em, 0) rotate(90deg);
  transform: translate(1.3em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: none;
  -ms-transform-origin: none;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
}
.rotated-mixin .rotated-inner:before {
  content: "";
  float: left;
  margin-top: 110%;
}
#batched_maps {
  visibility: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
#batched_maps .batchedheader {
  background: #093981;
  color: white;
}
#batched_maps .batchedheader .navigationcontainer,
#batched_maps .batchedheader .hovercontainer {
  float: right;
}
#batched_maps .batchedheader .hovercontainer {
  border-radius: 4px;
  border: solid 1px white;
  height: 20px;
}
#batched_maps .closecontainer {
  width: 40px;
  padding-left: 5px;
}
#batched_maps .dtgtarget {
  margin-right: 40px;
  padding: 5px;
}
#dtgbarcontainer span {
  text-align: center;
  font-family: monospace;
  font-size: 12px;
  color: white;
  cursor: pointer;
  margin: 1px;
  padding: 0 2px;
  border-radius: 4px;
  border: solid 1px white;
}
#dtgbarcontainer .dtgstepscontainer span {
  display: block;
  float: left;
}
#dtgbarcontainer span.activedtg,
#dtgbarcontainer span.activerun {
  color: red;
}
#mapwidgetcontainer {
  text-align: center;
}
.hidden {
  display: none !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/*HIDE IE8 error message on google maps*/
.infomsg {
  display: none !important;
}
#gmap {
  position: relative;
  margin: 0 -15px;
}
#gmap .dropdown-menu li {
  cursor: pointer;
}
#gmap .controlbar .dropdown-menu {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#gmap #gismap {
  width: 100%;
  min-height: 400px;
}
#gmap.fullscreengmap {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  margin: 0;
}
#gmap .itemcontainer {
  position: relative;
  height: 50px;
  font-size: 14px;
  line-height: 14px;
}
#gmap .controlbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  padding: 10px;
  color: white;
}
#gmap .controlbar.withbackground {
  background: rgba(0, 0, 0, 0.56);
}
#gmap .controlbar .optioncontainer {
  margin-right: 50px;
}
#gmap .controlbar .fullscreenbutton {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 50px;
}
#gmap .controlbar .fullscreenbutton .glyphicon {
  line-height: 50px;
}
#gmap .controlbar .fullscreenbutton .open-fullscreen {
  display: block;
  font-size: 28px;
}
#gmap .controlbar .fullscreenbutton .close-fullscreen {
  display: none;
  font-size: 30px;
}
#gmap .controlbar .fullscreenbutton.opened .open-fullscreen {
  display: none;
}
#gmap .controlbar .fullscreenbutton.opened .close-fullscreen {
  display: block;
}
#gmap .dtgbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 10px;
  background: rgba(0, 0, 0, 0.56);
  color: white;
}
#gmap .dtgbar .playpause {
  position: absolute;
  cursor: pointer;
  width: 50px;
  text-align: center;
}
#gmap .dtgbar .playpause .glyphicon {
  font-size: 30px;
  line-height: 50px;
}
#gmap .dtgbar .playpause .play {
  display: block;
}
#gmap .dtgbar .playpause .pause {
  display: none;
}
#gmap .dtgbar .playpause.active .play {
  display: none;
}
#gmap .dtgbar .playpause.active .pause {
  display: block;
}
#gmap .dtgbar .slider-cont {
  position: absolute;
  left: 60px;
  top: 19px;
  right: 0;
}
#gmap .dtgbar .slider-cont .slider {
  position: relative;
}
#gmap .dtgbar .slider-cont .obsdataline {
  position: absolute;
  top: 2px;
  background: #afafaf;
  bottom: 2px;
}
#gmap .dtgbar .slider-cont .obsdatamarker {
  position: absolute;
  right: 0;
  width: 1px;
  background: white;
  color: white;
  top: -16px;
  bottom: 0;
}
#gmap .dtgbar .dtg-current-cont {
  position: absolute;
  left: 60px;
}
#gmap .dtgbar .dtg-stepcounter-cont {
  position: absolute;
  right: 0;
}
#gmap .dtgbar .dtg-first-cont {
  position: absolute;
  left: 60px;
  bottom: 0;
}
#gmap .dtgbar .dtg-last-cont {
  position: absolute;
  right: 0;
  bottom: 0;
}
#gmap .dtgbar .ui-slider,
#gmap .dtgbar .ui-slider-handle {
  cursor: pointer;
}
.nationaladhesion {
  padding: 0 10px;
}
.nationaladhesion .adhmap {
  padding: 0 5px;
}
.nationaladhesion span {
  cursor: pointer;
}
.nationaladhesion #nationalmap0 {
  width: 100%;
  height: 400px;
}
.nationaladhesion .smallmap {
  width: 100%;
  cursor: pointer;
  height: 200px;
  overflow: hidden;
}
.nationaladhesion h5 {
  margin-left: 5px;
  margin-bottom: -20px;
  z-index: 10;
  position: relative;
  color: black;
  font-size: 16px;
}
table.hourly-adhesion-table {
  font-size: 10px;
}
table.hourly-adhesion-table th {
  font-weight: normal;
}
table.hourly-adhesion-table th,
table.hourly-adhesion-table td {
  padding: 3px 0 !important;
  text-align: center;
}
table.hourly-adhesion-table th:first-child,
table.hourly-adhesion-table td:first-child {
  width: 200px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .nationaladhesion .smallmap {
    width: 100%;
    cursor: pointer;
    height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  table.hourly-adhesion-table {
    font-size: 12px;
  }
  table.hourly-adhesion-table th,
  table.hourly-adhesion-table td {
    padding: 3px 2px !important;
    text-align: center;
  }
}
/* fix old bootstrap dropdown focus issue */
select.form-control {
  transition: none;
}

#loading-container {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.5s;

  z-index: 1200;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #093981;
  color: white;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: bold;
}
#loading-container span.glyphicon-repeat {
  display: inline-block;
}
#loading-container.visible {
  opacity: 0.8;
}
#loading-container.visible span.glyphicon-repeat {
  animation: loading-spin 1s linear infinite;
}

.breadcrumb .righticons.pdf a {
  display: inline-block;
  min-width: 24px;
  text-align: center;
}

.pdf-download-spinner {
  animation: loading-spin 1s linear infinite;
  display: inline-block;
}

@keyframes loading-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
