/* You can add global styles to this file, and also import other style files */
.bg-title-solid {
    background-color: #022656
}

a {
  text-decoration: underline !important;
}
.nav-item > a {
  text-decoration: none !important;
}

.navbar-brand > a {
  text-decoration: none !important;
}

a.social-icon-sm {
  text-decoration: none !important;
}

.nav-link:focus {
  transform: scale(1,1);
  background: #ffff;
  color: #000 !important;
  opacity: 0.5;
}

.station-li {
  cursor: pointer;
}

.station-li:hover {
  color: #00A9E0;
}

.cookieConsentLink {
  font-weight: bold;
  color: white !important;  
}

.cookieConsentLink:hover, .cookieConsentLink:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #000; }

.white-text {
  color: white !important;
}

.moveDown {
  top: 75px !important;
}

#cookieBanner.visible {
  display: block
}

#cookieBanner p {
  margin: 0;
  font-family: "franklin-gothic-urw",Helvetica,Arial,sans-serif
}

#cookieBanner .cookieClose {      
  position: absolute;
  top: 0px;
    right: 0px;
  color: white;
  font-weight: bold;
  font-size: 1.35714286em;
  background: #2C632D;
  font-family: "franklin-gothic-urw-cond",Helvetica,Arial,sans-serif
}

#cookieBanner .cookieClose:hover {
  background: #2C632D;
}

#cookieBanner .cookieClose:hover {
  background: #2C632D;
}

#cookieBanner {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 15px 20px;
  padding-right: 60px;
  min-height: 60px;    
  border-top: 1px solid #2C632D;;
  background: #2C632D;
  font-family: "franklin-gothic-urw-cond",Helvetica,Arial,sans-serif;
  color: black;
  z-index: 1001;
  text-align: center;    
}


.description-list {
  max-width: 200px;
  width: 100%;
  word-wrap: break-word;
  height: auto;
  text-align: left;
  padding-bottom: 10px;
  list-style-type: none;
  
}

.surface-track {
  background-color: #022656;
  padding: 10px ;
  border: 1px solid #022656;
}

.open-cut-track {
  background-color: #F15623;
  padding: 10px ;
  border: 1px solid #F15623;
}

.elevated-track {
  background-color: #AF272F;
  padding: 10px ;
  border: 1px solid #AF272F;
}

.underground-tunnel {
  background-color: #00A9E0;
  padding: 10px ;
  border: 1px solid #00A9E0;
}

.cut-and-cover {
  background-color:#1D252D ;
  padding: 10px ;
  border: 1px solid #1D252D;
}

.layerOn {
  background-color: rgba(0, 138, 230, 1);
  color: white;
  padding: 1px;
  border-radius: 2px;
}

.grecaptcha-badge {
  bottom: 160px !important;
}

::-webkit-scrollbar {
  width: 6px; 
  height: 6px; 
  background: transparent; 
  color: #022656 !important;
}

::-webkit-scrollbar-thumb { 
  background-color: #FFF; 
  -webkit-border-radius: 1ex; 
  border-radius: 1ex
}    

::-webkit-scrollbar-corner {
  background: #2C632D;
}

::-webkit-scrollbar {
  width: 6px; 
  height: 6px; 
  background: transparent; 
  color: #022656 !important;
}

::-webkit-scrollbar-thumb { 
  background-color: green; 
  -webkit-border-radius: 1ex; 
  border-radius: 1ex
}

@media screen and (max-width: 991px) {
  .home-banner {
    overflow: inherit !important;
  }
}

.home-banner {
  overflow: inherit !important;
}


.mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: block;}
  }

  .mobileHide { display: block; } 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
     .mobileHide { display: none;}
  }

  .offset-right {
    position: absolute !important;
     left: 250px !important;
      top: 0px !important;
  }

  .hide {
    display: none;
  }

  .cdk-overlay-dark-backdrop{
    background: rgba(0, 0, 0, 0.05) !important;
  }

  .ng-valid[required], .ng-valid.required.ng-touched  {
    border: 1px solid #42A948 !important; /* green */
  }
  
  .ng-invalid:not(form).ng-touched  {
    border: 1px solid #a94442 !important; /* red */
  }

  .error {
    color: red !important;
  }

  p {
    color: #47494d;
  }

  .underline {
    text-decoration: underline !important;
  }

  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2C632D;
    width: 120px;
    height: 120px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }

  

  
  @-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
