.link-ocorrencia{
    text-decoration:none;
}

ul li{
    text-align: left;
}

body{
    padding: 20px;
    background-color: 	#E0FFFF; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.container{
    margin-top: 20px;
}
table tbody tr td, th{
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

#navLogin {
    color:red;
}
.float-button{
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.material-icons.blue { 
    color:#0000CD;
}

.material-icons.red { 
    color:red;
}

.material-icons.green { 
    color:green;
}

.material-icons.white { 
    color: white;
}

.material-icons.yellow { 
    color: #FFD700;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 24px; }
.material-icons.md-50 { font-size: 50px; }
.material-icons.md-60 { font-size: 60px; }

.centralizado {
    margin: 5% 2% 2% 2%;
    width: 250px;
}

#my-div{
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}

#my-div:hover {
    background: lightgrey;
    cursor: pointer;
}

#celulas:hover{
    background: lightgrey;
}
    
a.fill-div {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

#primeiraColuna{
    background-color: black;
    font-size: 150%;
    font-weight: bold;
    color: white;
}
#foto_perfil{
    border-radius: 20px;
    width: 100%;
}

.bd-callout{padding:0 0 0 0.8rem;margin-top:0.5rem;margin-bottom:0;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}
.bd-callout p:last-child{margin-bottom:0}
.bd-callout-info{border-left-color:#5bc0de}
.bd-callout-info h4{color:#5bc0de}
.bd-callout-success{border-left-color:	#32CD32}
.bd-callout-success h4{color: 	#32CD32}
.bd-callout-warning{border-left-color:#f0ad4e}
.bd-callout-warning h4{color:#f0ad4e}
.bd-callout-danger{border-left-color:#d9534f}
.bd-callout-danger h4{color:#d9534f}

@media screen and (max-width: 480px){
    h5 {
        font-size: 90%;
    }
    .bd-callout-info h4{
        color:#5bc0de;
        font-size: 100%;
    }
    .bd-callout-success h4{
        color: 	#32CD32;
        font-size: 100%;
    }
    .bd-callout-warning h4{
        color:#f0ad4e;
        font-size: 100%;
    }
    .bd-callout-danger h4{
        color:#d9534f;
        font-size: 100%;
    }

    .bd-callout-info p{
        font-size: 90%;
    }
    .bd-callout-success p{
        font-size: 90%;
    }
    .bd-callout-warning p{
        font-size: 90%;
    }
    .bd-callout-danger p{
        font-size: 90%;
    }

    #foto_perfil{
        border-radius: 20px;
        width: 30%;
    }
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .nav-item {
    padding: 0 0 0 10px;
}

.navbar-toggler{
    margin: 0 10px 0 0;
}

.modal{
    color: black;
}

@keyframes neon {
    from {
        filter: drop-shadow(0 0 0 var(--cor-neon));
    }
    to {
        filter: drop-shadow(0 0 30px var(--cor-neon));
    }
}

.promocao {
    --cor-neon: blue;
}

.h2{
    animation: neon 3s alternate infinite ease-in-out;
    color: yellow; 
    text-shadow: 0.1em 0.1em 0.2em black;
}

.h6{
    animation: neon 3s alternate infinite ease-in-out;
    color: yellow; 
    text-shadow: 0.1em 0.1em 0.2em black;
}