@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
body, html {
    margin: 0;
    background: #dedede;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}

#exitBTN, #notiBTN, .withoutBorder{
    border: 0px;
    margin-left: 10px;
}
/*
.container-fluid{
    margin-top: 60px;
}
*/
.container{
    margin-top: 60px;
}

#spinnerGeral{
    visibility: hidden;
    position: fixed; 
    top: 50%;
    left: 50%;
    width: 3rem; 
    height: 3rem; 
    z-index: 2000 !important;
}

#logoNAVBAR{
    max-height: 6rem;
    margin-top: -50px;
    margin-bottom: -50px;
}

#notiDROP .descricao{
    font-size: 0.9rem;
}

#notiDROP .time{
    font-size: 0.8rem;
}

#notiDROP .iconN{
    width: 50px;
}

#notificacoes{
    width: 35rem;
    max-height: 500px;
}

#tableNOT{
    width: 100%;
    background-color: transparent;
}

.page-item:hover{
    cursor: pointer;
}

.cardHover:hover{
    cursor: pointer;
    background: #f5f5f5;
}

/*MAPAS E AFINS*/
.coordinates {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding:5px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
    display: none;
}

#map { 
    position:relative; 
    width: 100%; 
    height: 15rem;
}

.hover:hover:not(.disabled){
    cursor: pointer;
}

.disabled{
    cursor: default;
    opacity: 0.7 !important;
}

disabled:hover{
    cursor: default;
}

.icon{
    height: 40px; 
    position: absolute; 
    z-index: 2; 
    right: 10px;
    top: 5px;
}

.icon.hover:hover{
    cursor: pointer;
    background-color: transparent !important;
    opacity: 0.5;
}

#linhaNotifica.active{
    background-color: #ebebeb !important;
    border: none !important;
    color: #343a40 !important;
}

#linhaNotifica:hover{
    cursor: pointer;
    background-color: gainsboro;
    color: black !important;
}

#linhaNotifica.active:hover{
    cursor: pointer;
    background-color: gainsboro !important;
    color: black !important;
}

.novaVersao{
    display: none;
    position: fixed;
    z-index: 9999;
}

.hover:hover{
    cursor: pointer;
}

.delete:hover{
    color: red !important;
}