table {
    max-width: 100%;
}

.texto_laranja {
    color: #f29e16;
}

.inline_block {
    display: inline-block;
}

.white_space_nowrap {
    white-space: nowrap;
}

.circulo_vermelho {
    border: 2px solid red;
    border-radius: 50%;
    padding: 0.6em 0.2em;
}

.circulo_azul {
    border: 2px solid blue;
    border-radius: 50%;
    padding: 0.6em 0.2em;
}

.circulo_verde {
    border: 2px solid #16fa16;
    border-radius: 50%;
    padding: 0.6em 0.2em;
}

.circulo_blueviolet {
    border: 2px solid blueviolet;
    border-radius: 50%;
    padding: 0.6em 0.2em;
}

.circulo_cyan {
    border: 2px solid cyan;
    border-radius: 50%;
    padding: 0.6em 0.2em;
}


.s {
    background-color: red;
}



.elementos_centralizados td, th {
	text-align: center;
}


.celulas_com_borda td, .celulas_com_borda th {
	border: 1px solid black;
}

.colapsar_bordas {
	border-collapse: collapse;
}

.horizontal_padding_x-small {
    padding-right: 1em;
    padding-left: 1em;
}

.padding_left_x-small {
    padding-left: 1em;
}

.padding_right_x-small {
    padding-right: 1em;
}

.background_cinza{
	background-color: rgb(190, 190, 190);
}

.margin_bottom_xx-small {
    margin-bottom: 0.5em;
}

.margin_bottom_x-small {
    margin-bottom: 1em;
}

.borda_inferior_pontilhada-fina {
    border-bottom: 1px dotted black;
}

.borda_inferior_pontilhada {
    border-bottom: 2px dotted black;
}

.btn-open-new-tab {
    filter: invert(79%) sepia(0%) saturate(568%) hue-rotate(273deg) brightness(105%) contrast(85%);
    transition: filter 0.8s ease-in-out;
}

.btn-open-new-tab:hover {
    filter: invert(71%) sepia(10%) saturate(1894%) hue-rotate(181deg) brightness(107%) contrast(95%);
}
  
.blink {
    animation: cintilar 2s infinite;
}


@keyframes cintilar {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}
