/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/mar/2020, 13:52:30
    Author     : Samuel
*/
/* Station Status */
@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}
body {
    height: 100vh
}
.StationStatus {
   position: fixed;
   font-family: 'Montserrat', sans-serif;
    width: 30px;
    margin-top: 150px;
    /*border:1px solid green;*/
/*    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4); */
    z-index: 1 !important;
    /*background-color: #ffffff;*/
}
.StationStatus ul {
    margin-top: 0;
    margin-bottom: 0rem
}
.StationStatus ul li{
    height: 30px;
    position: relative
}

.StationStatus ul li i {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 20px
}

/* End Station Status */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 30px; /* Margin bottom by footer height */
  
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align: center;
  /*font-size: 12px;*/
}

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.carousel-item {
  height: 176px;
  min-height: 176px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .active {
    background: #297BE6;
    color: #ffffff !important;
  }
  .nav-pills .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
  }
}
nav a:hover, nav a:active, .active {
  background: #297BE6;
  transition: 0.7s all linear;
  color: #ffffff !important;
}

.ex:hover {
    background-color: #297BE6;
}
/* ul.nav a:hover, ul.nav a:focus, ul.nav a:active { background-color: #FDCBA3;}*/
.logo, .logo:hover, .logo:active {
    background-color: #F8F9FA;
    /*border:1px solid red;*/
    text-align: center;
}
.datautc{
    color:  #CC6633;
}
.banda{
   box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
   max-width: 1024px;
   /*min-height: 100%;*/
   height:auto !important; /* cross-browser */
   height: 100%; /* cross-browser */
   font-size: 12px;
  font-family: Verdana, "Times New Roman", Times, serif;
}
nav.navbar {
    max-width: 1024px; /* applying max-width */
    margin: 0 auto; /* center */
    background-color: #fff;
    .navbar-collapse {
        justify-content : center; /* center the elements in the block if there is flex */
        -webkit-justify-content : center; /* make it works on some navigators */
    }
}
hr {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tit{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
/*    text-shadow: 3px 2px red;*/
    font-family: "Times New Roman", Times, serif;
    /*font: italic bold 14px/30px Georgia, serif;*/
    font-weight: bolder;
    font-size: 16px;
}
.sombra{
    background-color: #E9E9E9;
    border: 1px solid #A9A9A9;
    text-align: center
}
/* Tabela de dados .:- Samuel -:. */
.linha{
    border-bottom: 1px solid #CCC;
}
.cor{
    color: black;
}
.alto{
    background-color: #F1B0B7;
}
.baixo{
    background-color: #C4E3F3;
}
.pequeno{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 3px;
}
tr td{
  padding: 0 !important;
  margin: 0 !important;
}